/* Global */
/* Webfont: Lato-Regular */
@font-face {
  font-family: "LatoWeb";
  src: url("fonts/Lato-Regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/Lato-Regular.woff2") format("woff2"),
    /* Modern Browsers */ url("fonts/Lato-Regular.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Montserrat */
@font-face {
  font-family: "MontserratWeb";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/** {outline:1px rgb(46, 55, 139) dashed;} */

body {
  font-family: "MontserratWeb";
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1b3c4f;
  box-sizing: border-box;
  width: 100%;
}

.container {
  display: flex;
}

.left-column {
  flex: 1;
  padding: 20px;
}

.contact-button {
  padding-top: 40px;
}

.right-column {
  flex: 1;
  padding: 20px;
  text-align: left;
}

.zoom {
  transition: transform 0.2s; /* Animation */
}

.zoomlink {
  transition: transform 0.2s; /* Animation */
}

.zoom:hover {
  transform: scale(
    2
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoomlink:hover {
  transform: scale(
    1.05
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

:focus-visible {
  outline: none;
}

#fixed-back-to-top {
  font-size: 40px;
  color: #000000;
  bottom: 20px;
  right: 20px;
  position: fixed;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px;
  z-index: 999;
}

#logo {
  position: fixed;
  cursor: pointer;
  background-color: transparent;
  top: 30px;
  left: 30px;
  z-index: 999;
}

#logo img {
  width: 70px;
}

#home_wrapper {
  padding-top: 20vh;
}

section {
  padding: 20px;
  padding-bottom: 60px;
}

header {
  background-color: #333;
}

body section:nth-child(even) {
  background-color: #f2f2f2;
}

footer {
  background-color: #333;
  color: #fff;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer p {
  max-width: 100%;
  text-align: left;
  padding-left: 20px;
}

a:hover {
  color: #95c153;
}

/* Buttons in Akzentfarbe gestalten */
button,
input[type="submit"],
input[type="button"] {
  background-color: var(--akzentfarbe);
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #95c153;
}

/* Formularelemente */
label {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

textarea {
  height: 150px;
}

input[type="submit"] {
  display: block;
  margin: 0 auto;
}

p {
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

.grid-container-services {
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

.grid-container-Erfahrung {
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  hyphens: manual;
  padding-top: 30px;
}

.grid-item {
  min-width: 300px;
  background-color: #f2f2f2ee;
  flex-basis: 500px;
  flex: 1;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-container-services .grid-item {
  flex-basis: 500px;
}

.grid-item p {
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

.grid-item h2 {
  margin-top: 0;
}

/* Section Home */
#home-navigation {
  max-width: 1440px;
  margin: auto;
  width: fit-content;
  padding-top: 10px;
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  gap: 10px;
}

#home-intro {
  margin: auto;
  width: auto;
  margin-bottom: 30px;
}

.home-navigation-item {
  flex-basis: 200px;
  flex: 1;
  padding-bottom: 15px;
}

section#home {
  max-width: 1440px;
  background-image: url("IMG_4230.webp");
  text-align: center;
  min-height: 100vh;
  max-width: 100vw;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section#home h1 {
  margin: auto;
  font-size: 70px;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 20px;
  filter: invert(0%);
}

section#home h2 {
  font-size: 25px;
  margin: auto;
  display: inline-block;
  padding: 10px;
}

section#home p {
  max-width: 1400px;
  margin: auto;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}

section#home a {
  width: 150px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #1b3c4f;
  color: #f2f2f2;
  text-decoration: none;
  font-weight: bold;
}

section#home a:hover {
  background-color: #95c153;
}

/* Section Erfahrung */

section#Erfahrung {
  background-color: #95c153;
  text-align: center;
}

section#Erfahrung h2 {
  font-size: 60px;
  color: #f2f2f2;
}

section#Erfahrung h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

section#Erfahrung p {
  max-width: 1400px;
  margin: auto;
  font-size: 18px;
  margin-bottom: 30px;
}

