/*
Theme Name: Ingenieurbüro Schlegl
Theme URI: https://www.webtaculos.com
Description: Ingenieurbüro Schlegl Theme
Author: Alex Burdulea
Author URI: https://www.webtaculos.com
Version: 1.0.0
*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito Sans", sans-serif;
  background: #fff;
  padding-top: 107px;
}

b {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

h1, .h1 {
  color: #000;
  font-size: 96px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

.home h1,
.home .h1 {
  color: #FFF;
  font-size: 156px;
  font-weight: 200;
  line-height: 90%;
  /* 139.91px */
}

h2, .h2 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  margin-bottom: 1.7rem;
}

h3, .h3 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.7px;
}

h4, .h4 {
  color: #86868B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

h6, .h6 {
  color: #86868B;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

p, ul, ol {
  margin-bottom: 22px;
}

p {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

ul {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
  padding-left: 25px;
}

ul li {
  margin-bottom: 4px;
}

.text-black ul {
  color: #000;
}

.text-lg {
  font-size: 24px;
  line-height: 30px;
}

.text-md {
  font-size: 18px;
  line-height: 30px;
}

.text-sm {
  font-size: 14px;
  line-height: 24px;
}

.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.weight-700 {
  font-weight: 700;
}

.margin-none {
  margin-bottom: 0 !important;
}

.margin-style {
  margin-bottom: 100px !important;
}

.margin-style:last-child {
  margin-bottom: 0 !important;
}

.wrap-btn {
  margin: 42px 0 20px;
}

.btn {
  border: 0 none;
  justify-content: center;
  align-items: center;
  font-style: normal;
  line-height: 44px;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 18px 33px;
  border-radius: 10px;
  background: #FF6A00;
}

.btn:hover {
  background: #9F3048;
  color: #FFF;
}

.btn.btn-lg {
  font-size: 20px;
  line-height: 24px;
}

.form-group-radio {
  position: relative;
}

.form-group-radio label {
  font-weight: 700;
  padding-left: 30px;
  display: block;
  margin: 0;
}

input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  position: absolute;
  top: 0.5rem;
  left: 0;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #000;
  box-shadow: 0 0 0 1px #000;
  outline: none;
  cursor: pointer;
}

input[type="radio"]:checked {
  background: #5A5B5D;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  font-size: 18px;
  -webkit-transition: 0.2s all 0s;
  transition: 0.2s all 0s;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 18px 15px;
  justify-content: center;
  align-items: center;
  font-style: normal;
  line-height: 24px;


  border-radius: 6px;
border: 2px solid #E4E4E4;
background: #FFF;
}
.form-select{
  border-radius: 6px;
border: 2px solid #E4E4E4;
line-height: 64px;
}
.form-control:focus {
  background: #fff;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form-control option {
  background: #5A5B5D;
  color: #fff;
}
.text-muted{
  color: #000;
font-size: 24px;
font-style: normal;
font-weight: 400;

}
.text-muted a{
  color: #009ED8;
font-weight: 700;
}
.form-style {
  position: relative;
  margin: 0 0 15px;
}

.input-style {
  position: relative;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  border: none;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  outline: none;
  padding: 11px 15px;
  color: #2C2C2C;
  font-size: 15px;
  border-radius: 0;
  font-weight: 400;
  z-index: 2;
  border-radius: 5px;
  border: 1px solid #BFBFBF;
  margin-top: 6px;
}

.input-style:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form-style p {
  margin-bottom: 16px;
}

.input-style::placeholder {
  color: #959595;
  opacity: 1;
  /* Firefox */
}

.input-style::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #959595;
}

.form-opacity-active {
  color: #000;
}

textarea.input-style {
  height: 150px;
  width: 100%;
}

.input-border {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  border: 1px solid #fff;
  -webkit-transition: 0.2s all 0s;
  transition: 0.2s all 0s;
}

.label-form {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  width: 100%;
  color: #2C2C2C;
  -webkit-transition: 0.2s all 0s;
  transition: 0.2s all 0s;
}

.input-style:focus~.input-border {
  border-color: #fff;
}

.form-btn {
  margin-top: 10px;
}

.form-wrap {
  margin: 0;
}

.form-wrap h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 34px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 90px;
  width: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  border-radius: 100%;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1000;
  opacity: 0.8;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}

