 @media (min-width: 1600px) {

 .varein-icon.section-icon {
        bottom: -81px;
        left: -185px;
        width: 280px;
}

img.jugend-icon.section-icon {
    right: -100px;
    top: 35%;
    width: 400px;
}


 }

@media (max-width: 1600px) {

   .main-nav ul {
     column-gap: 3vw;
   }

 .varein-icon.section-icon {
    bottom: -50px;
    left: 0px;
    width: 240px;
}


img.gesssellschaft-icon.section-icon {
    right: 0px;
    bottom: -70px;
    width: 240px;
}


 }

 @media (max-width: 1400px) {
   a.brand {
    width: 180px;
   }

   .after-header-intro {
     padding-top: 250px;
   }

   section {
     padding: 70px 0px;
   }

   .chronic-left {
     padding-top: 70px;
   }

  img.motorboot-icon.section-icon, img.segeln-icon.section-icon {
    right: 50px;
  }
  img.jugend-icon.section-icon {
  
      bottom: -40px;
      
  }
img.gesssellschaft-icon.section-icon {
  bottom: 0px;
}


 }


 /* mobile menu helper */
 @media (max-width: 1250px) {
   .menu-toggle {
     display: block;
   }

   .main-nav {
     position: fixed;
     top: 130px;
     left: 0;
     width: 100%;
     background: #fff;
     display: none;
     flex-direction: column;
height: calc(100vh - 130px);
     
   }

   .main-nav.active {
     display: block;
   }

   .main-nav ul {
     flex-direction: column;
     padding: 20px;
     gap: 20px;
   }

   .container {
     width: 100%;
   }


   .container-fluid {
     padding-left: 15px;
     padding-right: 15px;
   }



   .motorboot-content, .segeln-content-left {
        padding:70px 15px;
   }

   .container-fluid.pl-0 {
     padding-left: 0px;
   }

   .motorboot-wrap,
   .segeln-wrap {
     padding: 0px;
   }

   .footer-col.footer-col-2 {
     flex: 0 0 22%;
   }

   .footer-col.footer-col-3 {
     flex: 0 0 38%;
   }

   .header-actions {
     margin-left: auto;
   }



   .after-header-intro {
     padding-top: 180px;
   }

   h1 {
     font-size: 40px;
     margin-bottom: 25px;
   }

   h2 {
     font-size: 35px;
   }

   h3 {
     font-size: 30px;

   }

   h4 {
     font-size:27px;

   }

   h5 {
    font-size: 24px;
 
}

   .gelbe-image {
     margin-right: -5%;
   }

   .gelbe-card {
     padding: 100px 50px 100px 100px;
   }

  a.brand {
          width: 130px;
      }


      #sunset, #parallax_two, #parallax_three {
  
      height: 60vh;
  }

img.jugend-icon.section-icon {
    width: 350px;
    right: 50px;
}

img.gesssellschaft-icon.section-icon {
right: 30px;
}


.varein-icon.section-icon {
  left: 20px;
}

 }


 /*==============tablet portrate  991 start  here=================*/
 @media only screen and (max-width: 991px) {

   #sunset,
   #parallax_two,
   #parallax_three {
     /* height: 80vh; */
   }

   .gelbe-card {
     padding: 60px 30px 60px 60px;
   }


    .footer-col.footer-col-2 {
        flex: 0 0 20%;
    }

.footer-top-inner {
          flex-wrap: wrap;
}

.footer-col {
  flex: 0 0 45%;
}

    .footer-col.footer-col-2 {
        flex: 0 0 45%;
    }
    .footer-col.footer-col-3 {
        flex: 0 0 45%;
        margin-top: 30px;
    }
.footer-social {
    justify-content: flex-start;
    margin-left: 0px;
    margin-right: auto;
    max-width: max-content;
}


.varein-icon.section-icon {
top: 80px;
}
img.motorboot-icon.section-icon, img.segeln-icon.section-icon {
    right: 30px;
    bottom: 50px;
}
    img.jugend-icon.section-icon {
        width: 320px;
        right: 30px;
    }


 }



 /* ==================All small size Mobile  ==================*/
 @media only screen and (max-width: 812px) {

    h1 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    h2 {
        font-size: 30px;
    }
.after-header-intro {
        padding-top: 150px;
    }

  .main-nav ul {
    height: 280px;
          overflow-y: scroll;
  }
 
    a.mail-link img {
    width: 40px;
}


.section-icon {
 
    opacity: 0.6 !important;
    width: 240px !important;
}



 } 


 /* ==================All small size Mobile 767 close here ==================*/
 @media only screen and (min-width: 520px) and (max-width:812px) {



 }



 /*=====iphone 5 media query=======*/
 @media screen and (max-width: 520px) {
    a.brand {
        width: 80px;
    }

.main-nav {
 
        top: 84px;
        height: calc(100vh - 84px);
}

    section {
        padding: 50px 0px;
    }

.footer-top {
  padding-top: 50px;
    padding-bottom: 50px;
}


    .after-header-intro {
        padding-top: 120px;
    }

 .main-nav ul{
  height: auto;
  overflow-y: inherit;
 }


 .motorboot-wrap, .segeln-wrap {
    align-items: flex-start;
    flex-direction: column;
}

.motorboot-image {
    flex: 0 0 100%;
}
.motorboot-image img {
    object-fit: contain;
    height: auto;
}

.motorboot-content, .segeln-content-left {
        padding: 50px 15px;
    }

.segeln-wrap {
    flex-direction: column-reverse;
}

#jugend .btn-container {
    flex-direction: column;
    row-gap: 15px;
}

#jugend .btn-container a.btn {
    text-align: center;
}

img.jugend-icon.section-icon {
    bottom: 180px;
}

.gelbe-wrapper {
    flex-direction: column;
}

.gelbe-image {
    margin: 0px;
    width: 100%;
}

.gelbe-card {
    padding: 50px 15px;
    width: 100%;
    margin-top: 0px;
}

img.gesssellschaft-icon.section-icon {
        bottom: 0px;
    }


.chronic-desktop-image {
    display: none;
}
.chronic-mobile-image{
    display: flex;
    width: 100%;
}

.chronic-wrapper {
    flex-direction: column;
 
}
.chronic-left {
    padding-top: 50px;
    width: 100%;
}

.chronic-col{  width: 100%;}
.chronic-col h5{
  margin-bottom: 0px;
}
ul.phone-email {
    flex-direction: column;
}

.footer-col.footer-col-3 {
    flex: 0 0 100%;
}

ul.footer-contct-info {
    margin-bottom: 20px;
}

    .varein-icon.section-icon {
            right: 30px;
        left: auto;
        bottom: 0px;
        top: auto;
    }
.popup-box h2{
  font-size: 25px;
}

.popup-box h4{
  font-size: 23px;
}
 }