/**
 * Boxes
 */

/*vertikale-box*/

.v-box {
    background-color: #f7f7f7 !important;
    margin-bottom: 30px;
    /* box-shadow: 0 0px 15px rgba(157, 157, 157, 0.2); */
    border-radius: 0px;
}

.v-box-thumb {
    overflow: hidden;
    position: relative;
}

.v-box-content {
    padding: 10px 15px;
}

.v-box-header{
   margin-bottom: 1rem;
   text-align: center;
}

/*horizontale box*/
.h-box {
    background-color: #fff;
    margin-bottom: 2rem;
    box-shadow: 0 0px 15px rgba(157, 157, 157, 0.2);
    border-radius: 4px;
}

.h-box-content {
    padding: 1.5rem;
}

.v-box-thumb img {
    transition: all 1s ease-out;
}


.v-box-thumb:hover img {
    transform: scale(1.2);
    transition: all 1s ease-out;
}


/*** Kurssuche Startseite ***/

h3.kw-suche-start-titel {
  font-size: 18px;
  font-weight: bold;
}

.text-invert {
  color: #FFFFFF;
}

h3.kw-suche-text {
  font-size: 18px;  
  margin-top: 15px;
}

.kw-suche-start {
  padding: 50px 0;
    max-width: 58vh;
  margin: auto;
}

@media(max-width: 767px){
  .kw-suche-start {
    padding: 90px 70px;
  }  
}

.kw-suche-start .form-control {
  height: 50px;
  font-size: 20px;
  color: #00285A;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  padding-right: 75px;
  border-radius: 8px;
  font-weight: bold;
}

.kw-erw-suche-link {
  text-align: right;
}

.kw-erw-suche-link a {
  color: #00285A;
}

.kw-suche-start .form-control::-webkit-input-placeholder {
  color: #00285A;
  opacity: 1;
}

.kw-suche-start .input-search {
  position: relative;
}

.btn-search-icon {
  position: absolute;
  top: 4px;
  right: 3px;
  border-left: 1px solid #fefefe;
  opacity: 0.8;
}

.btn-search-icon .btn {
  background: transparent;
}

.btn-search-icon .btn:hover,
.btn-search-icon .btn:focus {
  color: #00285A;

}

@media(max-width: 767px){
.btn-search-icon{
  display:none;
}
.kw-suche-start .form-control{
    padding-right: 15px;
}
}

button.suche-cta {
  text-transform: uppercase;
  font-weight: 600;
  padding: 1rem 4rem;
}


@media(max-width:768px) {
  .kw-suche-start .form-control {
      font-size: 18px;
  }
}


.btn-search-icon i {
  color: #00285A;
}


/*
*   Warenkorb
*/

.kw-wk-menu-list {
  border-radius: 0;
  margin-top: 10px;
}

.kw-wk-menu-list .list-group-item {
  padding: 10px 0px;
}

.kw-wk-menu-list .kw-del-kurs {
  margin-left: 25px;
}

/*Warenkorb Button*/
.wk-menu{
  position: relative;
}
.wk-menu .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #00285A;
  /*border-radius: 3px;*/
}

.wk-menu .dropdown-toggle:focus{
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: 2px;
}

.wk-menu .dropdown-menu {
      min-width: 300px;
      padding: 15px;       
      left: 50%;
      top: 113%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform:translateX(-50%);
}

.wk-menu .dropdown-menu:before {
          border-width: 11px;
          content: "";
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          border-color: transparent;
          border-style: solid;
          top: -11px;
          right: 0;
          left: 0;
          margin: 0 auto;
          border-top-width: 0;
          border-bottom-color: #999;
          border-bottom-color: rgba(0, 0, 0, .25);
}

.wk-menu .dropdown-menu:after {
          content: "";
          border-width: 10px;
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          border-color: transparent;
          border-style: solid;
          top: -10px;
          right: 0;
          left: 0;
          margin: 0 auto;
          border-top-width: 0;
          border-bottom-color: #fff;
}



/*** Buttons ***/
.btn {
    border-radius: 5px 5px 5px 5px;
}

.btn-mainColor,
.btn-primary,
.btn-theme {
    color: #fff;
    background-color: #00285A;
    font-size: 12px;
}