.slick-prev {
  left: -100px;
}

.slick-prev:before {
  font-family: "Font Awesome 6 Free";
  content: "\f104";
  font-weight: 900;
  display: inline-block;
  font-size: 40px;
  vertical-align: middle;
  color: #2C2C2C;
}

.slick-prev:focus {
  outline: none;
}

.slick-next {
  right: -100px;
}

.slick-next:before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  display: inline-block;
  font-size: 40px;
  vertical-align: middle;
  color: #2C2C2C;
}

.slick-next:focus {
  outline: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slider {
  padding-bottom: 30px;
}

.slick-dots {}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  text-align: center;
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 5px 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.container {
  max-width: 1554px;
}

.main-header .container {
  max-width: 1800px;
}

.main-header {
  background: #FFF;
}

.logo {
  margin-top: 32px;
  margin-bottom: 32px;
}

.main-nav-mobile-wrap {
  background-color: #062748;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  background-repeat: no-repeat;
  background-position: bottom 30px right 30px;
  background-size: 200px auto;
}

.main-nav-mobile {
  text-align: center;
  overflow-y: scroll;
  padding: 50px 30px;
  height: 100%;
  font-size: 0;
  letter-spacing: 0;
}

.main-nav-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.main-nav-mobile:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 80vh;
}

.main-nav-mobile li {
  margin: 40px 0;
  /*
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear*/
}

.main-nav-mobile li {
  opacity: 0;
  -webkit-animation: fadeIn 0.9s 1;
  animation: fadeIn 0.9s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.open-menu .main-nav-mobile li:nth-child(9n+1) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.open-menu .main-nav-mobile li:nth-child(9n+2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.open-menu .main-nav-mobile li:nth-child(9n+3) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.open-menu .main-nav-mobile li:nth-child(9n+4) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.open-menu .main-nav-mobile li:nth-child(9n+5) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.open-menu .main-nav-mobile li:nth-child(9n+6) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.open-menu .main-nav-mobile li:nth-child(9n+7) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.open-menu .main-nav-mobile li:nth-child(9n+8) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.open-menu .main-nav-mobile li:nth-child(9n+9) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

/* Animation steps */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

.main-nav-mobile a {
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
}

.main-nav-mobile a:hover {
  color: #000;
}

.main-nav-mobile .active a {
  color: #B5344D;
}

.open-menu {
  overflow: hidden;
}

.open-menu body {
  overflow: hidden;
}

.open-menu .main-nav-mobile-wrap {
  display: block;
}

#menu-toggle * {
  transition: 0.25s ease-in-out;
  box-sizing: border-box;
}

#menu-toggle {
  display: none;
  float: right;
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  z-index: 3000;
}

#menu-toggle:hover {
  /*background: rgba(255, 255, 255, 0.8);*/
}

#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}

#menu-toggle #hamburger span {
  position: relative;
  width: 36px;
  /* Adjusted proportionally */
  height: 3px;
  /* Adjusted for better scaling */
  top: 10px;
  /* Adjusted to fit within 60px */
  left: 12px;
  margin: 7px 0;
}

#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}

#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}

#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
}

#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}

#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 4px;
  position: absolute;
  top: 10%;
  left: 28px;
  transition-delay: 0s;
}

#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 4px;
  position: absolute;
  left: 10%;
  top: 28px;
  transition-delay: 0.25s;
}

#menu-toggle.open #hamburger span {
  width: 0%;
}

#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}

#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}

#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}

#menu-toggle.open #cross span:nth-child(1) {
  height: 80%;
  transition-delay: 0.625s;
}

#menu-toggle.open #cross span:nth-child(2) {
  width: 80%;
  transition-delay: 0.375s;
}

#menu-toggle span {
  display: block;
  background: #062748;
  border-radius: 2px;
}

#menu-toggle #cross span {
  background: #3FA8DB;
}

.main-nav {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  display: flex;
  align-content: end;
  align-items: end;
  justify-content: end;
}

.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-nav li {
  display: inline-block;
  vertical-align: top;
  margin-left: 98px;
  margin-bottom: 0;
}

.main-nav li:first-child {
  margin-left: 0;
}

.main-nav a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 44px;
}

.main-nav a:hover {
  color: #9F3048;
}

ul.list-none {
  list-style: none;
}

