/*FONTS*/

/*BODY*/


html{

    line-height: 1.4;

}


body{

    /* wenn mit em font-size: 100%;*/
    font-family: Arial, 'sans-serif';
    color: #000;
    font-size: 1em;
    line-height: 1.4;
    background-color: rgb(225, 233, 240);
    overflow-x: hidden;
}

p:empty { display: none }

h1{
    font-family: 'Open Sans', Arial, 'sans-serif';
    font-size: 1.625em;
    font-weight: 300;
    padding-bottom: 16px;
}

h2{
    font-family: Arial, 'sans-serif';
    color: #000;
    font-weight: bold;
    font-size: 1em;
    padding-bottom: 0.3em;
    line-height: 1.1;
}

h3{
    font-family: Arial, 'sans-serif';
    font-size: 1.25em;
    line-height: 1.4;
    padding-bottom: 0.5em;
}


h4{
     font-family: Arial, 'sans-serif';
    color: #000;
    font-size: 0.8em;
    line-height: 1.4;
    background-color: rgb(225, 233, 240);
    overflow-x: hidden;
}



h6{
    font-family: Arial, 'sans-serif';
    color: #fff;
    font-weight: normal;
    font-size: 1.25em;
    padding-bottom: 8px;
}


a {
    color: #000;
    text-decoration: none;

}

p,
time {
    padding-bottom: 20px;
    line-height: 1.3em;

}

#maincontent .no-arrows a:after {
    content: none;
}

.klein {
    font-size: 0.75em;
    color: #707070;
}
.news-content-text p {
    line-height: 1.27em;
    padding-bottom: 0;

}

i {
    padding: 12px 12px 12px 0;
    font-size: 26px;
    color: #999;

}

b,strong {
    font-weight: bold;
}

img {
    width: 100%;
}
.logo img {
    width: auto;

}

cite {
    font-weight: bold;
    line-height: 1.3;
    font-size: 1.5em;
}
cite:before {
    content: "«";
}
cite:after {
    content: "»";
}

blockquote {
    color: black;
    padding: 1.5em 1.5em 0.5em;
    background-color: #00FFB1;
    font-weight: bold;
    margin: 0 -33px;
    text-align: center;
    margin-bottom: 1em !important;
    margin-top: 0.5em !important;
}

blockquote p:first-child:before,
blockquote p:first-child:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

blockquote p:first-child:before {
    content: "\f100";
    margin-right: 0.5em;
}

blockquote p:first-child:after {
    content: "\f101";
    margin-left: 0.5em;
}


blockquote p:last-child:before {
    /*content: "–";*/
    margin-right: 0.5em;
}
blockquote p:last-child {
    font-size: 0.75em;
    font-weight: normal;
}

.center {
    text-align: center;

}

.highlight .masonry-item__inner {
    background-color: #00ffb0;
}


.black{
background: black;
color: white;

}

/* Social Icons */
.social-black {
    display: none;
}
.social-black a {
    width: 30px;
    float: left;
    margin-right: 12px;
}

@media screen and (max-width: 950px) {
    .social-black {
        display: block;
    }
}

 .dpSocialTimeline_filter {
        display: none;
    }


.padding20{
padding: 20px;

}

.content {
    padding: 0;
}

/*File Links PDF*/

a[href $='.pdf']:after {
 content: " (PDF)";
   }

/*ICONS*/

.fa-facebook{
    color: #ccc;
    padding-right: 5px;
}

/* BG-Video */
.fullcoveredvideo video, .fullscreenvideo video {
    object-fit: cover;
}

/*HEADER*/

header.header {
    color: #000;
    background-color: #FFFFFF;
    padding: 2.275em 0 2.275em 2.55em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 128px;
    background: white url(../Images/BK_Logo_Links.png) no-repeat scroll 28px center;
    background-size: auto 50%;
}

.logo {
    text-transform: uppercase;
    color: black;
    font-size: 2em;
    font-family: Arial;
    font-weight: bold;
    position: relative;
    top: .25em;
    opacity: 0;

}
#banner{
     background-color: #f0f0f0;

}

.claim{
    font-size: 45px;
    font-weight: 100;
    color: #fff;
    opacity: 0.7;
    background-color: #808080;
}

.social {
    text-align: right;
}

.searchbar {
    text-align: right;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: block;
    clear: both;
}

