
#wrap{
    width:100%;
    overflow:hidden;
}

body{
    font-family: 'titilliumregular', sans-serif;
    font-size:16px;
    font-weight:lighter;
    line-height:22px;
    color:#6f6f6e;
    background-color:#fff;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust:none;
    text-size-adjust: none;
    overflow-x: hidden;
    width:100%;
    position:relative;
    overflow-y:visible;
}
/*updated: 22.05.2018 LH*/
#cookiechecker{
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #ddd;
    padding: 10px;
    text-align: center;
    width: 100%;
}
#cookiechecker button{
    padding:5px;
    border: solid 1px #106a9a;
}
/*update end*/

/*update: 20.07.2018 LH*/
footer img{
    max-width: 100%;
    height: auto;
}
footer .footerColumn.last img{
    max-width: 290px;
}
/*update end*/

b, strong{
    font-weight:normal;
    font-family: 'titillium_bdbold';
}

h1{
    font-weight:normal;
    font-family: 'titilliumbold';
    font-size:28px;
    line-height:35px;
    padding-bottom:30px;
    margin-bottom:20px;
    color:#106a9a;
    background-image:url(../Images/template/trenner_sm.png);
    background-repeat:no-repeat;
    background-position:bottom center;
}

h2{
    font-weight:normal;
    font-family: 'titilliumbold';
    font-size:28px;
    line-height:35px;
    padding-bottom:30px;
    margin-bottom:20px;
    color:#106a9a;
    background-image:url(../Images/template/trenner_sm.png);
    background-repeat:no-repeat;
    background-position:bottom center;
    margin-top:30px;
}

h3{
    font-size:25px;
    margin:15px 0px 10px;
    font-family: 'titillium_bdbold';
    font-weight:normal;
}

h4{
    margin-bottom:20px;
    font-family: 'titillium_bdbold';
    font-weight:normal;
    color:#106a9a;
    font-size:19px;
    margin-top:30px;
}

h5{
    margin-bottom:10px;
    font-family: 'titillium_bdbold';
    font-weight:normal;
    font-size:19px;
}


p{
    padding-bottom:15px;
}


a{
    outline-width:0;
    text-decoration:none;
    color:#106a9a;
    font-family: 'titillium_bdbold';
}

hr{
    border:none;
    border-bottom:2px solid #0d6b9e;
    margin-bottom:30px;
    margin-top:30px;
}

#header{
    position:fixed;
    height:213px;
    top:0;
    left:0;
    z-index:100;
    width:100%;
}

#header .inside{
    position:relative;
    width:100%;
    background-image:url(../Images/template/header_bg_sm.png);
    background-repeat:no-repeat;
    height:213px;

}

#logo{
    @media (min-width: 768px) {
        padding-top:23px;
        text-align:left;
        padding-left:20px;
    }
}

#logo img{
    width: 250px;
}

.nav{
    margin-top:15px;
}

#headerbild{
    position:fixed;
    width:100%;
    top:153px;
    height:360px;
    overflow-x: hidden;
    background-position:center top;
    z-index:0;
}

#imageHeadline {
    position: relative;
    top: 153px;
    margin: 0px auto;
    width: 100%;
    height: 360px;
    z-index: 4;
    text-align:left;
    background-image:url(../Images/template/header_bg_bottom.png);
    background-repeat:no-repeat;
    background-position:right bottom;
}

#imageHeadline > div{
    color:#fff;
    font-size:24px;
    line-height:35px;
    vertical-align:middle;
    max-width:85%;
    text-align:left;
    bottom:80px;
    position: absolute;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background:rgba(16, 106, 154, 0.8);
    padding:15px 20px 10px;
}

#imageHeadline_left{
    display:none;
}

#imageHeadline_right{
    display:none;
}


#wrapper{
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index:3;
    position:relative;
}


#content{
    position:relative;
    background-color:#fff;
    margin-top:138px;
    z-index:10;
}

#content #main{
    width:92%;
    margin:0 auto;
    background-color:#fff;
    padding-bottom:80px;
    padding-top:40px;
    font-size:18px;
    line-height:28px;
}

#desktopNav{
    display:none;
}

/*
updated LH 13.03.2018
 */
#desktopNav ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#searchIcon{
    position:absolute;
    right:20px;
    top:126px;
    display:block;
    cursor:pointer;
}



#searchBox{
    background-color:#fff;
    padding:20px;
    position:absolute;
    right:0px;
    top:167px;
    display:none;
}

.searchInput{
    width:180px;
    display:table-cell;
}

.searchInput input{
    background-color:#eaece7;
    border:none;
    padding:3px;
    height:24px;
    font-size:16px;
    font-family: 'titilliumregular', sans-serif;
}

.searchButton{
    display:table-cell;
    width:35px;
    height:30px;
    vertical-align:middle;
}

.searchButton input{
    width:35px;
    height:23px;
    color:transparent;
    background-image:url(../Images/template/icon_lupe.png);
    background-repeat:no-repeat;
    background-position:right center;
    background-size:23px;
    background-color:#fff;
    cursor:pointer;
}

#footer_header{
    background-image:url(../Images/template/footer_bg.png);
    background-repeat:no-repeat;
    height:99px;
    width:100%;
    display:block;
    z-index:15;
    background-position:top center;
    position:relative;
    margin-top:-85px;
}

#footer{
    background-color:#eaece6;
    padding:20px 0px;
    z-index:4;
    position:relative;
    margin-top:-20px;
}

#footerImage{
    position:relative;
    z-index:12;
    background-color:#fff;
    margin-top:-3px;
}

#footerImage img{
    margin:0;
    height:317px;
    width:auto;
}

#footerImage div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0px;
}

#footer .inside{
    width:92%;
    margin:0 auto;
    text-align:left;
    color:#595959;
    padding-top:20px;
}

#footer p{
    margin-bottom:8px;
}

