/*
Theme Name: Nova Port
Author: Dejan
Version: 1.0
*/

/***********************************************
                    FONT
***********************************************/
.error-page-img-box {
  height: 230px;
  width: 100%;
  max-width: 370px;
}
.error-page-img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* sofia-sans-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: "Sofia Sans";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Sofia_Pro_Light.otf") format("opentype"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* sofia-sans-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: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Sofia_Pro_Bold.otf") format("opentype"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*Borlabs*/
._brlbs-cb-default {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  max-width: 1200px;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/***********************************************
                    ROOT
***********************************************/
:root {
  --primary-font: "Sofia Sans", sans-serif;
  --main-blue: #23518a;
  --beige: #eceae5;
  --green: #70822f;
  --grey-title: #707070;
  --grey-text: #111111;
  --grey-bg: #eceae4;
  --nav-link-color: #2b2e34;
}
a,
a:hover {
  text-decoration: none;
  color: #2b2e34;
  border: 0 !important;
}

.container-fluid {
  max-width: 1540px !important;
}

.wpcf7-spinner {
  display: none !important;
}
/***********************************************
                    BODY, HTML
***********************************************/
/* * {
    border: 1px solid violet;
} */
#landing {
  overflow: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: var(--primary-font);
  background-color: #fff;
  padding-top: 149px;
  color: #2b2e34;
  letter-spacing: 0.3px;
}
body.admin-bar .navbar {
  top: 46px;
}
body.admin-bar .offcanvas-body {
  padding-top: 127px;
}
.standardKontakt.hide {
  opacity: 0;
  visibility: hidden;
}
/***********************************************
                PRE-D CLASSES
***********************************************/
b,
strong {
  font-weight: bold !important;
}
.text-pink p,
.text-pink {
  color: #db3366;
}
.hidden-scroll {
  overflow-y: hidden;
}
.hide-on-visited {
  display: none !important;
  transition: none !important;
}
.bg-white {
  background-color: #fff;
}
.bg-blue {
  background-color: var(--main-blue);
}
.bg-grey {
  background-color: var(--grey-bg);
}
b {
  font-weight: 700 !important;
}
.rotate-down {
  transform: rotate(90deg);
}
.rotate-left {
  transform: rotate(180deg);
}
.btn {
  font-size: 15px;
  font-weight: 700;
  color: #fff !important;
  background-color: var(--main-blue) !important;
  line-height: 1;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 7px;
  border: 2px solid transparent !important;
}
.captcha-wrap input {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff !important;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  padding-left: 7px;
  padding-top: 6px;
}
.captcha-wrap p {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
}
.captcha-wrap span {
  top: 10px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:focus-visible {
  color: var(--main-blue) !important;
  border: 2px solid var(--main-blue) !important;
  background-color: transparent !important;
}
.btn::after {
  content: none !important;
}
.swiper-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-blue);
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.swiper-btn.swiper-btn-prev img {
  transform: rotate(180deg);
}
.swiper-btn:hover {
  background-color: var(--grey-dark-btn);
  opacity: 1;
}
#wpadminbar {
  position: fixed !important;
}
/*****************
    ANIMATIONS
 ****************/
.animation {
  opacity: 0;
  filter: blur(0);
  transform: translateY(50%);
  transition: all 0.9s ease-in-out;
}

.animation[animation="true"] {
  opacity: 1;
  transform: translateX(0);
}

.animation-2 {
  opacity: 0;
  filter: blur(0);
  transform: translateY(50%);
  transition: all 0.8s ease-in-out;
}

.animation-2[animation="true"] {
  opacity: 1;
  transform: translateX(0);
}

.animation-3 {
  content: "";
  display: block;
  height: 1px;
  filter: blur(0);
  opacity: 0;
  transform: translateY(50px);
  background-color: #1a463d;
  width: 100%;
  transition: all ease-in-out 0.8s;
}

.animation-3[animation="true"] {
  opacity: 1;
  transform: translateY(0);
}

