/* TYPO3 content stylesheet */

.typo3-debug * {
    color: #000;
}

[x-cloak] {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    /*overflow-x: hidden;*/
    max-width: 1920px;
    margin: 0 auto !important;
}

img {
    height: auto;
}

.collapsible {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s;
    pointer-events: none;
}

.collapsible.is-open {
    opacity: 1;
    pointer-events: auto;
}

@media print {
    .collapsible {
        height: auto;
        opacity: 1;
        overflow: visible;
        pointer-events: auto;
    }
}

#midCol .ctArea {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

#midCol .ctArea .ctElement .fceTeaserBox {
    position: relative;
    padding-bottom: 20px;
}

.layout-ac_home #midCol .ctArea {
    padding-top: 0;
    padding-bottom: 20px;
}

.layout-ac_home #midCol .ctArea .ctElement {
    width: 100%;
}

.layout-ac_home #midCol .ctArea .ctElement .bodytext {
    text-align: left !important;
}

.layout-ac_home #midCol .ctArea .ctElement .fceTeaserBox {
    margin: 0;
}

.layout-ac_home #midCol .ctArea .ctElement .fceTeaserBox .fceCtArea {
    min-height: 150px;
    padding: 7px 23px 35px 23px;
}

.layout-ac_home #midCol .ctArea .ctElement .fceTeaserBox .fceTeaserBoxImage {
    margin-bottom: 30px;
}

.layout-ac_home #midCol .ctArea .ctElement .fceTeaserBox .fceTeaserBoxHeader {
    padding: 7px 23px;
}

.layout-ac_home #midCol .ctArea .ctElement .fceTeaserBox .fceTeaserBoxImage,
.layout-ac_home #midCol .ctArea .ctElement .fceTeaserBox .fceTeaserBoxImage {
    padding: 0;
    width: 100%;
}

#midCol .ctArea .ctElement .fceTeaserBox .fceTeaserBoxImage {
    padding-right: 20px;
}

.layout-ac_home #midCol .ctArea .ctElement .fceTeaserBox .fceCtArea {
    min-height: 150px;
    padding-bottom: 35px;
}

#midCol .ctArea .ctElement .fceTeaserBox .fceCtArea {
    min-height: 0;
    padding-bottom: 0;
    text-align: justify;
}

.layout-ac_home #midCol .ctArea .ctElement .fceTeaserBox .fceCtArea .specialmorelink {
    position: absolute;
    left: 22px;
    bottom: 0;
    margin-bottom: 20px;
}

#midCol .ctArea .ctElement .fceTeaserBox .fceCtArea .specialmorelink {
    position: relative;
    left: 0;
    margin-bottom: 0;
}

.ctArea .ctElement {
    /*margin-bottom: 20px;*/
    clear: both;
    text-align: left;
    padding-bottom: 10px;
}

#leftCol .ctArea .ctElement {
    border-bottom: 1px dotted #67604a;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

#leftCol .ctArea .ctElement p,
#leftCol .ctArea .ctElement h2,
#leftCol .ctArea .ctElement h3 {
    color: #bdb188;
}

.ctArea p,
.ctArea ul li,
.ctArea ol li,
.ctArea table td,
.ctArea label {
    line-height: 1.3;
    margin-top: 0;
    max-width: 100%;
    text-align: -webkit-match-parent;
}

.ctArea table.contenttable td,
.ctArea table.contenttable th {
    /*border: 1px dotted #BDB188;*/
    padding: 10px;
}

.table-border td,
.table-border th {
    border: 1px dotted #bdb188;
    padding: 10px;
}

#angebotstab table.contenttable td,
#angebotstab table.contenttable th {
    border: 1px dotted #bdb188 !important;
    padding: 10px;
}

.ctArea table.contenttable td.specialcellcolor {
    background-color: #bdb188;
    color: #000;
}

.ctArea .align-justify {
    text-align: justify;
}

.ctArea .align-center {
    text-align: center;
}

.ctArea .align-right {
    text-align: right;
}

.ctArea a {
    color: #bdb188;
    text-decoration: none;
    padding-bottom: 1px;
}

.ctArea a img {
    border: none;
}

.ctArea a.link_internal {
    padding-right: 13px;
    background: url(../../Images/link_bg_internal.png) right 4px no-repeat;
    margin-right: 5px;
}

.ctArea a.link_external {
    padding-right: 14px;
    background: url(../../Images/link_bg_external.png) right 4px no-repeat;
    margin-right: 5px;
}

.ctArea .csc-uploads-fileName a,
.ctArea a.link_download {
    padding-right: 14px;
    background: url(../../Images/link_bg_download.png) right 4px no-repeat;
    margin-right: 5px;
}

.ctArea a.link_video {
    padding-right: 14px;
    background: url(../../Images/link_bg_video.png) right 4px no-repeat;
    margin-right: 5px;
}

.ctArea a:hover {
    color: #b89028;
    padding-bottom: 0;
}

.ctArea span.lightboxSpan a:hover {
    padding-bottom: 1px;
}

.ctArea a.link_internal:hover {
    background: url(../../Images/link_bg_internal_act.png) right 4px no-repeat;
    border-bottom: 1px dotted #b89028;
}

.ctArea a.link_external:hover {
    background: url(../../Images/link_bg_external_act.png) right 4px no-repeat;
    border-bottom: 1px dotted #b89028;
}

.ctArea .csc-uploads-fileName a:hover,
.ctArea a.link_download:hover {
    background: url(../../Images/link_bg_download_act.png) right 4px no-repeat;
    border-bottom: 1px dotted #b89028;
}

.ctArea a.link_video:hover {
    background: url(../../Images/link_bg_video_act.png) right 4px no-repeat;
    border-bottom: 1px dotted #b89028;
}

/*.ctArea a.specialmorelink {*/
/*!*padding-top: 0 !important;*!*/
/*color: #fff;*/
/*padding: 15px 18px;*/
/*background-color: #b89028;*/
/*!*background: url("../../Images/speciallinkmore_normal.png") repeat-x scroll 0 0 transparent;*!*/
/*!*height: 22px;*!*/
/*!*line-height: 24px;*!*/
/*font-size: 12px;*/
/*font-weight: bold;*/
/*!*display: block;*!*/
/*!*width: 110px;*!*/
/*text-align: center;*/
/*!*padding-bottom: 0;*!*/
/*}*/

/*.ctArea a.specialmorelink:hover {*/
/*!*color: #bdb188;*!*/
/*!*background-image: url("../../Images/speciallinkmore_hover.png");*!*/
/*border: none;*/
/*}*/
a.specialmorelink {
    padding-top: 0 !important;
    color: #b89028;
    background: url(../../Images/speciallinkmore_normal.png) repeat-x scroll 0 0 transparent;
    height: 22px;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    width: 110px;
    text-align: center;
    padding-bottom: 0;
}

a.specialmorelink:hover {
    color: #bdb188;
    background-image: url(../../Images/speciallinkmore_hover.png);
    border: none;
}

.ctArea a.lightwindow:hover {
    padding-bottom: 1px;
}

.ctArea a.link_video.lightwindow:hover,
.ctArea a.link_download.lightwindow:hover,
.ctArea a.link_external.lightwindow:hover,
.ctArea a.link_internal.lightwindow:hover {
    padding-bottom: 0;
}

.ctArea ul {
    padding-top: 6px;
}

.ctArea ul ul,
.ctArea ol ol,
.ctArea ol ul,
.ctArea ul ol {
    margin-left: 10px;
}

.ctElement ul li {
    padding: 0 0 6px 18px;
    background-image: url(../../Images/li_arrow.png);
    background-position: 3px 6px;
    margin-top: 0;
}

.ctElement ul.arrow-list {
    list-style-type: "→ ";
    padding-left: 1rem;
}

.ctElement ul.arrow-list > li {
    background: none;
    list-style: unset;
    padding: 0 0 0 5px;
}

.ctElement ul.arrow-list > li::marker {
    color: #bdb188;
}

ol li ul li,
ul li ol li {
    padding: 0 0 6px 18px !important;
}

.ctArea ol li {
    padding: 0 0 5px 0;
}

.ctArea ul ul li:last-child,
.ctArea ol ol li:last-child {
    padding: 0 0 0 18px;
}

.ctArea ol {
    padding-left: 27px;
    padding-top: 6px;
}

.ctArea blockquote {
    padding-left: 20px;
}

#midCol h2 {
    padding-bottom: 15px;
}

#midCol h2,
#midCol h2 a {
    color: #b89028;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
}

.supportsearch #leftCol h2,
.supportsearch #leftCol h2 a,
#leftCol h2,
#leftCol h2 a {
    color: #b89028;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
}

#midCol h3 {
    margin-bottom: 9px;
}

div.ui-accordion h3.ui-accordion-header {
    margin-bottom: 0 !important;
}

#midCol h3,
#midCol h3 a {
    color: #b89028;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.3;
    margin-top: 16px;
}

.date .label,
.idnumber {
    font-size: 14px;
}

#midCol h4,
#midCol h4 a {
    color: #b89028;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#dedicatedSubtitleWrap {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
}

