@charset "utf-8";
@font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.woff') format('woff'); }

#d0_wuww {
  /*position:relative;*/
  /*display:block; */
  display:flex;
  flex-direction: column;
  height:100%;
  /*min-height:961px;*/
}
#precontent {
    flex:none;
}

#footerWuww  {
    flex:none;
    display: flex;
    padding:2rem 0 0 0;
    background: #002952;
}
#colorHolder{
    display:inline-block;
    width: calc((100% - 1400px) / 2);
    height: 109px;
    background: #F7E200;
}

#footerWuwwContent{
    display: flex;
    flex-direction: row;
    flex: 1 0 auto;
    width: 1400px;
    max-width: 100%;
    margin: 0px auto;
    background: url(../w_grafen/kaestl_layout/Abbinder_gelb_contentlaenge.png) no-repeat;
}
#footerWuwwContent:after  {
    display: inline-block;
    position: relative;
    content: "";
    height: 90px;
    width: 108px;
    margin: 0 0 0 280px;
    background:url(../w_grafen/kaestl_layout/AC_Logo_AUTO_CHECK_Gelb_108px.png) no-repeat;
}
#footerWuwwContent > .wuwwGridOnlyCol.wuwwRowCol3-33{
    padding:0 0 0 .3rem;
}
#footerWuwwContent  .gridCol33{
   width: calc((100% - 78px) / 3);
    min-width: 285px;
    margin: 10px 25px 0 0;
}
#footerWuwwContent .mainLeftItem{
    margin: 0 0 5px 0;
}

/*** HEAD inkl Navi */
header.headerWuww {
    position:fixed;
    z-index:200;
    width:100%;
    background: #FFFFFF;
}
#logoNavToogle {
  position: relative;
   display: flex;
  width:1400px;
    max-width: 100%;
  margin:1em auto 1.5em auto;
  /* background: blue;*/
}
#logo{
   width:260px;
   max-width:100%;
   min-width:150px;
}
#logo img{
  width:260px;
  max-width:100%;
  height:auto;
}
/*** navigationen ***/
#basisMenueWuww{
  position: relative;  
  width: 1120px;
  max-width:100%;
  min-width:750px;
  margin:0 0 0 20px;
  /*background:blue;*/
}
#naviItems{
  position:relative;
    display: flex;
    flex-direction: column-reverse;
    align-content: flex-end;
  height:100%;
  margin:0 0 0 0;
}
#naviItems ul.menu_ebe_1{
  position: relative;
  display:flex;
  justify-content:space-between;
  list-style:none;
  padding:0 0 0 0;  
  margin:0 0 0 0;
  /*background:red;*/
}
#naviItems ul.menu_ebe_1 > li{
  margin: 0 0 0 0;
}
.menu_ebe_1 li.menu_ebe_1_on, .menu_ebe_1 li.menu_ebe_1_out, .menu_ebe_1 li.menu_ebe_1_on a, .menu_ebe_1 li.menu_ebe_1_out a{
  display: block;
} 
.menu_ebe_1_on > a, .isParentActive {
  padding:0.4em 0 0 0;
  color: #002952;   
   border-top:2px solid red;   
}
.menu_ebe_1_out > a, .isParent {  
  padding:0.4em 0 0 0;
  color: #002952;    
  border-top:2px solid #FFFFFF; 
}
.isParent::after, .isParentActive::after { 
  font-family: 'icomoon';
  margin-left: 0.1em;
  content: "\f107";
  color:#002952;
  line-height: 1;
}
 .isParentActive::after { 
  color:red;
}
.menu_ebe_1_out > a:hover {  
  border-top:2px solid #002952; 
}
/*letzen Eintrag umdrehen */
.menu_ebe_1_out:last-child .menu_ebe_2,.menu_ebe_1_on:last-child .menu_ebe_2{
  right:0.2px;
}
.menu_ebe_1_out:last-child .menu_ebe_2 a,.menu_ebe_1_on:last-child .menu_ebe_2 a{  
  text-align: right;
}
.menu_ebe_1_on:hover .menu_ebe_2, .menu_ebe_1_out:hover .menu_ebe_2{    
  display: block;
}
ul.menu_ebe_2{   
  display: none;    
  position: absolute;    
  background-color: #FFFFFF;    
  z-index: 3;    
  box-shadow: 2px 2px 2px 2px rgba(50, 50, 50, 0.5);    
  -moz-box-shadow: 2px 2px 2px 2px rgba(50, 50, 50, 0.5);    
  -webkit-box-shadow: 2px 2px 2px 2px rgba(50, 50, 50, 0.5);    
  -o-box-shadow: 2px 2px 2px 2px rgba(50, 50, 50, 0.5);    
  padding:10px  0 0 0;      
  margin: 0px 0 0 0;      
  text-align: left;
}
.menu_ebe_2_out,.menu_ebe_2_on{ 
  display: block; 
  clear: both;
  margin: 0;
}
.menu_ebe_2_out > a::before,.menu_ebe_2_on > a::before{    
  font-family: 'icomoon';
  margin-right: 0.2em;
  content: "\f105";
  color:#FFFFFE;
  line-height: 1;    
}
.menu_ebe_2_on > a::before{    
  color:red;

}
.menu_ebe_2_out > a,.menu_ebe_2_on > a{    
  display: block;    
  padding: 10px 8px 10px 8px;    
  text-decoration: none;      
}
.menu_ebe_2_out > a{ 
  display: block;  
  background-color: #FFFFFF;    
  color: #002952;
}
.menu_ebe_2_out:hover > a{  
  display: block;    
  color: red;    
}
.menu_ebe_2_on > a{
  /*border-left: 10px solid #081394;*/    
  color: #081394;  
  display: block;    
  /*padding-left: 10px;*/
}

