/* Farben */

:root {
  --weiß: white;
  --Primaerfarbe: #c32e04;
  --sekundärfarbe: #c32e04;
  --Primaerfarbe: #23b44c;
}


/* Grid System */

.row{
  width: 100%;

}

@media screen and (max-width: 575px) {
  .grid {
    display: block;
    }
  .box {
    margin: 10px 0;
  }
  }

  /* Grid System */


.social_brading {
  width: 40px;
  height: 40px;
}

h1 span {
  font-family: 'Long Cang', Long Cang, monospace;
  font-weight: 400;
  display: block;
  font-size: clamp(30px, 3vw, 56px);
}

@media (min-width: 1000px) {
  h1 span {
    font-size: 31.5px;
    transform: translateX(-50px);
  }
}

h2 span {
  font-family: 'Long Cang', Long Cang, monospace;
  font-weight: 400;
  display: block;
  font-size: clamp(30px, 3vw, 56px);
}

@media (min-width: 1000px) {
  h2 span {
    font-size: 27px;
  }
}

h3 span {
  font-family: 'Long Cang', Long Cang, monospace;
  font-weight: 400;
  display: block;
  font-size: clamp(27px, 3vw, 56px);
}

@media (min-width: 1000px) {
  h3 span {
    font-size: 26px;
  }
}

h4 span {
  font-family: 'Long Cang', Long Cang, monospace;
  font-weight: 400;
  display: block;
  font-size: clamp(27px, 3vw, 22px);
}

@media (min-width: 1000px) {
  h4 span {
    font-size: 22px;
  }
}

h5 span {
  font-family: 'Long Cang', Long Cang, monospace;
  font-weight: 400;
  display: block;
  font-size: clamp(30px, 3vw, 56px);
}

h6 span {
  font-family: 'Long Cang', Long Cang, monospace;
  font-weight: 400;
  display: block;
  font-size: clamp(30px, 3vw, 56px);
}

.header-logo img {
  width: auto;
  height: 80px;
}

h1:before {
  content: url('../img/logoneu.png');
  display: block;
  height: auto;
  width: auto;
  position: absolute;
  left: 0;
}




#headerbild {
  width: 100%;
  top: 190px;
  text-align: center;
}


.vertical-align{
  vertical-align:middle;
}

.headerbild {
  height: auto;
  width: 100%;
}

/* Section1 Anfang */

.section1 {
  display: flex;
  justify-content: center;
  min-width: 100%;
  width: 100%;
}



.section1_bild {
  height: 50%;
  width: 100%;
  order: 2;
  max-width: 400px;
}

@media (min-width: 769px) {
  .section1_bild {
    order: unset;
  }
}

@media (min-width: 1000px) {
  .section1_bild {
    width: 871px;
    height: 60%;
    min-width: 50%;
}
}

/* Section1 Ende */

/* Section1 Anfang */

.section2 {
  display: flex;
  justify-content: center;
}

.section2_bild {
  height: 50%;
  width: 100%;
  max-width: 400px;
}

@media (min-width: 1000px) {
  .section2_bild {
    height: auto;
    width: 691px;
  }
}

/* Section2 Ende */

/* Section3 Anfang */

.section3_bild {
  height: 50%;
  width: 100%;
  order: 2;
  max-width: 400px;
}

@media (min-width: 769px) {
  .section3_bild {
    order: unset;
  }
}

@media (min-width: 1000px) {
  .section3_bild {
    height: auto;
    width: 691px;
    order: unset;
  }
}

/* Section3 Ende */


/* Section4 Anfang */

.section4_bild {
  height: 50%;
  width: 100%;
  order: 2;
  max-width: 400px;
}

@media (min-width: 1000px) {
  .section4_bild {
    height: auto;
    width: 691px;
  }
}

/* Section4 Ende */


/* Section5 Anfang */

.section5 {
  text-align: center;
}

.section5 h2 {
  color: white;
}

.section5 span {
  color: white;
}

.section5 span {
  padding-bottom: 30px;
}

/* Section5 Ende */

.top-nav {
  display: flex;
  position: fixed;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #000000;
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid #ffffff8c;
  padding: 10px 30px;
}

@media only screen and (min-width: 1000px) {
  .top-nav {
    display: flex;
    position: fixed;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #000000;
    width: 100%;
    max-width: 1870px;
    margin: 0 auto;
    z-index: 10;
    top: 0;
    border-bottom: 1px solid #ffffff8c;
    padding: 10px 300px;
  }
}


.top-nav .menu {
  padding-top: 0px;
  padding-bottom: 47px;
}

@media only screen and (min-width: 1000px) {
  .top-nav .menu {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 518px;
    padding: 20px;
  }
}

.top-nav li a:hover {
  color: var(--Primaerfarbe);

}

