@font-face {
  font-family:'Montserrat-Light';
  src: local('Montserrat-Light'),
  url(./fonts/Montserrat/Montserrat-Light.woff2) format('woff2'),
  url(./fonts/Montserrat/Montserrat-Light.woff) format('woff');
}

@font-face {
  font-family:'Montserrat-Medium';
  src: local('Montserrat-Medium'),
  url(./fonts/Montserrat/Montserrat-Medium.woff2) format('woff2'),
  url(./fonts/Montserrat/Montserrat-Medium.woff) format('woff');
}

@font-face {
  font-family: 'ArchivoBlack-Regular';
  src: local('ArchivoBlack-Regular'),
  url(./fonts/Archivo/ArchivoBlack-Regular.woff) format('woff'),
  url(./ArchivoBlack-Regular.woff2) format('woff2');
}

@font-face {
  font-family: 'NotoSerif-Regular';
  src: local('NotoSerif-Regular'),
  url(./fonts/NotoSerif/NotoSerif-Regular.woff2) format('woff2'),
 url(./fonts/NotoSerif/NotoSerif-Regular.woff) format('woff');
}


/*=============== VARIABLES CSS ===============*/
:root {
  --header-height: 3.5rem;

  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --first-color: hsl(230, 75%, 56%);
  --title-color: hsl(230, 75%, 15%);
  --text-color: hsl(230, 12%, 40%);
  --body-color: hsl(230, 100%, 98%);
  --container-color: hsl(230, 100%, 97%);
  --border-color: hsl(230, 25%, 80%);

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Syne", sans-serif;
  --h2-font-size: 1.25rem;
  --normal-font-size: .938rem;

  /*========== Font weight ==========*/
  --font-regular: 400;
  --font-medium: 500;
  --font-semi-bold: 600;

  /*========== z index ==========*/
  --z-fixed: 100;
  --z-modal: 1000;
}

/* ========   Allgemein zur Website   =========  */
* {
    font-family:'Montserrat-Medium';
    margin: 0%;
    padding: 0%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: .2s linear;
  }

/* ========   Allgemein zur Website   =========  */
body, html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
  }
  html::-webkit-scrollbar {
    width: 1rem;
  }
  html::-webkit-scrollbar-track {
    background: #fff;
  }
  html::-webkit-scrollbar-thumb {
    background: #10221b;
  }
  
  /* ========   Ganze Website ist eine Section mit dem Innenabstand  =========  */
  section {
    padding: 5rem 9%;
  }

  /* ========   Button  =========  */
.btn {
    margin-top: 1rem;
    display: inline-block;
    border: 0.2rem solid #D0A040;
    color: #10221b;
    cursor: pointer;
    background: none;
    font-size: 1.7rem;
    padding: 1rem 3rem;
  }
  .btn:hover {
    background: #D0A040;
    color: #4D7CCF;
  }


.fact1 {
  display: none;
}

.usp .icon .icon1 {
  height: 97px;
}

.usp .icon .icon2 {
  height: 97px;
}

.usp .icon .icon3 {
  height: 97px;
}

.service .icon1 {
  width: 85px;
}
.service .icon2 {
  width: 85px;
}
.service .icon3 {
  width: 85px;
}
.service .icon4 {
  width: 85px;
} 
  



/* ========   Philosophie   =========  */
.philo {
  width: 100%;
  height: 500px;
  background-color: #003865;
  padding: 10rem;
  padding-right: 0rem;
}
.philo .grid-philo {
  display: grid;
  grid-template-columns: 2fr 50px 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
      ". . . .";
  margin-top: -1rem;
}
.grid-philo .text {
  padding-right: 50px;
  padding-top: 3%;
}
.grid-philo .text h2 {
  text-align: left;
  font-family:'Montserrat-Medium';
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  font-size: 18px;
}
.grid-philo .text p {
  text-align: left;
  font-family:'Montserrat-Light';
  line-height: 22px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 16px;
}
.grid-philo .line svg {
  position: relative;
  left: 50%;
  top: 5%;
}
.grid-philo .line2 {
  display: none;
}
.grid-philo .relative {
  width: 300px;
  padding-top: 10%;
}
.grid-philo .relative1 {
  display: none;
}
.grid-philo .contact {
  position: relative;
  left: 30%;
}
.grid-philo .relative .contact h3{
  text-align: left;
  font-family:'Montserrat-Light';
  letter-spacing: 0.48px;
  color: #FB743E;
  text-transform: uppercase;
  font-size: 18px;
}
.grid-philo .relative .contact p{
  text-align: left;
  font-family:'Montserrat-Light';
  line-height: 25px;
  letter-spacing: 0.46px;
  color: #FFFFFF;
  font-size: 18px;
}
.grid-philo .relative svg{
  margin-right: 20px;
}
.grid-philo .image img {
  border-radius: 80px 0px 0px 80px;
  opacity: 1;
  width: 390px;
  height: 340px;
  float: right;
  margin-top: -1rem;
}
.grid-philo .img2 {
  display: none;
}

/* ========   Trennbild   =========  */
.trennbild1 {
  background: url(./bilder/bilanz-1.png);
  min-height: 300px;
  width: 100%;
  position: relative;
  border-radius: 0px 0px 50px 50px;
  opacity: 0.8;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.trennbild2 {
  background: url(./bilder/bilanz-2.png);
  min-height: 300px;
  width: 100%;
  position: relative;
  opacity: 0.8;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ========   Kontaktformular   =========  */
.contact {
  padding-bottom: 8rem;
  margin-bottom: 3rem;
}
.contact .contact-form-container {
  background: white;
  padding: 20px;
  border-radius: 8px;
}
.contact h2 {
  font-size: 48px;
  text-align: left;
  font-family: 'ArchivoBlack-Regular';
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;;
  margin-bottom: 4rem;
}
.contact .form-group {
  margin-bottom: 15px;
}
.contact label {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}
.contact input[type="text"],
.contact input[type="email"] {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border-radius: 4px;
  border: 1px solid #ddd;
  height: 50px;
}
.contact textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border-radius: 4px;
  border: 1px solid #ddd;
  height: 150px;
}
.contact button {
  background-color: #003865;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 22px;
  float: right;
  width: 18rem;
  height: 5rem;
}
.contact button:hover {
  background-color: #FB743E;
}
.contact .datenschutz{
  font-size: 16px;
}


/* ========   Referenz   =========  */
.referenz {
  margin-bottom: 5rem;
  margin-top: 5rem;
  padding-right: 5rem;
  display: none;
}
.referenz .headline h2 {
  font-size: 40px;
  text-align: left;
  font-family: 'ArchivoBlack-Regular';
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.referenz .headline h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #1F2038;
  opacity: 1;
  font-size: 30px;
}
.referenz .grid-referenz {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 50px 50px; 
  grid-template-areas: 
    ". . ."
    ". . ."; 
  justify-content: center; 
  align-content: center; 
  justify-items: center; 
  align-items: center; 

  margin-top: 5rem;
  width: auto;
  margin-left: 20rem;
  height: auto;
}

.referenz .card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: calc(33.333% - 20px);
  margin-bottom: 20px;

  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.65;
}
.referenz .card-image {
  height: 400px; /* Adjust height as necessary */
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}
.referenz .card-content {
  padding: 40px 30px;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
}
.referenz .card-title {
  font-weight: bold;
  text-align: left;
  font-family: 'Montserrat-Medium';
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 25px;
}
.referenz .card-description {
  font-size: 16px;
  margin: 10px 0;
  text-align: left;
  font-family: 'Montserrat-Light';
  line-height: 19px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.referenz .btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #3182ce; /* Adjust the color to match the screenshot */
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Montserrat-Light';
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  width: 90%;
  height: 50px;
  margin-top: 50%;
}
.referenz .btn span {
  font-size: 18px;
}
.referenz .btn:hover {
  background-color: #FB743E; /* Darker shade for hover effect */
}
.referenz .btn i {
  margin-left: 10px;
  text-align: end;
}
.referenzslider {

}


.referenzslider .headline h2 {
  font-size: 30px;
  text-align: left;
  font-family: 'ArchivoBlack-Regular';
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.referenzslider .headline h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 24px;
}
.referenzslider {
  display: block;
  height: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.referenz-slider {
  margin-top: 4rem;
}
.referenzslider .card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: calc(33.333% - 20px);
  margin-bottom: 20px;

  height: 350px;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.65;
}
.referenzslider .card-image {
  height: 200px; /* Adjust height as necessary */
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}
.referenzslider .card-content {
  padding: 40px 30px;
  padding-bottom: 5px;
  padding-top: 15px;
  width: 100%;
  height: 100%;
}
.referenzslider .card-title {
  font-weight: bold;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 20px;
}
.referenzslider .card-description {
  font-size: 16px;
  margin: 10px 0;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.referenzslider .btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #3182ce; /* Adjust the color to match the screenshot */
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  width: 50%;
  height: 40px;
  margin-top: 60%;
  margin-bottom: 1rem;
}
.referenzslider .btn span {
  font-size: 15px;
}
.referenzslider .btn:hover {
  background-color: #D0A040; /* Darker shade for hover effect */
}
.referenzslider .btn i {
  margin-left: 10px;
  text-align: end;
}




/* ========== Footer ========== */
.contact-box-2 {
  display: none;
}
.contact-box {
  background-color: #FB743E; /* Orange color */
  padding: 20px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  height: 16rem;
  border-radius: 30px;
  font-family: 'Montserrat-Medium';
  font-size: 20px;
  margin-top: -10rem;
  position: absolute;
  left: 10%;
}
.contact-box .question {
  margin-left: 5rem;
}
.contact-box .contact-data {
  display: flex;
}
.contact-box .contact-data span {
  margin-left: 1rem;
  margin-right: 1.5rem;
}
.contact-box .contact-data i {
  margin-left: 2rem;
  color: #003865;
  width: 50px;
  margin-right: -3rem;
}
.contact-box .contact-data a {
  color: #fff;
}
.footer {
  background-color: #003865; /* Blue color */
  color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  padding-left: 7rem;
  padding-right: 7rem;
  flex-wrap: wrap;
  height: 50rem;
  margin-top: 15rem;
  font-size: 18px;
  padding-top: 15rem;
  font-family: 'Montserrat-Medium';
}
.footer .adress-data span{
  color: #FB743E;
}
.footer address {
  margin-top: 3rem;
  font-size: 18px;
  font-family: 'Montserrat-Light';
  font-style: normal;
  line-height: 28px;
}
.footer .navigation {
  display: flex;
  list-style-type: none;
  padding: 0;
}
.footer .navigation li {
  margin-right: 3rem;
}
.footer .navigation li a {
  color: white;
  text-decoration: none;
}
.footer .contact-details {
  text-align: left;
  width: 60%;
  display: flex;
  justify-content: end;
}

.footer-icons {
  display: flex;
}
.footer-icons i{
  margin-left: 2rem;
  margin-right: 2rem;
}
.footer img {
  height: 80px;
}





/* ========   Philosophie   =========  */
.philosophie {
  width: 100%;
  background-color: #003865;
  padding: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
}

.philosophie .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: 1000px;
}
.philosophie .text-schuster{
  display: flex;
  align-items: center;
  flex-wrap: wrap; 
}
.philosophie .text-mitarbeiter{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4rem;
  padding-right: 5rem;
}
.philosophie .text-schuster p {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-top: 0rem;
  margin-top: -15%;
}
.philosophie h2 {
  text-align: left;
  font-family:'Montserrat-Medium';
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  font-size: 18px;
  padding: 3rem;
  padding-top: 5rem;
  padding-bottom: 0rem;
  margin-bottom: 30px;
}
.philosophie .parent h2 {
  text-align: left;
  font-family:'Montserrat-Medium';
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  font-size: 18px;
  padding: 3rem;
  padding-top: 5rem;
  padding-bottom: 0rem;
  margin-bottom: 0px;
}
.philosophie  p {
  text-align: left;
  font-family:'Montserrat-Light';
  line-height: 22px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 16px;
}


.fragen {
  background-color: #FB743E; /* Orange color */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0rem;
  padding-right: 0rem;
}
.fragen .CTA {
  padding: 20px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'Montserrat-Medium';
  font-size: 20px;
}
.CTA .question {
  margin-left: 0rem;
  margin-right: 2rem;
}
.CTA .contact-data {
  display: flex;
}
.CTA .contact-data span {
  margin-left: 1rem;
  margin-right: 1.5rem;
}
.CTA .contact-data img {
  margin-left: 2rem;
  color: #003865;
  height: 20px;
}
.CTA .contact-data a {
  color: #fff;
}
    
.tablet-1,
.tablet-2,
.tablet-slider {
  display: none;
}



/* ========   Über uns   =========  */
.aboutus {
  background-color: #003865;
  padding-top: 200px;
}
.aboutus h1{
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;

}
.aboutus .text1 {
  font-size: 16px;
  color: #fff;
  padding-top: 4rem;
}
.aboutus .text2 {
  font-size: 16px;
  color: #fff;
  padding-top: 3rem;
  margin-bottom: 4rem;
}
.aboutus .benefit ul {
  list-style-type: none;
  margin: 0;
  padding-top: 3rem;
  overflow: hidden;
  margin-left: -1.5rem;
}
.aboutus .benefit li {
  float: left;
 }
.aboutus .benefit li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
 }
 .aboutus .benefit li a p {
  margin-top: 20px;
 }
 
.aboutus .benefit img {
  height: 60px;
 }
.aboutus .benefit li a p:hover {
  color: #FB743E;
 }


