@font-face {
  font-family: 'Inter';
  src: url(../Fonts/InterTight-VariableFont_wght.ttf) format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

/* space-grotesk-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: 'Space Grotesk';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/space-grotesk-v16-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-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: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/space-grotesk-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/space-grotesk-v16-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/space-grotesk-v16-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-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: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/space-grotesk-v16-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root {
	--main-color:#538BB1;
	--white-color:#fff;
	--black-color:#333;
	--citrus-color:#a9c3d3;
	--light-color:#F1F1F1;
	--darkblue-color:#19333E;
	--greyblue-color:#a9c3d3;
	--bluelight-color:#F4FAFF;
	--grey-color:#455E70;
  --mainbg: #ECEEF3;
  --footer-color: #333;
  --bodyblack:#333;
  --fontcolor:#707070;
}
/* --------------------------------------------------

BOOTSTRAP OVERRIDES

-------------------------------------------------- */

body {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 26px;
  font-style: normal;
  font-optical-sizing: auto;
  background: var(--white-color);
  font-family: 'Space Grotesk';
  color: var(--fontcolor);
  letter-spacing: 0.32px;
}

h1, .h1 {
  font-size: 1.7rem;
  color: var(--main-color);
  font-weight: 500;
  font-family: 'Space Grotesk';
}
h2, .h2 {
  font-size: 1.7rem;
  font-weight: 500;
  font-family: 'Space Grotesk';
  color: var(--main-color);
}
h3, .h3 {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Space Grotesk';
  color: var(--main-color);
}
h4, .h4 {
  font-size: 1.5rem;
  font-family: 'Space Grotesk';
  color: var(--darkblue-color);
}
h5, .h5 {
  font-size: 0.8rem;
  font-family: 'Space Grotesk';
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--darkblue-color);
}
.fs-5 {
  font-size: 0.9rem !important;
}

a {
  transition: all 0.4s ease;
  color: var(--darkblue-color);
}
a:hover {
  text-decoration: underline;
}
body.lock {
  position: inherit !important;
}
.text-primary {
  color: var(--citrus-color) !important;
}
.text-grey {
  color: var(--grey-color) !important;
}
.text-blue {
  color: var(--main-color) !important;
}
.banner {
  background-size: cover;
}
.banner {
  color: var(--white-color);
}

.header {
  height: auto;
}
/* --------------------------------------------------

HEADER OVERRIDES

-------------------------------------------------- */

.onscroll .logoheader {
  /*width: 50%;*/
}


header a {
  color: var(--white-color);
  text-decoration: none;
}
.navbar {
  background-color: transparent;
  transition: background-color 0.3s, box-shadow 0.3s;
}

nav.main .li-active a {
  background-color: unset;
}

nav.main a.active {
  background-color: unset;
}

.onscroll .navbar {
  background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    transition: background-color 0.3s, box-shadow 0.3s;
}

.lock .navbar {
  background-color: #1B2935;
  box-shadow: none;

}


.header {
  position: fixed;
}