/** Mobile Navigation **/

#menuToggleButton_wuww {
  display: none;
  cursor: pointer;
}
#menuToggleIcon_wuww {
    border-bottom: 18px double #ffffff;
    border-top: 6px solid #ffffff;
    margin: 6px;
    padding: 6px 0 0;
    width: 35px;
}
.impTrigger,.expTrigger{  
  display: none;
  }
/**### grafik-links auf slider ###**/
#linksOnSliderDiv{
  position: absolute;
    width: 100%;
    max-width: 100%;
  /*border: 1px solid red;*/
  bottom:6.8vw;
}  
#linksInSliderDiv{  
  display:flex;
  flex-direction:column;
  flex-wrap: wrap-reverse;
  width: 1400px;
    max-width: 100%;
  max-height:200px;
  margin: 0 auto 0 auto;
  text-align:right;
}
a.sliderLink{
  display:block;
  height: 4.94vw;
  max-height:auto;
  width: 4.94vw;
  max-width:4.94vw;
}
a.anfahrtDirekt{
    background: url('../w_grafen/kaestl_layout/Anfahrt_Icon_weiss.png') no-repeat;
    background-size:cover;
    margin: 0 0 0.5vw 0;
}
a.socialLinkFb{
    background: url('../w_grafen/kaestl_layout/Facebook_Button_weiss.png');
      background-size:cover;
}
/* muster#slider{
  position:relative;
  #width:1920px;
  max-width:100vw;
  margin:0px auto 1em auto;
  background-size:cover;
  height:23.3vw;
}*/
/*
lib.anfahrtDirekt = TEXT
lib.anfahrtDirekt.value = <a href="index.php?id=8" class="sliderLink anfahrtDirekt" title="Kästl Anfahrt">&nbsp;</a>

lib.socialLinkFb = TEXT
lib.socialLinkFb.value = <a href="https://www.facebook.com/Kaestl.Kfz/" class="sliderLink socialLinkFb" title="Kästl Facebook">&nbsp;</a>

*/
  
/*** inhalte auf dem Slider ***/
#sloganOnSliderDiv{
  position: absolute;
    width: 100%;
    max-width: 100%;
  bottom:2.8vw;
  background-color:rgba(255,255,255,0.7);
background: -moz-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.3) 56%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.3) 56%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.3) 56%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.3) 56%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0.7) 0vw, rgba(255,255,255,0.7) 48vw, rgba(255,255,255,0.25) 56vw,  rgba(255,255,255,0) 100vw);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

#sloganInSliderDiv{
    width: 1400px;
    max-width: 100%;
    padding: 0.9vw 0 0.7vw 0;
  margin: 0 auto 0 auto;
  color: #002952;
  font-size:1.55vw;
  line-height: 1.4;
  font-weight:bold;
}