#footer a{
    color:#595959;
    font-family: 'titilliumregular', sans-serif;
}

#footer .phone{
    background-image:url(../Images/template/icon_phone.png);
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-bottom:0px;
    padding-left:30px;
}

#footer .email{
    background-image:url(../Images/template/icon_email.png);
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-bottom:0px;
    margin-bottom:15px;
    padding-left:30px;
}

.footerColumn{
    background-image:url("../Images/template/trenner_sm.png");
    background-repeat:no-repeat;
    background-position:bottom center;
    margin-bottom:20px;
    padding-bottom:20px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}

.footerColumn.last{
    font-size:20px;
    font-family: 'titilliumbold';
    line-height:25px;
}

#footerNav{
    text-align:center;
}



#footerNav li {
    list-style:none;
    display:inline-block;
    border-left:1px solid #595959;
    padding-left:7px;
    padding-right:7px;
    line-height:17px;
}

#footerNav li:first-child{
    padding-left:0px;
    border-left:0;
}

#languageNav{
    text-align:center;
    margin-top:6px;
    width: auto;
}

#languageNav li{
    list-style:none;
    display:inline-block;
    border-left:1px solid #595959;
    padding-left:7px;
    padding-right:7px;
    line-height:17px;
}

#languageNav li:first-child{
    padding-left:0px;
    border-left:0;
}

.text-muted{
    color:#aeaeae;
}

#copy{
    font-family: 'titillium_bdbold';
    text-align:center;
    margin-top:15px;
}

.short{
    height:50%;
    overflow:hidden;
}

.hide-class a{
    background-image:url(../Images/template/icon_plus.png);
    background-repeat:no-repeat;
    background-position:right center;
    padding-right:35px;
    margin-top:15px;
    display:inline-block;
    padding-bottom:6px;
    padding-top:6px;
}

.show-class a{
    background-image:url(../Images/template/icon_minus.png);
    background-repeat:no-repeat;
    background-position:right center;
    padding-right:35px;
    margin-top:15px;
    display:inline-block;
    padding-bottom:6px;
    padding-top:6px;
}

a.plus, .plus a{
    background-image:url(../Images/template/icon_plus.png);
    background-repeat:no-repeat;
    background-position:right center;
    padding-right:35px;
    display:inline-block;
    padding-bottom:6px;
    padding-top:6px;
}

.fourColumn{
    text-align:center;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    margin-top:20px;
}

.fourColumn.middle, .fourColumn.last{
    margin-top:30px;
}

.hideMobile{
    display:none;
}
/*
.imageFullWidth{
  margin-left:-5%;
  width:110%;
  background-repeat:no-repeat;
  background-position: -300px top;
}
*/

.imageFullWidth{
    margin-left:-5%;
    width:110%;
    background-position:center;
    height:360px;
    background-repeat:no-repeat;
    position:relative;
    z-index:2;
    margin-top:-78px;
}

.fullImageTop{
    background-image: url("../Images/template/fullHeader_bg_sm.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    height:78px;
    width:110%;
    margin-left:-5%;
    position:relative;
    z-index:10;
    margin-top:20px;
}

.fullImageBottom{
    background-image: url("../Images/template/header_bg_bottom.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    height:78px;
    width:110%;
    margin-left:-5%;
    position:relative;
    z-index:10;
    margin-top:-78px;
}

.news-latest-item img{
    max-width:100%;
    height:auto;
}

.news-latest-item{
    margin-bottom:30px;
    text-align:center;
}

.news-latest-container .left-col{
    width:100%;
    float:left;

}
.news-latest-container .right-col{
    width:100%;
    float:right;
    text-align: left;
    padding-left: 10px;
}

#accordion{
    text-align:left;
}

#accordion h3{
    color:#106a9a;
    font-family: 'titilliumbold';
    font-size:18px;
    padding-right:90px;
}

.ui-accordion-header{
    background-color:#f5f5f5;
    border-bottom:1px solid #e8e6e6;
}

#accordion .ui-icon{
    display:block;
    height:100%;
    width:80px;
    background-image:url(../Images/template/blue_arrow_right.png);
    background-repeat:no-repeat;
    top:0;
    right:0;
    margin-top:0;
    border-left:1px solid #e8e6e6;
    background-position:center center;
}

#accordion .ui-icon-triangle-1-s{
    background-image:url(../Images/template/blue_arrow_top.png);
}

#accordion .ui-helper-reset {
    line-height: 28px;
}

.ui-accordion .ui-accordion-content {
    padding: 15px;
}

.ui-accordion .ui-accordion-content img{
    max-width:100% !important;
    width:100%;
    height:auto;
}

#main ul{
    margin-left:0.6em;
    padding-left:0.6em;
    margin-bottom:15px;
}

#main li{
    list-style:url(../Images/template/blue_quadrat.png);
}

.csc-textpic-caption{
    padding-top:10px;
}

.threeColumnWrapper{
    margin-top:30px;
}

.threeColumn{
    margin-bottom:30px;
}

.threeColumn img{
    width:100%;
    max-width:100% !important;
    height:auto;
}

#left{
    display:none;
}

.threePColumn{
    margin-bottom:30px;
}

.threePColumn{
    text-align:center;
}

#main .threePColumn li{
    list-style:square;
    list-style-position: inside;
}

.threePColumn h3 a, .threePColumn h3{
    color:#6F6F6E !important;
}

#right h3{
    color:#106a9a;
    margin:0;
    padding:0;
    margin-bottom:10px;
}

#right{
    text-align:left;
}


.galleria-theme-classic {
    background: #fff none repeat scroll 0% 0% !important;
    border-top:2px solid #0d6b9e;
    border-bottom:2px solid #0d6b9e;
    padding-bottom:20px;
    margin-bottom:20px;
}