.animation-4 {
  opacity: 0;
  filter: blur(0);
  transform: translateY(50%);
  transition: all 0.8s ease-in-out;
}

.animation-4[animation="true"] {
  opacity: 1;
  transform: translateX(0);
}

.animation-5 {
  opacity: 0;
  filter: blur(0);
  transform: translateY(50%);
  transition: all 0.8s ease-in-out;
}

.animation-5[animation="true"] {
  opacity: 1;
  transform: translateX(0);
}

.animation-6 {
  opacity: 0;
  filter: blur(0);
  transform: translateX(50%);
  transition: all 0.8s ease-in-out;
}

.animation-6[animation="true"] {
  opacity: 1;
  transform: translateY(0);
}

.animation-7 {
  opacity: 0;
  filter: blur(0);
  transform: translateX(50%);
  transition: all 1.7s ease-in-out;
}
.animation-7[animation="true"] {
  opacity: 1;
  transform: translateY(0);
}
.disturber img {
  transition: all 0.3s ease-in-out;
  width: 214px;
}
.disturber:hover img {
  transform: scale(1.1);
}
.dotted-border {
  position: relative;
  border: 0;
  color: #2b2e34;
}
.dotted-border:after {
  content: "";
  width: 98%;
  height: 5px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: url("images/dotted.svg");
  background-repeat: space;
}
/***********************************************
                NAVBAR
***********************************************/
.navbar {
  padding-top: 25px;
  padding-bottom: 25px;
  justify-content: end;
}
.navbar-brand {
  padding: 0;
}
.navbar-toggler {
  padding-right: 0;
}
.navbar-toggler span {
  width: 22px;
  height: 2px;
  background-color: var(--nav-link-color);
}
.navbar-toggler span:first-child {
  margin-bottom: 4px;
}
.navbar-toggler span:last-child {
  margin-top: 4px;
}
.navbar-toggler .mid {
  transition: all 0.3s ease-in-out;
  transform: translateX(0%);
  opacity: 1;
}
.navbar-toggler .bot {
  top: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.navbar-toggler .top {
  top: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.navbar-toggler .mid.iks {
  opacity: 0;
  transform: translateX(-150%);
}
.navbar-toggler .top.iks {
  transform: rotate(45deg);
  top: 8px;
  position: relative;
}
.navbar-toggler .bot.iks {
  transform: rotate(-45deg);
  top: -4px;
  position: relative;
}
.navbar-toggler {
  padding-top: 4px;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:focus-visible,
.btn-close:focus,
.btn-close:focus-visible {
  border: 0;
  box-shadow: none;
  outline: 0;
}
.container-fluid {
  max-width: 1560px;
}
#offcanvas-kontakt {
  width: 100%;
  display: inline-block;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  margin-bottom: 100px;
}
.kontakt-navbar {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  letter-spacing: 0.74px;
  line-height: 1;
}
.kontakt-navbar:hover {
  color: #23518a;
}
.navbar-brand {
  z-index: 1024;
  transition: all 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 40px;
}
.navbar-toggler {
  z-index: 1;
}
.navbar-brand.animate-class #NOVA_port_Logo g > * {
  fill: #fff;
}
.navbar-wrap {
  margin-left: auto;
}
#container {
  min-height: 120px;
  position: relative;
}
.offcanvas.offcanvas-end {
  background: var(--grey-bg);
  border-left: 0;
  width: 100%;
}

.offcanvas-header {
  padding-top: 90px;
  padding-bottom: 0;
}

.offcanvas-body {
  padding-top: 81px;
  padding-left: 75px;
  width: 100%;
  padding-right: 12px;
}
.offcanvas-backdrop.show {
  opacity: 0;
}