.fixed {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: position;
    position: fixed;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.arrow-right:after {
    content: "";
    margin-left: .25em;
    height: 1em;
    width: 1em;
    display: inline-block;
    background: url(../Images/icon-arrow-right.png) no-repeat scroll center center;
    background-size: 1em;
    position: relative;
    top: .1em;
}

.arrow-left:before {
    margin-left: 0;
    margin-bottom: 25px;
    display: inline-block;
    margin-right: .45em;
}
.arrow-left-big:before {
    content: "";
    margin-left: 0;
    margin-bottom: 25px;
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../Images/icon-arrow-left.png) no-repeat scroll center left;
    background-size: 1em auto;
    font-size: 1.7em;
}
.arrow-left.news {
    font-size: 0.65em;
    margin-top: 2.1em;
    display: inline-block;
    background: url(../Images/icon-arrow-left.png) no-repeat scroll center left;
    background-size: 1em auto;
    padding-left: 1.5em;
    text-transform: lowercase;;
}
.arrow-left.news:before {}

.highlight .arrow-right:after {
    content: url(../Images/icon-arrow-right.png);
}

.homebox a:after {
    content: "";
    margin-left: 0.5em;
    width: 1em;
    height: 1em;
    display: inline-block;
    background: url(../Images/icon-arrow-right.png) no-repeat scroll center center;
    background-size: 1em auto;
    position: relative;
    top: .1em;
}
.bgwhite a:after {
}

.masonry-item__inner a:after {
    content: "";
    margin-left: .25em;
    width: 1em;
    height: 1em;
    display: inline-block;
    background: url(../Images/icon-arrow-right.png) no-repeat scroll center center;
    background-size: 1em auto;
}

.highlight .masonry-item__inner a:after {
}


/*Wrapper*/
.wrapper {
    background-color: #e5e5e5;
    padding-top: 4px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 72px);
    padding-left: 4px;
    padding-right: 4px;
}

#news {
    float: none;
    clear: both;
}

/* Viewport sized typography */
.wrapper {
    line-height: 1em;
}

@media screen and (min-width: 900px) {
    .wrapper {
        font-size: 1em; /* Maximale SchriftgrÃ¶sse */
    }
}
@media screen and (max-width: 900px) {
    .wrapper {
        font-size: .9em; /* Minimale SchriftgrÃ¶sse */
    }
}


/* Masonry */
.masonry {}

    .grid-sizer,
    .masonry-item {
        width: 20%;
    }
    /* Default: Small square */
    .masonry-item {
        float: left;
        height: 0;
        padding-bottom: 20%;
        position: relative;
    }

        .masonry-item__inner {
            position: absolute;
            top: 4px;
            right: 4px;
            bottom: 4px;
            left: 4px;
            background-color: white;
            overflow-x: hidden;
            overflow-y: hidden;
            padding: 15px 17px;
        }

        /* Scrollbars */
        .masonry-item__inner::-webkit-scrollbar-track {
            background: #FFFFFF;
        }
        .masonry-item__inner::-webkit-scrollbar {
            width: 7px;
        }
        .masonry-item__inner::-webkit-scrollbar-thumb {
            background: #64FFB9;
        }


    /* Doppelte breite */
    .masonry-item--doublewidth {
        width: 40%;
    }

    /* Grosses Viereck: 2x2 */
    .masonry-item--bigsquare {
        width: 40%;
        padding-bottom: 40%;
    }

    /* GrÃ¶sseres Viereck: 3 breit, 2 hoch */
    .masonry-item--biggersquare {
        width: 60%;
        padding-bottom: 40%;
    }

    @media screen and (max-width: 1100px) {
        .masonry-item,
        .grid-sizer {
            width: 25%;
            padding-bottom: 25%;
        }
        .grid-sizer {
            padding-bottom: 0;
        }
        .masonry-item--doublewidth,
        .masonry-item--bigsquare,
        .masonry-item--biggersquare {
            width: 50%;
        }
        .masonry-item--bigsquare,
        .masonry-item--biggersquare {
            padding-bottom: 50%;
        }
    }

    @media screen and (max-width: 800px) {


        .masonry-item,
        .grid-sizer {
            width: 50%;
            padding-bottom: 50%;
        }

        .grid-sizer {
            padding-bottom: 0;
        }
        .masonry-item--doublewidth,
        .masonry-item--bigsquare,
        .masonry-item--biggersquare,
        .ce-textonly,
        .ce-cite {
            width: 100%;
            padding-bottom: 25%;
        }
        .masonry-item--bigsquare {
            padding-bottom: 100%;
        }
        .masonry-item--biggersquare {
            padding-bottom: 66.66666666%;
        }
        .ce-textonly,
        .ce-cite {
            height: auto;
            padding-bottom: 0;
        }
        .ce-textonly .masonry-item__inner,
        .ce-cite .masonry-item__inner {
            position: static;
            padding-bottom: 4px;
            margin: 4px;
        }
        .ce-cite .masonry-item__inner {
            padding-bottom: 17px;
        }
    }

    /* Zitat */
    .ce-cite .masonry-item__inner:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        width: 0px;
        margin-left: -6px;
    }
    .ce-cite cite {
        vertical-align: middle;
        display: inline-block;
        width: 100%;
    }

    /* Image only */
    .ce-imageonly .masonry-item__inner {
        padding: 0;
    }

    /* Text w/ image */
    .ce-textwimage img {
        width: 100%;
    }
    @media screen and (max-width: 800px) {
        .masonry-item--doublewidth.ce-textwimage {
            padding-bottom: 50%;
        }
    }
    .ce-textwimage .col50-50 {
        width: 50%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 17px;
    }
    .ce-textwimage .image {
        left: 50%;
        padding: 0;
    }

    /* Text w/ image: Image oben, Text unten */
    .masonry-item--bigsquare.ce-textwimage {}
    .masonry-item--bigsquare.ce-textwimage .image {
        overflow: hidden;
        margin: -15px -17px 22px;
        height: 0;
        padding-bottom: calc(50% + 12px);
    }

    @media screen and (max-width: 800px) {
        .masonry-item--bigsquare.ce-textwimage {
            padding-bottom: 0;
            height: auto;
        }
        .masonry-item--bigsquare.ce-textwimage .masonry-item__inner {
            position: static;
            padding-bottom: 4px;
            margin: 4px;
        }
    }

    /* Video */
    .ce-video .masonry-item__inner {
        padding: 0;
    }
    .ce-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/* Shortcuts-Bar */