#dedicatedSubtitle h2 {
    display: inline-block;
    width: auto;
    background: rgba(0, 0, 0, 0.65);
    z-index: 177;
    font-weight: normal;
    font-size: 24px;
    color: #b89028 !important;
    line-height: 26px;
    padding: 16px 20px 12px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.site-academy #dedicatedSubtitle h2 {
    color: #fff !important;
}

@media all and (max-width: 1024px) {
    #dedicatedSubtitle h2 {
        font-size: 20px;

    }
}

@media all and (max-width: 768px) {
    #dedicatedSubtitle h2 {
        font-size: 18px;

    }
}

DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
    margin-left: 20px !important;
    float: right;
}

DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    /*margin-right: 20px !important;*/
}

.csc-textpic-intext-left-nowrap-130 .csc-textpic-text {
    padding-left: 20px;
}

#leftCol h2,
#leftCol h3 {
    margin-bottom: 9px;
}

#leftCol h3,
#leftCol h3 a {
    color: #bdb188;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
}

.clearer {
    clear: both;
}

hr {
    border-bottom: 1px dotted #bdb188;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 0;
}

hr.ce-div {
    margin-bottom: 15px;
}

.subtitle {
    margin-bottom: 9px;
    color: #b89028;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.3;
}

.subtitlesmall {
    color: #b89028;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
}

/* Flexible Contents 2 Columns */

.fce2Columns .fceLeftCol {
    float: left;
    width: 49% !important;
    width: 48%;
}

.fce2Columns .fceLeftCol .fceCtArea {
    margin-right: 5px;
    margin-bottom: 20px;
}

.fce2Columns .fceRightCol {
    float: right;
    width: 49% !important;
    width: 48%;
}

.fce2Columns .fceRightCol .fceCtArea {
    margin-left: 5px;
    margin-bottom: 20px;
}

/* Filelinks */

.csc-uploads td {
    padding: 5px 10px 5px 0;
}

/* Sitemap */

.csc-sitemap ul li {
    margin-top: 10px;
}

.csc-sitemap ul ul li {
    margin-top: 2px;
}

/* Mailform typo3 */

fieldset.defaultForm {
    padding-top: 10px;
    padding-bottom: 20px;
    border: none;
}

fieldset.defaultForm div.formRow {
    clear: both;
}

.defaultForm .csc-mailform-label {
    padding: 5px 0;
}

.defaultForm .tx_powermail_pi1_fieldwrap_html_captcha .csc-mailform-label,
.defaultForm .tx_powermail_pi1_fieldwrap_html_bigfile_description {
    padding: 5px 0 5px 180px;
}

.defaultForm .tx_powermail_pi1_fieldwrap_html_bigfile .successRow {
    color: #b89028;
    padding: 0 0 18px 180px;
    margin-top: -2px;
    display: none;
}

fieldset.defaultForm .required {
    float: left;
    margin-left: -12px;
}

fieldset.defaultForm .tx_powermail_pi1_fieldwrap_html_text .required,
fieldset.defaultForm .tx_powermail_pi1_fieldwrap_html_captcha .required {
    float: none;
    margin-left: 0;
}

.defaultForm label {
    float: left;
    width: 170px !important;
    width: 180px;
    display: block;
    margin-bottom: 6px;
    margin-right: 0 !important;
    margin-right: -3px;
    padding-right: 10px;
}

.defaultForm input[type='checkbox'] + label {
    margin-left: 5px;
    margin-top: 0;
}

.tx-idcsupport .defaultForm label.trainseachlabel {
    width: auto !important;
}

.defaultForm .formRowNoMargin label {
    float: none;
}

.tx-powermail-pi1_mandatory_submit,
.defaultForm input,
.defaultForm select,
.defaultForm textarea,
.defaultForm button {
    width: 320px !important;
    margin-bottom: 6px;
    color: #fff;
    border: 1px solid #bdb188;
    padding: 1px;
    background: #000;
}

.layout-support_popup .tx-powermail-pi1_mandatory_submit,
.layout-support_popup .defaultForm input,
.layout-support_popup .defaultForm select,
.layout-support_popup .defaultForm textarea,
.layout-support_popup .defaultForm button {
    width: 360px !important;
}

div.formRow input#sword.trainseachfeld {
    height: 15px !important;
}

.defaultForm .form-element {
    clear: both;
}

.defaultForm label {
    width: 290px !important;
}

.defaultForm .form-element legend {
    display: block;
    width: 260px;
}

.defaultForm .form-element-radio .form-check {
    float: none;
    clear: both;
}

.defaultForm .form-element-check label {
    float: none !important;
    width: auto !important;
    margin-left: 290px !important;
}

.defaultForm .form-element-check input[type='checkbox'],
.defaultForm .form-element-check input [type='radio'] {
    width: auto !important;
}

.defaultForm label.form-check-wrapping-label {
    float: none !important;
    width: auto !important;
    margin-left: 290px !important;
}

.defaultForm label.form-check-wrapping-label input {
    width: auto !important;
}

.defaultForm .form-element > span {
    float: left;
    font-size: 10px;
    line-height: 10px;
    color: #bdb188;
    padding-top: 2px;
    text-align: left;
}

.defaultForm .form-element .invalid-feedback {
    color: red;
    margin-bottom: 10px;
}

.defaultForm .form-element-statictext p {
    font-size: 10px;
    line-height: 10px;
    color: #bdb188;
}

.defaultForm .form-element-gridrow {
    border: 1px dotted #bdb188;
    margin: 20px 0 !important;
}

.defaultForm .form-navigation {
    margin-top: 20px;
    clear: both;
}

.defaultForm .form-navigation button {
    margin-left: 290px !important;
    width: auto !important;
    padding: 0 50px !important;
}

.defaultForm input.file {
    width: auto !important;
    height: auto !important;
}

.defaultForm textarea {
    height: 71px !important;
    height: 75px;
    overflow: auto;
}

.defaultForm select {
    #width: 366px !important;
    height: 25px !important;
    line-height: 25px;
}

.defaultForm option {
    color: #fff;
    background: #0a0907;
}

.defaultForm .formRow img {
    margin-left: 180px;
    margin-bottom: 6px;
}

.defaultForm input.checkbox {
    width: 13px !important;
    height: 13px !important;
    margin-bottom: 6px;
    margin-top: 2px;
    border: none;
    float: left;
}

.tx_powermail_pi1_fieldwrap_html_check input {
    width: 13px !important;
    height: 13px !important;
    margin-bottom: 6px;
    margin-top: 2px;
    margin-left: 180px;
    margin-right: 5px;
    border: none;
}

.tx-powermail-pi1_mandatory_submit,
.defaultForm input.submit,
.defaultForm button,
.defaultForm .submit input {
    margin-left: 180px !important;
    margin-left: 180px;
    width: auto !important;
    height: 21px !important;
    padding: 0 10px !important;
    padding: 0;
}

.frame-type-idcfilemakerproxy_proxy .defaultForm input.submit {
    margin-left: 0 !important;
}

.tx-powermail-pi1_mandatory_submit:hover,
.defaultForm input.submit:hover,
.defaultForm button:hover,
.defaultForm .submit input:hover {
    border: 1px solid #b89028;
}

.tx-powermail-pi1_mandatory_submit {
    margin-left: 0 !important;
}

.defaultForm input.noMargin {
    margin-left: 0 !important;
}

.defaultForm .formRowNoMargin input.submit,
.defaultForm .formRowNoMargin button {
    margin-left: 0 !important;
    margin-left: 0;
}

.defaultForm div.radio {
    padding-bottom: 10px;
}

.defaultForm div.radio fieldset label {
    width: auto;
    display: inline;
    float: none;
    padding: 0 !important;
}

div.radio fieldset {
    margin-left: 180px;
}

div.radio fieldset fieldset {
    margin-left: 0;
}

.defaultForm div.radio fieldset .radio {
    padding: 0;
    width: auto !important;
    margin: 0 5px -2px 0;
    background-color: transparent;
    border: none;
}

.defaultForm .captchaImage img {
    margin: 5px 0 5px 180px;
}

/*
#midCol .defaultForm h4 {
	padding-bottom: 13px;
}
*/
.tx_powermail_pi1_fieldwrap_html_radio_title {
    width: 180px;
    float: left;
}

div.tx-powermail-pi1_confirmation table {
    margin: 10px 0;
}

div.tx-powermail-pi1_confirmation table td {
    padding: 0 5px 5px 0;
}

div.tx-powermail-pi1_confirmation .defaultForm input.submit,
div.tx-powermail-pi1_confirmation .defaultForm button,
div.tx-powermail-pi1_confirmation .defaultForm .submit input {
    margin-left: 0 !important;
}

div.tx-powermail-pi1_confirmation .defaultForm input.tx-powermail-pi1_confirmation_back {
    float: left;
    margin-right: 10px;
}

.tx-powermail-pi1 input.validation-failed,
.tx-powermail-pi1 textarea.validation-failed {
    background-color: #f7f8e8;
}

.tx-powermail-pi1 .powermail_mandatory_js {
    text-align: right;
    display: inline;
    margin-left: 5px;
    color: #b9b9b9;
}

.powermail_mandatory_list {
    margin: 10px 0 10px 0;
}

fieldset.defaultForm .tx_powermail_pi1_fieldwrap_html_bigfile input.powermail_tx_cabagbigfile_bigfile {
    width: 202px !important;
    margin-right: 10px;
    height: 17px !important;
}