.galleria-theme-classic .galleria-thumb-nav-left, .galleria-theme-classic .galleria-thumb-nav-right, .galleria-theme-classic .galleria-info-link, .galleria-theme-classic .galleria-info-close, .galleria-theme-classic .galleria-image-nav-left, .galleria-theme-classic .galleria-image-nav-right {
    background-image:url("../Images/template/classic-map-reiter.png");
}

#main .arrow li{
    list-style:url(../Images/template/list_arrow.png);
}

.download{
    background-color:#f2f0f1;
    padding:10px 15px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    width:100%;
    margin-bottom:15px;
}

#main .download ul{
    margin:0;
    padding:0;
    color: #106A9A;
    font-family: 'titilliumbold';
}

#main .download a{
    font-family: 'titilliumbold';
}

#main ul.ce-uploads li {
    list-style: outside none none;
}

ul.ce-uploads span.ce-uploads-fileName {
    text-decoration: none;
    display:inline;
}

ul.ce-uploads img {
    margin-right: 10px;
}

.twoColumn{
    text-align:left;
}

.responsiveContainer {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    width:100%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-box-sizing:border-box;

}

.responsiveContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-box-sizing:border-box;

}



.tx-indexedsearch-searchbox{
    margin-bottom:20px;
}

#tx-indexedsearch-searchbox-sword{
    border:none;
    background-color:#eaece7;
    width:280px;
    padding:4px;
    font-family: 'titilliumregular';
    font-size:18px;

}

#tx-indexedsearch-searchbox-button-submit{
    color:#106A9A;
    border:none;
    border: 2px solid #106A9A;
    width:170px;
    padding:3px;
    margin-top:10px;
    background:none;
    font-size:18px;
    font-family: 'titilliumbold';
    cursor: pointer;
}

#main .browsebox{
    list-style:none;
    margin:0;
    padding:0;
    margin-bottom:20px;
}

.browsebox li{
    display:inline-block;
}

.browsebox li a{
    display:inline-block;
    width:30px;
    height:30px;
    border:1px solid #106A9A;
    margin:3px;
}

li.tx-indexedsearch-browselist-currentPage a{
    color:#fff;
    background-color:#106A9A;
}

.browsebox li a:hover{
    color:#fff;
    background-color:#106A9A;
}

.tx-indexedsearch-res{
    margin-bottom:20px;
}

#main .pageBrowser ul{
    list-style:none;
    margin:0;
    padding:0;
    margin-bottom:20px;
}

.pageBrowser li{
    display:inline-block;
}

.pageBrowser li a{
    display:inline-block;
    width:30px;
    height:30px;
    border:1px solid #106A9A;
    margin:3px;
}

li.browse_active a{
    color:#fff;
    background-color:#106A9A;
}

.pageBrowser li a:hover{
    color:#fff;
    background-color:#106A9A;
}

.border .csc-textpic-center-inner{
    position: relative;
    overflow: hidden;
    display:inline;
}

/*
.border figure.csc-textpic-image img{
  border:2px solid #cbccc7 !important;
  display:block !important;
  width:98%;
}
*/
/*
.border figure.csc-textpic-image:before
   {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 82px;
    height: 81px;
    background: #ffffff;
    -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
    z-index:10;
    border-left:2px solid #cbccc7 !important;
   }
   */

.threePColumnWrapper figure.image::before {
    content: '';
    position: absolute;
    display:block;
    z-index:10;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:url(../Images/template/produkte_bg.png) no-repeat top left;
    background-size:100% 100%;
}

.threePColumnWrapper figure.image img {
    border: none;
    display: block;
}

.twoColumnP img{
    width:100%;
    max-width:100% !important;
    height:auto;
}

.twoColumnP{
    margin-bottom:15px;
}
/* ******************************************************************************************* */
/* Breite ab 500px */
/* ******************************************************************************************* */
@media screen and (min-width:500px){

    .hideMobile{
        display:block;
    }

    .fourColumn{
        width:50%;
        padding-left:25px;
        float:left;
    }

    .fourColumn.middle, .fourColumn.last{
        margin-top:20px;
    }

    .fourColumn h3{
        font-size:23px;
    }

    .clearfix_half{
        clear:both;
        height:20px;
        display:block;
    }

    .ui-accordion .ui-accordion-content {
        padding: 1em 2.2em;
    }

    #accordion h3{
        font-size:26px;
    }

    .tx-powermail .powermail_fieldset .powermail_field {
        width: 400px !important;
        float:none !important;
    }
    .tx-powermail .powermail_fieldset .parsley-errors-list {
        width: 400px !important;
        float: none !important;
    }


    .tx-powermail .powermail_fieldset .powermail_radio_outer, .tx-powermail .powermail_fieldset .powermail_captcha_outer, .tx-powermail .powermail_fieldset .powermail_check_outer, .tx-powermail .powermail_fieldset .powermail_fieldwrap_text, .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
        width: 400px !important;
        float: none !important;
    }

    .twoColumnP{
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        width:50%;
        float:left;
    }

    .twoColumnP.first{
        padding-right:20px;
    }

    .twoColumnP.last{
        padding-right:20px;
    }

    .news-latest-container .left-col{
        width:47%;
        float:left;

    }
    .news-latest-container .left-col img{
        max-width: 300px;
        width:100%;
    }

}



