/*owl nav*/
.owl-themen{
    padding:0px;
  }
  .owl-pagination{
    display:flex;
    justify-content:space-between;
    /* grid-template-columns:repeat(2,1fr);
    grid-column-gap:15px; */
    align-items:center;
    margin-bottom:7px;
  }
  .owl-carousel .owl-stage{
    padding-left:0px!important;
  }
  /* .owl-carousel .desc{
    line-height:1.2;
  } */
  
  .grid .col{
    padding:0px;
  }
  .owl-item a{
    display:block;
  }
  .owl-aktuell .owl-item .image,
  .owl-themen .owl-item .image{
    padding-bottom:56.25%;
    position:relative;
    background-color: #B8B7B7;
    display:block;
  }
  .owl-aktuell .owl-item .image img,
  .owl-themen .owl-item .image img{
    position:absolute;
    top:50%;
    left:50%;
    height:auto;
    transform: translate(-50%,-50%);
    width:100%;
  }
  body .owl-theme .owl-dots{
      text-align:center;
    position:relative;
    top: 4px;
  }
  body .owl-theme .nav.disabled{
    display:none;
  } 
  body .owl-theme .nav{
    text-align:right;
  }
  .owl-dots button, .nav button,.owl-nav button{
    border:none;
    box-shadow:none;
    background:transparent;
    border-radius:0px;
    outline:none;
  }
  .owl-theme button:not(.active){
      cursor:pointer;
  }
  .owl-dots button{
    padding:0px 2px;
  }
  .nav button span, .owl-nav button span{
    display:none;
  }
  .owl-prev:after{
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
  }
  .owl-next:after,.owl-prev:after{
    background-image:url('/wp-content/themes/kinderbuero-custom/images/icons/owl_arrow_right.svg');
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
}
.nav button{
  padding:5px;
}
.nav button.owl-prev{
	padding-left:0px;
}
.nav button.owl-next{
	padding-right:0px;
}
.nav button:hover,.owl-nav button:hover{
  opacity:0.5;
	background:transparent!important;
}
.nav button span{
  color:#333333;
  font-size:50px;
  line-height:0;
}
body .owl-dots{
  text-align:left;
}
body .owl-theme .owl-dots .owl-dot.active span, body .owl-theme .owl-dots .owl-dot:hover span{
  background:#f6a500;
}
body .owl-theme .owl-dots{
  margin-left:5px;
}
body .owl-theme .owl-dots.disabled{
  display:none;
}
body .owl-theme .owl-dots .owl-dot span{
  background:#706f6f;
  width: 9px;
  height: 9px;
  margin:5px 2px;
}
.extern .desc .extern-icon{
  content: "\f504";
  font-family:'dashicons';
  display:block;
  text-align:right;
  font-size:21px;
  color:#fff;
  position:absolute;
  bottom:8px;
  right:8px;
}

.owl-wrapper .desc,.owl-wrapper .content{
    display:block;
}
.extern .desc{
  padding-bottom:25px;
}
.owl-wrapper{
  overflow:hidden;
}
/* .no_sidebar .owl-themen .owl-lazy{
  height:150px;
} */
.owl-theme{
  margin-bottom:0px;
}
/* .owl-themen .owl-stage-outer:after{
  position:absolute;
  right:0px;
  top:0px;
  height:100%;
  width:100px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 62%);
  content:'';
  pointer-events:none;
} */
#et-main-area  .owl-theme a{
  text-decoration:none;
  border-bottom:none!important;
}
#et-main-area  .owl-themen .content{
  padding:8px;
  background-color: #f6a500;
}
#et-main-area  .owl-theme h2{
  font-weight:normal;
  margin-bottom:0px;
  padding-bottom:0px;
}
#et-main-area  .owl-themen h2{
  font-weight:700!important;
  color:#fff!important;
	font-family:'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif!important;
  font-size:22px;
}
#et-main-area .desc{
    margin-top:13px;
}
#et-main-area .owl-themen .desc{
  color:#DBDBDB!important;
  font-size:14px;
}
body.wirtschaft #et-main-area  .owl-themen .desc,
body.boku #et-main-area  .owl-themen .desc{
  color:#fff!important;
}
.owl-theme .grid{
  display:grid;
  grid-template-columns:  repeat(2, 1fr);
  align-items:center;
  margin-bottom:5px;
}
.owl-theme .grid .nav{
  text-align:right;
  display:block;
}
.owl-theme .grid .dotsNav{
  text-align:left;
}
.spacing-20{
  grid-gap: 20px;
}
/*owl nav end*/
/*Aktuelles Owl*/
.owl-aktuell .owl-lazy{
    object-fit:cover;
    object-position:top center;
}
.owl-aktuell .owl-wrapper{
    border:1px solid #f6a500;
    border-radius:6px;
}
.owl-aktuell .content{
    padding:20px 10px;
    padding-top:17px;
    background-color:#fff;
}
.owl-aktuell .desc{
    color:#000;
}
body .owl-dots {
    margin-left: 0px;
    text-align:center;
}
.owl-pagination > div{
    width:33.33%;
}
.page-template-page-kuonline_homepage .owl-aktuell h2{
    font-weight: 500!important;
    font-family: MikadoMedium!important;
}
#home-news-headline h2::before{
	font-weight:500;
	margin-right:11px;
    font-size: 24px;
	position:relative;
}
.container-wrapper.aktuell-wrapper{    
/*   background: linear-gradient(
    0deg
    ,rgba(246,165,0,1) 0%,rgba(255,255,255,1) 100%); */
    padding-bottom:29px;
    background: none;;
}
/*Aktuelles Owl END*/



/* @media only screen and (max-width : 479px) {  
} */