:root{
    --borderRadius: 4px;
}

.col-01, .col-02, .col-03, .col-04, .col-05, .col-06, .col-07, .col-08, .col-09, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
    padding: 1%
}

header .col-01, header .col-02, header .col-03, header .col-04, header .col-05, header .col-06, header .col-07, header .col-08, header .col-09, header .col-10, header .col-11, header .col-12, header .col-13, header .col-14, header .col-15, header .col-16, header .col-17, header .col-18, header .col-19, header .col-20, header .col-21, header .col-22, header .col-23, header .col-24 {
    padding: .5%
}

.fixed-width {
    width: 100%;
    margin: auto;
    display: block;
    box-sizing: border-box;
}

.spacer{
    height: 50px;
}

header section div{
    padding: 0.2% !important;
}

#nav > ul > li > a {
    padding: 25px 15px;
}

#nav ul li ul {
    margin: 20px 0 0 0;
}

.no-padding,
.no-padding div,
.no-padding div section{
    padding: 0 0 0 0;
}

html, body,
.mm-page,
#global-wrap,
.fixed-width{
    height: 100%;
}


.fixed-width {
    margin: auto;
}

.logo img{
    max-width: 160px;
}

nav {
    text-align: right;
}

.box-content,
.background-video-container{
    width: 100%;
    box-sizing: border-box;
}

#player{
    width: 1300px;
}

.fixed-width,
.bgimage img {
    transition: width 0.5s;
}


/* Transparenter Header */

#global-wrap{
    margin-top: 0!important;
}

/*.fixed-width {
    width: 100%;
    margin: auto;
    display: block;
    float: left;
    box-sizing: border-box;
}*/

/* ------------ Main-Header ------------------------------------------------------------------------  */
header {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 1300px;
    display: inline-block;
    padding: 0;
    opacity: 0;
    float: none;
    left: 50%;
}

header div:first-child > .box-content {
    float: left;
}

header .section:first-child img {
    margin: 7px 0 0 10px;
}

header div:last-child > .box-content {
    float: right;
}

header svg {
    max-height: 90px;
    margin-top: 10px;
}

header section {
    position: relative;
    float: none;
    display: flex;
    /*left: 50%;*/
}

.header-search{
    width: 70%;
    float: right;
}

.header-search input[type=text] {
    float: left;
    width: 68%;
    border: none;
    padding: 11px 8px;
    text-align: left;
    color: #333;
    margin-right: 2%;
    box-sizing: border-box;
}

.header-search input[type=submit] {
    float: left;
    width: 30%;
}

.rw-sociallinks{
    float: right;
}

.rw-sociallinks a{
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}



input[type=submit],
.big-button,
.info-button-big,
.info-button-big-hback,
.lead-button-big,
.lead-button-big-hback,
a.button, a.button-1,
.button-file,
.lead-button,
.teaser-box-2 a.button{
    border-radius: 20px !important;
}


footer ul li {
    margin: 0 0 2px 0 !important;
    list-style-type: none !important;
    list-style-image: none !important;
}


.eventfact-name {

 }

.eventfact-name h4{
    padding: 0 0 0 0;
}

.eventfact-name p{
    padding: 0 0 10px 0;
}

.eventfact-name h4, .eventfact-name p{
    color: #004B8B;
    text-align: center;

}

.eventfact-lead {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.5);
}

.eventfact-icon {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 5% 0 0 0;
    /* border-right: 1px solid #fff; */
    text-align: center;
}

.eventfact-icon img {
    width:40%;
}

.eventfact-lead-button{
    text-align: center;
    /*width: 100%;
    position: absolute;
    bottom: 0;*/
}


.eventfact-lead, .lead-button-big, .teaser-box-2 a.button{
    text-align: center;
}

/*.eventfact-lead-button a {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background-color: #004B8B;
    border-radius: 3px;
}

.eventfact-lead-button a:after, .eventfact-lead-button a:after {
    position: relative;
    top: 2px;
    left: 7px;
}

.eventfact-lead-button a:after {
    content: url(../Images/btn-arrow-right.svg);
}*/

table.ts-skin {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

.ts-skin thead th {
    background-color: #CFD9E7;
    border: 1px solid #fff;
}

.ts-skin thead th {
    font-size: 14px;
    font-weight: 700;
    background-color: #CFD9E7;
    padding: 10px;
    color: #004B8B;
    text-transform: uppercase;
    border: 1px solid #fff;
    cursor: pointer;
}

.ts-skin tbody tr {
    background-color: #E2E7ED;
}

.ts-skin tbody td {
    border-right: 1px solid #fff;
    border-bottom: 2px solid #fff;
}

.ts-skin tbody tr td p {
    padding: 8px;
    margin: 0;
}

.ts-skin tbody td .lead-button-big {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    box-shadow: none;
    margin: 0;
}

.teaser-box-5 .teaser-content h5 a, .teaser-box-5 .teaser-content h5 {
    height: 48px;
}

div.additional-text-margin {
    padding: 5% !important;
}

.tx-indexedsearch-icon,
.tx-indexedsearch-info,
.tx-indexedsearch-searchbox,
.tx-indexedsearch-rules{
    display: none;
}

.tx-indexedsearch-title a {
    display: block;
    font-weight: 700;
    font-size: 22px;
    margin-top: 20px;
}

.news-overview{
    margin: 0 20px;
}

.controls .chosen-container{
    width: 100% !important;
}

.teaser-box-7 .teaser-content{
    /*top: 50% !important;*/
}


.onpage-navi{
    display: inline-block;
  /*  box-shadow: 0 5px 20px rgba(0,0,0,0.1);*/
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.onpage-navi ul{
    float: left;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.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;
}



.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);
}