/* ******************************************************************************************* */
/* Breite ab 700px */
/* ******************************************************************************************* */
@media screen and (min-width:700px){
    .footerColumn{
        width:33%;
        float:left;
        padding-right:15px;
        padding-left:15px;
        font-size:14px;
        background-image:url(../Images/template/shadow_ver.png);
        background-position:right center;
    }

    .footerColumn.last{
        background:none;
        padding-right:0;
    }

    .footerColumn.first{
        padding-left:0;
    }

    .footerColumn.last img{
        width:100%;
        height:auto;
        max-width:100%;
        display:block;
    }

    .footerColumn.last{
        font-size:14px;
    }

    .footerColumnWrapper{
        padding-bottom:30px;
        padding-top:30px;
    }

    #bottomFooter{
        border-top:2px solid #d5d7d2;
        padding-top:15px;
        position:relative;
    }

    #footerNavWrapper{
        width:auto;
        position:absolute;
        text-align:right;
        font-size:14px;
        right:5px;
        top:15px;
    }

    #copy{
        width:50%;
        text-align:left;
        font-size:14px;
        margin-top:0;
    }

    #footerNav{
        width:auto;
        float:left;
        text-align:right;
    }

    #languageNav{
        width:auto;
        float:left;
        text-align:right;
        margin-top:0;
    }

    #languageNav li:first-child{
        padding-left:7px;
        border-left:1px solid #595959;
    }

    .threeColumn{
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        width:33%;
        padding:0px 15px;
        float:left;
    }

    .threePColumn{
        width:30%;
        float:left;
    }

    .threePColumn.middle{
        margin-left:5%;
        margin-right:5%;
    }

    .threePColumn img{
        width:100%;
        max-width:100% !important;
        height:auto;
        display:block;
    }

    .threePColumn ul{
        height:auto;
    }
}



/* ******************************************************************************************* */
/* Breite ab 768px */
/* ******************************************************************************************* */
@media screen and (min-width:768px){
    .menu-button{
        display:none;
    }

    #headerbild{
        height:480px;
    }

    .imageFullWidth{
        height:480px;
    }
    #headerSeed {
        position: fixed;
        right: 0px;
        z-index: 0;
        width: 100%;
        height: 480px;
        top: 112px;
        overflow-x: hidden;
        background: transparent url("../Images/template/bg_samen.png") no-repeat local right top;
    }

    #searchBox{
        top:112px;
    }


    #imageHeadline > div{
        max-width:60%;
        bottom:100px;
        font-size:33px;
        line-height:40px;
    }

    #header{
        height:156px;
    }

    #header .inside{
        height:168px;
        background-image:url(../Images/template/header_bg_middle.png);
    }

    #headerbild{
        top:111px;
    }

    #imageHeadline{
        background-image:url(../Images/template/header_bg_middle_bottom.png);
        top:98px;
        height:480px;
    }

    .fullImageTop{
        background-image:url(../Images/template/fullHeader_bg_middle.png);
    }
    .fullImageBottom{
        background-image:url("../Images/template/header_bg_middle_bottom.png");
    }

    #content{
        margin-top:75px;
    }

    #main{
        padding-top:50px;
        position:relative;
    }

    #logo img{
        width:190px;
        height: 90px;
    }

    #logo{
        width:30%;
        float:left;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        padding-left:4%;
    }

    #searchIcon{
        top:54px;
    }

    #desktopNav{
        /* width:65%;*/
        /*
        updated 13.03.2018
         */
        width: 59%;
        float:left;
        display:block;
        margin-top:45px;
    }

    #desktopNav ul > li{
        list-style:none;
        display:inline-block;
    }

    #desktopNav  a{
        display:inline-block;
        color:#6f6f6e;
        margin:0 3px;
        padding:10px 4px;
        border-bottom:7px solid #d5dad0;
    }

    #desktopNav .selected a, #desktopNav a:hover, #desktopNav  a:focus{
        border-bottom:7px solid #106a9a;
    }

    #desktopNav ul li ul{
        display:none;
    }

    #desktopNav ul li:hover ul{
        display:block;
        position:absolute;
        padding-top:10px;
    }

    #desktopNav ul  li ul li{
        list-style:none;
        display:block;
    }

    #desktopNav ul li ul li a{
        display:block;
        color:#fff;
        margin:0;
        padding:0px;
        border-bottom: none;
        width:195px;
        /*height:37px;*/
        background-image:url(../Images/template/nav_hover_bgNeu.png);
        background-repeat:no-repeat;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        background-position:right bottom;
        padding-top:7px;
        padding-bottom:7px;
        padding-left:15px;
    }

    #desktopNav .sub_selected a, #desktopNav ul li ul li a:hover, #desktopNav  ul li ul li a:focus{
        border-bottom:none;
        background-image:url(../Images/template/nav_selected_bgNeu.png);
    }

    #footerImage img{
        height:554px;
    }

    .fourColumn{
        padding-left:20px;
    }

    .fourColumn.first{
        padding-right:5px;
    }

    .fourColumn.mFirst{
        padding-right:25px;
    }

    .fourColumn.mLast{
        padding-right:5px;
    }

    .fourColumn.last{
        padding-left:25px;
    }
    /*
      .imageFullWidth{
        background-position: -100px top;
      }
     */
    .news-latest-item{
    //   float:left;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        width:80%;
        padding-left:40px;
        display:block;

        /*
        last updated LH 06.03.2018
        */

        float:none;
        margin-left:auto;
        margin-right: auto;
    }



    .news-latest-item:first-child{
        padding-left:0;
    }

    .news-latetst-image a{
        height:315px;
        vertical-align:middle;
        text-align:center;
        position:relative;
        display:block;
        margin: 0;
    }


    .news-latest-item img{
        max-height:290px;
        vertical-align: middle;

        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .news-latest-container .right-col{
        width:50%;
        float:right;
        text-align: left;
        padding-left: 10px;
    }

    #left{
        width:27%;
        float:left;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        display:block;
        text-align:left;
        margin-top:20px;
    }

    #left a{
        font-family: 'titilliumbold';
    }

    #right{
        width:73%;
        padding:0px 40px 0px 30px;
        float:left;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        display:block;
        margin-top:20px;
        text-align:left;
    }

    #left ul{
        margin:0 !important;
        padding:0 !important;
    }

    #sub_nav  li{
        list-style:none;
    }

    #sub_nav a{
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        display:block;
        width:100%;
    }

    #sub_nav .ebene1 > a, #sub_nav .ebene1 .selected > a{
        background-image:url(../Images/template/subNav_bgNeu.png);
        background-position:right bottom;
        /*height:55px;*/
        color:#fff;
        padding-top:13px;
        margin-bottom:2px;
        padding-left:10px;
        padding-bottom:14px;
    }


    #sub_nav  ul li ul li a{
        color:#585858;
        padding-left:10px;
        border-bottom:1px solid #d3d3d3;
        padding:5px 10px;
    }

    #sub_nav .ebene2:last-child > span:not(.sub_selected) a{
        border:none;
    }

    #sub_nav .sub_selected a{
        color:#106a9a;
        font-family: 'titillium_bdbold';
    }

    #sub_nav .ebene3 a{
        padding-left:25px;
    }

    #sub_nav .ebene4 a{
        padding-left:35px;
    }

    .threePColumn h3{
        font-size:19px;
    }

    .twoColumn.first{
        width:31%;
        float:left;
    }

    .twoColumn.last{
        width:58%;
        float:left;
        margin-left:11%;
    }

    .responsiveContainer iframe{
        padding-left:30px;
        padding-right:30px;
    }

    .tx-indexedsearch-form{
        width:400px;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        display:inline-block;
    }

    .tx-indexedsearch-search-submit{
        width:200px;
        display:inline-block;
    }

    #tx-indexedsearch-searchbox-button-submit{
        margin-top:0;
    }



}