fieldset.defaultForm .tx_powermail_pi1_fieldwrap_html_bigfile object {
    position: absolute;
}

.bigfile_button {
    display: block;
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}

.progressRow {
    width: 546px;
    height: 21px;
    padding-top: 7px;
    position: relative;
    display: none;
    margin-bottom: 5px;
}

.progressPercentage {
    position: absolute;
    right: 160px;
    top: 4px;
}

.progressBar {
    height: 5px;
    margin-right: 200px;
}

.progressBar .progressSlider {
    height: 10px;
    width: 0;
    background-color: #b89028;
}

fieldset.defaultForm .tx_powermail_pi1_fieldwrap_html_bigfile input.cancelButton {
    width: 150px !important;
    position: absolute;
    right: 0;
    top: 0;
}

div.powermail_check_inner {
    clear: both;
}

div.powermail_check_inner label {
    display: inline-block;
    float: none;
    width: auto !important;
}

@media all and (max-width: 1024px) {
    .defaultForm label,
    .defaultForm label.form-check-wrapping-label,
    .defaultForm .form-navigation button {
        margin-left: 0 !important;
    }

}

/*****Added by KD for #37914********/
.tx_powermail_pi1_fieldwrap_html_bigfile input[type='file'] {
    /*display: none;*/
}

.bigFile_presentation input[type='checkbox'] {
    display: none;
}

.tx_powermail_pi1_fieldwrap_html_bigfile input[type='file'] + label:after {
    content: 'Datei auswählen';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: black;
    color: white;
    width: auto;
    height: 20px;
    font-size: 13px;
    line-height: 21px;
    cursor: pointer;
    margin: 0 auto 18px;
    padding: 0 10px;
    border-width: 1px;
    border-style: solid;
    border-color: white;
}

.tx_powermail_pi1_fieldwrap_html_bigfile input[type='file'] + label.disabled:after {
    cursor: default;
    background: lightgray;
    border: darkgray;
    color: darkgray;
}

.tx_powermail_pi1_fieldwrap_html_bigfile .fileinput-button {
    height: 29px;
}

.tx_powermail_pi1_fieldwrap_html_bigfile .bigFile_presentation {
    display: block;
    width: 100%;
    /*margin-bottom: 21px;*/
}

.tx_powermail_pi1_fieldwrap_html_bigfile .bigFile_presentation .template-upload {
    margin-bottom: 6px;
}

.tx_powermail_pi1_fieldwrap_html_bigfile .bigFile_presentation .filename {
    display: inline-block;
    width: 50%;
}

.tx_powermail_pi1_fieldwrap_html_bigfile .bigFile_presentation .uploaded .filename:before {
    display: inline-block;
    content: '\2714';
    color: green;
}

.tx_powermail_pi1_fieldwrap_html_bigfile .bigFile_presentation .uploaded .filename .name {
    display: inline-block;
}

.tx_powermail_pi1_fieldwrap_html_bigfile .bigFile_presentation .filesize {
    display: inline-block;
    width: 10%;
}

.tx_powermail_pi1_fieldwrap_html_bigfile .bigFile_presentation .fileactions {
    display: inline-block;
    width: 37%;
}

.tx_powermail_pi1_fieldwrap_html_bigfile .bigFile_presentation .fileactions button {
    margin-left: 20px !important;
}

.tx_powermail_pi1_fieldwrap_html_bigfile .progress-bar.progress-bar-success {
    height: 10px;
    background-color: #b89028;
}

.tx_powermail_pi1_fieldwrap_html_bigfile ~ .tx_powermail_pi1_fieldwrap_html_submit input[type='submit'].disabled {
    cursor: default;
    background: lightgray;
    border: darkgray;
    color: darkgray;
}

/* images */

#midCol .ctElement .csc-textpic-intext-right .csc-textpic-image,
#midCol .ctElement .csc-textpic-intext-left .csc-textpic-image {
    padding-top: 4px;
}

#midCol .ctElement .csc-textpic-intext-left-nowrap .csc-textpic-image,
#midCol .ctElement .csc-textpic-intext-right-nowrap .csc-textpic-image {
    padding-top: 4px;
}

#midCol .ctElement .csc-textpic-below .csc-textpic-text {
    padding-bottom: 5px;
}

#midCol .ctElement .csc-textpic-above .csc-textpic-text {
    padding-top: 5px;
}

.csc-textpic-image caption {
    display: block;
}

.image-caption {
    font-size: 10px;
    line-height: 10px;
    color: #bdb188;
    padding-top: 4px;
    text-align: left;
}

.ce-textpic.ce-center .image-caption {
    text-align: center;
}

div.csc-textpic div.csc-textpic-imagewrap ul li {
    float: left;
    margin: 0;
    padding: 0;
    background: none;
}

/* indexed search */

.tx-kesearch label {
    width: 170px;
}

.tx-kesearch select {
    width: 170px !important;
}

.tx-kesearch-searchbox-button {
    margin-left: 170px;
}

.tx-kesearch-info-sword {
    margin-top: 10px;
}

.tx-kesearch-sectionhead {
    margin-top: 40px;
}

#midCol .tx-kesearch-sectionhead h2 a {
    font-size: 14px;
}

#midCol .tx-kesearch .tx-kesearch-res {
    clear: both;
}

#midCol .tx-kesearch .tx-kesearch-res .tx-kesearch-res-clearer {
    clear: both;
    height: 20px;
    width: 400px;
}

#midCol .tx-kesearch .tx-kesearch-res h3 {
    margin: 0;
    padding: 0;
    position: relative;
    color: #fff;
}

.tx-kesearch .tx-kesearch-res h3 .tx-kesearch-result-number {
    display: none;
}

.tx-kesearch .tx-kesearch-res h3 .tx-kesearch-icon {
    padding-left: 20px;
    position: absolute;
    left: -19px;
    top: 0;
}

.tx-kesearch .tx-kesearch-res h3 .tx-kesearch-title {
    padding-left: 15px;
}

.tx-kesearch-res dl {
    margin-top: 4px;
}

.tx-kesearch-res dl * {
    font-size: 12px;
}

.tx-kesearch-res dl dt {
    float: left;
}

.tx-kesearch-res dl .tx-kesearch-text-item-size,
.tx-kesearch-res dl .tx-kesearch-text-item-crdate {
    display: none;
}

.tx-kesearch-res dl dt.tx-kesearch-text-item-path {
    clear: left;
}

.tx-kesearch-browsebox {
    margin: 20px 0;
    clear: both;
}

.tx-kesearch-browsebox li {
    background-image: none;
    display: inline-block;
    padding: 0;
    margin: 15px 5px 5px 0;
}

.tx-kesearch-browsebox li a {
}

.tx-kesearch-pi1 .defaultForm input[type="search"],
.tx-kesearch-pi1 .defaultForm input[type="search"],
.tx-kesearch-pi1 .defaultForm input[type="search"]:focus,
.tx-kesearch-pi1 .defaultForm select,
.tx-kesearch-pi1 .defaultForm textarea {
    width: 317px !important;
    margin-bottom: 6px;
    color: #fff !important;
    border: 1px solid #bdb188 !important;
    padding: 1px !important;
    background: #000 !important;
    border-radius: 0 !important;
}

.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total {
    background: transparent;
    color: white;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .result-teaser {
    color: white;
}

.tx-kesearch-pi1 .kesearch_pagebrowser {
    padding: 10px 0;
}

.tx-kesearch-pi1 .kesearch_pagebrowser ul li {
    background: none;
}

.tx-kesearch-pi1 #kesearch_pagebrowser_top a.current,
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom a.current {
    color: #bdb188;
}

.tx-kesearch-pi1 #kesearch_num_results {
    color: white;
    margin-bottom: 10px;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .result-number,
.tx-kesearch-pi1 #kesearch_results .result-list-item .result-title {
    font-size: 1em;
}

/* Login */

.site-idc .tx-felogin-pi1 .messages,
.site-academy .tx-felogin-pi1 .messages {
    display: none;
}

.tx-felogin-pi1 input.submit {
    margin-left: 0 !important;
    margin-top: 10px;
}

.tx-felogin-pi1 .logoutForm input.submit {
    margin-top: 10px;
    width: auto;
    padding: 0 10px !important;
    padding: 0;
}

#midCol .tx-felogin-pi1 .forgotpassword label {
    display: none;
}

#midCol .tx-felogin-pi1 .forgotpassword fieldset.defaultForm {
    padding-bottom: 0;
}

#midCol .tx-felogin-pi1 .forgotpassword .submit {
    width: 204px !important;
    width: 200px;
}

#midCol .tx-felogin-pi1 .backlink {
    margin-top: 10px;
}

/* contentflow styles */
.contentFlow {
    overflow: hidden;
    position: relative;
    z-index: 90;
    margin-top: 68px;
}

.contentFlowContent {
}

.contentFlow .elements {
    height: 360px;
    position: relative;
    /*width: 940px;*/
    width: 100%;
}

.contentFlow .elements .ctElement {
    position: absolute;
}

.contentFlow .numbersbar {
    height: 27px;
    position: absolute;
    max-width: 100%;
    bottom: 3px;
    left: 0;
    width: 100%;
}