.header-menu li {
  display: inline-block;
}
.header-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header .navtoggle .hamburger:before, .header .navtoggle .hamburger:after {
  background-color: var(--white-color);
  width: 35px;
}
.header .icon-bar {
  background-color: var(--white-color);
  width: 35px;
}
.nav-btn-wrap {
  background: linear-gradient(253deg, #7D7CBA 31.69%, #66C6E1 81.79%);
  border-radius: 50px;
  height: 65px;
  width: 65px;
}
nav.main .nav-content.open {
  background: #1B2935;
}

nav.main .nav-level-1-wrap {
  width: 100%;
  float: none;
}

.logoheader {
  /*width: 50%;*/
  transition: all 0.4s ease;
}
.header-logo{
  /*width: 80%;*/
}


/* --------------------------------------------------

FOOTER OVERRIDES

-------------------------------------------------- */
.footer-copyright {
  border-top: 1px solid var(--grey-color)
}
.footer {
  background: #1B2935;
  color: #E9EDF0;
  font-size: 1rem;
  font-weight: 400;
}


.footer a {
  color: #E9EDF0;
  font-weight: 400;
  text-decoration: none;
}
.footer a:hover{

  text-decoration: underline;
}
.footer .h3 {
  font-size: 1.25rem ;
  font-weight: 700;
  color: var(--white-color);
 
}
.footer-servicemenu li {
  display: inline-block;
}
.footer-menu ,
.footer-servicemenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer .social-links a:hover {
  color: var(--main-color);
}
.bg-primary .h1,
.bg-primary .h2,
.bg-primary .h3,
.bg-primary .h4{
  color: var(--white-color);
  font-weight: 400;
}
.bg-primary {
  background-color: var(--darkblue-color) !important;
  color: var(--white-color);
}
/* --------------------------------------------------

CUSTOM CSS

-------------------------------------------------- */

.row>* {
  padding-right: 0px;
}

.row {
  margin-right: 0px;
}

.languageSwitch li:last-child a{
  border:none; margin-right: 0;
}
.languageSwitch a {
  margin-right: 10px;
  border-right: 1px solid white;
  padding-right: 10px;
  color: white;
}

.onscroll .languageSwitch a {
  margin-right: 10px;
  border-right: 1px solid var(--main-color);
  padding-right: 10px;
  color: var(--main-color);
}

.languageSwitch li.active a{
  text-decoration: underline;
  font-weight: bold;
}
.languageSwitch li{
  display: inline-block;
}
.languageSwitch {
  margin-right: 2rem;
}
.languageSwitch ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.languageSwitch a:hover {
  text-decoration: underline;
}

.onscroll .noscroll {
  display: none!important;
}

.scroll {
  display: none!important;
}


.onscroll .scroll {
  display: block!important;
}

a.headerlink{
  color: #333;
  font-family: 'Space Grotesk';
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 400;
}

.color-grey {
  color: #787878!important;
}

.card-title {
  font-size: 1.4rem;
  font-family: 'Space Grotesk';
}

.card {
  --bs-card-border-color: transparent;
  --bs-card-border-radius: 0;
  background-color: transparent;
}

.card-img, .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fw-400{
  font-weight: 400!important;
}

.tx-powermail h3 {
  display: none;
}

.tx-powermail .powermail_legend{
  display: none;
}


nav.main .nav-level-1 a {
  padding-left: 0 !important;
}

.display-1 {
  font-weight: 500;
  font-family: 'Space Grotesk';
}
body .slider-wrapper .overlay-30 {
  background: rgba(0, 0, 0, 0.5);
}

.adv-icon {
  width: 40%;
}
.adv-title {
  font-family: 'Space Grotesk';
  font-weight: 600;
  color: var(--black-color);
  font-size: 1.125rem;
}
.adv-nr {
  font-family: 'Space Groteske';
  font-weight: 600;
}
.bt-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  z-index: 3;

}

.bt-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  padding-top: 60px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 4rem 1rem;
  font-family: 'Space Grotesk';
  line-height: 1.5;
  color: var(--white-color);
  z-index: 4;
}

.bt-text-sm {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;

}

.bt-image picture {
  display: block;
  width: 100%;
}

.bt-image picture img {
  width: 100%;
  height: auto;
}

.powermail_captchaimage {
  margin-top: 1rem;
}

.form-control {
  border-radius: 0;
  padding: .575rem .75rem;
  border:none;
  margin-top: 5px;
}
.tx-powermail label {
 font-weight: 700; 
 font-family: 'Space Grotesk';
 color: var(--black-color);
}

.frame-layout-10 {
  background: #F3F6F9;
}
.image-caption {
  margin-top: 10px;
}
textarea.xxlarge {
  min-height: calc(9.5em + .75rem + calc(var(--bs-border-width) * 2));
}

.data-box  {
  border-radius: 25px;
  overflow: hidden;
}
.data-box img{
  transition: all 0.4s ease;
}
.data-box-item:hover img{
  transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
-webkit-transform: scale(1.05, 1.05);
}

