/*
---------------------------------------------
custom layout - v 2.1.1
---------------------------------------------
 */
:root{
    --borderRadius: 4px;
}

.logo img{
    max-width: 200px;
}

nav {
    text-align: left;
}

.fixed-width,
.bgimage img {
    transition: width 0.5s;
}

.rw-sociallinks{
    float: right;
}

.rw-sociallinks a{
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.center{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

ol li{
    list-style-image: url(../Images/checkmark.png);
}

.desktop-header-default{
    z-index: 4;
}

.desktop-header-small{
    z-index: 3;
    display: none;
}

#nav > ul > li > a {
    padding: 10px 15px;
    display: inline-block;
    /*    width: 100%;
        box-sizing: border-box;
        text-align: center;
        display: inline-block;*/
}

/*.dropshadow{
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}*/

/* -------------------- Rounded Corners -------------------------*/
.lead-button,
.info-button-big,
.lead-button-big,
.teaser-box-2 a.button,
.teaser-box-3 a.button,
.info-btn-bg,
#back-to-top,
input,
.teaser-box-1 .teaser-content,
.teaser-box-6 .teaser-content,
.teaser-box-5 .teaser-test-wrap,
.news-prev a,
.news-back a,
.news-next a,
.big-button,
.info-button-big,
.info-button-big-hback,
.lead-button-big,
.lead-button-big-hback,
a.button, a.button-1,
.controls input[type="submit"],
.button-file{
    border-radius: var(--borderRadius);
}


.lead-button-big,
.controls input[type="button"].button-file,
input.lead-button-big[type="submit"],
.info-button-big{
    border-radius: 22px;
}


.lead-button-big,
input.lead-button-big {
    background-image: none !important;
    background-position: 92%;
    background-repeat: no-repeat;
    background-size: 20px;
    position: relative;
    padding: 10px 30px 10px 30px;
    width: auto;
}

input[type="submit"].lead-button-big{
    padding-right: 30px;
}



/** file upload **/

.current_file.ok{
    font-size: 1px;
    color: transparent;
    background-color: #8CC63F;
    background-image: url("../Images/checkmark-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: inline-block;
    position: relative;
    left: 20px;
    top: -32px;
}

/** --- modal-form-overlay  **/

.modal-form-overlay{
    display:block;
    opacity: 0.95;
}
.modal-form-overlay-wrapper{
    position:absolute;
    z-index:1000;
    background-color:#fff;
    color:#000;
    padding: 40px;
    left: 50%;
    top:50%;
    border-radius: 20px;
    transform: translate(-50%,-50%);
    border: 5px solid #007e9e;
}

.modal-form-overlay-content{
    margin: auto;
}

.modal-form-overlay-content b{
    padding: 0 0 20px 0;
    color: #007e9e;
    font-size: 20px;
    display: inline-block;
}

.modal-form-overlay-content li{
    padding: 0 0 10px 0;
    margin: 0 0 0 20px;
    text-align:left;
}

.modal-form-overlay-spinner{
    width: 100%;
    height: 78px;
    background: url("../Images/spinner_01b.png") center no-repeat;
    background-size: 78px;
    animation: spin 1s infinite linear;
    margin: 10px 0 40px 0;
}

@keyframes spin {

    from {
        transform: rotate(0deg);
    } to {
          transform: rotate(360deg);
      }

}




.lead-button-big:hover,
input.lead-button-big:hover{
    padding: 10px 30px 10px 30px;
}

.lead-button-big::after {
    content: none;
}

.rounded{
    border-radius: var(--borderRadius);
}

.rw-form .section {
    border-radius: var(--borderRadius);
}

.rounded-top, .rounded-top img{
    border-top-left-radius: var(--borderRadius);
    border-top-right-radius: var(--borderRadius);
}

.rounded-bottom, .rounded-bottom img{
    border-bottom-left-radius: var(--borderRadius);
    border-bottom-right-radius: var(--borderRadius);
}

button#back-to-top {
    position: fixed;
    bottom: 20px;
    left: 95%;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-size: 100%;
    border: none;
    cursor: pointer;
}

/* ------------ Sidebar Navi ------------------------------------------------------------------------------------ */


.sidebar-navi, .conversion-navi{
    background-color: #fff;
    /* border: 1px solid #f0f0f0;*/
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.sidebar-navi ul > li,
.conversion-navi ul > li{
    border-bottom: 1px solid #e5e5e5;
    /*border-bottom: 1px solid #b3b3b3;*/
}

.sidebar-navi ul > li:last-child,
.conversion-navi ul > li:last-child{
    border-bottom:none;
}

.sidebar-navi ul > li > a,
.conversion-navi ul > li > a {
    color: #666;
}

.sidebar-navi ul > li > a,
.conversion-navi ul > li > a{
    padding: 17px 15px 17px 15px;
}

.sidebar-navi ul > li:first-child a,
.conversion-navi ul > li:first-child a{
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.sidebar-navi ul > li:last-child a,
.conversion-navi ul > li:last-child a{
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.sidebar-navi ul > li > a:hover,
.sidebar-navi ul > li > a.active{
    background-color: #004b8b;
    color: #fff;
}


.content-bottom > div{
    bottom: 0;
    position: absolute;
}

header section:first-child(2){
    background-color: #eef1f5 !important;
}

/*.dropshadow{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}*/

.onpage-navi{
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.onpage-navi ul > li{
    /* width: 100%; */
    float: left;
    list-style-type: none;
}

.onpage-navi ul > li > a{
    padding: 20px;
    background-color: #fff;
    color: #333;
    font-weight: 500;
    display: inline-block;
    float: left;
    /* width: 100%; */
    box-sizing: border-box;
    transition: all 0s ease;
}

.onpage-navi ul > li:first-child a{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.onpage-navi ul > li:last-child a{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.onpage-navi a.active,
.onpage-navi a.active i,
.onpage-navi a:hover,
.onpage-navi a:hover i{
    background-color: #f97352;
    color: #fff;
}

.rounded{
    border-radius: var(--borderRadius);
}

.rounded img{
    border-radius: var(--borderRadius);
}

.rounded-top, .rounded-top img{
    border-top-left-radius: var(--borderRadius);
    border-top-right-radius: var(--borderRadius);
}

.rounded-bottom, .rounded-bottom img{
    border-bottom-left-radius: var(--borderRadius);
    border-bottom-right-radius: var(--borderRadius);
}

button#back-to-top {
    position: fixed;
    bottom: 20px;
    left: 95%;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-size: 100%;
    border: none;
    cursor: pointer;
}

.teaser-content sup{
    display: none;
}

.teaser-content a{
    margin: 0 0 10px 0 !important;
}

/*input[type="text"], textarea,
.lead-button-big,
.info-button-big,
input[type="submit"].lead-button-big{
    border-radius: 18px; !important;
}*/

.teaser-box-7{

}

.rounded .teaser-box-7{
    border-radius: var(--borderRadius);
}

.rounded .teaser-box-7 .teaser-content{
    border-bottom-right-radius: var(--borderRadius);
    border-bottom-left-radius: var(--borderRadius);
}

.rounded .teaser-box-7 .teaser-image .bgimage{
    border-top-right-radius: var(--borderRadius);
    border-top-left-radius: var(--borderRadius);
}

.rounded .teaser-box-7 .teaser-content a{
    color: #333;
}

.text-box-icon-left{
    margin-top: 0 !important;
}

.text-box-icon-aside-left.text-icon-large .text-box-icon-left{
    padding: 0 20% 0 0 !important;
}

.text-box-icon-aside-left.text-icon-medium .text-box-icon-left{
    padding: 0 20% 0 10% !important;
}

.text-box-icon-aside-left.text-icon-small .text-box-icon-left {
    padding: 0 20% 0 20% !important;
}

.kliste-box{
    margin: 0;
}

.kliste-btn, .kliste-box{
    border-radius: var(--borderRadius);
}

.small-btn .lead-button-big{
    padding: 5px 30px 5px 30px;
}

.small-btn .lead-button-big,
.small-btn .info-button-big{
    font-size: 12px;
    border-radius: 20px;
}

.backBtn{
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url("../Images/btn-close.svg") no-repeat;
    display: block;
    float: right;
}


.small-btn .info-button-big{
    padding: 5px 15px 5px 15px;
}

.desktop-header-small .logo img{
    /*   position: absolute;
       left: 50%;
       transform: translateX(-50%);*/
    height: 30px;
    margin-top: 6px;
}


/*  ------------  Forms -------------  */
/*
input[type="checkbox"] {
    margin: 0 !important;
    display: none;
}

input[type='checkbox'],
input[type='radio'] {
    width:auto;
    float:left;
    margin-right: .75em;
    background:transparent;
    border:none;
}
input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
    background: transparent;
    position: relative;
    visibility: hidden;
    margin:0;
    padding:0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
    cursor: pointer;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:block;
    width: 20px;
    height:20px;
    position: relative;
    top:20px;
    left: -25px;
    background: white;
    margin-right: 0.5em;
    background: url('../Images/input-radio.svg') no-repeat;
    transition: background 0.4s;
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
    border-radius: 30px;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before{
    color: #62A0D7;
    background: url('../Images/input-radio-hover.svg') no-repeat;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before
{
    background: url('../Images/input-radio-checked.svg') no-repeat;
}


input[type='checkbox']:checked  + label,
input[type='radio']:checked  + label{
    !*color: #0da085;*!
    !*font-weight: 700;*!
}

.teaser-date-flag{
    top: 5px;
    left: 5px;
    padding: 5px 8px;
    border-radius: var(--borderRadius);
}

.desktop-header-default .lead-button-big{
    margin: 20px 0 0 0;
}*/



/* -------- Foo Tables ------------------ */


.footable th{
    text-align: left;
}

.footable tbody tr{
    background-color: #fff;
}

.footable tbody tr:nth-child(odd){
    background-color: transparent;
}

.bgcolor-7 .footable tbody tr:nth-child(odd),
.bgcolor-7 .footable-header{
    color: #fff;
}

.footable tbody tr td,
.footable-details tbody tr th{
    vertical-align:middle !important;
    height: 30px;
}

.footable-details tbody tr td,
.footable-details tbody tr th{
    height: 40px;
}

.table .footable-detail-row  tbody > tr{
    background-color: #fff;
}

.table .footable-detail-row  tbody > tr:nth-child(odd){
    background-color: #edf6fa;
}

.ce-table th, .ce-table td {
    border-top: 0 solid #dadada;
}
.ce-table th, .ce-table td {
    padding: 0.5em 0.75em;
    vertical-align: top;
}


@media screen and (min-width: 0px) and (max-width: 480px){

    .footable tbody tr > td,
    .footable-details tbody tr th{
        width: 50%;
    }


}

@media screen and (min-width: 481px) and (max-width: 768px){
    .footable tbody tr > td,
    .footable-details tbody tr th{
        width: 40% !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px){
    .footable tbody tr > td,
    .footable-details tbody tr th{
        width: auto ;
    }
}


@media screen and (min-width: 0px) and (max-width: 720px) {
    /*smartphone portrait*/

    /* logo */

    .werbe-banner{
        display: none;
    }

    header > section > div:nth-child(1){
        top: 5px;
        left: 10px;
        width: 45%;
    }

    /* some icons */
    header > section > div:nth-child(3){
        top: 10px;
        right: 10px;
        width: 45%;
        position: absolute;
    }

    header .col-16{
        display: none;
    }

    header section:nth-child(2) {
        padding: 0;
    }

    .logo img{
        max-width: 100%;
        margin: 0;
        height: 50px;
    }

    .onpage-navi{
        margin: 20px 0;
        width: 90%;
    }

    .onpage-navi ul > li{
        width: 50%;
        /* height: 50px;*/
        box-sizing: border-box;
    }

    .onpage-navi ul > li > a{
        width: 100%;
        padding: 10px 5px;
        text-align: center;
    }

    .onpage-navi ul > li a i:before {
        width: 100%;
        display: inline-block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .onpage-navi ul > li > a > i {
        font-size: 50px;
        width: 100%;
        margin: 0 0 30px 0;
    }

    .onpage-navi ul > li:first-child a{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .onpage-navi ul > li:last-child a{
        border-top-right-radius:0;
        border-bottom-right-radius: 0;
    }

    .onpage-navi ul > li:nth-child(odd){
        border-right: 1px solid #eee;
    }

    .onpage-navi ul > li:nth-child(1),
    .onpage-navi ul > li:nth-child(2),
    .onpage-navi ul > li:nth-child(3),
    .onpage-navi ul > li:nth-child(4),
    .onpage-navi ul > li:nth-child(5),
    .onpage-navi ul > li:nth-child(6){
        border-bottom: 1px solid #eee;
    }

    .breakpoint-xs .footable-detail-row > td{
        background-color: #fff;
        margin: 0 0 10px 0;
    }

    .modal-form-overlay-content{
        width: 320px;
    }
}

@media screen and (min-width: 721px) and (max-width: 800px) {
    /* tablet portrait */

    .desktop-header-default nav{
        margin-top:21px !important;
    }

    #nav > ul > li > a {
        padding: 8px 8px;
    }

    .werbe-banner{
        display: block;
    }

    .mobile-view .logo img{
        width: 130px;
    }

    .small-btn .info-button-big{
        margin: 10px 0 0 0;
    }

}

@media screen and (min-width: 801px) and (max-width: 1024px) {
    /*Tablet landscape*/

    #nav > ul > li > a {
        padding: 10px 10px;
    }

    .desktop-header-default nav{
        margin-top:21px !important;
    }
    .desktop-header-default .logo img{
        width: 130px;
    }

    .mobile-view .logo img{
        width: 130px;
    }

    .mobile-view .small-btn .info-button-big{
        margin: 8px 0 0 0;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    /* small-Size Desktop*/
    header, .mm-page, footer, #player {
        width: 100%;
        margin: auto;
    }

    .desktop-header-default nav{
        margin-top:27px !important;
        /*   bottom: -35px;*/
    }

    .desktop-header-default .logo img{
        /*width: 170px;*/
        /*  bottom: 0;
          position: relative;*/
    }

    #global-wrap > section,
    header > section,
    footer {
        padding-left: 6% !important;
        padding-right: 6% !important;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1920px) {
    /*Mid-Size Desktop*/
    header, .mm-page, footer, #player {
        width: 100%;
        margin: auto;
    }

    .desktop-header-default nav{
        margin-top:36px !important;
    }

    .desktop-header-default .logo img{
        width: 200px;
    }

    .inner-global-wrap > section,
    header > section,
    footer {
        padding-left: 6% !important;
        padding-right: 6% !important;
        padding-top: 0;
        padding-bottom: 0;
    }

    .inner-global-wrap > section.bgvideo{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    section > div.col-24,
    footer > div.col-24{
        width: 1300px;
        margin: auto !important;
        float: none;
    }


}

@media screen and (min-width: 1921px) and (max-width: 5200px) {
    /*big-Size Desktop*/
    /* header, .mm-page, .inner-global-wrap, footer, #player, .modal-page .inner-wrap {
        width: 1300px;
        margin: auto;
    } */

    .desktop-header-default nav{
        margin-top:36px !important;
    }

    .desktop-header-default .logo img{
        width: 200px;
    }

    header, .mm-page, footer, #player {
        width: 100%;
        margin: auto;
    }

    .inner-global-wrap > section,
    header > section,
    footer {
        padding-left: 12% !important;
        padding-right: 12% !important;
        padding-top: 0;
        padding-bottom: 0;
    }

    .inner-global-wrap > section.bgvideo{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    section > div.col-24,
    footer > div.col-24{
        width: 1440px;
        margin: auto !important;
        float: none;
    }

}


@media screen and (min-width: 721px) and (max-width: 5200px) {
    a.mainnavi_toggler{
        display: none;
    }

    .mainnavi_toggler{
        display: none;
    }

    .modal-form-overlay-content{
        width: 520px;
    }
}

.inner-global-wrap > section.werbe-banner{
    position: fixed;
    top:155px;
    right: 0;
    width: 118px;
    height: 148px;
    z-index: 4;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: hidden;
    border-radius: 5px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


header.desktop-header-default .info-button-big{
    margin: 10px 0 0 0;
}

header.desktop-header-small .info-button-big{
    margin: 0;
}

.werbe-banner img{
    display: block;
    position: relative;
    top: -2px;
    left: -2px;
    width: 118px;
    height: 150px;
    border-radius: 5px;
}


.header-banner{
    display: block;
    position: absolute;
    /* top: -20px;*/
    top: 75px;
    left: -2px;
    width:200px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    z-index:5;
}

.header-banner img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width:200px;
    height: 50px;
    border-radius: 5px;

}

.desktop-header-small .header-banner{
    /*top: -5px;*/
    top: 40px;
}

button#back-to-top{
    display: none !important;
}