.navbar-nav li {
  margin-bottom: 22px;
}
.navbar-nav .nav-link {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: var(--nav-link-color);
  padding-top: 9px;
  padding-bottom: 9px;
}
.dropdown-item.activeactive {
  color: var(--main-blue);
}
.nav-link:focus,
.nav-link:hover {
  color: #23518a;
}
.nav-link {
  text-transform: uppercase;
}
.dropdown {
  margin-bottom: 44px;
}
.navbar-nav li:nth-child(4) {
  margin-bottom: 44px;
}
.navbar-nav li {
  margin-bottom: 44px;
}
.navbar-nav .dropdown-menu li {
  margin-bottom: unset;
}
.dropdown-toggle::after {
  content: none;
}
.navbar-nav .dropdown-menu {
  border: 0;
  padding: 0;
  background-color: var(--grey-bg);
}
.dropdown-item {
  padding-left: 0;
  font-size: 22px;
  text-transform: uppercase;
  /* 	position: relative;
	display: inline; */
  transition: all 0.3s ease-in-out;
}
/* .dropdown-item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background-color: var(--main-blue);
	transition: all 0.5s ease-in-out;
}
.dropdown-item:hover:after {
	width: 100%;
} */
.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item:focus-visible {
  background: transparent;
  color: #000;
  outline: 0;
}
.dropdown-item.active,
.dropdown-item:active {
  color: unset;
  background-color: unset;
}
.dropdown-item:hover {
  color: #23518a;
  background: transparent;
}
.navbar-toggler:hover span {
  background-color: var(--main-blue);
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
  z-index: 1;
}

#navigation.show {
  transform: translateX(0%);
}
#navigation {
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}

.nav-link.active {
  color: var(--main-blue) !important;
}
.nav-link.dropdown-toggle {
  color: var(--nav-link-color) !important;
}

/*** MODAL ***/
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: none !important;
}

.wpcf7-acceptance {
  margin-top: 20px;
}
.wpcf7-acceptance a {
  color: #fff;
  text-decoration: underline;
}
.wpcf7-acceptance input[name="acceptance"] {
  margin-right: 10px;
  border-radius: 0 !important;
}

.modal-dialog {
  max-width: 1533px;
}
.modal-content {
  border-radius: 0;
  border: 0;
  background-color: var(--main-blue);
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 75px;
}
.modal-header {
  border-bottom: 0;
  padding-top: 43px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.modal-body {
  padding: 0;
}
.modal-title {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2.23px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 42px;
  margin-bottom: 35px;
}
.modal-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 35px;
  max-width: 1045px;
}
#kontaktModal .btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
}
.modal-info-add {
  padding-top: 62px;
}
.modal-info-add a {
  color: #fff;
  font-size: 14px;
}
.modal-info-add .footer-logo {
  margin-top: 20px !important;
}
.modal-info-add .footer-data-links {
  margin-top: 40px;
}
.modal-right a {
  font-size: 16px !important;
}
.modal-right .footer-text {
  font-size: 16px;
}
.modal-info-add .devider {
  font-size: 13px;
}
.modal-right hr {
  border: 0;
}
span[data-name="select"] {
  height: 41px;
  display: block;
}
.form-control,
.form-select {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff !important;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  padding-left: 7px;
  padding-top: 6px;
}
form p {
  height: 100%;
}
.form-select {
  padding-top: 5px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-select:hover {
  color: #fff;
  background-color: var(--main-blue);
  /* hover on select */
}

.form-select option {
  color: #fff;
  background-color: var(--main-blue);
  /* hover on select */
}

.form-select:hover {
  /*optional rendered */
  background-color: var(--main-blue);
}
.form-control::placeholder {
  color: #fff;
}
.form-control:focus,
.form-control:focus-visible,
.form-select.focus-visible {
  background: transparent;
  border-color: #fff;
  box-shadow: none;
  outline: 0;
}
.form-select:focus,
.form-select.focus-visible {
  border-color: #fff;
  box-shadow: none;
  outline: 0;
}
.btn-submit {
  text-transform: unset;
  color: var(--main-blue);
  background-color: #fff;
  border: 1px solid #fff;
  padding: 4px 8px;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 7px;
}
.wpcf7-list-item {
  margin-left: 0 !important;
}
.btn-submit:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
#checkbox .wpcf7-list-item {
  /* padding-left: 17px; */
}
input[type="checkbox"] {
  appearance: none;
  border-radius: 50% !important;
  background-color: transparent;
  border: 1px solid #fff;
  position: relative;
  width: 12px;
  height: 12px;
  top: 0;
}
.footer-logo-link:after {
  content: none !important;
}
input[type="checkbox"]::before {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  background-color: transparent;
  border-radius: 50%;
  opacity: 0; /* Initially hidden */
}
input[type="checkbox"]:focus {
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}
input[type="checkbox"]::before {
  opacity: 1; /* Show the inner circle when the checkbox is checked */
}
input:checked[type="checkbox"] {
  background-image: none;
  background-color: #fff;
}
input:checked {
  border: 1px solid #fff;
}
.wpcf7-list-item-label {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2;
}
textarea.form-control {
  min-height: 110px;
}
form p {
  margin-bottom: 0;
}
#checkbox label .wpcf7-list-item-label {
  margin-left: 10px;
}
#LandingPageCarousel {
  height: calc(100dvh - 222px);
}
.carousel-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}
#LandingPageCarousel .carousel-item img {
  max-width: unset;
  object-fit: cover;
}
.overcarousel-block .landing-big-logo,
.overcarousel-block .logo-overload-text {
  z-index: 11111111111;
}

