/* Theme Name: Kohler
	Theme Description: Kohler WP-Bootstrap-Theme
	Author: Gildner-Werbeagentur (Heijer)
	URI: http://www.gildner-werbeagentur.de
    Version: 1.0 
*/

/*
@font-face {
    font-family: 'TitilliumWeb';
    src: url('fonts/TitilliumWeb-ExtraLight.ttf') format('truetype'), url('fonts/Titillium-Thin.ttf') format('opentype');
    font-weight: 200;
    font-style: extra-light;
}
*/
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: lighter;
}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/*
@font-face {
    font-family: 'TitilliumWeb';
    src: url('fonts/TitilliumWeb-SemiBold.ttf') format('truetype'),  url('fonts/Titillium-SemiBold.ttf') format('opentype');
    font-weight: 600;
    font-style: semi-bold;
}
*/
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: bold;
}

html *{
    outline: 0 none;
}

body{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #555;
    line-height: 1.8;
    letter-spacing: 0.5px;
    text-shadow: 0 0 0;
    overflow-x: hidden;
}

h1,h2,h3{
    font-weight: 300;
    margin-top:25px;
    margin-bottom: 25px;
}

h3{
    margin-bottom: 15px;
    line-height: 1.8;
}

p,a{
    color:#555;
    line-height: 1.8;
}

a{
    color: #00305f;
    -webkit-transition: color 0.7s ease, background-color 0.7s ease;
    -moz-transition: color 0.7s ease, background-color 0.7s ease;
    -ms-transition: color 0.7s ease, background-color 0.7s ease;
    -o-transition: color 0.7s ease, background-color 0.7s ease;
    transition: color 0.7s ease, background-color 0.7s ease;
}

a:hover,
a:focus{
    text-decoration: none;
    background-color: transparent; 
    color: #00305f;
    
}

.link:before{
    content:'>';
    margin-right: 5px;
    font-size: 15px;
    top: -1px;
    position: relative;
}

hr{
    border-top: 1px solid #bbb;
}

[class*="col-"]{
    padding: 0 45px;
}
.row{
    margin-left: -45px;
    margin-right: -45px;
}

@media(max-width: 1199px){
    [class*="col-"]{
        padding: 0 30px;
    }
    .row{
        margin-left: -30px;
        margin-right: -30px;
    }
}
@media(max-width: 991px){
    [class*="col-"]{
        padding: 0 15px;
    }
    .row{
        margin-left: -15px;
        margin-right: -15px;
    }
}

.sprachauswahl{
    position:absolute;
    z-index:200;
    right:0px;
    margin-right: 15px;
    top: 27px;
}

.sprachauswahl ul{
    padding: 0px;
    margin-bottom:0px;
}
.sprachauswahl ul li{
    display: inline-block;
}
.sprachauswahl ul li a{
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    font-size: 15px;
}

.sprachauswahl ul li:first-child{
    padding-right: 5px;
    border-right: 1px solid #bbb;
}
.sprachauswahl .active{
    opacity: 0.5;
}

@media(max-width: 1199px){
    .sprachauswahl{
        top: 60px;
    }
}




.page-template-startseite header{
    background-color: #eeeeee;
}

@media(min-width:1400px){
    .container{
        width: 1370px;
    }
}

.navbar{
    margin-bottom:0px;
}

.navbar-brand{
    padding-left: 5px;
    padding-bottom:0px;
    height:100%;
    position: relative;
    z-index: 1;
}

.navbar-toggle{
    margin-top: 15px;
    border: 1px solid #00305f;
}

.navbar-toggle .icon-bar{
    background-color: #00305f;
}

.navbar-collapse.collapse{
    height: 415px;
    position:relative;
    padding-left:0px;
    padding-right: 0px;
/*    display:table;*/
}

#menu-hauptmenue{
    position:absolute;
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    z-index: 21;
}

#menu-hauptmenue li{
    position: static;
    display: inline-block;
}