/* ========   Vorteile  =========  */
.usp {
    width: 100%;
    height: 600px;
    padding-left: 4%;
    background: transparent linear-gradient(180deg, var(--unnamed-color-003865) 0%, #E6E8EC 85%, #EFEFF1 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #003865 0%, #E6E8EC 85%, #EFEFF1 100%) 0% 0% no-repeat padding-box;
}

.usp-slider {
  display: none;
}









































@media (min-width: 1921px) {
/* ========   Header   =========  */
.heading {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 4rem;
  color: #4D7CCF;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 2rem 1.5%;
  z-index: 3000;
  background-color: #fff;
  border-radius: 0px 0px 30px 30px;
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ========   Header-Logo   =========  */
.header .logo {
  margin-right: auto;
}
.logo img {
  top: 33px;
  margin-left: 100px;
  height: 75px;
}

/* ========   Header-Navigationsleiste   =========  */
.navbar {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin-right: 5rem;
}
.header .navbar a {
  margin-left: 10rem;
  font-size: 20px;
  color: #003865;
  font-family: 'Montserrat-Medium';
  font-weight: 500;
  font-style: normal;
}
.header .navbar a:hover {
  color: #D0A040;
}
.header .navbar #nav-close {
  font-size: 5rem;
  cursor: pointer;
  color: #D0A040;
  display: none;
}
.header .icons a,
.header .icons div {
  font-size: 2.5rem;
  margin-left: 2rem;
  cursor: pointer;
  color: #003865;
}
.header .icons a:hover,
.header .icons div:hover {
  color: #D0A040;
}
.header #menu-btn {
  display: none;
}
.icons .call {
  top: 70px;
  width: 25px;
}
.icons .mail {
  top: 72px;
  height: 25px;
  margin-left: 2rem;
}
.header .icons .theme-toggler {
  background: var(--color-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.6rem;
  width: 4.2rem;
  cursor: pointer;
  border-radius: var(--border-radius-1);
}
.header .icons .theme-toggler span {
  display: flex;
  align-items: center;
  height: 100%;
  width: 50%;
  font-size: 1.2rem;
  justify-content: center;
}
.header .icons .theme-toggler span.active {
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--border-radius-1);
}




 /* ========   Header Hintergrundbild   =========  */
.home {
  background: url(./bilder/header.png);
  min-height: 1100px;
  width: 100%;
  position: relative;
  

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ========   Facts  =========  */
.fact {
  height: 250px;
  top: 925px;

  background: #FB743E 0% 0% padding-box;
  border-radius: 0px 80px 0px 0px;
  opacity: 3;
  padding: 50px;
  padding-top: 30px;

  position: absolute;
  width: calc(800% - 2rem);
  max-width: 1200px;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.fact ul {
  list-style-type: none;
  padding-top: 3rem;
  overflow: hidden;
}
.fact li {
  float: left;
 }
.fact li p {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 50px;
  text-decoration: none;
  font-size: 20px;
 }
 .fact span {
  font-size: 80px;
  font-family: 'Montserrat-Light';
}
  
/* ========   Über uns   =========  */
.aboutus {
  background-color: #003865;
}
.aboutus h1{
  font-weight: 800;
  font-family: 'Montserrat-Medium';
  letter-spacing: 1px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 0px;
  margin-top: -50px;
}
.aboutus p {
  line-height: 30px;
}

/* ========   Vorteile   =========  */
.usp {
  margin-top: -1em;
}
.usp .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.usp .grid-item {
  padding: 20px;
  height: 100px;
  position: relative;
}
.usp .icon {
  background: transparent linear-gradient(180deg, #FB743E 0%, #7E3A1F 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  background-size: cover;
  width: 375px;
  height: 175px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
            justify-content: center;
            align-items: center;
}
.usp h2 {
  text-align: left;
  font-family: 'Montserrat-Medium';
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #003865;
  text-transform: uppercase;
  font-size: 17px;
  padding: 5rem 6rem;
  padding-bottom: 0rem;
  margin-top: 12rem;
}
.usp p {
  text-align: justify;
  font-family: 'Montserrat-Light';
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 16px;
  padding: 5rem 6rem;
  padding-top: 1.5rem;
}


/* ========   Leistungen   =========  */
.service-headlines {
  padding-top: 5rem;
  background-color: #EFEFF1;
}
.service-headlines h2 {
  font-size: 48px;
  text-align: left;
  font-family: 'ArchivoBlack-Regular';
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.service-headlines h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 30px;
}
.service {
  width: 100%;
  background-color: #EFEFF1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.wrapper{
	width: 1800px;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(2, 0.9fr);
  gap: 10px;
}
.tabs ul{
	margin-bottom: 25px;
  list-style: none;
  padding-left: 15rem;
}
.tabs ul li{
	width: 300px;
	padding: 15px;
  padding-left: 0px;
  padding-top: 30px;
	text-align: left;
	color: #3b3b3b;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
}
.tabs ul li .text:hover {
  font-weight: 800;
  transition: all 0.5s ease;
  color:  #3896BB;
}
.tabs ul li .text {
  padding-left: 15px;
}
.tabs ul li .icon{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
  color:  #3896BB;
}
.tabs ul li:last-child{
	border-right: 0px;
}
.tabs ul li:before{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	transition: all 0.2s ease;
}
.tabs ul li:hover,
.tabs ul li.active .text {
	color: #3896BB;
  font-weight: 800;
}
.tabs ul li:hover:before,
.tabs ul li.active:before{
	opacity: 1;
}
.content {
  margin-left: -15%;
  margin-top: 2rem;
}
.tab_wrap .image {
  float: right;
  margin-left: 30px;
  padding-bottom: 10px;
  z-index: 2;
}
.tab_wrap .image img{
  opacity: 1;
  width: 669px;
  height: 336px;
  border-radius: 0px 0px 0px 80px;
  margin-top: -10rem;
  display: block;
  z-index: 2;
}
.tab_wrap .image .img2{
  opacity: 1;
  width: 669px;
  height: 336px;
  border-radius: 0px 0px 0px 80px;
  margin-top: -33.5rem;
  position: absolute;
  z-index: 2;
}
.tab_wrap .text_content {
  padding: 60px;
  padding-top: 50px;
  background: #FB743E 0% 0% no-repeat padding-box;
  border-radius: 67px;
  opacity: 0.65;
  width: 900px;
  height: 100%;
  z-index: -5;
}
.tab_wrap .text_content #text_content2 {
  padding: 60px;
  padding-top: 50px;
  background: #FB743E 0% 0% no-repeat padding-box;
  border-radius: 67px;
  opacity: 0.65;
  width: 900px;
  height: 600px;
  z-index: -5;
}
.tab_wrap .title{
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat-Medium';
}
.tab_wrap .tab_content p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
  color: #fff;
  text-align: justify;
  font-family: 'Montserrat-Light';
}


.referenz .card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: calc(33.333% - 20px);
  margin-bottom: 20px;
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.65;
}

     
}
  































@media (max-width: 1920px) {
/* ========   Header   =========  */
.heading {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 4rem;
  color: #4D7CCF;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 2rem 1.5%;
  z-index: 3000;
  background-color: #fff;
  border-radius: 0px 0px 30px 30px;
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ========   Header-Logo   =========  */
.header .logo {
  margin-right: auto;
}
.logo img {
  top: 33px;
  margin-left: 100px;
  height: 75px;
}

/* ========   Header-Navigationsleiste   =========  */
.navbar {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin-right: 5rem;
}
.header .navbar a {
  margin-left: 10rem;
  font-size: 20px;
  color: #003865;
  font-family: 'Montserrat-Medium';
  font-style: normal;
}
.header .navbar a:hover {
  color: #D0A040;
}
.header .navbar #nav-close {
  font-size: 5rem;
  cursor: pointer;
  color: #D0A040;
  display: none;
}
.header .icons a,
.header .icons div {
  font-size: 2.5rem;
  margin-left: 2rem;
  cursor: pointer;
  color: #003865;
}
.header .icons a:hover,
.header .icons div:hover {
  color: #D0A040;
}
.header #menu-btn {
  display: none;
}
.icons .call {
  top: 70px;
  width: 25px;
}
.icons .mail {
  top: 72px;
  height: 25px;
  margin-left: 2rem;
}
.header .icons .theme-toggler {
  background: var(--color-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.6rem;
  width: 4.2rem;
  cursor: pointer;
  border-radius: var(--border-radius-1);
}
.header .icons .theme-toggler span {
  display: flex;
  align-items: center;
  height: 100%;
  width: 50%;
  font-size: 1.2rem;
  justify-content: center;
}
.header .icons .theme-toggler span.active {
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--border-radius-1);
}

/* ========   Header Hintergrundbild   =========  */
.home {
  background: url(./bilder/header.png);
  min-height: 775px;
  width: 100%;
  position: relative;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ========   Facts  =========  */
.fact {
  height: 200px;
  top: 625px;

  background: #FB743E 0% 0% padding-box;
  border-radius: 0px 80px 0px 0px;
  opacity: 3;
  padding: 40px;
  padding-top: 20px;

  position: absolute;
  width: calc(80% - 2rem);
  max-width: 1000px;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.fact ul {
  list-style-type: none;
  padding-top: 2rem;
  overflow: hidden;
}
.fact li {
  float: left;
 }
.fact li p {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 50px;
  text-decoration: none;
  font-size: 16px;
 }
 .fact span {
  font-size: 60px;
  font-family: 'Montserrat-Light';
}

.aboutus h1{
  padding-top: 0px;
  margin-top: 0px;
}
.aboutus {
  padding-top: 8%;
  padding-bottom: 10rem;
  padding-left: 5%;
}
.aboutus p {
  line-height: 28px;
}

/* ========   Vorteile   =========  */
.usp {
  z-index: 100;
  margin-top: -1rem;
}
.usp .grid-container {
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.usp .grid-item {
  padding: 20px;
  height: 100px;
  position: relative;
  width: 400px;
}
.usp .icon {
  background: transparent linear-gradient(180deg, #FB743E 0%, #7E3A1F 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  background-size: cover;
  width: 375px;
  height: 175px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
            justify-content: center;
            align-items: center;
}
.usp h2 {
  text-align: left;
  font-family: 'Montserrat-Medium';
  line-height: 21px;
  letter-spacing: 0px;
  color: #003865;
  text-transform: uppercase;
  font-size: 17px;
  padding-bottom: 0rem;
  margin-top: 18rem;
  padding-left: 0px;
  padding-right: 0px;
}
.usp p {
  text-align: left;
  font-family: 'Montserrat-Light';
  line-height: 22px;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 16px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.5rem;
}

/* ========   Leistungen   =========  */
.service-headlines {
  background-color: #EFEFF1;
}
.service-headlines h2 {
  font-size: 48px;
  text-align: left;
  font-family: 'ArchivoBlack-Regular';
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.service-headlines h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 30px;
}
.service {
  width: 100%;
  background-color: #EFEFF1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.wrapper{
	width: 1800px;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(2, 0.9fr);
  gap: 10px;
}
.tabs ul{
	margin-bottom: 25px;
  list-style: none;
  padding-left: 15rem;
}
.tabs ul li{
	width: 300px;
	padding: 15px;
  padding-left: 0px;
  padding-top: 30px;
	text-align: left;
	color: #3b3b3b;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
}
.tabs ul li .text:hover {
  font-weight: 800;
  transition: all 0.5s ease;
  color:  #3896BB;
}
.tabs ul li .text {
  padding-left: 15px;
}
.tabs ul li .icon{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
  color:  #3896BB;
}
.tabs ul li:last-child{
	border-right: 0px;
}
.tabs ul li:before{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	transition: all 0.2s ease;
}
.tabs ul li:hover,
.tabs ul li.active .text {
	color: #3896BB;
  font-weight: 800;
}
.tabs ul li:hover:before,
.tabs ul li.active:before{
	opacity: 1;
}
.content {
  margin-left: -15%;
  margin-top: 2rem;
}
.tab_wrap .image {
  float: right;
  margin-left: 30px;
  padding-bottom: 10px;
  z-index: 2;
}
.tab_wrap .image img{
  opacity: 1;
  width: 669px;
  height: 336px;
  border-radius: 0px 0px 0px 80px;
  margin-top: -10rem;
  display: block;
  z-index: 2;
}
.tab_wrap .image .img2{
  opacity: 1;
  width: 669px;
  height: 336px;
  border-radius: 0px 0px 0px 80px;
  margin-top: -33.5rem;
  position: absolute;
  z-index: 2;
}
.tab_wrap .text_content {
  padding: 60px;
  padding-top: 50px;
  background: #FB743E 0% 0% no-repeat padding-box;
  border-radius: 67px;
  opacity: 0.65;
  width: 900px;
  height: 100%;
  z-index: -5;
}
.tab_wrap .text_content #text_content2 {
  padding: 60px;
  padding-top: 50px;
  background: #FB743E 0% 0% no-repeat padding-box;
  border-radius: 67px;
  opacity: 0.65;
  width: 900px;
  height: 600px;
  z-index: -5;
}
.tab_wrap .title{
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat-Medium';
}
.tab_wrap .tab_content p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
  color: #fff;
  text-align: justify;
  font-family: 'Montserrat-Light';
}


   
}



















@media (max-width: 1620px) {
/* ========   Leistungen   =========  */
.service-headlines {
  background-color: #EFEFF1;
}
.service-headlines h2 {
  font-size: 48px;
  text-align: left;
  font-family: 'ArchivoBlack-Regular';
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.service-headlines h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 30px;
}
.service {
  width: 100%;
  background-color: #EFEFF1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.wrapper{
	width: 1800px;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(2, 0.9fr);
  gap: 10px;
}
.tabs ul{
	margin-bottom: 25px;
  list-style: none;
  padding-left: 15%;
}
.tabs ul li{
	width: 300px;
	padding: 15px;
  padding-left: 0px;
  padding-top: 30px;
	text-align: left;
	color: #3b3b3b;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
}
.tabs ul li .text:hover {
  font-weight: 800;
  transition: all 0.5s ease;
  color:  #3896BB;
}
.tabs ul li .text {
  padding-left: 15px;
}
.tabs ul li .icon{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
  color:  #3896BB;
}
.tabs ul li:last-child{
	border-right: 0px;
}
.tabs ul li:before{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	transition: all 0.2s ease;
}
.tabs ul li:hover,
.tabs ul li.active .text {
	color: #3896BB;
  font-weight: 800;
}
.tabs ul li:hover:before,
.tabs ul li.active:before{
	opacity: 1;
}
.content {
  margin-left: -5%;
  margin-top: 2rem;
}
.tab_wrap .image {
  float: right;
  margin-left: 30px;
  padding-bottom: 10px;
  z-index: 2;
}
.tab_wrap .image img{
  opacity: 1;
  width: 550px;
  height: 100%;
  border-radius: 0px 0px 0px 80px;
  margin-top: -10rem;
  display: block;

}
.tab_wrap .image .img2{
  opacity: 1;
  width: 550px;
  height: auto;
  border-radius: 0px 0px 0px 80px;
  margin-top: -30.8rem;
  position: absolute;
  z-index: 2;
}
.tab_wrap .text_content {
  padding: 60px;
  padding-top: 50px;
  background: #FB743E 0% 0% no-repeat padding-box;
  border-radius: 67px;
  opacity: 0.65;
  width: 850px;
  height: 100%;
}
.tab_wrap .text_content #text_content2 {
  padding: 60px;
  padding-top: 50px;
  background: #FB743E 0% 0% no-repeat padding-box;
  border-radius: 67px;
  opacity: 0.65;
  width: 900px;
  height: 600px;
  z-index: -5;
}
.tab_wrap .title{
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat-Medium';
}
.tab_wrap .tab_content p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
  color: #fff;
  text-align: justify;
  font-family: 'Montserrat-Light';
}

