/*allgemein*/

/* roboto-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('../Schriftarten/roboto-v47-latin-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../Schriftarten/roboto-v47-latin-100.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* roboto-200 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200;
    src: url('../Schriftarten/roboto-v47-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../Schriftarten/roboto-v47-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* roboto-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../Schriftarten/roboto-v47-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../Schriftarten/roboto-v47-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* roboto-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../Schriftarten/roboto-v47-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../Schriftarten/roboto-v47-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* roboto-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../Schriftarten/roboto-v47-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../Schriftarten/roboto-v47-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* roboto-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    src: url('../Schriftarten/roboto-v47-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../Schriftarten/roboto-v47-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* roboto-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../Schriftarten/roboto-v47-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../Schriftarten/roboto-v47-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* roboto-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    src: url('../Schriftarten/roboto-v47-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../Schriftarten/roboto-v47-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* roboto-900 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../Schriftarten/roboto-v47-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../Schriftarten/roboto-v47-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }

*{
  margin: 0;
  padding: 0;
}

:root{
  --darkblue: #0B1F52;
  --ligthGrey: #E9E9E9;
  --darkGrey: #4B4B4B;
  --midGrey: #bbbaba;
}

.colorWhite{
  color: white;
}

.colorDarkGrey{
  color: var(--darkGrey);
}

.colorDarkBlue{
  color: var(--darkblue);
}

.buttonTemplate{
  background-color: var(--darkblue);
  color: white;
  border: 0;
  padding: 15px 20px;
  border-radius: 10px;
  font-family: 'Roboto';
  cursor: pointer;
}

header{
    width: 100%;
    display: flex;
    justify-content: center;
}

img, video {
    display: block;
}

html, body {
    width: 100vw;
    scroll-behavior: smooth;
}

/* Kontakt-Sidebar rechts */
.contact-sidebar {
  position: fixed;
  top: 60%;
  right: 0px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 1000;
}

.contact-icon {
  background: var(--darkblue);
  border-radius: 10%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.contact-icon:hover {
  transform: scale(1.12);
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}

.contact-icon img {
  width: 26px;
  height: 26px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

    .fadeInUp {
        opacity: 0; /* Starte unsichtbar */
        transform: translateY(20px); /* Startposition */
        transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    }

    .fadeInUp.visible {
        opacity: 1;
        transform: translateY(0);
    }

#footerBelow{
  width: 100%;
  height: 70px;
  background-color: #001333;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*PC*/

@media only screen and (min-width: 1001px){
    p{
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 120%;
    }

    h1{
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 600;
      font-size: 48px;
      line-height: 120%;
      text-transform: capitalize;
    }

    h2{
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 600;
      font-size: 48px;
      line-height: 120%;
      text-transform: capitalize;
      color: var(--darkGrey);
    }

    h3{
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 600;
      font-size: 32px;
      line-height: 120%;
      text-transform: capitalize;
      color: var(--darkblue);
    }

    h4{
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 120%;
      color: var(--darkblue);
    }

    #logo{
        width: 400px;
        margin-bottom: 70px;
        margin-top: 20px;
    }

    .buttonTemplate{
        font-size: 18px;
        padding: 20px 25px;
        font-weight: 600;
    }

    .hover-grow {
      transition: transform 0.3s ease;
      display: inline-block; /* wichtig für transform */
    }

    .hover-grow:hover {
      transform: scale(1.1); /* wird um 10% größer */
    }

    .twoColumns {
      display: flex;
      flex-wrap: wrap;
    }

    .twoColumns > div {
        flex: 1 1 50%;
        max-width: 50%;
        box-sizing: border-box;
        padding: 5%; /* optional für Abstand */
    }

    #footer{
      margin-top: 1100px;
    }

    .contact-icon{
      width: 60px;
      height: 60px;
    }
}

/*mobile */

@media only screen and (max-width: 1000px){
    .desktop{
      display: none;
    }
    
    p{
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 120%;
    }

    h1{
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 800;
      font-size: 32px;
      line-height: 120%;
      text-transform: capitalize;
    }


    h2{
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 600;
      font-size: 28px;
      line-height: 120%;
      text-transform: capitalize;
      color: var(--darkGrey);
    }

    h3{
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 600;
      font-size: 22px;
      line-height: 120%;
      text-transform: capitalize;
      color: var(--darkblue);
    }

    h4{
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 120%;
      color: var(--darkblue);
    }

    #logo{
        width: 180px;
        margin-bottom: 50px;
        margin-top: 10px;
    }
    .buttonTemplate{
      font-size: 14px;
      font-weight: 600;
  }

  .buttonTemplate:active {
        transform: scale(1.08);
        transition: transform 0.1s;
    }

  #footerBelowText{
    text-align: center;
        width: 90%;
    margin-left: 5%;
  }
}

#footer {
  background-color: #182a5c;
  padding: 60px 0 40px 0;
  color: #fff;
  font-family: 'Roboto', Arial, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.footer-col {
  flex: 1 1 0;
  min-width: 200px;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-contact {
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-contact-row {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* <-- geändert von flex-end auf flex-start */
  gap: 18px;
  margin-bottom: 18px;
}

.footer-icon {
  width: 48px;
  height: 48px;
  background: #0e1a3a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-icon img {
  width: 26px;
  height: 26px;
}

@media (max-width: 1000px) {
  .footer-container {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    width: 90%;
  }
  .footer-contact-row {
    justify-content: flex-start;
  }
}

/* Nur für Desktop */
@media (min-width: 1001px) {
  .footer-contact-row {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Text links, Icon ganz rechts */
    gap: 18px;
    margin-bottom: 18px;
  }
  .footer-contact {
    min-width: 260px;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .footer-icon {
    display: none;
  }
}