#menu-hauptmenue li a{
    position:relative;
    float:left;
    color: #555;
    font-size: 15px;
    padding: 15px 15px 15px 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    padding: 15px 10px 15px 10px;
}

#menu-hauptmenue li:first-child a{
    padding: 15px 10px 15px 0px;
}

#menu-hauptmenue li:last-child a{
    padding: 15px 0px 15px 10px;
}

#menu-hauptmenue li a:hover,
#menu-hauptmenue li a:focus,
#menu-hauptmenue li.current-menu-item a,
#menu-hauptmenue li.current-menu-item a:hover,
#menu-hauptmenue li.current-menu-item a:focus,
#menu-hauptmenue li.current-menu-parent a,
#menu-hauptmenue li.current-menu-parent a:hover,
#menu-hauptmenue li.current-menu-parent a:focus{
    text-decoration: none;
    background-color: transparent;
    color: #00305f;
}

#menu-hauptmenue li .submcont{
    position:absolute;
    width:100%;
    left: 0px;
    height: 0px;
    background: #ffffff;
    overflow: hidden;
    float: left;
    top: 35px;       
    
    -webkit-transition: height 0.7s ease;
    -moz-transition: height 0.7s ease;
    -ms-transition: height 0.7s ease;
    -o-transition: height 0.7s ease;
    transition: height 0.7s ease;
}

.page-template-startseite #menu-hauptmenue li .submcont{
    background: #eeeeee;
}

#menu-hauptmenue .sub-menu{
    list-style: none;
    float:left;
    padding-left: 0;
    left:0;
}

#menu-hauptmenue li:hover .submcont,
#menu-hauptmenue li:focus .submcont,
#menu-hauptmenue li.current-menu-item .submcont,
#menu-hauptmenue li.current-menu-item:hover .submcont,
#menu-hauptmenue li.current-menu-item:focus .submcont,
#menu-hauptmenue li.current-menu-parent .submcont{
    height: 52px;
}

#menu-hauptmenue li:hover .submcont,
#menu-hauptmenue li:focus .submcont{
    z-index: 1;
}


#menu-hauptmenue .sub-menu li a,
#menu-hauptmenue .sub-menu li a:focus{
    white-space: nowrap;
    font-size: 15px;
    font-weight: 200;
    color: #555;
    padding: 5px 20px 0px 0px;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    line-height:1;
}

#menu-hauptmenue .sub-menu li{
    line-height:1;
}

#menu-hauptmenue .sub-menu li a:before{
    position:relative;
    top: -1px;
    content: '>';
    margin-right: 5px;
    font-size: 15px;
}


#menu-hauptmenue .sub-menu li:last-child a,
#menu-hauptmenue .sub-menu li:last-child a:focus{
    padding: 5px 0px 0px 0px;
}

#menu-hauptmenue .sub-menu li a:hover{
    color: #00305f;
}

#menu-hauptmenue .sub-menu li.current-menu-item a{
    color: #00305f;
}

@media(max-width: 1399px){
    #hauptmenue-collapse{
        margin-left: -45px;
    }
    #menu-hauptmenue li a{
        padding: 15px 7px 15px 7px;
    }
}

