/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v47-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v47-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v47-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 20px;
  line-height: 1.7;
  color: #000;

  /* safari notch */
  padding-top: env(safe-area-inset-top);
  padding-right: env(safe-area-inset-right);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  overflow-x: hidden;
}

h1, .h1style {
  color: #2f6ca4;
  font-size: 45px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.h1style {
   margin-bottom: .5rem;
}

h2, .h2style {
  color: #2f6ca4;
  font-size: 45px;
  font-family: 'Roboto Condensed';
  font-weight: 300;
  text-transform: uppercase; 
  line-height: 1;
  margin-bottom: 40px;
}

h3 {
  color: #2f6ca4;
  font-size: 30px;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  line-height: 1;
}

h4 {
  color: #000;
}

h5 {
  color: #000;
}

h6 {
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
	transition: all 0.3s ease-in-out !important;
}

a:link, a:visited, a:focus {
  color: #000;
  text-decoration: none;
	transition: all 0.3s ease-in-out !important;
}

a:hover, a:active {
  color: #2f6ca4 !important;
  text-decoration: none;
	transition: all 0.3s ease-in-out !important;
}

a[href^="tel"], a[href^="mailto"] {
  color: inherit;
  text-decoration: none;
}

.spacer15 {
  width: 100%;
  height: 15px;
}
.spacer30 {
  width: 100%;
  height: 30px;
}

/* NAVIGATION */
.navbar-brand {
	margin-top: 15px;
	margin-bottom: 15px;
}

.navbar-brand img {
	width: 155px;
  margin-right: 30px;
}

.navbar-brand ul {
	margin-bottom: 0px;
}

.navbar-brand ul a {
	color: #000;
}

.navbar-brand ul a:hover {
	color: #000;
}

.navbar {
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 99999 !important;
  text-transform: uppercase; 
}

a.nav-link  {
	color: #000 !important;
  font-family: 'Roboto';
	font-weight: 400;
	font-size: 19px;
	padding-top: 7px;
	padding-bottom: 7px;
}

a.nav-link:hover, a.nav-link:focus, a.nav-link:active {
	color: #d5141a !important;
	opacity: 1;
}

.active a.nav-link  {
	color: #000 !important;
	opacity: 1;
  font-family: 'Roboto';
	font-weight: 700;
  border-bottom: 7px solid #d5141a;
}

.active a.nav-link:hover {
	color: #d5141a !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0px !important;
	margin-top: 98px;
	margin-bottom: 0px;
  line-height: 1.5em;
}

.nav-item {
  padding: 0px 15px;
}

.custom-toggler.navbar-toggler { 
	border: none;
	transition: all 0.2s ease-in-out !important;
}

.custom-toggler.navbar-toggler:hover { 
  border: none;
}
         
.custom-toggler .navbar-toggler-icon { 
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(1, 1, 1, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); 
	font-size: 30px;	
}

.header-inner img {
	min-height: 220px !important;
  max-height: 650px;
	object-fit: cover;
  overflow: hidden;
	object-position: bottom center;
  position: inherit;
}

.headerhome {
  position: relative;
  width: 100%;
  height: 400px;
  min-height: calc(100vh - 130px);
  text-align: center;
  color: #fff;
  background: url("../images/header-home.webp") center / cover;
  background-position: center bottom;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.header-title {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 130px;
  color: #fff;
  line-height: 0.9;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
  text-align: left;
  margin-top: -100px;
  margin-left: 20px;
}

a.header-btn {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 21px;
  border-radius: 30px;
  padding: 12px 60px;
  background: #d5141a;
  border: none;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  letter-spacing: 1px;
}

a.header-btn:hover, a.header-btn:focus {
  background: #2f6ca4;
  color: #fff !important;
}

.header-counterbar {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(213,20,26, 0.80);
  padding: 7.2rem 0 1.7rem 0;
  z-index: 2;
  clip-path: polygon(0 45%, 100% 0%, 100% 100%, 0 100%);
}

.header-counterbar .counter-box {
  background: transparent !important;
  box-shadow: none !important;
  color: #fff;
  min-height: unset;
  padding: 0;
  line-height: 1.1;
}

.header-counterbar .counter {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}

.header-counterbar .counter-label {
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-size: 21px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.counter-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sticky  {
  position: relative;
  z-index: 9;
}

.sticky img.social1 {
  width: 40px;
  top: 30px;
  right: 20px;
  position: absolute;
}

.sticky img.social2 {
  width: 40px;
  top: 90px;
  right: 20px;
  position: absolute;
}

section#main {
  padding: 75px 0px;
}

a.main-btn {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 21px;
  border-radius: 30px;
  padding: 12px 70px;
  background: #d5141a !important;
  border: none;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: background 0.1s;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.main-btn:hover, a.main-btn:focus {
  background: #2f6ca4 !important;
  color: #fff !important;
}

a.main-btn-small {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 15px;
  border-radius: 30px;
  padding: 7px 50px;
  background: #d5141a !important;
  border: none;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: background 0.1s;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 30px;
  margin-left: 15px;
}

a.main-btn-small:hover, a.main-btn-small:focus {
  background: #2f6ca4 !important;
  color: #fff !important;
}

.boxspacer {
  padding-top: 40px;
  padding-bottom: 70px;
}

.boxspacer2 {
  margin-top: -30px;
  padding-top: 0px;
  padding-bottom: 70px;
}

.boxspacer3 {
  padding-top: 0px;
  padding-bottom: 40px;
}

.box {
  color: #fff;
  border-radius: 30px;
  padding: 40px 60px;
  padding-bottom: 20px;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-size: 22px;
  border: 0px;
}

.box .small {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Roboto Condensed';
  font-weight: 300;
  margin-bottom: 0px;
}

.box .normtext {
  text-transform:none;
}

.box h3 {
  color: #fff;
  font-size: 45px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1.1;
}

.box-li {
  background-color: #2f6ca4;
  margin-right: 40px;
}

.box-re {
  background-color: #97b5d0;
  margin-left: 40px;
}

.box ul {
  padding-left: 1rem;
}

.boxhome ul {
  list-style-position: inside;
  padding-left: 0px;
}

.boxhome li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: none;
  position: relative;
  padding-left: 1.2em;
}

.boxhome li::before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.2em;
  transform: translateY(-50%);
}

.boxhome li .li-text {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  flex: 1 1 auto;
}

.boxhome li .li-text a {
  color: #fff;
  transition: color 0.2s;
}

.boxhome li .li-text a:hover {
  color: #000;
}

.boxhome li .li-icon {
  margin-left: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.boxhome li a,
.boxhome li .li-text a {
  color: #fff !important;
}

.boxhome li a:hover,
.boxhome li .li-text a:hover {
  color: #000 !important;
}

.li-link {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
  padding: 0.2em 0.5em;
  border-radius: 4px;
  padding-left: 1.2em;
}

.li-text {
  flex-grow: 1;
}

.li-link:hover {
  background: none;
}

.li-link .li-icon img {
  transition: transform 0.3s cubic-bezier(.4,2,.6,1), filter 0.3s;
}

.li-link:hover .li-icon img {
  transform: translateX(6px) scale(1.15) rotate(-8deg);
  filter: brightness(1.2) drop-shadow(0 2px 4px rgba(0,0,0,0.12));
}

.boxhome ul,
.boxre ul {
  padding-left: 0;
  margin-left: 0;
}

.boxhome li,
.boxre li {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.jobbox li {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.box-li.jobbox li {
  color: #d5141a;
}

.jobbox li span {
  color: #fff;
}

ul.custom-icon-list {
  padding-left: 0px;
}

.custom-icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0px;
}

.custom-icon-list li::before {
  background-image: url('../images/check.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  margin-right: 15px;
  margin-top: 7px; 
}

.box-re.unternehmen {
  padding: 0px;
  min-height: 550px;
}
.unternehmen img {
  border-radius: 30px;
  object-fit: cover;
  width: auto;
  height: auto;
}

.unternehmen-bg {
  background-image: url('../images/unternehmen.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

/* accordion */
.accordion-button {
  background-color: #2f6ca4;
  color: #fff;
  font-size: 28px;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  border-radius: 20px;
}

.accordion2 .accordion-button {
  background-color: #97b5d0;
}
.accordion-button:not(.collapsed) {
  background-color: #d6e2ea;
  color: #467aab;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-button .accordion-toggle-icon {
  width: 42px;
  height: 42px;
}

.accordion-button:not(.collapsed) .accordion-toggle-icon {
  content: url('../images/close.webp');
}

.accordion-button::after {
  display: none !important;
}

.accordion-item:first-child .accordion-button.collapsed,
.accordion-item:first-child .accordion-button:not(.collapsed) {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.accordion-item:last-child .accordion-button.collapsed {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.accordion-item:last-child .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-item {
  border: 0px;
  margin-bottom: 25px;
}

.accordion-body {
  background-color: #d6e2ea;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-weight: 400;
  position: relative;
}

.accordion-body .accordion-li {
  text-align: left;
}

.accordion-body .accordion-li p {
  margin-left: 15px;
}

.accordion-body .accordion-re {
  text-align: right;
}

.accordion-body .accordion-re img {
  border-radius: 20px;
  margin-right: 20px;
  margin-bottom: 20px;

}

.accordion-body .accordion-li ul {
 color: #2e6ba3;
}

.accordion-body .accordion-li li span {
  color: #000 !important;
}

.accordion-button:focus:not(:focus-visible) {
  box-shadow: none !important;
  outline: none !important;
}

.accordion-body .spacer {
  position: absolute;
  left: 20px;
  right: 40px;
  top: 0px;
  border-bottom: 1px solid #467aab;
  height: 0;
  background: none;
  margin: 0;
  width: auto;
  z-index: 1;
}

.glightbox-clean .gdesc-inner {
  display: none;
}

/* referenzslider */
.mySwiper {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  overflow: visible;
}
.mySwiper .swiper-slide {
  overflow: visible;
}
.mySwiper .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.slider-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  opacity: 0;
  transition: background 0.3s, opacity 0.3s;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  padding: 30px;
}
.slider-img-wrapper:hover .slider-overlay,
.slider-img-wrapper:focus .slider-overlay {
  background: rgba(47, 108, 164, 0.8);
  opacity: 1;
  pointer-events: auto;
}
.slider-title {
  display: block;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  margin-bottom: 0.5em;
  text-align: center;
  color: #fff !important;
  font-size: 3rem;
}
.slider-overlay p {
  margin: 0;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
}
.swiper-button-prev, .swiper-button-next {
  color: #000;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  top: 53% !important;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  padding: 25px;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  background: #fff;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 1.2rem !important;
  color: #000 !important;
  line-height: 1 !important;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900 !important;
}
.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  right: 10px;
}

.footerkontakt {
  background-color: #97b5d0;
  color: #fff;
  background: url("../images/himmel.webp") top / cover;
  min-height: 200px;
  line-height: 1.2;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footerkontakt-li {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 45px;
}

.footerkontakt-re {
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-size: 24px;
}

a.footerkontakt-mail {
  color: #fff !important;
  border-bottom: 4px solid #d5141a;
}

a.footerkontakt-mail:hover {
  color: #fff;
  border-bottom: 3px solid #fff;
}

footer {
  background-color: #97b5d0;
  color: #181818;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 17px;
  padding-top: 110px;
  padding-bottom: 110px;
}

footer strong {
  font-family: 'Roboto';
  font-weight: 700;
}

footer .col-bordered {
  border-left: 1px solid #181818;
  border-right: 1px solid #181818;
  padding-left: 0;
  padding-right: 0;
}

footer .footer-li {
  text-align: left;
}

footer .footer-m {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  font-size: 19px;
}

footer .footer-m img {
  margin-bottom: 5px;
}

footer .footer-re {
  text-align: right;
}

footer a, footer a:link, footer a:visited, footer a:focus  {
  color: #181818;
  text-decoration: none;
}

footer a:hover, footer a:active {
  color: #fff !important;
  text-decoration: none;
}

footer a.active {
  font-weight: 700;
}

.footercopy {
  background-color: #97b5d0;
  color: #181818;
  font-family: 'Roboto';
  font-weight: 400;
  padding-bottom: 5px;
  font-size: 14px;
}

/* =====================
      Media Querys
===================== */

/* Viewports von -> bis */
@media (min-width: 991.98px) and (max-width: 1440px) {
  .header-title {
    font-size: 70px;
    margin-top: -140px;
  }
  a.header-btn {
    margin-top: 20px;
    font-size: 20px;
  }
  a.main-btn {
    font-size: 20px;
  }  
  a.header-btn {
    margin-top: 20px;
    font-size: 20px;
  }
  .header-counterbar .counter {
    font-size: 50px;
  }
}

/* Viewports < 1400px (z.B. Notebooks) */
@media (max-width: 1399.98px) {

}

/* Viewports < 1200px (z.B. kleine Bildschirme) */
@media (max-width: 1199.98px) {
  .sticky  {
    position: relative;
    z-index: 9;
  }
  .sticky img.social1 {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 55px;
  }
  .sticky img.social2 {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 15px;
  }
  .box {
    padding: 40px 30px;
    padding-bottom: 20px;
    }
  .box-li {
    margin-right: auto;
    }
  .box-re {
    margin-left: auto;
  }
}

/* Viewports < 992px (z.B. Tablets) */
@media (max-width: 991.98px) {
  .navbar-brand img {
    margin-right: 0px;
  }
  .nav-item {
    padding: 5px 0px;
  }
  .active a.nav-link  {
    border-bottom: 3px solid #d5141a;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  .navbar-nav {
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100%;
    padding: 5px 30px 15px 30px;
  }
  .navbar-nav .nav-item {
    width: 100%;
    padding: 10px 0;
  }
  .navbar-nav .nav-link {
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
    padding: 10px 0;
  }
  .header-title {
    text-align: center;
  }
  .navbar-collapse {
    position: absolute !important;
    top: 100%;
    left: 0;
    width: 100vw;
    background: #fff;
    z-index: 1050 !important;
    padding: 0 !important;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    transition: all 0.3s;
    overflow: hidden;
  }
  .headerhome {
    z-index: 1;
  }
  .boxspacer {
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .boxspacer2 {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  .accordion-body .spacer {
    left: 20px;
    right: 20px;
  }
}

/* Viewports < 768px (z.B. größere Smartphones) */
@media (max-width: 767.98px) {
  body {
    font-size: 19px;
    line-height: 1.7;
  }
  h1, .h1style   {
    font-size: 40px;
    line-height: 1;
  }
  h2, .h2style  {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 25px;
  }
  .accordion-button {
    font-size: 26px;
}
  .box {
    font-size: 21px;
  }
  .box-re {
    margin-top: 20px;
  }
  .box h3 {
    font-size: 40px;
  }
  .box .small {
    font-size: 17px;
  }
  .counter-box {
    padding: 10px;
    min-height: 100px;
  }
  .header-title {
    font-size: 80px;
    margin-top: -100px;
    text-align: center;
    line-height: 1;
  }
  a.header-btn {
    font-size: 19px;
    padding: 12px 40px;
    margin-top: 20px;
  }
  a.main-btn {
    font-size: 19px;
  }  
  a.main-btn-small {
    font-size: 15px;
    margin: 20px auto;
  }
  .main-btn-small {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
    width: auto;
    max-width: 180px;
  }

  .accordion-li a {
    text-align: center !important;
  }
  .header-counterbar {
    clip-path: polygon(0 45%, 100% 20%, 100% 100%, 0 100%);
  }
  .header-counterbar .counter {
    font-size: 40px;
  }
  .header-counterbar .counter-label {
    font-size: 16px;
  }
  .footerkontakt-li {
    font-size: 35px;
  }
  .footerkontakt-re {
    font-size: 22px;
  }
  footer .col-bordered {
    border-left: none;
    border-right: none;
    border-top: 1px solid #181818;
    border-bottom: 1px solid #181818;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
  footer .col-bordered > * {
    padding-left: 0;
    padding-right: 0;
  }
  footer .col-bordered + .col-bordered {
    border-top: none;
  }
  footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  footer .footer-li, footer .footer-re {
    text-align: center;
  }
  footer li {
    margin-bottom: 7px;
  }
  footer .footer-m {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .jobbox.box-li, .unternehmen.box-li {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .jobbox.box-re, .unternehmen.box-re {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    top: -45px;
  }
  .box-re.unternehmen {
    min-height: 350px;
  }
  .stellenangebote .boxspacer, .jobs .boxspacer  {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .stellenangebote .boxspacer2, .jobs .boxspacer2 {
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .accordion-body .accordion-re {
    text-align: center;
  }
  .accordion-body .accordion-re img {
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

/* Viewports < 576px (z.B. kleinere Smartphones) */
@media (max-width: 575.98px) {
  body {
    font-size: 18px;
    line-height: 1.7;
  }
  h1, .h1style  {
    font-size: 35px;
    line-height: 1;
  }
  h2, .h2style  {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 22px;
  }
  .accordion-button {
  font-size: 24px;
  }
  .accordion-button .accordion-toggle-icon {
    width: 32px;
    height: 32px;
  }
  .box {
    font-size: 20px;
  }
  .box h3 {
    font-size: 35px;
  }
  .box .small {
    font-size: 16px;
  }
  .headerhome {
    min-height: calc(90vh - 110px);
    background: url("../images/header-home-mobile.webp") center / cover;
    background-position: center bottom;
  }
  .navbar-brand img {
    margin-left: 15px;
    width: 130px !important;
    height: auto !important;
  }
  .header-title {
    font-size: 60px;
    margin-top: -100px;
  }
  a.header-btn {
    font-size: 18px;
    padding: 12px 30px;
  }
  a.main-btn {
    font-size: 18px;
  }  
  .header-counterbar .counter-label {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .footerkontakt {
    background: url("../images/himmel-mobile.webp") top / cover;
  }
  .mySwiper {
    padding-left: 50px;
    padding-right: 50px;
    width: auto;
    max-width: 100%;
  }
  .slider-title {
    font-size: 2rem;
  }
  .slider-overlay p {
    font-size: 1.3rem;
  }
  .swiper-button-prev, .swiper-button-next {
    top: 55% !important;
  }
}

/* Viewports < 350px */
@media (max-width: 350px) {
  .headerhome {
    min-height: calc(100vh - 100px);
  }
  .navbar-brand img {
    margin-left: 15px;
    width: 100px !important;
    height: auto !important;
  }
  .header-title {
    margin-top: -80px;
    font-size: 50px;
  }
  a.header-btn {
    padding: 12px 30px;
    margin-top: 20px;
  }
  .header-counterbar .counter {
    font-size: 30px;
  }
  .header-counterbar .counter-label {
    font-size: 13px;
    letter-spacing: 0px;
  }
  .header-counterbar {
    padding: 7.2rem 0 0.5rem 0;
    clip-path: polygon(0 50%, 100% 40%, 100% 100%, 0 100%)
  }
  .footerkontakt-li {
    font-size: 33px;
  }
  .footerkontakt-re {
    font-size: 20px;
  }
}

/* Viewports < 350px hoch */
@media (max-height: 375px) {
  .header-title {
    display: none;
  }
}