.shortcuts-bar {
    position: absolute;
    right: 0;
    width: 72px; /* 72/16 */
    background-color: rgb(0, 255, 177);
    text-align: center;
    padding-top: 0;
    bottom: 0;
    top: 8em;
    z-index: 999 !important;
}
body {
  background-color: transparent;
  background-position: right;
  background-size: 72px 100%;
  background-repeat: repeat-y;
  background-image: -webkit-linear-gradient(left, rgb(0, 255, 177) 0, rgb(0, 255, 177) 100%); /* 72/16 */
}

.shortcuts-bar .shortcut-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 2em;
}
.shortcuts-bar .icon {
    background: url(../Images/icon-agenda.png) no-repeat;
    background-size: 34px auto;
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    background-position: center center;
    overflow: hidden;
    padding: 14px 0;
}
.shortcuts-bar .icon-contact {
    background-image: url(../Images/icon-contact.png);
}
.shortcuts-bar .icon-linkedin {
    background-image: url(../Images/Pikto_linkedin_final.png);
}
.shortcuts-bar .icon-instagram {
    background-image: url(../Images/icon-instagram.png);
}
.shortcuts-bar .icon-facebook {
    background-image: url(../Images/icon-facebook.png);
}


.shortcuts-bar .shortcut-icons li {
    margin-bottom: 0;
}

/* Aktiv-/Hover-Zustände */

.shortcut-icons li:hover a {
    background-color: white;
}

/*AGENDA*/
.pageID-13 .shortcut-icons li:first-child a {
    background-color: white;
}
/*KONTAKTFORMULAR*/
/*.pageID-19 .shortcut-icons li:nth-child(2) a {*/
.pageID-19 .shortcut-icons li a[href*="/kontakt"] {
    background-color: white;
}

.powermail_create {
   font-size: 1.5em!important;
}

/* HOME Template */

.wrapperhome {
padding: 0;
}

.homebox-wrapper {
    position: relative;
    z-index: 1;

}

.home-bg {
    position:relative;
    overflow:hidden;
}
.home-bg:before,
.home-bg:after {
    content: "";
    position: absolute;
    width: 50%;
    background-color: rgb(0, 255, 177);
    height: 100%;
    left: 0;
}

.homebox {
font-size: 1.625em;
width: 50%;
    margin: 0;
    padding-bottom: 0;

}
.homebox a {
    font-size: 16px;
}

/* Content-Slider: Navigation */
.content-slider-navigation {
    background-color: white;
    margin-top: -32px;
    margin-bottom: 32px;
    font-size: .5em;}
.content-slider-navigation ul {
    list-style: none;
    text-align: center;}
.content-slider-navigation li {
    display: inline-block;
    padding: .25em;
    cursor: pointer;}
.content-slider-navigation .active i {
    color: rgb(0, 255, 177);
}
.content-slider-navigation i {
    padding: 0;
    color: #ccc;
}