@media (max-width: 1199px) {
    .navbar-toggle {
        display: block;
        margin-right: 0px;
    }
    
    .navbar-header{
        float:none
    }
    
    .navbar-brand {
        padding-left: 0px;
        margin-left: -10px;
    }
    .navbar-collapse{
        padding: 0px;
    }
    #hauptmenue-collapse{
        margin-left: 0px;
    }    
    #hauptmenue-collapse.navbar-collapse.collapse{
        overflow: hidden !important;
        height: 0px !important;
        
    }
    #hauptmenue-collapse.navbar-collapse.collapse.in {
        padding: 0px;
        height: auto !important;
    }
    #menu-hauptmenue {
        position: relative;
        margin: 0px 0px 50px 0px;
    }
    #menu-hauptmenue li{
        position: relative;
        display: block;
        float: left;
        width: 100%;
    }
    #menu-hauptmenue li a,
    #menu-hauptmenue li:first-child a,
    #menu-hauptmenue li:last-child a{
        padding: 10px 0px;
    }
    
    #menu-hauptmenue li .submcont,
    #menu-hauptmenue li:hover .submcont,
    #menu-hauptmenue li:focus .submcont{
        position:relative;
        top: 0px;
        height: 0px;
    
        -webkit-transition: height 0.7s ease;
        -moz-transition: height 0.7s ease;
        -ms-transition: height 0.7s ease;
        -o-transition: height 0.7s ease;
        transition: height 0.7s ease;
    }
    
    #menu-hauptmenue .sub-menu li a, #menu-hauptmenue .sub-menu li a:focus,
    #menu-hauptmenue .sub-menu li:last-child a, #menu-hauptmenue .sub-menu li:last-child a:focus {
        padding: 0px 0px 10px 15px;
    }
    
    #menu-hauptmenue li.current-menu-item .submcont,
    #menu-hauptmenue li.current-menu-item:hover .submcont,
    #menu-hauptmenue li.current-menu-item:focus .submcont,
    #menu-hauptmenue li.current-menu-parent .submcont{
        height: auto;
    }
    
    #menu-hauptmenue .sub-menu li{
        width:100%;
        position: relative;
    }
}

.seitenbereichfix,
.seitenbereichstart{
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.seitenbereichfix{
    opacity: 1;
    position: relative;
}
.seitenbereichstart{
    opacity: 0;
    position:relative;
}

@media(max-width: 991px){
    .seitenbereichstart{
        opacity: 1 !important;
    }
}

.sidebar{
    padding-right: 15px;
}

.sidebar h2{
    color: #555;
    cursor: pointer;
    margin-top: 0px;
    font-size: 26px;
}

.sidebar a h3.link{
    margin-left: 14px;
}
.sidebar a h3.link:before{
    margin-left:-14px;
}

.sidebar{
    margin-top: 50px;
}
.sidebar_stellenangebote{
    margin-top: 30px;
}
.rand_rechts{
    border-right: 1px solid #bbb;
}

@media(max-width: 992px){
    .sidebar_stellenangebote{
        margin-top: 0px;
    }
    .rand_rechts{
        border-right: 0 none;
    }   
}

@media(max-width:767px){
    .sidebar_stellenangebote{
        margin-top: 30px;
    }
}

.stellenangebot_boxen h3{
    font-size: 20px;
    cursor: pointer;
}

.news_beitrag h2:hover{
    cursor: pointer;
}

.news_beitrag h2 span{
    float:left;
}

.news_beitrag h2[aria-expanded="false"]:before,
.sidebar_aktuelles h2[aria-expanded="false"]:before,
.sidebar_stellenangebote h2[aria-expanded="false"]:before,
.stellenangebot_boxen h3[aria-expanded="false"]:before{
    content: '+';
    margin-right: 10px;
    float: left;
}

.news_beitrag h2[aria-expanded="true"]:before,
.sidebar_aktuelles h2[aria-expanded="true"]:before,
.sidebar_stellenangebote h2[aria-expanded="true"]:before,
.stellenangebot_boxen h3[aria-expanded="true"]:before{
    margin-right: 10px;
    content: '-';
    float: left;
}



.sidebar a,
#sidebar_aktuelles a,
#sidebar_aktuelles1 a,
#sidebar_aktuelles a h3,
#sidebar_aktuelles1 a h3,
#sidebar_stellenangebote a,
#sidebar_stellenangebote1 a,
#sidebar_stellenangebote a h3,
#sidebar_stellenangebote1 a h3{
    margin-top: 0px;
    font-size: 12px;
    color: #00305f;
}

#sidebar_aktuelles.collapse.in,
#sidebar_aktuelles1.collapse.in,
#sidebar_stellenangebote.collapse.in,
#sidebar_stellenangebote1.collapse.in{
    display: table;
}