/* ******************************************************************************************* */
/* Breite ab 860px */
/* ******************************************************************************************* */
@media screen and (min-width:860px){
    #desktopNav  a{
        margin:0 7px;
        padding:10px 4px;
    }
    .news-latest-container .left-col{
        width:47%;
        float:left;

    }
    .news-latest-container .right-col{
        width:50%;
        float:right;
        text-align: left;
        padding-left: 10px;
    }


}

/* ******************************************************************************************* */
/* Breite ab 950px */
/* ******************************************************************************************* */
@media screen and (min-width:950px){
    #logo{
        width:32%;
    }

    #logo img{
        width:250px;
        height: 90px;
    }

    #desktopNav{
        width:59%;
        text-align:left;
    }
    #desktopNav  a{
        margin:0 14px;
        padding:10px 4px;
    }

    .footerColumn{
        font-size:16px;
        padding:0px 30px;
    }

    .footerColumn.last {
        font-size: 20px;
    }

    .fourColumn{
        width:25%;
    }

    .fourColumn h3{
        font-size:21px;
    }

    .clearfix_half{
        clear:none;
        height:0;
    }

    h1{
        background-image:url(../Images/template/trenner_big.png);
    }

    h2{
        background-image:url(../Images/template/trenner_big.png);
    }

    .news-latest-item{
        width:75%;
    }
    .news-latest-item:first-child{
        width:75%;
    }

    .threeColumn{
        padding:0px 20px;
    }

    .threePColumn h3{
        font-size:25px;
    }

    .tx-powermail .powermail_fieldset .powermail_field {
        width: 355px !important;
        float:left !important;
    }
    .tx-powermail .powermail_fieldset .parsley-errors-list {
        width: 355px !important;
        float: left !important;
    }


    .tx-powermail .powermail_fieldset .powermail_radio_outer, .tx-powermail .powermail_fieldset .powermail_captcha_outer, .tx-powermail .powermail_fieldset .powermail_check_outer, .tx-powermail .powermail_fieldset .powermail_fieldwrap_text, .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
        width: 355px !important;
        float: left !important;

    }

    .tx-powermail .powermail_fieldset .parsley-errors-list{
        margin-left:178px !important;
    }

    .tx-powermail .powermail_fieldset .powermail_captcha_outer .parsley-errors-list{
        margin-left:0px !important;
    }

    .tx-powermail .powermail_fieldset .powermail_label {
        float: left !important;
        width:178px !important;
    }

    .tx-powermail .powermail_fieldset .powermail_field.powermail_submit, .tx-powermail .powermail_fieldset .powermail_field.powermail_reset {
        margin-left:178px !important;
    }





}

/* ******************************************************************************************* */
/* Breite ab 1090px */
/* ******************************************************************************************* */
@media screen and (min-width:1090px){

    #logo{
        width:32%;
    }

    #desktopNav{
        width:59%;
        text-align:left;
    }

    #desktopNav  a{
        margin:0 22px;
        padding:10px 4px;
    }

    .slim{
        width:1024px;
        margin:0 auto;
    }

    #imageHeadline > div{
        font-size:40px;
        line-height:50px;
    }

    #left{
        width:23%;
    }

    #right{
        width:77%;
    }
    /*
     .imageFullWidth{
       background-position:left top;
     }

   */
    .news-latest-item:first-child {
        width: 55%;
    }
}