/*** slider kopfbild ***/
#slider{
  position:relative;
  /*width:1920px;*/
  max-width:100vw;
  margin:8.125rem auto 1em auto;
  background-size:cover;
  height:23.3vw;
}
#slider img{
  max-width:100%;
  height:auto;
}
#infoRow{
  display: flex;
  justify-content:space-between;
  width:1400px;
    max-width: 100%;
  padding: 1em 0 1em 0;
  margin: 0 auto 0 auto;
  border-bottom: 2px solid #002952;
}
#breadCrump{
  font-size: 0.9rem;
  color: #4E4E4E;  
}
#telFonNr{
  font-size: 1.4rem;
  font-weight: bold;
  color: #002952;    
}
/* ------------------Inhalte ----------------*/
#content{
  display:flex;
  flex-direction:row;
  flex:1 0 auto;
  width:1400px;
    max-width:100%;
  margin:0px auto;  
}
#mainLeftBlock{
  width:100%;
  max-width: calc(100% - 450px);
  margin:30px 100px 0 0;
}
.mainLeftItem {
  margin:0 0 50px 0;
}
/*-- spezial fuer felgenservice ---*/
#mainLeftBlock1Splt{
  width:100%;
  min-width:760px;
  margin:30px 0px 0 0;
}
#mainLeftBlock1Splt .ce-textpic.ce-right{
    display:flex;
    flex-direction: row-reverse;
}
#mainLeftBlock1Splt .ce-bodytext{
  min-width:420px;
  flex:1 1;
}
#mainLeftBlock1Splt .ce-textpic .ce-gallery{
  max-width:430px;
  min-width:300px;
   flex:1 1;
}
#mainLeftBlock1Splt .ce-row{
    display:flex;
}
#mainLeftBlock1Splt .ce-column{
    margin-bottom:20px;
}
#mainLeftBlock1Splt .mainLeftItem img{
  width:100%;
  max-width:unset;
  height:auto;
}
#mainLeftBlock1Splt .ce-gallery figcaption {
  font-size:0.8rem;
  line-height: 1.2;
  padding-top: 7px;
}
#mainLeftBlock1Splt .ce-image .ce-column{
    margin-right: calc(5px + 1.3vw);
}

#mainLeftBlock1Splt .mainLeftItem p{
    font-size: 1.1rem;
}
#mainLeftBlock1Splt a.telfonLink, #mainLeftBlock1Splt a.emailLink, #mainLeftBlock1Splt a.intLink {
  background-color:#002551;
  border-radius:8px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-size:20px;
  font-weight:bold;
  padding:13px 30px;
  text-decoration:none;
    transition: 2s;
}
#mainLeftBlock1Splt a.telfonLink:hover, #mainLeftBlock1Splt a.emailLink:hover, #mainLeftBlock1Splt a.intLink:hover{
  background-color:#336096;
    padding:13px 40px;
}

/*-- spezial fuer fahrzeugverkauf --*/
#c439.mainLeftItem {
  margin:0 0 0 0;
}


.mainLeftItem .ce-left{
  display:flex;
  flex-wrap: wrap-reverse;
} 
.mainLeftItem .ce-left .ce-gallery[data-ce-images="1"]{
  flex: 1 1 0%;
  min-width:245px;
}
.mainLeftItem .ce-left .ce-gallery[data-ce-images="1"] .ce-column{
  float: none;
  clear:left;
  flex: 1 1 0%;
  min-width:245px;
} 

.mainLeftItem img{
  width:100%;
  max-width:300px;
  height:auto;
}
.mainLeftItem .ce-left .ce-bodytext{
  min-width:245px;
  flex: 2 2 0%;
}
/* --------------zentriert - Stellen -----------*/
#pageP87 .text-center,#pageP88 .text-center{
    text-align:center;

}

/*** ------------------------------- grids ***/
.wuwwGridOnlyCol.wuwwRowCol3-33{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:950px;
    max-width:100%;
    min-width:330px;
}
.gridCol33{
    width: calc((100% - 70px) / 3);
    min-width:278px;
    margin:0 35px 0 0;
}
.gridCol33:last-of-type{
    margin:0 0 0 0;
}

/* autoscout frame */
#ascoutFrame{
  width:800px;
  max-width:100%;
}



#sidebarWuww{
  width: 350px;
}
.sidebarItem{
  margin: 30px 0 0 0;
  padding:30px 25px 20px 25px;
  background:#002952;
}
.sidebarItem:first-child{
  margin: 0 0 0 0;
}
#sidebarWuww h2{
  margin:0 0 1.2em 0;
  font-size: 1.2em;
  color:#FCE710;
}
#sidebarWuww h2 a{
  color:#FCE710;
}
#sidebarWuww h2::after{
  margin: 0.9em 60% 0 0;
  content: " ";
    display:block;
  border: 1px solid #FCE710;
}
#sidebarWuww a{
  color:#FFFFFF;
}