/* ========   Philosophie   =========  */
.philo {
  width: 100%;
  height: 500px;
  background-color: #003865;
  padding: 10rem;
  padding-right: 0rem;
}
.philo .grid-philo {
  display: grid;
  grid-template-columns: 2fr 50px 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
      ". . . .";
  margin-top: -2.5rem;
}
.grid-philo .text {
  padding-right: 50px;
  padding-top: 3%;
}
.grid-philo .text h2 {
  text-align: left;
  font-family: 'Montserrat-Medium';
  line-height: 24px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  font-size: 18px;
}
.grid-philo .text p {
  text-align: left;
  font-family: 'Montserrat-Light';
  line-height: 21px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 16px;
}
.grid-philo .line svg {
  position: relative;
  left: 50%;
  margin-top: 1rem;
}
.grid-philo .relative {
  width: 300px;
  padding-top: 0%;
  margin-top: 6rem;
}
.grid-philo .contact {
  position: relative;
  left: 25%;
}
.grid-philo .relative .contact h3{
  text-align: left;
  font-family: 'Montserrat-Medium';
  line-height: 30px;
  letter-spacing: 0.48px;
  color: #FB743E;
  text-transform: uppercase;
  font-size: 18px;
}
.grid-philo .relative .contact p{
  text-align: left;
  font-family: 'Montserrat-Medium';
  line-height: 30px;
  letter-spacing: 0.46px;
  color: #FFFFFF;
  font-size: 18px;
}
.grid-philo .relative svg{
  margin-right: 20px;
}
.grid-philo .image img {
  border-radius: 80px 0px 0px 80px;
  opacity: 1;
  width: 280px;
  height: 300px;
  float: right;
  margin-top: 2rem;
}
.grid-philo .img2 {
  display: none;
}

/* ========   Trennbild   =========  */
.trennbild1 {
  background: url(./bilder/bilanz-1.png);
  min-height: 200px;
  width: 100%;
  position: relative;
  border-radius: 0px 0px 30px 30px;
  opacity: 0.3;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.trennbild2 {
  background: url(./bilder/bilanz-2.png);
  min-height: 300px;
  width: 100%;
  position: relative;
  opacity: 0.3;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* ========   Referenz   =========  */
.referenz {
  margin-bottom: 5rem;
  margin-top: 5rem;
  padding-right: 5rem;
}
.referenz .headline h2 {
  font-size: 40px;
  text-align: left;
  font-family: 'ArchivoBlack-Regular';
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.referenz .headline h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 30px;
}
.referenz .grid-referenz {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 30px 30px; 
  grid-template-areas: 
    ". . ."
    ". . ."; 
  justify-content: center; 
  align-content: center; 
  justify-items: center; 
  align-items: center; 

  margin-top: 8rem;
  width: auto;
  margin-left: 15rem;
  height: auto;
}
.referenz .card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: calc(33.333% - 20px);
  margin-bottom: 20px;

  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.65;
}
.referenz .card-image {
  height: 400px; /* Adjust height as necessary */
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}
.referenz .card-content {
  padding: 40px 30px;
  padding-bottom: 5px;
  width: 100%;
  height: 100%;
}
.referenz .card-title {
  font-weight: bold;
  text-align: left;
  font-family: 'Montserrat-Medium';
  line-height: 19px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 25px;
}
.referenz .card-description {
  font-size: 16px;
  margin: 10px 0;
  text-align: left;
  font-family: 'Montserrat-Medium';
  line-height: 19px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.referenz .btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #3182ce; /* Adjust the color to match the screenshot */
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  width: 90%;
  height: 50px;
  margin-top: 70%;
}
.referenz .btn span {
  font-size: 18px;
}
.referenz .btn:hover {
  background-color: #D0A040; /* Darker shade for hover effect */
}
.referenz .btn i {
  margin-left: 10px;
  text-align: end;
}

}
























@media (max-width: 1440px) {
/* ========   Header   =========  */
.heading {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 4rem;
  color: #4D7CCF;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 2rem 1.5%;
  z-index: 3000;
  background-color: #fff;
  border-radius: 0px 0px 30px 30px;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ========   Header-Logo   =========  */
.header .logo {
  margin-right: auto;
}
.logo img {
  top: 33px;
  margin-left: 80px;
  height: 75px;
}

/* ========   Header-Navigationsleiste   =========  */
.navbar {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin-right: 3rem;
}
.header .navbar a {
  margin-left: 6rem;
  font-size: 18px;
  color: #003865;
  font-family: 'Montserrat-Medium';
  font-weight: 500;
  font-style: normal;
}
.header .navbar a:hover {
  color: #D0A040;
}
.header .navbar #nav-close {
  font-size: 5rem;
  cursor: pointer;
  color: #D0A040;
  display: none;
}
.header .icons a,
.header .icons div {
  font-size: 2.5rem;
  margin-left: 2rem;
  cursor: pointer;
  color: #003865;
}
.header .icons a:hover,
.header .icons div:hover {
  color: #D0A040;
}
.header #menu-btn {
  display: none;
}
.icons .call {
  top: 70px;
  width: 22px;
}
.icons .mail {
  top: 72px;
  height: 22px;
  margin-left: 2rem;
}
.header .icons .theme-toggler {
  background: var(--color-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.6rem;
  width: 4.2rem;
  cursor: pointer;
  border-radius: var(--border-radius-1);
}
.header .icons .theme-toggler span {
  display: flex;
  align-items: center;
  height: 100%;
  width: 50%;
  font-size: 1.2rem;
  justify-content: center;
}
.header .icons .theme-toggler span.active {
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--border-radius-1);
}