@media screen and (max-width: 950px) {
    .content-slider-navigation {
        margin-top: -30px;
        padding-bottom: 30px;
        margin-bottom: 0;
        font-size: 1em;
    }
}

[data-slide="0"] .slide-item-0 i,
[data-slide="1"] .slide-item-1 i,
[data-slide="2"] .slide-item-2 i,
[data-slide="3"] .slide-item-3 i,
[data-slide="4"] .slide-item-4 i {
    color: rgb(0, 255, 177);
}

/* Content-Slider: Zwei CEs*/
.content-slider {}
.content-slider .slider-wrap:after,
.content-slider .slider-wrap:before {
    content: "";
    clear: both;
}
.content-slider .padding32 {
    overflow: hidden;
}
.content-slider .padding32 {
    padding: 0;
    margin: 32px;
}
.content-slider .slider-wrap {
    width: 200%;
    position: relative;
    -webkit-transition: all .5s cubic-bezier(0.75, 0, 0.25, 1);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
            transition: all .5s cubic-bezier(0.75, 0, 0.25, 1);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.content-slider .content-wrap {
    float: left;
    width: 50%;
}

/* Drei CEs */
.content-slider.anzahl-3 {}
.content-slider.anzahl-3 .slider-wrap {
    width: 300%;
}
.content-slider.anzahl-3 .content-wrap {
    width: 33.33333333333333333%;
}

/* Vier CEs */
.content-slider.anzahl-4 {}
.content-slider.anzahl-4 .slider-wrap {
    width: 400%;
}
.content-slider.anzahl-4 .content-wrap {
    width: 25%;
}

/* Fünf CEs */
.content-slider.anzahl-5 {}
.content-slider.anzahl-5 .slider-wrap {
    width: 500%;
}
.content-slider.anzahl-5 .content-wrap {
    width: 20%;
}

/* Slider-Animation */
[data-slide="0"]  .slider-wrap { left: 0; }
[data-slide="1"]  .slider-wrap { left: -100%; }
[data-slide="2"]  .slider-wrap { left: -200%; }
[data-slide="3"]  .slider-wrap { left: -300%; }
[data-slide="4"]  .slider-wrap { left: -400%; }


.csstransforms3d .slider-wrap {
    left: 0;
}
.csstransforms3d [data-slide="0"] .slider-wrap {
    -webkit-transform: translate3d(  0 , 0, 0);
    transform: translate3d(  0 , 0, 0);
}
/* Zwei CEs */
.csstransforms3d [data-slide="1"] .slider-wrap {
    -webkit-transform: translate3d(  -50% , 0, 0);
    transform: translate3d(  -50% , 0, 0);
}
.csstransforms3d [data-slide="2"] .slider-wrap {
    -webkit-transform: translate3d(  -100% , 0, 0);
    transform: translate3d(  -100% , 0, 0);
}

/* Drei CEs */
.csstransforms3d .anzahl-3[data-slide="1"] .slider-wrap {
    -webkit-transform: translate3d(  -33.33333333333333% , 0, 0);
    transform: translate3d(  -33.33333333333333% , 0, 0);
}
.csstransforms3d .anzahl-3[data-slide="2"] .slider-wrap {
    -webkit-transform: translate3d(  -66.666666666666666666% , 0, 0);
    transform: translate3d(  -66.666666666666666666% , 0, 0);
}

/* Vier CEs */
.csstransforms3d .anzahl-4[data-slide="1"] .slider-wrap {
    -webkit-transform: translate3d(  -25% , 0, 0);
    transform: translate3d(  -25% , 0, 0);
}
.csstransforms3d .anzahl-4[data-slide="2"] .slider-wrap {
    -webkit-transform: translate3d(  -50% , 0, 0);
    transform: translate3d(  -50% , 0, 0);
}
.csstransforms3d .anzahl-4[data-slide="3"] .slider-wrap {
    -webkit-transform: translate3d(  -75% , 0, 0);
    transform: translate3d(  -75% , 0, 0);
}

/* Fünf CEs */
.csstransforms3d .anzahl-5[data-slide="1"] .slider-wrap {
    -webkit-transform: translate3d(  -20% , 0, 0);
    transform: translate3d(  -20% , 0, 0);
}
.csstransforms3d .anzahl-5[data-slide="2"] .slider-wrap {
    -webkit-transform: translate3d(  -40% , 0, 0);
    transform: translate3d(  -40% , 0, 0);
}
.csstransforms3d .anzahl-5[data-slide="3"] .slider-wrap {
    -webkit-transform: translate3d(  -60% , 0, 0);
    transform: translate3d(  -60% , 0, 0);
}
.csstransforms3d .anzahl-5[data-slide="4"] .slider-wrap {
    -webkit-transform: translate3d(  -80% , 0, 0);
    transform: translate3d(  -80% , 0, 0);
}








@media screen and (max-width: 950px) {
    .homebox {
        width: auto;
    }
    .home-bg:before,
    .home-bg:after {
        content: "";
        position: absolute;
        width: 100%;
        background-color: rgb(0, 255, 177);
        height: 100%;
        left: 0;
    }

    footer .col2 .innerpadding {
        padding: 24px !important;
    }
    footer .news-footer {}
    footer .news-footer .innerpadding {
        padding-bottom: 0 !important;
        margin-bottom: 32px;
        padding-top: 0 !important;
        margin-top: 32px;
    }
    footer .content .news-footer:last-child .innerpadding {
        padding-bottom: 32px !important;
    }

    .homebox-wrapper .padding32 {
        padding: 0;
        margin: 10px;

    }
}

.padding32 {
padding: 32px;
}

.highlight .masonry-item__inner {
    background-color: #00ffb0;
}

.bgwhite {
    background-color: #fff;
}


/*MAINCONTENT*/

#maincontent  {
    padding: 0;
    background-color: #E5E5E5;
    margin-bottom: 32px;

}