.sectionnav {
  margin: 0 18px 0;
}

.menufooter {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 0.5rem;
  list-style: none;
  padding-left: 0;
}

@media only screen and (min-width: 600px) {
  .menufooter {
    flex-direction: row;
    width: 500px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 992px) {
  .menufooter {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 589px;
  }
}

.menufooter li a {
  display: block;
  padding: 0.6rem;
  margin: 0.6rem 0;
  color: var(--weiß);
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-family: 'Bree Serif', Bree Serif, monospace;
}

.menufooter li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);

}

@media only screen and (min-width: 992px) {
  .menufooter li {
    border-bottom: none;
  }
}

.menufooter li:last-child {
  border-bottom: none;
}

@media only screen and (min-width: 640px) {
  .menufooter li a {
    margin-bottom: 40px;
    padding: 0.5rem;
    background: none;
    font-size: 15px;
  }
}

.menufooter li a:hover {
  color: var(--Primaerfarbe);
}

.menu>li {
  margin: 0 14px;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: var(--weiß);
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 999px) {
  .menu-button-container {
    display: flex;
  }

  .menu {
    position: absolute;
    top: 56px;
    margin-top: 51px;
    left: -28px;
    flex-direction: column;
    width: 110%;
    justify-content: center;
    align-items: center;
}

  #menu-toggle~.menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked~.menu li {
    border: 1px solid var(--Primaerfarbe);
    ;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu>li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: var(--weiß);
    background-color: #161515;
    text-decoration: none;
  }

  .menu>a {
    text-decoration: none;
  }

  .menu>li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}

.section0 {
  display: flex;
}



.u-clearfix:after,
.u-clearfix:before {
  content: '';
  display: table;
}

.u-clearfix:after {
  clear: both;
}

input {
  display: block;
  gap: 20px;
  background-color: #939393;
  padding: 8px 60px 10px 10px;
}

input::placeholder {
  color: var(--weiß);
}

textarea {
  background-color: #939393;
  color: var(--weiß);
}

textarea::placeholder {
  color: var(--weiß);
}

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

.flex-container {
  display: flex;
  max-width: 1090px;
  margin: 0 auto;
  flex-direction: column-reverse;
  vertical-align: middle;
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (min-width: 769px) {
  .flex-container {
    flex-flow: unset;
  }
}

.flex-container1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 1600px;
  max-width: 1090px;
  height: 340px;
}

.flex-container2 {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  justify-content: space-around;
  width: 1600px;
  max-width: 1920px;
}

.flex-container3 {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  justify-content: space-around;
  width: 1600px;
  max-width: 1920px;
}

.flex-container1 li {
  list-style-type: none;
}

@media (max-width: 1000px) {
  .flex-container1 {
    display: flex;
    flex-flow: wrap;
    max-width: 1120px;
    width: 870px;
    justify-content: space-between;
    padding: 0px 0px 0px 90px;
  }
}

svg {
  height: 80px;
  justify-content: center;
  margin-left: 90px;
}

.primary-color {
  color: blue;
}

.teaser {
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  margin: auto;
  color: var(--weiß);
  max-width: 480px;
}


.Text-centered {
  margin: 1em auto;
  width: 97%;
  text-align: center;

}

li a {
  text-decoration: none;
  color: var(--weiß);
  font-size: clamp(14px, 1.25vw, 16px);
}


footer {
  background-color: black;
  color: var(--weiß);
}

/* 
///////////////////////// */
.jonas {
  color: var(--weiß);
}

.jonas a {
  color: #ae37bf;
}

.jonas {
  display: flex;
  text-align: left;
}

.jonas input {
  margin-bottom: 18px;
  margin-right: 13px;
}


form {
  max-width: 298px;
  margin: 100px auto;
}

@media (min-width: 769px) {

  form {
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 535px;
    margin: 100px auto;
  }
}

blockquote {
  text-align: center;
  font-size: clamp(30px, 6vw, 85px);
  font-family: 'Bree Serif', Bree Serif, monospace;
  color: var(--weiß);
  background-image: url(../img/headerbild.JPG);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 106px;
  height: 410px;
  padding: 50px;
}

@media (min-width: 1000px) {
  blockquote {
    padding: 322px 70px 480px 250px;
}
}

blockquote small {
  display: block;
  font-family: 'Long Cang', Long Cang, monospace;
  font-weight: normal;
  font-size: 23px;
}

@media (min-width: 480px) {
  blockquote small {
    font-size: clamp(40px, 6vw, 45.5px);
  }
}


/* Swiper */

.swiper-wrapper{
  -webkit-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}
/*     .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
} */
.swiper-slide {
  width: 200px;
  height: 200px;
  text-align: center;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}

/* Swiper ende */