.contentFlow .numbersbar .numbers {
    position: absolute;
    right: 18px;
    z-index: 200;
}

.contentFlow .contentFlowSelect {
    cursor: pointer;
    float: left;
    margin: 3px;
    padding: 2px;
    text-align: center;
    width: 10px !important;
    height: 10px !important;
    text-indent: -9999px;
    border-radius: 50%;
    border: 1px solid #b89028;
    transition: 0.3s all;
    /*background: url("../../Images/contentflow_navbox_normal.gif") no-repeat scroll 0 0 transparent;*/
}

.contentFlow .contentFlowSelect:hover,
.contentFlow .contentFlowSelectActive {
    background: #b89028;
    transition: 0.3s all;
}

/*.contentFlow .contentFlowSelectActive{*/
/*background-image: url("../../Images/contentflow_navbox_active.gif");*/
/*}*/
.contentFlow .options {
    display: none;
}

.contentFlowTeaser {
    height: 360px;
    position: relative;
    /*width: 940px;*/
    width: 100%;
}

.contentFlowTeaser .image {
    left: 0;
    position: absolute;
    top: 0;
}

.contentFlowTeaser .image img {
}

.contentFlowTeaser .textarea-wrapper {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.contentFlowTeaser .textarea {
    background: url('../../Images/contentflow_trans_box.png') repeat scroll 0 0 transparent;
    padding: 0;
    width: auto !important;
    position: absolute;
    left: 0 !important;
    top: 133px;
}

.contentFlowTeaser .textarea .title {
    padding: 20px 20px 5px 20px;
    font-size: 30px;
    font-weight: bold;
}

.contentFlowTeaser .textarea .text {
    padding: 0 20px 40px 20px;
    font-size: 16px;
}

/* fce: teaser box */
.fceTeaserBox {
    background-color: rgba(0, 0, 0, 0.25) !important;
    /*height: 215px;*/
    margin-left: -20px;
    overflow: hidden;
}

.fceTeaserBox .fceTeaserBoxImage {
    padding: 20px;
    float: left;
}

.fceTeaserBox .fceTeaserBoxImage a {
    display: block;
    /*overflow: hidden;*/
    /*width: 310px;*/
    /*height: 175px;*/
    padding-bottom: 0;
}

.fceTeaserBox .fceTeaserBoxImage a:hover {
    border: none;
}

.fceTeaserBox .fceTeaserBoxHeader {
    line-height: 28px;
    padding-top: 18px;
}

.fceTeaserBox h2.fceTeaserBoxHeader,
.fceTeaserBox h2.fceTeaserBoxHeader a {
    color: #b89028;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
}

.fceTeaserBox .fceTeaserBoxHeader a:hover {
    border: none;
}

.fceTeaserBox .fceCtArea a.specialmorelink {
    float: left;
    margin-top: 5px;
}

.fceTeaserBox .fceCtArea {
    /*width:90%;*/
}

/* social media links */

#socialMediaContainer {
    height: 30px;
    background: url(../../Images/ctArea_bg.png) left top repeat;
    padding-left: 20px;
}

#socialMediaContainer a {
    color: #635c48;
    height: 19px;
    line-height: 21px;
    font-size: 0;
    display: block;
    padding-left: 24px;
    float: left;
    margin-right: 10px;
}

#socialMedia_Facebook {
    background: url('../../Images/facebook-idc.svg') no-repeat scroll 0 0 transparent;
    width: 24px;
}

#socialMedia_Twitter {
    background: url('../../Images/twitter-idc.svg') no-repeat scroll 0 0 transparent;
    width: 24px;
}

#socialMediaContainer a:hover {
    border: none;
    background-color: #231f18;
}

/* FCE Additional Links */
.fce2morelinks .leftText p {
    text-align: justify;
}

.fce2morelinks .rightText {
    float: right;
    width: 280px;
    margin: 0 0 0 20px;
    /*padding-top:10px;*/
    /*padding-bottom:10px;*/
}

#midCol .fce2morelinks .rightText h3 {
    background-color: #12110f;
    border-bottom: 1px dotted #b89028;
    color: #b89028;
    font-size: 17px;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 0;
    padding: 6px 10px 5px 10px;
    margin-top: 0;
}

.fce2morelinks .rightText .rightTextInner {
    background-color: #0d0c0a;
    padding: 8px 10px 5px 10px;
}

.fce2morelinks .clearer {
    clear: both;
}

.fce2morelinks .rightTextInner p {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 6px;
}

.fce2morelinks .rightTextInner a,
.fce2morelinks .rightTextInner a:hover {
    background-position: left 2px;
    padding-right: 0;
    padding-left: 17px;
    font-size: 16px;
    line-height: 18px;
    display: block;
}

/*
 * RTE-image float classes — set by the websiteRteImageInlineFloatToClass
 * upgrade wizard, which migrates legacy inline `style="float: …; padding-…"`
 * on <img data-htmlarea-file-uid="N"> tags to whitelisted CSS classes.
 * netresearch/rte-ckeditor-image deliberately strips inline `style` as
 * anti-injection hardening, breaking v12's text-wrap layouts (e.g. page
 * 6750's CinemaLogo). These classes restore the same visual effect via the
 * `class` attribute, which the extension does pass through.
 */
img.rte-float-left {
    float: left;
    padding-right: 15px;
}

img.rte-float-right {
    float: right;
    padding-left: 15px;
}

/* Support Application */

/* Main Search */

#midCol .tx-idcsupport h2 {
    text-align: center;
    /*padding-bottom: 0;*/
    font-size: 45px;
    line-height: 50px;
    font-weight: normal;
    /*margin-top: 36px !important;*/
}

#midCol .tx-idcsupport .tx-idcsupport-mainsearch {
    text-align: center;
}

#midCol .tx-idcsupport .tx-idcsupport-mainsearch fieldset.defaultForm {
    padding-top: 5px;
}

#midCol .tx-idcsupport .tx-idcsupport-mainsearch .defaultForm input.searchtext {
    height: 26px !important;
    height: 30px;
    width: 320px !important;
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
    padding: 1px 1px 1px 8px;
    margin-bottom: 12px;
    max-width: 100%;
}

#midCol .tx-idcsupport .tx-idcsupport-mainsearch .defaultForm button.submit {
    margin-left: 0 !important;
    text-align: center;
    height: 21px !important;
    padding: 0;
    cursor: pointer;
}

.frame-type-idcsupport_supportsearchtraining .tx-idcsupport .tx-idcsupport-mainsearch .defaultForm button.submit {
    width: auto !important;
}

#midCol .tx-idcsupport-mainsearch-additionalcontent {
    margin-top: 45px;
    border-top: 1px dotted #67604a;
    padding-top: 25px;
}

.tx-idcsupport-print {
    display: none;
}

.tx-idcsupport .screen-image {
    display: inline-block;
}

/* title of the support */
div#midCol h2#supportTitle {
    font-size: 24px;
    text-align: left !important;
    margin-top: 0 !important;
    color: #ffc836 !important;
}

.supportTime,
.supportUid {
    color: #b89028;
    margin-bottom: 30px;
}

.supportUid {
    border-left: 1px dotted;
    margin-left: 10px;
    padding-left: 10px;
}

/* Left Search */

#leftCol .ctArea .tx-idcsupport-searchcriteria-firstblock,
#leftCol .ctArea .tx-idcsupport-searchcriteria-secondblock {
    background: url(../../Images/support_main_bg.png);
    position: relative;
    padding: 40px 20px 0 19px;
    margin-bottom: 11px;
}

#leftCol .ctArea .tx-idcsupport-searchcriteria-secondblock {
    padding-top: 0;
}

#leftCol .ctArea .tx-idcsupport-searchcriteria-firstblock .tx-idcsupport-newsearchlink a {
    position: absolute;
    right: 20px;
    top: 15px;
}

#leftCol .ctArea .tx-idcsupport-searchcriteria-firstblock .tx-idcsupport-newsearchlink a:hover {
    color: #b89028;
}

#leftCol .ctArea .tx-idcsupport-searchcriteria-firstblock fieldset.defaultForm {
    padding-top: 0;
    padding-bottom: 17px;
    position: relative;
}

#leftCol .ctArea .tx-idcsupport-searchcriteria-secondblock fieldset.defaultForm {
    padding-top: 9px;
    padding-bottom: 8px;
    position: relative;
}

#leftCol .ctArea .tx-idcsupport-searchcriteria-firstblock fieldset.defaultForm input#sword {
    background: none;
    border: 1px solid #bdb188;
    color: #fff;
    height: 19px !important;
    height: 19px;
    width: 179px !important;
    width: 183px;
    margin-bottom: 0;
    padding: 1px;
    position: relative;
    left: 0;
    top: 0;
}

/*SEARCH FORM INPUT*/
#main #midCol #searchCriteria fieldset.defaultForm .formRow input#sword.trainseachfeld {
    height: 19px !important;
    width: 319px !important;
}

#main #midCol #searchCriteria fieldset.defaultForm .formRow .trainseachfeld#sword {
    /*position: relative;*/
}

#main #midCol #searchCriteria fieldset.defaultForm .formRow .trainseachsubmit.submit#submit {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
}

