@font-face {
  font-family: roboto;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: roboto-bold;
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: roboto-medium;
  src: url(../fonts/Roboto-Medium.ttf);
}
body {
  font-family: roboto;
  overflow-x: hidden;
}
.display-2, .display-1, .bold, .card-title {
  font-family: roboto-bold;
}
.medium {
  font-family: roboto-medium;
}
h1, h2, h3, h4 {
  color: #0094a5;
}
a {
  text-decoration: none;
}
.headline {
  color: #feff99;
}
.card-title {
  font-size: 1.5rem;
}
:root {
  --bs-body-font-size: 1.35rem;
  --bs-body-line-height: 1.9rem;
  --bs-link-color: #004a98;
  --bs-link-hover-color: #0094a5;
  --bs-secondary-rgb: 90, 90, 100;
}
.bg-dark {
  background-color:#0094a5 !important;
}
.btn-primary {
  --bs-btn-color: #004a98;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #0094a5;
  --bs-btn-hover-color: #004a98;
  --bs-btn-hover-bg: #daeff2;
  --bs-btn-hover-border-color: #0094a5;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #004a98;
  --bs-btn-active-border-color: #004a98;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(52, 11, 11, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #004a98;
  --bs-btn-disabled-border-color: #1d0b0e;

  font-family: roboto-medium;
  /* text-align: center !important; */
  border: 5px solid #0094a5;
  border-radius: 100px !important;
  min-width: 60%;
  font-size: 1.4rem;

  }
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: #0094a5;
  --bs-navbar-hover-color: #004a98 ;
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: #004a98;
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  /* --bs-navbar-brand-color: rgba(129, 42, 42, 0.9); */
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  /* --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e); */
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
}
.navbar-toggler:focus {
  /* text-decoration: none; */
  /* outline: 0; */
  box-shadow: 0 0 0 0;
} 

.dropdown-item:active {
  background-color: #004a98;
}
span.navbar-toggler-icon {
  background-image: url(../img/bars.svg);
  width: 60px;
  height: 60px;
}


ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    /* justify-content: flex-end; */
    width: 100%;
    text-align: center;
}

.underline:hover {
  text-decoration: underline;
}

main {
  margin-top: -10vw;
}
article h2 {
  color:rgb(33, 37, 41);
  font-size: 1.5rem;
}
article h1 {
  font-size: 3rem;
}

/* Heroimage Neu */

nav {
  z-index: 20;
}
.heroimage {
  width: 100vw;
  height: calc(116vh - 110px);
  background-image: url(../img/hero/tb-schwimmbrille.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  top: -2vw;
}
.heroimage::before {
  content: "";
  background: url(../img/hero/kopfelement.png) no-repeat top center;
  background-size: 100% auto;
  display: inline-block;
  width: 100%;
  height: 133px;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}

.heroimage::after {
  content: "";
  background: url(../img/hero/fusselement.png) no-repeat bottom center;
  background-size: 100% auto;
  display: inline-block;
  width: 100%;
  height: 194px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.hero-index {
  background-image: url(../img/hero/tb-index.jpg);
  background-position: center;
}



/*Titel*/

.titel-posi {
 position: relative;
 z-index: 4;
 color: #ffffff;
 height: 90%;
 padding-bottom: 10vh;
}


/* Slider */
.seepferdchen {
  width: 200px;
}
#carouselExampleIndicators {
  z-index: 3;
}
#carouselExampleIndicators .carousel-indicators button{
  background-color: #0094a5;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  position: relative;
  top: -25px;
  left: -11%;
  /* left: -200px; */
}

/* Hintergrund */
.hg {
  position: relative;
  top: -35vw;
  z-index: -10;
}


/* Layout Text und Bubbles*/


article {
  display: flex;
  flex-wrap: wrap;
  margin-top: -41vw;
  width: 100vw;
}
.text {
  max-width: 660px;
  padding-right: 10rem !important;
  padding-top: 5rem !important;
}
.text-2  {
  max-width: 660px;
  padding-left: 9rem !important;
  padding-top: 10rem !important;
}