/* ******************************************************************************************* */
/* Breite ab 1340px */
/* ******************************************************************************************* */
@media screen and (min-width:1340px){
    #header .inside{
        width:1340px;
        margin:0 auto;
        position:relative;
        background-image:url(../Images/template/header_bg_big.png);
    }

    .header_left {
        left: -2000px;
        background: transparent url("../Images/template/header_left_top.png") repeat-x scroll center top;
    }

    .header_right {
        right: -2000px;
        background: transparent url("../Images/template/header_right_top.png") repeat-x scroll center top;
    }

    .header_aside{
        position: absolute;
        top: 0px;
        height: 168px;
        width: 2000px;
    }

    .fullImageTop{
        background-image:url(../Images/template/fullHeader_bg_big.png);
        width:100%;
        margin-left:0;
    }
    .fullImageBottom{
        width:100%;
        margin-left:0;
    }

    #fullTop_left{
        height: 78px;
        width: 500%;
        position: absolute;
        bottom: 0px;
        background-image: url("../Images/template/full_left_top.png");
        left: -500%;
        display: block;
    }

    #fullTop_right{
        height: 78px;
        width: 500%;
        position: absolute;
        bottom: 0px;
        background-image: url("../Images/template/full_right_top.png");
        right: -500%;
        display: block;
    }


    #fullBottom_left{
        height: 78px;
        width: 500%;
        position: absolute;
        bottom: 0px;
        background-image: url("../Images/template/imageHeadline_left.png");
        left: -500%;
        display: block;
    }

    #fullBottom_right{
        height: 78px;
        width: 500%;
        position: absolute;
        bottom: 0px;
        background-image: url("../Images/template/imageHeadline_right.png");
        right: -500%;
        display: block;
    }

    #logo{
        padding-left:30px;
        width:440px;
    }

    #desktopNav{
        /*   width:840px;*/
        /*
        updated LH 13.03.2018
         */
        width: 795px;
    }

    #desktopNav  a{
        margin:0 33px;
        padding:10px 4px;
    }

    #searchIcon{
        right:30px;
    }

    #imageHeadline{
        width:1340px;
        margin:0 auto;
        top:98px;
    }

    #imageHeadline_right{
        height:78px;
        width:500%;
        position:absolute;
        bottom:0;
        background-image: url("../Images/template/imageHeadline_right.png");
        right:-500%;
        display:block;
    }

    #imageHeadline_left{
        height:78px;
        width:500%;
        position:absolute;
        bottom:0;
        background-image: url("../Images/template/imageHeadline_left.png");
        left:-500%;
        display:block;
    }

    #content #main{
        width:1340px;
        margin:auto;
    }

    #main .inside{
    }

    #footerImage{
        max-height:554px;
        overflow:hidden;
        width:100%;
    }

    #footerImage div.csc-textpic .csc-textpic-imagewrap figure, #footerImage div{
        width:100% !important;
        position:relative !important;
        display:block !important;
    }

    #footerImage div.csc-textpic-center .csc-textpic-center-outer{
        float:none;
        right:0;
    }

    #footerImage div.csc-textpic-center .csc-textpic-center-inner {
        position: relative;
        float: none;
        right: 0;
    }

    #footerImage img{
        height:auto !important;
        width:100% !important;
    }

    #footer .inside{
        width:1340px;
    }

    #bottomFooter{
        width:1280px;
        margin:0 auto;
    }


    .footerColumn.first{
        width:320px;
        padding-left:30px;
    }

    .footerColumn.middle{
        width:330px;
        padding-left:40px;
    }

    .footerColumn.last{
        width:330px;
        padding-left:40px;
    }


    #footerWrapper{
        position:relative;
    }

    #footerSamen{
        background-image:url(../Images/template/footer_samen.png);
        background-repeat:no-repeat;
        background-position:right top;
        position:absolute;
        top:43px;
        right:-200px;
        z-index:18;
        width:555px;
        height:440px;
    }

    .fourColumn{
        width:290px;
        padding:0;
        padding-left:40px;
        -webkit-box-sizing:content-box;
        box-sizing:content-box;
        -moz-box-sizing:content-box;
    }

    .fourColumn.first{
        padding-left:30px;
        padding-right:0;
    }

    .fourColumn.mLast {
        padding-right: 0px;
    }

    .fourColumn.last {
        padding-left: 40px;
    }

    .fourColumn h3{
        font-size:25px;
    }
    /*
      .imageFullWidth{
        margin-left:0;
        width:100%;
        background-position: left top;
      }

      */

    .news-latest-item{
        width:990px;
        padding-left:40px;
    }
    .news-latest-item:first-child{
        width:600px;
        padding-left:30px;
    }

    .threeColumn{
        -webkit-box-sizing:content-box;
        box-sizing:content-box;
        -moz-box-sizing:content-box;
        width:400px;
        padding:0;
        padding-left:40px;
    }

    .threeColumn.first{
        padding-left:30px;
    }

    #left{
        width:319px;
        padding-left:30px;
    }

    #right{
        width:1020px;
    }

    .threePColumn{
        width:290px;
    }

    .threePColumn.middle{
        margin:0 40px 20px;
    }

    .twoColumn.first{
        width:400px;
        padding-left:30px;
    }

    .twoColumn.last{
        width:754px;
        margin-left:125px;
    }

    .tx-powermail .powermail_fieldset .powermail_field {
        width: 576px !important;
        float:left !important;
    }
    .tx-powermail .powermail_fieldset .parsley-errors-list {
        width: 576px !important;
        float: left !important;
    }


    .tx-powermail .powermail_fieldset .powermail_radio_outer, .tx-powermail .powermail_fieldset .powermail_captcha_outer, .tx-powermail .powermail_fieldset .powermail_check_outer, .tx-powermail .powermail_fieldset .powermail_fieldwrap_text, .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
        width: 576px !important;
        float: left !important;
    }

    .tx-powermail .powermail_fieldset .powermail_label {
        float: left !important;
        width:178px !important;
    }




}

/* ******************************************************************************************* */
/* Breite ab 1550px */
/* ******************************************************************************************* */
@media screen and (min-width:1550px){
    #footerSamen{
        right:-100px;
    }

}

/* ******************************************************************************************* */
/* Breite ab 1700px */
/* ******************************************************************************************* */
@media screen and (min-width:1700px){
    #footerSamen{
        right:0px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ce_gallery li img{
        height:auto !important;
    }

    html{
        width:100%;
        overflow-x:hidden;
    }
}


/* ---- Hinzugefügt SB ---- */


/* ---- Owl Slider ----*/
.owl-wrapper {
    background: #fff none repeat scroll 0% 0% !important;
    border-top: 2px solid #0d6b9e;
    border-bottom: 2px solid #0d6b9e;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    position: relative;
}

.owl-wrapper.thumb-wrapper {
    border: 0;
    padding: 0;
    margin: 0;
    position: initial;
}

.owl-wrapper img {
    margin-left: auto;
    margin-right: auto;
}

.owl-nav {
    width: 100%;
    height: 0;
}