.customNavArrows {
  display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%; /* Ensure this takes the full height of the container */
    position: relative; /* Ensure this container can use relative positioning */
    padding-bottom: 10px; /* Adjust as necessary for spacing */
    margin-top: 2rem;
}
.servicenext:hover,
.serviceprev:hover{
  background-color: var(--greyblue-color);

}
.serviceprev {margin-right: 15px;}
.servicenext,
.serviceprev {
  font-size: 2rem;
  display: inline-block;
 
  background: var(--citrus-color);
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  transition: all 0.4s ease;
  cursor: pointer;
}
.opinionsnext:hover,
.opinionsprev:hover{
  background-color: var(--greyblue-color);

}
.opinionsprev {margin-right: 15px;}
.opinionsnext ,
.opinionsprev {
  font-size: 2rem;
  display: inline-block;
 
  background: var(--citrus-color);
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  transition: all 0.4s ease;
  cursor: pointer;
}
.service-subtitle {
  color: var(--footer-color);
}
.count-item {
  font-size: 2.5rem;
  color: var(--citrus-color);
  font-weight: 400;
  font-family: 'Space Grotesk';
}
.box-overlay {
  position:absolute;
  top:25px;
  left:25px;
  font-size: 1.35rem;
  color: var(--white-color);
  font-weight: 700;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);

}
.special-imgcols .img-fluid {
  object-fit: cover;
  height: 100%;
}
.btn.btn-white:hover {
  background: var(--main-color);
}
.btn.btn-white {
  background: var(--white-color);
   border-radius: 35px;
  padding:  18px 26px;
  border:none !important;
  color: var(--black-color) !important;
  font-weight: 700;
}

.btn.btn-primary {
  border-radius: 35px;
  background: linear-gradient(253deg, #7D7CBA 31.69%, #66C6E1 81.79%);
  padding:  18px 29px;
  border: 1px solid transparent !important;
  color: var(--white-color) !important;
  font-weight: 700;
  font-family: 'Space Grotesk';
  background-size: 100% 100%;
  transition: all 0.1s ease-in-out;
  background-position: 0% 50%; /* Start position */

}

.btn.btn-primary:hover {
  /*background:  var(--main-color);*/
  text-decoration: none;
  background-size: 200% 200%; /* Same size for hover */
  background-position: 0% 50%; /* End position for smooth transition */
  text-decoration: none;
}

.btn.btn-secondary {
  border-radius: 35px;
  background: transparent;
  border:1px solid #333 !important;
  color: #333 !important;
  padding: 7px 19px;
  font-weight: 400;
  font-family: 'Space Grotesk';
}

.btn.btn-secondary:hover {
  background: #333;
  color: white!important;
}

.border-rounded {
  border-radius: 25px;
}


#cm {
    max-width: 35%;  
  }
  @media screen and (max-width: 1199px) {
    #cm {
      max-width: 50%; 
    } 
  }
  @media screen and (max-width: 768px) {
    #cm {
      max-width: 90%; 
    } 
  }


/* --------------------------------------------------

MAINNAV OVERRIDES

-------------------------------------------------- */
.powermail-errors-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: red;
}


.lock .header.onscroll,
.lock .header {
  background: #1B2935;
  box-shadow:none;
}
.lock .header .btn-primary{
  border: 1px solid var(--black-color) !important;
}
.lock .header-menu a {
  color: var(--black-color);
}


nav.main .nav-level-1 a {
  font-family: 'Space Grotesk';
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.6rem;
  color: white;
}
nav.main .nav-level-1-wrap {
  padding-top: 8rem;
}
nav .nav-bottom a:hover {
  background: none;
  color: var(--greyblue-color);
}

nav.main a:hover {
  text-decoration: underline;
  background-color: unset;
}

nav .nav-bottom li {
  display: inline-block;
}
nav .nav-bottom a{
 
  text-decoration: none;
  color: #538BB1;
  font-weight: 600;
  font-family: 'Space Grotesk';
 
}
nav .nav-link-fb {
  color: var(--black-color);
}
nav .nav-link-fb:hover {
  background: none !important;
  color: var(--greyblue-color) !important;
}
.footer .footerlogo {
  filter:none;
}
nav.main .nav-content.open {
  overflow: auto;
}
.service-item-slide, .opinion-item-slide {
  margin: 0 2rem 0 0;
}
.mt-50 {
  margin-top: 7rem;
}
nav.main .nav-bottom .li-active a {

  padding: 3px 5px;
}

/* --------------------------------------------------

BANNER TEXT

-------------------------------------------------- */
.slide-info-sp-headline {
  line-height: 100%;
  font-size: 4rem;
  font-weight: 500;
}
.slide-text-inner {
  position: relative;
}
.slide-info-txt {
  position: absolute;
  right: 0;
  color: #fff;
  bottom: 0;
  z-index: 22;
  line-height: 1;
 
  /* height: 100%; */
  display: block;

}
.videosingle .text-wrap-slide {
  z-index: 10;
}