section {
  width: 50vw;
  min-height: 25vw;
  /* background-color: #a7d3d8; */
  padding-bottom: 5rem;
}
.s0 {
  background-image: url(../img/bubble-1-sm.png);
  background-size: 100% 100% ;
  background-repeat: no-repeat;
  height: auto;
  min-height: 10vw;
  display: flex;
  justify-content: flex-end;
}
.s1-bild, .s2-bild {
  max-width: 700px;
  padding: 1rem;
  
}
.s1-bild {
  margin-left: -2rem;
}
.s2 {
  /* background-color: #4d8ed3; */
  display: flex;
  justify-content: flex-end;
}
.s1, .s2 {
  padding-bottom: 0px;
}
.s3 {
  /* background-color: #4f82b4; */
  background-image: url(../img/bubble-2-sm.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: auto;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 10rem;
  
}
.s1, .s3 {
  position: relative;
  top: -10vw;
}


/* Bilder */
.tropfen-1 {
  border-radius: 14vw 14vw 14vw 4vw  !important;
  min-height: 450px;
  object-fit: cover;
  max-width: 95%;
}
.tropfen-2 {
  border-radius: 14vw 14vw 4vw 14vw  !important;
  min-height: 450px;
  object-fit: cover;
  max-width: 95%;
  /* position: relative;
  top: -10vw; */
}


/* Drei Kreis-Bilder */
.b1-3 {
  margin-top: -7vw;
  position: relative;
  z-index: 20;
}
.b-2 {
  margin-top: 8vw;
}
.b-3 {
  margin-top: 10vw;
}

/* footer */
footer {
  z-index: -10;
  background-image: url(../img/footer-xl-01.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  width: 100%;
  height: 35vw;
  margin-top: -19vw;
}
.adresse p{
  margin: 0;
  padding-bottom: 2px;
}
.padding {
  margin-bottom: 6px !important;
}


/* Viewport Anpassungen */



@media (max-width: 1400px) {
  .text, .text-2, .s1-bild, .s2-bild {
    max-width: 570px;
  }
  .s1 {
    position: relative;
    top: -10vw;
  }
  .s3 {
    top: -30vw;
  }
  .b1-3 {
    margin-top: -24vw;
  }
}
@media (max-width: 1200px) {

  /* Slider */
.seepferdchen {
  width: 150px;
  padding-bottom: 20px;
}

/* Spalten */
.text, .text-2, .s1-bild, .s2-bild {
  max-width: 480px;
}
.s1-bild, .s2-bild {
  max-width: 550px;
}
/* Drei Kreis-Bilder */
.b1-3 {
  margin-top: -27vw;
}

}

@media (max-width: 992px) {

  .nav-link {
    padding: 20px;
    margin-left: 8px;
    text-align: left;
  }
  .news {
    padding-top: 50px;
  }

/* Slider */
.seepferdchen {
  width: 180px;
  float: right;
  }
  #carouselExampleIndicators .carousel-indicators button{
    position: relative;
    left: 0;
  }

  /* Drei Kreise */
  .b-1 {
    width: 100%;
  }
  .b-2 {
  width: 60%;
  margin-top: 10px;
}
.b-3 {
  width: 40%;
  position: relative;
  left: 40%;
  margin: 0;
}
.b1-3 {
  margin-top: 0;
}

footer {
  background-image: url(../img/footer-sm.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  width: 100%;
  height: 200vw;
  margin-top: -140vw;
}

/* Layout Anpassungen */

section, .s2, .s0, .s3 {
  width: 100vw;
  display: flex;
  justify-content: center;

}
.s1, .s3 {
  position: relative;
  top: 0;
}
.s1-bild{
  margin-left: 0;
}
/* Spalten */
.text, .text-2, .s1-bild, .s2-bild {
  width: 720px;
  max-width: 90%;
  padding: 2rem !important;
  padding-top: 6rem !important;
}
.s1-bild, .s2-bild {
  max-width: 720px;
  padding: 0px !important;
  justify-content: center;
  align-items: center;
}
.s1 {
  order: 1;
}
.s0 {
  order: 2;
  background-size: 120% 100%;
}
.s2{
  order: 3;
}
.s3{
  order: 4;
  background-image: url(../img/bubble-1-sm.png);
  background-size: 110% 100%;
}
.tropfen-1, .tropfen-2 {
  min-height: 0;
  margin: 1rem;
  width: 100%;
}
}


@media (max-width: 576px) {
  .heroimage {
    width: 100vw;
    height: calc(103vh - 110px);
  }
  .titel-posi {
    height: 90%;
    padding-bottom: 0vh;
   }
  .bubble-2 {
    width: 130%;
    margin-top: 40vw;
  }

  /* Spalten */
.text, .text-2, .s1-bild, .s2-bild {
  max-width: 540px;
  padding: 2rem !important;
  padding-top: 6rem !important;
}
.s1-bild, .s2-bild {
  padding: 0px !important;
}
.s1-bild, .s2-bild {
  max-width: 90%;
  padding: 0px !important;
} 
footer a.nav-link {
  padding: 5px !important;
}
}
@media (max-width: 450px){
  /* Slider */
  .seepferdchen {
    float: none;
    position: static;
    /* margin-left: 10vw !important; */
    margin: auto !important;
    display: block;
    padding: 0 0 1rem 0!important;
    width: 30vw;
  }
  
}
@media (max-width: 390px) {
  /* header */
    .navbar-brand img{
    width: 170px;
  }
  span.navbar-toggler-icon {
    width: 40px;
    height: 40px;
  }
}