fieldset.defaultForm input#submit.trainseachsubmit,
#leftCol .ctArea .tx-idcsupport-searchcriteria-firstblock fieldset.defaultForm input#submit {
    background: url('../../Images/support_search_submit.png');
    border: none;
    display: block;
    height: 19px !important;
    width: 19px !important;
    margin-left: 0 !important;
    padding: 0 !important;
    text-indent: -9999px;
    position: relative;
    left: 179px;
    top: -19px;
    cursor: pointer;
    margin-bottom: 22px;
}

/*SEARCH FORM  INPUT END*/
fieldset.defaultForm input#submit.trainseachsubmit,
#leftCol .ctArea .tx-idcsupport-searchcriteria-firstblock fieldset.defaultForm input#submit {
    background: url('../../Images/support_search_submit.png');
    border: none;
    display: block;
    height: 19px !important;
    width: 18px !important;
    margin-left: 0 !important;
    padding: 0 !important;
    text-indent: -9999px;
    position: relative;
    left: 179px;
    top: -20px;
    cursor: pointer;
    margin-bottom: 22px;
}

div.formRow input#submit.trainseachsubmit {
    top: -25px;
    left: 458px;
}

#leftCol .ctArea .tx-idcsupport-searchcriteria-firstblock fieldset.defaultForm #tx-idcsupport-loader {
    position: absolute;
    left: 210px;
    top: 1px;
    margin-bottom: -16px;
    margin-left: 0;
}

#leftCol .ctArea .tx-idcsupport-searchcriteria-firstblock fieldset.defaultForm .labelRow {
    margin-top: -34px;
}

#leftCol .ctArea .tx-idcsupport-searchcriteria-secondblock fieldset.defaultForm .labelRow {
    margin-top: 8px;
}

#leftCol .ctArea .tx-idcsupport-searchcriteria-firstblock fieldset.defaultForm .labelRow p,
#leftCol .ctArea .tx-idcsupport-searchcriteria-secondblock fieldset.defaultForm .labelRow p {
    font-size: 14px;
    border-bottom: 1px dotted #949392;
    color: #fff;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 7px;
}

#leftCol .ctArea .tx-idcsupport-searchcriteria-firstblock fieldset.defaultForm .radioRow,
#leftCol .ctArea .tx-idcsupport-searchcriteria-secondblock fieldset.defaultForm .radioRow,
#leftCol .ctArea .tx-idcsupport-searchcriteria-secondblock fieldset.defaultForm .checkboxRow {
    clear: both;
    padding-bottom: 2px;
    cursor: pointer;
}

#loadNextResults {
    padding: 10px 0 10px 0;
    margin-bottom: 50px;
    display: block;
}

#leftCol .ctArea .tx-idcsupport-searchcriteria-firstblock fieldset.defaultForm .radioRow *,
#leftCol .ctArea .tx-idcsupport-searchcriteria-secondblock fieldset.defaultForm .radioRow *,
#leftCol .ctArea .tx-idcsupport-searchcriteria-secondblock fieldset.defaultForm .checkboxRow * {
    cursor: pointer;
}

#leftCol .ctArea .tx-idcsupport-searchcriteria-firstblock fieldset.defaultForm input.radio,
#leftCol .ctArea .tx-idcsupport-searchcriteria-secondblock fieldset.defaultForm input.radio,
#leftCol .ctArea .tx-idcsupport-searchcriteria-secondblock fieldset.defaultForm input.checkbox {
    height: auto !important;
    width: auto !important;
    float: left;
    margin-bottom: 0;
    margin-top: 3px;
    margin-right: 7px;
    border: none;
}

#leftCol .ctArea .tx-idcsupport-searchcriteria-firstblock fieldset.defaultForm label,
#leftCol .ctArea .tx-idcsupport-searchcriteria-secondblock fieldset.defaultForm label {
    margin-bottom: 0;
    padding-right: 0;
    width: 170px !important;
    margin-top: 1px;
    color: #fff;
}

#leftCol .ctArea .tx-idcsupport-searchcriteria-firstblock fieldset.defaultForm div.radio,
#leftCol .ctArea .tx-idcsupport-searchcriteria-secondblock fieldset.defaultForm div.radio {
    padding-bottom: 0;
}

#leftCol .ctArea .tx-idcsupport-searchcriteria-secondblock fieldset.defaultForm select {
    height: 22px !important;
    width: 193px !important;
    margin-top: 6px;
    margin-bottom: 3px;
    color: #fff;
    background-color: #000;
    padding-top: 1px;
}

#leftCol .ctArea .tx-idcsupport-searchcriteria-secondblock fieldset.defaultForm option {
    color: #fff;
}

/* Resultslist */

.tx-idcsupport-entrypage {
    padding-top: 17px;
}

.tx-idcsupport-list-resultsCount,
.tx-idcsupport-list-backLink {
    margin-top: -7px;
    margin-bottom: 9px;
}

.tx-idcsupport-list-resultsCount p span,
.tx-idcsupport-list-backLink p span {
    font-weight: bold;
}

.tx-idcsupport-list-pdfLink {
    position: absolute;
    right: 10px;
}

.dividerLine {
    height: 10px !important;
    height: 11px;
    border-top: 1px dotted #bdb188;
    /*background: url(../../Images/main_bg2.gif) repeat-y -390px 0;*/
    background: url(../../Images/main_bg2.gif) repeat-y 0 0;
    margin: 0 -20px 0 -20px;
}

.divider {
    height: 5px;
    /*background: url(../../Images/main_bg2.gif) repeat-y -390px 0;*/
    background: url(../../Images/main_bg2.gif) repeat-y 0 0;
    margin: 0 -20px 0 -20px;
}

.tx-idcsupport-list-entry {
    padding: 16px 0 12px 0;
}

.tx-idcsupport-list-entry .tx-idcsupport-list-entry-leftblock {
    width: 59px;
    float: left;
    padding-top: 5px;
}

.tx-idcsupport-list-entry .tx-idcsupport-list-entry-leftblock .tx-idcsupport-list-entry-keymemberimage {
    margin-top: 18px;
}

.tx-idcsupport-list-entry-leftblock a,
.tx-idcsupport-list-entry-leftblock a:hover {
    padding-bottom: 1px;
}

.tx-idcsupport-list-entry .tx-idcsupport-list-entry-middleblock {
    max-width: 71%;
    float: left;
}

.tx-idcsupport-list-entry .tx-idcsupport-list-entry-rightblock {
    width: auto;
    float: right;
}

.tx-idcsupport-list-entry .tx-idcsupport-list-entry-rightblock .fileInfos,
.tx-idcsupport-list-entry .tx-idcsupport-list-entry-rightblock .fileInfos span,
.tx-idcsupport-list-entry .tx-idcsupport-list-entry-rightblock .date,
.tx-idcsupport-list-entry .tx-idcsupport-list-entry-rightblock .date,
span .tx-idcsupport-list-entry .tx-idcsupport-list-entry-rightblock .idnumber,
.tx-idcsupport-list-entry .tx-idcsupport-list-entry-rightblock .idnumber span,
.tx-idcsupport-list-entry .tx-idcsupport-list-entry-rightblock .trainingDuration,
.tx-idcsupport-list-entry .tx-idcsupport-list-entry-rightblock .trainingDuration span {
    font-size: 14px;
}

.tx-idcsupport-list-entry-descriptionblock {
    margin-left: 59px;
    margin-right: 131px;
    clear: both;
}

#midCol .tx-idcsupport-list-entry-title h3,
#midCol .tx-idcsupport-list-entry-title h3 a {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 6px;
    color: #fff;
}

.tx-idcsupport-list-entry-osprod {
    position: relative;
    /*height: 25px;*/
    /*overflow: hidden;*/
    margin-bottom: 13px;
}

.tx-idcsupport-list-entry-osprod .tx-idcsupport-list-entry-os {
    display: block;
    padding-right: 4px;
    background: url(../../Images/support_seperator.png) right 4px no-repeat;
    margin-right: 7px;
    float: left;
    height: 35px;
}

.tx-idcsupport-list-entry-osprod .tx-idcsupport-list-entry-product {
    display: block;
    position: relative;
    top: 2px;
    overflow: hidden;
}

.tx-idcsupport-list-entry-osprod .tx-idcsupport-list-entry-os .operatingsystem {
    position: relative;
    float: left;
    margin-right: 6px;
}

.tx-idcsupport-list-entry-osprod .tx-idcsupport-list-entry-os .operatingsystem img {
    position: relative;
    top: 0;
    margin-right: 3px;
    display: inline-block;
}

.tx-idcsupport-list-entry-osprod .tx-idcsupport-list-entry-os .operatingsystem .ostitle {
    padding-bottom: 2px;
    display: inline;
    position: relative;
    top: 2px;
}

.tx-idcsupport-list-entry-links {
    clear: both;
    padding-bottom: 5px;
}

.tx-idcsupport-list-entry-links a {
    padding-right: 12px;
    padding-left: 13px;
    background: url(../../Images/support_link.png) left 3px no-repeat;
}

.tx-idcsupport-list-entry-links a.tx-idcsupport-list-entry-links-shortdescription {
    padding-left: 0;
    padding-right: 16px;
    margin-right: 12px;
    background: url(../../Images/support_desclink.png) right 5px no-repeat;
}

.tx-idcsupport-list-entry-links a:hover {
    border-bottom: none;
}

