@charset "UTF-8";
.col-beige {
  background-color: #dfd9c7 !important;
}

.col-red {
  background-color: #ac1124 !important;
}

.col-blue {
  background-color: #004c76 !important;
}

.col-blue-light {
  background-color: #e6ebed !important;
}

.fontcol-red {
  color: #ac1124;
}

.fontcol-blue {
  color: #004c76;
}

.fontcol-beige {
  color: #dfd9c7;
}

.fontcol-white {
  color: #f6f2e8;
}

/* This changes all the animations globally */
:root {
  --animate-duration: 100ms;
  --animate-delay: 2.0s;
}

html {
  scroll-behavior: smooth;
}

.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;
}

.extrapaddingtop {
  padding-top: 100px;
}

.padding {
  padding: 2em;
}

.extrapaddingbottom {
  padding-bottom: 100px;
}

:root {
  --animate-duration: 1000ms;
  --animate-delay: 1s;
}

body {
  padding: 0;
  margin: 0;
  background-color: #f3f3f3;
  font-family: Arial, Helvetica, sans-serif;
}

p,
li,
li ul li {
  color: #1e1d1b;
  font-size: 1.2em;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  word-wrap: break-word;
}

ul {
  list-style-type: none;
  padding: 0;
  margin-left: 17px;
}

li::before {
  content: "★";
  color: #ac1124;
  margin-left: -22px;
  margin-right: 5px;
}

li {
  margin-bottom: 1em;
  margin-left: 0;
  padding-left: 0;
}

li ul li {
  font-size: 1em;
}

li ul li::before {
  content: "☆";
}

li ul li:first-child {
  margin-top: 15px;
}

a {
  color: #ac1124;
  font-style: bold !important;
  text-decoration: underline;
}

.button,
.buttonsolid {
  border: 1px solid #ac1124;
  padding: 0.8em;
  text-decoration: none;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 50px;
  transition: all 0.25s ease-out;
}

a.button:hover {
  background-color: #ac1124;
  color: #f6f2e8;
}

.buttonsolid {
  background-color: #ac1124;
  color: #f6f2e8;
}

a.buttonsolid:hover {
  background-color: white;
  color: #ac1124;
}

.boldred {
  font-weight: bold;
  color: #ac1124;
}

.red {
  color: #ac1124;
}

.blue {
  color: #004c76 !important;
}

.white {
  color: #f6f2e8 !important;
}
.white a {
  color: #f6f2e8 !important;
}
.white a:hover {
  font-weight: bold;
}

h1 {
  padding: 0;
  margin: 0;
  color: #f6f2e8;
}

h2.large {
  font-size: 2em;
  line-height: 1.3em;
  letter-spacing: 0.02em;
}

h3,
h4 {
  font-size: 1.4em;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  color: #004c76;
}

h3 {
  color: #ac1124;
}

/* --- HEADER --- */
.container-header {
  display: grid;
  grid-template-rows: auto 50px 1fr;
  grid-template-columns: 20% 55% 5% 20%;
  margin-bottom: 50px;
}

.leer {
  min-height: 10px;
}