.videosingle .text-wrap-slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  overflow: hidden;
  position: absolute;
}
.bannertext {
  position: absolute;
  top: 70%;
  /* left: 50%; */
  width: 100%;
  transform: translate(0%, -50%);
  color: white;
  text-align: center;
  font-size: 1.5rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.banner {
  padding-top: 0rem;
  padding-bottom: 2rem;

}

/* --------------------------------------------------

CUSTOM LIST STYLE

-------------------------------------------------- */
.service-item-wrap .slick-list,
.opinion-item-wrap .slick-list {
  padding-left: 0px!important; 
}

.ce-bodytext ul {
  list-style-type: none; /* Entfernt die Standard-Listensymbole */
  padding-left: 0; /* Entfernt das Standard-Einrücken */
}

.ce-bodytext ul li {
  position: relative; /* Ermöglicht das absolute Positionieren des Symbols */
  padding-left: 2em; /* Passt den Abstand zwischen Symbol und Text an */
  margin-bottom: 0.5em; /* Fügt Abstand zwischen den Listenelementen hinzu */
}

.ce-bodytext ul li::before {
  position: absolute; /* Positioniert das Symbol absolut innerhalb des Listenelements */
  left: 7px; /* Passt die Position des Symbols an */
  font-family: "Font Awesome 6 Pro"; /* Verwendet die Font Awesome Schriftart */
  font-weight: 900; /* Stellt sicher, dass das Symbol fett angezeigt wird */
  content: "\f00c"; /* Unicode für das Check-Symbol */
}

/*:target:before {
  content: "";
  display: block;
  height: 140px;
  margin: -140px 0 0;
}*/

.prefooter {
  padding: 8rem 0;
}

.bg-primary .text-primary a {
  color: var(--citrus-color);
}
.bg-primary a {
  color: var(--white-color);
}
.frame-border-radius img {
  border-radius: 25px;
}


/* --------------------------
SeLinks OVERRIDES
----------------------------- */


.tx-selinks .accordion-item button{
  transition: all 0.4s ease;
}
.tx-selinks .accordion-item:hover button{
  color: var(--black-color);
  padding-left: 1rem;
  padding-right: 1rem;
}
.tx-selinks .accordion-button {
  padding-top: 1.76rem !important;
  padding-bottom: 1.76rem !important;
}
.tx-selinks .accordion-button:not(.collapsed)::after {
  transform: rotate(270deg);
}
.tx-selinks .accordion-button::after {
  font-family: "Font Awesome 6 Sharp";
  content: "\f061";
  font-weight: 400; background-image: none;
  width:auto;
  height: auto;
  color: var(--main-color);
  font-size: 1.5rem;
  transform: rotate(90deg);
}
.tx-selinks .accordion-item{
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  transition: padding-left 0.3s ease-in-out, padding-right 0.3s ease-in-out; 
  border-bottom: 1px solid var(--grey-color) !important;
 }
.tx-selinks .accordion-button,
.tx-selinks .accordion-item,
.tx-selinks .accordion{
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  padding:0;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Space Grotesk';
}

.tx-selinks .accordion-item p{
  font-size: 1rem;
  font-weight: 400;
}


.tx-selinks .quicklink_item_title {
  color: black;
  font-weight: 600;
}

.tx-selinks .quicklink_item {
  transition: padding-left 0.3s ease-in-out, padding-right 0.3s ease-in-out; 
}



.tx-selinks .quicklink_item:hover {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tx-selinks .quicklink_item_c1 {
  color: var(--main-color);
  font-weight: 600;
  font-size: 1.5rem;
}

.tx-selinks .fa-sharp{
  color: var(--main-color);
  font-size: 1.5rem;
}
.tx-selinks .quicklink_item{
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
}

.tx-selinks .accordion-item{
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro!important;
}





/* --------------------------
SeNews OVERRIDES
----------------------------- */

.immo-img:hover img{
  transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);

}
.immo-img{
  position: relative;
  overflow: hidden;

}
.immo-img img {
  transition: all 0.4s ease;
}

@media (max-width: 767px) {
	.frame-space-before-extra-small {
		margin-top: 1.5em;
	}
	.frame-space-before-small {
		margin-top: 2.5em;
	}
	.frame-space-before-medium {
		margin-top: 3.5em;
	}
	.frame-space-before-large {
		margin-top: 4.5em;
	}
	.frame-space-before-extra-large {
		margin-top: 5em;
	}
	.frame-space-after-extra-small {
		margin-bottom: 1.5em;
	}
	.frame-space-after-small {
		margin-bottom: 2.5em;
	}
	.frame-space-after-medium {
		margin-bottom: 3.5em;
	}
	.frame-space-after-large {
		margin-bottom: 4.5em;
	}
	.frame-space-after-extra-large {
		margin-bottom: 5em;
	}
	.frame-boxspacexymedium {
		padding: 1.5rem;
	}
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 575px) {
  .header .navbar > .container,
  .header .navbar > .container-lg {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }
  .navbar-brand .mainlogo {
    max-width: 140px;
    width: auto;
    height: auto;
  }
  .header-logo {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 180px;
  }
  .header-logo .navbar-brand {
    display: block;
  }
  .header-actions {
    flex: 0 0 auto;
    min-width: fit-content;
  }
  .header-actions .languageSwitch {
    margin-right: 0.75rem;
  }
  .header-actions .languageSwitch.ms-3 {
    margin-left: 0.75rem !important;
  }
  .header-actions .languageSwitch a {
    margin-right: 0.5rem;
    padding-right: 0.5rem;
  }
  .nav-btn-wrap {
    width: 45px;
    height: 45px;
  }
  .header .navtoggle .hamburger:before, .header .navtoggle .hamburger:after {
    background-color: var(--white-color);
    width: 22px;
  }
  .header .icon-bar {
    background-color: var(--white-color);
    width: 22px;
  }
  .banner {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
 }
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
  nav.main .nav-level-1-wrap {
    padding-top: 10rem;
   }
   .row {
    --bs-gutter-x: 5rem; /* Change this value to your desired gutter width */
  }.fs-5 {
    font-size: 1.25rem !important;
}
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  
    .header-logo {
    width: 40%;
  }
  .adv-icon {
    width: 30%;
  }
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
  .navbar {
  box-shadow: none;
  }
  .bt-text {        
    font-size: 2.2rem;
    padding: 3rem 2rem;
  }

  .bt-text-sm {  
    font-size: 1.8rem;
  }
  .header-logo {
    width: 40%;
}
  nav.main .nav-level-1-wrap {
    padding-top: 15rem;
   }
  .service-item-slide, .opinion-item-slide {
    margin: 0 4rem 0 0;
  }
  .h1, h1 {
    font-size: 4rem;
    line-height: 1.1;
    color: var(--main-color);
  }
  .h2, h2 {
    font-size: 4rem;
    line-height: 1.1;
  }
  .h3, h3 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  .h5, h5 {
    font-size: 1.1rem;
    padding-bottom: 15px;
  }
  .special-mt {
    margin-top: -13%;
  }
  .banner {
    padding: 0;
  }
  .bannertext {
    font-size: 3rem ;
  }
  .banner-std img{
    width: 100%;
  }
  nav.main .nav-level-1 a {
    font-family: 'Space Grotesk';
    font-weight: 700;
    font-size: 3rem;
  }
  .bannertext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; /* Adjust color as needed */
    text-align: center;
    font-size: 5rem; /* Adjust size as needed */
background: none;
    padding: 10px; /* Optional: padding for better spacing */
  }
  .count-item {
    font-size: 5rem;
    color: var(--citrus-color);
    font-weight: 400;
    font-family: 'Space Grotesk';
  }
  .frame-ps-xxl {
    padding-left: 5rem;
  }
  .frame-ps-xl {
    padding-left: 3rem;
  }
  .frame-pe-xxl {
    padding-right: 5rem;
  }
  .frame-pe-xl {
    padding-right: 3rem;
  }
  .special-imgcols>div {
    height: 100%;
  }
  .mt-50 {
    margin-top: 13rem;
  }
  .customNavArrows{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    position: relative;
    padding-bottom: 10px;
    margin-top: 5rem;
  }
  .btn.btn-primary {
    border-radius: 35px;
    padding:  19px 50px;
  }
  
  
  .tx-selinks .quicklink_item_c1 {
    color: var(--main-color);
    font-size: 2.5rem;
  }
  
  .tx-selinks .fa-sharp{
    color: var(--main-color);
    font-size: 2.5rem;
  }
  
  .tx-selinks .accordion-item{
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro!important;
  }

  .tx-selinks .accordion-item{
    font-size: 2rem;
   }
  .tx-selinks .accordion-button,
  .tx-selinks .accordion-item,
  .tx-selinks .accordion{
    font-size: 2rem;
  }

  .tx-selinks .accordion-button::after {
    font-size: 2.5rem;
  }
  
}