.tx-idcsupport-list-entry-links a.tx-idcsupport-list-entry-links-shortdescription:hover,
.tx-idcsupport-list-entry-links a.act {
    color: #b89028;
    background: url(../../Images/support_desclink_act.png) right 5px no-repeat;
}

.tx-idcsupport-list-entry-rightblock .moreLink {
    height: 24px;
    width: auto;
    margin-bottom: 8px;
}

.tx-idcsupport-list-entry-rightblock .moreLink a {
    font-weight: bold;
    background: none;
    height: 24px;
    width: auto;
    padding-top: 2px;
    text-align: center;
    background: #0e0d0c;
    border-top: 1px dotted #bdb188;
    border-bottom: 1px dotted #bdb188;
    display: block;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.tx-idcsupport-list-entry-rightblock .moreLink a:hover {
    border-top: 1px dotted #b89028;
    border-bottom: 1px dotted #b89028;
    background: #0e0d0c;
}

.tx-idcsupport-list-entry-rightblock .moreLink a.link_internal span {
    padding-right: 13px;
    background: url(../../Images/link_bg_internal.png) right 4px no-repeat;
}

.tx-idcsupport-list-entry-rightblock .moreLink a.link_external span {
    padding-right: 14px;
    background: url(../../Images/link_bg_external.png) right 4px no-repeat;
}

.tx-idcsupport-list-entry-rightblock .moreLink a.link_download span {
    padding-right: 14px;
    background: url(../../Images/link_bg_download.png) right 4px no-repeat;
}

.tx-idcsupport-list-entry-rightblock .moreLink a.link_video span {
    padding-right: 14px;
    background: url(../../Images/link_bg_video.png) right 4px no-repeat;
}

.tx-idcsupport-list-entry-rightblock .moreLink a.link_internal:hover span {
    background: url(../../Images/link_bg_internal_act.png) right 4px no-repeat;
}

.tx-idcsupport-list-entry-rightblock .moreLink a.link_external:hover span {
    background: url(../../Images/link_bg_external_act.png) right 4px no-repeat;
}

.tx-idcsupport-list-entry-rightblock .moreLink a.link_download:hover span {
    background: url(../../Images/link_bg_download_act.png) right 4px no-repeat;
}

.tx-idcsupport-list-entry-rightblock .moreLink a.link_video:hover span {
    background: url(../../Images/link_bg_video_act.png) right 4px no-repeat;
}

.tx-idcsupport .showMore {
    padding: 10px 0 10px 0;
    margin-bottom: 50px;
}

.tx-idcsupport .showMore a {
    cursor: pointer;
}

.listEnd {
    margin-bottom: -37px; /* before: -32px */
}

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

.frame-type-idcsupport_supportsearchtraining .defaultForm {
    padding-bottom: 0;
}

.frame-type-idcsupport_supportsearchtraining p.results {
    margin-top: -66px;
}

.frame-type-idcsupport_supportsearchtraining #tx-idcsupport-loader {
    margin: 0;
}

/* idcmulticontent */

.tx-idcmulticontent {
    margin-top: 26px;
    margin-bottom: 26px;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

/* end clearfix */

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-widget {
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-size: 1em;
}

.ui-widget-content {
    height: auto !important;
    margin-top: 5px;
}

.ui-widget-content a {
    color: #bdb188;
}

.ui-widget-header {
}

.ui-widget-header a {
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    font-weight: bold;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    font-weight: bold;
}

.ui-state-hover a,
.ui-state-hover a:hover {
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    font-weight: bold;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    text-decoration: none;
}

.ui-widget :active {
    outline: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    zoom: 1;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #9d7c33;
}

.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;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    border-bottom: 1px solid #16120f;
    border-top: 1px dotted #9d7c33;
    border-left: 1px dotted #9d7c33;
    border-right: 1px dotted #9d7c33;
    padding: 0 0 0 0;
    margin: 0 3px 0 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    background-color: transparent;
    color: #b89028;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
}

.ui-tabs .ui-tabs-nav li a {
    cursor: pointer;
    margin-bottom: 3px;
    color: #bdb188;
}

.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    color: #b89028;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-nav li a:hover,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a:hover {
    border: none;
    background-color: #312f2c;
    color: #b89028;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    padding: 18px 0 30px 0;
    background: none;
    border-bottom: 1px dotted #9d7c33;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

.ui-tabs .tabTitle {
    display: none;
}

/* idcreferences */

.tx-idcreferences {
    position: relative;
}

.tx-idcreferences h2 {
    padding-right: 225px;
}

.tx-idcreferences .entrydescription {
    padding-right: 225px;
}

.tx-idcreferences #tx-idcreferences-regions-imagemap {
    position: absolute;
    right: 0;
    top: 0;
    border: none !important;
}

.tx-idcreferences-regions map {
    display: block;
    height: 150px;
}

.tx-idcreferences .tx-idcreferences-pager {
    position: relative;
    right: 0;
    margin-top: 20px;
    width: 100%;
}

.tx-idcreferences .tx-idcreferences-pager .pager {
    padding: 0;
}

.tx-idcreferences .tx-idcreferences-pager .pager > .bodytext {
    display: none;
}

.tx-idcreferences .tx-idcreferences-pager .pager li {
    float: left;
    padding: 0;
    margin: 0;
    background: none;
}

.tx-idcreferences .tx-idcreferences-pager .pager li a {
    display: block;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin-left: 6px;
}

.tx-idcreferences .tx-idcreferences-pager .pager li.activePage a {
    font-size: 18px;
    font-weight: bold;
    color: #b89028;
}

.tx-idcreferences .tx-idcreferences-list {
    margin-top: 60px;
    margin-right: -16px;
}

.tx-idcreferences .tx-idcreferences-reference-thumb {
    border: 2px solid #b89028;
    height: 80px !important;
    height: 84px;
    width: 144px !important;
    width: 148px;
    overflow: hidden;
}

.tx-idcreferences .tx-idcreferences-reference-thumb:hover {
    border: 2px solid #fff;
}

.tx-idcreferences .tx-idcreferences-reference-thumb img {
    border: none !important;
}

.tx-idcreferences .tx-idcreferences-container {
    width: 148px;
    height: 89px;
    float: left;
    margin: 0 16px 16px 0;
}

.tx-idcreferences .tx-idcreferences-reference {
    display: inline-block;
    position: relative;
}

.tx-idcreferences .reference-tooltip {
    border: 1px solid #767676;
    padding: 3px 7px 3px 3px;
    width: 114px !important;
    width: 124px;
    color: #000;
    font-size: 10px;
    line-height: 14px;
    background: url(../../Images/references_tooltip.gif) left bottom #fff repeat-x;
}

#tx-idcreferences-currentUid {
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 170px;
    z-index: 1;
}

.tx-idcreferences .backlink {
    background: #000;
    height: 20px;
    margin: 30px -20px 0 -20px;
    position: relative;
}

.tx-idcreferences .backlink a {
    height: 13px;
    width: 13px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 4px;
    right: 20px;
    background: url(../../Images/references_backlink.gif) left top no-repeat;
}

.tx-idcreferences .backlink a:hover {
    background: url(../../Images/references_backlink_act.gif) left top no-repeat;
}

.tx-idcreferences-slide-info {
    z-index: 1;
}

.tx-idcreferences-slide-info .company {
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.tx-idcreferences-slide-info .project {
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 6px;
}

#tx-idcreferences-carousel-autoplay {
    position: absolute;
    bottom: 21px;
    right: 20px;
    font-size: 12px;
    background-color: #000;
    z-index: 3;
    width: 200px;
    text-align: right;
    display: block;
    padding-bottom: 1px;
}

#tx-idcreferences-carousel {
    position: relative;
    margin: 0 -20px 0 -20px;
    padding: 0 20px 0 20px;
    background: #000;
    z-index: 1;
}

#tx-idcreferences-carousel-wrapper {
    width: 640px;
    height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 100%;
}

#tx-idcreferences-carousel-content {
    width: 6400000px;
    z-index: 2;
    position: relative;
}

#tx-idcreferences-carousel-content .tx-idcreferences-slide {
    float: left;
    width: 640px;
    height: 400px;
    position: relative;
    z-index: 2;
}

#tx-idcreferences-carousel-content .tx-idcreferences-slide-uid {
    display: none;
}

#tx-idcreferences-carousel-content .tx-idcreferences-slide-image {
    width: 640px;
    height: 355px;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    position: relative;
}

/*#tx-idcreferences-carousel-content .tx-idcreferences-slide-image img {*/
/*position: relative;*/
/*}*/

#tx-idcreferences-carousel-content .tx-idcreferences-slide-image.hidden {
    display: none;
}

#tx-idcreferences-carousel-content .tx-idcreferences-slide-youtube {
    width: 640px;
    height: 390px;
    overflow: hidden;
    z-index: 2;
}

#tx-idcreferences-carousel .carousel-control {
    position: absolute;
    width: 220px;
    height: 300px;
    top: 0;
    z-index: 3;
}

#tx-idcreferences-carousel-prev {
    left: 20px;
    background: url('../../Images/arrow_left.png') no-repeat scroll left -160px transparent;
}

#tx-idcreferences-carousel-next {
    right: 20px;
    background: url('../../Images/arrow_right.png') no-repeat scroll right -160px transparent;
}