.main-nav .dropdown ul.list-none {
  position: absolute;
  top: 100%;
  left: 50%;
  background: #FFFFFF;
  color: #000;
  width: 360px;
  text-align: left;
  display: none;
  transform: translateX(-50%);
  border-radius: 7px;
  /* elevaation-02 */
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.08), 6px 6px 40px 0px rgba(0, 0, 0, 0.12);
}

.main-nav .dropdown:hover ul.list-none {
  display: block;
}

.main-nav .dropdown ul.list-none li {
  margin-left: 20px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 0;
}

.main-nav .dropdown ul.list-none li a {
  line-height: 52px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #3D3C3B;
  text-transform: none;
  padding-left: 52px;
  text-shadow: none;
}

.main-nav .dropdown ul.list-none li.active a,
.main-nav .dropdown ul.list-none li a:hover {
  color: #4A8A7E;
}

.search-field {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M10.1739 0C4.5641 0 0 4.5641 0 10.1739C0 15.7836 4.5641 20.3477 10.1739 20.3477C12.5077 20.3477 14.6539 19.5493 16.3724 18.2226L23.7666 25.6168C24.2775 26.1277 25.1058 26.1277 25.6168 25.6168C26.1277 25.1058 26.1277 24.2775 25.6168 23.7666L18.2226 16.3724C19.5493 14.6539 20.3477 12.5077 20.3477 10.1739C20.3477 4.5641 15.7836 0 10.1739 0ZM10.1739 2.26086C14.5367 2.26086 18.0869 5.81097 18.0869 10.1739C18.0869 14.5367 14.5367 18.0869 10.1739 18.0869C5.81097 18.0869 2.26086 14.5367 2.26086 10.1739C2.26086 5.81097 5.81097 2.26086 10.1739 2.26086Z' fill='%236B6B6B'/%3E%3C/svg%3E");
  border-radius: 4px;
  background-color: #F8F8F8;
  background-repeat: no-repeat;
  background-position: left 11px center;
  padding-left: 44px;
  border: 0 none;
}

.section-hero {
  background-color: #062748;
}

.section-hero .container {
  padding-top: 240px;
  padding-bottom: 75px;
  background-image: url('images/svg/karo.svg');
  background-repeat: no-repeat;
  background-position: left top 65px;
}

.section-hero h1 {
  margin-bottom: 60px;
}

.section-hero p {
  color: #3FA8DB;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.hero-logos {
  display: flex;
  margin-top: 225px;
  justify-content: end;
}

.hero-logos ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.section-style .container {
  padding-top: 120px;
  padding-bottom: 120px;
}

.home #section-2 .container {
  background-image: url('images/svg/karo.svg');
  background-repeat: no-repeat;
  background-position: left top;
}

#footer-menu .input-style {
  margin-top: 0;
}

ul#footer-menu {
  display: flex;
  margin: 0;
  color: #000;
  margin-right: 20px;
  gap: 20px;
}

ul#footer-menu a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
}

#footer {
  background: #062748;
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer-white-content {
  background: #FFF;
  border-radius: 4px;
}

.logo-footer {
  padding: 20px;
}

.copyright {
  margin: 0;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  margin-top: 20px;
}

.section-hero-inner .container {
  padding-top: 60px;
  padding-bottom: 110px;
  background-image: url('images/svg/karo.svg');
  background-repeat: no-repeat;
  background-position: left top 55px;
}

.section-hero-inner .container h1 {
  margin-bottom: 90px;
}

.section-hero-inner .container p:last-child {
  margin-bottom: 0;
}

#breadcrumbs {
  color: #009ED8;
  font-size: 21.091px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 130px;
}

#breadcrumbs a {
  color: #009ED8;
  font-size: 21.091px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#breadcrumbs .breadcrumb_last {
  color: #000;
  font-size: 21.091px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section-hero-kurse #breadcrumbs {
  margin-bottom: 20px;
}

.section-hero-kurse img {
  border-radius: 0 30px 0 30px
}

/* Wrapper */
.icon-item-holder {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 50px;
  border: 1px solid rgba(136, 185, 204, 0.5);
}

.icon-item-holder::before {
  width: 1px;
  height: 50px;
  content: '';
  position: absolute;
  right: -1px;
  bottom: -50px;
  background: rgba(136, 185, 204, 0.5);
}

