/********** Template CSS **********/
:root {
    --primary: #63b0b8;
    --secondary: #BDBDBF;
    --light: #F4F5F8;
    --dark: #000000;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.container-fluid {
    /*background-image: url("../img/whitebackground.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: #000;
}
body {background-color: #000;}
.btn {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    transition: .5s;
    background: #000;
background: linear-gradient(90deg, rgba(237,112,167,1) 0%, rgba(120,255,255,1) 100%);
    border: 1px solid #000;
}

.btn:hover {transform: scale(1.2);}

.btn-primary {
    color: #000;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
    opacity: 0.8;
    color: #000;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Oswald', sans-serif;
    margin-right: 30px;
    padding: 40px 0;
    color: var(--light);
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav {
    color: var(--primary);
}

.navbar-dark .navbar-nav,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ed70a7;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 36, 41, .4);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-hero {
    background: linear-gradient(rgba(34, 36, 41, .8), rgba(34, 36, 41, .8)), url(../img/carousel-1.jpg) top center no-repeat;
    background-size: cover;
}

.programe::after {
    position :absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
    background: var(--dark);
    z-index: -1;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.2);
}

.team-item .team-overlay {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .6);
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

@media (max-width: 720px) {
    .zoomoverlay {zoom: 50%;}
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 110px;
    height: 150px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.2);
    filter: saturate(0);
}

@media (min-width: 991.98px) {
    .credit {
        background: var(--primary);
    }
}

.social-icons {
  position: fixed;
  bottom: 10%;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  z-index: 999;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-weight: bold;
    opacity: 0.8;
}
.social-icons a {
  display: block;
  text-align: center;
  padding: 7px;
  transition: all 0.5s ease;
  color: white;
  font-size: 16px;
}
.social-icons a:hover {
background-color: #666;
}
.phone {
  background: #BCAA00;
  color: white;
    border-top-right-radius: 10px;
}
.instagram {
background: #b62e90;
color: white;
}
.spotify {
  background: #1DB954;
  color: white;
}
.facebook {
  background: #3B5998;
  color: white;
}
.twitter {
  background: #55ACEE;
  color: white;
}
.google {
  background: #dd4b39;
  color: white;
}
.linkedin {
  background: #007bb5;
  color: white;
}
.youtube {
  background: #bb0000;
  color: white;
}
.tiktok {
  background: #000;
  color: white;
}
.whatsapp {
  background: #25d366;
  color: white;
}
.email {
  background: #0093FF;
  color: white;
    border-bottom-right-radius: 10px;
}
.calendar {
  background: #ff0000;
  color: white;
  border-bottom-right-radius: 10px;
}
.content {
  margin-left: 75px;
  font-size: 30px;
}

/*===========================
    Datenschutz Popup start
===========================*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  padding-top: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
  height: 95%;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
    text-align: center;
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.popup .close:hover {
  color: #000;
}
.popup .content {
    border-top: 1px solid #000;
    height: 95%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
    font-size:10px;
    color: #333;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
}

@media screen and (max-width: 700px){
  .popup{
    width: 95%;
  }
}


.datenschutzbutton {
    color: #000;
    font-size: 10px;
    font-style: italic;
}

.datenschutzbutton:hover {
    color: #fff;
}

/*===========================
    Datenschutz Popup end
===========================*/

.svgshadow {
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 1));
}

@media (max-width: 600px){
  .carousel-item {
    min-height: 500px;
  }
}
.gradientborder {
    background: rgb(237,112,167);
    background: linear-gradient(120deg, rgba(237,112,167,1) 0%, rgba(120,255,255,1) 100%);
    padding: 5px;
    border-radius: 10px;
}
.gradientline {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(237,112,167,1), rgba(120,255,255,1));
    border-image-slice: 1;
    width:100%;
}

@media (max-width: 600px){
    .mediatext {font-size: 14px;}}



/*===========================
    Cookie Hinweiss Start
===========================*/

#cookiedingsbums a {color:#000; text-decoration:none;}
#cookiedingsbums a:hover {text-decoration:underline;}
#cookiedingsbums div {padding:10px; padding-right:40px; text-align: center;}
#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right;
   opacity: 0.6;
   font-weight: bold;
   border-top:1px solid #fff;
   background: #d6e0eb;
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
    color: #000;
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #000;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df 0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}



/*===========================
    Cookie Hinweiss End
===========================*/