#sidebarWuww .ce-textpic{
  
  color:#FFFFFF;
}
/*** footer noch nicht da ***/
#cfooter_wuww {
  float:left;
  margin-left:44px;
  padding-bottom:40px;
  width:550px;
  color: #aaaaaa!important;
}

#cfooter_wuww div:first-child{
border-top: 1px dotted #aaaaaa;
padding-top: 20px;
}

#cfooter_wuww p{
  color: #aaaaaa!important;
}

/*newsfuerobjekte*/
div.facebook_button {
  margin:20px 0 0 0;
}


/*header_topaktuell*/

/*list*/
.newsListItem{
  clear:both;
  padding:0 0 1rem 0;
  margin:0 0 1.4rem 0;
}
.newsListH{
  padding: .2rem 0 .18rem .2rem;
  background-color:#88ACCA;
  font-size: 1.4em;
  cursor:pointer;
  display: flex;
  justify-content:space-between;
}
.newsListH  span{
  display:inline-block;
}
.newsListH.tagOpen::after{
  transform: rotate(180deg);
}
.newsListH::after{
  font-family: 'icomoon';
  margin: 0 0.5em 0 0.2em;
  content: "\f107";
  color:#002952;
  line-height: 1;
  font-size: 1em;
  display:inline-block;
}

.newsListImageNo, .newsListImage{
  float:left;
  margin:0 1rem 1rem 0;
}
/*---singleView ---*/
.news_obj_singleitem  {
           width: 730px;
          overflow: hidden;
          margin: 30px 0 0 0;
          border: 0px solid #004C98;
                 }
.news_objekt_single_back{
  text-align:right;
}
.news_objekt_single_back a {
    color:#40659A;
    font-weight: bold;
}
.news_objekt_single_back a:hover {
    color:#9A3C7B;
    font-weight: bold;
}
div#news_objekt_list .tx-ttnews-browsebox-SCell, .bo_line {
  border-bottom: 1px solid red;
  }
/* ---------------- */        


/*---- standard - cont-elemente ----*/

hr.ce-div {
  border: 0px solid #FFFFFF;
  border-top: 1px solid #B8C2C5;
  margin: 10px 0 10px 0;
  }

a.external-link-new-window{
  color: #9A3C7B;
}
a.external-link-new-window:hover {
  color:#702C59;
}








/*##MEDIA_QUERRIES############################################################################*/
@media screen and (max-width:1405px), screen and (max-device-width:1405px){
#content{
  max-width: 99.5%;
  padding:0 0 0 2px;
}
#infoRow{
    max-width: 99.5%;
  padding: 1rem 0 1rem 2px;
}


}
 @media screen and (max-width:1280px), screen and (max-device-width:1280px){
 #footerWuwwContent:after  {
    display: none;
}

}
@media screen and (max-width:1000px), screen and (max-device-width:1000px){
.menuHidden{
  display:none !important;
}
#logoNavToogle{
  flex-direction:column;
}
#menuToggleButton_wuww {
    display: inline-block !important;
    position: absolute;
    background-color: #032950;
    z-index: 20;
    right: 5px;
    top: 33px;
}

#menuToggleIcon_wuww {
  border-bottom: 23px double #ffffff;
    border-top: 8px solid #ffffff;
    margin: 8px;
    padding: 8px 0 0;
    width: 44px;
}
#naviItems {
    background: #ffffff;
    height: auto;
    overflow: hidden;
    position: absolute;
    margin: 5px 2px 0 1px;
    z-index: 2;
    display: block;
    max-width: 98%;
    min-width: 400px;
  }
  
#naviItems ul.menu_ebe_1{          
  flex-direction:column;
  width: 100%;          
  text-align: left;      
  }    
li.menu_ebe_1_on, li.menu_ebe_1_out{          
  display: block;          
  position: relative;          
  border-bottom: 1px solid #dddddd;    
  }    

.menu_ebe_1_out:last-child,.menu_ebe_1_on:last-child{         
  border-bottom: none;      
  }   

.menu_ebe_1_out > a,.menu_ebe_1_on > a, #naviItems ul.menu_ebe_1 > li.isParent, #naviItems ul.menu_ebe_1 > li.isParentActive {  
  font-size: 22px;          
  padding:20px 0 20px 0;
  margin:0 10px 0 10px;
  text-decoration: none;    
  display: block;      
  }   
.isParent::after, .isParentActive::after { 
  font-family: '';
  margin-left:0;
  content: "";
  color:transparent;
  line-height: 0;
}
  