.icon-item-holder::after {
  width: 50px;
  height: 1px;
  content: '';
  position: absolute;
  right: -50px;
  bottom: -1px;
  background: rgba(136, 185, 204, 0.5);
}

/* Base borders for all items */
.icon-item {
  position: relative;
  padding: 90px 30px 50px;
  text-align: center;
  border-right: 1px solid rgba(136, 185, 204, 0.5);
  border-bottom: 1px solid rgba(136, 185, 204, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-item-holder>.icon-item:first-child::before {
  width: 50px;
  height: 1px;
  content: '';
  position: absolute;
  left: -50px;
  top: -1px;
  background: rgba(136, 185, 204, 0.5);
}

.icon-item-holder>.icon-item:nth-child(3n + 1)::after {
  width: 50px;
  height: 1px;
  content: '';
  position: absolute;
  left: -50px;
  bottom: -1px;
  background: rgba(136, 185, 204, 0.5);
}

.icon-item-holder>.icon-item:first-child::before {
  width: 50px;
  height: 1px;
  content: '';
  position: absolute;
  left: -50px;
  top: -1px;
  background: rgba(136, 185, 204, 0.5);
}

.icon-item-holder>.icon-item:first-child::after {
  width: 1px;
  height: 50px;
  content: '';
  position: absolute;
  left: -1px;
  top: -50px;
  background: rgba(136, 185, 204, 0.5);
}

.icon-item-holder>.icon-item:nth-child(2)::after {
  width: 1px;
  height: 50px;
  content: '';
  position: absolute;
  left: -1px;
  top: -50px;
  background: rgba(136, 185, 204, 0.5);
}

.icon-item-holder>.icon-item:nth-child(3)::before {
  width: 50px;
  height: 1px;
  content: '';
  position: absolute;
  right: -50px;
  top: -1px;
  background: rgba(136, 185, 204, 0.5);
}

.icon-item-holder>.icon-item:nth-child(3)::after {
  width: 1px;
  height: 50px;
  content: '';
  position: absolute;
  right: -1px;
  top: -50px;
  background: rgba(136, 185, 204, 0.5);
}

.icon-item-holder>.icon-item:nth-child(4)::before {
  width: 50px;
  height: 1px;
  content: '';
  position: absolute;
  left: -50px;
  bottom: -1px;
  top: auto;
  background: rgba(136, 185, 204, 0.5);
}

.icon-item-holder>.icon-item:nth-child(4)::after {
  width: 50px;
  height: 1px;
  content: '';
  position: absolute;
  left: -50px;
  top: -1px;
  background: rgba(136, 185, 204, 0.5);
}

.icon-item-holder>.icon-item:nth-child(6)::before {
  width: 50px;
  height: 1px;
  content: '';
  position: absolute;
  right: -50px;
  bottom: -1px;
  top: auto;
  background: rgba(136, 185, 204, 0.5);
}

.icon-item-holder>.icon-item:nth-child(6)::after {
  width: 50px;
  height: 1px;
  content: '';
  position: absolute;
  right: -50px;
  top: -1px;
  background: rgba(136, 185, 204, 0.5);
}

.icon-item.icon-item-10::before {
  width: 1px;
  height: 50px;
  content: '';
  position: absolute;
  left: -1px;
  bottom: -50px;
  background: rgba(136, 185, 204, 0.5);
  top: auto;
}

.icon-item.icon-item-11::before {
  width: 1px;
  height: 50px;
  content: '';
  position: absolute;
  left: -1px;
  bottom: -50px;
  background: rgba(136, 185, 204, 0.5);
  top: auto;
}

.icon-item.icon-item-11::after {
  width: 1px;
  height: 50px;
  content: '';
  position: absolute;
  right: -1px;
  bottom: -50px;
  background: rgba(136, 185, 204, 0.5);
  top: auto;
}

.icon-item::before {
  width: 1px;
  height: 50px;
  content: '';
  position: absolute;
  right: -1px;
  top: -50px;
  background: rgba(136, 185, 204, 0.5);
}

.icon-item::after {
  width: 50px;
  height: 1px;
  content: '';
  position: absolute;
  right: -50px;
  bottom: -1px;
  background: rgba(136, 185, 204, 0.5);
}

/* Remove RIGHT border for the last column of each row */
.icon-item:nth-child(3n) {
  border-right: none;
}

.icon-item-holder>.icon-item:nth-last-child(1),
.icon-item-holder>.icon-item:nth-last-child(2) {
  border-bottom: none;
}

.icon-holder {
  width: 200px;
  height: 200px;
  background: #F0F4D9;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}

.icon-item h4 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 0;
}

.cards-holder {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
}

.cards-item {
  padding: 45px 55px 45px 0;
  border-bottom: solid 1px rgba(136, 185, 204, 0.50);
}

.cards-item:nth-child(odd) {
  border-right: solid 1px rgba(136, 185, 204, 0.50);
}

.cards-item:nth-child(even) {
  padding-left: 20px;
  padding-right: 0;
}

.cards-item:last-child {
  border-bottom: none;
}

.cards-holder:has(.cards-item:nth-child(even):last-child) .cards-item:nth-last-child(2) {
  border-bottom: none;
}

.card-holder {
  display: flex;
  gap: 40px;
  align-items: center;
}

.card-title-holder {
  width: 130px;
  height: 130px;
  background: #F0F4D9;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 28.8px */
}

.card-holder p:last-child {
  margin-bottom: 0;
}

.locations-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.locations-tags .location-tag {
  border-radius: 17.5px;
  background: #EDEDED;
  display: inline-flex;
  height: 28px;
  padding: 3px 16px;
  align-items: center;
  color: #4E4E4E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section-hero-inner.section-hero-kurse .container h1 {
  margin-bottom: 20px;
}

.section-hero-inner.section-hero-kurse .container p {
  margin-bottom: 60px
}

a.hero-link {
  color: #009ED8;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  text-decoration: underline;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Highlight available Termin dates */
.termin-available-day {
  background: #062748 !important;
  color: #fff !important;
  border-radius: 50% !important;
  border: 3px solid #062748 !important;
  line-height: 34px !important
}

/* Better hover */
.termin-available-day:hover {
  background: #0c669e !important;
  color: #fff !important;
}

.termin-available-day.selected {
  background: #FF6A00 !important;
}

.section-booking-form {
  background: #E5F6FF;
}

.section-booking-form .container {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-booking-form p {
  color: #707070;
}

.termin-grid {
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
  display: flex;
  gap: 30px;
}

#kurse-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#kurse-list li {
  border-radius: 10px;
  border-bottom: 1px solid #CBE1E8;
  background: #FAFAFA;
  margin-bottom: 2px;
  display: flex;
  height: 82px;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
  gap: 16px;
  color: #000;
  font-family: "Nunito Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  white-space:nowrap;

}

#kurse-list li.kurs-item.active {
  background: #FF6A00;
  color: #fff;
}

#kurse-list li.kurs-item.active svg path {
  fill: #FFF;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  color: #062748;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.termin-col-calendar {
  padding: 24px;
}

.kurs-search-field {
  width: 100%;
  padding: 14px 62px 14px;
  margin-bottom: 12px;
  border: 0 none;
  border-radius: 6px;
  font-size: 15px;
  color: #707070;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  border-radius: 4px;
  background: #F8F8F8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M10.1739 0C4.5641 0 0 4.5641 0 10.1739C0 15.7836 4.5641 20.3477 10.1739 20.3477C12.5077 20.3477 14.6539 19.5493 16.3724 18.2226L23.7666 25.6168C24.2775 26.1277 25.1058 26.1277 25.6168 25.6168C26.1277 25.1058 26.1277 24.2775 25.6168 23.7666L18.2226 16.3724C19.5493 14.6539 20.3477 12.5077 20.3477 10.1739C20.3477 4.5641 15.7836 0 10.1739 0ZM10.1739 2.26086C14.5367 2.26086 18.0869 5.81097 18.0869 10.1739C18.0869 14.5367 14.5367 18.0869 10.1739 18.0869C5.81097 18.0869 2.26086 14.5367 2.26086 10.1739C2.26086 5.81097 5.81097 2.26086 10.1739 2.26086Z' fill='%236B6B6B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 16px center;
}

.termin-col-calendar .flatpickr-calendar {
  box-shadow: none;
}
.flatpickr-calendar{
  font-size: 16px!important;
}
.termin-details-content{
  border-radius: 10px;
border-bottom: 1px solid #CBE1E8;
background: #FAFAFA;
width: 490px;
padding: 24px;
margin-bottom: 16px;
}

.termin-details-content h3{
  color: #000;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 130%;

}
p.description{
  color: #858686;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
margin-bottom: 24px;
}
p.duration{
  color: #000;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M264.5 64C251.2 64 240.5 74.7 240.5 88C240.5 101.3 251.2 112 264.5 112L296.5 112L296.5 137.3C188.5 149.2 104.5 240.8 104.5 352C104.5 471.3 201.2 568 320.5 568C439.8 568 536.5 471.3 536.5 352C536.5 312.2 525.7 274.9 506.9 242.8L535.1 214.6C547.6 202.1 547.6 181.8 535.1 169.3C522.6 156.8 502.3 156.8 489.8 169.3L466.4 192.7C433.5 162.5 391.2 142.4 344.4 137.2L344.4 111.9L376.4 111.9C389.7 111.9 400.4 101.2 400.4 87.9C400.4 74.6 389.7 63.9 376.4 63.9L264.4 63.9zM344.5 248L344.5 352C344.5 365.3 333.8 376 320.5 376C307.2 376 296.5 365.3 296.5 352L296.5 248C296.5 234.7 307.2 224 320.5 224C333.8 224 344.5 234.7 344.5 248z' fill='%23858686'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: left center;
padding-left: 30px;
}
p.price{
  color: #000;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 41.6px */
}
p.price span{
  color: #858686;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 31.2px */
}
.termin-availability{
  display: inline-flex;
height: 28px;
padding: 3px 16px;
align-items: center;
gap: 10px;
border-radius: 17.5px;
background: #D8F2D6;
color: #579C51;
font-size: 16px;
font-style: normal;
font-weight: 800;
line-height: normal;
}
.termin-availability.low-availability{
  color: #A25B13;
background: #FFDB96;
}
.btn-secondary{
  border-radius: 10px;
border: 1px solid #009ED8;
color: #009ED8;
background: #FFF;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active{
border: 1px solid #009ED8;
color: #fff;
background: #009ED8;
}
.termin-details-box .btn{
  width: 100%;
}
.hero-left-col h2{
  margin-top: 60px;
  margin-bottom: 0;
}
.hero-right-col{
  border-left: 4px solid #B17B14;
  padding-left: 35px;
}
.section-hero-inner.section-hero-kurse .container .hero-right-col p{
  font-size: 24px;
font-style: normal;
font-weight: 400;
margin-bottom: 24px;
}
.section-hero-inner.section-hero-kurse .container .hero-right-col p:last-child{
  margin-bottom: 0;
}
.testimonial-content{
  padding-top: 95px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='113' height='76' viewBox='0 0 113 76' fill='none'%3E%3Cpath d='M110.945 52.9077C110.945 68.3026 102.238 76 84.8234 76C67.4087 76 58.7013 67.2308 58.7013 49.6923C58.7013 31.959 71.0286 15.3949 95.6831 0L113 6.43076L94.8026 30.1077L95.3896 31.5692C105.76 33.7128 110.945 40.8256 110.945 52.9077ZM52.2442 52.9077C52.2442 68.3026 43.5368 76 26.1221 76C8.70736 76 0 67.2308 0 49.6923C0 31.959 12.3273 15.3949 36.9818 0L54.2987 6.43076L36.1013 30.1077L36.6883 31.5692C47.0589 33.7128 52.2442 40.8256 52.2442 52.9077Z' fill='%23009ED8'/%3E%3C/svg%3E");
}
.section-testimonial p{
  color: #000;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 130%;
margin-bottom: 0;
}
.testimonial-info{
  display: flex;
  gap: 25px;
  color: #000;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
align-items: end;
margin-bottom: 20px;
}
.testimonial-info img{
  border-radius: 45px;
border: 2px dashed #67B6DE;
width: 90px;
height: 90px;
}

.kurs-termin-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 40px;
    margin-top: 40px;
}

