﻿/* PRINT ######################################################################################## */
@media print {

body {
	background: none !important;
	background-color: #fff !important;
	color: #555 !important;
  overflow-x: hidden;
}

}



/* BIG SCREEN #################################################################################### */
@media screen and (min-width: 1281px) {

}



/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 2700px) {

body, html {
  overflow-x: hidden;
}

}

/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 2290px) {

  .kontakt .area {
    column-gap: 8rem;
    width: 100vw;
    padding: 0 20rem;
    box-sizing: border-box;
    transform: none;
  }

}

/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 2240px) {


.area {
  width: 65vw;
}

}

/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1965px) {

iframe {
  min-height: 1400px;
}

}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1920px) {

.welcome {
  bottom: 15vh;
}

}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1850px) {

.intro {
  min-height: fit-content;
  padding: 8rem;
}

.img-box {
  transform: scale(1.8) translateX(-9vw);
}

#team2 .img-box {
    transform: scale(2) translateX(-7vw);
  }

.img-box img {
  transform: translateX(10rem);
}

#team .img-box img,
#team2 .img-box img {
    transform: translateX(3rem);
  }

.cont-box {
  transform: translateX(2vw);
}

.carousel-item, .slider-item {
  width: 39vh;
  height: 39vh;
}

}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1820px) {


}



/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1690px) {

.welcome h1 {
  font-size: 3.6rem;
}

#team2 .img-box {
  transform: scale(2.7) translateX(-6vw);
  border: white solid 0.4rem;
}

#team2 .cont-box {
    transform: translateX(6vw);
  }


footer .reach-out {
  bottom: 12rem;
}

footer .some {
  transform: translateY(-10vh);
}

}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1645px) {

.kontakt .area {
    column-gap: 6.5rem;
    padding: 0 13.5rem;
  }

}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1610px) {

 .img-box {
    transform: scale(2.6) translateX(-9vw);
    border: white solid 0.35rem;
  }

  #wissenswertes .img-box {
  transform: scale(2.9) translateX(-8vw);
}

#wissenswertes .img-box img{
  transform: translateX(6rem);
}

   .cont-box {
    transform: translateX(4vw);
  }

  .fischarten {
    width: 75vw;
  }

}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1575px) {


#copyright p, #copyright a {
  width: auto;
}

footer .some {
  transform: translateY(-25vh);
}

.carousel h2, 
.carousel p, 
.slider h2, 
.slider p {
  width: 70vw;
  text-align: center;
}

}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1520px) {

.cont-box {
  padding: 0 5.5vw;
  max-width: 40vw;
}

 .welcome {
    bottom: 15vh;
    width: 50vw;
  }

.intro h2 {
  transform: translateX(-25.5vw);
  margin: 0 0 4vh 0;
}

#wissenswertes .img-box {
      transform: scale(2.7) translateX(-9vw);
    }

#team2 .img-box {
    transform: scale(2.7) translateX(-9vw);
  }

#team2 h2 {
    transform: translateX(-19.5vw);
  }

nav {
  height: 100vh;
}

nav ul {
  transform: none;
}

nav ul li {
  box-sizing: border-box;
  width: 100vw;
  display: block;
}

nav ul li .submenu {
  position: relative;
}

.logo, .hfldn-logo {
  z-index: 500;
}

}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1480px) {

.intro {
    min-height: fit-content;
  }

}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1400px) {


.kontakt .area {
    display: flex;
    flex-direction: column;
  }


.kontakt .area p {
  margin: 2rem 0;
}

.kontakt .area p:last-of-type {
  text-align: right;
}

img.cell {
  order: 2;
}

iframe {
  order: 1;
  min-height: 1300px;
  margin-top: 2.5rem;
}


}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1380px) {

 footer .reach-out {
    bottom: 8rem;
  }


}