#tx-idcreferences-carousel-prev:hover {
    background-position: left 160px;
    border: none;
}

#tx-idcreferences-carousel-next:hover {
    background-position: right 160px;
    border: none;
}

.tx-idcreferences-small {
    margin: 0 -20px 0 -20px;
    padding: 0 20px 12px 20px;
    background: #000;
}

#tx-idcreferences-smallContainer {
    /*height: 102px;*/
    /*width: 640px;*/
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 5px 0;
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
}

#tx-idcreferences-smallContent {
    width: 6400000px;
    position: relative;
    left: 0;
}

#tx-idcreferences-smallContent .tx-idcreferences-small-slide {
    float: left;
    width: 180px;
    height: 100px;
    border: 1px solid #b89028;
    margin-right: 13px;
}

#tx-idcreferences-smallContent .tx-idcreferences-small-slide-image {
    width: 180px;
    height: 100px;
    overflow: hidden;
}

#tx-idcreferences-smallContainer .tx-idcreferences-small-slide-image a img {
    opacity: 0.5;
    border: none;
}

#tx-idcreferences-smallContainer .tx-idcreferences-small-slide-image a:hover img {
    opacity: 1;
}

#tx-idcreferences-smallContainer .tx-idcreferences-smallContent-autoplay .tx-idcreferences-small-slide-image a:hover img {
    opacity: 0.5;
}

#tx-idcreferences-smallContainer .tx-idcreferences-smallContent-slide-active .tx-idcreferences-small-slide-image a img,
#tx-idcreferences-smallContainer .tx-idcreferences-smallContent-slide-active .tx-idcreferences-small-slide-image a:hover img {
    opacity: 1;
}

/* cabag_maps */
#gmapmarker,
.tx_cabagmaps_pi1 {
    color: #000;
}

/* Lightbox */

#lightbox #bottomNavClose {
    background: url('../../Images/lightbox_close.gif') left top no-repeat;
    height: 22px !important;
    width: 66px !important;
    display: block;
    text-indent: -9999px;
    padding-bottom: 0 !important;
}

#lightbox #bottomNav #bottomSaveMode,
#lightbox #bottomNav #bottomPrintMode {
    display: none;
}

#lightbox {
    z-index: 202 !important;
}

#overlay {
    z-index: 201 !important;
}

/* ui effect */
.ui-accordion h3.ui-accordion-header {
    border-top: 1px dotted #bdb188;
    overflow: hidden;
    margin-bottom: 5px;
    width: 100%;
}

.ui-accordion h3.ui-accordion-header span.ui-icon {
    display: none;
}

.ui-accordion h3.ui-accordion-header a {
    color: #bdb188;
    background: #161513 url('../../Images/zu.png') no-repeat scroll right 0;
    display: block;
    padding-bottom: 0;
    width: 100%;
    padding: 5px 0;
    margin-top: 5px;
}

.ui-accordion h3.ui-state-active a {
    background: url('../../Images/auf.png') no-repeat scroll right 0; /*#0B0908 */
    color: #b89028;
    margin-bottom: 0;
}

#midCol .ui-accordion-content header h1,
#midCol .ui-accordion-content header h2 {
    color: #b89028;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    margin: 15px 0;
}

@media print {
    #midCol .ui-accordion .ui-accordion-header a {
        font-size: 20px !important;
        line-height: 1.3 !important;
        padding: 10px 0 20px !important;
        display: block;
    }

    .ui-accordion-print-header {
        font-size: 24px !important;
        line-height: 1.3 !important;
        padding: 10px 0 20px !important;
        display: block;
    }
}

.dontShow {
    display: none;
}

.left,
.training {
    float: left;
}

.right {
    float: right;
}

fieldset.defaultForm label.trainradiolabel {
    width: 85px !important;
}

fieldset.defaultForm div.training input.radiotrain,
fieldset.defaultForm div.training input.radiotrain {
    width: 30px !important;
    float: left;
}

div.tx-idcsupport-searchcriteria
form#searchCriteria
div.tx-idcsupport-searchcriteria-firstblock
fieldset.defaultForm
div.formRow
div.radioRow
input#sortingRadio-1.radio {
    margin-left: 0;
}

/* opera */
@media all and (min-width: 0) {
    input#sortingRadio-1.radio,
    input#sortingRadio-2.radio {
        border: none;
    }

    input#sortingRadio-1.radio {
        margin-left: 10px;
    }

    div.formRow input#submit.trainseachsubmit {
        /*left: 412px;*/
        /*top: -25px;*/
        left: 423px;
        top: -28px;
    }
}

/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input#sortingRadio-1.radio {
        margin-left: 10px;
    }
}

p.trainseachsorting {
    margin-left: 104px;
    margin-top: -35px;
}

div.sortnach {
    margin-left: 180px;
    margin-top: -35px;
}

p.results {
    width: auto;
    float: right;
    margin-top: -56px;
}

table {
    width: 100%;
}

.csc-textpic-image {
    text-align: left;
    font-size: 10px;
    color: #bdb188;
    line-height: 10px;
}

.csc-textpic-center-inner .csc-textpic-image {
    text-align: center;
}

.text-center {
    text-align: center !important;
}

.text-justify,
.bodytext {
    text-align: justify !important;
}

.rightTextInner .bodytext {
    text-align: left !important;
}

.text-left,
.leftText,
.csc-textpic-text {
    text-align: left !important;
}

.text-right,
.rightText {
    text-align: left !important;
}

.ce-bodytext p {
    text-align: justify;
}

.ce-image .ce-gallery {
    margin-bottom: 13px;
}

.ce-intext.ce-right .ce-gallery {
    margin-left: 20px;
}

.ce-intext.ce-left .ce-gallery {
    margin-right: 20px;
}

#midCol .ce-gallery + .ce-bodytext h3:first-child {
    margin-top: 0;
}

#midCol .ctElement .csc-textpic-firstcol,
#midCol .ctElement .csc-textpic-lastcol {
    display: inline-block !important;
}

html .news .article .news-img-wrap a {
    background: transparent !important;
    border: 0;
    padding: 0;
}

div.csc-textpic div.csc-textpic-imagecolumn {
    float: left;
    /*padding: 10px;*/
    /*24.07.*/
    padding: 10px 4px;
}

.ctElement > .frame-type-text > p,
html .news .article p {
    text-align: justify;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    width: auto;
}

.csc-textpic-intext-left .csc-textpic-imagewrap {
    float: left;
}

#lightwindow {
    left: 50% !important;
}

#lightwindow,
#lightwindow *,
#lightbox,
#lightbox * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#lightbox #outerImageContainer,
#lightbox #imageDataContainer {
    max-width: 100% !important;
}

@media all and (max-width: 1024px) {
    .contentFlowTeaser .textarea .text {
        padding: 0 20px 60px 20px;
        font-size: 13px;
    }

    .contentFlowTeaser .textarea {
        margin-left: 12px;
        top: 83px !important;
    }
}

@media all and (max-width: 768px) {
    .supportsearch #leftCol .ctArea {
        margin-top: 70px !important;
    }

    .contentFlowTeaser .textarea {
        /*display: none;*/
    }

    .tx_cabagmaps_pi1 .singleView > div:first-of-type {
        height: 380px !important;
    }

    .element-test .fceTeaserBox,
    .element-test .fceTeaserBoxImage {
        width: 270px;
    }
}

@media all and (max-width: 708px) {
    .ctArea .ctElement {
        text-align: left;
    }
}

@media all and (max-width: 678px) {
    .csc-textpic-imagewrap {
        float: none;
        margin-bottom: auto;
    }
}

@media all and (max-width: 660px) {
    #midCol .ctArea .ctElement .fceTeaserBox .fceTeaserBoxImage a {
        padding-bottom: 20px;
    }

    #midCol .ctArea .ctElement .fceTeaserBox .fceCtArea {
        min-height: 0;
    }

    #midCol .ctArea .ctElement .fceTeaserBox .fceCtArea .specialmorelink {
        position: relative;
        left: 0;
    }

    .tx-powermail-pi1_mandatory_submit,
    .defaultForm input,
    .defaultForm select,
    .defaultForm textarea,
    .defaultForm button {
        width: 100% !important;
    }

    #midCol h2,
    #midCol h2 a {
        font-size: 20px;
    }

    .fce2Columns .fceLeftCol,
    .fce2Columns .fceRightCol {
        float: none !important;
        width: 100% !important;
    }

    .tx-idcsupport-list-entry .tx-idcsupport-list-entry-middleblock {
        width: 100%;
        float: none;
    }

    .tx-idcsupport .screen-image {
        margin-bottom: 10px;
    }

    .tx-idcsupport-list-entry-osprod {
        clear: both;
        overflow: hidden;
        height: auto;
    }

    .tx-idcsupport-list-entry-osprod .tx-idcsupport-list-entry-os {
        overflow: hidden;
        float: none;
        height: auto;
        background: none;
    }

    .tx-idcsupport-list-entry .tx-idcsupport-list-entry-leftblock .tx-idcsupport-list-entry-keymemberimage {
        margin: 10px 0;
    }
}

@media all and (max-width: 640px) {
    #tx-idcreferences-carousel-content .tx-idcreferences-slide-image {
        text-align: left;
    }
}