.kt-col-left ul li {
    cursor: pointer;
}

.kt-col-left ul li.active {
    font-weight: bold;
    border: 2px solid #FF6A00;
}

.termin-details-box {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.section-book-curse{
  background: #E5F6FF;
}
#termin-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.termin-item{
  border-radius: 10px;
background: #FFF;
box-shadow: 0 2px 10px 0 rgba(134, 134, 134, 0.25);
padding: 30px 35px;
margin-bottom: 20px;
width: 490px;
}
.t-date{
  color: #000;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 130%;
margin-bottom: 16px;
}
.t-duration{
  color: #7B7B7B;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 31.2px */
}
.t-location{
  margin-top: 16px;
  color: #7B7B7B;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='17' viewBox='0 0 12 17' fill='none'%3E%3Cpath d='M6 0C2.69116 0 0 2.66716 0 5.94444C0 9.75462 5.12003 15.9439 5.33799 16.2049L6 17L6.66201 16.2049C6.87997 15.9431 12 9.75462 12 5.94444C12 2.66631 9.30884 0 6 0ZM6 1.69983C8.36235 1.69983 10.2838 3.60462 10.2838 5.94444C10.2838 8.24346 7.61151 12.1975 6 14.2925C4.38849 12.1992 1.7162 8.24686 1.7162 5.94444C1.7162 3.60462 3.63765 1.69983 6 1.69983ZM6 3.81633C4.81496 3.81633 3.85475 4.76738 3.85475 5.94112C3.85475 7.11485 4.81496 8.06591 6 8.06591C7.18504 8.06591 8.14525 7.11485 8.14525 5.94112C8.14525 4.76738 7.18504 3.81633 6 3.81633Z' fill='%237B7B7B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}
.t-price{
  color: #000;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 41.6px */
text-align: right;
}
.form-label{
  color: #616161;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 31.2px */
}
.submit-area{
  float: right;
}
.submit-area p{
  color: #7C7D7D;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
margin-top: 18px;
}
.submit-area a{
  color: #89D1EB;
  text-decoration: underline;
}
/* Remove Bootstrap default borders */
.accordion-item {
    border: none;
    background: transparent
}

/* Add custom border between only the items */
.accordion-item + .accordion-item {
    border-top: 2px solid #CDCDCD;
}

/* Optional: remove background & shadow from header */
.accordion-button {
    background: transparent;
    box-shadow: none !important;
}

/* Optional: nicer color on hover */
.accordion-button:not(.collapsed) {
    background: transparent;
    color: #000;
    box-shadow: none;
}
.accordion-button {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 42px;
	padding: 24px 36px 24px 0;
}
.section-faq{
  background: #EBEBEB;
}
.accordion-body{
  padding: 0 0 24px 0;
  font-size: 24px;
}
/* Remove default Bootstrap arrow */
.accordion-button::after {
    display: none !important;
}



.accordion-button::before {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #FF6A00;
    line-height: 1;
}

/* Optional: turn + into – (minus) when opened */
.accordion-button:not(.collapsed)::before {
    content: "–"; /* long hyphen for nice look */
}
.section-latest-kurse{
  background: #ECEEE4;
}
.kurse-card{
border-radius: 0 30px 30px 30px;
overflow: hidden;
background: #FFF;
}
.kurse-card-content{
  padding: 50px 60px;
}
.kurse-card-content h3{
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.kurse-card-content p.text-muted{
  color: #858686;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 31.2px */
}
.termin-list .termin-line{
  color: #000;
  padding: 18px 0;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 31.2px */
  border-top: 2px solid #CDCDCD;
  display: flex;
  justify-content: space-between;

}
.termin-list{

    border-bottom: 2px solid #CDCDCD;
}
.price-more{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: end;
}
.price-more p.price{
  margin-bottom: 0;
}
.price-more a{
  color: #009ED8;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 130%;
text-decoration: none;
}
.kurse-img-wrapper img{
  width: 100%;
}
img{
  max-width: 100%;
  height: auto;
}
@media (max-width: 1800px) {
  .main-header .container {
	max-width: 1554px;
}
  .main-nav li{
    margin-left: 50px;
  }
}
@media (max-width: 1800px) {
  .container,
  .main-header .container {
  	max-width: 1320px;
  }
  .main-nav a{
    font-size: 24px;
  }
  #kurse-list li{
    font-size: 24px;
  }
  .termin-details-content{
    width: auto;
  }
  .section-hero-inner.section-hero-kurse .container h1,
  .home h1, .home .h1,h1, .h1{
    font-size: 84px;
  }
}
@media (max-width: 1400px) {
  .close-main-nav-mobile {
    margin-left: 0;
    left: auto;
    top: 18px;
    right: 7px;
  }
  .termin-col-kurse{
    max-width: 380px;
  }
  .main-nav li {
	margin-left: 25px;
}
.section-testimonial p{
  font-size: 36px;
}
}

@media (max-width: 1200px){
  .termin-item{
    padding: 20px;
    width: 400px;
  }
  .kurs-termin-grid{
    gap: 20px;
  }
  .section-hero-inner.section-hero-kurse .container h1{

  	font-size: 64px;
  }
  .price-more a{
    font-size: 24px;
  }
  .kurse-card-content{
    padding: 30px;
  }
  #kurse-list li {
	font-size: 18px;
	height: 64px;
}
#kurse-list li svg{
  max-width: 20px;
  height: auto;
}
.termin-details-content h3{
  font-size: 28px;
}
.termin-col-kurse{
  max-width: 300px;
}
p.description{
  font-size: 20px;
}
.termin-col-calendar{
  padding: 0;
}
.btn{
  font-size: 28px;
}
  .container,
  .main-header .container {
  	max-width: 1140px;
  }
}
@media (max-width: 1080px){
  .search-box{
    display: none;
  }


}