/***********************************************
                IFRAME BLOCK
***********************************************/
.iframe-img-box {
  height: 416px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iframe-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iframe-play-btn {
  width: 216px !important;
  height: 216px !important;
  object-fit: unset !important;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.iframe-box:hover .iframe-play-btn {
  transform: scale(1.05);
}
.iframe-box-title {
  font-size: 20px;
  font-weight: 300;
  color: var(--nav-link-color);
  margin-top: 23px;
  line-height: 1.2;
}
/***********************************************
                FOOTER
***********************************************/
.swiper-slide {
  height: auto !important;
}
footer {
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  margin-top: 140px;
}
footer a {
  position: relative;
  display: inline-block;
}
footer a:after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.45s ease-in-out;
  background-color: var(--main-blue);
}
footer a:hover {
  color: var(--main-blue);
  transition: all 0.3s ease-in-out;
}
footer a:hover::after {
  width: 100%;
}
.footer-images {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -87px;
  width: 360px;
  overflow: hidden;
  display: flex;
  justify-content: start;
  margin-left: 15px;
}

.gewerbe-footer .footer-title {
  font-size: 18px;
}

.gewerbe-footer .footer-images {
  margin: unset;
  justify-content: center;
}
.footer-circle-img {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  overflow: hidden;
}
.footer-box {
  margin-top: 40px;
}
.footer-circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.footer-data-links {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 40px;
}
.footer-text {
  font-size: 18px;
}
.devider {
  margin-left: 5px;
  margin-right: 5px;
}

/***********************************************
                HERO LANDING BLOCK
**********************************************/
.landing-block {
  min-height: calc(100dvh - 149px);
  background-position: right -150px center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 149px;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 1s ease-in-out;
  opacity: 1;
}
.landing-block.hide {
  opacity: 0;
  z-index: -1;
}
/* .landing-big-logo {
  width: 65%;
  position: absolute;
  top: 60%;
  left: 50%;
	transform: translate(-50%, -73%) scale(1);
  transition: all 0.6s ease-in-out;
  z-index: 1031;
  opacity: 1;
}
.landing-big-logo.animate {
  top: 0;
  left: 15%;
	transform: translate(-52.5%, -31%) scale(0.17);
  opacity: 1;
	position: fixed;
	width: 100%;
} */
#NOVA_port_Logo {
  width: 100px;
  height: auto;
  /* 	-webkit-transition: 0.3s ease-in-out; 
	-moz-transition: 0.3s ease-in-out; 
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out; */
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.navbar-brand.animate-class {
  position: absolute;
  top: calc(50dvh - 145px);
  left: calc(50% - 120px);
}
.navbar-brand.animate-class #NOVA_port_Logo {
  width: 240px;
  max-width: 100%;
}
#NOVA_port_Logo g > * {
  fill: var(--main-blue);
  transition: 0.3s ease;
}