@media all and (max-width: 520px) {
    .csc-textpic-intext-left .csc-textpic-imagewrap {
        float: none !important;
    }

    .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap,
    .csc-textpic-intext-right .csc-textpic-imagewrap {
        float: none !important;
    }

    .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap,
    .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
        margin: 0 !important;
    }

    .csc-textpic-intext-right-nowrap .csc-textpic-text,
    .csc-textpic-intext-left-nowrap .csc-textpic-text {
        margin: 0 auto;
        margin-left: 0 !important;
    }

    DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
    DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
        margin-left: 0 !important;
        float: right;
    }

    DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
    DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
        margin-right: 0 !important;
    }
}

@media all and (max-width: 425px) {
    .contentFlow .elements {
        height: 280px;
    }

    .fce2morelinks .rightText {
        float: none;
        width: 100%;
    }

    #midCol h3 {
        margin-bottom: 20px;
    }

    .tx_cabagmaps_pi1 .singleView > div:first-of-type {
        height: 320px !important;
    }

    .fce2morelinks .clearer {
        margin-bottom: 30px;
    }

    .ctArea .align-justify {
        text-align: left;
    }

    .fce2morelinks .rightText {
        margin: 0;
    }

    .leftText p:nth-child(1) {
        margin-bottom: 27px;
    }

    .tx-idcreferences .entrydescription {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .tx-idcreferences #tx-idcreferences-regions-imagemap {
        position: relative;
    }

    .tx-idcreferences-regions map {
        height: auto;
    }
}

@media all and (max-width: 400px) {
    DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
    DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
        margin-left: 0 !important;
        float: none;
        width: 100%;
    }

    .ui-tabs .ui-tabs-nav li {
        width: 100%;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
        border-bottom: 1px solid #9d7c33;
    }

    .ui-tabs .ui-tabs-nav li a:hover,
    .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a:hover {
        text-align: left;
        width: 100%;
    }
}

@media all and (max-width: 320px) {
    .tx_cabagmaps_pi1 .singleView > div:first-of-type {
        height: 260px !important;
    }
}

#topNav {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 23px;
}

#topNav li {
    display: inline-block;
}

#topNav li a {
    padding: 11px 14px 9px 21px;
    line-height: 16px;
    text-transform: uppercase;
    background: url(../../Images/mainNav_l1_bg.png) right center no-repeat;
    color: #fff;
    transition: all 0.4s;
}

#topNav li a:hover {
    color: #9d7c33;
    transition: all 0.4s;
}

#topNav li:nth-last-child(1) a {
    background: none !important;
}

@media all and (max-width: 1024px) {
    #topNav {
        display: none;
    }
}

.powermail_input {
    background: transparent;
    margin-bottom: 6px;
    color: #fff;
    border: 1px solid #bdb188;
    padding: 1px;
    width: 100%;
    margin-left: 30px;
}

.powermail_select {
    background: transparent;
    margin-bottom: 6px;
    color: #fff;
    border: 1px solid #bdb188;
    padding: 1px;
    width: 100%;
    margin-left: 30px;
}

.powermail_select option {
    background: black;
    margin-bottom: 6px;
    color: #fff;
    border: 1px solid #bdb188;
    padding: 1px;
    width: 100%;
}

.powermail_textarea {
    background: transparent;
    width: 100%;
    color: #fff;
    border: 1px solid #bdb188;
    padding: 1px;
    margin-bottom: 6px;
    margin-left: 30px;
}

.powermail_fieldwrap .checkbox {
    margin-left: 30px;
    margin-bottom: 6px;
}

.powermail_fieldwrap input {
    background: transparent;
    margin-bottom: 6px;
    color: #fff;
    border: 1px solid #bdb188;
    padding: 1px;
    width: 100%;
    margin-left: 30px;
    margin-bottom: 6px;
}

.powermail_fieldwrap .checkbox input {
    width: auto;
    margin-left: 0;
}

.powermail_fieldwrap img {
    margin-left: 30px;
    margin-bottom: 6px;
}

.powermail_fieldwrap .description {
    margin-left: 30px;
    margin-bottom: 6px;
}

.powermail_fieldwrap .btn:hover {
    background: #fff;
    color: #000;
}

.powermail_fieldwrap .checkbox input,
.powermail_fieldwrap .checkbox input a {
    display: inline-block;
}

.csc-textpic-right .csc-textpic-imagewrap {
    float: right;
}

.csc-textpic-above .csc-textpic-imagewrap {
    float: none;
}

.csc-textpic-above.csc-textpic-right .csc-textpic-imagewrap .csc-textpic-image {
    text-align: right;
}

.csc-textpic-intext-left .csc-textpic-imagewrap .csc-textpic-image {
    padding-right: 20px;
}

@media all and (max-width: 840px) {
    .tx-idcsupport-list-entry .tx-idcsupport-list-entry-middleblock {
        max-width: 60%;
    }
}

@media all and (max-width: 650px) {
    .fceTeaserBox .fceTeaserBoxImage {
        padding-bottom: 0;
    }

    .tx-idcsupport-list-entry .tx-idcsupport-list-entry-middleblock {
        max-width: 100%;
    }

    .tx-idcsupport-list-entry-rightblock {
        margin-top: 20px;
        margin-bottom: 20px;
        float: left !important;
    }

    .tx-idcsupport-list-entry-descriptionblock {
        margin-left: 0;
        margin-right: 0;
    }

    .hotline-form .btn {
        max-width: 200px;
        margin-left: 0 !important;
    }
}

@media all and (max-width: 520px) {
    .csc-textpic-intext-left .csc-textpic-imagewrap .csc-textpic-image {
        padding-right: 0;
        padding-bottom: 20px;
    }
}

.csc-textpic-center .csc-textpic-imagewrap {
    float: none;
}

.hotline-form {
    max-width: 850px;
}

.hotline-form .btn,
.hotline-form .description,
.hotline-form .powermail_fieldwrap img,
.hotline-form .checkbox,
.hotline-form textarea {
    margin-left: 0;
}

.hotline-form input {
    margin-left: 0;
}

.hotline-form select {
    margin-left: 0;
}

.hotline-form .btn {
    max-width: 200px;
    margin-left: 290px;
}

.csc-textpic-center-inner {
    text-align: center;
}

.csc-textpic-center-inner .csc-textpic-imagerow {
    display: inline-block;
}

.element-test {
    width: 100% !important;
}

.element-test iframe,
.element-test video {
    width: 100%;
    border: none;
    margin-bottom: 20px;
}

.element-test .fceTeaserBox,
.element-test .fceTeaserBoxImage {
    width: 100%;
}

.link-button {
    background: #b89028;
    color: #fff !important;
    padding: 13px 30px !important;
    text-align: center;
    box-shadow: 0 10px 15px -7px transparent;
    display: inline-block;
    min-width: 120px;
    border-radius: 3px;
    margin-top: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.link-button:after {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 15px;
    background: url(../../Images/icon-poll-w.svg) no-repeat center;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.link-button:hover {
    background: #bdb188;
    /*color:#b89028 !important;*/
    box-shadow: 0 5px 10px -7px #b89028,
    0 1px 5px 0 rgba(0, 0, 0, 0.25);
}

/*.link-button:hover:after{*/
/*background: url(../../Images/icon-poll.svg) no-repeat center;*/
/*-webkit-transition: all 0.4s;*/
/*-moz-transition: all 0.4s;*/
/*-ms-transition: all 0.4s;*/
/*-o-transition: all 0.4s;*/
/*transition: all 0.4s;*/
/*}*/

#midCol .ctElement iframe,
#midCol .ctElement video.thumbs {
    max-width: 100%;
}

#midCol .ctElement iframe {
    border: none;
}

video.thumbs {
    height: auto;
}

@media all and (max-width: 768px) {
    .ctElement iframe {
        height: 400px;
    }
}

@media all and (max-width: 580px) {
    .ctElement iframe {
        height: 350px;
    }
}

@media all and (max-width: 500px) {
    .ctElement iframe {
        height: 260px;
    }
}

@media all and (max-width: 420px) {
    .ctElement iframe {
        height: 200px;
    }
}

@media screen {
    /*
     * Hide v12-style "first content headers" on support subpages — the
     * page-title-duplicate headers the editor typically put as the first CE
     * header per rendering scope.
     *
     * In v12 css_styled_content stamped `.csc-firstHeader` only on the
     * actually-first heading per scope. In v14, Fluid 5 over-stamps it on
     * every CE's first heading.
     *
     * We restore v12's stamping at runtime via firstHeaderDemoter.js (loaded
     * via 03-js.typoscript) which demotes all-but-first `.csc-firstHeader`
     * per scope to `.csc-anotherHeader`. After that runs, this CSS hides
     * exactly the v12-equivalent set — no positional cascades or `:has()`
     * needed.
     *
     * v12 = master. See docs/bugs.md for editorially-debatable cases.
     */
    .layout-support_subpage #midCol .csc-firstHeader {
        display: none;
    }

    html.support-entry-page .layout-support_subpage #midCol .csc-firstHeader {
        display: block;
    }
}

.frame-ruler-before:before {
    border-top: 1px dotted #bdb188;
}

.frame-ruler-after:after {
    border-bottom: 1px dotted #bdb188;
}