@media (max-width: 991px) {
  .termin-item{
    width: 100%;
  }
  .kurs-termin-grid {
	gap: 20px;
	display: flex;
	flex-direction: column;
}
  .section-style .container{
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .card-holder {
	gap:25px;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
  .section-hero .container{
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .icon-item-holder::before,
  .icon-item-holder::after,
  .icon-item::before,
  .icon-item::after{
	display: none;
}
  .section-hero-inner .container h1,
  #breadcrumbs{
    margin-bottom: 40px;
  }
  p.duration,
  .termin-list .termin-line,
  .kurse-card-content p.text-muted{
    font-size: 20px;
  }
  p.price{
    font-size: 26px;
  }
  ul,
  p,
  .section-hero p{
    font-size: 24px;
  }
  h2, .h2{
    font-size: 38px;
  }
  .hero-logos{
    margin-top: 120px;
  }
  .section-hero-inner.section-hero-kurse .container h1,
  .home h1, .home .h1, h1, .h1 {
	font-size: 64px;
}
.hero-right-col{
  border-top: 4px solid #B17B14;
  border-left: 0 none;
  padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);

}
.termin-grid{
  flex-direction: column;
  align-items: center;
}
.termin-col-details{
  width: 100%;
}
  .main-nav{
    display: none;
  }
  #menu-toggle, .menu-btn {
	display: block;
}
  .container,
  .main-header .container {
    max-width: 960px;
  }
  .icon-item-holder {
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .icon-item:nth-child(3n) {
    border-right: 1px solid rgba(136, 185, 204, 0.5);
    /* reset for grid change */
  }

  .icon-item:nth-child(2n) {
    border-right: none;
  }

  .icon-item:nth-last-child(-n + 2) {
    border-bottom: none;
  }
  .kurse-card-content{
    padding: 20px;
  }
  .kurse-card-content h3{
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .section-style .container{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container,
  .main-header .container {

  max-width: 720px;
  }
  #menu-toggle,
  .menu-btn {
    display: block
  }
  .termin-grid{
    padding: 20px;
  }
  .btn {
	font-size: 24px;
  padding: 15px 25px;
}
}
@media (max-width: 576px){
  .container,
  .main-header .container{
  	max-width: 540px;
  }
  .footer-white-content .col-12{
    flex-direction: column;
  }
  .home h1, .home .h1, h1, .h1 {
	font-size: 54px;
}
p, .section-hero p {
	font-size: 22px;
}

}

@media (max-width: 680px) {
  .cards-holder:has(.cards-item:nth-child(2n):last-child) .cards-item:nth-last-child(2),
  .cards-item:nth-child(2n+1),
  .cards-item:nth-child(2n),
  .cards-item {
	padding: 25px;
	border-bottom: solid 1px rgba(136, 185, 204, 0.50);
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
}
  .cards-holder{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .hero-logos ul {
  	gap: 20px;
  	flex-wrap: wrap;
  	justify-content: center;
  }
  .icon-item-holder {
    grid-template-columns: 1fr;
  }

  .icon-item {
    border-right: none;
  }

  .icon-item:last-child {
    border-bottom: none;
  }
}