/*
.sidebar_stellenangebote h2{
    margin-bottom:0px;
}
.sidebar_stellenangebote h2:after{
    content: 'Ausbildungsstart 2017 \00000A Wir haben noch Plätze frei!';
    width:100%;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}
*/

.bildtop{
    position:relative;
    top:-33px;
    margin-bottom: -33px;
}

.bildtoptext h2{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 1;
    color: #00305f;
    text-transform: uppercase;
}

.bildtoptext h2 span.text_std{
    text-transform: none;
}

.bildtoptext{
    position:absolute;
    width:100%;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 95%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 55%,rgba(255,255,255,0) 95%);
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 95%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 55%,rgba(255,255,255,0) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

@media(max-width:991px){
    .bildtoptext{
        position:relative;
        z-index:inherit;
    }
}

#start_oben_hintergrund{
    background-color: #eeeeee;
    min-height: calc(100vh - 145px);
}

.startslider{
    min-height: calc(100vh - 200px);
}

.einzelnerslide{
    padding: 0px 0px 30px 0px;
    overflow: hidden;
}

.slick-prev, .slick-next {
    top:auto;
    bottom: 0px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 5;
}

.slick-prev {
    left: 0px;
}
.slick-next {
    right: 0px;
}

.slick-prev::before {
    content: '\e257';
}
.slick-next::before {
    content: '\e258';
}

.slick-prev::before, .slick-next::before {
    font-family: 'Glyphicons Halflings';
    font-size: 25px;
    font-weight: 200;
    line-height: 1;
    opacity: .5;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button::before {
    font-size: 10px;
    color: #00305f;
}

.inhalt span.h2_platzhalter{
    float: left;
    width: 100%;
    color: #fff;
}

.inhalt h2, .inhalt h1,
.inhalt span.h2_platzhalter{
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 25px;
    margin-top: 50px;
    line-height: 1.1;
}

.inhalt_slide{
    padding-bottom: 50px;
}

.inhalt_stellenangebot h1{
    margin-top: 50px;
}

.startboxlink{
    margin-bottom: 30px;
}

.qualitabcontent{
    padding: 30px;
    border: 1px solid #bbb;
    border-top: 0;
}

.qualilistitem h2{
/*    text-transform: uppercase;*/
}

.nav-pills > li > a {
    border-radius: 0px;
    color: #555;
    border: 1px solid #bbb;
}
.nav-pills > li > a:hover {
    background: none;
    color: #00305f;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #00305f;
    border-color: #666;
}



[class*=" imghvr-"] figcaption, [class^="imghvr-"] figcaption {
    background-color: rgba(0,48, 95, 0.85);
    padding: 15px 0px;
    text-align: center;
    font-weight: 400;
}

[class*=" imghvr-"], [class^="imghvr-"]{
    float: left;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 200px;
    overflow: hidden;
}

[class^=imghvr-] figcaption{
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 200px;
    overflow: hidden;
}

.inhalt_slide h2{
    font-weight: 300;
    font-size: 52px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.inhalt_bild img{
/*    margin-top: 50px;*/
    margin-left: auto;
    margin-right: auto;
    float: none;
}

img.borderradius{
    border-radius: 300px;
}

.inhalt_slide .inhalt_bild img{
     margin-top: 50px;
}

.inhalt .wp_cont ul{
    padding: 0;
}

.inhalt .wp_cont ul li{
    list-style: none;
    margin-left:20px;
    margin-bottom: 10px;
}
.inhalt .wp_cont ul li:before{
    display: inline-block;
    content: ' ';
    width: 8px;
    height: 8px;
    float: left;
    margin-top: 6px;
    background-color: #00305f;
    border-radius: 15px;
    margin-right: 5px;
    margin-left: -20px;
}

.verw_begriffe hr{
    margin-top: 40px;
    margin-bottom: 5px;
}

.verw_link{
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #00305f;
}

span.verw_link{
    border-right: 1px solid #555;
}

.verw_link:last-of-type{
    border-right: 0 none;
}

.verw_btns{
    margin-top: 30px;
}

.btn-prim,
.btn-sec{
    font-weight: 700;
    color: #ffffff;
    border: 0 none;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 15px;
    margin-right: 30px;
    min-width: 170px;
}
.btn-prim{
    background-color: #00305f;
}
.btn-sec{
    background-color: #19548e;
}
.btn-prim span:before,
.btn-sec span:before{
    content: '>';
    margin-right: 5px;
}

#jqlb_closelabel {
    background: none;
}

.footerbereich{
    margin-top: 50px;
}

.footerbox{
    margin-top: 25px;
}

.footerbox p.link{
    color: #00305f;
}

.footer-icon{
    margin-right: 0px;
}

.footerbereich h3{
    font-size: 16px;
    font-weight: 700;
    color: #00305f;
    margin-top: 15px;
    margin-bottom :15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
@media (max-width: 1399px){
    .footerbereich h3{
        font-size: 12px;
    }
}
@media (max-width: 1199px){
    .footerbereich h3{
        font-size: 17px;
    }
}
/*
@media (max-width: 991px){
    .footerbereich h3{
        font-size: 17px;
    }
}
*/

.footer-bild{
    margin-top: 15px;
    margin-bottom: 20px;
}

.footer{
    margin-top: 50px;
    background-color: #eeeeee;
    padding-top: 25px;
    padding-bottom: 25px;
}

#menu-footermenue{
    margin-right:-15px;
}

#menu-footermenue li a{
    padding-top: 0px;
    text-transform: uppercase;
}

