

body {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  color: #303030;
  font-size: 1em;
  line-height: 1.5em;
  background-color: rgb(245, 245, 245);

}

.nav-bar {
  z-index: -10;
  background-color: white;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 5em;
  position: relative;
  inset: 0% 0% auto;
}

.logo-wrapper {
  max-width: 20%;
}

.header {
  padding-left: 5em;
  padding-right: 2em;
  margin-bottom: 5em;
}


.hero-wrapper {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.welcome-text {
  margin-top: 3em;
  width: 55%;
}

.aktions-box-wrapper {
  width: 26%;
}



.heading-2 {
  color: #cf2e58;
  margin-bottom: .5em;
  font-size: 4rem;
  line-height: 1em;
}

.paragraph-2 {
  font-size: 1.2em;
}

.rich-text-block {
  font-size: 1.2em;
  line-height: 1.6em;
}

.aktions-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #cbcbcb;
  border-radius: .9em;
  flex-flow: column;
  height: 100%;
  padding: 1em;
  display: flex;
}

.aktions-box._1 {
  box-shadow: 5px 5px 13px -3px #0003;
}
.aktions-box._2 {
  box-shadow: 5px 5px 13px -3px #0003;
  background-color: #222222;
  color: white;
}

.button-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.aktions-button {
  text-align: center;
  background-color: #186891;
  border-radius: 1000px;
  padding: .8em;
}

.aktions-button.red {
  background-color: #d02d58;
}

.aktions-box-image {
  border-radius: .6em;
}

.text-block {
  text-align: center;
}

.slider01_comp {
  z-index: 100;
  background-color: #0000;
  height: auto;
  padding-bottom: 2.7rem;
  top: -2em;
  overflow: hidden;
  transform: rotate(2deg);
}

.slider01_mask {
  width: 96%;
  overflow: visible;
}

.slider_pagination {
  inset: auto 0% -2%;
}

.slider01_slide {
  width: 100%;
  margin-right: 2rem;
}

.slider_arrow {
  border: 2px solid #333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding-left: 1px;
  padding-right: 1px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slider_arrow.is-right {
  left: 12%;
}

.code-embed {
  color: #333;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.code-embed-2 {
  color: #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .welcome-text {
    width: 100%;
  }

  .aktions-box-wrapper {
    width: 60%;
    top: 0;
    transform: rotate(0);
  }

  .slider01_comp {
    top: 2em;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    padding-left: 1em;
    padding-right: 1em;
  }

  .logo-wrapper {
    max-width: 40%;
  }

  .header {
    padding-left: 1em;
    padding-right: 1em;
  }

  .aktions-box-wrapper {
    width: 100%;
  }

  .heading-2 {
    font-size: 1.3rem;
  }

  .rich-text-block {
    font-size: .7em;
  }

  .aktions-box._1 {
    padding: .8em;
  }

  .text-block {
    font-size: .7em;
  }

  .slider01_comp {
    transform: none;
  }
}



/* Main Content */

h1 {
  font-family: "Open Sans Condensed", sans-serif;
  color: #CF2E58;
  font-size: 5rem;
  line-height: 5rem;
}

@media (max-width: 1020px) {
  h1 {
    font-size: 4rem;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

.anfrage {
  background-color: rgb(250, 42, 42);
  grid-column: 1/8;
  color: white;
  padding: 1% 5% 1% 5%;
}
.anfrage a {
  color: white;
}
.anfrage a:hover {
  font-weight: bolder;
}

.overview {
  margin: 40px 2% 50px 2%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, max-content));
  justify-content: center;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

@media (max-width: 351px) {
  .overview {
    overflow: hidden;
    font-size: 1em;
  }
}
.column {
  display: flex;
  justify-content: right;
  text-align: center;
  padding: 2em 1em;
  border-radius: 5px;
  margin: 10px;
  display: none;
  align-self: flex-start;
  box-shadow: 5px 5px 13px -5px rgba(0, 0, 0, 0.51);
  background: #FFFFFF;
}

.logos {
max-height: 6em;
margin-bottom: 2em;
align-self: center;
justify-self: right;

}

h2 {
  padding-bottom: 10px;
}

hr {
  display: none;
}

.contact {
  text-align: left;
  padding-left: -4em;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  text-decoration: none;
  color: #303030;
  list-style-type:none;
  margin-left: -30px;

}
.contact a {
  color: #303030;
  text-decoration: underline;
  transition: 0.1s ease-in-out;
}
.contact a:hover {
  font-weight: bolder;
  text-decoration: underline;
}

.services {
  list-style-type: none;
  font-weight: bolder;
  display: none;
}

.services li:before {
  content: "✓";
  margin: 0 0.5em;
}

#myBtnContainer {
  margin: 0px;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 1%;
  padding-top: 1%;
}

