/* styles for the print view */

/* Fonts for IEs */

@font-face {
    font-family: 'FagoWeb';
    src: url('../../Fonts/FagoWeb.eot');
    font-weight: normal;
}

@font-face {
    font-family: 'FagoWeb';
    src: url('../../Fonts/FagoWeb-Bold.eot');
    font-weight: bold;
}

@font-face {
    font-family: 'FagoWeb';
    src: url('../../Fonts/FagoWeb-Ita.eot');
    font-style: italic;
}

/*
@font-face {
	font-family: "FagoWeb";
	src: url("../../Fonts/FagoWeb-BoldIta.eot");
	font-weight: bold;
	font-style: italic;
}
*/
/* Fonts for other browsers */

@font-face {
    font-family: 'FagoWeb';
    src:
        url('../../Fonts/FagoWeb.woff') format('woff'),
        url('../../Fonts/FagoOffc-Extd.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'FagoWeb';
    src:
        url('../../Fonts/FagoWeb-Bold.woff') format('woff'),
        url('../../Fonts/FagoOffc-ExtdBold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'FagoWeb';
    src:
        url('../../Fonts/FagoWeb-Ita.woff') format('woff'),
        url('../../Fonts/FagoOffc-ExtdBoldIta.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: 'FagoWeb';
    src:
        url('../../Fonts/FagoWeb-BoldIta.woff') format('woff'),
        url('../../Fonts/FagoOffc-ExtdIta.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

body {
    overflow: visible !important;
    overflow: auto;
    background-color: #fff;
    color: #000;
}

* {
    font-family: FagoWeb, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 128.5%;
}

#TSFE_ADMIN_PANEL_FORM,
#headerImage,
#dedicatedSubtitle,
#rootlineNav,
#langNav,
#mainNav,
#metaNav,
#socialMediaContainer,
#quickNav,
#topCol,
#leftCol,
#rightCol,
#footer,
.tx-idcsupport-list-backLink,
#TSFE_ADMIN_PANEL_FORM {
    display: none;
}

[class*='col-'] {
    display: block;
}

.ctElement [class*='col-'] {
    display: inline-block !important;
}

#head {
    height: 80px;
}

#head h1 a {
    display: block;
    text-indent: -9999px;
    width: 79px;
    height: 42px;
}

#head h1 img {
    position: absolute;
    left: 10px;
    top: 10px;
    border: none;
}

#midCol {
    position: relative;
}

#midCol .ctArea ul li {
    list-style: square inside;
    background-image: none;
    color: #000 !important;
}

#midCol .ctArea ol li {
    list-style: decimal inside;
    background-image: none;
    color: #000 !important;
}

.fce2Columns .fceRightCol {
    float: left;
    margin-left: 20px;
}

.tx-idcsupport-list-entry .tx-idcsupport-list-entry-leftblock {
    display: none;
}

.tx-idcsupport-list-entry .tx-idcsupport-list-entry-os .operatingsystem img {
    display: none;
}

.tx-idcsupport-list-entry .tx-idcsupport-list-entry-os .operatingsystem {
    margin-top: 4px;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 4px 0 1px;
    padding: 1px 0 0 0;
    white-space: nowrap;
    background-color: #15120e;
    background: none;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
    background-color: #1f1c19;
}

#midCol .ctArea .ui-tabs .ui-tabs-nav li {
    list-style: none;
}

#midCol .ctArea .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    border-bottom: none;
}

#main .ctArea a {
    color: #b89028 !important;
    text-decoration: none;
    background: none !important;
    border-bottom: 1px dotted #b89028;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#main .ctArea .lightboxSpan a {
    border-bottom: none;
}

#lightwindow,
#lightwindow_overlay {
    display: none;
}

.fceTeaserBox {
    break-inside: avoid;
}