.owl-nav button > div {
    background-repeat: no-repeat;
    background-size: auto;
    width: 35px;
    height: 35px;
    margin: 5px;
    opacity: 0.8;
    position: absolute;
    top: 40%;
    bottom: 40%;
    z-index: 100;
}

.owl-nav .btn-prev {
    background-image: url("../Images/template/classic-map-reiter.png");
    background-position: left;
    left: 0;
}

.owl-nav .btn-next {
    background-image: url("../Images/template/classic-map-reiter.png");
    background-position: 30%;
    right: 0;
}

.owl-wrapper li {
    list-style: none !important;
}

.owl-carousel .owl-item img {
    width: inherit;
    max-width: 100%;
    max-height: 300px;
}

.owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.owl-dot {
    background-color: #6f6f6e !important;
    height: 15px;
    width: 15px;
    margin: 5px;
}

.owl-dot.active {
    background-color: #0d6b9e !important;
}

.owl-thumbs {
    display: inline-block;
    /*height: 50px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;*/
}

.owl-thumb-item {
    margin: 0 5px 5px 0;
    float: left;
    cursor: pointer;
    width: 60px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #000;
    background-color: #000;
}

.owl-thumb-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.owl-thumb-item.active img{
    opacity: 1;
}

/* ---- Formular ----*/
.frame form {
    color: #6F6F6E !important;
    width:100% !important;
    margin-bottom: 30px;
}

.form-navigation .btn.btn-primary {
    margin: 5px 0px 0px;
    padding: 5px 20px;
    color: #106A9A !important;
    font-weight: normal !important;
    cursor: pointer;
    background-color: #fff !important;
    border: 1px solid #106A9A !important;
    font-size: 18px;
}

.form-group {
    margin: 0 0 0.5em 0;
    clear: both;
    overflow: hidden;
}

.form-group label {
    font-weight: bold;
}

.form-group input {
    font-size: 18px;
    font-weight: normal !important;
}

.form-group .input * {
    width: 100%;
    background-color: #eaece7 !important;
    border: none !important;
    padding: 5px;
    min-height: 30px;
}

form select {
    height: 100%;
}