@media (max-width: 351px) {
  .btn {
    font-size: 12px !important;
  }
}
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #facf32;
  border-radius: 100px;
  cursor: pointer;
  color: #333;
  font-size: 16px;
  text-align: right;
  margin-bottom: 5px;
}

.btn:hover {
  background-color: #ffe380;
}

.btn.active {
  background-color: #303030;
  color: white;
}

/* Javascript Button funktion */
.show {
  display: block;
}

/* Javascript sticky nav */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
}

.sticky + .overview {
  padding-top: 102px;
}

#myBtnContainerMobile {
  display: none;
  margin: 0px;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 1%;
  padding-top: 1%;
}

.mobilbtn {
  border-radius: 0px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 900px) {
  #myBtnContainer {
    display: none;
  }
  #myBtnContainerMobile {
    display: block;
  }
}
#myLinks {
  display: none;
}

.mitwirkende {
  width: 100%;
  background-color: rgb(245, 245, 245);
  padding: 40px 5% 40px 5%;
}

h6 {
  color: #303030;
  font-size: 150%;
}

.logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px 0px 100px 0px;
}
.logo-box img {
  max-width: 300px;
  max-height: 100px;
  margin: 20px;
}

.footer-links {
  height: 80px;
  width: 100%;
  background-color: #303030;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: sticky;
  bottom: 0px;
}
.footer-links a {
  color: rgb(245, 245, 245);
  margin: 10px;
}

.impressum {
  margin: 2% 5%;
}
.impressum h1 {
  color: #303030;
  font-size: 2.3rem;
}
.impressum ul {
  list-style-type: none;
  line-height: 30px;
  font-size: 120%;
}
.impressum h2 {
  margin-top: 30px;
  font-size: 1.5em;
}
.impressum h3 {
  margin-top: 10px;
  font-size: 1.3em;
}
.impressum h4 {
  font-size: 200%;
  font-size: 1.3em;
  font-weight: 400;
  font-style: italic;
}
.impressum h6 {
  margin: 20px 5% 20px 5%;
}
.impressum h6 a {
  margin-top: 30px;
  color: #303030;
  text-decoration: underline;
  padding-left: -20px;
  font-size: 150%;
}
.impressum h6 a:hover {
  text-decoration: underline;
  color: #facf32;
}
.impressum p {
  margin-top: 0px;
}

.link {
  color: black;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.button-red {
  width: 100%;
  font-family: "Open Sans Condensed", sans-serif;
  display: inline-block;
  line-height: 2rem;
  padding: 0.75rem 4.25rem;
  border-radius: 10rem;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button-red:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CF2E58;
  border-radius: 10rem;
  z-index: -2;
}
.button-red:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #d44c70;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button-red:hover {
  color: #fff;
}
.button-red:hover:before {
  width: 100%;
}

.button {
  width: 100%;
  font-family: "Open Sans Condensed", sans-serif;
  display: inline-block;
  line-height: 2rem;
  padding: 0.75rem 4.25rem;
  border-radius: 10rem;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #006891;
  border-radius: 10rem;
  z-index: -2;
}
.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0677a4;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  width: 100%;
}

@media (max-width: 1020px) {
  .button {
    font-size: 1.4rem;
  }
}
@media (max-width: 600px) {
  .button {
    font-size: 1.4rem;
    padding: 0.75rem 3.5rem;
  }
}/*# sourceMappingURL=styles.css.map */
