html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #002337;
  font-family: 'Syne', sans-serif !important; 
  padding-right: 0 !important;
}

* {
  scroll-margin-top: 100px;
}

.pointer-cursor {
  cursor: pointer;
}

.default-cursor {
  cursor: default;
}

.content-wrapper {
  min-height: 300px;
}
a.btn.btn-primary.contact-btn {
    background-color: #00557f; /
    color: #ffffff; /
}

p.text-muted {
    color: #333 !important;
}

strong.text-primary {
    color: #003766 !important; 
}

p.font-monospace.text-primary.fw-bold.mb-1 {
    color: #003366 !important;
}

.gradient-text-color {
  -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text;
    background-image: linear-gradient(to right, #e36159, #0088CC) !important;
    color: #0088CC;
    background: linear-gradient(to bottom right, #0088CC, #e36159);
    background-image: linear-gradient(to right, #0088CC, #e36159);
}

.coo-text {
  color: #0088CC;
    background: linear-gradient(to bottom right, #0088CC, #e36159);
    background-image: linear-gradient(to right, #e36159, #0088CC);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent !important;
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(to right, #e36159, #0088CC);
}


.polygon-avatar.polygon-3 {
  bottom: 20%;
  left: 10%;
}
.polygon-avatar.polygon-4 {
  bottom: 10%;
  right: 20%;
}

nav.navbar {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom: 1px solid rgba(0, 85, 127, 0.1);
  margin-top: -30px;
  width: 100%;
}
nav.navbar .nav-link:hover {
  color: #0a58ca!important;
}
.cta-band.cta-band-90 {
  height: 90px;
}

nav.navbar .nav-link {
  font-weight: 400;
  color: #262B40;
  font-size: 16px;
}

.nav-item a {
  font-size: 18px;
  font-weight: 600;
}

.btn.contact-btn {
  width: 140px;
}

#toggleVideoBtn i {
  font-size: 2rem;
}
#toggleVideoBtn:focus {
  box-shadow: none;
}

.alternative-font {
    display: inline-block;
    margin-top: -15px;
    position: relative;
    top: 3px;
    margin-bottom: -6px;
    color: #0088CC;
    font-family: "Shadows Into Light", cursive !important;
    font-size: 1.6em;
}

.nav-link.dropdown-toggle::after {
  display: none;
}
.nav-link.dropdown-toggle i {
  color: var(--bs-primary);
}

.nav-link::after {
  display: none;
}

.language-dropdown {
  min-width: 0 !important;
}

#hero .hero-desc {
  max-width: 540px;
  line-height: 38px;
}

.footer-desc {
  max-width: 360px;
}

footer .social-link {
  width: 42px;
  height: 42px;
}

.cta-btn {
  letter-spacing: 1px;
}


@media screen and (min-width: 1024px) {
  footer {
    position: relative;
    overflow: hidden;
  }
  footer .footer-bg-left {
    background-image: url("../images/polygon-group.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    height: 100%;
    width: 40%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  footer .footer-bg-right {
    background-image: url("../images/polygon-group-right.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height: 100%;
    width: 40%;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
  }
  footer .container {
    z-index: 11;
    position: relative;
  }
}



.cta-text {
  font-size: 18px;
  line-height: 24px;
}


/* Helpers */
.bg-primary-transparent {
  background-color: rgba(44, 148, 188, 0.04);
  border: 1.238px solid #2C94BC;
  border-radius: 61.909px;
}

.bg-light-grey {
  background-color: rgba(247, 247, 248, 1);
}
.bg-primary-dark {
  background-color: #00557F;
}
.btn.bg-primary-dark {
  background-color: #00557F;
  color: white;
}
.btn.bg-primary-dark:hover {
  color: white;
}
.rounded-2-5 {
  border-radius: 0.75rem;
}
.rounded-2-7 {
  border-radius: 1.25rem;
}
.py-2-5 {
  padding-top: 11px!important;
  padding-bottom: 11px!important;
}
.font-size-default {
  font-size: 24px;
}
section.small-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; 
}

.normalized-link {
  text-decoration: none;
  color: #fff;
} 

.normalized-link:hover {
  text-decoration: none;
  color: #fff;
}

.person-card {
  border-radius: 12px;
  border: 1px solid #F7F7F8;
  background: #FFF;
  cursor: pointer;
  height: 136px;
}
.person-card:hover {
  background: #F7F7F8;
}

footer {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -30px;
}

.cta-band {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .cta-band {
    height: 110px;
  }
}

.text-grey {
  color: #636A7E;
}
footer a {
  color: #636A7E;
}
.text-xxl {
  font-size: 50px;
  font-weight: bold;
}

.text-xxl {
  font-size: 80px;
}

#hero {
  background-image: url("../images/bg-polygon.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}

.aktuelle-section {
  background-image: url(../images/bg-polygon.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 100%;
}

@media screen and (min-width: 1024px) {
  .aktuelle-section {
    background-size: 100% 367%;
    background-position: 100% 29%;
  }
}

@media screen and (max-width: 1023px) {
  .aktuelle-section {
    background-size: contain;
    background-position: center;
  }
}

.brands-band {
  border-right: 1px solid #E6ECF1;
}
.brands-band:last-child {
  border-right: none;
}

.card.it-card .card-img-top {
  height: 371px;
  max-height: 371px;
}
.candidate-card {
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 30px;
}

.candidate-card:hover {
  background-color: #2C94BC;
}

.white-rounded-square {
  width: 52px;
  height: 52px;
  border-radius: 16px;
}

@media screen and (min-width: 1024px){
  .band-images img {
    width: 20vw;
  }
  .band-images {
    margin-left: -12vw;
  }
}
.band-images img {
  height: 375px;
  max-height: 375px;
  border-radius: 20px;
}
.band-images img:nth-child(odd) {
  margin-top: 50px;
}
.small-title {
  font-size: 18px;
}
.form-control:focus {
      box-shadow: 0 0 0 0.05rem #2C94BC !important;
}
/* BEGIN: Contact Form Style */
.contact-form {
    background-color: #fff;
    border-left: 2px solid #2C94BC;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form input[type=text], .contact-form input[type=email],.contact-form input[type=tel] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    color: #222;
    font-size: 14px;
    line-height: 38px;
    padding: 10px 30px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.contact-form textarea {
  height: 300px;
}

.contact-informations {
  background-color: #2C94BC;
  word-wrap: break-word;
}

.contact-information {
  font-size: 20px;
  text-decoration: none !important;
  color: #000;
}

.contact-form-social ul {
  list-style: none;

}
/* END: Contact Form Style */

/* BEGIN: Waves Container */
.waves {
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  z-index: 5;
  bottom: 0;
  left: 0;
}

.parallax1 > use {
  animation: move-forever 10s linear infinite;
}
.parallax1 > use:nth-child(1) {
  animation-delay: -2s;
}

.parallax2 > use {
  animation: move-forever 8s linear infinite;
}
.parallax2 > use:nth-child(1) {
  animation-delay: -2s;
}

.parallax3 > use {
  animation: move-forever 6s linear infinite;
}
.parallax3 > use:nth-child(1) {
  animation-delay: -2s;
}

.parallax4 > use {
  animation: move-forever 4s linear infinite;
}
.parallax4 > use:nth-child(1) {
  animation-delay: -2s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/* END: Waves Container */


/* BEGIN: Gradient Border Animation */

/* END: Gradient Border Animation */