section#Erfahrung ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section#Erfahrung li {
  font-size: 20px;
  margin-bottom: 10px;
}

section#Erfahrung a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1b3c4f;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

section#Erfahrung a:hover {
  background-color: #f2f2f2;
  color: #1b3c4f;
}

/*section#Erfahrung a:hover {
    background-color: #009c6b;
  }/*

/* Section Services */

section#services {
  color: #f2f2f2;
  background-image: url("IMG_3105.webp");
  max-width: 100vw;
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

section#services h2 {
  font-size: 60px;
}

section#services h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

section#services p {
  max-width: 1400px;
  margin: auto;
  font-size: 18px;
  margin-bottom: 50px;
}

section#services ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section#services li {
  font-size: 20px;
  margin-bottom: 10px;
}

section#services .grid-item {
  color: #1b3c4f;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

section#services a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1b3c4f;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

section#services a:hover {
  background-color: #95c153;
}

/* Section About */

section#about {
  background-color: #95c153;
  text-align: center;
}

section#about h2 {
  font-size: 60px;
  color: #f2f2f2;
}

section#about p {
  max-width: 1400px;
  margin: auto;
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
}

section#about a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1b3c4f;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

section#about .contact-button {
  padding-top: 40px;
}

section#about a:hover {
  background-color: #f2f2f2;
  color: #1b3c4f;
}

/*section#about a:hover {
    background-color: #009c6b;
  } */

/* Section Referenzen */
section#references {
  /* background-image: url('IMG_4230.webp'); */
  background-position: 30% 45%;
  text-align: center;
}

#section-references-wrapper {
  max-width: 1440px;
  margin: auto;
}

.reference-image {
  border-radius: 10px;
  padding-left: 60px;
}

section#references h2 {
  font-size: 60px;
}

section#references details > summary {
  list-style: none;
}

section#references details {
  margin-top: 0px;
  width: 250px;
}

section#references .zoom:hover {
  transform: scale(
    1.05
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@keyframes fadeInDown {
  0% {
    transform: translateY(-1.25em);
  }
  100% {
    transform: translateY(0);
  }
}

.reference[open] p {
  animation-name: fadeInDown;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  margin-bottom: 30px;
}

section#references a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1b3c4f;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.imageScrollBar {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
/* Style the images */
.imageScrollBar .scrollBarContent {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: fit-content;
  display: flex;
}

@media (prefers-reduced-motion: no-preference) {
  .imageScrollBar .scrollBarContent {
    animation: scroll 30s linear infinite;
  }
}

.imageScrollBar .scrollBarContent:hover {
  animation-play-state: paused;
}
.imageScrollBar .scrollBarContent img {
  height: 100%;
}

/* Animate the images */
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-25%);
  }
}

.reference_content {
  margin-top: 50px;
  padding: 20px;
  background-color: #95c153;
}

.reference_content h3 {
  font-size: 30px;
}

.reference_content p {
  font-size: 18px;
  padding-bottom: 30px;
}

/*
  .popup{
    width: 400px;
    background-color: #f2f2f2;
    transform: translate(-50%,-50%), scale(0.1);
    visibility: hidden;
  }

  .open-popup{
    visibility: visible;
    transform: translate(-50%,-50%) scale(1);
  }

  */

/* Section Kontakt */
section#contact {
  background-color: #f2f2f2;
  text-align: center;
}

section#contact h2 {
  font-size: 60px;
}

section#contact h3 {
  max-width: 1400px;
  margin: auto;
  font-size: 25px;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 30px;
}

section#contact form {
  margin: auto;
  max-width: 35%;
}

section#contact form label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
}

section#contact form input,
section#contact form textarea {
  font-family: "MontserratWeb";
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
  border: none;
}

section#contact form textarea {
  height: 250px;
}

section#contact form textarea:focus {
  border: none;
  outline: none;
  border-bottom: 2px solid #95c153;
}

section#contact input[type="name"]:focus {
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 10px;
  outline: none;
  border: none;
  border-bottom: 2px solid #95c153;
}