.btn-mainColor:hover,
.btn-primary:hover,
.btn-theme:hover{
    color: #fff;
    background-color: #00285A;
}

.btn-footer {
    color: #00285A;
    background-color: #fff;
}


/*** Newsletter im Footer ***/

.kw-buttonleiste {
    margin-top: 15px;
}

form.nl_anmeldung {
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
}

.elementor-element-b4867be .newsletter-browser {
  display: none;
}

/*** Kurshighlights ***/

.kw-highlight .kw-kurstitel {
    font-size: 20px;
}

.kat-titel {
  font-size: 14px;
}

span.arrow-right {
  padding-left: 7px;
}

.kw-highlight-date {
    color: #FFFFFF;
    background-color: #00285A;
    opacity: 0.7;
    position: absolute;
    top: 0;
    text-align: center;
    padding: 6px 12px;
    min-width: 100%;
    font-size: 24px;
    font-weight: 500;
}

.v-box-footer {
    margin-top: 15px;
}

@media(min-width: 768px) {    
    .kw-highlight .kw-kurstitel {
        overflow: hidden;
    }
}

.img-highlight {
  height: 260px !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center center;
}

/*** Kursübersicht ***/

@media (min-width: 768px) {
  .kw-unterkategorien {
      text-align:center;
  }
  .kw-unterkategorien a{
    color: #00285A;
  }
  
  .kw-kursuebersicht .ampelbutton {
      text-align: center;
      margin-top: -7px;
  }
  .kw-unterkategorien .list-group-item{
    border-radius: 0;
    border-left:  0;
    border-right: 0;      
  }
  .kw-table{
      padding: 0 15px;
  }
}

h4.kw-mitarbeiter-ue {
  font-size: 18px;
  margin-top: 0px;
  font-weight: bold;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 5px;
}

.k-box {
  background-color: #f3f3f3;
  margin-bottom: 2rem;
  border-radius: 4px; 
}

.kw-o {
  background-color: transparent;    
  color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 55px;  
  image-rendering: -webkit-optimize-contrast; 
}