.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;
}

.footable th{
    text-align: left;
}

.footable tbody tr{
    background-color: #fff;
}

.footable tbody tr:nth-child(odd){
    background-color: #e3f1ff;
}

.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: 1px solid #dadada;
}
.ce-table th, .ce-table td {
    padding: 0.5em 0.75em;
    vertical-align: top;
}

.content-bottom > div{
    bottom: 0;
    position: absolute;
}

.chosen-results .active-result{
    color: #333 !important;
}

.chosen-results .active-result:hover{
    color: #fff !important;
}

.rw-form li.active-result:last-child {
    float: none;
}

.inner-global-wrap > section.bgvideo,
.inner-global-wrap > section.bgimage{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@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*/


    header{
        height: 50px;
        width: 100%;
    }

    header section div{
        /*     padding: 0 !important;*/
    }

    header > section > div:nth-child(1){
        top: 5px;
        left: 70px;
        width: 50%;
    }

    header > section > div:nth-child(3){
        top: -8px;
        right: -20px;
        width: 30%;
        position: absolute;
    }

    /*
    header .col-18{
        display: none;
    }
    */


    header section:nth-child(2) {
        padding: 0;
    }

    header section:last-child {
        box-shadow: none;
    }

    section, .mm-page, footer {
        width: 100%;
        box-sizing: border-box;
        /*  padding: 3%;*/
    }


    .background-video-container{
        display: none;
    }

    .teaser-box-1 .teaser-content{
        background: transparent;
    }

    .teaser-box-1{
        background-color: #efefef;
    }

    .logo img{
        width: auto;
        height: 60px;
        margin: -11px 0 0 20px;
    }

    .news-overview{
        margin: 0 0 10px 0;
    }

    button#back-to-top {
        left: 80%;
    }

    .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;
    }
}

@media screen and (min-width: 721px) and (max-width: 800px) {
    /* tablet portrait */
    header, .mm-page, footer, #player {
        width: 100%;
        box-sizing: border-box;
        /*padding: 2%;*/
    }

}

@media screen and (min-width: 801px) and (max-width: 1024px) {
    /*Tablet landscape*/
    header, .mm-page, footer, #player {
        width: 100%;
        box-sizing: border-box;
        /* padding: 5%;*/
    }

    .inner-global-wrap > section.bgvideo,
    .inner-global-wrap > section.bgimage{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    /* small-Size Desktop*/
    header, .mm-page, footer, #player {
        width: 100%;
        margin: auto;
    }

    #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,
    .inner-global-wrap > section.bgimage{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sidebar-navi ul > li > a, .conversion-navi ul > li > a{
        padding: 15px 10px 15px 15px;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1920px) {
    /*Mid-Size Desktop*/
    header, .inner-global-wrap, .mm-page, footer, #player {
        width: 100%;
        margin: auto;
    }

    .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,
    .inner-global-wrap > section.bgimage{
        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, footer, #player {
        width: 100%;
        margin: auto;
    }

    .inner-global-wrap > section,
    header > section,
    footer {
        padding-left: 15% !important;
        padding-right: 15% !important;
        padding-top: 0;
        padding-bottom: 0;
    }

    .inner-global-wrap > section.bgvideo,
    .inner-global-wrap > section.bgimage{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    section > div.col-24,
    footer > div.col-24{
        width: 1440px;
        margin: auto !important;
        float: none;
    }
}

.top-spacer{
    height: 300px;
}

#nav,
.some-icons div:nth-child(3){
    margin: 15px 0 0 0;
}

footer.col-24{
    min-height: 0;
}

.btt section{
    background-color: transparent;
}

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-box-2::before{
    padding-top: 0;
}

.teaser-box-2{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    float: left;
    box-sizing: border-box;
}

.teaser-box-2 .bgimage img{
    position: relative;
    width: 100% !important;
}

.teaser-box-2 .teaser-image{
    width: 100%;
    height: 85%;
    top: 0;
    left: 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.teaser-box-2 .teaser-image img{
    width: 100%;
    height: auto;
}

.teaser-box-2 .teaser-content{
    position: relative;
    box-sizing: border-box;
    left: 0;
    top: 0;
    right:0;
    padding: 15px;
    height: 250px;
    overflow: hidden;
}

.teaser-box-2 .teaser-content p{
    color: #333;
}

.teaser-box-2 .button:before{
    content: "Mehr erfahren"
}

.teaser-box-2 .button{
    white-space: nowrap;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    margin: 0 0 10px 0;
    cursor: pointer;
    transition: background-color 0.4s, padding 0.4s, color 0.4s, text-shadow 0.4s;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: auto;
    width: auto;
    height: auto;
    background-image: none;
    background-repeat: no-repeat;
}

.bgcolor-3 li .chosen-results li.active-result{
    color: #333;
}

span.required{
    padding: 0 0 0 5px;
}
.error textarea,
.error input{
    background: url('../Images/_default/icon-form-error_1.svg') #EFE2AC no-repeat right !important;
    background-size: 25px !important;
}