section#contact input[type="email"]:focus {
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 10px;
  outline: none;
  border: none;
  border-bottom: 2px solid #95c153;
}

section#contact input[type="tel"]:focus {
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: none;
  border: none;
  border-bottom: 2px solid #95c153;
}

section#contact form button {
  display: block;
  padding: 10px 20px;
  background-color: #1b3c4f;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

section#contact form button:hover {
  background-color: #95c153;
}

#contactformwrapper1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  grid-gap: 10px;
  flex-direction: row;
  margin: auto;
  width: 100%;
}

.contactformwrapper2 {
  flex-grow: 1;
  flex-basis: 200px;
  width: 50%;
  box-sizing: border-box;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(180, 180, 180);
  opacity: 1; /* Firefox */
}

#contactfehler {
  display: none;
  width: 100%;
  background-color: #95c153;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin: right;
}
#contactfehler a {
  color: #1b3c4f;
  cursor: pointer;
  float: right;
  padding-right: 10px;
}

#contacterfolgreich {
  display: none;
  width: 100%;
  background-color: #95c153;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#contacterfolgreich a {
  color: #1b3c4f;
  cursor: pointer;
  float: right;
  padding-right: 10px;
}

/* Section Impressum */

section#impressum {
  background-color: #95c153;
  text-align: center;
}

section#impressum h2 {
  font-size: 36px;
}

section#impressum p {
  max-width: 1400px;
  margin: auto;
  font-size: 18px;
  margin-bottom: 30px;
}

section#impressum a {
  color: #1b3c4f;
}

section#impressum a:hover {
  color: #f2f2f2;
}