form select option {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media screen and (min-width:950px){
    .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .form-group label {
        width: 40%;
    }

    .form-group .input {
        width: 60%;
    }
}

/* ---- Google Maps ----*/

.gm_wrapper {
    background-color: #eaece7;
    position: relative;
    height: 750px;
    width: 100%;
    display: table;
}
.gm_wrapper .gm_trigger {
    padding: 10px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.gm_wrapper .gm_layer {
    position: relative;
    display: none;
    height: 750px;
    width: 100%;
    margin: auto;
}
.gm_wrapper .gm_layer iframe {
    border: 0px none transparent;
    height: inherit;
    width: inherit;
}
.gm_trigger {
    display: table-cell;
    height: auto;
    vertical-align: middle;
    text-align: center;
}

.gm_wrapper .btn.btn-primary {
    margin: 5px 0px 0px;
    padding: 5px 20px;
    color: #106A9A !important;
    font-weight: normal !important;
    cursor: pointer;
    background-color: #fff !important;
    border: 1px solid #106A9A !important;
    font-size: 18px;
}

/* ---- Suche --- */

.search {
    margin: 0 3px;
}

@media (min-width: 1034px) {
    .search {
        float: right;
    }
}

@media (min-width: 1484px) {
    .search {
        margin: 0 0 0 15px;
    }
}

.mobile-menu .search {
    margin: 15px 0;
}

@media (min-width: 1034px) {
    .mobile-menu .search {
        margin: 0;
        width: 100%;
    }
}

/*
.tx-kesearch-pi1 .clearer {
  display: none;
}

.tx-kesearch-pi1 #ke_search_sword {
  padding: 5px 8px;
  height: 30px;
  font-size: 18px;
}

.tx-kesearch-pi1 #ke_search_sword::-webkit-input-placeholder {
  color: transparent;
}

.tx-kesearch-pi1 #ke_search_sword::-moz-placeholder {
  color: transparent;
}

.tx-kesearch-pi1 #ke_search_sword:-ms-input-placeholder {
  color: transparent;
}

.tx-kesearch-pi1 #ke_search_sword::-ms-input-placeholder {
  color: transparent;
}

.tx-kesearch-pi1 #ke_search_sword::placeholder {
  color: transparent;
}

@media (min-width: 1484px) {
  .tx-kesearch-pi1 #ke_search_sword {
    width: 180px;
  }
}

.tx-kesearch-pi1 span.resetbutt {
  display: none;
}

.tx-kesearch-pi1 span.resetbutt a.resetButton {
  color: #eaece7;
}

.tx-kesearch-pi1 span.resetbutt a.resetButton:hover {
  color: #106A9A;
  text-decoration: none;
}
 */

/* ----------------  Pagination  ---------------- */
/*
.tx-kesearch-pi1 .pages_total {
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
}

.tx-kesearch-pi1 .pages_total .kesearch_pagebrowser {
  margin-top: 50px;
  margin-bottom: 50px;
}

.tx-kesearch-pi1 .pages_total .kesearch_pagebrowser ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tx-kesearch-pi1 .pages_total .kesearch_pagebrowser ul li {
  margin: 0;
  list-style-type: none;
}

.tx-kesearch-pi1 .pages_total .kesearch_pagebrowser ul li a.next {
  margin-left: 10px;
}

.tx-kesearch-pi1 .pages_total .kesearch_pagebrowser ul li a.prev {
  margin-right: 10px;
}

.tx-kesearch-pi1 .pages_total .kesearch_pagebrowser ul li a {
  text-decoration: none;
  color: #6F6F6E;
}
*/

/* ------------------ Partials / ResultRow  ------------------ */
/*
.tx-kesearch-pi1 #kesearch_num_results {
  display: none;
}

.tx-kesearch-pi1 .result-list-item .result-number {
  display: none;
}

.tx-kesearch-pi1 .result-list-item {
  margin-bottom: 20px;
}

.tx-kesearch-pi1 .result-list-item .result-title a {
  color: #106a9a;
  font-size: 25px;
}

.tx-kesearch-pi1 .result-list-item .result-title a:hover, .tx-kesearch-pi1 .result-list-item .result-title a:active {
  color: #106A9A;
  text-decoration: none;
}

.tx-kesearch-pi1 .result-list-item .teaser_icon {
  display: none;
}

.tx-kesearch-pi1 .result-list-item .hit {
  font-weight: normal;
  font-family: 'titillium_bdbold';
}
*/

/* ------------------------------------ */
/*
.pages_total {
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
}

.pages_total .kesearch_pagebrowser {
  margin-top: 20px;
}

.pages_total .kesearch_pagebrowser ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.pages_total .kesearch_pagebrowser ul li {
  list-style: none !important;
}

.pages_total .kesearch_pagebrowser ul li a:not(.next):not(.prev) {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #106A9A;
  margin: 3px;
  color: #106A9A;
  border-radius: 0;
}

.pages_total .kesearch_pagebrowser ul li a.current {
  color: #fff !important;
  background-color: #106A9A;
}


span.submitbutt {
  margin: 0 !important;
  display: table-cell;
  width: 35px;
  height: 30px;
  vertical-align: middle;
}

span.submitbutt input {
  border: 0;
  display: inline-block;
  border-radius: 0;
  width: 35px;
  height: 23px;
  color: transparent;
  background-image: url("../Images/template/icon_lupe.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 23px;
  background-color: #fff;
  cursor: pointer;
}

@media (min-width: 1484px) {
  span.submitbutt input {
    padding: 15px;
  }
}

.kesearch_searchbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kesearchbox input {
  background-color: rgba(112, 112, 112, 0.1);
  border: 0;
  height: 100%;
  color: #6F6F6E;
}

#main .kesearch_searchbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
 */


/* -- Suche im aufgeklappten mobilen Menü -- */
.menu-search {
    padding: 20px 10px 0px 20px;
}

.menu-search form {
    display: table;
    width: 100%;
}

.menu-search span.submitbutt {
    display: table-cell;
    width: 30%;
    height: 45px;
    vertical-align: middle;
    text-align: right;;
}

.menu-search span.submitbutt input {
    width: 46px;
    height: 45px;
    color: transparent;
    background-image: url("../Images/template/icon_nav_lupe.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100%;
    background-color: #FFF;
    cursor: pointer;
}

.menu-search .kesearchbox {
    width: 70%;
    display: table-cell;
}

.menu-search .kesearchbox input {
    width: 100%;
    height: 39px;
}


/* ---- Uploads ----*/

.ce-uploads {
    background-color: #f2f0f1;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 15px 0 !important;
    font-family: 'titilliumbold' !important;
}

.ce-uploads li img {
    display: none;
}

.ce-uploads li div::before {
    content: "";
    white-space: pre;
    display: inline-block;
    width: 37px;
    height: 37px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../Images/icons/pdf.png");
}

.ce-uploads-filesize {
    display: inline-block !important;
    color: #106a9a;
}

.ce-uploads-filesize::before {
    content: " (";
    white-space: pre;
    display: inline-block;
}

.ce-uploads-filesize::after {
    content: ")";
    display: inline-block;
}


/* ---- News ----*/

.news-list-container h2 {
    margin: 0px;
    font-weight: normal;
}

.news-list-container img {
    max-width: 300px;
    height: auto;
}

.news-list-item {
    padding: 0 0 80px;
}

.page-navigation {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}

.page-navigation p {
    display: none;
}

.page-navigation ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: none !important;
}

.page-navigation ul li:not(.last):not(.previous) {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #106A9A;
    margin: 3px;
    color: #106A9A;
    border-radius: 0;
    list-style: none !important;
}

.page-navigation ul li.current {
    color: #fff !important;
    background-color: #106A9A;
}

.no-news-found {
    color: inherit !important;
}

/* Lightbox */

#sd-lightbox {
    background: rgba(0, 0, 0, 0.6);
}

#sd-lightbox-images img {
    max-width: 1000px;
}

/* Headerimage */
.headerImg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Aufzählungszeichen Pfeile */
#right .frame-default li {
    list-style: url("../Images/icons/list_arrow.png");
}

/* FooterImage */
#footerImage figure {
    width: 100%;
}

/* Ke_Search */
.tx-kesearch-pi1 {
//border: 1px solid red;

    .clearer {
        display: none;
    }

    .pages_total .kesearch_pagebrowser ul li a:not(.next):not(.prev) {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 1px solid #106A9A;
        margin: 3px;
        color: #106A9A;
        border-radius: 0;
    }

    .pages_total .kesearch_pagebrowser ul li a.current {
        color: #fff !important;
        background-color: #106A9A;
    }

    .page-item.active .page-link {
        display: inline-block;
        /*z-index: 1;*/
        color: #fff;
        background-color: #106A9A;
        border-color: #106A9A;
        padding: 6px 3px 1px 3px;
        width: 30px;
        height: 30px;
        margin: 3px;
        font-weight: bold;
    }

    .pages_total .kesearch_pagebrowser ul li a.next, .pages_total .kesearch_pagebrowser ul li a.prev {
        border: none;
        color: #106A9A;
    }

    #kesearch_pagebrowser_top div.result_txt{
        margin-bottom: 20px;
    }

    .kesearch_searchbox{
        display: flex;
        width: 100%;
    }

    #ke_search_sword {
        width: 98%;
        position: relative;
        padding: 12px 40px 10px 9px;
    }

    div.kesearchbox {
        width: 60%;
    }

    span.resetbutt a {
        max-width: unset;
    }

    span.submitbutt input {
        max-width: unset;
        color: white;
        background-color: #106A9A;
        padding: 10px;
        &:hover {
            color: #106A9A;
            background-color: white;
            border: 1px solid #106A9A;
        }
    }
}