/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1360px) {

.img-box img {
    transform: translateX(6rem);
  }

}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1350px) {

p {
  line-height: 1.85rem;
  font-size: 1.3rem;
}

.intro h2, .area h2 {
  font-size: 2.45rem;
}

.img-box img {
  scale: 1.2;
  transform: translateX(5vw);
}

#team .img-box img {
    scale: 1;
  }

   #team .img-box {
    transform: scale(2.7) translateX(-6.3vw);
    border-radius: 3.7rem;
  }

  #team .cont-box {
    transform: translateX(8.5vw);
  }

  #team h2 {
    transform: translateX(-15.5vw);
  }

 #wissenswertes .img-box img {
      scale: 1;
    }

    .area {
    width: 75vw;
  }

}

/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1310px) {

.img-box {
      transform: scale(2.9) translateX(-9vw);
      border: white solid 0.35rem;
    }

#wissenswertes .img-box {
      transform: scale(3) translateX(-9vw);
    }

  .welcome {
    bottom: 20vh;
    width: 50vw;
  }

  header {
    height: 120vh;
  }

  header::after {
  top: 25vh;
}

.carousel-item, .slider-item {
  width: 33vh;
  height: 33vh;
}

.carousel-info, .slider-info {
  padding: 0.5rem 2rem;
  font-size: 1.3rem;
  line-height: 1.75rem;
}

footer h2 {
  font-size: 3.5rem;
  margin-bottom: 10rem;
}

.footer-logo img {
  width: 85%;
  margin: 2rem 0;
}

}


/* STANDARD VIEW ################################################################################# */

@media screen and (max-width: 1265px) {

   .intro {
    min-height: fit-content;
  }

}

/* STANDARD VIEW ################################################################################# */

@media screen and (max-width: 1240px) {

 #team2 .img-box {
    transform: scale(3.4) translateX(-9vw);
    border-radius: 3rem;
  }

}



/* STANDARD VIEW ################################################################################# */

@media screen and (max-width: 1200px) {

.carousel-item:last-child, .slider-item:last-child {
  display: none;
}

.carousel-item:nth-child(2), .slider-item:nth-child(2) {
  transform: translateY(0rem);
}

.carousel-item:nth-child(2):hover,
.slider-item:nth-child(2):hover {
  transform: translateY(0rem) scale(1.05);
}

 .carousel-item, .slider-item {
    width: 42vh;
    height: 42vh;
  }

.carousel-container, .slider-container {
  padding: 5rem 0;
}

.carousel h2, .carousel p, .slider h2, .slider p {
  width: 80vw;
}

}



/* STANDARD VIEW ################################################################################# */

@media screen and (max-width: 1180px) {

   .intro {
    min-height: fit-content;
  }

   .img-box {
    transform: scale(3.5) translateX(-5.5vw);
    border-radius: 2rem;
  }

     #wissenswertes .img-box {
    transform: scale(3.5) translateX(-6vw);
    border-radius: 2rem;
  }

   #team .img-box {
    transform: scale(4.1) translateX(-6.3vw);
    border: white solid 0.2rem;
    border-radius: 2.8rem;
  }

  #team2 .img-box {
    transform: scale(4.2) translateX(-7vw);
    border-radius: 3rem;
    border: white solid 0.22rem;
  }

  #team2 h2 {
    transform: translateX(-14.5vw);
  }

    .img-box img {
    scale: 1;
    transform: translateX(6vw);
  }

  #wissenswertes .img-box img {
      transform: translateX(3.5rem);
    }

  .cont-box {
      transform: translateX(9vw);
      padding: 0 5vw;
      max-width: 46vw;
    }

}



/* TABLET ####################################################################################### */

@media screen and (max-width: 1160px) {

  .welcome {
    bottom: 22vh;
  }

  .welcome h1 {
    font-size: 3.2rem;
  }

}


/* TABLET ####################################################################################### */

@media screen and (max-width: 1125px) {

  .contact {
    width: 75vw;
  }

   footer h2 {
    margin-bottom: 19rem;
  }

  #copyright {
    margin: 30vh 0 0 0;
  }

  footer::before {
    top: -10vh;
  }

}


