:root {
  --general-padding: 0 5% 0 5%;
}

@media only screen and (min-width: 992px) {
  :root {
    --general-padding: 0 10% 0 10%;
  }
}
/* This changes all the animations globally */
:root {
  --animate-duration: 100ms;
  --animate-delay: 2.0s;
}

html {
  scroll-behavior: smooth;
}

html, body {
  padding: 0;
  margin: 0;
  background-color: #f6f2e8;
}

.ani-bounce {
  animation: backInLeft; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.5s; /* don't forget to set a duration! */
  animation-delay: 1.5s;
}

.ani-fadein {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-delay: 0s;
}

.ani-fadeinleft {
  animation: fadeInLeft;
  animation-duration: 0.8s;
  animation-delay: 0s;
}

.ani-fadeinright {
  animation: fadeInRight;
  animation-duration: 0.5s;
  animation-delay: 0s;
}

/*
$grid-breakpoints-small:576px;
$grid-breakpoints-medium:768px;
$grid-breakpoints-large:992px;
$grid-breakpoints-verylarge:1200px;
$grid-breakpoints-maxi:1400px;
*/
header {
  padding: var(--general-padding);
  background-image: url(../src/header-fwe.jpg);
  background-size: cover;
  background-position: -65% 0;
  height: calc(100vh - 160px);
  padding: var(--general-padding);
}
header div {
  width: 100%;
  height: 100%;
}
header div img {
  width: 90%;
  position: absolute;
  bottom: 20vh;
  left: 5%;
}

@media only screen and (min-width: 992px) {
  header {
    background-position: right center;
  }
  header div img {
    position: relative;
    width: 30%;
    top: 90px;
  }
}
nav#subnavi {
  margin-top: -50px;
  margin-bottom: 50px;
  padding: var(--general-padding);
}
nav#subnavi div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.5s;
}
nav#subnavi div a {
  width: 45%;
  transition: all 0.5s;
  font-size: 1.4em;
  color: #1e1d1b;
  text-decoration: none;
}
nav#subnavi div a:hover > div {
  background-color: #c1bcad;
}
nav#subnavi div div {
  margin-top: 10px;
  border-radius: 10px;
  text-align: left;
  display: block;
  background-color: #dfd9c7;
  padding: 2px 0 5px 0;
}
nav#subnavi div p {
  float: none;
  clear: all;
  text-align: center;
  padding: 0;
}
nav#subnavi div img {
  width: 40%;
  height: auto;
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) {
  nav#subnavi {
    margin-top: -80px;
  }
  nav#subnavi div a {
    width: 20%;
  }
  nav#subnavi div div {
    margin-top: 0px;
  }
}
/* -------------------- */
section {
  padding: var(--general-padding);
}

section > div {
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.innerspalte2 {
  width: 100%;
  margin-bottom: 40px;
}

.innerspalte2-60-40 {
  width: 100%;
  margin-bottom: 40px;
}
.innerspalte2-60-40 img {
  width: 100%;
  height: auto;
}

.innerspalte5 {
  width: 30%;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .innerspalte2 {
    width: 48%;
  }
  .innerspalte5 {
    width: 17%;
  }
  div.innerspalte2-60-40:first-child {
    width: 55%;
  }
  div.innerspalte2-60-40:last-child {
    width: 35%;
  }
}
.margin-med {
  margin: 50px 0 50px 0;
}

/* -------------------- */
section.headline div h1 {
  text-align: center;
  color: #ac1124;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  section.headline h1 {
    width: 70%;
    padding: 0 15% 0 15%;
    font-size: 2.5em;
  }
}
div.rahmenbox {
  border: 2px solid #dfd9c7;
  border-radius: 10px;
  opacity: 90%;
  transition: all 0.5s;
}
div.rahmenbox div.rahm-head {
  background-color: #dfd9c7;
  padding: 0;
  border-radius: 8px;
  height: 60px;
}
div.rahmenbox div.rahm-head img {
  width: auto;
  height: 60px;
  margin-left: 1em;
}
div.rahmenbox div {
  padding: 1em;
}
div.rahmenbox div h2 {
  margin-top: 0;
  margin-bottom: 0.1em;
}
div.rahmenbox div p {
  margin-top: 0.5em;
}

div.rahmenbox:hover {
  opacity: 100%;
}

section.kontakt {
  background-color: #ac1124;
}
section.kontakt div a {
  width: 45%;
  transition: all 0.5s;
  font-size: 1.2em;
  color: #1e1d1b;
  text-decoration: none;
}
section.kontakt div h2 {
  color: #dfd9c7;
}
section.kontakt div p {
  color: #dfd9c7;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: 0;
}
section.kontakt div img {
  width: 25%;
  height: auto;
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) {
  section.kontakt div div p {
    font-size: 2em;
  }
}
section.verbandsmitglied {
  background-color: #fff;
}
section.verbandsmitglied div a {
  text-align: center;
}
section.verbandsmitglied div a:hover {
  background-color: initial;
}
section.verbandsmitglied div img {
  width: 80%;
  height: auto;
}

section.verbandsmitglied > div > div {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  section.verbandsmitglied div img {
    width: 50%;
  }
  section.verbandsmitglied div div {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
section.sectionbgimg {
  background-image: url(../src/sectionbgimg_Wandheizungsmodul.jpg);
  background-size: cover;
  background-position: bottom;
}
section.sectionbgimg div {
  height: 250px;
  display: block;
  position: relative;
}

section.footer {
  border-top: 4px solid #ac1124;
}
section.footer div {
  display: inline-block;
  min-height: 500px;
  margin-bottom: 50px;
}

/*# sourceMappingURL=structure.css.map */