/* .landing-big-logo.animate svg path {
	fill: var(--main-blue);
} */
.logo-overload-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -73%);
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.6);
  text-align: center;
  backdrop-filter: blur(6px);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-wrap: balance;
}

/***********************************************
                HERO-CAROUSEL BLOCK
***********************************************/
.hero-title-box {
  padding-top: 24px;
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.hero-title {
  font-weight: 700;
  color: #707070;
  font-size: 18px;
  letter-spacing: 1.43px;
}
.hero-carousel-indicators {
  margin-bottom: 0;
  bottom: 40px;
}
.hero-carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
}
.down-arrow-box {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 29px;
  z-index: 11;
}
.hero-carousel {
  position: relative;
}
.hero-carousel .disturber {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  right: 8%;
}

/*******************************************b****
                GREY-BOX BLOCK
**********************************************/
.grey-box-block {
  padding-bottom: 60px;
}
.grey-text-box {
  padding-top: 56px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 56px;
}
.grey-box-title {
  text-align: center;
  font-size: 26px;
  letter-spacing: 2.73px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 41px;
  text-transform: uppercase;
}
.grey-box-text {
  font-size: 20px;
  letter-spacing: 0.3px;
  line-height: 1.2;
  font-weight: 300;
}
.grey-box-text b {
  font-weight: 700;
}

/*******************************************b****
                NEWS BLOCK
**********************************************/
.news-block {
  padding-bottom: 140px;
}
.news-block .text-wrap {
  padding-bottom: 40px;
  padding-top: 43px;
}
.news-block .text-wrap h2 {
  font-size: 20px;
  letter-spacing: 2px;
}
.news-block .text-wrap p {
  margin-bottom: 20px !important;
}
.news-img-box {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.news-img-box img {
  transition: all 0.3s ease-in-out;
}
.news-img-box:hover img {
  transform: scale(1.1);
}
.text-wrap {
  background-color: #fff;
}
.text-wrap h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.43px;
  line-height: 1.2;
  padding-bottom: 16px;
  border-bottom: 3px dotted #2b2e34;
  margin-bottom: 16px;
  align-self: normal;
  text-transform: uppercase;
}
.text-wrap p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 24px;
}
.text-wrap img {
  margin-top: 19px;
}
.text-wrap a {
  position: relative;
  transition: all 0.45s ease-in-out;
  color: var(--main-blue);
}
.text-wrap a:hover {
  color: var(--main-blue);
}
.text-wrap a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--main-blue);
  transition: all 0.45s ease-in-out;
}
.text-wrap a:hover::after {
  width: 100%;
}
.news-block img {
  width: 100%;
}
.news-block .btn:hover img {
  transform: scale(1.1);
}
/********** NEWS SIDE BAR ****************/
.news-sidebar {
  padding-top: 21px;
  padding-left: 19px;
  padding-right: 19px;
  padding-bottom: 25px;
  min-height: 317.7px;
}