/* TABLET ####################################################################################### */

@media screen and (max-width: 1080px) {


.img-box,
#wissenswertes .img-box {
    transform: scale(4.5) translateX(-5.5vw);
    border: white solid 0.18rem;
  }

  .cont-box {
    transform: translateX(11vw);
  }

 .kontakt .area {
    padding: 0 9.5rem;
  }

  iframe {
    min-height: 1250px;
  }


}

/* TABLET ####################################################################################### */

@media screen and (max-width: 1070px) {

#team .img-box {
    transform: scale(4.1) translateX(-5vw);
    border: white solid 0.2rem;
    border-radius: 2.1rem;
  }

#team .img-box img {
    transform: translateX(2rem);
  }

   #team2 .img-box {
    transform: scale(4.2) translateX(-6vw);
    border-radius: 2.3rem;
    border: white solid 0.22rem;
  }

  .about .area {
    margin-bottom: 45vh;
  column-count: 1;
}

.area {
    width: 80vw;
    column-gap: 2.5rem;
  }


}


/* TABLET ####################################################################################### */

@media screen and (max-width: 1024px) {

.welcome {
    bottom: 26vh;
    width: 55vw;
  }

  .desc {
    hyphens: auto;
  }

}

/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 980px) {

.img-box, #wissenswertes .img-box {
    transform: scale(5.78) translateX(-5.5vw);
    border-radius: 0.9rem;
  }

   #wissenswertes .img-box img {
    transform: translateX(2.7rem);
  }

}


/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 960px) {


  #team .img-box {
    transform: scale(4.9) translateX(-4vw);
  }

  #team .cont-box {
    transform: translateX(13vw);
  }


  #team2 .img-box {
    transform: scale(5.1) translateX(-4.5vw);
  }

  #team2 .cont-box {
    transform: translateX(12vw);
  }

   #team2 h2 {
    transform: translateX(-24.5vw);
  }

  #team2 .img-box img {
    transform: translateX(1.5rem);
  }

}



/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 950px) {

header::after {
  width: 120%;
}

 .carousel-item, .slider-item {
    width: 39vh;
    height: 39vh;
  }

}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 930px) {

   .img-box, #wissenswertes .img-box {
    transform: scale(5.78) translateX(-4.8vw);
    border-radius: 0.9rem;
  }

  .fisch-card.open .desc {
    column-count: 1;
    hyphens: none;
  }

  #karpfen .desc p:last-of-type {
  padding-bottom: 0;
}

.fisch-bild {
  width: 17vw;
}


}


/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 900px) {

 iframe {
    min-height: 1300px;
  }

   .kontakt .area {
    padding: 0 6.5rem;
  }

}


/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 855px) {

.img-box, #wissenswertes .img-box {
    transform: scale(7.5) translateX(-4.8vw);
    border: white solid 0.12rem;
  }

}

/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 830px) {

.area {
  column-count: 1;
}

.fischarten {
  width: 80vw;
}

footer::before {
  background-size: 170%;
}

 footer h2 {
    margin-bottom: 20rem;
  }

  .wide::before {
  background-size: 150%;
  background-position: -30vw 0;
}

}


/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 810px) {


.carousel-item:nth-child(2), .slider-item:nth-child(2) {
  display: none
}


 .carousel-item, .slider-item {
    width: 38rem;
    height: 38rem;
  }

  .carousel {
    margin-bottom: -10vh;
  }

  .cont-box {
    padding: 0;
    max-width: 100vw;
    transform: none;
  }

  .intro {
    display: flex;
    flex-direction: column;
    margin-bottom: 15vh;
    max-height: fit-content;
    padding: 0;
  }

   .cont-box {
    max-width: 100vw;
    display: grid;
    position: relative;
    padding: 8rem 5rem 2rem 5rem;
    order: 1;
  }

  .fischarten {
    width: 82vw;
  }

   .intro h2 {
    transform: none;
    min-width: 100%;
    box-sizing: border-box;
  }

  .img-box,
  #wissenswertes .img-box,
  #kursinfo .img-box {
    order: 2;
    display: inline-flex;
    width: 100%;
    max-width: 85vw;
    transform: none;
    margin-bottom: 4rem;
    border-radius: 3rem;
    border: white solid 0.8rem;
  }

   .img-box img,
   #wissenswertes .img-box img,
   #kursinfo .img-box img {
    transform: none;
  }