.menu_ebe_1_out:hover > a{          
  color: #555555;          
  background-color: #ffffff;      
  }   
.menu_ebe_1_on > a{          
  color: #28347C;    
  }    

/*----------------------------------------------------*/   
ul.menu_ebe_2{                
  position: relative;        
  display: block;        
  box-shadow: none;        
  -moz-box-shadow: none;        
  -webkit-box-shadow: none;        
  -o-box-shadow: none;    
  }    
.menu_ebe_2_out,    .menu_ebe_2_on {       
  border-bottom: 1px solid #aaaaaa;    
  }   
.menu_ebe_2_out > a,    .menu_ebe_2_on > a{       
  font-size: 20px;        
  text-decoration: none;    
  }   
.menu_ebe_2_out > a{        
  background: none;        
  padding: 10px 10px 10px 60px;    
  }
  /*.menu_ebe_2_out:hover > a{  
  background-color: #888888;  
  color: #ffffff;
  }*/    
.menu_ebe_2_on > a{        
  background: none;        
  padding: 10px 10px 10px 40px;       
  border-left: 20px solid #e64419;        
  color: #28347C;    
  }    
  
.expTrigger, .impTrigger {  
  display: inline-block;  
  color: #e64419;  
  font-size: 60px;  
  height: 45px;  
  padding: 0 0 0 10px;  
  position: absolute;          
  right: 0;          
  top: 0;          
  width: 60px;          
  z-index: 3;   
  cursor: pointer;   
  }    
.impTrigger {  
  font-size: 70px;  
  padding: 0 0 0 20px;  
  top:-10px;          
  }    
.menu_ebe_2_out > a::before,.menu_ebe_2_on > a::before{    
  font-family: '';
  margin-right: 0;
  content: "";
  color:#FFFFFE;
  line-height: 0;    
}

.menu_ebe_1_out:last-child .menu_ebe_2 a,.menu_ebe_1_on:last-child .menu_ebe_2 a{  
  text-align: left;
  }
/**### slogan auf slider ###**/
#sloganInSliderDiv{
    padding: 0.9vw 0 0.7vw 0;
    font-size:2.2vw;
}
/**### infoRow ###**/
#infoRow{
  flex-direction: column;
  padding: 0 0 1rem 2px;
} 
#breadCrump{
  margin:0 0 1rem 0;
}

#0_wuww{
  overflow: hidden;
}
.mainLeftItem{
  width:100%;
}
.mainLeftItem .ce-bodytext{
  min-width:270px;
  /*overflow: hidden;*/
  position: relative;
}
#footerWuwwContent{
    background-color:#FCE700;
}


}

@media screen and (max-width:845px), screen and (max-device-width:845px){
#mainLeftBlock {
    width: 100%;
    max-width: calc(100% - (350px + 5vw));
    margin: 30px 5vw 0 0;

}
#mainLeftBlock1Splt .ce-row{
    flex-wrap: wrap;
}
}
@media screen and (max-width:760px), screen and (max-device-width:760px){
#mainLeftBlock1Splt{
    min-width: unset;
}

#mainLeftBlock1Splt .ce-textpic.ce-right{
    flex-direction: column-reverse;
}
#mainLeftBlock1Splt .ce-intext.ce-right .ce-gallery {
    margin-left: 2px;
}
}





@media screen and (max-width:720px), screen and (max-device-width:720px){

#d0_wuww{
  max-width: 100%;
}
#breadCrump{
  display: none;
}
#content {
    flex-direction: column-reverse;
}
#mainLeftBlock {
    width: 100%;
    max-width: 645px;
    margin: 30px 2px 10px 2px;
}

#mainLeftBlock1Splt .mainLeftItem .ce-image img {
    max-width:250px;
}
.ce-left .ce-gallery, .ce-column{
  float:none;
}
#sidebarWuww {
  width:100%;
    max-width: 645px;
    overflow: hidden;
  margin:0 2px 0 2px;
    display: flex;
    flex-direction: row;
  justify-content: space-between;
}
#sidebarWuww h2{
  margin:0 0 0 0;
}
#sidebarWuww h2::after{
  display:none;
}
.sidebarItem, .sidebarItem:first-child {
  margin:5px 0 0 0;
  padding:20px 15px 18px 15px;
}
.sidebarItem .ce-textpic{
  display:none;
}
}
@media screen and (max-width:421px), screen and (max-device-width:421px){
#mainLeftBlock1Splt .ce-bodytext {
    min-width:unset;
}
}