.kw-kat-kurs-ueb .kw-o-box{
  width: 65px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.kw-kat-kurs-ueb .kw-kat-info{
  float: left;
}

h3.kw-kat-farbe {
  margin-top: 8px;
}

.kw-kat-uebersicht .kw-o{
  height: 130px;
   margin-top: 20px;    
}

@media (max-width:480px){
  .kw-o-box{
      display: none;
  }
 .kw-kat-info {
     width: 100%;
 }  
 .kw-kat-info h1{
     margin-top: 0;
 }
}

.k-titel a {
  color: #00285A;
  font-weight: bold;
}

.kat1 .kw-o {
  background-image: url(../layout/katicons/Gesellschaft.png);   
}
     
.kat30 .kw-o{
   background-image: url(../layout/katicons/Kultur.png);
}
     
.kat3 .kw-o{
  background-image: url(../layout/katicons/Gesundheit.png);
}

.kat4 .kw-o{
  background-image: url(../layout/katicons/Sprachen.png);
}

.kat5 .kw-o{
  background-image: url(../layout/katicons/Beruf.png);
}

.kat10 .kw-o{
  background-image: url(../layout/katicons/Bildungsurlaub.png);
}

.kat58 .kw-o{
  background-image: url(../layout/katicons/Senioren.png);
}

.kat57 .kw-o{
  background-image: url(../layout/katicons/Online.png);
}

.kat1059 .kw-o{
  background-image: url(../layout/katicons/Inklusion.png);
}

.kat1059 .kw-o{
  background-image: url(../layout/katicons/Inklusion.png);
}

.kat4 .kw-o{
  background-image: url(../layout/katicons/Deutsch.png);
}



/*** Kursdetails ***/

.kw-kursdetails .nav-tabs>.active>a,
.kw-kursdetails .nav-tabs>.active>a:focus,
.kw-kursdetails .nav-tabs>.active>a:hover,
.kw-kursdetails .nav-tabs>li>a:focus,
.kw-kursdetails .nav-tabs>li>a:hover {
    background-color: #00285A;
}

.kw-table-header {
    background-color: #00285A;
}


span.statusmeldung {
    color: #00285A;
}

.kw-buttonleiste-wk {
    margin-bottom: 15px;
}

.text-danger {
    color: #8c0f24;
}

ul.nav-tabs {
  margin-left: 0px;
}

.nav {
  display: block !important;
}

/*** Warenkorb ***/
.wk-menu i {
    font-size: 1.5em;
    color:#00285A;
}

.wk-menu .badge {
    background-color: #afc805;
    top: -9px;
    right: -11px;
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
 .kowl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
  }
  
  .kowl-carousel .owl-stage {
    position: relative !important;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
  }
  
  .kowl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  
  .kowl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  
  .kowl-carousel .owl-wrapper,
  .kowl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  
  .kowl-carousel .owl-item {
    position: relative !important;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
  
  .kowl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  
  .kowl-carousel .owl-nav.disabled,
  .kowl-carousel .owl-dots.disabled {
    display: none;
  }
  
  .kowl-carousel .owl-nav .owl-prev,
  .kowl-carousel .owl-nav .owl-next,
  .kowl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .kowl-carousel .owl-nav button.owl-prev,
  .kowl-carousel .owl-nav button.owl-next,
  .kowl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
  }
  
  .kowl-carousel.owl-loaded {
    display: block;
  }
  
  .kowl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  
  .kowl-carousel.owl-hidden {
    opacity: 0;
  }
  
  .kowl-carousel.owl-refresh .owl-item {
    visibility: hidden;
  }
  
  .kowl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .kowl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
  }
  
  .kowl-carousel.owl-rtl {
    direction: rtl;
  }
  
  .kowl-carousel.owl-rtl .owl-item {
    float: right;
  }
  
  /* No Js */
  .no-js .kowl-carousel {
    display: block;
  }
  
  /*
   *  Owl Carousel - Animate Plugin
   */
  .kowl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
  }
  
  .kowl-carousel .owl-animated-in {
    z-index: 0;
  }
  
  .kowl-carousel .owl-animated-out {
    z-index: 1;
  }
  
  .kowl-carousel .fadeOut {
    animation-name: fadeOut;
  }
  
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  /*
   * 	Owl Carousel - Auto Height Plugin
   */
  .kowl-height {
    transition: height 500ms ease-in-out;
  }
  
  /*
   * 	Owl Carousel - Lazy Load Plugin
   */
  
  .kowl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
  }
  
  .kowl-carousel .owl-item .owl-lazy[src^=""],
  .kowl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
  }
  
  .kowl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
  }
  
  /*
   * 	Owl Carousel - Video Plugin
   */
  .kowl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }
  
  .kowl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
  }
  
  .kowl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  
  .kowl-carousel .owl-video-playing .owl-video-tn,
  .kowl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
  }
  
  .kowl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
  }
  
  .kowl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  
  /*
   * 	Owl-Carousel Theme
   */
  .kowl-carousel.owl-theme {
    position: relative !important;
  }
  
  .kowl-theme .owl-nav {
    -webkit-tap-highlight-color: transparent;
  }
  
  .kowl-theme .owl-nav button.owl-next,
  .kowl-theme .owl-nav button.owl-prev {
    position: absolute !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 99;
    opacity: 0.8;
    font-size: 38px;
    color: #00285A;
    cursor: pointer;
    transition: (opacity 0.2s ease-in);
    z-index: 10;
  }
  
  .kowl-theme .owl-nav .owl-next {
    right: -20px !important;
  }
  
  .kowl-theme .owl-nav .owl-prev {
    left: -20px !important;
  }
  
  .kowl-theme .owl-nav [class*='owl-']:hover {
    text-decoration: none;
    opacity: 1;
  }
  
  .kowl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
  }

  .kowl-theme .owl-dots {
    position: unset !important;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  
  .kowl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
  }
  
  .kowl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px 7px;
    background-color: #6386af !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }
  
  .kowl-theme .owl-dots .owl-dot.active span,
  .kowl-theme .owl-dots .owl-dot:hover span {
    background: #00285A !important;
  }

  :not(.bullets-etefu).kowl-carousel .owl-dots .owl-dot span {
    position: unset !important;
  }
  
  
  button.owl-prev.disabled,
  button.owl-next.disabled {
    visibility: hidden;
  }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: var(--the7-carousel-bullet-color); }
  