.wide::before {
  background: url(../../images/site/wellen-fisch-border.png) no-repeat right top;
  width: 100vw;
  left: 0;
  background-size: 180%;
  top: -20vh;
  background-position-x: -30rem;
}

 iframe {
    min-height: 1450px;
  }

  .area h2 {
    width: 100%;
    hyphens: auto;
  }

}


/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 750px) {


.welcome {
    bottom: 5vh;
    width: 80vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
    background-image: radial-gradient(circle,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  }


.welcome h1 {
    font-size: 3.0rem;
  }

.logo, .hfldn-logo {
  width: 40vw;
  text-align: center;
  left: 0;
  margin: 0 auto;
  justify-content: center;
  align-content: center;
  right: 0;
}

.header-image {
  background-position: -26vw;
}

}




/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 725px) {

 .carousel-item, .slider-item {
    width: 30rem;
    height: 30rem;
  }

  .contact {
  width: 80vw;
}

}


/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 680px) {


iframe {
  width: 120%!important;
  transform: translateX(-8%);
}


}


/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 665px) {

}



/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 630px) {

  .carousel-item, .slider-item {
    width: 25rem;
    height: 25rem;
  }

  .img-box, #wissenswertes .img-box, 
  #kursinfo .img-box {
    margin-bottom: 6rem;
  }

}


/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 620px) {


.welcome h1 {
    font-size: 2.7rem;
  }


h2, .intro h2, .carousel h2, .slider h2, .area h2 {
  font-size: 2rem;
}

 .wide::before {
    background-position-x: -70vw;
  }



}


/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 560px) {

.kontakt .area {
    padding: 0 4.5rem;
    margin-bottom: 8vh;
  }

  iframe {
    min-height: 1350px;
  }

}


/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 535px) {



}

/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 505px) {


 .carousel-item, .slider-item {
    width: 20rem;
    height: 20rem;
  }

  .img-box, #wissenswertes .img-box, #kursinfo .img-box {
    border: white solid 0.4rem;
  }

  .wissenswertes .slider-container, .home .slider-container {
    margin-bottom: 0vh;
  }

  .contact {
    margin: 15vh auto 30vh auto;
  }

  footer h2 {
    font-size: 3rem;
    margin-bottom: 27rem;
    text-align: center;
    padding: 8vh 0 0 0;
  }

  footer .some {
    padding: 2rem 0 2rem 2rem;
    transform: translateY(-42vh);
  }

.social-media img {
  width: 14vh;
}

footer::before {
  background-size: 200%;
  top: -10vh;
}

 footer .reach-out {
    bottom: 18rem;
    padding: 2.8rem;
    box-sizing: border-box;
  }

  #copyright {
    margin: 25vh 0 0 0;
    display: block ruby;
    padding: 2rem;
  }

   #copyright p, #copyright a {
    width: 40vw;
    text-align: right;
    padding: 0;
    margin: 0;
    right: 0;
    position: relative;
  }

  .footer-logo {
    width: 45vw;
    left: 6vw;
  }

}


/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 485px) {


 p {
    line-height: 1.70rem;
    font-size: 1.15rem;
  }

   .cont-box {
    padding: 8rem 3rem 2rem 3rem;
  }
}


/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 470px) {

 .kontakt .area {
    padding: 0 2.5rem;
    margin-bottom: 8vh;
    margin-top: 12vh;
  }

}



/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 425px) {

 .carousel-item, .slider-item {
    width: 17rem;
    height: 17rem;
  }

}


/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 400px) {

}



/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 375px) {



}


/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 340px) {


}