#menu-footermenue li:first-child a{
    padding-left: 0px;
}

#menu-footermenue li:last-child a{
    padding-right: 0px;
}

@media(max-width: 1399px){
    #menu-footermenue li:last-child a{
        padding-left: 0px;
    }
}

@media(max-width:767px){
    #menu-footermenue li a{
        padding-left: 15px !important;
    }
}

.bubbles {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.bubble-container {  
  position: absolute;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -ms-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    -webkit-transform: translateZ(0);
/*    -webkit-backface-visibility: hidden;*/
}

.bubble {  
	width: 6px;
	height: 6px;
	margin: 0 auto;
	border-radius: 200px;
	background: rgba(0,48,95,1);
    position: relative;
    z-index: -1;
    overflow: visible;
}

.map-container {
	width: 100%;
    max-width:100%;
    background-color: #ffffff;
    margin-bottom: 30px;
}

.map-container iframe{
    border: 0;
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}

.ansprechpartner{
    margin-bottom: 30px;
}
.ansprechpartnerbild{
    margin-bottom: 5px;
}

.sticky-mail,
.sticky-telefon{
    height: 60px;
    position: fixed;
    right: 0px;
    color: #ffffff;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    cursor: pointer;
    z-index:10;
    
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.sticky-mail{
    background-color: #00305f;
    top: calc(50% - 75px);
/*    top: 15px;*/
}
.sticky-telefon{
    background-color: #19548e;
    top: calc(50% + 15px);
/*    top: 90px;*/
}
.sticky-text{
    font-weight: 700;
    margin-top: 20px;
    float: right;
    width: 0px;
    color: #ffffff;
    margin-right: 0px;
    
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    
    text-align: center;
    white-space: nowrap;
}
.sticky-mail:hover .sticky-text,
.sticky-telefon:hover .sticky-text,
.sticky-mail:focus .sticky-text,
.sticky-telefon:focus .sticky-text{
    width: 150px;
    margin-right: 15px;
    
}
.sticky-bild{
    margin-top: 15px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
.sticky-text:hover,
.sticky-text:focus{
    color: #ffffff;
}

.cd-timeline-block.single-column .cd-timeline-img {
    display:none;
}
#cd-timeline.single-column::before{
    display:none;
}
#cd-timeline .cd-timeline-content {
    background: none !important;
    box-shadow: none !important;
/*    margin: 0px 15px 0px 15px;*/
    margin: 0px;
    width: 100%;
    padding: 0;
}
.cd-timeline-block.single-column .cd-timeline-content:before {
    display: none;
}

.cd-timeline-title-container{
    position:relative;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

h2.cd-timeline-item-title{
    position:absolute;
    font-size: 40px;
    color:#ffffff;
    text-align: center;
    background-color: #00305f;
    border-radius:500px;
}

.cd-timeline-block:nth-child(even) .the-excerpt{
    width: 100%;
    text-align: right;
}

/*accordion-------------------------------------------*/
.kohler_accordion .panel_header{
    position: relative;
    cursor: pointer;
    padding: 15px 15px 15px 15px;
    background-color: #f7f7f7 !important;
    color: #7c7c7c;
    text-align: left;
    border-style: solid;
    border-color: #dddddd !important;
    border-width: 1px;
    border-bottom-width: 0px;
    font-weight: 600;
}

.kohler_accordion .accordion_part:last-child .panel_header{
    border-bottom-width: 1px;
}

.kohler_accordion .panel_content{
    background-color: #f7f7f7 !important;
    border-style: solid;
    border-color: #dddddd !important;
    border-width: 1px;
    padding: 30px 15px 30px 15px;
    color: #7c7c7c;
    overflow: auto;
    border-bottom: 0px;
    overflow: hidden;
    /*border-top: 0px;*/
}

.kohler_accordion .accordion_part:last-child .panel_content{
    border-bottom: 1px solid;
    border-top: 0px;
}

.kohler_accordion .panel_content p:last-child{
    margin-bottom: 0px;
}

.kohler_accordion .panel_header button{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
    line-height: 1;
    padding:0px;
    border: none;
}

.kohler_accordion .acctitletext{
    color: #7c7c7c;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0px;
}

.kohler_accordion .acctitleimgs {
    padding-right: 20px;
    display: inline-flex;
    padding-left: 10px;
}

.kohler_accordion .arrow_open{
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #dddddd !important;
}

.kohler_accordion .arrow_open:before{
    content:"\e114";
    font-family: 'Glyphicons Halflings';
    font-size: 17px;
    color: #aaaaaa;
    transform: rotate(0deg);
    transition: 0.7s ease;
}

.kohler_accordion button[aria-expanded="true"] .arrow_open:before{
    transform: rotate(-180deg);
}

/*-------------------------------------------------------------*/

@media(max-width:767px){
    .cd-timeline-block .the-excerpt{
        width: 100%;
        text-align: center;
    }
    
    .cd-timeline-block:nth-child(even) .the-excerpt{
        width: 100%;
        text-align: center;
    }
    
    .cd-timeline-content .col-xs-12{
        margin-top:50px;
        height:auto !important;
    }
}

#imageDetails span#caption{
    display:none !important;
}

@media(max-width: 767px){
    h1, h2,
    .inhalt h2,
    .inhalt span.h2_platzhalter{
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .bildtop {
        position: relative;
        top: 0px;
        margin-bottom: 0px;
    }
    
    .navbar-brand{
        max-width: 150px;
    }
    
    h1,
    .inhalt h1{
        font-size: 17px;
    }
    .bildtoptext h2{
        font-size: 20px;
    }
    h2{
        font-size:17px;
    }
    .inhalt h2,
    .inhalt span.h2_platzhalter{
        font-size: 17px;
    }
    .inhalt_slide h2{
        font-size: 17px;
    }
    h2.cd-timeline-item-title{
        right:auto;
        font-size: 30px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 !important;
    }
}
@media(max-width: 349px){
    .inhalt_slide a{
        margin:0px !important;
    }
}

.pea_cook_wrapper p{
    color: #fff;
    font-size: 12px !important;
    font-weight: 300 !important;
}

.pea_cook_wrapper.pea_cook_bottomleft {
    bottom: 0px !important;
    left: 0px !important;
    right: 0px !important;
    margin-left: 0px !important; 
    margin-right: 0px !important; 
}

button.pea_cook_btn {
    width: auto !important;
    padding: 5px 10px !important;
}