﻿
.slider h1 {
    font-size: 30px;
    font-weight: bold;
    color: #069;
    line-height: 150%;
}

.xcol-header h3 {
  text-transform: uppercase;
  z-index: 3;
  font-size: 20px;
}


    #videos h2, #wissen h2 {
color:#fff;
}

.link_btn {
    font-weight: bold;
    border:0;
    border-bottom:2px solid #fff !important;
    padding: 10px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px;
    display: inline-flex;
    margin: 20px;
    transition: all linear 0.5s !important;
}


 .link_btn::before {
     content: "\f054";
     display: block;
     font-size: 30px;
     padding: 0 10px 0 0px;
     font-family: "Font Awesome 5 Free";
     transform: rotate(0deg);
    transition: all linear 0.5s !important;
    color: #069;
}

a:hover.link_btn::before{
    transform: rotate(360deg);
}


.link_btn::after{
    display: none !important;
}


 a.link_btn[href*="shop."] {
    border: 0 !important;
     border-radius: 0 !important;
    border-bottom:2px solid #069 !important;
}
 
 #videos a:hover.link_btn, #wissen a:hover.link_btn {
    background:#fff;
}

#videos a:hover.link_btn span, #wissen a:hover.link_btn span{
    color: #069!important;
}


#videos .link_btn::before, #wissen .link_btn::before {
    color:#fff;
}

#videos a:hover.link_btn::before, #wissen a:hover.link_btn::before{
    color: #069!important;
}


 #kurse .link_btn {
    color: #069;
    border-bottom:2px solid #069 !important;
}
 
 
 
    .owl-carousel .owl-item li.slider_carousel_slide2sp > div {
   width:50%;
   padding: 0%;
}

.owl-carousel .owl-item li.slider_carousel_slide2sp > div img {
   max-width:600px;
    display: block;
}

.xcol-pic-box img {
    border-radius: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
}

#content a[href*="shop."], #content a.more_btn {
    display: inline-flex;
    align-items: center;
    color: #069;
    text-align: center;
    border: 1px solid #069;
    border-radius: 100px;
    font-size: 16px;
    line-height: 120%;
    padding: 5px 10px;
    font-weight: bold;
    transition: all linear 0.5s;
}

#content .xcol-pic-box a[href*="shop."], #content .xcol-pic-box a {
    display: flex;
    align-items: center;
    color: #069;
    text-align: center;
    border: 0px solid #069;
    border-radius: 100px;
    font-size: 16px;
    line-height: 120%;
    padding: 0px;
    font-weight: bold;
    transition: all linear 0.5s;
}

#content .x-column > a[href*="shop."]:hover, #content a.more_btn:hover {
    color: #fff;
    background: #069;
    border: 1px solid #069;
}



#content .xcol-pic-box > a[href*="shop."]:hover {
    color: #fff;
    background: transparent;
    border: 0px solid #069;
}

#content .xcol-pic-box > a img {
    transition: all linear 0.5s;
}

#content .xcol-pic-box > a:hover img {
    border: 1px solid #069;
}

#content .x-column > a[href*="shop."]::after {
  font-family: "Font Awesome 5 Free" !important;
  display: inline-flex;
  align-items: center;
   justify-content: center;
  font-weight: 900;
  content:'\f07a' !important;
  width:40px;
  margin-left: 10px;
  border-radius: 100px;
  font-size: 20px;
  line-height: 30px;
  color:#fff;
  background: #069;
}


#content  a.more_btn::after {
  padding: 5px 0px;
  margin-left: 10px;
  border-radius: 100px;
  font-size: 20px;
  width:40px;
  line-height: 30px;
  color:#fff;
  background: #069;
}

#content .xcol-pic-box a[href*="shop."]::before, #content .xcol-pic-box a[href*="shop."]::after, #content .x-column > a[href*="shop."]::before {
    display: none;
}
 
 

.xcol-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px;
    color: #fff;
    background:#069;
}

.xcol-header h3 {
    text-transform: uppercase;
    z-index: 3;
}

.xcol-header::before {
    top:10px;
    left: -24px;
    position: absolute;
    z-index: 1;
    content:" ";
    display: block;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    background:#fff;
}
 

.xcol-header::after {
    top:10px;
    right: -24px;
    position: absolute;
    content:" ";
    display: block;
    width: 49px;
    height: 49px;
    z-index: 2;
    transform: rotate(45deg);
    background:#069;
}

.x-column:nth-of-type(1) .xcol-header::before, .x-column:last-of-type .xcol-header::after {
    display: none;
}


.x-column:last-of-type .xcol-header {
    padding-left: 30px;
}
 

.eventhighlight::after, .videopart > .prodbox::after {
    color:#069;
}
 


@media screen and (max-width:834px) {
 
.owl-carousel .owl-item li.slider_carousel_slide2sp {
    padding: 0px;
}
  .owl-carousel .owl-item li.slider_carousel_slide2sp> div:nth-of-type(2)  {
    margin: 50px 0 0;
   padding:20px;
}

}


@media screen and (max-width:480px) {
 
 .xcol-header {
    max-width: 300px;
}
 
}
 