.subpages__inner {
    margin: 0;
}

.logos-referate-referenzen {
    text-align: left;
    font-size: 0;
}
.logos-referate-referenzen img {
    width: auto;
    float: none;
}
.logo-referenz {
    width: 18%;
    display: inline-block;
    margin-right: 2%;
}

/* Akkordeon */
.accordeon-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 4px;
}
.accordeon-title {
    background-color: rgb(0, 255, 177);
    font-size: 1.5em;
    display: inline-block;
    padding: 1.075em 0.25em;
    width: 6.3em;
    text-align: center;
    float: left;
}
.accordeon-title time {
    line-height: 1;
    padding-bottom: 0;
}
.accordeon-content-wrapper {
    margin-left: 10.1875em;
    background-color: white;
    padding: 0 1.875em;
    display: block;
}
.accordeon-subtitle {
    font-size: 1.5em;
    padding: 1.075em 0;
    line-height: 1;
    font-weight: bold;
}

.wide-title .accordeon-title,
.pageID-13  .accordeon-title {
    width: 18.9em;
}
.pageID-13  .accordeon-title {
    width: 18.208333333333332em;
}
.pageID-13 .accordeon-title {
    tesxt-align: left;
}
.pageID-13 .accordeon-title {
    padding-left: 1em;
}
.wide-title .accordeon-content-wrapper,
.pageID-13 .accordeon-content-wrapper {
    margin-left: 29.125em; /* 466/16 */
}


.js-enabled .accordeon-subtitle {
    font-weight: bold;
}
.js-enabled .accordeon-subtitle.closed {
    font-weight: normal;
}
.js .accordeon-subtitle:after {
    content: attr(data-close-text);
    margin-left: 1.15em;
    font-weight: normal;
    font-size: .65em;
    background: url(../Images/icon-arrow-left.png) no-repeat left .15em;
    padding-left: 1.7em;
    position: relative;
    background-size: 1em auto;
}

.js .accordeon-subtitle.closed {
    font-weight: normal;
}
.js .accordeon-subtitle.closed:after {
    content: "";
    margin-left: .4em;
    background: url(../Images/icon-arrow-right.png) no-repeat scroll center center;
    background-size: 1em auto;
    position: relative;
    top: -.1em;
}

.js .accordeon-subtitle.no-content:after {
    content: none;
}

.accordeon-content {
    font-size: 1.5em;
    padding-bottom: 1.25em;
}
.js .accordeon-content {
    display: none;
}

/* Videos */
.accordeon-medias {}

.accordeon-medias__item {
    width: auto;
    display: inline-block;
    position: relative;
    float: left;
    margin-top: 0.4em;
    margin-right: 0.4em;
}

.accordeon-medias__item--video {
    width: 494px;
    height: 280px;
}


.accordeon-medias__item--video__inner {
    width: 100%;
    height: 100%;
    position: relative;
}

@media screen and (max-width: 565px) {
    .accordeon-medias__item--video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        margin-right: 0;
    }
    .accordeon-medias__item--video__inner {
        position: absolute;
    }
}


/* Images */
.accordeon-medias__item--image img {
    width: auto;
    float: left;
}

@media screen and (max-width: 565px) {
    .accordeon-medias__item--image {
        margin-right: 0;
    }
}



@media screen and (max-width: 565px) {
    .accordeon-medias__item--image img {
        width: 100% !important;
        height: auto !important;
        float: left;
    }
}