/* ========   Header Hintergrundbild   =========  */
.home {
  background: url(./bilder/header.png);
  min-height: 912px;
  width: 100%;
  position: relative;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

/* ========   Facts  =========  */
.fact {
  height: 250px;
  top: 700px;

  background: #FB743E 0% 0% padding-box;
  border-radius: 0px 80px 0px 0px;
  opacity: 3;
  padding: 20px;
  padding-top: 30px;

  position: absolute;
  width: calc(100% - 2rem);
  max-width: 1000px;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.fact ul {
  list-style-type: none;
  padding-top: 3rem;
  overflow: hidden;
}
.fact li {
  float: left;
 }
.fact li p {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 50px;
  text-decoration: none;
  font-size: 15px;
 }
 .fact span {
  font-size: 70px;
}

/* ========   Vorteile   =========  */
.usp .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.usp .grid-item {
  padding: 20px;
  height: 100px;
  position: relative;
  width: 400px;
}
.usp .icon {
  background: transparent linear-gradient(180deg, #FB743E 0%, #7E3A1F 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  background-size: cover;
  width: 300px;
  height: 150px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
            justify-content: center;
            align-items: center;
}
.usp h2 {
  text-align: left;
  font-weight: 700;
  letter-spacing: 0px;
  color: #003865;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 0rem;
  margin-top: 15rem;
  padding-left: 20px;
}
.usp p {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 14px;
  padding-top: 1.5rem;
  padding-left: 20px;
}



/* ========   Philosophie   =========  */
.philo {
  width: 100%;
  height: 630px;
  background-color: #003865;
  padding: 10rem;
  padding-right: 0rem;
}
.philo .grid-philo {
  display: grid;
  grid-template-columns: 2fr 50px 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
      ". . . .";
  margin-top: -3rem;
}
.grid-philo .text {
  padding-right: 50px;
  padding-top: 1%;
}
.grid-philo .text h2 {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  font-size: 18px;
}
.grid-philo .text p {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 16px;
}
.grid-philo .line svg {
  position: relative;
  left: 10%;
  margin-top: 1rem;
}
.grid-philo .relative {
  width: 300px;
  padding-top: 0%;
  margin-top: 6rem;
}
.grid-philo .contact {
  position: relative;
  left: 10%;
}
.grid-philo .relative .contact h3{
  text-align: left;
  letter-spacing: 0.48px;
  color: #FB743E;
  text-transform: uppercase;
  font-size: 18px;
}
.grid-philo .relative .contact p{
  text-align: left;
  letter-spacing: 0.46px;
  color: #FFFFFF;
  font-size: 18px;
}
.grid-philo .relative svg{
  margin-right: 20px;
}
.grid-philo .image img {
  border-radius: 80px 0px 0px 80px;
  opacity: 1;
  width: 280px;
  height: 300px;
  float: right;
  margin-top: 2rem;
}
.grid-philo .img2 {
  display: none;
}

}



















@media (max-width: 1280px) {
/* ========   Header   =========  */
.heading {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 4rem;
  color: #4D7CCF;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 2rem 1.5%;
  z-index: 3000;
  background-color: #fff;
  border-radius: 0px 0px 30px 30px;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ========   Header-Logo   =========  */
.header .logo {
  margin-right: auto;
}
.logo img {
  top: 33px;
  margin-left: 80px;
  height: 75px;
}

/* ========   Header-Navigationsleiste   =========  */
.navbar {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin-right: 3rem;
}
.header .navbar a {
  margin-left: 6rem;
  font-size: 18px;
  color: #003865;
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.header .navbar a:hover {
  color: #D0A040;
}
.header .navbar #nav-close {
  font-size: 5rem;
  cursor: pointer;
  color: #D0A040;
  display: none;
}
.header .icons a,
.header .icons div {
  font-size: 2.5rem;
  margin-left: 2rem;
  cursor: pointer;
  color: #003865;
}
.header .icons a:hover,
.header .icons div:hover {
  color: #D0A040;
}
.icons {
  display: grid;
  margin-left: 0px;
}
.header #menu-btn {
  display: none;
}
.icons .call {
  top: 70px;
  width: 22px;
  margin-left: 0.5rem;
}
.icons .mail {
  top: 72px;
  height: 22px;
  margin-left: 0rem;
  margin-top: 1.2rem;
  margin-right: 0.5rem;
}
.header .icons .theme-toggler {
  background: var(--color-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.6rem;
  width: 4.2rem;
  cursor: pointer;
  border-radius: var(--border-radius-1);
}
.header .icons .theme-toggler span {
  display: flex;
  align-items: center;
  height: 100%;
  width: 50%;
  font-size: 1.2rem;
  justify-content: center;
}
.header .icons .theme-toggler span.active {
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--border-radius-1);
}


/* ========   Header Hintergrundbild   =========  */
.home {
  background: url(./bilder/header.png);
  min-height: 800px;
  width: 100%;
  position: relative;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ========   Facts  =========  */
.fact {
  height: 230px;
  top: 620px;

  background: #FB743E 0% 0% padding-box;
  border-radius: 0px 80px 0px 0px;
  opacity: 3;
  padding: 20px;
  padding-top: 30px;

  position: absolute;
  width: calc(100% - 2rem);
  max-width: 900px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.fact ul {
  list-style-type: none;
  padding-top: 3rem;
  overflow: hidden;
}
.fact li {
  float: left;
 }
.fact li p {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 50px;
  text-decoration: none;
  font-size: 12px;
 }
 .fact span {
  font-size: 65px;
}

/* ========   Vorteile   =========  */
.usp .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.usp .grid-item {
  padding: 20px;
  height: 100px;
  position: relative;
  width: 400px;
}
.usp .icon {
  background: transparent linear-gradient(180deg, #FB743E 0%, #7E3A1F 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  background-size: cover;
  width: 280px;
  height: 150px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
            justify-content: center;
            align-items: center;
}
.usp h2 {
  text-align: left;
  font-weight: 700;
  letter-spacing: 0px;
  color: #003865;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 0rem;
  margin-top: 15rem;
  padding-left: 20px;
}
.usp p {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 14px;
  padding-top: 1.5rem;
  padding-left: 20px;
}
/* ========   Leistungen   =========  */
.service-headlines {
  background-color: #EFEFF1;
}
.service-headlines h2 {
  font-size: 48px;
  text-align: left;
  font-family: 'ArchivoBlack-Regular';
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.service-headlines h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 30px;
}
.service {
  width: 100%;
  background-color: #EFEFF1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.wrapper{
	width: 1800px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(2, 0.9fr);
  gap: 10px;
}
.tabs ul{
	margin-bottom: 25px;
  list-style: none;
  padding-left: 15%;
}
.tabs ul li{
	width: 300px;
	padding: 15px;
  padding-left: 0px;
  padding-top: 30px;
	text-align: left;
	color: #3b3b3b;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
}
.tabs ul li .text:hover {
  font-weight: 800;
  transition: all 0.5s ease;
  color:  #3896BB;
}
.tabs ul li .text {
  padding-left: 15px;
}
.tabs ul li .icon{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
  color:  #3896BB;
}
.tabs ul li:last-child{
	border-right: 0px;
}
.tabs ul li:before{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	transition: all 0.2s ease;
}
.tabs ul li:hover,
.tabs ul li.active .text {
	color: #3896BB;
  font-weight: 800;
}
.tabs ul li:hover:before,
.tabs ul li.active:before{
	opacity: 1;
}
.content {
  margin-left: -5%;
  margin-top: 2rem;
}
.tab_wrap .image {
  float: right;
  margin-left: 30px;
  padding-bottom: 10px;
  z-index: 2;
}
.tab_wrap .image img{
  opacity: 1;
  width: 400px;
  height: 100%;
  border-radius: 0px 0px 0px 80px;
  margin-top: -10rem;
  display: block;

}
.tab_wrap .image .img2{
  opacity: 1;
  width: 400px;
  height: auto;
  border-radius: 0px 0px 0px 80px;
  margin-top: -22.4rem;
  position: absolute;
  z-index: 2;
}
.tab_wrap .text_content {
  padding: 60px;
  padding-top: 50px;
  background: #FB743E 0% 0% no-repeat padding-box;
  border-radius: 67px;
  opacity: 0.65;
  width: 500px;
  height: 100%;
}
.tab_wrap .text_content #text_content2 {
  padding: 60px;
  padding-top: 50px;
  background: #FB743E 0% 0% no-repeat padding-box;
  border-radius: 67px;
  opacity: 0.65;
  width: 900px;
  height: 600px;
  z-index: -5;
}
.tab_wrap .title{
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat-Medium';
}
.tab_wrap .tab_content p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
  color: #fff;
  text-align: justify;
  font-family: 'Montserrat-Light';
}



/* ========   Philosophie   =========  */
.philo {
  width: 100%;
  height: 530px;
  background-color: #003865;
  padding: 10rem;
  padding-right: 0rem;
  padding-left: 5rem;
}
.philo .grid-philo {
  display: grid;
  grid-template-columns: 2fr 50px 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
      ". . . .";
  margin-top: -3rem;
}
.grid-philo .text {
  padding-right: 50px;
  padding-top: 1%;
}
.grid-philo .text h2 {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
}
.grid-philo .text p {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 14px;
}
.grid-philo .line svg {
  position: relative;
  left: 10%;
  margin-top: 1rem;
}
.grid-philo .relative {
  width: 300px;
  padding-top: 0%;
  margin-top: 8rem;

}
.grid-philo .contact {
  position: relative;
  left: 10%;
}
.grid-philo .relative .contact h3{
  text-align: left;
  letter-spacing: 0.48px;
  color: #FB743E;
  text-transform: uppercase;
  font-size: 16px;
}
.grid-philo .relative .contact p{
  text-align: left;
  line-height: 25px;
  letter-spacing: 0.46px;
  color: #FFFFFF;
  font-size: 14px;
}
.grid-philo .relative svg{
  margin-right: 20px;
}
.grid-philo .image img {
  border-radius: 80px 0px 0px 80px;
  opacity: 1;
  width: 250px;
  height: 250px;
  float: right;
  margin-top: 5rem;
}
.grid-philo .img2 {
  display: none;
}


/* ========   Referenz   =========  */
.referenz {
  margin-bottom: 5rem;
  margin-top: 5rem;
  padding-right: 5rem;
}
.referenz .headline h2 {
  font-size: 40px;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.referenz .headline h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 30px;
}
.referenz .grid-referenz {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 30px 30px; 
  grid-template-areas: 
    ". . ."
    ". . ."; 
  justify-content: center; 
  align-content: center; 
  justify-items: center; 
  align-items: center; 

  margin-top: 5rem;
  width: auto;
  margin-left: 0rem;
  height: auto;
}
.referenz .card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: calc(33.333% - 20px);
  margin-bottom: 20px;

  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.65;
}
.referenz .card-image {
  height: 400px; /* Adjust height as necessary */
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}
.referenz .card-content {
  padding: 40px 30px;
  padding-bottom: 5px;
  width: 100%;
  height: 100%;
}
.referenz .card-title {
  font-weight: bold;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 24px;
}
.referenz .card-description {
  font-size: 16px;
  margin: 10px 0;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.referenz .btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #3182ce; /* Adjust the color to match the screenshot */
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  width: 90%;
  height: 50px;
  margin-top: 90%;
}
.referenz .btn span {
  font-size: 18px;
}
.referenz .btn:hover {
  background-color: #D0A040; /* Darker shade for hover effect */
}
.referenz .btn i {
  margin-left: 10px;
  text-align: end;
}

.contact-box {
  justify-content: center;
}

.aboutus h1{
  padding-top: 0px;
  margin-top: 0px;
}
.aboutus {
  padding-top: 10%;
  padding-bottom: 5rem;
  padding-left: 5%;
}
.aboutus p {
  line-height: 28px;
}

}


















@media (max-width: 1100px) {
/* ========   Philosophie   =========  */
.philo {
  width: 100%;
  height: 800px;
  background-color: #003865;
  padding: 10rem;
  padding-right: 5rem;
  padding-left: 5rem;
}
.philo .grid-philo {
  display: block;
  margin-top: -3rem;
}
.grid-philo .text {
  padding-right: 50px;
  padding-top: 1%;
}
.grid-philo .text h2 {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
}
.grid-philo .text p {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 14px;
}
.grid-philo .line svg {
  display: none;
}
.grid-philo .line2 {
  display: block;
  margin-left: 32%;
  margin-top: 5rem;
}
.grid-philo .relative {
  width: 100%;
  padding-top: 0%;
  margin-top: 5rem;
  display: grid; 
  grid-template-columns: 0.8fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 50px 0px; 
  grid-template-areas: 
    ". .";  
}
.grid-philo .contact {
  position: relative;
  margin-top: 2.5rem;
  margin-left: 35%;
}
.grid-philo .relative .contact h3{
  text-align: left;
  letter-spacing: 0.48px;
  color: #FB743E;
  text-transform: uppercase;
  font-size: 16px;
}
.grid-philo .relative .contact p{
  text-align: left;
  letter-spacing: 0.46px;
  color: #FFFFFF;
  font-size: 14px;
}
.grid-philo .relative svg{
  margin-right: 20px;
}
.grid-philo .image img {
  display: none;
}
.grid-philo .image2 .img2 {
  display: flex;
  border-radius: 80px 80px 80px 80px;
  opacity: 1;
  width: 350px;
  height: 250px;
  margin-left: 10%;
}
.img3 {
  display: none;
}
}

























@media (min-width: 1025px) {
.service br {
 display: none;
}
}



















@media (max-width: 1024px) {
/* ========   Navbar   =========  */
.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 2rem 1.5%;
  z-index: 3000;
  background-color: #fff;
  border-radius: 0px 0px 30px 30px;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  margin-right: auto;
}
.logo img{
  top: 33px;
  margin-left: 60px;
  height: 0%;
  width: 0%;
}
.navbar {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin-right: -2rem;
}
.navbar a {
  margin-left: 10rem;
  font-size: 16px;
  color: #003865;
  font-weight: 500;
  font-style: normal;
}
.navbar a:hover {
  color: #D0A040;
}
.icons {
  margin-left: 6rem;
  display: flex;
  text-align: right;
  padding-right: 3rem;

}
.icons a,
.icons div {
  font-size: 2.5rem;
  margin-left: 3rem;
  cursor: pointer;
  color: #4D7CCF;
}
.icons #menu-btn {
  width: 35px;
}
.icons .call {
  top: 70px;
  width: 26px;
  margin-left: 1rem;
}
.icons .mail {
  top: 72px;
  height: 26px;
  margin-left: 1rem;
  margin-top: 0rem;
  margin-right: 0rem;
}

/* ========   Header-Navigation   =========  */
  .header .logo img{
    width: 20rem;
  }
  .header #menu-btn {
    display: inline-block;
    color: #003865;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    left: -110%;
    background: #fff;
    z-index: 500000;
    width: 35rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .navbar.active {
    left: 0;
    -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
    transition: 0.5s;
  }
  .header .navbar a {
    margin: 1rem 0;
    font-size: 3rem;
  }
  .header .navbar #nav-close {
    display: block;
    position: absolute;
    top: 3rem;
    right: 3rem;
    height: 30px;
    width: 30px;
}