.sidebar-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.23px;
  line-height: 1.27;
  margin-bottom: 14px;
}
.news-sidebar-box-title {
  font-size: 14px;
  letter-spacing: 0.26px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

.news-sidebar-box-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* number of lines to show */
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.news-sidebar-box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #2b2e34;
}
.news-sidebar .news-sidebar-box:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.news-sidebar .news-sidebar-box.dotted-border:last-child::after {
  background: unset !important;
}
/********** ANGEBOT BLOCK ****************/
.angebot-block {
  padding-top: 40px;
  padding-bottom: 0px;
}
.links-wrap {
  margin-bottom: 40px;
}
.links-title,
.links-wrap a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.56px;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.link {
  /* margin-bottom: 8px; */
}
.links-wrap a {
  font-size: 20px;
  letter-spacing: 0.3px;
  font-weight: 300;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.links-wrap a:hover {
  color: var(--main-blue);
}
.angebot-links-wrap {
  margin-top: 16px;
}
.angebot-link {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.45;
}
.angebot-link .link-arrow {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.angebot-link .link-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wohnen-block .navigator-block {
  width: 100%;
  height: calc(100vh - 170px);
  height: calc(100svh - 170px);
  min-height: 100%;
}
.wohnen-block .navigator-iframe {
  width: 100%;
  height: 100%;
}
.wohnen-block ._brlbs-cb-default {
  margin-top: 75px;
}

/********** CENTERED IMAGE BLOCK ****************/
.centered-image-block img {
  width: 100%;
  max-width: 759px;
}

/********** LAGE TABLE BLOCK ****************/
.lage-table-block {
  padding-top: 24px;
  padding-bottom: 7px;
  position: relative;
  z-index: 11;
}
.lage-table-block table {
  position: relative;
  z-index: 11;
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 3px 0;
}
tr th,
tr td {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
}
tr > th {
  font-weight: 700;
}
.lage-table-block table tr:first-child {
  position: relative;
}
.lage-table-block table tr:first-child:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 55px;
  left: 0;
  background: url("images/dotted.svg");
  background-repeat: space;
}
.table-icon {
  margin-bottom: 10px;
}
.scrollcontainer {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-x: hidden;
  overflow-x: hidden;
  overflow-x: auto;
}

.table-title {
  font-size: 22px;
  background-color: var(--main-blue);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.row-title {
  font-size: 20px;
  font-weight: 300;
  color: var(--main-blue);
}
.column-title {
  font-weight: 700;
  margin-right: 5px;
  margin-left: 5px;
}
.column-title:first-child {
  margin-left: 0;
}

/********** GEWERBE ****************/

.gewerbe .gewerbe-table {
  width: 100%;
}
.gewerbe .gewerbe-table td,
.gewerbe .gewerbe-table th {
  color: #2b2e34;
  min-width: 30px;
}

.gewerbe .gewerbe-table th {
  letter-spacing: 1.43px;
  padding-bottom: 1rem;
  font-size: 19px;
}

.gewerbe .gewerbe-table td {
  font-size: 20px;
  line-height: 37px;
}

.gewerbe .gewerbe-table tbody tr:hover {
  background-color: #2b2e341a;
  cursor: pointer;
}

.gewerbe .gewerbe-table tr {
  border-bottom: 1.5px solid #2b2e34;
}

.gewerbe .gewerbe-table tr td {
  padding-left: 3vw;
}
.gewerbe .gewerbe-table tr td:last-child {
  padding: 0 1vw;
}

.gewerbe .modal-content .modal-body,
.gewerbe .modal-content .modal-header {
  background-color: var(--beige) !important;
  color: #2b2e34;
}

.gewerbe .modal-content .contact-form {
  background-color: #23518a !important;
}

.gewerbe .modal-content .contact-form .contact-title {
  color: #fff !important;
  letter-spacing: 2.23px !important;
  font-size: 25px;
  line-height: 30px;
}

.gewerbe .modal-content .contact-form .contact-text {
  color: #fff !important;
  letter-spacing: 0.3px;
  font-size: 20px;
  line-height: 24px;
}

.gewerbe .modal-table {
  width: 100%;
}
.gewerbe .modal-table tr {
  border: 1px solid #2b2e34;
  border-left: none;
  border-right: none;
}

.gewerbe .modal-table tr td {
  font-size: 23px;
  padding: 0.4rem 1rem 0.2rem 1rem;
}

.gewerbe .modal-content .modal-header .btn-close {
  background-position: center right;
  width: 110px;
  line-height: 1;
  letter-spacing: 1.1px;
  margin-left: auto !important;
  margin-right: 38px !important;
  color: #2b2e34;
  opacity: 1 !important;
}

.gewerbe .modal-content .modal-footer {
  padding: 1.5rem;
}
/********** GALLER THUMB BLOCK ****************/
/* .thumb-gallery-block {
  padding-bottom: 50px;
} */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallerySwiper2 {
  height: 80%;
  width: 100%;
}

.gallerySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallerySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.gallerySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallerySwiper2 .swiper-slide {
  background-color: var(--beige);
}

.gallerySwiper2 .swiper-text {
  background-color: var(--beige);
  width: 100%;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 25px;
  padding-bottom: 20px;
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: none;
}
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: none;
}
.swiper-button-next img {
  transform: rotate(180deg);
}

.gallerySwiper .swiper-slide {
  opacity: 1;
}
.gallerySwiper .swiper-slide-thumb-active::before {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  background-color: var(--main-blue);
  top: 0;
}
.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 40%);
}