/* News-Detailseite (Falls aktiviert), und Standard Unterseiten */
.subpages__inner .article .col50-50 {
    width: 50%;
    float: left;
    overflow: hidden;
    height: 0;
    position: relative;
    padding-bottom: 66.6666666666666666666666%;
}
.subpages__inner .col50-50 .article__inner {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
}

.subpages__inner .content-text .article__inner {
    background-color: white;
    padding: 29px 33px;
    font-size: 1.475em;
    line-height: 1.675em;
}

.subpages__inner .content-text .article__inner h2 {
    padding-bottom: .1em;

}

/* Darstellung ohne Video oder Bild */
.without-video.without-images .content-text {
    width: 100%;
    padding-bottom: 0;
    height: auto;
}
.without-video.without-images .content-text .article__inner {
    position: static;
    margin: 4px;
}


/* Darstellung ohne weissem Hintergrund */
.nowhitebg .content-text .article__inner {
    background: none;
}
.nowhitebg.without-video.without-images .content-text {
    width: 50%;
}
.nowhitebg .content-text .arrow-left {
    display: none;
}

/* Textblock mit flexibler Höhe */
.subpages__inner .article .col50-50.flexheight {
    height: auto;
    padding-bottom: 0;

}
.subpages__inner .article .col50-50.flexheight .article__inner {
    position: static;
    margin: 4px;

}


.subpages__inner .article .related-item {
    padding-bottom: 33.33333333333333333333333%;
    float: right;
    clear: none !important;

}

.video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}
.video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
}

/* Umbrechen erzwingen nach dem vierten Element. */
.article .col50-50:nth-child(3n+4) {
    clear: left;
}


@media screen and (max-width: 1100px) {
    .subpages__inner .article .content-text,
    .nowhitebg.without-video.without-images .content-text {
        width: 100%;
        padding-bottom: 0;
        height: auto;
    }
    .subpages__inner .content-text .article__inner {
        position: static;
        margin: 4px;
    }
}

@media screen and (max-width: 650px) {
    .subpages__inner .article .related-item {
        width: 100%;
        padding-bottom: 66.666666666666666666666%;
    }
}


/* Kontaktformular */
.tx-powermail {
    clear: both;
    padding: 29px 33px;
}
.tx-powermail h3 {
    display: none;
}

/* label entfernen falls placeholder unterstützt werden */
kbd::-webkit-input-placeholder,
.tx-powermail label,
.tx-powermail legend {
    display: none;
}
kbd:-moz-placeholder,
.tx-powermail label,
.tx-powermail legend {
    display: none;
}
kbd::-moz-placeholder,
.tx-powermail label,
.tx-powermail legend {
    display: none;
}

kbd:-ms-input-placeholder,
.tx-powermail label,
.tx-powermail legend {
    display: none;
}

kbd::-ms-input-placeholder,
.tx-powermail label,
.tx-powermail legend {
    display: none;
}



.tx-powermail:before,
.tx-powermail:after {
    content: "";
    clear: both;
    display: block;
}



/*DROPDOWN MENU*/


nav ul {
    padding: 0px;
    margin: 0px;
    font-size: 1.85em;
    float: right;
    margin-right: 2.3em;
}


nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

nav ul li {
    list-style: none;
    float:left;
}
nav ul li a {
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    transition: background 0.3s ease-out; /* explorer 10 */
    -webkit-transition: background 0.3s ease-out; /* chrome & safari */
    -moz-transition: background 0.3 ease-out; /* firefox */
    -o-transition: background 0.3 ease-out; /* opera */

    color: #000;
}
nav li li a {
    padding: 0;
}

nav li li a:hover:before,
nav li li.active a:before  {
    content: "";
    margin-right: 8px;
    margin-left: -1.5em;
    background: url(../Images/icon-arrow-right.png) no-repeat scroll center center;
    width: 1em;
    height: 1em;
    display: inline-block;
    background-size: 1em;
}

.mainnav > ul > li.active > a {
    font-weight: bold;
}

nav ul li:hover > a {
}
nav ul li:hover > ul {
    visibility: visible;
    min-height: 6.85em;
}
nav ul li:hover:after {
    content: "";
    min-height: 5.85em;
    background-color: white;
    width: 100%;
    height: 6.5em;
    position: absolute;
    left: 0;
    z-index: 201;
}
nav li li:hover:after {
    content: none;
}

/*DROPDOWN MENU SUBNAV*/

nav ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
    padding:0px;
    z-index: 999;
    min-width: 200px;
    margin-right: 0;
    background-color: #FFFFFF;
    font-size: 16px;
    padding-bottom: 2em;
    padding-top: 26px;
}
nav ul li ul li{
    float: none;
    padding: 0 0 0 20px;
}