@media (max-width: 1920px) {
  nav ul {
    flex-direction: column;
  }

  nav li {
    margin: 10px 0;
  }

  section {
    padding-bottom: 50px;
  }

  section#home h1 {
    font-size: 50px;
    padding-top: 50px;
  }

  #section-erfahrung-wrapper {
    margin: auto;
    max-width: 1200px;
  }

  section#Erfahrung h2 {
    font-size: 50px;
  }
  section#Erfahrung h3 {
    font-size: 22px;
  }

  .grid-container-Erfahrung {
    grid-gap: 20px;
  }

  .grid-item {
    flex-basis: 150px;
    min-width: 150px;
  }

  section#Erfahrung p {
    font-size: 16px;
  }

  section#Erfahrung a {
    font-size: 16px;
  }

  #section-services-wrapper {
    max-width: 1200px;
    margin: auto;
  }

  section#services h2 {
    font-size: 50px;
  }

  section#services h3 {
    font-size: 20px;
  }

  .grid-container-services {
    grid-gap: 20px;
  }

  .grid-container-services .grid-item {
    flex-basis: 300px;
  }

  section#services p {
    font-size: 16px;
  }

  section#services a {
    font-size: 16px;
  }

  #section-about-wrapper {
    margin: auto;
    max-width: 1200px;
  }

  section#about h2 {
    font-size: 50px;
  }

  section#about a {
    font-size: 16px;
  }

  #section-references-wrapper {
    margin: auto;
    max-width: 1200px;
  }

  .reference img {
    width: 150px;
  }

  section#references h2 {
    font-size: 50px;
  }

  #section-contact-wrapper {
    margin: auto;
    max-width: 1200px;
  }

  section#contact form {
    max-width: 50%;
  }

  section#contact h2 {
    font-size: 50px;
  }

  section#contact h3 {
    font-size: 22px;
  }

  section#impressum h3 {
    font-size: 15px;
  }

  section#impressum span {
    font-size: 13px;
  }

  section#impressum a {
    font-size: 13px;
  }

  #logo img {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 1280px) {
  nav ul {
    flex-direction: column;
  }

  #home_wrapper {
    max-width: 900px;
    margin: auto;
  }

  section#home h1 {
    font-size: 40px;
  }

  section#home h2 {
    font-size: 20px;
  }

  section#home a {
    width: 250px;
    font-size: 14px;
    text-align: center;
  }

  #section-erfahrung-wrapper {
    max-width: 900px;
    margin: auto;
  }

  section#Erfahrung h2 {
    font-size: 40px;
  }

  section#Erfahrung h3 {
    font-size: 20px;
  }

  .grid-item {
    flex-basis: 200px;
  }

  section#Erfahrung p {
    font-size: 15px;
  }

  section#Erfahrung a {
    font-size: 14px;
  }

  #section-services-wrapper {
    max-width: 900px;
    margin: auto;
  }

  section#services h2 {
    font-size: 40px;
  }

  section#services h3 {
    font-size: 20px;
  }

  section#services p {
    font-size: 15px;
  }

  section#services a {
    font-size: 14px;
  }

  #section-about-wrapper {
    max-width: 900px;
    margin: auto;
  }

  section#about h2 {
    font-size: 40px;
  }

  section#about p {
    font-size: 15px;
  }

  section#about a {
    font-size: 14px;
  }

  #section-references-wrapper {
    max-width: 900px;
    margin: auto;
  }

  section#references h2 {
    font-size: 40px;
  }

  .reference_content p {
    font-size: 15px;
  }

  .reference img {
    width: 100px;
  }

  #section-contact-wrapper {
    max-width: 900px;
    margin: auto;
  }

  section#contact h2 {
    font-size: 40px;
  }

  section#contact h3 {
    font-size: 20px;
  }

  section#contact form label {
    font-size: 13px;
  }

  section#contact form input,
  section#contact form textarea {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
  }

  nav li {
    margin: 10px 0;
  }

  section {
    padding-bottom: 50px;
  }

  #logo {
    top: 10px;
    left: 10px;
  }

  #home_wrapper {
    padding-top: 5vh;
  }

  section#home h1 {
    font-size: 35px;
    padding-top: 50px;
  }

  section#home h2 {
    font-size: 22px;
  }

  section#Erfahrung h2 {
    font-size: 35px;
  }

  .grid-container-Erfahrung {
    grid-gap: 20px;
  }

  section#services h2 {
    font-size: 35px;
  }

  section#Erfahrung h3 {
    font-size: 22px;
  }

  .grid-container-services {
    grid-gap: 20px;
  }
  section#services h3 {
    font-size: 22px;
  }

  section#about h2 {
    font-size: 35px;
  }

  section#references h2 {
    font-size: 35px;
  }

  section#contact h2 {
    font-size: 35px;
  }

  section#contact h3 {
    font-size: 22px;
  }

  section#contact form {
    max-width: 90%;
  }

  section#impressum h3 {
    font-size: 15px;
  }

  section#impressum span {
    font-size: 13px;
  }

  section#impressum a {
    font-size: 13px;
  }

  #logo img {
    width: 50px;
    height: 50px;
  }
}

/* Akzentfarbe definieren */
:root {
  --akzentfarbe: #00b894;
}

/* Links in Akzentfarbe hervorheben */
a {
  color: var(--akzentfarbe);
}

/* Bombardier closer */
/* section home_bombardier-closer */
#logo-bombardier-closer {
  padding-top: 50px;
}

#bombardier-closer-content {
  margin: 0 auto;
  max-width: 1440px;
  background-color: #f2f2f2ee;
  border-radius: 10px;
}

section#home_bombardier-closer {
  /* background-image: url('IMG_4230.webp'); */
  text-align: center;
  min-height: 100vh;
  max-width: 100vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section#home_bombardier-closer h1 {
  max-width: 1440px;
  margin: auto;
  font-size: 40px;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 20px;
}

#vorschau_app {
  padding-bottom: 50px;
}

#vorschau_app img {
  margin-top: 50px;
  border-radius: 10px;
}

#goback-button {
  padding-bottom: 50px;
}

section#home_bombardier-closer a {
  width: 150px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #1b3c4f;
  color: #f2f2f2;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

section#home_bombardier-closer a:hover {
  background-color: #009c6b;
}