/* * {
    border: 1px solid violet;
} */

/***********************************************
                NEWS-ARCHIVE-BLOCK
***********************************************/
.news-archive {
  padding-top: 40px;
}
.news-card-img {
  height: 490px;
}
.news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card-body {
  padding-top: 34px;
}
.news-card-date {
  font-size: 18px;
  letter-spacing: 2.43px;
  line-height: 1.27;
  padding-bottom: 17px;
  margin-bottom: 17px;
  font-weight: 300;
  text-transform: uppercase;
}

.news-card-text {
  font-size: 20px;
  letter-spacing: 0.3px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 27px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-card-text b {
  margin-bottom: 5px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .hero-title {
    font-size: 22px;
  }
  #offcanvas-kontakt {
    margin-bottom: 80px;
    flex-direction: row;
  }
  .kontakt-navbar {
    margin-bottom: 0;
    margin-right: 24px;
  }
  .navbar-brand {
    z-index: 99999;
  }
  .offcanvas.offcanvas-end {
    width: 460px;
  }
  body.admin-bar .offcanvas-body {
    padding-top: 153px;
  }
  .offcanvas-body {
    padding-left: 75px;
    padding-top: 120px;
    padding-right: 46px;
  }
  .landing-block img {
    width: auto;
    max-width: 469.72px;
  }
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body.admin-bar .navbar {
    top: 32px;
  }
  .navbar-brand.animate-class {
    top: calc(50dvh - 215px);
    left: calc(50% - 180px);
  }
  .navbar-brand.animate-class #NOVA_port_Logo {
    width: 360px;
  }

  .navbar-nav .nav-link {
    font-size: 27px !important;
  }
  .dropdown-item {
    font-size: 27px !important;
  }
  .navbar-nav li {
    margin-bottom: 44px;
  }
  .carousel-item {
    min-height: 600px;
  }
  .grey-text-box {
    padding-top: 85px;
    padding-left: 95px;
    padding-right: 95px;
    padding-bottom: 77px;
  }

  /******** GALLERY BLOCK **********/
  .gallerySwiper2 .swiper-slide img {
    width: auto;
    max-height: 750px;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 140px;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 140px;
  }
  .gallerySwiper2 .swiper-text {
    background-color: #fff;
    padding-bottom: 20px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-brand.animate-class {
    top: calc(50dvh - 280px);
    left: calc(50% - 240px);
  }
  .footer-images {
    justify-content: center;
    margin: 0 auto;
  }
  .gewerbe-footer .footer-images {
    margin: 0 auto;
    justify-content: center;
  }
  .gewerbe-footer .padding-posto {
    padding-left: 0;
  }
  .gewerbe .modal-content .subtitle,
  .gewerbe .modal-content .title {
    margin-left: -3rem;
  }
  .gewerbe .modal-content .modal-footer {
    padding-left: 100px;
    padding-right: 100px;
  }
  .navbar-brand.animate-class #NOVA_port_Logo {
    width: 480px;
  }
  .padding-posto {
    padding-left: 32%;
  }
  .footer-data-links {
    margin-top: 0;
  }
  .p-left {
    padding-left: 50px;
  }
  .landing-block {
    background-position: right center;
  }
  .text-wrap h2 {
    line-height: 1.5;
  }
  .kontakt-navbar {
    margin-right: 15px;
  }
  .navbar-toggler {
    margin-left: 23px;
  }
  #checkbox .wpcf7-list-item {
    margin-right: 25px;
    margin-bottom: 20px;
  }
  #checkbox {
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  /*   .modal-dialog {
      margin-top: 210px;
  } */
  .modal-content {
    padding-left: 0;
    padding-right: 0;
  }
  .modal-header {
    padding-left: 100px;
    padding-right: 33px;
  }
  .modal-body {
    padding-left: 100px;
    padding-right: 100px;
  }
  .modal-text {
    margin-bottom: 50px;
  }
  input[name="objektnummer"] {
    margin-bottom: 22px;
  }

  /******** FOOTER **********/
  footer {
    padding-top: 125px;
    margin-top: 140px;
  }
  .footer-logo {
    margin-top: 40px;
  }
  .footer-box {
    margin-top: 0px;
  }
  .footer-data-links {
    margin-top: 32px;
  }
  /******** HERO-CAROUSEL BLOCK **********/
  #heroCarousel .carousel-inner {
    height: calc(100dvh - 300px);
  }
  #heroCarousel .carousel-item {
    height: 100%;
  }
  .hero-carousel-indicators {
    bottom: 70px;
  }
  .hero-carousel-indicators [data-bs-target] {
    margin-left: 8px;
    margin-right: 8px;
  }
  .down-arrow-box {
    bottom: 35px;
    transition: all 0.3s ease-in-out;
  }
  .down-arrow-box:hover {
    bottom: 25px;
  }
  .hero-title {
    font-size: 26px;
  }
  /******** GREY TEXT BOX BLOCK **********/
  .custom-container {
    max-width: 1304px;
  }
  .grey-box-block {
    padding-bottom: 80px;
  }

  /******** NEWS BLOCK **********/
  .news-block .text-wrap {
    padding-left: 55px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 30px;
  }

  /******** ANGEBOT BLOCK **********/
  .angebot-block {
    padding-top: 80px;
  }
  .angebot-link {
    margin-bottom: 0;
  }
  .angebot-links-wrap a {
    margin-right: 80px;
  }
  .angebot-links-wrap a:last-child {
    margin-right: 0;
  }
  .links-wrap {
    margin-bottom: 0px;
  }
  /******** NEWS ARCHIVE BLOCK **********/
  .news-archive {
    padding-top: 80px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .navbar-brand {
    margin-left: 0px;
    margin-right: 0px;
  }
  .gewerbe-footer .padding-posto {
    padding-left: 13%;
  }
  .gewerbe .modal-content .modal-footer {
    padding-left: 193px;
    padding-right: 193px;
  }
  .modal-header {
    padding-left: 193px;
  }
  .modal-body {
    padding-left: 193px;
    padding-right: 193px;
  }
  .custom-80 {
    width: 76% !important;
  }
  .custom-20 {
    width: 24% !important;
  }
  .sidebar-title {
    font-size: 16px;
  }
  .news-sidebar-box-title {
    font-size: 15px;
  }
  .news-sidebar-box-text {
    font-size: 16px;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

@media (max-width: 992px) {
  .gewerbe .modal-content {
    padding: 0;
  }
  .gewerbe .modal-content .modal-body {
    padding: 0 20px;
  }
  .gewerbe .gewerbe-table td,
  .gewerbe .gewerbe-table th {
    font-size: 14px;
    min-width: 120px;
  }
  .gewerbe .gewerbe-table td:first-child,
  .gewerbe .gewerbe-table th:first-child {
    min-width: auto;
  }
  .gewerbe .gewerbe-table td:last-child,
  .gewerbe .gewerbe-table th:last-child {
    min-width: auto;
  }
	
  .gewerbe .modal-table tr td {
    font-size: 19px;
    padding: 0.4rem .7rem 0.2rem .7rem;
  }
}