.aktiv a {
    background-color: #1f91a7;
    color: #fff;
    padding: 10px 0x;
}


/*subnav linke Spalte*/

#subnav   {
    background: white;
}

#subnav li  {
    float: none;
    color: #999;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: none;
}

#subnav li a  {
    color: #999;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 0;

}

#subnav li a:hover {
    color: #333;
    background-color: transparent!important;
}


/*FOOTER*/

footer {
    background-color: #FFFFFF;
    padding: 0;
    margin-left: -4px;
    margin-right: -4px;
    width: auto;
    float: none;
    clear: both;
    overflow: hidden;
}

footer a {
  color: #fff;

}

footer .col2 {
  height: 0;
  padding: 0 0 19.84% 0;
}
footer .content .col2:last-child {
    margin-right: 0;
}

footer .col2 .innerpadding {
padding: 32px;
}

.news-footer a {
    color: black;
    text-decoration: none;
}

.sponsoren {
background-color: #e5e5e5;
text-align: center;
}


.sponsor-logo-wrapper {

}
.sponsor-imagewrap {
    display: inline-block;
    vertical-align: middle;
    padding: 1.67em 2em;
}

.toTop {
    height: 4.5em;
    display: block;
    clear: both;
    background: rgb(255, 255, 255) url(../Images/icon-arrow-up.png) no-repeat center center;
    background-size: 2em auto;
    margin-right: 72px;
    cursor: pointer;

}
.info-pages {
    display: block;
    text-align: right;
    margin-right: 72px;
    padding-right: 1em;
    margin-top: -2em;
    float: right;
    padding-left: .5em;
    font-size: 14px;

}
.info-pages br {
    display: none;
}

@media screen and (max-width: 950px) {
    .toTop,
    .info-pages {
        margin-right: 0;
    }
}

@media screen and (max-width: 868px) {
    .info-pages {
        margin-top: 0;
        background-color: white;
        float: none;
        text-align: center;
        padding-bottom: 1.5em;
    }
    .info-pages br {
        display: inline;
    }
    .info-pages span {
        display: none;
    }
}

/*FORMULARE*/


input {
    -webkit-appearance: none;
    border-radius: 0;
}

/*Schriftfarbe fÜr Input Platzhalter*/

::-webkit-input-placeholder {
  color: #6E6E6E;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6E6E6E;
}
::-moz-placeholder {  /* Firefox 19+ */
  color: #6E6E6E;
}
:-ms-input-placeholder {
  color: #6E6E6E;
}



/*KONTAKTFORMULAR*/

.tx-powermail {}
select,
input,
textarea {
    background-color: white;
    border: 0;
    font-size: 1.3em;
    font-family: Arial;
    padding: 1.3em .85em;
    box-sizing: border-box;
    width: 100%;
    color: #6E6E6E;}

.powermail_fieldwrap {
    float: left;
    display: inline-block;
    width: 14.375em; /* 230/16*/
    margin-right: 8px;
    margin-bottom: 8px;}

/* Strasse / Nr. */
.powermail_fieldwrap_strassenr,
/* Ortschaft */
.powermail_fieldwrap_ortschaft,
/* Telefon*/
.powermail_fieldwrap_telefon,
/* E-Mail */
.powermail_fieldwrap_e_mail {
    width: 19.375em; /* 310/16 */
}

/* PLZ */
.powermail_fieldwrap_plz {
    width: 9.375em; /* 150/16 */
}

/* Textarea */
.powermail_fieldwrap_bemerkungen {
    width: 44.125em;
}

.powermail_fieldwrap_strassenr,
.powermail_fieldwrap_telefon {
    clear: left;
}

#powermail_field_anrede {
    height: 3.75em; /* 78/20.8 */
}

.powermail_fieldwrap_senden {
    clear: left;
}


.parsley-required,
.powermail-required,
.powermail-errors-list{
color: red;
font-size: 12px;
padding-top: 5px;
list-style: none;

}

.parsley-errors-list,
.powermail-errors-list{
padding: 0!important;

}


/*Buttons*/

input[type=submit] {
padding: 10px 20px;
width: 120px!important;
font-size: 1em;
color: black;
border:0 none;
cursor: pointer;
-webkit-border-radius: 0px;
border-radius: 0px;
text-align: left;
padding-left: 0;
margin-top: -11px;
background: url(../Images/icon-arrow-right.png) no-repeat center right;
width: auto;
background-size: 1em auto;
}

/*FILELIST*/