/* ========   Header Hintergrundbild   =========  */
.home {
  background: url(./bilder/header.png);
  min-height: 768px;
  width: 100%;
  position: relative;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

/* ========   Facts  =========  */
.fact {
  height: 210px;
  top: 600px;

  background: #FB743E 0% 0% padding-box;
  border-radius: 0px 80px 0px 0px;
  opacity: 3;
  padding: 50px;
  padding-top: 30px;


  position: absolute;
  width: calc(100% - 2rem);
  max-width: 800px;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.fact ul {
  list-style-type: none;
  padding-top: 3rem;
  overflow: hidden;
}
.fact li {
  float: left;
 }
.fact li p {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 25px;
  text-decoration: none;
  font-size: 12px;
 }
 .fact span {
  font-size: 60px;
}

/* ========   Vorteile   =========  */
.usp .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.usp .grid-item {
  padding: 20px;
  height: 100px;
  position: relative;
  width: 400px;
}
.usp .icon {
  background: transparent linear-gradient(180deg, #FB743E 0%, #7E3A1F 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  background-size: cover;
  width: 200px;
  height: 120px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
            justify-content: center;
            align-items: center;
}
.usp .icon .icon1 {
  height: 60px;
}
.usp .icon .icon2 {
  height: 60px;
}
.usp .icon .icon3 {
  height: 60px;
}
.usp h2 {
  text-align: left;
  font-weight: 700;
  letter-spacing: 0px;
  color: #003865;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 0rem;
  margin-top: 10rem;
  padding-left: 20px;
}
.usp p {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 14px;
  padding-top: 1.5rem;
  padding-left: 20px;
}



/* ========   Vorteile   =========  */
.usp {
  padding-right: 5%;
}
.usp .grid-container {
  display: none;
}
.usp-slider {
  display: flex;
}
.usp .slider-item {
  padding: 20px;
  height: 100px;
  position: relative;
  width: 400px;
}
.usp .icon {
  background: transparent linear-gradient(180deg, #FB743E 0%, #7E3A1F 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  background-size: cover;
  width: 250px;
  height: 120px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
            justify-content: center;
            align-items: center;
}
.usp .icon .icon1 {
  height: 60px;
}
.usp .icon .icon2 {
  height: 60px;
}
.usp .icon .icon3 {
  height: 60px;
}
.usp h2 {
  text-align: left;
  font-weight: 700;
  letter-spacing: 0px;
  color: #003865;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 0rem;
  margin-top: 10rem;
  padding-left: 20px;
}
.usp p {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 14px;
  padding-top: 1.5rem;
  padding-left: 20px;
}

.usp .slider-item {
  padding: 20px;
  height: 100%;
  position: relative;
  width: 400px;
  margin-top: 5rem;
}

.usp .slider-wrapper {
  margin-top: 10rem;
}


/* ========   Leistungen   =========  */
.service-headlines {
  background-color: #EFEFF1;
  margin-bottom: -18rem;
}
.service-headlines h2 {
  font-size: 42px;
  text-align: left;
  font-family: 'ArchivoBlack-Regular';
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.service-headlines h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 26px;
}
.service {
  width: 100%;
  background-color: #EFEFF1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5rem;
}
.wrapper{
	width: 800px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.tabs ul{
	margin-bottom: 25px;
  list-style: none;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  margin-top: 15rem;
}
.tabs ul li{
	width: 180px;
	padding: 15px;
  padding-left: 0px;
  padding-top: 30px;
	text-align: center;
	color: #3b3b3b;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
  justify-content: center;
  align-items: center;
}
.tabs ul li .text:hover {
  font-weight: 800;
  transition: all 0.5s ease;
  color:  #3896BB;
}
.tabs ul li .text {
  padding-left: 15px;
  margin-top: 50px;
}
.tabs ul li .icon{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
  color:  #3896BB;
}
.service .icon1 {
  height: 70px;
  width: auto;
}
.service .icon2 {
  height: 70px;
  width: auto;
}
.service .icon3 {
  height: 70px;
  width: auto;
}
.service .icon4 {
  height: 70px;
  width: auto;
} 
.tabs ul li:last-child{
	border-right: 0px;
}
.tabs ul li:before{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	transition: all 0.2s ease;
}
.tabs ul li:hover,
.tabs ul li.active .text {
	color: #3896BB;
  font-weight: 800;
}
.tabs ul li:hover:before,
.tabs ul li.active:before{
	opacity: 1;
}
.content {
  margin-left: 5%;
  margin-top: 12rem;
  margin-bottom: 10rem;
}
.tab_wrap .image {
  float: right;
  margin-left: 30px;
  padding-bottom: 10px;
  z-index: 2;
}
.tab_wrap .image img{
  opacity: 1;
  width: 400px;
  border-radius: 0px 0px 0px 80px;
  margin-top: -10rem;
  display: block;
  z-index: 2;
}
.tab_wrap .image .img2{
  opacity: 1;
  width: 400px;
  border-radius: 0px 0px 0px 80px;
  position: absolute;
  z-index: 2;
}
.tab_wrap .text_content {
  padding: 60px;
  padding-top: 50px;
  background: #FB743E 0% 0% no-repeat padding-box;
  border-radius: 67px;
  opacity: 0.65;
  width: 600px;
  height: 100%;
  z-index: -5;
}
.tab_wrap .title{
	font-size: 19px;
	margin-bottom: 15px;
	font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.tab_wrap .tab_content p{
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 10px;
  color: #fff;
  text-align: justify;
}


/* ========   Philosophie   =========  */
.philosophie {
  width: 100%;
  background-color: #003865;
  padding: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
}

.tablet-slider {
  display: block;
}
.tablet-slider .card {
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: calc(33.333% - 20px);
  margin-bottom: 20px;

  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.philosophie .parent {
  display: none;
}

.philosophie .tablet-1 {
    display: none;
}
.philosophie .tablet-2 {
  display: flex;
}
.philosophie .text-schuster{
  display: flex;
  align-items: center;
  flex-wrap: wrap; 
  padding: 3rem;
  padding-left: 3%;
  padding-right: 2%;
  margin-bottom: 3rem;
}
.philosophie .text-mitarbeiter{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  padding-left: 4rem;
  padding-right: 5rem;
}
.philosophie .text-schuster p {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-top: 0rem;
  margin-top: 0px;
}
.philosophie h2 {
  text-align: left;
  font-family:'Montserrat-Medium';
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  font-size: 18px;
  padding: 3rem;
  padding-top: 5rem;
  padding-bottom: 0rem;
  margin-bottom: 18px;
}
.philosophie  p {
  text-align: left;
  font-family:'Montserrat-Light';
  line-height: 22px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 16px;
}
  

/* ========   Referenz   =========  */
.referenz {
  margin-bottom: 5rem;
  margin-top: 5rem;
  padding-right: 5rem;
}
.referenz .headline h2 {
  font-size: 35px;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.referenz .headline h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 20px;
}
.referenz .grid-referenz {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr 1fr; 
  gap: 30px 30px; 
  grid-template-areas: 
    ". ."
    ". ."
    ". ."; 
  justify-content: center; 
  align-content: center; 
  justify-items: center; 
  align-items: center; 

  margin-top: 5rem;
  width: auto;
  margin-left: 0rem;
  height: auto;
}
.referenz .grid-referenz .card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: calc(33.333% - 20px);
  margin-bottom: 20px;

  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.65;
}
.referenz .grid-referenz .card-image {
  height: 400px; /* Adjust height as necessary */
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}
.referenz .card-content {
  padding: 40px 30px;
  padding-bottom: 5px;
  width: 100%;
  height: 100%;
}
.referenz .grid-referenz .card-title {
  font-weight: bold;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 20px;
}
.referenz .grid-referenz .card-description {
  font-size: 16px;
  margin: 10px 0;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.referenz .grid-referenz .btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #3182ce; /* Adjust the color to match the screenshot */
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  width: 90%;
  height: 50px;
  margin-top: 45%;
}
.referenz .grid-referenz .btn span {
  font-size: 16px;
}
.referenz .grid-referenz .btn:hover {
  background-color: #D0A040; /* Darker shade for hover effect */
}
.referenz .grid-referenz .btn i {
  margin-left: 10px;
  text-align: end;
}

.contact h2 {
  font-size: 30px;
}
}



























@media (max-width: 960px) {
/* ========   Header Hintergrundbild   =========  */
.home {
  background: url(./bilder/header.png);
  min-height: 601px;
  width: 100%;
  position: relative;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ========   Facts  =========  */
.fact {
  height: 190px;
  top: 450px;

  background: #FB743E 0% 0% padding-box;
  border-radius: 0px 80px 0px 0px;
  opacity: 3;
  padding: 20px;
  padding-top: 10px;

  position: absolute;
  width: calc(100% - 2rem);
  max-width: 750px;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.fact ul {
  list-style-type: none;
  padding-top: 3rem;
  overflow: hidden;
}
.fact li {
  float: left;
 }
.fact li p {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 12px;
 }
 .fact span {
  font-size: 60px;
}



.contact-box {
  display: none;
}
.contact-box-2 {
  background-color: #FB743E; /* Orange color */
  padding: 20px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  height: 16rem;
  border-radius: 30px;
  font-family: 'Montserrat-Medium';
  font-size: 20px;
  margin-top: -10rem;
  position: absolute;
  left: 10%;
}
.contact-box-2 .question {
  margin-left: 0rem;
}
.contact-box-2 .contact-data {
  display: flex;
}
.contact-box-2 .contact-data span {
  margin-left: 1rem;
  margin-right: 1.5rem;
}
.contact-box-2 .contact-data i {
  margin-left: 2rem;
  color: #003865;
  width: 50px;
  margin-right: -3rem;
}
.contact-box-2 .contact-data a {
  color: #fff;
}
  

/* ========   Philosophie   =========  */
.philosophie {
  width: 100%;
  background-color: #003865;
  padding: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
}

.philosophie .text-schuster{
  display: flex;
  align-items: center;
  flex-wrap: wrap; 
  padding: 3rem;
  padding-left: 3%;
  padding-right: 2%;
  margin-bottom: 3rem;
}
.philosophie .text-mitarbeiter{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  padding-left: 4rem;
  padding-right: 5rem;
}
.philosophie .text-schuster p {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-top: 0rem;
}
.philosophie h2 {
  text-align: left;
  font-family:'Montserrat-Medium';
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  font-size: 18px;
  padding: 3rem;
  padding-top: 5rem;
  padding-bottom: 0rem;
  margin-bottom: 18px;
}
.philosophie  p {
  text-align: left;
  font-family:'Montserrat-Light';
  line-height: 22px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 16px;
}


.fragen {
  background-color: #FB743E; /* Orange color */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0rem;
  padding-right: 0rem;
}
.fragen .CTA {
  padding: 20px;
  color: white;
  flex-wrap: wrap;
  font-family: 'Montserrat-Medium';
  font-size: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 20px;
  text-align: center;
}
.CTA .question {
  margin-left: 0rem;
  margin-right: 2rem;
}
.CTA .contact-data {
  display: flex;
}
.CTA .contact-data span {
  margin-left: 1rem;
  margin-right: 1.5rem;
}
.CTA .contact-data img {
  display: none;
}
.CTA .contact-data a {
  color: #fff;
}



}



























@media (max-width: 840px) {
/* ========   Philosophie   =========  */
.philo {
    width: 100%;
    height: 800px;
    background-color: #003865;
    padding: 10rem;
    padding-right: 5rem;
    padding-left: 5rem;
}
  .philo .grid-philo {
    display: block;
    margin-top: -3rem;
  }
  .grid-philo .text {
    padding-right: 50px;
    padding-top: 1%;
  }
  .grid-philo .text h2 {
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    font-size: 14px;
  }
  .grid-philo .text p {
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 14px;
  }
  .grid-philo .line svg {
    display: none;
  }
  .grid-philo .line2 {
    display: block;
    margin-left: 30%;
    margin-top: 5rem;
  }
  .grid-philo .relative {
    width: 100%;
    padding-top: 0%;
    margin-top: 5rem;
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr; 
    gap: 50px 0px; 
    grid-template-areas: 
      ". ."; 
  }
  .grid-philo .contact {
    position: relative;
    margin-top: 2.5rem;
    margin-left: 10%;
  }
  .grid-philo .relative .contact h3{
    text-align: left;
    letter-spacing: 0.48px;
    color: #FB743E;
    text-transform: uppercase;
    font-size: 16px;
  }
  .grid-philo .relative .contact p{
    text-align: left;
    letter-spacing: 0.46px;
    color: #FFFFFF;
    font-size: 14px;
  }
  .grid-philo .relative svg{
    margin-right: 20px;
  }
  .grid-philo .image img {
    display: none;
  }
  .grid-philo .image2 .img2 {
    display: flex;
    border-radius: 80px 80px 80px 80px;
    opacity: 1;
    width: 350px;
    height: 250px;
    margin-left: 0%;
  }
    
  }
  


































@media (max-width: 768px) {
/* ========   Navbar   =========  */
.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 2rem 1.5%;
  z-index: 3000;
  background-color: #fff;
  border-radius: 0px 0px 30px 30px;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  margin-right: auto;
}
.logo img{
  top: 33px;
  margin-left: 60px;
  height: 30%;
  width: 30%;
}
.navbar {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin-right: -2rem;
}
.navbar a {
  margin-left: 10rem;
  font-size: 16px;
  color: #003865;
  font-weight: 500;
  font-style: normal;
}
.navbar a:hover {
  color: #D0A040;
}
.icons {
  margin-left: 6rem;
  display: flex;
  text-align: right;
  padding-right: 3rem;

}
.icons a,
.icons div {
  font-size: 2.5rem;
  margin-left: 3rem;
  cursor: pointer;
  color: #4D7CCF;
}
.icons #menu-btn {
  width: 30px;
}
.icons .call {
  top: 70px;
  width: 22px;
  margin-left: 1rem;
}
.icons .mail {
  top: 72px;
  height: 22px;
  margin-left: 1rem;
  margin-top: 0rem;
  margin-right: 0rem;
}

/* ========   Header-Navigation   =========  */
  .header .logo img{
    width: 18rem;
  }
  .header #menu-btn {
    display: inline-block;
    color: #003865;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    left: -110%;
    background: #fff;
    z-index: 500000;
    width: 35rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .navbar.active {
    left: 0;
    -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
    transition: 0.5s;
  }
  .header .navbar a {
    margin: 1rem 0;
    font-size: 3rem;
  }
  .header .navbar #nav-close {
    display: block;
    position: absolute;
    top: 3rem;
    right: 3rem;
    height: 30px;
    width: 30px;
}

/* ========   Facts  =========  */
.fact {
  height: 160px;
  top: 480px;

  background: #FB743E 0% 0% padding-box;
  border-radius: 0px 80px 0px 0px;
  opacity: 3;
  padding: 20px;
  padding-top: 10px;

  position: absolute;
  width: calc(100% - 2rem);
  max-width: 650px;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.fact ul {
  list-style-type: none;
  padding-top: 3rem;
  overflow: hidden;
}
.fact li {
  float: left;
 }
.fact li p {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 12px;
 }
 .fact span {
  font-size: 45px;
}

/* ========   Über uns   =========  */
.aboutus h1{
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.aboutus h1{
  padding-top: 0px;
  margin-top: 0px;
}
.aboutus {
  padding-top: 14%;
  padding-bottom: 5rem;
  padding-left: 5%;
}
.aboutus p {
  line-height: 28px;
}

/* ========   Vorteile   =========  */
.usp {
  padding-right: 5%;
}
.usp .grid-container {
  display: none;
}
.usp-slider {
  display: flex;
}
.usp .slider-item {
  padding: 20px;
  height: 100px;
  position: relative;
  width: 400px;
  justify-content: center;
}
.usp .icon {
  background: transparent linear-gradient(180deg, #FB743E 0%, #7E3A1F 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  background-size: cover;
  width: 300px;
  height: 150px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
            justify-content: center;
            align-items: center;
}
.usp .icon .icon1 {
  height: 80px;
}
.usp .icon .icon2 {
  height: 80px;
}
.usp .icon .icon3 {
  height: 80px;
}
.usp h2 {
  text-align: left;
  font-weight: 700;
  letter-spacing: 0px;
  color: #003865;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 0rem;
  margin-top: 14rem;
  padding-left: 20px;
}
.usp p {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 14px;
  padding-top: 1.5rem;
  padding-left: 20px;
}

.usp .slider-item {
  padding: 20px;
  height: 100%;
  position: relative;
  width: 100%;
  margin-top: 5rem;
}

.usp .slider-wrapper {
  margin-top: 10rem;
}

/* ========   Leistungen   =========  */
.service-headlines {
  background-color: #EFEFF1;
  margin-bottom: -10rem;
  padding-top: 0rem;
}
.service-headlines h2 {
  font-size: 42px;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.service-headlines h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 26px;
}
.service {
  width: 100%;
  background-color: #EFEFF1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.wrapper{
	width: 800px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.tabs {
  padding-top: 3rem;
}
.tabs ul{
	margin-bottom: 25px;
  list-style: none;
  padding-left: 5%;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  justify-content: center;
  justify-items: center;
}
.tabs ul li{
	width: 150px;
	padding: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
	text-align: center;
	color: #3b3b3b;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 3px;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
  justify-content: center;
  align-items: center;
}
.tabs ul li .text:hover {
  font-weight: 800;
  transition: all 0.5s ease;
  color:  #D0A040;
}
.tabs ul li .text {
  padding-left: 15px;
  margin-top: 50px;
}
.tabs ul li .icon{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
  color:  #3896BB;
}
.service .icon1 {
  height: 50px;
}
.service .icon2 {
  height: 50px;
}
.service .icon3 {
  height: 50px;
}
.service .icon4 {
  height: 50px;
} 
.tabs ul li:last-child{
	border-right: 0px;
}
.tabs ul li:before{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	transition: all 0.2s ease;
}
.tabs ul li:hover,
.tabs ul li.active .text {
	color: #3896BB;
  font-weight: 800;
}
.tabs ul li:hover:before,
.tabs ul li.active:before{
	opacity: 1;
}
.content {
  margin-left: 5%;
  margin-top: 12rem;
  margin-bottom: 10rem;
}
.tab_wrap .image {
  float: right;
  margin-left: 30px;
  padding-bottom: 10px;
  z-index: 2;
}
.tab_wrap .image img{
  opacity: 1;
  width: 350px;
  height: 200px;
  border-radius: 0px 0px 0px 80px;
  margin-top: -10rem;
  display: block;
  z-index: 2;
}
.tab_wrap .image .img2{
  opacity: 1;
  width: 350px;
  height: 200px;
  border-radius: 0px 0px 0px 80px;
  margin-top: -20rem;
  position: absolute;
  z-index: 2;
}
.tab_wrap .text_content {
  padding: 60px;
  padding-top: 50px;
  background: #FB743E 0% 0% no-repeat padding-box;
  border-radius: 67px;
  opacity: 0.65;
  width: 500px;
  height: 100%;
  z-index: -5;
}
.tab_wrap .title{
	font-size: 19px;
	margin-bottom: 15px;
	font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.tab_wrap .tab_content p{
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 10px;
  color: #fff;
  text-align: justify;
}


/* ========   Referenz   =========  */
.referenz {
  display: none;
}
.referenzslider .headline h2 {
  font-size: 30px;
  text-align: left;
  font-family: 'ArchivoBlack-Regular';
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.referenzslider .headline h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 24px;
}
.referenzslider {
  display: block;
  height: 50rem;
}
.referenz-slider {
  margin-top: 4rem;
}
.referenzslider .card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: calc(33.333% - 20px);
  margin-bottom: 20px;

  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.65;
}
.referenzslider .card-image {
  height: 400px; /* Adjust height as necessary */
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}
.referenzslider .card-content {
  padding: 40px 30px;
  padding-bottom: 5px;
  padding-top: 15px;
  width: 100%;
  height: 100%;
}
.referenzslider .card-title {
  font-weight: bold;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 20px;
}
.referenzslider .card-description {
  font-size: 16px;
  margin: 10px 0;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.referenzslider .btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #3182ce; /* Adjust the color to match the screenshot */
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  width: 50%;
  height: 40px;
  margin-top: 60%;
  margin-bottom: 1rem;
}
.referenzslider .btn span {
  font-size: 15px;
}
.referenzslider .btn:hover {
  background-color: #D0A040; /* Darker shade for hover effect */
}
.referenzslider .btn i {
  margin-left: 10px;
  text-align: end;
}


.footer {
  background-color: #003865; /* Blue color */
  color: white;
  padding: 20px;
  display: flex;
  justify-content: center;
  padding-left: 7rem;
  padding-right: 7rem;
  flex-wrap: wrap;
  height: 50rem;
  margin-top: 15rem;
  font-size: 20px;
  padding-top: 15rem;
  font-family: 'Montserrat-Medium';
}
.footer .adress-data span{
  color: #FB743E;
}
.footer address {
  margin-top: 3rem;
  font-size: 20px;
  font-family: 'Montserrat-Light';
  font-style: normal;
  line-height: 28px;
}
.footer .navigation {
  display: flex;
  list-style-type: none;
  padding: 0;
}
.footer .navigation li {
  margin-right: 3rem;
}
.footer .navigation li a {
  color: white;
  text-decoration: none;
}
.footer .contact-details {
  text-align: left;
  width: auto;
  display: flex;
  justify-content: center;
}
.footer img {
  height: 80px;
}

}




























@media (max-width: 600px){

/* ========   Trennbild   =========  */
.trennbild1 {
  background: url(./bilder/bilanz-1.png);
  min-height: 180px;
  width: 100%;
  position: relative;
  border-radius: 0px 0px 30px 30px;
  opacity: 0.3;
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.trennbild2 {
  background: url(./bilder/bilanz-2.png);
  min-height: 260px;
  width: 100%;
  position: relative;
  opacity: 0.3;
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ========   Referenz   =========  */
.referenz {
  margin-bottom: -3rem;
  margin-top: 3rem;
  padding-right: 5rem;
}
.referenz .headline h2 {
  font-size: 30px;
  text-align: left;
  font-family: 'ArchivoBlack-Regular';
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.referenz .headline h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 24px;
}
.referenz .grid-referenz {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr 1fr; 
  gap: 30px 30px; 
  grid-template-areas: 
    ". ."
    ". ."
    ". ."; 
  justify-content: center; 
  align-content: center; 
  justify-items: center; 
  align-items: center; 

  margin-top: 3rem;
  width: auto;
  margin-left: 0rem;
  height: auto;
}
.referenz .grid-referenz .card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: calc(33.333% - 20px);
  margin-bottom: 20px;

  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.65;
}
.referenz .grid-referenz .card-image {
  height: 400px; /* Adjust height as necessary */
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}
.referenz .card-content {
  padding: 40px 30px;
  padding-bottom: 5px;
  padding-top: 15px;
  width: 100%;
  height: 100%;
}
.referenz .grid-referenz .card-title {
  font-weight: bold;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 16px;
}
.referenz .grid-referenz .card-description {
  font-size: 14px;
  margin: 10px 0;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.referenz .grid-referenz .btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #3182ce; /* Adjust the color to match the screenshot */
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  width: 143px;
  height: 40px;
  margin-top: 60%;
  margin-bottom: -1rem;
}
.referenz .grid-referenz .btn span {
  font-size: 12px;
}
.referenz .grid-referenz .btn:hover {
  background-color: #D0A040; /* Darker shade for hover effect */
}
.referenz .grid-referenz .btn i {
  margin-left: 10px;
  text-align: end;
}


}
































@media (max-width: 600px) {

/* ========   Header Hintergrundbild   =========  */
.home {
  background: url(./bilder/header.png);
  min-height: 700px;
  width: 100%;
  position: relative;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
}
/* ========   Navbar   =========  */
.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 2rem 1.5%;
  z-index: 3000;
  background-color: #fff;
  border-radius: 0px 0px 30px 30px;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  margin-right: auto;
}
.logo img{
  top: 33px;
  margin-left: 30px;
  height: 30%;
  width: 30%;
}
.navbar {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin-right: -2rem;
}
.navbar a {
  margin-left: 10rem;
  font-size: 16px;
  color: #003865;
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.navbar a:hover {
  color: #D0A040;
}
.icons {
  margin-left: 4rem;
  display: flex;
  text-align: right;
  padding-right: 1rem;

}
.icons a,
.icons div {
  font-size: 2.5rem;
  margin-left: 3rem;
  cursor: pointer;
  color: #4D7CCF;
}
.icons #menu-btn {
  width: 25px;
}
.icons .call {
  top: 70px;
  width: 20px;
  margin-left: 1rem;
}
.icons .mail {
  top: 72px;
  height: 20px;
  margin-left: 1rem;
  margin-top: 0rem;
  margin-right: 0rem;
}

/* ========   Header-Navigation   =========  */
  .header .logo img{
    width: 15rem;
  }
  .header #menu-btn {
    display: inline-block;
    color: #003865;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    left: -110%;
    background: #fff;
    z-index: 500000;
    width: 35rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .navbar.active {
    left: 0;
    -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
    transition: 0.5s;
  }
  .header .navbar a {
    margin: 1rem 0;
    font-size: 3rem;
  }
  .header .navbar #nav-close {
    display: block;
    position: absolute;
    top: 3rem;
    right: 3rem;
    height: 30px;
    width: 30px;
}

/* ========   Facts  =========  */
.fact {
  display: none;
}
.fact1 {
  height: 175px;
  top: 750px;

  background: #FB743E;
  border-radius: 0px 0px 0px 0px;
  opacity: 3;
  padding: 20px;
  padding-top: 10px;
  margin-top: -15rem;
  position: absolute;
  width: 100%;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.fact1 ul {
  list-style-type: none;
  padding-top: 0rem;
  overflow: hidden;

}
.fact1 li {
  float: left;
 }
.fact1 li p {
  display: block;
  color: white;
  text-align: left;
  padding: 14px 25px;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
 }
 .fact1 span {
  font-size: 52px;
  font-family: 'Montserrat-Light';
}

/* ========   Über uns  =========  */
.aboutus h1{
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.aboutus h1{
  padding-top: 0px;
  margin-top: 0px;
}
.aboutus {
  padding-top: 15rem;
  padding-bottom: 5rem;
  padding-left: 5%;
}
.aboutus p {
  line-height: 28px;
}

.aboutus .benefit ul {
  list-style-type: none;
    margin: 0;
    padding-top: 3rem;
    overflow: hidden;
    margin-left: -1.5rem;
    display: grid;
    justify-content: left;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 30px;
}

.aboutus .benefit ul img {
  height: 60px;
}


/* ========   Leistungen   =========  */
.service-headlines {
  background-color: #E8E8EB;
  margin-bottom: -20rem;
  padding-top: 0rem;
}
.service-headlines h2 {
  font-size: 32px;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.service-headlines h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 24px;
}
.service {
  width: 100%;
  background-color: #E8E8EB;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.wrapper{
	width: 800px;
        padding-left: 10px;
        padding-right: 10px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin-top: 16rem;
        justify-items: center;
}
.tabs {
  width: 100%;
  margin-bottom: 5rem;
}
.tabs ul{
	margin-bottom: 25px;
  list-style: none;
  padding-left: 5%;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.tabs ul li{
	width: 150px;
	padding: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
	text-align: center;
	color: #3b3b3b;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 3px;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
  justify-content: center;
  align-items: center;
}
.tabs ul li .text:hover {
  font-weight: 800;
  transition: all 0.5s ease;
  color:  #3896BB;
}
.tabs ul li .text {
  padding-left: 15px;
  margin-top: 50px;
}
.tabs ul li .icon{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
  color:  #3896BB;
}
.service .icon1 {
  height: 40px;
}
.service .icon2 {
  height: 40px;
}
.service .icon3 {
  height: 40px;
}
.service .icon4 {
  height: 40px;
} 
.tabs ul li:last-child{
	border-right: 0px;
}
.tabs ul li:before{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	transition: all 0.2s ease;
}
.tabs ul li:hover,
.tabs ul li.active .text {
	color: #3896BB;
  font-weight: 800;
}
.tabs ul li:hover:before,
.tabs ul li.active:before{
	opacity: 1;
}
.content {
  margin-left: 0;
  margin-top: 12rem;
}
.tab_wrap .text_content {
  padding: 60px;
  padding-top: 50px;
  background: #FB743E 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 65px 65px;
  opacity: 0.65;
  width: 400px;
  height: 100%;
  z-index: -5;
}
.tab_wrap .image {
  margin-left: 0px;
  margin-top: 5rem;
  padding-bottom: 0px;
  z-index: 2;
  float: none;
}
.tab_wrap .image img{
  opacity: 1;
  width: 400px;
  height: 210px;
  border-radius: 65px 65px 0px 0px;
  margin-top: -18rem;
  z-index: 2;
  display: absolute;
  left: 40%;
}
.tab_wrap .image .img2{
  	display: none;
}
.tab_wrap .title{
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.tab_wrap .tab_content p{
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
  color: #fff;
  text-align: justify;
}


/* ========   Referenz   =========  */
.referenz {
  display: none;
}
.referenzslider .headline h2 {
  font-size: 30px;
  text-align: left;
  font-family: 'ArchivoBlack-Regular';
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.referenzslider .headline h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 24px;
}
.referenzslider {
  display: block;
  height: 46rem;
}
.referenz-slider {
  margin-top: 4rem;
}
.referenzslider .card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: calc(33.333% - 20px);
  margin-bottom: 20px;

  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.65;
}
.referenzslider .card-image {
  height: 400px; /* Adjust height as necessary */
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}
.referenzslider .card-content {
  padding: 40px 30px;
  padding-bottom: 5px;
  padding-top: 15px;
  width: 100%;
  height: 100%;
}
.referenzslider .card-title {
  font-weight: bold;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 20px;
}
.referenzslider .card-description {
  font-size: 16px;
  margin: 10px 0;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.referenzslider .btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #3182ce; /* Adjust the color to match the screenshot */
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  width: 50%;
  height: 40px;
  margin-top: 60%;
  margin-bottom: 1rem;
}
.referenzslider .btn span {
  font-size: 15px;
}
.referenzslider .btn:hover {
  background-color: #D0A040; /* Darker shade for hover effect */
}
.referenzslider .btn i {
  margin-left: 10px;
  text-align: end;
}

}


































@media (max-width: 500px) {
  .header .logo img{
    width: 13rem;
  }
/* ========   Facts  =========  */
.fact {
  display: none;
}
.fact1 {
  height: 175px;
  top: 750px;

  background: #FB743E;
  border-radius: 0px 0px 0px 0px;
  opacity: 3;
  padding: 10px;
  padding-top: 10px;
  margin-top: -15rem;
  position: absolute;
  width: 100%;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

}
.fact1 ul {
  list-style-type: none;
  padding-top: 0rem;
  overflow: hidden;

}
.fact1 li {
  float: left;
 }
.fact1 li p {
  display: block;
  color: white;
  text-align: left;
  padding: 14px 25px;
  text-decoration: none;
  font-size: 16px;
 }
 .fact1 span {
  font-size: 48px;
}

/* ========   Leistungen   =========  */
.service-headlines {
  background-color: #EFEFF1;
  margin-bottom: -24rem;
  padding-top: 0rem;
}
.service-headlines h2 {
  font-size: 32px;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.service-headlines h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 24px;
}
.service {
  width: 100%;
  background-color: #EFEFF1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.wrapper{
	width: 800px;
        padding-left: 10px;
        padding-right: 10px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin-top: 16rem;
        justify-items: center;
}
.tabs {
  width: 100%;
  margin-bottom: 3rem;
  padding-top: 0px;
}
.tabs ul{
	margin-bottom: 25px;
  list-style: none;
  padding-left: 5%;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.tabs ul li{
	width: 150px;
	padding: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
	text-align: center;
	color: #3b3b3b;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 3px;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
  justify-content: center;
  align-items: center;
}
.tabs ul li .text:hover {
  font-weight: 800;
  transition: all 0.5s ease;
  color:  #3896BB;
}
.tabs ul li .text {
  padding-left: 15px;
  margin-top: 50px;
}
.tabs ul li .icon{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
  color:  #3896BB;
}
.service .icon1 {
  height: 40px;
}
.service .icon2 {
  height: 40px;
}
.service .icon3 {
  height: 40px;
}
.service .icon4 {
  height: 40px;
} 
.tabs ul li:last-child{
	border-right: 0px;
}
.tabs ul li:before{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	transition: all 0.2s ease;
}
.tabs ul li:hover,
.tabs ul li.active .text {
	color: #3896BB;
  font-weight: 800;
}
.tabs ul li:hover:before,
.tabs ul li.active:before{
	opacity: 1;
}
.content {
  margin-left: 0;
  margin-top: 12rem;
}
.tab_wrap .text_content {
  padding: 60px;
  padding-top: 50px;
  background: #FB743E 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 65px 65px;
  opacity: 0.65;
  width: 400px;
  height: 100%;
  z-index: -5;
}
.tab_wrap .image {
  margin-left: 0px;
  margin-top: 5rem;
  padding-bottom: 0px;
  z-index: 2;
  float: none;
}
.tab_wrap .image img{
  opacity: 1;
  width: 400px;
  height: 210px;
  border-radius: 65px 65px 0px 0px;
  margin-top: -18rem;
  z-index: 2;
  display: absolute;
  left: 40%;
}
.tab_wrap .image .img2{
  	display: none;
}
.tab_wrap .title{
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.tab_wrap .tab_content p{
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
  color: #fff;
  text-align: justify;
}

/* ========   Philosophie   =========  */
.tablet-slider {
  display: block;
}
.tablet-slider .card {
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: calc(33.333% - 20px);
  margin-bottom: 20px;

  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.philosophie .parent {
  display: none;
}

.philosophie .tablet-1 {
    display: none;
}
.philosophie .tablet-2 {
  display: flex;
}
.philosophie .text-schuster{
  display: flex;
  align-items: center;
  flex-wrap: wrap; 
  padding-top: 2%;
  padding-left: 3%;
  padding-right: 2%;
  margin-bottom: 3rem;
}
.philosophie .text-mitarbeiter{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  padding-left: 4rem;
  padding-right: 5rem;
}
.philosophie .text-schuster p {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-top: 0rem;
}
.philosophie h2 {
  text-align: left;
  font-family:'Montserrat-Medium';
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  font-size: 18px;
  padding: 3rem;
  padding-top: 5rem;
  padding-bottom: 0rem;
  margin-bottom: 18px;
}
.philosophie  p {
  text-align: left;
  font-family:'Montserrat-Light';
  line-height: 22px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 16px;
}

.tablet-1 {
  display: none;
}


.fragen {
  background-color: #FB743E; /* Orange color */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0rem;
  padding-right: 0rem;
}
.fragen .CTA {
  padding: 20px;
  color: white;
  flex-wrap: wrap;
  font-family: 'Montserrat-Medium';
  font-size: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 20px;
  text-align: center;
}
.CTA .question {
  margin-left: 0rem;
  margin-right: 2rem;
}
.CTA .contact-data {
  display: flex;
}
.CTA .contact-data span {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.CTA .contact-data img {
  display: none;
}
.CTA .contact-data a {
  color: #fff;
}













/* ======= Referenz ======== */
.referenzslider .headline h2 {
  font-size: 28px;
  text-align: left;
  font-family: 'ArchivoBlack-Regular';
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.referenzslider .headline h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 20px;
}
.referenz-slider .card {
  height: 250px;
}

.contact button {
  background-color: #003865;
  color: white;
  padding: 10px 10px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
  float: right;
  width: 15rem;
  height: 4rem;
  justify-content: center;
}
  

.contact-box-2 {
  background-color: #FB743E;
  padding: 20px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  height: 16rem;
  border-radius: 30px;
  font-family: 'Montserrat-Light';
  font-size: 15px;
  margin-top: -10rem;
  position: absolute;
  left: 10%;
}

.footer .navigation {
  display: flex;
  list-style-type: none;
  padding: 0;
  font-size: 15px;
  text-align: center;
  padding-left: 1rem;
}

.footer .navigation li {
  margin-right: 2rem;
}

.footer address {
  margin-top: 3rem;
  font-size: 18px;
  font-family: 'Montserrat-Light';
  font-style: normal;
  line-height: 28px;
}

}



























@media(max-width: 460px) {
/* ========   Header Hintergrundbild   =========  */
.home {
  background: url(./bilder/header.png);
  min-height: 700px;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
}

/* ========   Navbar   =========  */
.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 2rem 1.5%;
  z-index: 3000;
  background-color: #fff;
  border-radius: 0px 0px 30px 30px;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  margin-right: auto;
}
.logo img{
  top: 33px;
  margin-left: 30px;
  height: 30%;
  width: 30%;
}
.navbar {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin-right: -2rem;
}
.navbar a {
  margin-left: 10rem;
  font-size: 16px;
  color: #003865;
  font-weight: 500;
  font-style: normal;
}
.navbar a:hover {
  color: #D0A040;
}
.icons {
  margin-left: 1rem;
  display: flex;
  text-align: right;
  padding-right: 1rem;

}
.icons a,
.icons div {
  font-size: 2.5rem;
  margin-left: 1rem;
  cursor: pointer;
  color: #4D7CCF;
}
.icons #menu-btn {
  width: 25px;
}
.icons .call {
  top: 70px;
  width: 20px;
  margin-left: 0rem;
}
.icons .mail {
  top: 72px;
  height: 20px;
  margin-left: 0rem;
  margin-top: 0rem;
  margin-right: 0rem;
}

/* ========   Header-Navigation   =========  */
  .header .logo img{
    width: 13rem;
  }
  .header #menu-btn {
    display: inline-block;
    color: #003865;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    left: -110%;
    background: #fff;
    z-index: 500000;
    width: 35rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .navbar.active {
    left: 0;
    -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
    transition: 0.5s;
  }
  .header .navbar a {
    margin: 1rem 0;
    font-size: 3rem;
  }
  .header .navbar #nav-close {
    display: block;
    position: absolute;
    top: 3rem;
    right: 3rem;
    height: 30px;
    width: 30px;
}

/* ========   Facts  =========  */
.fact1 {
  height: 175px;
  top: 720px;

  background: #FB743E;
  border-radius: 0px 0px 0px 0px;
  opacity: 3;
  padding: 20px;
  padding-top: 10px;
  margin-top: -15rem;
  position: absolute;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.fact1 ul {
  list-style-type: none;
  padding-top: 0rem;
  overflow: hidden;

}
.fact1 li {
  float: left;
 }
.fact1 li p {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 16px;
 }
 .fact1 span {
  font-size: 40px;
}

.aboutus {
  margin-top: -5rem;
}

/* ========   Leistungen   =========  */
.service-headlines {
  background-color: #E6E6EA;
  margin-bottom: -24rem;
  padding-top: 0rem;
}
.service-headlines h2 {
  font-size: 32px;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.service-headlines h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 24px;
}
.service {
  width: 100%;
  background-color: #E6E6EA;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.wrapper{
	width: 800px;
        padding-left: 10px;
        padding-right: 10px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin-top: 16rem;
        justify-items: center;
}
.tabs {
  width: 100%;
  margin-bottom: 3rem;
  padding-top: 0px;
}
.tabs ul{
	margin-bottom: 25px;
  list-style: none;
  padding-left: 5%;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.tabs ul li{
	width: 150px;
	padding: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
	text-align: center;
	color: #3b3b3b;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
  justify-content: center;
  align-items: center;
}
.tabs ul li .text:hover {
  font-weight: 800;
  transition: all 0.5s ease;
  color:  #3896BB;
}
.tabs ul li .text {
  padding-left: 15px;
  margin-top: 50px;
}
.tabs ul li .icon{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
  color:  #3896BB;
}
.service .icon1 {
  height: 40px;
}
.service .icon2 {
  height: 40px;
}
.service .icon3 {
  height: 40px;
}
.service .icon4 {
  height: 40px;
} 
.tabs ul li:last-child{
	border-right: 0px;
}
.tabs ul li:before{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	transition: all 0.2s ease;
}
.tabs ul li:hover,
.tabs ul li.active .text {
	color: #3896BB;
  font-weight: 800;
}
.tabs ul li:hover:before,
.tabs ul li.active:before{
	opacity: 1;
}
.content {
  margin-left: 0;
  margin-top: 12rem;
}
.tab_wrap .text_content {
  padding: 30px;
  padding-top: 40px;
  background: #FB743E 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 65px 65px;
  opacity: 0.65;
  width: 400px;
  height: 100%;
  z-index: -5;
}
.tab_wrap .image {
  margin-left: 0px;
  margin-top: 5rem;
  padding-bottom: 0px;
  z-index: 2;
  float: none;
}
.tab_wrap .image img{
  opacity: 1;
  width: 400px;
  height: 210px;
  border-radius: 65px 65px 0px 0px;
  margin-top: -18rem;
  z-index: 2;
  display: absolute;
  left: 40%;
}
.tab_wrap .image .img2{
  	display: none;
}
.tab_wrap .title{
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.tab_wrap .tab_content p{
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
  color: #fff;
  text-align: justify;
}



/* ========   Philosophie   =========  */
.philo {
  width: 100%;
  height: 1100px;
  background-color: #003865;
  padding: 5rem;
  padding-right: 5rem;
  padding-left: 5rem;
  padding-top: 10rem;
}
.philo .grid-philo {
  display: block;
  margin-top: -3rem;
}
.grid-philo .text {
  padding-right: 0px;
  padding-top: 1%;
}
.grid-philo .text h2 {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
}
.grid-philo .text p {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 14px;
}
.grid-philo .line svg {
  display: none;
}
.grid-philo .line2 {
  display: block;
  margin-left: 0%;
  margin-top: 5rem;
}
.grid-philo .relative{
  display: none;
}
.grid-philo .relative1 {
  width: auto;
  padding-top: 0%;
  margin-top: 2.5rem;
  display: grid; 
  grid-auto-flow: row dense; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 0px 0px; 
  grid-template-areas: 
    "."
    "."; 
  justify-content: start; 
  align-content: start; 
  justify-items: start; 
  align-items: start; 
  margin-bottom: 5rem;
}
.grid-philo .contact {
  position: relative;
  margin-top: 2rem;
  margin-left: -3.5rem;
}
.grid-philo .relative1 .contact h3{
  text-align: left;
  letter-spacing: 0.48px;
  color: #FB743E;
  text-transform: uppercase;
  font-size: 14px;
}
.grid-philo .relative1 .contact p{
  text-align: left;
  letter-spacing: 0.46px;
  color: #FFFFFF;
  font-size: 14px;
}
.grid-philo .relative1 svg{
  margin-right: 20px;
}
.grid-philo .image img {
  display: none;
}
.grid-philo .image2 .img2 {
  display: flex;
  border-radius: 30px 30px 30px 30px;
  opacity: 1;
  width: 230px;
  height: 150px;
  margin-left: 0%;
  margin-top: 2rem;
}

.referenzslider {
  margin-bottom: 3rem;
}


.contact-box-2 {
  background-color: #FB743E;
  padding: 20px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  height: 16rem;
  border-radius: 30px;
  font-family: 'Montserrat-Light';
  font-size: 15px;
  margin-top: -10rem;
  position: absolute;
  left: 10%;
}
.contact-box-2 .contact-data {
  margin-left: -1rem;
  margin-right: 0rem;
}
.contact-box-2 .contact-data span {
  margin-left: 0rem;
  margin-right: 0rem;
}
.contact-box-2 .contact-data i {
  margin-left: 2rem;
  color: #003865;
  width: 50px;
  margin-right: -3rem;
}
.contact-box-2 .contact-data a {
  color: #fff;
}


}

































@media screen and (max-width: 420px) {
/* ========   Navbar   =========  */
.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 2rem 1.5%;
  z-index: 3000;
  background-color: #fff;
  border-radius: 0px 0px 30px 30px;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  margin-right: auto;
}
.logo img{
  top: 33px;
  margin-left: 25px;
  width: 150px;
}
.navbar {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin-right: -2rem;
}
.navbar a {
  margin-left: 10rem;
  font-size: 16px;
  color: #003865;
  font-weight: 500;
  font-style: normal;
}
.navbar a:hover {
  color: #D0A040;
}
.icons {
  margin-left: 1rem;
  display: flex;
  text-align: right;
  padding-right: 1rem;
}
.icons a,
.icons div {
  font-size: 2.5rem;
  margin-left: 0rem;
  cursor: pointer;
  color: #4D7CCF;
}
.icons #menu-btn {
  width: 25px;
}
.icons .call {
  top: 70px;
  width: 20px;
  margin-left: 0rem;
}
.icons .mail {
  top: 72px;
  height: 20px;
  margin-left: 0rem;
  margin-top: 0rem;
  margin-right: 0rem;
}

/* ========   Header-Navigation   =========  */
  .header .logo img{
    width: 13rem;
  }
  .header #menu-btn {
    display: inline-block;
    color: #003865;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    left: -110%;
    background: #fff;
    z-index: 500000;
    width: 35rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .navbar.active {
    left: 0;
    -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
    transition: 0.5s;
  }
  .header .navbar a {
    margin: 1rem 0;
    font-size: 3rem;
  }
  .header .navbar #nav-close {
    display: block;
    position: absolute;
    top: 3rem;
    right: 3rem;
    height: 30px;
    width: 30px;
}

/* ========   Header Hintergrundbild   =========  */
.home {
  background: url(./bilder/header.png);
  min-height: 800px;
  width: 100%;
  position: relative;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 210%;
  margin-top: -10rem;
}

/* ========   Facts  =========  */
.fact1 {
  height: 175px;
  top: 720px;

  background: #FB743E;
  border-radius: 0px 0px 0px 0px;
  opacity: 3;
  padding: 20px;
  padding-top: 10px;
  margin-top: -15rem;
  position: absolute;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;

}
.fact1 ul {
  list-style-type: none;
  padding-top: 0rem;
  overflow: hidden;

}
.fact1 li {
  float: left;
 }
.fact1 li p {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 16px;
 }
 .fact1 span {
  font-size: 40px;
}

/* ========   Über uns   =========  */
.aboutus {
  background-color: #003865;
  margin-top: -125px;
  
}
.aboutus h1{
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.aboutus .benefit ul {
  list-style-type: none;
  margin: 0;
  padding-top: 3rem;
  overflow: hidden;
  margin-left: -1.5rem;
  display: grid;
  justify-content: left;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 10px;
}

.aboutus .benefit ul img {
  height: 50px;
}

/* ========   Leistungen   =========  */
.service-headlines {
  background-color: #E6E6EA;
  margin-bottom: -24rem;
  padding-top: 0rem;
}
.service-headlines h2 {
  font-size: 32px;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
}
.service-headlines h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #003865;
  opacity: 1;
  font-size: 24px;
}
.service {
  width: 100%;
  background-color: #E6E6EA;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.wrapper{
	width: 800px;
        padding-left: 10px;
        padding-right: 10px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin-top: 16rem;
        justify-items: center;
}
.tabs {
  width: 100%;
  margin-bottom: 3rem;
  padding-top: 0px;
}
.tabs ul{
	margin-bottom: 25px;
  list-style: none;
  padding-left: 5%;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.tabs ul li{
	width: 150px;
	padding: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
	text-align: center;
	color: #3b3b3b;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
  justify-content: center;
  align-items: center;
}
.tabs ul li .text:hover {
  font-weight: 800;
  transition: all 0.5s ease;
  color:  #3896BB;
}
.tabs ul li .text {
  padding-left: 15px;
  margin-top: 50px;
}
.tabs ul li .icon{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
  color:  #3896BB;
}
.service .icon1 {
  height: 40px;
}
.service .icon2 {
  height: 40px;
}
.service .icon3 {
  height: 40px;
}
.service .icon4 {
  height: 40px;
} 
.tabs ul li:last-child{
	border-right: 0px;
}
.tabs ul li:before{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	transition: all 0.2s ease;
}
.tabs ul li:hover,
.tabs ul li.active .text {
	color: #3896BB;
  font-weight: 800;
}
.tabs ul li:hover:before,
.tabs ul li.active:before{
	opacity: 1;
}
.content {
  margin-left: 0;
  margin-top: 12rem;
}
.tab_wrap .text_content {
  padding: 30px;
  padding-top: 40px;
  background: #FB743E 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 65px 65px;
  opacity: 0.65;
  width: 400px;
  height: 100%;
  z-index: -5;
}
.tab_wrap .image {
  margin-left: 0px;
  margin-top: 5rem;
  padding-bottom: 0px;
  z-index: 2;
  float: none;
}
.tab_wrap .image img{
  opacity: 1;
  width: 400px;
  height: 210px;
  border-radius: 65px 65px 0px 0px;
  margin-top: -18rem;
  z-index: 2;
  display: absolute;
  left: 40%;
}
.tab_wrap .image .img2{
  	display: none;
}
.tab_wrap .title{
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.tab_wrap .tab_content p{
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
  color: #fff;
  text-align: justify;
}

/* ========   Philosophie   =========  */
.philo {
  width: 100%;
  height: 1150px;
  background-color: #003865;
  padding: 10rem;
  padding-right: 4rem;
  padding-left: 3rem;
}
.philo .contact {
  margin-left: -2.5rem;
}

/* ========   Trennbild   =========  */
.trennbild1 {
  background: url(./bilder/bilanz-1.png);
  min-height: 150px;
  width: 100%;
  position: relative;
  border-radius: 0px 0px 30px 30px;
  opacity: 0.3;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.trennbild2 {
  background: url(./bilder/bilanz-2.png);
  min-height: 150px;
  width: 100%;
  position: relative;
  opacity: 0.3;  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.contact-box-2 {
  background-color: #FB743E;
        padding: 20px;
        color: white;
        display: grid;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 90%;
        height: 16rem;
        border-radius: 30px;
        font-family: 'Montserrat-Light';
        font-size: 15px;
        margin-top: -10rem;
        position: absolute;
        left: 5%;
}
.contact-box-2 .contact-data i {
  margin-left: 1rem;
  color: #003865;
  width: 50px;
  margin-right: -3rem;
}
  
.fragen {
  background-color: #FB743E; /* Orange color */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0rem;
  padding-right: 0rem;
}
.fragen .CTA {
  padding: 10px;
  color: white;
  flex-wrap: wrap;
  font-family: 'Montserrat-Medium';
  font-size: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 5px;
  text-align: center;
  width: 100%;
}
.CTA .question {
  margin-left: 0rem;
  margin-right: 2rem;
}
.CTA .contact-data {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 30px;
}
.CTA .contact-data .strich {
  display: none;
}
.CTA .contact-data img {
  display: none;
}
.CTA .contact-data a {
  color: #fff;
}



}






























@media screen and (max-width: 380px) {
  /* ========   Navbar   =========  */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 2rem 1.5%;
    z-index: 3000;
    background-color: #fff;
    border-radius: 0px 0px 30px 30px;
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .logo {
    margin-right: auto;
  }
  .logo img{
    top: 33px;
    margin-left: 15px;
    width: 150px;
  }
  .navbar {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin-right: -2rem;
  }
  .navbar a {
    margin-left: 10rem;
    font-size: 16px;
    color: #003865;
    font-weight: 500;
    font-style: normal;
  }
  .navbar a:hover {
    color: #D0A040;
  }
  .icons {
    margin-left: 1rem;
    display: flex;
    text-align: right;
    padding-right: 1rem;
  }
  .icons a,
  .icons div {
    font-size: 2.5rem;
    margin-left: 0rem;
    cursor: pointer;
    color: #4D7CCF;
  }
  .icons #menu-btn {
    width: 25px;
  }
  .icons .call {
    top: 70px;
    width: 20px;
    margin-left: 0rem;
  }
  .icons .mail {
    top: 72px;
    height: 20px;
    margin-left: 0rem;
    margin-top: 0rem;
    margin-right: 0rem;
  }
  
  /* ========   Header-Navigation   =========  */
    .header .logo img{
      width: 12rem;
    }
    .header #menu-btn {
      display: inline-block;
      color: #003865;
    }
    .header .navbar {
      position: fixed;
      top: 0;
      left: -110%;
      background: #fff;
      z-index: 500000;
      width: 35rem;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .header .navbar.active {
      left: 0;
      -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
              box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
      transition: 0.5s;
    }
    .header .navbar a {
      margin: 1rem 0;
      font-size: 3rem;
    }
    .header .navbar #nav-close {
      display: block;
      position: absolute;
      top: 3rem;
      right: 3rem;
      height: 30px;
      width: 30px;
  }
  
  /* ========   Header Hintergrundbild   =========  */
.home {
    background: url(./bilder/header.png);
    min-height: 600px;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
}
  
  /* ========   Facts  =========  */
  .fact1 {
    height: 175px;
    top: 620px;
  
    background: #FB743E;
    border-radius: 0px 0px 0px 0px;
    opacity: 3;
    padding: 20px;
    padding-top: 10px;
    margin-top: -15rem;
    position: absolute;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  .fact1 ul {
    list-style-type: none;
    padding-top: 0rem;
    overflow: hidden;
  
  }
  .fact1 li {
    float: left;
   }
  .fact1 li p {
    display: block;
    color: white;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 15px;
   }
   .fact1 span {
    font-size: 40px;
  }
  
  /* ========   Über uns   =========  */
  .aboutus {
    background-color: #003865;
    margin-top: -50px;
    
  }
  .aboutus h1{
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
  }

  /* ========   Leistungen   =========  */
  .service-headlines {
    background-color: #E0E1E6;
    margin-bottom: -24rem;
    padding-top: 0rem;
  }
  .service-headlines h2 {
    font-size: 26px;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    color: #003865;
    opacity: 1;
  }
  .service-headlines h3 {
    text-align: left;
    letter-spacing: 0px;
    color: #003865;
    opacity: 1;
    font-size: 20px;
  }
  .service {
    width: 100%;
    background-color: #E0E1E6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .wrapper{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 15rem;
  }
  .tabs {
    margin-top: 0rem;
    padding-left: 0%;
  }
  .tabs ul{
    margin-bottom: 25px;
    list-style: none;
    padding-left: 0%;
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-right: 0%;
  }
  .tabs ul li{
    width: 150px;
    padding: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    text-align: center;
    color: #3b3b3b;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .tabs ul li .text:hover {
    font-weight: 800;
    transition: all 0.5s ease;
    color:  #3896BB;
  }
  .tabs ul li .text {
    padding-left: 15px;
    margin-top: 50px;
  }
  .tabs ul li .icon{
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
    color:  #3896BB;
  }
  .service .icon1 {
    height: 40px;
  }
  .service .icon2 {
    height: 40px;
  }
  .service .icon3 {
    height: 40px;
  }
  .service .icon4 {
    height: 40px;
  } 
  .tabs ul li:last-child{
    border-right: 0px;
  }
  .tabs ul li:before{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .tabs ul li:hover,
  .tabs ul li.active .text {
    color: #3896BB;
    font-weight: 800;
  }
  .tabs ul li:hover:before,
  .tabs ul li.active:before{
    opacity: 1;
  }
  .content {
    margin-left: 0%;
    margin-top: 12rem;
    margin-bottom: 0rem;
    margin-right: 0%;
  }
  .tab_wrap .text_content {
    padding: 60px;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 30px;
    background: #FB743E 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.65;
    width: 100%;
    height: 100%;
    z-index: -5;
  }
  .tab_wrap .image {
    margin-left: 0px;
    margin-top: 5rem;
    padding-bottom: 0px;
    z-index: 2;
    float: none;
  }
  .tab_wrap .image img{
    opacity: 1;
    width: 100%;
    height: 200px;
    border-radius: 65px 65px 0px 0px;
    margin-top: -18rem;
    z-index: 2;
    display: absolute;
    left: 40%;
  }
  .tab_wrap .image .img2{
      display: none;
  }
  .tab_wrap .title{
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
  }
  .tab_wrap .tab_content p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #fff;
    text-align: justify;
  }
  
  /* ========   Philosophie   =========  */
  .philo {
    width: 100%;
    height: 1200px;
    background-color: #003865;
    padding: 10rem;
    padding-right: 4rem;
    padding-left: 3rem;
  }
  .philo .contact {
    margin-left: -2.5rem;
  }
  
  .fragen {
    background-color: #FB743E; /* Orange color */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .fragen .CTA {
    padding: 10px;
    color: white;
    flex-wrap: wrap;
    font-family: 'Montserrat-Medium';
    font-size: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 5px;
    text-align: center;
    width: 100%;
  }
  .CTA .question {
    margin-left: 0rem;
    margin-right: 2rem;
  }
  .CTA .contact-data {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 30px;
  }
  .CTA .contact-data .strich {
    display: none;
  }
  .CTA .contact-data img {
    display: none;
  }
  .CTA .contact-data a {
    color: #fff;
  }

  /* ========   Trennbild   =========  */
  .trennbild1 {
    background: url(./bilder/bilanz-1.png);
    min-height: 120px;
    width: 100%;
    position: relative;
    border-radius: 0px 0px 30px 30px;
    opacity: 0.3;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .trennbild2 {
    background: url(./bilder/bilanz-2.png);
    min-height: 150px;
    width: 100%;
    position: relative;
    opacity: 0.3;  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
    

  .contact-box-2 {
    background-color: #FB743E;
    padding: 20px;
    color: white;
    display: grid;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    height: 16rem;
    border-radius: 30px;
    font-family: 'Montserrat-Light';
    font-size: 15px;
    margin-top: -10rem;
    position: absolute;
    left: 5%;
  }
  .contact-box-2 .contact-data i {
    margin-left: 1rem;
    color: #003865;
    width: 50px;
    margin-right: -3rem;
  }

  .footer address {
    margin-top: 3rem;
    font-size: 13px;
    font-family: 'Montserrat-Light';
    font-style: normal;
    line-height: 22px;
}

.footer .navigation {
  margin-top: 8rem;
}

}
















@media screen and (max-width: 340px) {

.philo {
  height: 1250px;
  padding-left: 2.5rem;
  padding-right: 2rem;
}


}



@media screen and (max-width: 320px) {

  .philo {
    height: 1300px;
  }
  
  }
  







.impressum {
  font-size: 16px;
  margin-top: 15rem;
  line-height: 26px;
}

.datenschutzerklärung {
  font-size: 16px;
  margin-top: 15rem;
  line-height: 26px;
}






