@font-face {
  font-family: Poppins;
  src: url(./fonts/Poppins/Poppins-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url(./fonts/Poppins/Popping-Bold.ttf);
  font-display: swap;
  font-weight: bold;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  scroll-behavior: smooth !important;
}

:root {
  --animation-curve: cubic-bezier(1, 0, 0, 1);
}

body {
  max-width: 100vw;
}

li,
a {
  font-size: 25px;
  color: #56c5f1;
  text-decoration: none;
  list-style: none;
}

h1 {
  font-size: 2.25rem;
  margin-bottom: 0.75rem;
}
/**********
 * Header *
 **********/

.header {
  display: flex;
  padding: 40px 65px;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.nav__links {
  display: flex;
  list-style: none;
}

.nav__links li {
  padding: 5px 5px;
}

.nav__links li a {
  font-weight: 600;
  transition: all 0.3s ease 0s;
  padding: 5px 10px;
  border-radius: 30px;
}

.nav__links li a:hover,
.nav__links li a:focus {
  color: #fff;
  background-color: #56c5f1;
  padding: 5px 10px;
  border-radius: 30px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo_title h1 {
  color: #56c5f1;
  font-weight: bold;
  font-size: 55px;
  line-height: 82px;
  text-transform: uppercase;
  color: #56c5f1;
}

/**********
 * Section 1 *
 **********/

.webp .section__information {
  background: linear-gradient(rgba(21, 182, 245, 0.6), rgba(21, 182, 245, 0.6)), url("img/YUN00004.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.no-webp .section__information {
  background: linear-gradient(rgba(21, 182, 245, 0.6), rgba(21, 182, 245, 0.6)), url("img/YUN00004.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section__information {
  color: #fff;
  min-height: 645px;
  width: 100%;
  padding: 54px 65px;
  /* background: linear-gradient(180deg, #56C5F1 0%, rgba(255, 255, 255, 0) 100%); */
}

.section_kontakt_description {
  padding-bottom: 74px;
}

.section__title {
  font-weight: bold;
  font-size: 5vw;
  line-height: 1.12;
  margin-bottom: 30px;
}

.section_description h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 16px;
}

.section_description p {
  font-size: 20px;
  line-height: 35px;
}

/**********
 * Kontakt section *
 **********/

.webp .kontakt__container {
  background: linear-gradient(rgba(21, 182, 245, 0.9), rgba(21, 182, 245, 0.9)), url("img/ModuleBueterEsterwegen.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.no-webp .kontakt__container {
  background: linear-gradient(rgba(21, 182, 245, 0.9), rgba(21, 182, 245, 0.9)), url("img/ModuleBueterEsterwegen.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.kontakt__container {
  text-align: center;
  color: #fff;
  min-height: 790px;
  width: 100%;
}

.kontakt__container .kontakt__title h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  padding: 54px 0 29px 0;
}

.border__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
}

.kontakt_fieldset {
  /* width: 1199px; */
  width: 85%;
  /* height: 438px; */
  margin: 0 auto;
  border-radius: 50px;
  border: 3px solid #ffffff;
}

.kontakt_information {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.kontakt_information img {
  width: 61px;
  height: 61px;
}

.col {
  /* width: 408px; */
  margin: 45px 61px 0 61px;
}

.col:last-child span {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
}

.col:last-child {
  margin: 0 0 42px 62px;
}

.col span {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
}
.col p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.middle_column_information {
  display: flex;
  flex-wrap: wrap;
}

.middle_column_information .inner_col {
  flex: 1 1 50%;
  padding: 10px 0;
}
.inner_col {
  display: flex;
  align-items: center;
}

.inner_col span,
.inner_col p,
.inner_col span a,
.inner_col p a {
  color: white;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
}

/**********
 * Windkraft section *
 * Leistungen *
 **********/

.webp .windkraft_container {
  background: linear-gradient(180deg, rgb(255 255 255 / 85%), rgb(255 255 255 / 85%)), url("img/9hDSC06653Drucken.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.no-webp .windkraft_container {
  background: linear-gradient(180deg, rgb(255 255 255 / 85%), rgb(255 255 255 / 85%)), url("img/9hDSC06653Drucken.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.windkraft_container {
  color: #fff;
  min-height: 1044px;
  width: 100%;
  mix-blend-mode: normal;
  padding: 54px 65px;
}

.fieldset_default {
  /* width: 818px !important; */
  width: 55%;
  padding: 28px 35px 45px 51px;
  border: 3px solid #56c5f1;
  border-radius: 30px;
}

.leistungen {
  width: 60% !important;
  padding-top: 0px !important;
  padding-bottom: 30px !important;
}

.leistungen ul {
  display: flex;
  flex-direction: column;
}

.second-leistungen {
  width: 70% !important;
}
.windkraft_container h1 {
  color: #56c5f1;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 15px;
}

.windkraft_container .windkraft_paragraph {
  color: #737373;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}

.windkraft_fieldset {
  width: 68%;
}

.windkraft_fieldset ul li:before {
  content: "-";
  position: absolute;
  margin-left: -20px;
}

.windkraft_fieldset legend,
.realisierte_windparks_fieldset legend {
  color: #56c5f1;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  padding: 0 20px;
}

.windkraft_fieldset ul li {
  color: #737373;
  font-size: 20px;
  line-height: 35px;
}

.realisierte_windparks_fieldset ul li:before {
  content: "-";
  position: absolute;
  margin-left: -20px;
}

.sticky_box_container {
  display: flex;
  align-items: center;
  position: relative;
}

.sticky_box {
  background: #56c5f1;
  width: 52px;
  height: 21px;
  position: absolute;
  left: -65px;
  top: 18px;
}

/*
* Realisierte Windparks *
*/

.realisierte_windparks_fieldset {
  /* width: 1255px; */
  width: 95%;
  margin-top: 32px;
}

.realisierte_windparks_fieldset ul li {
  color: #737373;
  font-size: 20px;
  line-height: 35px;
  margin: 0 20px;
}

.realisierte_windparks_fieldset ul li:first-child {
  margin: 15px 0 0 20px;
}
.realisierte_windparks_fieldset ul li:last-child {
  margin: 0 0 15px 20px;
}

.realisierte_windparks-fieldset ul li:before {
  content: "-";
  position: absolute;
  margin-left: -20px;
}

.realisierte_windparks_paragraph {
  color: #737373;
  /* font-weight: 500; */
  font-size: 20px;
  line-height: 30px;
}

/**********
 * Windkraft Eigenbetrieb section*
 **********/

.webp .windkrafte_eigenbetrieb_container {
  background: linear-gradient(180deg, rgb(255 255 255 / 80%), rgb(255 255 255 / 80%)), url("img/IMG_0937.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.no-webp .windkrafte_eigenbetrieb_container {
  background: linear-gradient(180deg, rgb(255 255 255 / 80%), rgb(255 255 255 / 80%)), url("img/IMG_0937.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.windkrafte_eigenbetrieb_container {
  color: #fff;
  min-height: 980px;
  width: 100%;
  mix-blend-mode: normal;
  padding: 54px 65px;
}

.information_col_title {
  color: #56c5f1;
  font-weight: bold;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 15px;
}

.windkrafte_eigenbetrieb_information_container {
  display: flex;
  flex-direction: column;
}

.windkrafte_eigenbetrieb_information_container .information_col ul li {
  color: #737373;
  list-style: unset;
  /*font-weight: 600;*/
  font-size: 20px;
  line-height: 30px;
}

.model_col h1 {
  color: #56c5f1;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  margin-top: 25px;
}

.model_col p {
  color: #737373;
  /*font-weight: 600;*/
  font-size: 20px;
  line-height: 35px;
}

.model_col p:last-child {
  margin: 40px 0 20px 0;
}

.information_col:first-child {
  color: #737373;
  /*font-weight: 600;*/
  font-size: 20px;
  line-height: 40px;
}

.information_col_paragraph {
  margin-top: 20px;
}

.information_col:last-child h1 {
  color: #56c5f1;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.information_col:last-child ul li {
  line-height: 35px;
  list-style: none;
}

.information_col:last-child ul li:before {
  content: "-";
  position: absolute;
  margin-left: -20px;
}

.information_col:first-child ul,
.information_col:last-child ul {
  margin-left: 20px;
}

/**********
 * Photovoltaik *
 **********/

.webp .photovoltaik_container {
  background: linear-gradient(180deg, rgb(255 255 255 / 80%), rgb(255 255 255 / 80%)), url("img/YUN00004.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.no-webp .photovoltaik_container {
  background: linear-gradient(180deg, rgb(255 255 255 / 80%), rgb(255 255 255 / 80%)), url("img/YUN00004.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.photovoltaik_container {
  color: #fff;
  min-height: 1179px;
  width: 100%;
  mix-blend-mode: normal;
  padding: 55px 65px;
}

.photovoltaik_fieldset {
  /* width: 1097px; */
  width: 78%;
}

.description p {
  color: #737373;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.description p:first-child {
  margin-bottom: 13px;
}

.description p:last-child {
  font-weight: 500;
  margin-bottom: 20px;
}

.photovoltaik_fieldset .realisierte_windparks_paragraph {
  margin-bottom: 10px;
}

/**********
 * Bottom Navigation *
 **********/

.bottom_navigation {
  height: 197px;
  width: 100%;
  mix-blend-mode: normal;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 55px 65px;
}

.bottom_header {
  height: 92px;
  display: flex;
  align-items: center;
}

.bottom_header img {
  width: 332px;
}

.bottom_nav__links {
  margin-left: 60px;
}

.bottom_nav__links li {
  display: inline-block;
  padding: 5px 15px;
}
.bottom_nav__links li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 0;
}

.bottom_nav__links li a:hover {
  border-bottom: 2px solid #56c5f1;
}

/**********
 * Footer *
 **********/
footer {
  width: 100%;
  height: 393px;
  background: #4b4b4b;
  display: flex;
  /* align-items: center; */
  padding: 45px 0 0 84px;
}

.move_up {
  position: fixed;
  bottom: 57px;
  right: 30px;
  flex: 1;
}

.arrow {
  width: 37px;
  height: 37px;
  background: #c4c4c4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow img {
  width: 17px;
  height: 30px;
}

.footer_col {
  height: 299px;
  /* background-color: #eaeaea; */
}

.footer_col:first-child {
  width: 296px;
}

.footer_col h1 {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 37px;
}

.kontakt {
  margin-left: 100px;
}

.kontakt ul li,
.kontakt ul li a {
  color: #959292;
  font-weight: 600;
  font-size: 20px;
}

.seitenlinks ul li a,
.kontakt ul li a {
  color: #959292;
  list-style: unset;
  list-style-position: inside;
  font-weight: 600;
  font-size: 20px;
}

.seitenlinks ul li,
.kontakt ul li {
  line-height: 45px;
}

.line_height {
  /*line-height: 60px;*/
}

@media only screen and (max-width: 800px) {
  footer {
    padding: 10px;
    justify-content: center;
    align-items: center;
  }
  .header {
    flex-direction: column;
  }
  .inner_col span,
  .inner_col p {
    font-size: 25px;
  }
  .middle_column_information .inner_col {
    padding: 0;
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
  .kontakt {
    margin-left: 50px;
  }
  .footer_col {
    margin-left: 50px;
  }
  .nav__links {
    margin-top: 40px;
  }
  .bottom_header {
    padding: 30px 0;
  }
  .circle {
    width: 85px;
    /* height: 69px; */
  }

  .bottom_navigation .bottom_header .circle {
    width: 85px;
    height: 69px;
  }

  .move_up {
    display: none;
  }

  .bottom_navigation {
    padding: 0px 20px;
    height: unset;
  }
}

@media only screen and (max-width: 660px) {
  footer {
    height: auto;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .kontakt {
    margin: 0;
  }
  .nav__links li {
    display: block;
  }
  .footer_col {
    margin-left: 0;
  }
  .kontakt_legend {
    padding: 32px;
  }
  .hamburger_menu_section .nav__links li a {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .second-leistungen,
  .leistungen {
    width: 100% !important;
  }
}

.inner_col img {
  margin-right: 19px;
}

@media only screen and (max-width: 540px) {
  .photovoltaik_fieldset,
  .windkraft_fieldset {
    width: 100%;
  }
}

@media only screen and (max-width: 505px) {
  .kontakt_information {
    width: 100vw;
  }
  .kontakt_information > .col {
    margin-bottom: 12px;
  }
  .kontakt_fieldset {
    /* width: 100px; */
    border: none;
    border-radius: 0;
  }

  .inner_col span,
  .inner_col p,
  .inner_col span a,
  .inner_col p a {
    line-height: 35px;
  }

  .realisierte_windparks-fieldset legend {
    text-align: center;
  }
  .fieldset_505 {
    padding: 28px 35px 45px 51px;
  }
  .windkraft_fieldset ul li {
    margin-bottom: 10px;
  }
  /* .kontakt_legend {
    padding: 0;
  } */
  .col {
    margin: 30px 30px 0 30px;
  }
  .col span {
    font-size: 25px;
  }
  .windkraft_fieldset legend,
  .realisierte_windparks_fieldset legend {
    text-align: center !important;
  }
  .section__title h1 {
    font-size: 6vw;
    line-height: 60px;
  }

  .inner_col img {
    width: 41px;
    margin-right: 19px;
  }

  .inner_col span,
  .inner_col span a,
  .inner_col p a {
    font-size: 20px;
  }

  .col:last-child span {
    font-size: 25px;
    line-height: 35px;
  }

  legend {
    width: 100%;
    padding: 0px !important;
    text-align: left !important;
  }
  .kontakt_legend {
    padding-left: 30px !important;
  }
}

.kontakt_legend {
  padding: 0px 20px;
}

@media screen and (max-width: 660px) {
  .bottom_navigation .logo {
    display: none;
  }
  .bottom_navigation .bottom_nav__links {
    margin-left: 0px;
  }
  .section__title {
    line-height: 40px;
  }
}

@media only screen and (max-width: 505px) {
  .inner_col span,
  .inner_col p,
  .inner_col span a,
  .inner_col p a {
    font-size: 20px;
  }

  .windkrafte_eigenbetrieb_container,
  .section__information,
  .photovoltaik_container {
    padding: 54px 28px;
  }

  .windkraft_fieldset legend,
  .realisierte_windparks_fieldset legend {
    text-align: center;
    font-size: 30px;
  }
  .windkraft_container {
    padding: 54px 28px;
  }
  .fieldset_505 {
    padding: 14px 35px;
  }
  .section__title {
    font-size: 26px;
    line-height: 35px;
    text-transform: uppercase !important;
  }
  .section_description h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .photovoltaik_fieldset .realisierte_windparks_paragraph {
    margin-bottom: 20px;
  }
  .realisierte_windparks_fieldset ul li:first-child,
  .realisierte_windparks_fieldset ul li,
  .realisierte_windparks_fieldset ul li:last-child {
    margin-left: 10px;
  }
  .nav__links {
    text-align: left;
  }
  .header {
    padding: 25px;
  }
  .logo_title h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 420px) {
  .hamburger_menu_section .nav__links li {
    text-align: left;
  }
  .hamburger_menu_section .nav__links li a {
    font-size: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header {
    padding-bottom: 0;
  }

  .fieldset_default {
    padding: 0;
  }
  .windkraft_fieldset,
  .realisierte_windparks_fieldset {
    width: 100%;
    border: none;
  }
  .realisierte_windparks_fieldset ul li:first-child,
  .realisierte_windparks_fieldset ul li,
  .realisierte_windparks_fieldset ul li:last-child {
    margin-left: 20px;
  }
  .border__title {
    font-size: 32px;
  }
  .col:last-child {
    margin: 0 0 0px 42px;
  }
  .col:last-child span {
    font-size: 25px;
  }
  .section__information {
    padding: 29px 30px;
  }
  .model_col p,
  .windkrafte_eigenbetrieb_information_container .information_col ul li,
  .description p,
  .windkraft_fieldset ul li,
  .section_description p {
    font-size: 16px;
    line-height: 25px;
  }
  .windkraft_fieldset legend,
  .realisierte_windparks_fieldset legend {
    text-align: left !important;
  }
}

@media only screen and (max-width: 330px) {
  .section__title h1 {
    font-size: 7.2vw;
    line-height: 45px;
  }

  .information_col:last-child ul li,
  .windkraft_fieldset ul li {
    line-height: 35px;
    margin: 10px 0;
  }

  .section__information {
    padding: 29px 28px;
  }

  img {
    width: 45px;
  }

  .arrow img {
    width: 37px;
    height: 37px;
  }
  .bottom_header {
    justify-content: center;
  }

  .col {
    padding: 0;
  }
  .col:last-child span {
    font-size: 20px;
  }
  .col:last-child {
    padding: 0 0 10px 10px;
  }

  .kontakt__container .kontakt__title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .section_description h1 {
    font-size: 20px;
  }
  .col {
    margin: 30px 15px;
  }
  .kontakt_legend {
    padding: 0px 15px !important;
  }
  .realisierte_windparks_fieldset ul li:first-child,
  .realisierte_windparks_fieldset ul li,
  .realisierte_windparks_fieldset ul li:last-child {
    font-size: 16px;
  }
  .information_col_title,
  .windkraft_container h1 {
    font-size: 35px;
  }
  .footer_col {
    width: auto;
    height: auto;
    margin-top: 20px;
  }
}

.hamburger_menu {
  display: none;
}

@media screen and (max-width: 1220px) {
  .header {
    flex-direction: column;
  }
}

@media screen and (max-width: 898px) {
  .bottom_header .logo {
    display: none;
  }

  .hamburger_menu {
    display: block;
  }

  .header {
    flex-direction: row;
  }

  .header .nav__links {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .hamburger_menu_section .nav__links li a {
    font-size: 4.5vw;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .hamburger_menu_section .nav__links li:first-of-type {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 385px) {
  .hamburger_menu_section .nav__links li a {
    font-size: 4.2vw;
  }
}

/* HAMBURGER  */

.hamburger_menu {
  background-color: #56c5f1;
  padding: 17px 11px 16.5px 11px;
}

.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hamburger {
  cursor: pointer;

  margin: 0 auto;
  width: 30px;
  height: 30px;
  position: relative;
}

.hamburger .bar {
  padding: 0;
  width: 30px;
  height: 4px;
  background-color: white;
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.bar1 {
  top: 0;
}

.bar2,
.bar3 {
  top: 13.5px;
}

.bar3 {
  right: 0;
}

.bar4 {
  bottom: 0;
}

.hamburger2 .bar2,
.hamburger3 .bar3,
.hamburger4 .bar4 {
  top: 13.5px;
}

.hamburger4 .bar5 {
  bottom: 0px;
}

.hamburger4 .bar {
  transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}

.hamburger4 .bar2 {
  width: 1px;
  transform: rotate(90deg);
  left: 13.5px;
}

.hamburger4 .bar3 {
  width: 1px;
  left: 13.5px;
}

.checkbox4:checked + label > .hamburger4 > .bar1 {
  top: 13.5px;
  background-color: transparent;
}

.checkbox4:checked + label > .hamburger4 > .bar2 {
  left: 0px;
  width: 30px;
  transform: rotate(45deg);
}

.checkbox4:checked + label > .hamburger4 > .bar3 {
  left: 0;
  width: 30px;
  transform: rotate(-45deg);
}

.checkbox4:checked + label > .hamburger4 > .bar4 {
  background-color: transparent;
}

.checkbox4:checked + label > .hamburger4 > .bar5 {
  bottom: 13.5px;
  background-color: transparent;
}

.hamburger_menu_section {
  width: 75vw;
  position: absolute;
  top: 0;
  left: -100vw;
  height: 100vh;
  z-index: 1000;
  background-color: white;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.hamburger_menu_section header {
  background-color: transparent;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: end;
}
.hamburger_menu_section .nav__links li:first-of-type {
  margin-top: 43px;
}

.hamburger_menu_section .nav__links li {
  padding: 0;
  margin-bottom: 21px;
}

.hamburger_menu_section .nav__links li a {
  padding: 9px 28px 10px 28px;
}

.hamburger_menu_section .nav__links {
  flex-direction: column;
  display: flex;
}

.move {
  left: 0;
  transition: 0.5s;
}

.toggleOverflow {
  overflow: hidden;
}

@media screen and (max-width: 1071px) {
  .middle_column_information {
    display: block;
  }
}