.csc-uploads-element{
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
}


ul.csc-uploads span.csc-uploads-fileName {
    padding: 20px 0;
}

/*GrÃ¶sse des Icons duch Ã¤ndern des paddings*/

.csc-uploads-element-pdf a{
background-image: url('/fileadmin/images/file-icons/pdf.png');
padding: 20px 0 20px 50px;
background-repeat: no-repeat;
background-size: contain;

}

ul.csc-uploads span.csc-uploads-fileName {
   text-decoration: none!important;
}


/* Responsive Images */
.csc-textpic-2-col .csc-textpic-imagecolumn { width: 50%; }
.csc-textpic-3-col .csc-textpic-imagecolumn { width: 33.3333333333333%; }
.csc-textpic-4-col .csc-textpic-imagecolumn { width: 25%; }
.csc-textpic-5-col .csc-textpic-imagecolumn { width: 18%; }
.csc-textpic-6-col .csc-textpic-imagecolumn {
    width: 14%; }
.csc-textpic-7-col .csc-textpic-imagecolumn { width: 14.285714286%; }
.csc-textpic-8-col .csc-textpic-imagecolumn { width: 12.5%; }

div.csc-textpic-imagecolumn {
     margin-right: 0;
     box-sizing: border-box;
     text-align: center;
     padding: 2em 1em;
     display: inline-block;
     vertical-align: middle;
     }



/*MOBILE NAVIGATION*/

.slicknav_menu {
    display:none;
}



/* Tablets Portrait und kleiner */
@media screen and (max-width:768px) {


.accordeon-content-wrapper {
    margin-left: 0em !important;
   float: none;
}

.accordeon-title {
    float: none;
    width: 80% !important;
    text-align: left;
    padding-right: 1em;
    padding-left: 1.2em;
}


input, .powermail_fieldwrap_9,
    .powermail_fieldwrap_2,
    .powermail_fieldwrap_3, .powermail_fieldwrap{
        width: 100%!important;
        float: none!important;
    }



.powermail_fieldwrap_10{
        width: 150px;

    }


}


@media screen and (max-width: 950px) {
    /* #menu is the original menu */
    .js #menu {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
        background:white url(../Images/BK_Logo_Links.png) no-repeat scroll 1em .75em;
        background-size:auto 61%;
    }
}


/* Tablets und kleiner */

@media only screen and (max-width : 1024px)  {

.claim{
    display: none;

}

cite {
  font-size: 1.3em;
}



}


/* Tablets Portrait und kleiner */
@media screen and (max-width:950px) {


/* Mobile Menu */

.js #menu {
        display:none;
    }

.js .slicknav_menu {
        display:block;
        height:64px;
    }



.shortcuts-bar {
display: none;

}

.wrapper {
  width: 100%;

}

.logo {
position: absolute;
top: 0em;

}

header.header {
  padding: 0;
  height: 0;
  background: white;

}

cite {
  line-height: 1.1;
  font-size: 1.2em;
}

}



/*Nur Smaprtphones*/

@media only screen
and (min-width : 320px)
and (max-width : 480px) {


/*Responsive Bilder*/

.csc-textpic-2-col .csc-textpic-imagecolumn,
.csc-textpic-5-col .csc-textpic-imagecolumn img  { width: 100%!important; }
.csc-textpic-3-col .csc-textpic-imagecolumn,
.csc-textpic-5-col .csc-textpic-imagecolumn img  { width: 100%!important; }
.csc-textpic-4-col .csc-textpic-imagecolumn,
.csc-textpic-5-col .csc-textpic-imagecolumn img  { width: 100%!important; }
.csc-textpic-5-col .csc-textpic-imagecolumn,
.csc-textpic-5-col .csc-textpic-imagecolumn img { width: 100%!important; }
.csc-textpic-6-col .csc-textpic-imagecolumn,
.csc-textpic-5-col .csc-textpic-imagecolumn img  { width: 100%!important; }
.csc-textpic-7-col .csc-textpic-imagecolumn,
.csc-textpic-5-col .csc-textpic-imagecolumn img  { width: 100%!important; }
.csc-textpic-8-col .csc-textpic-imagecolumn,
.csc-textpic-5-col .csc-textpic-imagecolumn img  { width: 100%!important; }


}



/*PRINT CSS*/

@media print {
  body {
  background-color: #ffffff;
  font-size: 12pt;
  font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
  color:#000;
  padding:0;
  margin: 0;
  }


.maincontent {
  width: 100%;
  }


#navigation, .serachbar, #banner, #banner-inhalt, .crosslinks, .subnav, footer {
 display: none;
  }
}