.head {
  padding: 2em;
  padding-bottom: 0;
  background: #ac1124;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}

.logotop {
  display: flex;
  justify-content: right;
  align-items: center;
}
.logotop img {
  width: 50%;
  height: auto;
}

.inbetween_head {
  grid-column-start: 2;
  grid-column-end: 4;
  background-color: #dfd9c7;
}
.inbetween_head div {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #ac1124;
  border-radius: 0px 0px 0px 50px;
}

.subcontent {
  padding: 2em;
  background-color: #dfd9c7;
  border-radius: 0px 0px 50px 0px;
}

/* --- Content --- */
.container-content {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 20% 10% 10% 10% 10% 10% 10% 20%;
  margin-bottom: 50px;
}
.cont-2-1 {
  grid-column-start: 2;
  grid-column-end: 5;
}

.cont-2-2 {
  grid-column-start: 5;
  grid-column-end: 8;
}

.cont-1 {
  grid-column-start: 2;
  grid-column-end: 8;
}

.cont-3-1 {
  grid-column-start: 2;
  grid-column-end: 4;
}

.cont-3-2 {
  grid-column-start: 4;
  grid-column-end: 6;
}

.cont-3-3 {
  grid-column-start: 6;
  grid-column-end: 8;
  padding: 2em;
}

.cont-3-1-2colspan {
  grid-column-start: 2;
  grid-column-end: 6;
  padding: 2em;
}

/* - team - */
.team {
  display: flex;
  justify-content: center;
}
.team div {
  width: 80%;
}
.team div p, .team div h3 {
  padding: 1em;
  padding-top: 0;
  padding-bottom: 0;
}
.team div div {
  display: inline-block;
  width: 100%;
  max-height: 500px;
  margin-bottom: 20px;
}
.team div div img {
  border-top: 20px solid #004c76;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--- Kurskacheln ---*/
.module-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.module-box div {
  display: block;
  width: 26%;
  border-radius: 15px;
  border: 2px solid #004c76;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px;
}
.module-box div h3 {
  margin: 0;
}

/*--- download ---*/
.download .cont-3-3 {
  display: flex;
  justify-content: center;
  align-content: center;
}
.download div {
  display: block;
}
.download img {
  width: 100%;
  height: auto;
}

/*--- sonstiges ---*/
.logobanner,
.logowohnwaerme {
  display: flex;
  justify-content: center;
  padding: 2em;
}
.logobanner img,
.logowohnwaerme img {
  width: 40%;
  height: auto;
}

.logobanner {
  display: none;
}

.logowohnwaerme img {
  width: 20%;
  height: auto;
}

.fondspecial {
  border-radius: 0 50px 50px 0;
  padding: 2em;
  padding-right: 100px;
}
.fondspecial img {
  float: left;
  margin-right: 20px;
  width: 35%;
  height: auto;
}

footer {
  border-top: 5px solid #ac1124;
}

/* ------ querys ------ */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  p {
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 0.02em;
  }
  h1 {
    font-size: 2em;
  }
  h3,
  h4 {
    font-size: 1.2em;
    line-height: 1.1em;
    letter-spacing: 0.02em;
    color: #004c76;
  }
  /* --- HEADER --- */
  .container-header {
    grid-template-columns: 0% 95% 5% 0%;
  }
  .logotop div {
    display: none;
  }
  /* --- Content --- */
  .container-content {
    grid-template-columns: 0% 16.66% 16.66% 16.66% 16.66% 16.66% 16.66% 0%;
  }
  /* - team - */
  .team {
    display: flex;
    justify-content: center;
  }
  .team div {
    width: 95%;
  }
  .logobanner {
    display: flex;
  }
  /*--- Kurskacheln ---*/
  .module h2 {
    text-align: center;
  }
  .module-box {
    justify-content: center;
  }
  .module-box div {
    width: 70%;
  }
  /*--- download ---*/
  .download .cont-3-1-2colspan {
    grid-column-end: 8;
  }
  .download .cont-3-3 {
    grid-column-start: 2;
    grid-column-end: 8;
    display: flex;
    justify-content: center;
    align-content: center;
  }
  .download div {
    display: block;
  }
  .download img {
    width: 100%;
    height: auto;
  }
  /* footer */
  footer .cont-2-1 {
    padding-left: 20px;
  }
  footer .cont-2-2 {
    padding-right: 20px;
  }
}
/* backnav - mini navigation für den Schritt zurück */
.backnav {
  width: 100%;
  height: 50px;
  background-color: #1e1d1b;
  position: fixed;
  display: inline-flex;
  top: 0px;
  align-items: center;
}
.backnav a.button {
  padding: 0.5em;
  font-size: 0.5;
  margin-left: 1em;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  h1 {
    font-size: 2.4em;
  }
  /* --- HEADER --- */
  .container-header {
    grid-template-columns: 5% 85% 5% 5%;
  }
  .logotop div {
    display: none;
  }
  /* --- Content --- */
  .container-content {
    grid-template-columns: 5% 15% 15% 15% 15% 15% 15% 5%;
  }
  /* - team - */
  .logobanner {
    display: flex;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  /* --- HEADER --- */
  .container-header {
    grid-template-columns: 10% 75% 5% 10%;
  }
  /* --- Content --- */
  .container-content {
    grid-template-columns: 10% 13.33% 13.33% 13.33% 13.33% 13.33% 13.33% 10%;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1350px) {
  /* --- HEADER --- */
  .container-header {
    grid-template-columns: 20% 55% 5% 20%;
  }
  .logotop div {
    display: block;
  }
  /* --- Content --- */
  .container-content {
    grid-template-columns: 20% 10% 10% 10% 10% 10% 10% 20%;
  }
  /* - team - */
  .logobanner {
    display: none;
  }
}

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