/*
  Theme Name: Streamnow Theme
  Author: PortalWorks - Dejan
  Version: 1
*/
/*************************************************
                    FONT
*************************************************/

/*********KANIT******/

/* kanit-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: 'Kanit';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/kanit-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: url('fonts/kanit-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/kanit-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/kanit-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/kanit-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/kanit-v12-latin-300.svg#Kanit') format('svg'); /* Legacy iOS */
}

/* kanit-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: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/kanit-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/kanit-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/kanit-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/kanit-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/kanit-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/kanit-v12-latin-regular.svg#Kanit') format('svg'); /* Legacy iOS */
}

/* kanit-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: 'Kanit';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/kanit-v12-latin-500.eot'); /* IE9 Compat Modes */
  src: url('fonts/kanit-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/kanit-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/kanit-v12-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/kanit-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/kanit-v12-latin-500.svg#Kanit') format('svg'); /* Legacy iOS */
}

/* kanit-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: 'Kanit';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/kanit-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: url('fonts/kanit-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/kanit-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/kanit-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/kanit-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/kanit-v12-latin-600.svg#Kanit') format('svg'); /* Legacy iOS */
}

/* kanit-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: 'Kanit';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/kanit-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: url('fonts/kanit-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/kanit-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/kanit-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/kanit-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/kanit-v12-latin-700.svg#Kanit') format('svg'); /* Legacy iOS */
}

/* kanit-800 - 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: 'Kanit';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/kanit-v12-latin-800.eot'); /* IE9 Compat Modes */
  src: url('fonts/kanit-v12-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/kanit-v12-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/kanit-v12-latin-800.woff') format('woff'), /* Modern Browsers */
       url('fonts/kanit-v12-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/kanit-v12-latin-800.svg#Kanit') format('svg'); /* Legacy iOS */
}

/*********LATO******/

/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: url('fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: url('fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/*************************************************
                    ROOT
  *************************************************/
:root {
  --primary-green: #84bf31;
  --gray: #363636;
  --grey: #f7f7f8;
  --primary-font: "Kanit", sans-serif;
  --secondary-font: "Lato", sans-serif;
  --text-font-size-sm: 14px;
  --text-font-size-lg: 19px;
  --title-font-size-sm: 30px;
  --title-font-size-lg: 57px;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	background-color: var(--primary-green);
	color: #fff;
}
/*************************************************
                  BODY AND HTML
  *************************************************/
._brlbs-cb-vimeo {
	z-index: 10;
	position: ;
	height: 100%;
}
._brlbs-video-vimeo > div:nth-child(2) {
	z-index: 1000;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
	top:10%;
}
._brlbs-video-vimeo {
	width: 100%;
	height: 100%;
}
._brlbs-video-vimeo > img:nth-child(1) {
	width: 100%;
height: 100%;
}
._brlbs-cb-vimeo > div:nth-child(1) {
		width: 100%;
height: 100%;
}
._brlbs-content-blocker {
	width: 100%;
	height: 100%;
}
._brlbs-cb-googlemaps {
	width: 100%;
	height: 100%;
}
body.admin-bar header {
  top: 46px;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
	width: 100%;
	height: 100%;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kontaktiere-section ._brlbs-caption {
	top: 50% !important;
	left: 50%;
	transform: translate(-50%, -50%);
}
#wpadminbar {
  position: fixed;
}

html,
body {
  height: 100%;
}
footer.responsive-404-foot {
  display: none;
}

body {
  letter-spacing: 0px;
  font-family: var(--primary-font);
  color: #000000;
  padding-top: 52px;
  position: relative;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 2.5rem;
}
/*************************************************
                  PRE-D CLASSES
  *************************************************/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: var(--primary-font);
}
h3 {
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 10px;
}
.pb-70 {
  padding-bottom: 70px;
}
.bg-gray-trans {
  background-color: rgba(212, 215, 221, 0.5) !important;
}
.bg-green {
  background-color: var(--primary-green);
}
.bg-gray {
  background-color: var(--gray);
}
.bg-grey {
  background: var(--grey);
}
.bg-white {
  background-color: #fff;
}
.border-green {
  border-top: 8px solid var(--primary-green);
  border-right: 1px solid var(--primary-green);
  border-left: 1px solid var(--primary-green);
  border-bottom: 1px solid var(--primary-green);
}
a {
  text-decoration: none;
  color: var(--gray);
}
a:hover {
  color: unset;
}
.buchen-btn {
	margin-top: 30px;
}
.btn {
  font-size: 14px;
  line-height: 2.4;
  font-weight: 400px;
  color: #fff;
  padding: 8px 16px;
  background-color: var(--primary-green);
  text-align: left;
  border-radius: 0;
	min-width: 211px;
}
.btn:hover {
  background-color: #4f7020;
  color: #fff;
}
.black-overlay {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.57);
  z-index: 2;
  width: 100% !important;
  height: 100% !important;
}
.strong {
  font-weight: 600 !important;
}
.section-title {
  font-weight: 600;
  font-size: 24px;
}
.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.text-green {
  color: var(--primary-green) !important;
}
.text-gray {
  color: var(--gray) !important;
}
.text-grey {
  color: rgba(212, 215, 221, 1);
}
p {
  margin: 0;
}
.change-my-color {
	fill: black;
}
input[type=checkbox] {
	accent-color: green;
	width: 20px;
	height: 20px;
}
.max-width {
	max-width: 276px !important;
}
#trp-floater-ls {
	display: none !important;
}
.reservation-gray .editor a {
	color: var(--primary-green);
	transition: 0.3 all;
	text-decoration: underline;
}
.reservation-gray .editor a:hover {
	color: #ffff;
}

/*****************FONT-SIZE-SM-TEXT*************/ 

.section-text,.section-subtitle,.box-text,.contact-job,.hero-text,.sagen-slide,.quote-text,.quote-name,.right-text,.right-text-box2,.right-text-box3,.nav-link,.copyrights-green,.copy2,.mitar-position,.modul-number,.group-text,.list-title,.areale-section-text,.projekt-title,.contact-name,.quote,.name  {
	font-size: var(--text-font-size-sm) !important;
}
p {
	font-size: var(--text-font-size-sm) !important;
}
ol,ul {
	font-size: var(--text-font-size-sm) !important;
}
/*****************FONT-SIZE-SM-TITLE*************/
.section-title {
	font-size: var(--title-font-size-sm) !important;
}
/* <---------------SIDE-LINKS--------------------> */
.side-links-block {
  position: fixed;
  right: 0;
	bottom: 0;
  z-index: 10;
}
.side-links-block .side-link-box {
  background-color: var(--gray);
  box-shadow: 0px 3.64706px 45.5882px rgba(0, 33, 91, 0.175863);
  height: 50px;
  width: 50px;
  position: relative;
}
.side-links-block .side-link-box::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(212, 215, 221, 0.25);
  position: absolute;
  top: 90px;
  right: 0;
  z-index: 12;
}
.side-links-block .side-link-box:last-child::after {
  display: none;
}

.side-links-block .side-link-box:hover p {
  visibility: visible;
  position: relative;
}

.side-links-block .side-link-box a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.side-links-block .side-link-slide {
  width: 270px;
  height: 90px;
  top: 0;
  position: relative;
  right: -44px;
  height: 90px;
  transition: 0.3s;
  box-shadow: 0px 3.64706px 45.5882px rgba(0, 33, 91, 0.175863);
}
.side-links-block .side-link-slide:hover {
  right: 224px;
}
.side-links-block .side-link-slide .img-box {
  min-width: 90px;
  background: var(--gray);
}
.side-links-block .side-link-slide .text-box {
  background: var(--gray);
  height: 90px;
  min-width: 268px;
}
.side-links-block .side-link-slide .text-box .slide-text {
  padding-right: 25px;
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
  /* <---------------SIDE-LINKS--------------------> */
  .side-links-block {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  .side-links-block .side-link-slide {
    right: -25px;
  }
  .side-links-block .side-link-box {
    background-color: var(--gray);
    height: 50px;
    width: 50px;
  }
  .side-links-block .side-link-slide .text-box {
    height: 50px;
  }
  .side-links-block .side-link-slide .text-box .slide-text {
    font-size: 16px;
  }
  .side-links-block .side-link-box::after {
    top: 50px;
  }
  .side-links-block .side-link-slide .img-box {
    min-width: 50px;
  }
  .side-links-block .side-link-box img {
    height: unset;
    max-height: 25px;
  }
  .side-links-block .side-link-slide:hover {
    right: 205px;
  }
.left-title {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1.625;
  text-align: left;
  padding-bottom: 20px;
}
.p-0 {
  padding: 0;
}
.bg-grey {
  background: #f7f7f8;
}
.pt-60 {
  padding-top: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
span a {
  color: var(--primary-green);
}
.editor {
  padding-bottom: 40px;
}

/* <-------------------------------------------------------> 
                    Offertenkalulator
 <---------------------------------------------------------> */
.calc-icon-box {
	width: 35px;
	height: 35px;
}
.calc-icon-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.calculator-file a {
	text-decoration: underline;
	transition: all 0.3s ease-in-out;
}
.calculator-file a:hover {
	color: var(--primary-green);
}
/* <-------------------------------------------------------> 
                    HOME-PAGE
 <---------------------------------------------------------> */
/* ----------HEADER------------- */
.navbar {
  padding-top: 15px; 
  padding-bottom: 13px;
}
header {
  transition: 0.3s all;
}
header.scrollUp {
  transform: translateY(-71.2667px);
}
.dropdown-item.active, .dropdown-item:active {
  background-color: var(--primary-green);
  color: #fff !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-brand {
  padding: 0;
}
.navbar-nav .dropdown-menu {
	position: relative;
	top: 0;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.dropdown-menu .dropdown-item {
	white-space: normal;
	padding-top: 5px  ;
	padding-bottom: 5px  ;
	padding-left: 5px  ;
	font-size: 16px  ;
	font-weight: 300  ;
	font-size: 14px;
}
.dropdown-menu .dropdown-item a {

}
.navbar-toggler {
  border: 0;
  padding: 0;
}
.offcanvas-header {
  padding-top: 34px;
  padding-bottom: 13px;
}
.btn-close:focus {
  box-shadow: none;
}
.offcanvas-body {
  text-align: center;
}
.offcanvas-body .nav-link {
  color: var(--gray);
	font-size: 18px !important;
  font-weight: 400;
  border-bottom: 0;
  transition: 0.6 all;
  line-height: 1.09;
}
.offcanvas-body .nav-link:hover {
  color: var(--primary-green);

}
/* .offcanvas-body .nav-link:hover {
  background-color: var(--primary-green);
  color: #fff;
} */
.navbar-nav .dropdown-menu li {
  width: 100%;
}
.navbar-nav li:last-child a {
  border-bottom: none;
}
.dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0;

  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
}
.dropdown-menu .dropdown-item {
  color: var(--gray);
  font-size: 16px;
  line-height: 1.125;
  transition: 0.5s;
  width: 100%;
}
.dropdown-menu .dropdown-item:hover {
  background-color: var(--primary-green);
  color: #fff;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  display: none;
}
.dropdown-toggle-split {
  cursor: pointer;
}

/* ----------HERO------------- */

.hero-section {
  min-height: 406px;
  position: relative;
  color: #fff;
}
.hero-content {
  margin-top: 20px;
  padding-bottom: 63px;
  position: relative;
	z-index:3;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.57);
  z-index: 2;
  width: 100%;
  height: 100%;
}
.hero-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-info {
  max-width: 300px;
}
.hero-content .hero-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.111;
}
.hero-content .hero-text {
  font-family: var(--secondary-font);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.6;
  padding-top: 13px;
  padding-bottom: 23px;
}
.hero-content .btn img {
  left: 0;
  width: 10px;
  height: 5px;
  position: relative;
  top: -1px;
}
/* ----------PROJECT-SECTION------------- */

.project {
  max-width: 1080px;
  margin-left: auto;
}
.project .left {
  min-width: 91px;
}
.project .right {
  color: var(--gray);
  padding-top: 21px;
  padding-left: 25px;
  padding-bottom: 21px;
  padding-right: 10px;
  border-top: 4px solid var(--primary-green);
  box-shadow: 0px 2px 25px 0px rgba(0, 33, 91, 0.2);
  -webkit-box-shadow: 0px 2px 25px 0px rgba(0, 33, 91, 0.2);
  -moz-box-shadow: 0px 2px 25px 0px rgba(0, 33, 91, 0.2);
  position: relative;
  top: -50px;
  z-index: 3;
  width: 100%;
}
.project .left .top .project-box,
.years-box {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 12px;
  padding-right: 10px;
}
.project-number {
  font-size: 32px;
  font-weight: 600;

  color: #fff;
  line-height: 0.78;
}
.project-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.08;
  color: #fff;
}
.project .right .right-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.125;
}
.project .right .right-box {
  padding-top: 15px;
}
.project .right .right-box .box-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.project .right .right-box .box-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.625;
  font-family: var(--secondary-font);
}
.project .right .right-box .icon {
  min-width: 20px;
  height: 100%;
}
.project .right .right-box .icon img {
  width: 100%;
  height: 20px;
}
.project .right .right-box .text-box {
  padding-left: 15px;
}
/* ----------PROJECT2-SECTION------------- */

.project2-section {
  padding-top: 25px;
  padding-bottom: 35px;
}
.project2-section .project2-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 20px;
}
.project2-section .right-box .icon {
  min-width: 50px;
  height: 30px;
}
.project2-section .right-box .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.project2-section .right-box .text-box .box-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 5px;
}
.project2-section .right-box .text-box .box-text {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.9;
}
.project2-section .right-box .text-box {
  padding-left: 30px;
}

/* ----------VIDEO-SECTION------------- */
.swiper-rel {
  position: relative;
  padding-bottom: 60px;
}
.video-section .section-title {
  line-height: 1.5;
  text-align: left;
  color: var(--gray);
}
.video-section .section-text {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.9;
  padding-top: 11px;
  padding-bottom: 20px;
  text-align: left;
  color: var(--gray);
}
.video-section .swiper {
  width: 100%;
  height: 100%;
}
.video-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.video-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-section .swiper-button-next,
.video-section .swiper-button-prev {
  background-color: #84bf31;
  color: #ffff;
  padding-top: 20px;
  padding-left: 14px;
  padding-bottom: 15px;
  padding-right: 13px;
  width: 50px;
  height: 65px;
}
.video-section .swiper-button-prev {
  display: none;
}
.video-section .swiper-button-next {
  display: none;
}
.video-section .swiper-button-next::after,
.video-section .swiper-button-prev::after {
  display: none;
}
.video-section .swiper-button-next img {
  width: 23px;
  height: 30px;
}
.video-section .swiper-button-next.swiper-button-disabled,
.video-section .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  background-color: var(--gray);
}

/* ----------REFERENZEN-SECTION------------- */

.referenzen {
  position: relative;
  background-color: rgba(212, 215, 221, 0.5);
  padding-top: 50px;
  padding-bottom: 80px;
}
.referenzen .swiper {
  right: 0;
  top: 0;
/*   height: 100%; */
  width: 54.67%;
  width: 100%;
  position: relative;

}
.referenzen .section-title {
  font-size: 24px;
  color: var(--gray);
  line-height: 1.5;
}
.referenzen .section-text {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  padding-top: 11px;
  padding-bottom: 20px;
}

.referenzen .next,
.prev {
  position: absolute;
}
.referenzen .next {
  bottom: 25px;
  left: 53%;
}
.referenzen .prev {
  bottom: 25px;
  right: 53%;
}
.referenzen .next .swiper-button-next2 {
  padding: 21px 13px;
  background-color: var(--primary-green);
}
.referenzen .prev .swiper-button-prev2 {
  padding: 21px 13px;
  background-color: var(--primary-green);
}
.referenzen .next .swiper-button-next2.swiper-button-disabled {
  background-color: var(--primary-green);
  opacity: 0.25;
}
.referenzen .prev .swiper-button-prev2.swiper-button-disabled {
  background-color: var(--primary-green);
  opacity: 0.25;
}
.referenzen .projekt {
  min-height: 190px;
  width: 100%;
  z-index: 22;
  color: #fff;
  padding-top: 20px;
}
.referenzen .swiper-slide .slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(24, 33, 38, 0.57);
  width: 100%;
  height: 100%;
}
.referenzen .projekt .projekt-title {
  font-size: 12px;
  font-family: var(--secondary-font);
  font-weight: 300;
  padding-bottom: 10px;
}
.referenzen .projekt .projekt-name {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 45px;
}
.referenzen .ref-cont {
  margin-left: 20px
}
.referenzen .ref-cont .btn {
  display:inline-block;
	margin-block-start: 20px;
	writing-mode: horizontal-tb;
	
}
.slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* ----------MODULAR-SECTION------------- */

.modular-section {
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
}
.modular-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.57);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.modular-section .center .editor,
.grafik-img {
  position: relative;
  z-index: 3;
}
.modular-section .grafik-img img {
  max-width: 80%;
  margin: 0 auto;
}
.modular-section .center .editor .section-title {
  font-weight: 600px;
  font-size: 24px;
  line-height: 1.5;
}
.modular-section .center .editor .section-text {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.583;
  padding-bottom: 22px;
  padding-top: 11px;
}
.modular-section .center {
  padding-top: 82px;
}

/* ----------PRODUKTE-SECTION------------- */
.produkte-section {
  text-align: center;
  color: #fff;
}
.produkte-section .section-text {
  color: var(--primary-green);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;

  text-transform: uppercase;
}
.produkte-section .section-title {
  font-weight: 600px;
  font-size: 24px;
  line-height: 1.16;
  color: var(--gray);
  padding-bottom: 50px;
  padding-top: 20px;
}
.produkte-section .produkt-plus {
  padding-top: 30px;
  padding-bottom: 50px;
  transition: 0.3s ease-in-out;
}
.produkte-section .produkt img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.produkte-section .produkt-plus:hover {
  background-color: var(--primary-green);
}
.produkte-section .produkt-plus .produkt-type {
  font-size: 12px;

  font-weight: 300;
  line-height: 0.875;
  text-transform: uppercase;
  color: #d4d7dd;
}
.produkte-section .produkt-plus .produkt-name {
  font-weight: 400px;
  font-size: 14px;
  line-height: 1.01;
  padding-top: 10px;
  padding-bottom: 46px;
}
/* ----------VORGE-SECTION------------- */
.vorge-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 60px;
  padding-bottom: 75px;
  text-align: center;
}
.vorge-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 3;
  width: 100%;
  height: 100%;
}
.vorge-inner {
  position: relative;
  z-index: 5;
}
.vorge-inner .vorge-mob {
  width: 90%;
  max-width: 300px;
  display: block;
}
.vorge-inner .vorge-des {
  display: none;
}
.vorge-section .section-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.07;
  color: var(--primary-green);
  text-transform: uppercase;
}
.vorge-section .section-title {
  line-height: 1.16;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 30px;
  padding-top: 15px;
}
/* ----------KONTAKTIERE-SECTION------------- */
.kontaktiere-section {
  color: #fff;
  padding-top: 60px;
  text-align: center;
}
.kontaktiere-section .content {
  padding-bottom: 60px;
}
.kontaktiere-section .kontaktiere-map {
  width: 100%;
  height: 250px;
}
.kontaktiere-section .kontaktiere-map iframe {
  height: 100%;
  width: 100%;
}
.kontaktiere-section .section-subtitle {
  color: var(--primary-green);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.kontaktiere-section .section-title {
  text-align: center;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 600;
  padding-bottom: 30px;
  padding-top: 10px;
}
.kontaktiere-section .editor {
  text-align: left;
}
.kontaktiere-section .editor .section-text {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.9;
  padding-bottom: 25px;
  min-width: 245px;
}
.kontaktiere-section .editor .contact-info {
  padding-left: 15px;
}
.kontaktiere-section .editor .contact-box .img-box {
  max-width: 80px;
  height: auto;
	width: 100%;
}

.kontaktiere-section .editor .contact-box .img-box img {
  width: 100%;
  height: 100%;
}

.kontaktiere-section .editor .contact-info .contact-name {
  font-size: 16px !important; 

  font-weight: 600;
  line-height: 1.14;
}
.kontaktiere-section .editor .contact-info .contact-job {
  font-size: 12px;
  font-family: var(--secondary-font);
  font-weight: 400;
  line-height: 1.3;
}
.kontaktiere-section .editor .contact-info .email {
  font-size: 12px;
  font-family: var(--secondary-font);
  font-weight: 400;
  line-height: 0.9;
  padding-top: 5px;
  color: var(--primary-green);
}
.kontaktiere-section .editor .contact-info .phone-number {
  font-size: 12px;
  font-family: var(--secondary-font);
  font-weight: 400;
  line-height: 1.3;
  color: var(--primary-green);
  -webkit-text-fill-color: var(--primary-green);
  padding-top: 5px;
}
.kontaktiere-section .editor .contact-info .email .mail {
  word-break: break-word;
}
.kontaktiere-section .editor .contact-info .phone-number img {
  max-width: 10px;
  height: 100%;
  margin-right: 10px;
}
.kontaktiere-section .editor .contact-info .email img {
  max-width: 10px;
  height: 100%;
  margin-right: 10px;
}
.contact-box .btn {
  margin: 0 auto;
}
.kontaktiere-section .editor {
  padding-bottom: 25px;
}

/* ----------SAGEN-SECTION------------- */

.sagen-section {
  position: relative;
  padding-top: 60px;
}
.sagen-section .content .swiper-buttons {
  display: none;
}


.sagen-section .section-subtitle {
  color: var(--primary-green);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.sagen-section .section-title {
  text-align: center;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 600;
  padding-top: 15px;
  color: var(--gray);
  text-align: center;
}
.sagen-section .section-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.9;
  min-width: 245px;
  color: var(--gray);
}
/* 
<-------SWIPER-----> */
.swiper2 {
  position: relative;
}
.sagen-section .swiper-container {
  width: 100%;
  height: 100%;
}
.sagen-section .swiper-button-next2,
.sagen-section .swiper-button-prev2 {
  background-color: #84bf31;
  color: #ffff;
  padding-top: 20px;
  padding-left: 14px;
  padding-bottom: 15px;
  padding-right: 13px;
  width: 50px;
  height: 65px;
}
.sagen-section .swiper-button-next2 {
  position: relative;

  z-index: 1;

}
.sagen-section .swiper-button-prev2 {
  position: relative;

  z-index: 1;

}



.sagen-section .swiper-button-next2.swiper-button-disabled,
.sagen-section .swiper-button-prev2.swiper-button-disabled {
  opacity: 0.25;
  background-color: var(--primary-green);
}
.sagen-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 314px;
  min-height: 200px;
  margin-left: 20px;
  padding-top: 40px;
  padding-bottom: 15px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sagen-slide {
  padding-left: 25px;
  padding-right: 20px;
  width: 100%;
  height: 100%;
  text-align: left;
  min-height: 338px;
}
.sagen-slide .sagen-image {
  width: 72px;
  height: 75px;
}
.sagen-slide .sagen-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sagen-section .swiper a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.sagen-section .swiper {
  padding-top: 60px;
  padding-bottom: 150px;
}
.sagen-section .swiper .swiper-buttonslg {
  position: relative;
  top: 110px;
}
.sagen-section .content .swiper-pagination {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: rgba(204, 204, 204, 0.69) !important;
  position: relative;
  top: 530px;

}
.sagen-section .content .swiper-pagination .swiper-pagination-current {
  font-size: 48px;
  color: #fff !important;
  font-weight: 700;
  line-height: 1.3;
  margin-right: 10px;
}



.sagen-slide .quote-texts {
  margin-left: 10px;
}
.sagen-slide .info {
  min-height: 86px;
}

.sagen-slide .quote-box {
  width: 27px;
  height: 27px;
  align-self: end;
}
.sagen-slide .quote-box img {
  width: auto;
  max-height: 16px;
  object-fit: contain;
}
.sagen-slide .quote-text {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  color: var(--gray);
  min-height: 230px;
}
.sagen-slide .quote-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: var(--gray);
  padding-bottom: 5px;
}
.sagen-slide .quote-job {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: var(--primary-green);
  padding-top: 3px;
}
.sagen-section .swiper-buttons {
  display: none;
}
.sagen-section .swiper-cont .btn {
  display: none;
}
.sagen-section .swiper-buttons .swiper-button-next2 {
  display: none;
}
.sagen-section .swiper-buttons .swiper-button-prev2 {
  display: none;
}

/* <<--------------------FOOTER--------------------->> */

footer {
  text-align: center;
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  height: 58.5%;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: var(--gray);
}
footer .footer-green {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .gray-left,
.gray-right {
  z-index: 1;
  position: relative;
  padding-bottom: 35px;
}
footer .footer-logo {
  padding-bottom: 35px;
}
footer .footer-green .footer-icons .footer-icon {
  padding-right: 10px;
  padding-left: 10px;
}
footer .footer-text {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  color: #ebecee;
  text-transform: uppercase;
}
footer .footer-number {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5833;
  color: #ffff !important;
  -webkit-text-fill-color: #ffff;
  padding-bottom: 38px;
}

footer .gray-left ul {
  text-align: left;
  color: #fff;
  padding-left: 0;
}
footer .gray-left ul li {
  list-style: none;
  text-decoration: none;
}
footer .gray-left ul li a {
  color: #d4d7dd;
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
footer .gray-right,
.gray-left {
  padding-top: 55px;
}

footer .gray-right .right-text {
  color: #d4d7dd;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  line-height: 1.42;
  padding-bottom: 15px;
}
footer .gray-right .right-text .strean {
  padding-bottom: 0;
}
footer .gray-right .right-text-box2 {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  color: #d4d7dd;
  text-align: left;
}
footer .gray-right .right-text-box2 a {
  text-decoration: underline;
  color: #d4d7dd;
}
footer .gray-right .right-text-box3 a {
  text-decoration: underline;
  color: #d4d7dd;
}
footer .gray-right .right-text-box3 .street {
	line-height: 1.5;
}
footer .gray-right .right-text-box2 .street,
.number-city,
.email {
  padding-top: 5px;
}
footer .gray-right .right-text-box3 {
  padding-top: 20px;
}
footer .gray-right .right-text-box3 .street {
  padding-top: 0;
}
footer .gray-right .left-title {
  padding-bottom: 20px;
}

footer .gray-right .right-text-box3 .left-title2 {
  color: #d4d7dd;
  font-weight: 400;

  font-size: 14px;
  line-height: 1.85;
  text-align: left;
}
footer .gray-right .right-text-box3 {
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  color: #ebecee;
  line-height: 1.25;
}
footer .gray-right .right-text-box3 .street,
.number-city,
.email {
  padding-top: 5px;
  text-align: left;
}

footer .copy2,
.copyrights-green {
  position: relative;
  z-index: 1;
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 2;
  color: #ebecee;
}
footer .copy2 {
  padding-bottom: 17px;
  justify-content: center;
}
footer .copy2 .imp,
.recht,
.daten {
  padding-right: 10px;
}
footer .copyrights-green {
  padding-top: 17px;
}
footer .copy2 a {
  color: #fff;
}

/* <-***************************************************************************> 
                    UBER-UNS-PAGE
 <-*******************************************************>  */

/* <<--------------------HERO UBER--------------------->> */

.hero-page {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #ffff;
  min-height: 190px;
  background-position: center;
}
.hero-page::after {
  content: "";
  background: rgba(0, 0, 0, 0.57);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  mix-blend-mode: darken;
}
.hero-page .hero-contentt {
  position: relative;
  z-index: 1;
}
.hero-page .hero-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.666;
}
.hero-page .breadcrumb-item {
  color: #ffff;
  font-size: 12px;
  font-family: var(--secondary-font);
  line-height: 2.8;
}
.hero-page .breadcrumb {
  margin-bottom: 0;
  width: 100%;
}
.hero-page a {
  color: #ffff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  padding-left: 5px !important;
}

/* <-------------BIGTEXT-SECTION-----------------> */

.bigtext-section {
  padding-top: 40px;
  padding-bottom: 25px;
}
.bigtext-section .section-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.37;
  padding-bottom: 10px;
  color: var(--gray);
}
.bigtext-section .section-text {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.91;
  color: var(--gray);
}
/* <---------------------FAKTEN-SECTION--------------------> */

.fakten-section {
  padding-bottom: 65px;
}
.fakten-section .section-subtitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.07;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.fakten-section .section-title {
  font-weight: 600;
  font-size: 24px;
  color: #16213e;
  line-height: 1.5;
  padding-bottom: 25px;
}
.count-box .count-number {
  font-weight: 600;
  font-size: 42px;
  line-height: 0.7;
  padding-bottom: 10px;
}
.count-box .count-text {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #16213e;
}
/* <---------------------GESTALTEN-SECTION--------------------> */
.gestalten-section {
  position: relative;
  text-align: center;
  color: #fff;
  padding-top: 35px;
  min-height: 255px;
  background-position: center;
  mix-blend-mode: darken;
  padding-bottom: 60px;
}
.gestalten-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(54, 54, 54, 0.76);
}
.gestalten-section .gestalten-content {
  position: relative;
  z-index: 1;
}
.gestalten-section .section-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 10px;
}
/* <---------------------GESTALTEN-CARDS-SECTION--------------------> */

.gestalten-cards-section {
  position: relative;
  top: -30px;
  padding-bottom: 35px;
}
.gestalten-cards-section .card {
  border: 0;
  border-radius: 0;
  color: var(--gray);
  max-width: 275px;
  margin: 0 auto;
}
.gestalten-cards-section .card .card-head {
  padding-left: 25px;
  padding-top: 17px;
  padding-right: 10px;
  padding-bottom: 15px;
}
.gestalten-cards-section .card .card-head .number-box {
  min-width: 32px;
  min-height: 32px;
}
.gestalten-cards-section .card .card-head .number-box .number {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.31;
}
.gestalten-cards-section .card .card-head .card-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
  padding-left: 10px;
  margin-bottom: 0;
}
.gestalten-cards-section .card .card-list {
  font-family: var(--secondary-font);
  padding-left: 15px;
  padding-bottom: 11px;
  min-height: 150px;
  padding-right: 5px;
}
.gestalten-cards-section .card .card-list ul {
  padding-left: 1rem;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.91;
  list-style-type: square;
}
/* <---------------------ABBOUT-SECTION--------------------> */
.about-section {
  padding-bottom: 65px;
}

.about-section .about-img {
  width: 100%;
  padding-bottom: 30px;
}
.about-section .about-content .about-box {
  background: #f6f6f6;
  min-height: 105px;
  padding-left: 17px;
  border-left: 3px solid var(--primary-green);
  position: relative;
}
.about-section .about-content .about-box .img-box {
  position: absolute;
  overflow: visible;
  max-height: 115px;
  bottom: 0;
}
.about-section .about-content .about-box .img-box img {
  width: auto;
  max-height: 115px;
  object-fit: cover;
}
.about-section .about-content .about-box .quote-info {
  padding-left: 95px;
}
.about-section .about-content .about-box .quote-info .quote {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  padding-bottom: 7px;
  color: var(--gray);
}
.about-section .about-content .about-box .quote-info .name {
  font-family: var(--secondary-font);
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3;
  color: var(--gray);
}
.about-section .about-content .about-box .quote-info .name span {
  font-weight: 700;
}

.about-section .about-content .section-subtitle {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.about-section .about-content .section-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.45;
  padding-bottom: 30px;
}
.about-section .about-content .section-text {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  color: var(--gray);
  line-height: 1.91;
  padding-top: 30px;
  padding-bottom: 15px;
}
.about-section .about-content .btn-cont {
  width: 100%;
  display: flex;
  justify-content: end;
}

/* <-********************************************************************************> 
                    TEAM-PAGE
 <-*******************************************************>  */

/* <-----------------------MITARBAITER-SECTION------------------------> */

.mitarbaiter-section {
  padding-top: 40px;
  padding-bottom: 65px;
  text-align: center;
  color: var(--gray);
}
.mitarbaiter-section .section-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  padding-bottom: 10px;
}
.mitarbaiter-section .section-text {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.9;
  padding-bottom: 22px;
}
.mitarbaiter-section .mitar .mitar-img {
  position: relative;
}
.mitarbaiter-section .mitar .mitar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mitarbaiter-section .mitar .mitar-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 0;
  z-index: 22;
  background: var(--primary-green);
}
.mitarbaiter-section .mitar .icons .icon-box {
  width: 35px;
  height: 35px;
  background: var(--primary-green);
  margin-left: 4px;
  margin-right: 4px;
}
.mitarbaiter-section .mitar .icons {
  padding-bottom: 5px;
}
.mitarbaiter-section .mitar .mitar-content .mitar-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.mitarbaiter-section .mitar .mitar-content .mitar-position {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
}
.mitarbaiter-section .mitar .mitar-content {
	margin-top: 15px;
}
.fuhrungsteam {
  padding-top: 50px;
}
.fuhrungsteam-text {
  padding-bottom: 100px !important;
}

/* <-************************************************************************************> 
                    KARRIERE PAGE
 <-*******************************************************>  */
/* <-------------KARRIERE HERO----------------> */
.karriere-hero {
  background-image: url("images/karr.jpg");
  background-position: center;
}
/* <-------------DIGITAL-SIGNAGE----------------> */
.digital-signage {
  padding-top: 40px;
  padding-bottom: 40px;
  color: var(--gray);
}
.digital-signage .section-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  padding-bottom: 20px;
}
.karriere-box {
  padding-left: 17px;
  padding-top: 5px;
  padding-bottom: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 3px solid var(--gray);
  transition: 0.3s ease;
  background: #fff;
}
.karriere-box:hover {
  border-top: 1px solid var(--primary-green);
  border-right: 1px solid var(--primary-green);
  border-bottom: 1px solid var(--primary-green);
  border-left: 3px solid var(--primary-green);
}

.karriere-box .box-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.49;
}
.karriere-box .box-info {
  padding-bottom: 9px;
}
.karriere-box .box-info .price {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.8;
  color: var(--primary-green);
  padding-right: 25px;
}
.karriere-box .box-info .work-time {
  font-family: var(--secondary-font);
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
  line-height: 1.7;
}
.karriere-box .box-text {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.91;
}
/* <-************************************************************************************> 
                    PRODUKTE DESIGNER PAGE
 <-*******************************************************>  */

.produkte-designer {
  padding-top: 40px;
  padding-bottom: 70px;
  color: var(--gray);
}
.produkte-designer .section-subtitle {
  color: var(--primary-green);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 0.35;
  padding-bottom: 7px;
}
.produkte-designer .section-title {
  font-weight: 600;

  font-size: 32px;
  line-height: 1.5;
  padding-bottom: 25px;
}
.produkte-designer .job-desc {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 10px;
}
.produkte-designer .editor .section-text {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.91;
  padding-bottom: 20px;
}
.produkte-designer .editor .list-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.875;
  padding-bottom: 10px;
}
.produkte-designer .editor ul {
  padding-left: 1rem;
  padding-bottom: 47px;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.9;
  margin-bottom: 0;
}
.produkte-designer .editor ul li {
  padding-bottom: 5px;
}
/* fact box */
.produkte-designer .fact-box {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  border-left: 5px solid var(--primary-green);
  display: none;
}
.produkte-designer .fact-box .fact-field {
  font-size: 17px;
  line-height: 1.64;
}
.produkte-designer .fact-box .fact-field .fact-value {
  font-weight: 300;
  font-style: italic;
}
.produkte-designer .fact-box .fact-field .fact-type {
  font-family: var(--secondary-font);
  font-weight: 600;
  padding-right: 5px;
}
/* <-----------------OTHER JOBS-------------------> */

.other-jobs {
  background: #f7f7f8;
  padding-top: 40px;
  padding-bottom: 60px;
}
.other-jobs .section-title {
  padding-bottom: 33px;
  font-weight: 600;
  font-size: 24px;
  color: var(--gray);
}
.other-jobs .arrows {
  position: relative;
}

.other-jobs .arrows .swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: "";
}
.other-jobs .swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: "";
}
.other-jobs .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  background: var(--primary-green);
  padding-top: 11px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 13px;
  width: 50px;
  height: 65px;
  top: -33px;
  left: 30%;
  position: relative;
}
.other-jobs .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  background: var(--primary-green);
  padding-top: 11px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 13px;
  width: 50px;
  height: 65px;
  position: relative;
  right: -54%;
  top: 10px;
}
.other-jobs .arrows2 {
  display: none;
}
/* <-************************************************************************************> 
                    KONTATK PAGE
 <-*******************************************************>  */

.kontakt-hero {
  background-image: url("images/kontakthero.jpg");
  background-position: center;
  background-size: cover;
}
.demo-anfragen {
  color: var(--gray);
  padding-top: 40px;
  padding-bottom: 120px;
}
.demo-anfragen .btn {
	text-align: left;
	background-image: url('images/long-arrow-alt-right.svg');
	background-size: 15px;
	background-position: 120px center;
	background-repeat: no-repeat;
}
.buchen-btn-kontakt {
	position: absolute;
	left: 0;
	bottom: -80px;
}
.demo-anfragen .section-subtitle {
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-green);
  line-height: 0.4;
  text-transform: uppercase;
  padding-bottom: 7px;
}
.demo-anfragen .section-title {
  font-weight: 600;
  font-size: 24px;
  color: var(--gray);
  line-height: 1.5;
  padding-bottom: 40px;
}
.demo-anfragen .form-control, .wpcf7-captchar {
  background: #fff;
  border: 1px solid var(--primary-green);
  border-radius: 5px;
  padding-top: 18px;
  padding-left: 20px;
  padding-bottom: 18px;
  color: #9c9999;
  font-family: var(--secondary-font);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
.demo-anfragen .form-control:focus, .wpcf7-captchar:focus, .wpcf7-captchar:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(132, 191, 49, 0.25);
	outline: 0;
}
.demo-anfragen .checkbox-title {
  padding-top: 50px;
  padding-bottom: 20px;
  color: #9c9999;
  font-family: var(--secondary-font);
  font-size: 16px;
  line-height: 1.2;
}
.demo-anfragen .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border: 1px solid var(--primary-green);
}
.demo-anfragen .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(132, 191, 49, 0.25);
  border-color: var(--primary-green);
}
.demo-anfragen .form-check-input:checked[type="checkbox"] {
  background-image: url("images/Vector\ 2.svg");
  background-size: contain;
  background-position: center;
}
.demo-anfragen .form-check-input:checked {
  background-color: var(--primary-green);
  border-color: var(--primary-green);
}
.demo-anfragen .wpcf7-list-item {
  font-size: 12px;
  font-family: var(--secondary-font);
  line-height: 2.5;
  padding-bottom: 15px !important;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0px;
}
.demo-anfragen .wpcf7-list-item label {
	display: flex;
	justify-content: center;
	align-items: center;
}
.demo-anfragen .wpcf7-response-output {
  display: none;
}
.demo-anfragen .wpcf7-spinner {
  position: absolute;
}
.demo-anfragen .wpcf7-spinner {
  background-color: var(--primary-green);
}
.demo-anfragen .wpcf7-spinner::before {
  background-color: var(--gray);
}
.demo-anfragen .wpcf7-list-item-label {
  color: var(--gray) !important;
  margin-left: 15px;
}
.demo-anfragen .floatingTextarea2 {
  color: #9c9999;
  font-family: var(--secondary-font);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
.demo-anfragen .form-floating {
  margin-top: 35px;
  margin-bottom: 20px;
}
.demo-anfragen .form-check-input.policy-input {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.demo-anfragen .wpcf7-list-item-label.policy-label {
  line-height: 2;
  padding-bottom: 55px;
}

.swiper-button-lock {
  display: block;
}

/* <-************************************************************************************> 
                    Buchungsplattform
 <-*******************************************************>  */
.platform {
  min-width: 1335px !important;
}
.demo-anfragen .phone img {
  width: 40px;
  height: 40px;
}
.demo-anfragen .e-mail img {
  width: 40px;
  height: 40px;
}
.demo-anfragen .phone .phone-number {
  padding-left: 17px;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 400;
}
.demo-anfragen .e-mail .address {
  padding-left: 17px;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 400;
}
.demo-anfragen .e-mail {
  padding-bottom: 40px;
}
.demo-anfragen .phone {
  padding-bottom: 40px;
}

/* <-************************************************************************************> 
                    REFERENZEN PAGE
 <-*******************************************************>  */
.referenzen-page {
  padding-top: 40px;
  padding-bottom: 40px;
}
.projekt-page {
  min-height: 189px;
  padding: 15px;
  position: relative;
  background-position: center;
  background-size: cover;
}
.projekt-page .projekt-content {
  position: relative;
  z-index: 1;
  color: #fff;
}
.projekt-page .projekt-content img {
  width: 30px;
  height: 30px;
}
.projekt-page .projekt-content .projekt-title {
  font-weight: 300;
  font-size: 10px;
}
.projekt-page .projekt-content .projekt-name {
  font-weight: 600;
  font-size: 12px;
  padding-bottom: 45px;
}
.projekt-page::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(24, 33, 38, 0.6);
  top: 0;
  left: 0;
  transition: 0.3s all;
}
.projekt-page:hover::after {
  background: var(--primary-green);
  opacity: 100%;
  mix-blend-mode: unset;
}
.projekt-page .projekt-name {
  padding-bottom: 20px;
}

/* <-************************************************************************************> 
                    PRODUKTE PAGE
 <-*******************************************************>  */

.produkte-page {
  padding-top: 40px;
  padding-bottom: 60px;
  color: #fff;
}

.produkte-page .modul-img-box {
  width: 100%;
  height: 100%;
}
.produkte-page .modul-img-box img {
  width: 100%;
  max-height: 189px;
  object-fit: cover;
}

.produkte-page .modul {
  padding: 30px;
  transition: 0.3s all;
}
.produkte-page .modul .modul-info .modul-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 5px;
}
.produkte-page .modul .modul-info .modul-number {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
  padding-bottom: 5px;
  color: #ebecee;
}
.produkte-page .modul .modul-arrow-box {
  width: 40px;
  height: 40px;
}
.produkte-page .modul .modul-arrow-box img {
  width: 100%;
  height: 100%;
}
.produkte-page a {
  color: #ffff;
}

/* <-************************************************************************************> 
                    KUNDEN PAGE
 <-*******************************************************>  */

.kunden-page {
  padding-top: 40px;
  padding-bottom: 60px;
}
.kunden-page .section-text {
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.9;
  padding-bottom: 30px;
  color: #16213e;
}
.kunden-page .kunden-box {
  padding: 20px;
  border: 1px solid #d9d9d9;
  height: 121px;
  width: 100%;
  transition: 0.3s all;
}
.kunden-page .kunden-box:hover {
  border: 1px solid var(--primary-green);
}
.kunden-page .kunden-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s all;
}
.kunden-page .kunden-box img:hover {
  transform: scale(115%);
}
.kunden-pages .arrows2 .swiper-next.swiper-button-disabled {
  background: var(--gray);
  opacity: 0.5;
}
.kunden-pages .arrows2 .swiper-prev.swiper-button-disabled {
  background: var(--gray);
  opacity: 0.5;
}
.kunden-pages .arrows2 {
  display: unset;
}
.kunden-pages .arrows2 .swiper-prev {
  background: var(--primary-green);
  padding: 15px;
  width: 50px;
  height: 65px;
  position: relative;
  z-index: 1;
  top: -85px;
  right: -30%;
}
.kunden-pages .arrows2 .swiper-next {
  background: var(--primary-green);
  padding: 15px;
  width: 50px;
  height: 65px;
  position: relative;
  z-index: 1;
  top: -20px;
  right: -52%;
}

/* <-************************************************************************************> 
                    MODUL1 PAGE
 <-*******************************************************>  */
.modul1-page {
  padding-bottom: 75px;
}
.modul1-page .section-title {
  color: var(--gray);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 10px;
}
.modul1-page .section-text {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.9;
  color: var(--gray);
  padding-bottom: 35px;
}

/* <-************************************************************************************> 
                    MODUL1A WOHN-L PAGE
 <-*******************************************************>  */

/* ----------------SUB-SECTION----------------- */

.sub-section {
  padding-top: 25px;
  padding-bottom: 40px;
  color: var(--gray);
}
.sub-section .editor {
  padding-bottom: 0;
}
.sub-section .editor h2 {
  font-size: 24px;
  line-height: 1.5;
}

.sub-section .editor p {
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.9;
  padding-top: 10px;
}
.sub-section .sub-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-section .sub-text {
  font-size: 19px;
  font-weight: 600;
  line-height: 0.8;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 7px;
  border-left: 3px solid var(--primary-green);
}
.sub-section .sub-text2 {
  font-size: 19px;
  font-weight: 600;
  line-height: 0.8;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 7px;
  border-right: 3px solid var(--primary-green);
}
.sub-section .minus-row {
  position: relative;
  top: -15px;
}
.areale-section-title {
  font-size: 22px;
  line-height: 1.2;
  padding-bottom: 22px;
  font-weight: 600;
}
.areale-section-text {
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.6;
}
.areale-swiper-padding {
  padding-top: 130px !important;
  padding-bottom: 100px !important;
}
/* ----------------KEY-BENEFITS-SECITON----------------- */

.key-benefits {
  padding-top: 55px;
  padding-bottom: 75px;
  color: #ebecee;
  text-align: center;
}
.key-benefits a {
  margin-top: 70px;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
}
.key-benefits .section-title {
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 50px;
  text-align: left;
}
.key-benefits .benefits-box {
  border-top: 7px solid var(--primary-green);
  padding-top: 40px;
  padding-bottom: 25px;
  padding-left: 42px;
  padding-right: 42px;
}

.key-benefits .benefits-box .benefits-box-icon {
  width: 20px;
  height: 20px;
}
.key-benefits .benefits-box .benefits-box-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key-benefits .benefits-box .benefits-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding-top: 10px;
}
.key-benefits .benefits-box ul {
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.9;
  padding-top: 40px;
  margin-bottom: 0;
  text-align: left;
}
.key-benefits .benefits-box ul li {
  padding-bottom: 2px;
}
/* ----------------WEATHER-SECITON----------------- */

.weather-section {
  color: var(--gray);
}
.weather-section .section-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
}
.weather-section .section-text {
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.9;
  padding-bottom: 30px;
}

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

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

.weather-section .weather-s2 {
  height: 653px;
  width: 100%;
}

.weather-section .weather-s {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  display: none;
}
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: "" !important;
}
/*--------SWIPER-------*/
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: "" !important;
}
.swiperbtn {
  background: var(--primary-green) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 65px;
}
.weather-btns {
  position: relative;
  height: 65px;
}
.weather-btn-next,
.weather-btn-next2,
.weather-btn-next3,
.weather-btn-next4,
.weather-btn-next5 {
  margin-left: 10px !important;
}
.weather-btn-prev,
.weather-btn-prev2,
.weather-btn-prev3,
.weather-btn-prev4,
.weather-btn-prev5 {
  margin-right: 10px !important;
}


.weather-section .weather-btn-next.swiper-button-disabled,
.weather-btn-prev.swiper-button-disabled {
  background: var(--primary-green) !important;
  opacity: 0.5;
}
.weather-section .weather-btn-next2.swiper-button-disabled,
.weather-btn-prev2.swiper-button-disabled {
  background: var(--primary-green) !important;
  opacity: 0.5;
}
.weather-section .weather-btn-next2.swiper-button-disabled {
  background: var(--primary-green) !important;
  opacity: 0.5;
}
.weather-section .weather-btn-next3.swiper-button-disabled,
.weather-btn-prev3.swiper-button-disabled {
  background: var(--primary-green) !important;
  opacity: 0.5;
}
.weather-section .weather-btn-next4.swiper-button-disabled,
.weather-btn-prev4.swiper-button-disabled {
  background: var(--primary-green) !important;
  opacity: 0.5;
}
.weather-section .weather-btn-next5.swiper-button-disabled,
.weather-btn-prev5.swiper-button-disabled {
  background: var(--primary-green) !important;
  opacity: 0.5;
}
.toro-main .weather-btns .weather-btn-prev2.swiper-button-disabled,
.weather-btn-next2.swiper-button-disabled {
  background: var(--gray) !important;
  opacity: 0.5;
}



.swiperbtn img {
  width: 23px;
  height: 30px;
}

.weather-section .weather-s .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.weather-section .weather-s .swiper-slide-thumb-active {
  opacity: 1;
}

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

/* ----------------STRUCTURE-SECITON----------------- */

.structure-section {
  padding-top: 20px;
  padding-bottom: 70px;
  position: relative;
}
.structure-section::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--gray);
  mix-blend-mode: multiply;
}
.structure-section .section-subtitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: var(--primary-green);
}
.structure-section .section-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  padding-bottom: 80px;
}
.structure-section img {
  position: relative;
  z-index: 1;
  width: 100%;
}
/* ----------------WEITERE-SECITON----------------- */

.weitere-section {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}
.weitere-section .section-title {
  font-size: 24px;
  line-height: 1.5;
}
.weitere-section .weitere-box {
  width: 325px;
  border-top: 7px solid var(--primary-green);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 34px;
  padding-right: 34px;
}
.weitere-section .weitere-box a:hover {
  color: var(--primary-green);
}
.weitere-section .weitere-box a img {
  filter: invert(29%) sepia(32%) saturate(851%) hue-rotate(42deg)
    brightness(89%) contrast(95%);
  width: 13px;
  height: 15px;
}
.weitere-section .weitere-box .weitere-modul {
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 10px;
  text-transform: uppercase;
  transition: 0.3s all;
}
.weitere-section .weitere-box .weitere-box-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  min-height: 80px;
  transition: 0.3s all;
}
.weitere-section .weitere-box a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
/* WEITER SWIPER */

.weitere-section .swiper-container {
  width: 100%;
  height: 100%;
}

.weitere-section .swiper-slide {
  background: var(--grey);

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.weitere-section .swiper-container {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}

.weitere-btn-next {
  margin-left: 10px !important;
}
.weitere-btn-prev {
  margin-right: 10px !important;
}
.weitere-section .weitere-btn-next.swiper-button-disabled,
.weitere-btn-prev.swiper-button-disabled {
  opacity: 0.5;
}

/* <-************************************************************************************> 
                    MODUL1C AREALE
 <-*******************************************************>  */

/* ----------------PROCESSES-SECITON----------------- */

.processes-section {
  padding-bottom: 80px;
}
.processes-section .section-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
}
.processes-section .section-text {
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.9;
  padding-bottom: 35px;
}
.processes-section .processes-inner img {
  width: 30px;
  height: 30px;
}
.processes-section .processes-inner .group {
  padding-bottom: 15px;
}
.processes-section .processes-inner .group-text {
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.8;
  padding-left: 10px;
}
.processes-section .processes-list {
  padding-top: 30px;
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400;
}
.processes-section .processes-list ul {
  padding-left: 1rem;
  list-style: decimal;
}
/* ----------------GRAFIK-SECITON----------------- */

.areale-grafik .grafik-small {
  width: 375px;
}

/*---------ACCCORDION-----------*/
.sub-section .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.sub-section
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.sub-section .accordion-button {
  padding-bottom: 30px;
  padding-top: 30px;
}
.sub-section .accordion-button::after {
  background-image: url("images/plus-according.svg");
}
.sub-section .accordion-button:not(.collapsed)::after {
  background-image: url("images/minus-according.svg");
  top: -5px;
  position: relative;
}
.sub-section .accordion-button:not(.collapsed) {
  color: var(--gray);
  background-color: #fff;
}
.sub-section .accordion-button:focus {
  border-color: #84bf31;
  box-shadow: 0px 0px 10px 1px rgba(132, 191, 49, 0.3);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(132, 191, 49, 0.3);
  -moz-box-shadow: 0px 0px 10px 1px rgba(132, 191, 49, 0.3);
}
.sub-section .accordion .accordion-item .accordion-body {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.9;
  color: var(--gray);
}
.sub-section .accordion .accordion-item .accordion-body img {
  padding-top: 30px;
}

/* <-************************************************************************************> 
                    MODUL2 Bewirtschaftungs
 <-*******************************************************>  */

.bewirtschaftungs {
  padding-top: 40px;
  padding-bottom: 80px;
}
.bewirtschaftungs .areale-section-title {
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 10px;
}
.bewirtschaftungs .areale-section-text {
  font-size: 12px;
  line-height: 1.9;
  font-family: var(--secondary-font);
}
/*---------RESERVATIONHERO-SECTION-----------*/
.reservation-hero-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 186px;
}

/*---------RESERVATION-SECTION-----------*/

.reservation-section {
  padding-bottom: 60px;
  position: relative;
}

.reservation-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 425px !important;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: #fff;
}
.reservation-section.white2::before {
  /* height: 740px; */

}


.gray-white-section {
  padding-top: 50px;
  position: relative;
  padding-bottom: 60px;
}
.reserv-gray {
  padding-bottom: 55px;
  z-index: 1;
}
.gray-white-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 410px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: #fff;
}
.reservation-section .reservation-gray {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.reservation-section .reservation-gray::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1000px;
  background: var(--gray);
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.reservation-section .reservation-gray::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1000px;
  background: var(--gray);
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.reservation-section .reservation-gray .section-subtitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.reservation-section .reservation-gray .section-title {
  line-height: 1.5;
  padding-bottom: 35px;
}
.reservation-section .reservation-gray .list-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 20px;
}
.reservation-section .reservation-gray ul {
  color: #d4d7dd;
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.9;
  padding-left: 0.625;
}
.reservation-section .reservation-gray ul li {
  padding-bottom: 0px;
}
.reservation-section .reservation-gray ul li::marker {
  color: var(--primary-green);
}
.reservation-section .reservation-white {
  z-index: 11;
  position: relative;
}
.reservation-section .reservation-white .swiper-slide .slide {
  margin: 0 auto;
}
.reservation-section .reservation-white .arrows {
  margin: 0 auto;
}
/*-----RESERV-SWIPER----*/

.reservation-section .reservation-white .swiper {
  width: 100%;
  overflow: hidden;
  height: 315px !important;
  position: relative;
}

.reservation-section .reservation-white .swiper-slide {
  text-align: center;
  font-size: 18px;
  color: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.reservation-section .reservation-white .swiper-slide .swiper-img-box {
  width: 130px;
  max-height: 260px;
}

.reservation-section .reservation-white .swiper-slide .swiper-img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reservation-section .reservation-white .swiper-slide .swiper-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 30px;
  text-align: left;
}
.reservation-section .reservation-white .arrows {
  z-index: 1000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 180px;
}

.reservation-section .reservation-white .arrowbtn {
  background-color: var(--primary-green);
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reservation-section .reservation-white .arrowbtn img {
  width: 10px;
  height: 12px;
}
.reservation-section .reservation-white .arrows .arrowbtn1 {
  margin-right: 60px;
  position: unset;
}
.reservation-section .reservation-white .arrows .arrowbtn1 img {
  transform: rotate(-90deg);
}
.reservation-section .reservation-white .arrows .arrowbtn2 img {
  transform: rotate(90deg);
}

/* <-************************************************************************************> 
                    MODULE 3 ACCESS-MANAGEMENT
 <-*******************************************************>  */

.access-accordion-title {
  padding-top: 40px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  padding-bottom: 30px;
}

.variant-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.variant-section .section-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 20px;
}
.variant-section .section-text {
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.9;
  padding-bottom: 30px;
}
/* <-************************************************************************************> 
                    MODULE 4 PAKETBOX
 <-*******************************************************>  */

.sub-section .list-title {
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.91;
  padding-top: 10px;
  padding-bottom: 0;
}
.sub-section ul {
  font-size: 12px;
  line-height: 1.91;
  font-family: var(--secondary-font);
  padding-left: 1rem;
  padding-bottom: 15px;
}
.sub-section ul li::marker {
  color: var(--primary-green);
}
.sub-section .paket-box-img {
  width: 100%;
  height: 100%;
}
.sub-section .paket-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* <-***********************************************************> 
                    MODULE 5 DIGITAL SIGNANE
 <-*******************************************************>  */
.sub-section
  .accordion
  .accordion-item
  .accordion-body
  .accordion-text
  .img-box-1 {
  width: 100%;
  height: 100%;
}
.sub-section
  .accordion
  .accordion-item
  .accordion-body
  .accordion-text
  .img-box-2 {
  max-width: 203px;
  height: 100%;
}

.sub-section .accordion .accordion-item .accordion-body .editor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* <-***********************************************************> 
                    MODULE 8 Wartung
 <-*******************************************************>  */

.wartung-sub-section {
  padding-top: 40px;
  padding-bottom: 60px;
  color: var(--gray);
}
.wartung-sub-section .areale-section-text {
  font-size: 12px;
  font-family: var(--secondary-font);
  padding-bottom: 25px;
}
.wartung-sub-section .list-title {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 10px;
}
.wartung-sub-section ul {
  font-size: 12px;
  font-family: var(--secondary-font);
  line-height: 1.9;
  padding-left: 1rem;
}
.wartung-sub-section ul li {
  padding-bottom: 10px;
}
.wartung-sub-section ul li::marker {
  color: var(--primary-green);
}
/*------greenTABLE------*/
.wartung-sub-section .green-table {
  padding-bottom: 80px;
}
.wartung-sub-section .green-table .table-title {
  text-align: right;
  padding-right: 27px;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}
.wartung-sub-section .green-table .table-title1 {
  text-align: left;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}
.wartung-sub-section .green-table .inc-inner1,
.aus-inner1 {
  background-color: rgba(132, 191, 49, 0.22);
  border-top: 1px solid rgba(132, 191, 49, 0.38);
  border-bottom: 1px solid rgba(132, 191, 49, 0.38);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
}
.wartung-sub-section .green-table .inc-inner1 {
  text-align: right;
  min-height: 104px;
  width: auto;
  padding-right: 27px;
  border-left: 1px solid rgba(132, 191, 49, 0.38);
  border-right: 1px solid rgba(132, 191, 49, 0.38);
}
.wartung-sub-section .green-table .aus-inner1 {
  text-align: left;
  height: 100%;
  width: 100%;
  padding-left: 20px;
  border-right: 1px solid rgba(132, 191, 49, 0.38);
}
.wartung-sub-section .green-table .aus-event {
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.9;
}
.wartung-sub-section .green-table .inc-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}
.wartung-sub-section .green-table .inc-type {
  font-size: 12px;
  font-family: var(--secondary-font);
  line-height: 2.3;
}
.wartung-sub-section .green-table .table-event1 {
  background-color: rgba(132, 191, 49, 0.22);
  border-bottom: 1px solid rgba(132, 191, 49, 0.38);
}
.wartung-sub-section .green-table .inc-inner,
.aus-inner {
  background-color: rgba(132, 191, 49, 0.48);
  border-top: 1px solid rgba(132, 191, 49, 0.38);
  border-bottom: 1px solid rgba(132, 191, 49, 0.38);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
}
.wartung-sub-section .green-table .inc-inner {
  text-align: right;
  min-height: 104px;
  width: auto;
  padding-right: 27px;
  border-left: 1px solid rgba(132, 191, 49, 0.38);
  border-right: 1px solid rgba(132, 191, 49, 0.38);
}
.wartung-sub-section .green-table .aus-inner {
  text-align: left;
  height: 100%;
  width: 100%;
  padding-left: 20px;
  border-right: 1px solid rgba(132, 191, 49, 0.38);
}
.wartung-sub-section .swipersm-btn-prev.swiper-button-disabled {
	opacity: 0.5;
}
.wartung-sub-section .swipersm-btn-next.swiper-button-disabled {
	opacity: 0.5;
}

/*------SWIPERsm------*/

.wartung-sub-section .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.wartung-sub-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 256px !important;
  margin-right: 15px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.wartung-sub-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wartung-sub-section .swiper-sm-card {
  padding-top: 25px;
  border-top: 10px solid var(--primary-green);
  padding-left: 30px;
  padding-right: 5px;
  padding-bottom: 25px;
  width: 256px;
}
.wartung-sub-section .swiper-sm-card .card-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  min-height: 52px;
  text-align: left;
}
.wartung-sub-section .swiper-sm-card .card-text {
  padding-top: 20px;
  min-height: 218px;
}
.wartung-sub-section .swiper-sm-card .card-text ul {
  text-align: left;
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.9;
  margin-bottom: 0;
}
.wartung-sub-section .swiper-sm-card .card-text ul li {
  padding-bottom: 5px;
}
.wartung-sub-section swiper-sm-card .card-text ul li::marker {
  color: var(--gray);
}
/* <-***********************************************************> 
                    Medienmitteilung Page
 <-*******************************************************>  */

.medien-main-section {
  padding-top: 40px;
  padding-bottom: 50px;
}
.medien-main-section .section-title {
  line-height: 1.5;
  padding-bottom: 30px;
}
.medien-main-section .card {
  border: 0;
  border-radius: 0;
}
.medien-main-section .card .button-align .btn {
  padding: 11px 32px;
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.9;
}
.medien-main-section .card-img,
.card-img-top {
  border: 0;
  border-radius: 0;
  padding-bottom: 10px;
}
.medien-main-section .card-img-top img {
  width: 100%;
  height: 100%;
}
.medien-main-section .card-body {
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 5px;
  padding-bottom: 40px;
}
.medien-main-section .card-body .text-muted {
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.9;
}
.medien-main-section .card-body .card-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 10px;
}
.medien-main-section .card-body .card-text {
  font-family: var(--secondary-font);
  color: #16213e;
  font-size: 12px;
  line-height: 1.9;
}
/* <-***********************************************************> 
                    Digitale-Reception Page
 <-*******************************************************>  */
.digitale-reception {
  padding-top: 40px;
  padding-bottom: 50px;
}
.digitale-reception .digitale-reception-img-box img {
  width: 100%;
  height: 100%;
}
.digitale-reception .section-title {
  line-height: 1.5;
  padding-bottom: 30px;
}
.digitale-reception .section-text {
  padding-top: 30px;
  font-size: 12px;
  line-height: 1.9;
  padding-bottom: 30px;
  font-family: var(--secondary-font);
}
.digitale-reception .button-align .btn {
  text-align: center;
  font-size: 12px;
  line-height: 2;
}
.digitale-reception .button-align .btn img {
  margin-left: 5px;
}
/* <-***********************************************************> 
                    ERROR404 Page
 <-*******************************************************>  */

.error-section {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.error-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.57);
}
.error-section .error-content {
  position: relative;
  z-index: 1;
  padding-top: 65px;
}
.error-section .error-content .something-went-wrong {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 17px;
}
.error-section .error-content .page-not-found {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  padding-bottom: 25px;
}
.error-section .error-content .button-align .btn img {
  margin-left: 5px;
}

/* <-***********************************************************> 
                    PARTNER PAGE
 <-*******************************************************>  */

.partner-main {
  padding-top: 40px;
  padding-bottom: 40px;
}
.partner-main .partner-grafik {
  width: 1289px;
  height: 1293px;
}
.partner-main .partner-grafik img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-main .section-title {
  padding-bottom: 10px;
}
.partner-main .section-text {
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.9;
  font-weight: 400;
  padding-bottom: 40px;
}
.partner-main .sub-title {
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 20px;
  font-weight: 600;
}
.partner .kategorie .category {
  color: var(--gray);
  font-size: 18px;
  font-family: var(--secondary-font);
  font-weight: 500;
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #ebecee;
  border-left: 7px solid transparent;
  border-top: none;
  border-right: none;
  transition: 0.2s ease-in-out;
  background:transparent;
}
.partner .kategorie .category.active{
  border-left: 7px solid var(--primary-green);
  padding-left:20px;
}
.partner .kategorie .category:hover {
  border-left: 7px solid var(--primary-green);
  padding-left:20px;
}
.partner .kategorie .accordion-item {
  border: 0;
}
.partner .kategorie .accordion-button {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 0;
  box-shadow: none;
  padding-bottom: 15px;
}
.partner .kategorie .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.partner .kategorie .accordion-button:not(.collapsed) {
  color: var(--gray);
  background-color: transparent;
}
.partner .kategorie .accordion-button:not(.collapsed)::after {
  background-image: url("images/angle-down.svg");
  top: -2px;
  position: relative;
}
.partner .kategorie .accordion-button::after {
  background-image: url("images/angle-down.svg");
  margin-left: 20px;
}
.partner .accordion-body {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 50px;
}
.partner .kunden-box .small-text {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  color: rgba(65, 68, 75, 0.5);
  text-align: center;
  padding-bottom: 5px;
}
.partner .kunden-box .img-box {
  width: 100px;
  height: 100%;
}
/* <-***********************************************************> 
                    TORO 1 PAGE
 <-*******************************************************>  */
.toro-main {
  padding-top: 40px;
}
.toro-main .editor a {
  color: var(--primary-green);
}
.toro-main h2 {
  line-height: 1.5;
  margin-bottom: 0;
}
.toro-main p {
  font-weight: 400;
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.9;
}

.editor h2 {
  padding-top: 15px;
  font-weight: 600;
}
.editor ul {
  font-size: 12px;
  font-family: var(--secondary-font);
  line-height: 1.9;
  font-weight: 400;
  padding-left: 1rem;
}
.editor ul li::marker {
  color: var(--primary-green);
}
.editor ul {
  list-style-type: square;
}
.editor ul > li > ul {
  padding-left: 10px;
}
.editor ul > li > ul li::marker {
  content: "-    ";
  color: var(--gray);
  font-weight: 600;
}

/* <-***********************************************************> 
                    MODULE 7 WEBISTEN PAGE
 <-*******************************************************>  */
.websiten-section {
  padding-top: 40px;
  padding-bottom: 75px;
}
.websiten-section h5.section-subtitle {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 10px;
  color: var(--primary-green);
  text-transform: uppercase;
}
.websiten-section h2.section-title {
  margin: 0;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
}
.websiten-section .section-text {
  font-weight: 400;
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.9;
  padding-bottom: 45px;
}
.websiten-section .quest-button {
  max-height: 90px; 
  margin-block-start: 17px; 
  writing-mode: horizontal-tb;
  padding-block-end: 17px; 
  writing-mode: horizontal-tb;
  border-bottom: 1px solid rgba(212, 215, 221, 1);
}
.websiten-section .quest-button .quest-button-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  padding-left: 15px;
  margin-right: auto;
}
/* .gray-white-section .white img {
  width: 100%;
  height: 100%;
}
.gray-white-section .gray {
  padding-top: 50px;
  padding-bottom: 50px;
}
.gray-white-section .gray .section-subtitle {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.gray-white-section .gray .section-title {
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 20px;
}
.gray-white-section .gray .section-text {
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.9;
  padding-bottom: 20px;
} */

.websiten-gw .reservation-white .swiper-img-box {
  width: 350px !important;
}
.websiten-gw .reservation-gray .section-text {
  font-weight: 400;
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 1.9;
  padding-bottom: 20px;
}
.websiten-gw .reservation-white .img-box {
  width: 100%;
  height: 200px;
}
.websiten-gw .reservation-white .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.websiten-gw .reservation-white .list-title {
  padding-top: 50px;
  padding-bottom: 35px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
.websiten-gw .reservation-white .white-item img {
  padding-right: 15px;
}
.websiten-gw .reservation-white .white-item .white-item-text {
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.9;
}


.websiten-gw .reservation-white .white-item {
  padding-bottom: 25px;
}

.editor p {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--secondary-font);
  padding-top: 10px;
}

.sub-section .position-relative {
  
}

.text-image {
  position: relative;

}
.breadcrumb .ah-breadcrumb {
  display: flex;
  flex-direction: row;
  font-family: var(--secondary-font);
  font-size: 14px;
  line-height: 1.5;
  padding-top: 5px;
}
.breadcrumb .ah-breadcrumb .seperator {
  margin-left: 5px;
  margin-right: 5px;
}
.reservation-section {
  overflow-x: hidden !important;
}
.impressum .editor p a {
  color: var(--primary-green) !important;
}

/* COVER */

.cover-block {
  position: relative;
color: #fff;
  background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
  width: 100%;
  height: 100vh;
  /*height: calc(var(--vh, 1vh) * 100);*/
  
}

.cover-block-home {
	height: 68% !important;
}


.cover-block::before {
content: '';
position: absolute;
z-index: 1;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0,0,0,.5) !important;
opacity: 1;
}
.cover-block-services::before {
display: none;
}

.cover-box {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;    
  -webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}


.cover-down {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
}



.cover-title {
  letter-spacing: -2.88px;
  font-weight: 100;
  margin-bottom: 20px
}
.cover-title span {
  font-weight: normal;
}
.cover-subtitle {
  font-size: 30px;
  letter-spacing: -1.2px;
  margin-bottom: 33px;
  font-weight: 100;
}


.cover-box .btn:hover {
  transform: scale(1.1);
}





.clients-logos-cover {
  position: absolute;
  z-index: 2;
  bottom: 80px;
  left: 0;
  right: 0;
}
.logo-box {
  text-align: center;
}
.logo-box img {
max-height: 40px;
  min-height: 25px;
  margin-bottom: 20px;
}




.carousel-fade .carousel-item-next {
  transition-duration: .9s;
  transition-delay: .3s;
}





/* SERVICES PAGE */
.cover-box-services {
  background: rgba(0,0,0,.6);
  padding-bottom: 53px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4
}


.cover-services-text {
  margin-right: 40px;
  max-width: 890px;
}
.cover-box-services .cover-title {
letter-spacing: -2.4px;
font-size: 60px;
margin-top: 30px;
  margin-bottom: 20px;
}
.cover-box-services .cover-subtitle {
font-size: 22px;
letter-spacing: -0.44px;
margin-bottom: 0;
line-height: 1.3;
}




.cover-box-services .cover-video {
  margin-left: 70px;
  margin-right: 40px;    
  margin-top: -45px;
  min-width: 480px;
  width: 480px;
}


.video-box {
  position: relative;
  box-shadow: 0px 6px 12px #00000080;
  border: 1px solid #FFFFFF;
}
.video-box::before {
content: '';
position: absolute;
z-index: 1;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0,0,0,.3);
opacity: 1;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;    
  -webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.video-box:hover::before {
background: rgba(0,0,0,0);
}


.video-play {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.video-play img {
  width: 64px;
  
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;    
  -webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.video-box:hover .video-play img {
  width: 96px;
}




.cover-video-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  
  background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
}
.cover-video-bg::before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0,0,0,0.45) !important;
opacity: 0.45;
}
.cover-video-bg iframe {
 width: 100vw;
 height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
 min-height: 66vh;
 min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}

.referenzen .ref-cont .swiper {
	max-height: 190px;
}

/* FRIENDLY CAPTCHA */
.frc-captcha {
	margin-bottom: 20px;
}



/* <-***********************************************************> 
                COMPANY CONTENT BUILDER
 <-*******************************************************>  */
.company-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}
.company-image {
  max-height: 457px;
  width: auto;
}
.company-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.company-title {
  font-size: 14px;
  color: var(--gray);
  text-align: center;
  min-height: 63px;
}
.company-btn .btn {
  min-width: unset;
}
/* <-***********************************************************> 
                PLANS CONTENT BUILDER
 <-*******************************************************>  */
.container {
  position: relative;
}
/* .info-box {
  min-height: 324px;
} */
.info-box .col-5 {
  padding-right: 10px;
}
.info-wrap-title {
	position: relative;
}
.info-wrap-title:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #84bf31;
}
@media (min-width: 992px) {
  .lg-inv {
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .swiper-slide-active .lg-inv {
    display: block;
    opacity: 1;
  }
  .col-7.lg-width {
    width: 100%;
  }
  .swiper-slide-active .col-7.lg-width {
    width: 58.33333333%;
  }
  .info-wrap-top, .info-box, .info-wrap-title {
    max-width: 337px;
  }
  .swiper-slide-active .info-wrap-top, .swiper-slide-active .info-box, .swiper-slide-active .info-wrap-title {
    max-width: unset;
  }
}

.info-wrap-top {
  position: relative;
}

.info-wrap-top .plan-box-point{
 font-size: 20px;
 font-weight: 700;
 font-family: var(--primary-font);
 text-align: center;
}
.info-wrap-top .btn {
  width: 100%;
  position: absolute;
  top: 37px;
  left: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.info-wrap-top .info-box-point{
  border-bottom: 0;
}
.info-wrap-top .plan-box-point {
  padding-top: 106px;
  border-top: 1px solid #D2D2D2;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.info-wrap-bottom .plan-box-point {
  padding-top: 13px;
  padding-bottom: 106px;
  border-top: 0;
  border-bottom: 1px solid #D2D2D2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 127px;
}
.info-wrap-bottom .info {
  height: 127px;
}
.plan-button {
  background-color: #84bf31;
}
.info-box-point {
  align-items: center;
  width: 100%;
  /* width: 19.6%; */
}
.info-wrap {
  width: 100%;
}
.plan-box-point {
  /* width: 25%; */
}
.info-box-point .point-text {
  text-align: start;
  /* word-break: break-all; */
}
.info-box-point, .plan-box-point {
  color: var(--gray);
  font-size: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #D2D2D2;
  font-weight: 400;
  font-family: var(--secondary-font);
  /* margin-left: 25px; */
  height: auto;
  display: inline-block;
}
.plan-box-point {
  /* margin-left: 7.5px;
  margin-right: 7.5px; */
  height: 100%;
  background-color: rgba(132, 191, 49, 0.1);
  border-left: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
  border-bottom: 0;
  margin-left: 0px;
  width: 100%;
}
.plan-box-point .text {
  padding-bottom: 13px;
  height: 100%;
  border-bottom: 1px solid #D2D2D2;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.plan-box-point .text.text-center {
  justify-content: center;
  align-items: center;
}
.plan-box-point .text p{
  font-size: 14px !important;
  width: 100%;
}
.plan-box-point ul {
  padding-left: 20px;
}
.plan-box-point ul li {
  font-size: 14px;
}
.point-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  flex-shrink: 0;
}
.point-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.info-wrap-title {
  background-color: #84bf31;
  color: #fff;
  border-right: 1px solid #84bf31;
  font-family: 14px;
  line-height: 1.5;
  font-weight: 600;
  padding: 10px;
  font-size: 14px;
}
.plans-section .swiper {
  width: 100%;
  height: 100%;
}

.plans-section .swiper-slide {
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
@media (min-width: 1200px) {
	.info-wrap-title {
		font-size: 16px;
		padding-left: 27px;
	}
  .point-icon {
    margin-right: 7px;
  }
  .info-wrap-top, .info-box, .info-wrap-title {
    max-width: unset;
  }
  .info-wrap-top .btn {
    width: 90%;
    left: 5%;
    top: 26px;
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    height: 44px;
  }
  .info-wrap-bottom {
    max-height: 93px;
  }
  .info-wrap-bottom .btn{
    bottom: 26px;
    top: unset;
  }
  .info-wrap-bottom .plan-box-point {
    height: 93px;
  }
  .plan-box-point {
    padding-left: 33px;
    padding-right: 33px;
  }
}
.plans-btn-prev.swiper-button-disabled,
.plans-btn-next.swiper-button-disabled {
  background-color: rgba(54, 54, 54, .6) !important;
  cursor: auto;
}
/* *******************************************************************************************************************
                                                  RESPONSIVE
******************************************************************************************************************** */
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 1.5rem;
  }
  .modular-section .grafik-img img {
    max-width: 100%;
    margin: unset;
  }
  .modular-section .center {
    padding-top: 0;
  }
 
  .text-image {
    position: relative;
  }
  .referenzen .ref-cont {
    margin-left: 40px;
  }

}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	
	/* <-------------------------------------------------------> 
						Offertenkalulator
	 <---------------------------------------------------------> */
	.calculator-file a {
		font-size: 30px;
		line-height: 1;
	}
	
	
  .background {
    background: var(--gray);
  }
  .reservation-section {
    padding-top: 50px;
  }
  .reservation-section .reservation-gray::before {
    display: none;
  }
    .reservation-section .reservation-gray::after {
      display: none;
    }
    .reservation-section {
      background: var(--gray);
    }
  body.admin-bar header {
    top: 32px;
  }
	  /* **********************************************
                PRODUKTE PAGE
    ************************************************/
	.produkte-page .modul:hover {
  color: #fff;
  background: var(--primary-green);
}
.produkte-page .modul:hover .btn {
  background-color: #fff;
  color: #84bf31;
}
.produkte-page .modul:hover .btn img {
  filter: invert(62%) sepia(54%) saturate(537%) hue-rotate(43deg) brightness(99%) contrast(89%);
}
  /* <-------------SIDE LINK----------------> */
  .side-links-block {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  .sagen-section .swiper-buttons .swiper-button-prev2 {
    display: unset;
  }
  .sagen-section .swiper-buttons .swiper-button-next2 {
    display: unset;
  }
  .websiten-gw .reservation-white .img-box {
    height: 230px;
  }

  /* <-------------PROJECt----------------> */
  .project-text {
    font-size: 14px;
  }
  /* <-------------VIDEO----------------> */
  .video-section .swiper-button-prev {
    display: unset;
    left: -20px;
  }
  .video-section .swiper-button-next {
    display: unset;
    right: -20px;
  }
  .video-section .section-text {
    font-size: 14px;
  }
  .referenzen-page .projekt {
    min-height: 410px;
  }
  /* <-------------MODULAR----------------> */
  .modular-section .center {
    padding-top: 0;
  }
  /* <-------------KONTAKTIEREN----------------> */
  .kontaktiere-section {
    position: relative;
    padding-bottom: 60px;
  }
  .kontaktiere-section .kontaktiere-map {
    padding-top: 0;
  }
  .kontaktiere-section .kontaktiere-map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 54.67%;
  }
  .kontaktiere-map iframe {
    width: 100%;
    height: 100%;
  }

  .kontaktiere-section .editor .contact-info {
    padding-left: 15px;
  }

  .kontaktiere-section .editor .contact-box .img-box img {
    width: 100%;
    height: 100%;
  }
  /* <-------------SAGEN----------------> */
  .sagen-section {
    padding-top: 215px;
    padding-bottom: 500px;
  }
  .sagen-section .swiper {
    padding: 0;
  }
  .sagen-section .swiper-cont {
    position: absolute;
    right: 0;
    top: 0;
    width: 54.67%;
    height: 100%;
    padding-top: 150px;
  }

  .sagen-section .content {
    padding-bottom: 40px;
    text-align: left;
    max-width: 380px;
  }
  .sagen-section .section-text {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .sagen-section .section-subtitle {
    text-align: left;
    font-size: 14px;
    line-height: 1.07;
  }
  .sagen-section .section-title {
    padding-bottom: 0;
    text-align: left;
    font-size: 55px;
    line-height: 1.16;
    padding-top: 10px;
    margin-bottom: 40px;
  }
  .sagen-section .section-text {
    font-size: 17px;
    line-height: 1.64;
    padding-bottom: 40px;
  }
  .sagen-section .swiper-slide {
    width: 430px;
    min-height: 334px;
    margin-left: 0;
    padding: 0;
  }
  .sagen-section .swiper-slide .sagen-slide {
    padding-top: 59px;
    padding-bottom: 59px;
    padding-left: 40px;
    padding-right: 55px;
    min-height: 495px;
  }
  .sagen-slide .sagen-image {
    min-width: 106px;
    height: 115px;
  }
  .sagen-slide .sagen-image img {
    width: 100%;
    height: 100%;
    object-fit: fit;
  }
  .sagen-slide .quote-box {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    position: absolute;
    top: 125px;
  }
  .sagen-slide .quote-box img {
    max-height: 20px;
  }
  .sagen-slide .quote-text {
    min-height: 310px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 0;
    padding-top: 15px;
  }
  .sagen-slide .quote-texts {
    padding-left: 15px;
  }
  .sagen-slide .quote-name {
    font-size: 18px;
    line-height: 1.44;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .sagen-slide .quote-job {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
  }
  .sagen-slide .quote-job.quote-job2 {
    font-weight: 400;
  }
  .sagen-section .swiper-buttons {
    padding-top: 67px;
  }
  .sagen-section .swiper-cont .btn {
    display: inline-block;
    margin-top: 101px;
    margin-left: 161px;
  }
  .sagen-section .swiper .swiper-buttonslg {
    top: -100px;
    right: 60px;
  }

  .sagen-section .content .swiper-buttons {
    display: inline;
  }

  .sagen-section .content .swiper-button-next2 {
    position: relative;
    right: unset;
    bottom: unset;
  }
  .sagen-section .content .swiper-button-prev2 {
    position: relative;
    left: unset;
    bottom: unset;
    margin-right: 20px;
  }
  .sagen-section .content .swiper-pagination {
    display: inline;
    position: inherit;

    font-weight: 700;
    color: #cccccc;
  }
  .sagen-section .content .swiper-pagination .swiper-pagination-current {
    font-size: 48px;
    color: var(--gray) !important;
    line-height: 1.31;
  }
  .sagen-section .content .swiper-pagination .swiper-pagination-total {
    font-size: 16px;
    color: rgba(204, 204, 204, 1) !important;
    line-height: 1.375;
  }
  .sagen-section .swiper-buttonslg {
    padding-top: 166px;
  }
  .sagen-section .swiper-buttonslg .swiper-button-next2 {
    display: inline-block;
  }
  .sagen-section .swiper-buttonslg .swiper-button-prev2 {
    display: inline-block;
  }
  /* <-------------FOOTER-----------------> */

  footer {
    position: relative;
    padding-top: 77px;
  }
  footer::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 54.67%;
    top: 0;
    right: 0;
    bottom: unset;
    left: unset;
    z-index: 0;
    background: var(--gray);
  }

  footer .footer-green {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 488px;
  }

  footer .gray-left {
    padding-top: 0;
  }
  footer .gray-right {
    padding-top: 0;
  }
  footer .copyrights-gray {
    display: none;
  }
  footer .footer-text {
    font-size: 14px;
    line-height: 1.07;
  }
  footer .footer-number {
    font-size: 34px;
    line-height: 1.117;
  }

  .left-title {
    font-size: 22px;
    line-height: 1.18;
  }
  footer .gray-left ul li a {
    font-size: 17px;
    line-height: 1.64;
  }
  footer .gray-left ul li {
    padding-bottom: 5px;
  }
  footer .gray-right .right-text {
    font-size: 18px;
    line-height: 1.444;
    color: #ffff;
    padding-bottom: 0;
  }
  footer .gray-right .right-text .wincasa {
    display: none;
  }

  footer .gray-right .right-text-box2 {
    font-size: 14px;
    line-height: 1.07;
    padding-bottom: 70px;
  }
  footer .gray-right .right-text-box3 .left-title2 {
    font-size: 22px;
    line-height: 1.444;
    color: #fff;
  }
  footer .gray-right .right-text-box3 {
    font-size: 14px;
    line-height: 1.07;
    padding-top: 0;
  }
  footer .footer-gray .copy2 {
    font-size: 17px;
    line-height: 1.41;
  }
  footer .gray-right {
    padding-bottom: 60px;
  }
  footer .copyrights-green,
  .copy2 {
    z-index: 0;
    background: transparent;
    color: #000000;
  }
  footer .copyrights-green {
    padding-bottom: 60px;
    padding-top: 0;
    font-family: var(--secondary-font);
    font-size: 14px;
    line-height: 1.64;
    color: #fff;
    text-align: left;
  }
  footer .copy2 {
    padding-bottom: 60px;
    padding-top: 0;
    font-family: var(--secondary-font);
    font-size: 14px;
    line-height: 1.64;
    color: #fff;
    justify-content: end;
  }
  footer .copy2 .imp,
  .recht,
  .daten {
    padding-right: 20px;
  }

  footer .copy2 a {
    color: #fff;
  }

  footer .gray-right .left-title {
    padding-bottom: 0px;
  }
  footer .footer-green .footer-icons .footer-icon {
    padding-left: 0;
    padding-right: 20px;
  }
	footer .gray-left ul li {
		margin-bottom: 5px !important;
	}
  /* **********************************************
                UBER UNS PAGE
    ************************************************/
  /* <-------------GESTALTEN-CARD-SECT----------------> */
  .gestalten-cards-section .card {
    margin: 0;
    max-width: unset;
    min-height: 214px;
  }
	.gestalten-cards-section .card .card-list ul li {
		list-style-type: square !important;
	}
  .gestalten-cards-section .card .card-head {
    padding-left: 10px;
  }
  .gestalten-cards-section .card .card-head .card-title {
    font-size: 20px;
  }
  /* <-------------ABOUTUS-SECT----------------> */
  .about-section .about-content .btn-cont {
    width: unset;
    display: block;
  }
  .about-section .about-img-box img {
    width: 100%;
    height: 100%;
  }
	

	


  /* **********************************************
                PRODUCT DESIGNER
    ************************************************/
  .produkte-designer .fact-box {
    display: block;
  }
  .produkte-designer .fact-box .fact-type,
  .fact-value {
    font-size: 12px;
  }
  .produkte-designer .fact-box {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    border-left: 3px solid var(--primary-green);
  }
  .produkte-designer .btncenter {
    display: unset !important;
  }
  /* **********************************************
                KUNDEN 
    ************************************************/
  .kunden-page .section-text {
    font-size: 14px;
  }
  /* **********************************************
                MODUL1A WL PAGE
    ************************************************/

  /* <-------------SUB-SECT----------------> */
  .bewirtschaftungs {
    padding-top: 100px !important;
    padding-bottom: 165px !important;
  }
  .sub-section .sub-text {
    font-size: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-left: 6px solid var(--primary-green);
    padding-left: 12px;
  }
  .sub-section .sub-text2 {
    font-size: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-right: 6px solid var(--primary-green);
    padding-right: 12px;
  }
  .sub-section {
    padding-bottom: 80px;
    color: var(--gray);
  }
  .sub-section .editor {
    padding-bottom: 0;
    padding-top: 0;
  }
  .sub-section .editor h2 {
    font-size: 40px;
    line-height: 1.2;
    padding-top: 0px;
  }
  
  .sub-section .editor p {
    font-size: 17px;
    line-height: 1.64;
  }
  /* <-------------KEY-BENEFITS-SECT----------------> */
  .key-benefits .benefits-box {
    border-top: 7px solid var(--primary-green);
    padding-left: 10px;
    padding-right: 10px;
  }
  .border-center {
    border-left: 2px solid rgba(132, 191, 49, 0.3);
    border-right: 2px solid rgba(132, 191, 49, 0.3);
  }
  .border-white {
    border-left: 2px solid rgba(132, 191, 49, 0.3);
    border-right: 2px solid rgba(132, 191, 49, 0.3);
    border-bottom: 2px solid rgba(132, 191, 49, 0.3);
  }
  .key-benefits .benefits-box .benefits-title {
    font-size: 20px;
    min-height: 155px;
  }
  .key-benefits .benefits-box .benefits-box-icon {
    width: 25px;
    height: 25px;
  }
  .key-benefits .benefits-box ul {
    padding-top: 0;
  }
  /* **********************************************
                MODUL2 BEWIRTSCHAFTUNGS
    ************************************************/
  .reservation-section::before {
    content: "";
    position: absolute;
    height: 100% !important;
    width: 54.67%;
    top: 0;
    right: 0;
    bottom: unset;
    left: unset;
    z-index: 0;
    background: #fff;
  }
	.accordion-text ul li {
		list-style-type: square;
	}
	.swiper-title ul li {
		list-style-type: square;
	}
	.swiper-title ul li::marker {
		color: var(--primary-green);
	}

  /* **********************************************
                MODUL7 WEBSEITEN
    ************************************************/


  .reservation-section::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 580px;
    bottom: 0;
    background: rgba(89, 89, 89, 0.2);
    right: 21%;
    left: 51.4%;
  }
  .reservation-section .reservation-gray {
    border-bottom: 2px solid rgba(89, 89, 89, 1);
  }
  .reservation-section.kokni .reservation-gray {
    border-bottom: 0;
  }
  .kokni::after {
    display:none !important;
  }
  /* .websiten-gw .reservation-gray::after {
    content: "";
    height: 2px;

    width: 240px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #595959;
  }
  .websiten-gw .reservation-white::after {
    content: "";
    height: 2px;
    width: 325px;

    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(89, 89, 89, 0.2);
  } */

  .websiten-gw .g-height {
    min-height: 621px;
  }
  .reservation-section .reservation-white {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 54.67%;
    padding-top: 100px;
  }
  .reservation-section .reservation-white .swiper-slide .slide {
    margin-left: 40px;
  }
  .reservation-section .reservation-white .arrows {
    margin-left: 125px;
  }
  .websiten-gw .reservation-white {
    max-height: 992.4px;
    padding-bottom: 40px;
  }
  .websiten-gw .reservation-white::after {
    left: 80px;
  }
	.card-text ul li {
		list-style-type: square;
	}
}
/* // Large devices (desktops, 992px and up) side*/
@media (min-width: 992px) {
	/******FONT-SIZE-LG-TEXT*****/
	.section-text,.section-subtitle,.box-text,.contact-job,.hero-text,.sagen-slide,.quote-text,.quote-name,.right-text,.right-text-box2,.right-text-box3,.nav-link,.copyrights-green,.copy2,.mitar-position,.modul-number,.group-text,.list-title,.areale-section-text,.footer-text,.projekt-title,.dropdown-item  {
	font-size: var(--text-font-size-lg) !important;
	}
	p {
	font-size: var(--text-font-size-lg) !important;
	}
	ol,ul {
		font-size: var(--text-font-size-lg) !important;
	}
	.referenzen .projekt .projekt-name {
		font-size: 22px !important;
	}
	.breadcrumb .ah-breadcrumb {
		font-size: 22px !important;
	}
	/******FONT-SIZE-LG-TITLE*****/
	.section-title {
	font-size: var(--title-font-size-lg) !important;
	}

	.cover-video-bg iframe {
		min-height: 100vh;
	}
	
	.cover-block-home {
  min-height: 100%;
  height: 100%;
}
	.reservation-section .reservation-gray ul li {
  padding-bottom: 20px;
}

  .editor p {
    font-size: 17px;
    font-weight: 400;
    font-family: var(--secondary-font);
    padding-top: 30px;
  }
  .weather-projekt {
    right: 110px;
    position: relative;
  }
	.navbar-nav .dropdown-menu {
		width: 300px;
		position: absolute;
		top: 30px;
		text-align: left;
	}

	.dropdown-menu .dropdown-item {
		white-space: normal;
		  padding-top: 15px;
	  padding-bottom: 15px;
	  padding-left: 15px;
		font-weight: 400;
	}
	.dropdown-menu .dropdown-item a {
		font-weight: 400;
	}

  body.error404 {
    padding-top: 0;
  }
  .websiten-gw .reservation-white .img-box {
    height: 430px;
  }
  body.error404 header {
    display: none;
  }

  .responsive-404side {
    display: none !important;
  }
  .pb-70 {
    padding-bottom: 70px;
  }
  .pt-70 {
    padding-top: 70px;
  }
  .areale-section-title {
    font-size: 40px;
  }
  .navbar-nav .dropdown-menu {
    position: static;
  }
  /* <-------------BODY----------------> */
  body {
    padding-top: 100px;
  }
  .side-links-block {
    position: fixed;
  }

  /* <-------------HERO----------------> */
  .hero-content .hero-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 1.05;
  }
  .hero-content .hero-text {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.64;
    padding-top: 13px;
    padding-bottom: 23px;
  }
  .btn {
    font-size: 16px;
    line-height: 1.2;
    padding: 20px 37px;
  }
  .hero-content .btn img {
    left: 0;
    width: 21px;
    height: 10px;
    position: relative;
    top: -2px;
  }
  /* <-------------HEADER----------------> */
  .navbar {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  body.admin-bar header {
    top: 32px;
  }
  header.scrollUp {
    transform: translateY(-143.333px);
  }
  .navbar-brand {
    padding-right: 105px;
  }
  .navbar-brand img {
    width: 223px;
    height: auto;
  }
  .nav-item {
    border-bottom: 0;
  }
  .offcanvas-body .nav-link {
    font-size: 18px;
    border-bottom: unset;
    transition: 0.5s ease-in;
    position: relative;
  }
  .offcanvas-body .nav-link::before {
    content: "";
    position: absolute;
    height: 3px;
    transform: scaleX(0);
    transition: transform 0.3s ease-out;
    background-color: var(--primary-green);
    transition: 0.5s;
    width: 100%;
    top: -8px;
  }
  .offcanvas-body .nav-link:hover {
    background-color: #fff;
    color: var(--gray);
  }
  .offcanvas-body .nav-link:hover::before {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  /* ------------------PROJECT2-SECTION---------------- */

  .project2-section {
    padding-top: 70px;
    padding-bottom: 85px;
  }
  .project2-section .project2-title {
    font-size: 36px;
    line-height: 1.05;
    padding-bottom: 65px;
  }
  .project2-section .right-box .icon {
    min-width: 70px;
    height: 50px;
  }
  .project2-section .right-box .text-box .box-title {
    font-size: 26px;
    line-height: 1.4;
  }
  .project2-section .right-box .text-box .box-text {
    font-size: 17px;
    line-height: 1.6;
  }

  /* ------------------VIDEO-SECTION---------------- */
  .video-section .section-title {
    font-size: 55px;
    line-height: 1.163;
    font-weight: 600;
    padding-top: 20px;
    color: var(--gray);
  }
  .video-section .section-text {
    font-size: 17px;
    line-height: 1.64;
    padding-top: 31px;
    padding-bottom: 55px;
  }
  .video-section .swiper-button-prev {
    display: unset;
    left: -20px;
  }
  .video-section .swiper-button-next {
    display: unset;
    right: -20px;
  }
  .swiper-rel {
    padding-bottom: 0;
  }
  /* <-------------MODULAR-SECTION----------------> */

  .modular-section {
    min-height: 600px;
  }
  .modular-section .center {
    padding: 0;
  }
  .modular-section .center .editor .section-title {
    font-size: 45px;
    line-height: 1.163;
  }
  .modular-section .center .editor .section-text {
    font-size: 17px;
    line-height: 1.647;
    padding-top: 35px;
    padding-bottom: 66px;
    max-width: 337px;
  }
  /* <-------------PRODUKTE-SECTION----------------> */
  .produkte-section {
    padding-top: 100px;
    padding-bottom: 222px;
  }
  .produkte-section .section-title {
    font-size: 55px;
    line-height: 1.16;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .produkte-section .section-text {
    font-size: 14px;
    line-height: 1.07;
  }
  .produkte-section .produkt-plus .produkt-type {
    font-size: 14px; /* KOSTA REK'O */
  }
  .produkte-section .produkt-plus .produkt-name {
    font-size: 18px;
    padding-bottom: 30px;
  }
  /* <-------------REFERENZEN-SECTION----------------> */
  .referenzen {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .referenzen .editor {
    max-width: 344.667px;
  }
  .referenzen .swiper {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 54.67%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .referenzen .swiper-button-next2 {
    position: absolute;
    top: 43%;
    right: 0;
    z-index: 1;
  }
  .referenzen .swiper-button-prev2 {
    position: absolute;
    top: 43%;
    left: 0;
    z-index: 1;
  }
  .referenzen .next,
  .prev {
    position: unset;
  }
  .referenzen .projekt {
    min-height: 220px;
  }
  .referenzen .editor .section-title {
    font-size: 30px;
  }
  .referenzen .editor .section-text {
    font-size: 14px;
  }



  /* <-------------KONTAKTIERE-SECTION----------------> */

  .kontaktiere-section .editor .contact-box .img-box img {
    width: 100%;
    height: 100%;
  }
  .kontaktiere-section .editor .contact-info {
    padding-left: 20px;
  }
  .kontaktiere-section .content {
    padding-bottom: 0;
  }
  .kontaktiere-section {
    padding-bottom: 180px;
  }
  /* <-------------FOOTER----------------> */
  footer .copy2 {
    font-size: 17px;
  }
  footer .copyrights-green {
    font-size: 17px;
  }
  .dropdown {
    display: flex;
  }

  /* <---SAGEN-SWIP-->*/

  .sagen-section .swiper {
    margin-left: 40px;
  }

  /* **********************************************
                UBER UNS PAGE
    ************************************************/

  /* <-------------UBER HERO----------------> */
  .hero-page {
    min-height: 412px;
    position: relative;
  }
  .hero-page .hero-title {
    font-size: 80px;
    line-height: 1.05;
    padding-bottom: 20px;
  }
  .breadcrumb .ah-breadcrumb {
    display: flex;
    flex-direction: row;
    font-family: var(--secondary-font);
    font-size: 17px;
    line-height: 1.5;
  }
  .breadcrumb .ah-breadcrumb .seperator {
    margin-left: 5px;
    margin-right: 5px;
  }
  /* <----------------BIGTEXT-SECTION--------------> */

  .bigtext-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .bigtext-section .section-title {
    font-size: 35px;
    line-height: 1.2;
  }
  .bigtext-section .section-text {
    font-size: 17px;
    line-height: 1.64;
  }

  /* <----------------FAKTEN-SECTION--------------> */
  .fakten-section .section-subtitle {
    font-size: 14px;
  }
  .fakten-section .section-title {
    font-size: 28px;
  }
  .fakten-section .count-box .count-number {
    font-size: 48px;
    line-height: 1;
  }
  .fakten-section .count-box .count-text {
    font-size: 14px;
  }
  /* <---------------------GESTALTEN-SECTION--------------------> */
  .gestalten-section {
    padding-top: 35px;

    min-height: 775px;

    padding-bottom: 35px;
  }
  .gestalten-content {
    min-height: 401px;
  }

  .gestalten-section .section-title {
    font-weight: 700;
    font-size: 55px !important;
    line-height: 1.16;
    padding-bottom: 10px;
    max-width: 565px;
  }
  /* <---------------------GESTALTEN-CARDS-SECTION--------------------> */
  .gestalten-cards-section {
    top: -65px;
    padding-bottom: 95px;
  }
  .gestalten-cards-section .card {
    min-width: 100%;
    min-height: 290px !important;
  }
  .gestalten-cards-section .card .card-head {
    padding-left: 15px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
  .gestalten-cards-section .card .card-head .number-box {
    min-width: 50px;
    min-height: 50px;
  }
  .gestalten-cards-section .card .card-head .middle {
    background: var(--gray);
  }
  .gestalten-cards-section .card .card-head .number-box .number {
    font-size: 30px;
    line-height: 1.2;
  }
  .gestalten-cards-section .card .card-head .card-title {
    font-size: 25px;
    line-height: 1.04;
    padding-top: 10px;
  }
  .gestalten-cards-section .card .card-list {
    padding-left: 20px;
    padding-bottom: 35px;
  }
  .gestalten-cards-section .card .card-list ul {
    font-size: 15px;
    line-height: 1.86;
	list-style-type: square;
  }
  /* <---------------------ABOUT-US-SECTION--------------------> */
  .about-section .about-content .section-subtitle {
    font-size: 14px;
  }
  .about-section .about-content .section-title {
    font-size: 26px;
  }
  .about-section .about-content .section-text {
    font-size: 14px;
    padding-bottom: 40px;
  }

  /* **********************************************
                TEAM PAGE
    ************************************************/

  /* <---------------MITARBAITER-----------------> */

  .mitarbaiter-section .mitar .icons .icon-box {
    width: 35px;
    height: 35px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .mitarbaiter-section .mitar .icons .icon-box .icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mitarbaiter-section .mitar .mitar-content .mitar-name {
    font-size: 18px;
  }
  .mitarbaiter-section .mitar .mitar-content .mitar-position {
    font-size: 14px;
  }
  .mitarbaiter-section .mitar .icons {
    padding-bottom: 15px;
  }
  .mitarbaiter-section .mitar .mitar-img {
    width: 280px;
    height: 345px;
  }
  .mitarbaiter-section .mitar .mitar-img::before {
    height: 4px;
  }
  /* **********************************************
                TEAM PAGE
    ************************************************/
  .digital-signage {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .digital-signage .section-title {
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 30px;
  }
  .karriere-box {
    min-width: 570px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 30px;
    border-left: 6px solid var(--gray);
  }
  .karriere-box:hover {
    border-left: 6px solid var(--primary-green);
  }
  .karriere-box .box-title {
    font-size: 34px;
    line-height: 1.17;
    padding-bottom: 10px;
  }
  .karriere-box .box-info .price {
    font-size: 18px;
    line-height: 1.44;
  }
  .karriere-box .box-info .work-time {
    font-size: 17px;
    line-height: 1.64;
  }
  .karriere-box .box-text {
    font-size: 17px;
    line-height: 1.64;
  }
  .pt-60 {
    padding-top: 130px !important;
  }
  .mb-50 {
    margin-bottom: 150px !important;
  }
  .pb-60 {
    padding-bottom: 115px !important;
  }
  /* **********************************************
                PRODUCT DESIGNER
    ************************************************/
  .produkte-designer {
    padding-top: 100px;
    padding-bottom: 125px;
  }
  .produkte-designer .section-subtitle {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.07;
  }
  .produkte-designer .section-title {
    font-size: 55px;
    line-height: 1.16;
    padding-bottom: 50px;
  }
  .produkte-designer .job-desc {
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
  .produkte-designer .editor {
    padding-right: 65px;
  }
  .produkte-designer .editor .section-text {
    font-size: 17px;
    line-height: 1.64;
    padding-bottom: 65px;
  }
  .produkte-designer .editor .list-title {
    font-size: 24px;
    line-height: 1.16;
    padding-bottom: 35px;
  }

  .produkte-designer .editor ul {
    font-size: 17px;
    line-height: 1.64;
    padding-bottom: 75px;
  }
  .produkte-designer .editor ul li {
    padding-bottom: 25px;
  }
  .produkte-designer .fact-box {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 25px;
    padding-bottom: 10px;
    border-left: 6px solid var(--primary-green);
  }
  .produkte-designer .fact-box .fact-field .fact-type,
  .fact-value {
    font-size: 17px;
  }

  /* <---------------OTHER-JOBS-----------------> */
  .other-jobs {
    background: #f7f7f8;
    padding-top: 175px;
    padding-bottom: 150px;
  }
  .other-jobs .section-title {
    padding-bottom: 50px;
    font-size: 55px;
    line-height: 0.87;
  }

  .other-jobs .swiper-backface-hidden .swiper-slide {
    width: 392px;
    margin-right: 40px;
  }
  .other-jobs .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    top: 18px;
    padding-top: 11px;
  }
  .other-jobs .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    top: 60px;
    padding-top: 11px;
  }

  /* **********************************************
                KONTAKT PAGE
    ************************************************/
	.buchen-btn-kontakt {
		right: 230px;
		bottom: 0;
		left: auto;
		
	}
	.demo-anfragen .btn {
		background-position: 150px center;	
	}
  .demo-anfragen {
    padding-top: 100px;
    padding-bottom: 160px;
  }
  .demo-anfragen .section-subtitle {
    font-size: 14px;
    line-height: 1.07;
    padding-bottom: 10px;
  }
  .demo-anfragen .section-title {
    font-size: 45px;
    line-height: 1.16;
  }
  .demo-anfragen .wpcf7-list-item-label {
    font-size: 18px;
    line-height: 1.66;
  }
  .demo-anfragen .checkbox-title {
    padding-bottom: 35px;
  }
  .demo-anfragen .form-check-input.policy-input {
    margin-top: 10px;
    font-size: 12px;
  }
	.demo-anfragen .button p {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: end;
	}
	.demo-anfragen .button p span[data-name="hcap-cf7"] {
		align-self: start;
	}
  .demo-anfragen .button {
    justify-content: end !important;
  }
  .demo-anfragen .demo-inner {
    max-width: 1048px;
  }
  /* **********************************************
                Buchungsplattform PAGE
    ************************************************/
  .demo-anfragen .e-mail {
    padding-bottom: 65px;
    height: 100%;
    padding-top: 0;
  }
  .demo-anfragen .phone {
    padding-bottom: 65px;
    height: 100%;
  }
  .demo-anfragen .e-mail img {
    width: 65px;
    height: 65px;
  }
  .demo-anfragen .e-mail .address {
    font-size: 22px;
    line-height: 1.18;
    padding-left: 20px;
  }
  .demo-anfragen .phone .phone-number {
    font-size: 22px;
    line-height: 1.18;
    padding-left: 20px;
  }
  .demo-anfragen .phone img {
    width: 65px;
    height: 65px;
  }
  .demo-anfragen .wpcf7-list-item-label.policy-label {
    padding-bottom: 75px;
  }
  .demo-anfragen .form-floating {
    margin-top: 30px;
  }
  /* **********************************************
                REFERENZEN PAGE
    ************************************************/
  .referenzen-page {
    padding-top: 160px;
    padding-bottom: 230px;
  }
  .referenzen-page .projekt-page {
    min-height: 410px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .referenzen-page .projekt-page .projekt-content .projekt-title {
    font-size: 14px;
    line-height: 1.07;
    padding-bottom: 10px;
  }
  .referenzen-page .projekt-page .projekt-content .projekt-name {
    font-size: 18px;
    line-height: 1.44;
    padding-bottom: 30px;
  }
  .projekt-page .projekt-content img {
    width: 40px;
    height: 40px;
  }
  /* **********************************************
                REFERENZEN PAGE
    ************************************************/
  .produkte-page {
    padding-top: 215px;
    padding-bottom: 270px;
  }
  .produkte-page .modul-img-box img {
    min-height: 450px;
  }
  .produkte-page .modul {
    padding-left: 50px;
    padding-right: 50px;
  }
  .produkte-page .modul .modul-info .modul-name {
    font-weight: 500;
    font-size: 34px;
    line-height: 1.1;
    padding-bottom: 20px;
    word-wrap: break-word;
  }
  .produkte-page .modul .modul-info .modul-number {
    font-size: 17px;
    line-height: 1.6;
  }
  .produkte-page .modul .modul-arrow-box {
    width: 100%;
    height: 55px;
    margin-top: 30px;
  }
  .produkte-page .modul .modul-arrow-box img {
    width: 55px;
    height: 55px;
  }
  /* **********************************************
                KUNDEN PAGE
    ************************************************/
  .kunden-page {
    padding-bottom: 180px;
    padding-top: 125px;
  }
  .kunden-page .section-text {
    font-size: 16px;
    line-height: 1.7;
  }
  .kunden-page .kunden-box {
    height: 150px;
  }
  .kunden-pages .arrows2 {
    display: unset;
  }
  .kunden-pages .arrows2 .swiper-next {
    padding: 15px;
    width: 50px;
    height: 65px;
    background: var(--primary-green);
    position: relative;
    top: -250px;
    right: -909px;
    z-index: 1;
  }
  .kunden-pages .arrows2 .swiper-prev {
    background: var(--primary-green);
    padding: 15px;
    width: 50px;
    height: 65px;
    position: relative;
    top: -314px;
    right: 23px;
    z-index: 1;
  }
  .kunden-pages .projekt-page {
    min-height: 410px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* **********************************************
                MODUL1 PAGE
    ************************************************/
  .modul1-page {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .modul1-page .section-title {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .modul1-page .section-text {
    font-size: 15px;
    padding-bottom: 85px;
  }
  /* **********************************************
                MODUL1A WOHN-L PAGE
    ************************************************/
  /* <-------------SUB-SECT----------------> */
  .sub-section {
    padding-top: 100px;
    padding-bottom: 85px;
  }
  .sub-section .sub-text {
    font-size: 55px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-left: 11px solid var(--primary-green);
    padding-left: 23px;
  }
  .sub-section .sub-text2 {
    font-size: 55px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-right: 11px solid var(--primary-green);
    padding-right: 23px;
  }
  .sub-section .minus-row {
    top: -60px;
  }
  /* <-------------KEY-BENEFITS-SECT----------------> */
  .key-benefits {
    padding-top: 150px;
    padding-bottom: 130px;
  }
  .key-benefits .benefits-box {
    padding-right: 40px;
    padding-left: 40px;
  }
  .key-benefits .benefits-box .benefits-box-icon {
    width: 40px;
    height: 40px;
  }
  .key-benefits .benefits-box .benefits-title {
    line-height: 1.2;
    padding-top: 28px;
    word-wrap: normal;
  }

  .key-benefits .benefits-box ul {
    font-size: 16px;
    line-height: 2.1;
  }
  .key-benefits .section-title {
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 65px;
  }
  /* ----------------STRUCTURE-SECITON----------------- */
  .structure-section {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .structure-section .section-subtitle {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .structure-section .section-title {
    font-size: 55px;
    line-height: 1.1;
    padding-bottom: 115px;
  }
  /* ----------------WEATHER-SECITON----------------- */
  .weather-section .section-title {
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
  .weather-section .section-text {
    font-size: 17px;
    line-height: 1.6;
    padding-bottom: 65px;
    font-family: var(--secondary-font);
  }

  /* ----------------WEITERE-SECITON----------------- */
  .weitere-section {
    padding-top: 165px;
    padding-bottom: 155px;
  }
  .weitere-section .section-title {
    font-size: 55px;
    line-height: 1.1;
    padding-bottom: 30px;
  }
  .weitere-section .weitere-box {
    max-height: 228px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 10px;
  }
  .weitere-section .weitere-box .weitere-box-title {
    line-height: 1.1;
    min-height: 90px;
  }
  .weitere-section .mySwiperMieter {
    overflow: hidden;
  }
  .weitere-section .mySwiperMieter .swiper-button-next,
  .swiper-button-prev {
    width: 50px;
    height: 65px;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 14px;
    padding-right: 14px;
    background-color: var(--primary-green);
  }
  .weitere-section .mySwiperMieter .swiper-button-next::after {
    content: "";
  }
  .weitere-section .mySwiperMieter .swiper-button-prev::after {
    content: "";
  }
  .weitere-section .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    background-color: var(--gray);
    opacity: 0.5;
  }

  /* **********************************************
                MODUL1c AREAELE
    ************************************************/

  /* <-------------PROCESSES-SECTION----------------> */

  .processes-section {
    padding-bottom: 100px;
  }
  .processes-section .section-title {
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
  .processes-section .section-text {
    font-size: 17px;
    line-height: 1.6;
    padding-bottom: 40px;
  }
  .processes-section .processes-inner .group .group-text {
    font-size: 17px;
    line-height: 2.8;
  }
  .processes-section .processes-inner .group {
    padding-bottom: 10px;
  }
  .processes-section .processes-list {
    padding-top: 50px;
    font-size: 17px;
    line-height: 1.6;
  }
  .processes-section .processes-list .list-title {
    padding-bottom: 20px;
  }
  .processes-section .processes-list ul li {
    padding-bottom: 20px;
  }
  /* <-------------GRAFIK-SECTION----------------> */

  .areale-grafik {
    padding-top: 195px;
    padding-bottom: 160px;
  }
  .areale-grafik .grafik-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sub-section .accordion .accordion-item .accordion-body {
    font-size: 17px;
    line-height: 1.6;
    padding-bottom: 30px;
  }
  .accordion-flush .accordion-item:last-child {
    border: var(--bs-accordion-border-width) solid
      var(--bs-accordion-border-color);
    border-right: 0;
    border-left: 0;
    border-top: 0;
  }
  .reservation-hero-section {
    min-height: 600px;
  }
  /* **********************************************
                  MODUL2 BEWIRTSCHAFTUNG
    ************************************************/

  /*------RESERVATION-SECTIONG----------*/

  .reservation-section {
    padding-top: 160px;
    padding-bottom: 50px;
  }
  .reservation-section .reservation-gray .section-subtitle {
    font-size: 14px;
    line-height: 1;
    padding-bottom: 10px;
  }
  .reservation-section .reservation-gray .section-title {
    font-size: 40px !important;
    line-height: 1.6;
    padding-bottom: 70px;
  }
  .reservation-section .reservation-gray .list-title {
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 50px;
  }
  .reservation-section .reservation-gray ul {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 65px;
    margin-bottom: 0;
  }
  .reservation-section .reservation-white {
    padding-top: 147px;
  }
  .reservation-section .reservation-white .swiper {
    height: 600px !important;
  }
  .reservation-section .reservation-white .swiper-slide .swiper-img-box {
    width: 255px;
    min-height: 455px !important;
  }
  .reservation-section .reservation-white .swiper-slide .swiper-title {
    font-size: 27px;
    line-height: 1.5;
    padding-left: 55px;
    max-width: 360px;
  }
  .reservation-section .reservation-white .arrowbtn {
    width: 46px;
    height: 46px;
  }
  .reservation-section .reservation-white .arrowbtn img {
    width: 20px;
    height: 23px;
  }
  .reservation-section .reservation-white .swiper-slide .slide {
    margin-left: 100px;
  }
  .reservation-section .reservation-white .arrows {
    margin-left: 155px;
  }

  /* **********************************************
                  MODULE 3 ACCESS-MANAGEMENT
    ************************************************/

  /*------Access-Management----------*/

  .access-accordion-title {
    padding-top: 70px;
    padding-bottom: 35px;
    font-size: 40px;
    line-height: 1.2;
  }
  .sub-section .img-box-access {
    width: 500px;
    height: 100%;
  }
  .sub-section .img-box-access img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .variant-section {
    padding-top: 115px;
    padding-bottom: 150px;
  }
  .variant-section .section-title {
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
  .variant-section .section-text {
    font-size: 17px;
    line-height: 1.6;
    padding-bottom: 0;
  }
  .sub-section .areale-section-text {
    font-size: 17px;
  }
  .sub-section .list-title {
    font-size: 17px;
  }
  .sub-section ul {
    font-size: 17px;
  }
  .sub-section
    .accordion
    .accordion-item
    .accordion-body
    .accordion-text
    .img-box-2 {
    height: 100%;
    max-width: 254px;
    margin-right: 20px;
  }
  .sub-section
    .accordion
    .accordion-item
    .accordion-body
    .accordion-text
    .img-box-1 {
    max-width: 498px;
    height: 100%;
    margin-right: 20px;
  }
  /* <-***********************************************************> 
                    MODULE 8 Wartung
 <-*******************************************************>  */
  .wartung-sub-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .wartung-sub-section .areale-section-text {
    font-size: 17px;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  .wartung-sub-section .list-title {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .wartung-sub-section ul {
    font-size: 17px;
    line-height: 1.4;
    padding-bottom: 0;
  }

  /*---greenTABLE-----*/
  .wartung-sub-section .green-table .aus-inner1 {
    padding-left: 27px;
  }
  .wartung-sub-section .green-table .aus-inner {
    padding-left: 27px;
  }
  .wartung-sub-section .green-table .table-title {
    font-size: 17px;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  .wartung-sub-section .green-table .table-title1 {
    font-size: 17px;
    line-height: 1.6;
    padding-bottom: 20px;
    padding-left: 27px;
  }
  .wartung-sub-section .green-table .inc-title {
    font-size: 17px;
    line-height: 1.6;
  }
  .wartung-sub-section .green-table .inc-type {
    font-size: 14px;
    line-height: 2;
  }
  .wartung-sub-section .green-table .aus-event {
    font-size: 17px;
    line-height: 1.6;
  }
  /* <-***********************************************************> 
                    Medienmitteilung Page
 <-*******************************************************>  */
  .medien-main-section {
    padding-top: 100px;
    padding-bottom: 115px;
  }
  .medien-main-section .card-img-top {
    height: 340px;
    width: auto;
  }
  .medien-main-section .card-img-top img {
    object-fit: cover;
  }
  .medien-main-section .section-title {
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 40px;
  }
  .medien-main-section .card .button-align .btn {
    font-size: 16px;
    line-height: 1.5;
  }
  .medien-main-section .card-body {
    padding-top: 10px;
    padding-left: 60px;
    padding-bottom: 60px;
    padding-right: 55px;
  }
  .medien-main-section .card-body .text-muted {
    font-size: 17px;
    line-height: 1.6;
  }
  .medien-main-section .card-body .card-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.1;
  }
  .medien-main-section .card-body .card-text {
    font-size: 17px;
    line-height: 1.6;
  }
  /* <-***********************************************************> 
               Digitale Reception:  Page
<-*******************************************************>  */
  .digitale-reception {
    padding-top: 60px;
    padding-bottom: 95px;
  }
  .digitale-reception .section-title {
    font-size: 55px;
    line-height: 1.1;
  }
  .digitale-reception .section-text {
    font-size: 17px;
    line-height: 1.6;
    max-width: 1014px;
  }
  .digitale-reception .section-text span {
    font-weight: 700;
    text-decoration: underline;
  }
  .digitale-reception .button-align .btn {
    font-size: 20px;
    line-height: 1.2;
    text-decoration: underline;
  }
  .digitale-reception .button-align .btn img {
    margin-left: 25px;
  }
  /* <-***********************************************************> 
               ERROR404  Page
<-*******************************************************>  */
  .error-section .error-content {
    padding-top: 275px;
  }
  .error-section .error-content .something-went-wrong {
    padding-bottom: 30px;
    font-size: 40px;
    line-height: 1.2;
  }
  .error-section .error-content .page-not-found {
    font-size: 80px;
    line-height: 1;
    padding-bottom: 80px;
  }
  /* <-***********************************************************> 
               PARTNER PAGE
<-*******************************************************>  */
  .partner-main {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .partner-main .section-title {
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
  .partner-main .section-text {
    font-size: 17px;
    padding-bottom: 55px;
  }
  .partner-main .sub-title {
    font-size: 24px;
    padding-bottom: 25px;
  }
  .partner .section-text {
    padding-bottom: 110px;
  }
  .partner .section-title {
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
  /* **********************************************
                TORO1 PAGE
    ************************************************/
  .toro-main {
    padding-top: 70px;
    padding-bottom: 85px;
  }
  .toro-main h1 {
    font-weight: 600;
    font-size: 55px;
    font-weight: 600;
    padding-bottom: 0;
  }
  .toro-main h2 {
    font-size: 40px;
    line-height: 1.1;
    padding-bottom: 20px;
  }
  .toro-main p {
    font-size: 17px;
    line-height: 1.6;
    padding-top: 0 !important;
  }

  .editor h2 {
    padding-top: 40px;
  }
  .editor ul {
    font-size: 17px;
    line-height: 1.6;
    font-family: var(--secondary-font);
  }
  /* **********************************************
                MODULE7 WEBSEITEN PAGE
    ************************************************/
  .websiten-section {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .websiten-section h2.section-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.6;
  }
  .websiten-section .section-text {
    font-size: 17px;
    line-height: 1.6;
  }
  .websiten-section .quest-button {
    margin-top: 30px;
    padding-bottom: 25px;
    max-height: 54px;
  }
  .websiten-section .quest-button .quest-button-text {
    margin-right: auto;
  }
	.websiten-gw .reservation-white {
		padding-top: 175px;
	}
	#shopping-center .reservation-white {
		padding-top: 0;
	}
  .websiten-gw .reservation-gray .section-text {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 40px;
  }
  .websiten-gw .reservation-white .swiper .swiper-img-box {
    width: unset !important;
    height: unset !important;
    min-height: unset !important;
    max-height: unset;
  }
  .websiten-gw .reservation-white .swiper .swiper-img-box img {
    width: 100%;
  }
  .websiten-gw .reservation-gray {
    padding-bottom: 150px;
    min-height: 600px;
  }

  .websiten-gw.reservation-section {
    padding-bottom: 0;
  }
  .websiten-gw .reservation-gray::after {
    width: 400px;
  }
  .websiten-gw .reservation-white::after {
    width: 580px;
  }

  .websiten-gw .reservation-white .white-item .white-item-text {
    font-size: 17px;
    line-height: 1.1;
  }
  .websiten-gw .reservation-white .white-item {
    padding-bottom: 30px;
  }
  .websiten-gw .reservation-white .list-title {
    font-size: 24px;
    line-height: 1.5;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .websiten-gw .g-height {
    min-height: 821px;
  }
  /* <-***********************************************************> 
                  COMPANY CONTENT BUILDER
  <-*******************************************************>  */
  .company-card {
    gap: 0;
  }
  .company-image {
    margin-bottom: 38px;
  }
  .company-title {
    font-size: 18px; /* 24px */
    min-height: 63px;
    line-height: 1.16;
    margin-bottom: 15px;
  }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.company-title {
		font-size: 22px;
	}
  /* <-------------HEADER----------------> */

  .offcanvas-body .nav-link {
    font-size: 25px !important;
  }
  .weather-projekt {
    right: 150px;
  }

  /* <---------------SIDE-LINKS--------------------> */
  .side-links-block {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  .side-links-block .side-link-slide {
    right: -30px;
  }
  .side-links-block .side-link-box {
    background-color: var(--gray);
    height: 60px;
    width: 60px;
  }
  .side-links-block .side-link-slide .text-box {
    height: 60px;
  }
  .side-links-block .side-link-slide .text-box .slide-text {
    font-size: 16px;
  }
  .side-links-block .side-link-box::after {
    top: 60px;
  }
  .side-links-block .side-link-slide .img-box {
    min-width: 60px;
  }
  .side-links-block .side-link-box img {
    height: unset;
    max-height: 25px;
  }
  .side-links-block .side-link-slide:hover {
    right: 205px;
  }
  /* <-------------HERO----------------> */
  .hero-section {
    min-height: 600px;
  }
  .hero-content .hero-title {
    font-weight: 600;
    font-size: 80px;
    line-height: 1.05;
  }
  .hero-content .hero-text {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 17px;
    line-height: 1.64;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .btn {
    font-size: 16px;
    line-height: 1.2;
    padding: 20px 37px;
  }
  .hero-content .btn img {
    left: 0;
    width: 21px;
    height: 10px;
    position: relative;
    top: -2px;
  }
  /* <-------------PROJECT-SECTION----------------> */
  .project .left {
    min-width: 580px;
  }
  .project .right {
    width: 100%;
    top: -210px;
  }
  .project .left .project-box {
    width: 100%;
  }
  .project .left .years-box {
    width: 100%;
  }
  .project .left .top .project-box,
  .years-box {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 10px;
  }
  .project-number {
    font-size: 83px;
    line-height: 1.01;
  }
  .project-text {
    font-size: 22px;
    line-height: 1;
    padding-top: 10px;
  }
  .project .right {
    padding-top: 44px;
    padding-left: 53px;
    padding-bottom: 52px;
    padding-right: 60px;
    border-top: 8px solid var(--primary-green);
  }
  .project .right .right-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.26;
  }
  .project .right .right-box {
    padding-top: 22px;
  }
  .project .right .right-box .icon {
    min-width: 42px;
    height: 100%;
  }
  .project .right .right-box .icon img {
    width: 100%;
    height: 42px;
  }
  .project .right .right-box .box-title {
    font-size: 18px;
    line-height: 1.5;
  }
  .project .right .right-box .box-text {
    font-size: 17px;
    line-height: 1.64;
    padding-top: 5px;
  }

  .project .right .right-box .text-box {
    padding-left: 30px;
  }
  /* <-------------VIDEO-SECTION----------------> */
  .video-section .swiper-button-prev {
    display: unset;
    left: -35px;
  }
  .video-section .swiper-button-next {
    display: unset;
    right: -35px;
  }

  /* <-------------REFERENZEN----------------> */
  .referenzen {
    display: block;
    padding-top: 157px;
    padding-bottom: 157px;
  }
  .referenzen .editor {
    background-color: #fff;
    z-index: 4;
    position: relative;
  }
  .referenzen .editor .section-title {
    font-size: 55px;
    font-weight: 600;
    color: var(--gray);

    line-height: 1.163;
    padding-bottom: 30px;
  }
  .referenzen .editor .section-text {
    font-weight: 400;
    font-family: var(--secondary-font);
    font-size: 17px;
    color: var(--gray);
    line-height: 1.64;
    padding-bottom: 30px;
  }

  /* ------SWIPER2-------- */

  .swiper2 {
    position: relative;
  }
  .referenzen .swiper-container {
    width: 100%;
    height: 100%;
  }
  .referenzen .next,
  .prev {
    position: unset;
  }
  .referenzen .swiper-button-next2,
  .referenzen .swiper-button-prev2 {
    background-color: #84bf31;
    color: #ffff;
    padding-top: 20px;
    padding-left: 14px;
    padding-bottom: 15px;
    padding-right: 13px;
    width: 50px;
    height: 65px;
  }

  .referenzen .swiper-button-next2.swiper-button-disabled,
  .referenzen .swiper-button-prev2.swiper-button-disabled {
    opacity: 0.5;
    background-color: var(--gray);
  }
  .referenzen .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .referenzen .swiper-slide .slide {
    background-image: url("images/riverside.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 410px;
    position: relative;
  }

  .referenzen .swiper a {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
  }
  /* <-------------PROJEKT----------------> */

  .projekt {
    text-align: center;
    z-index: 1;
  }
  .projekt .projekt-title {
    color: #fff;
    font-size: 14px;
    font-weight: 300;

    line-height: 1.07;
  }
  .projekt .projekt-name {
    color: #fff;

    font-weight: 600;
    font-size: 18px;
    line-height: 1.44;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  /* <-------------SAGEN----------------> */
  .kontaktiere-section .editor .contact-box .img-box {
    max-width: 118px;
    height: 138px;
  }

  .kontaktiere-section .editor .contact-box .img-box img {
    width: 100%;
    height: 100%;
  }

  /* <-------------MODULAR----------------> */
  .modular-section {
    min-height: 700px;
  }
  .modular-section .center .editor .section-title {
    font-size: 50px;
  }
  /* <-------------VORGE-SECTION----------------> */
  .vorge-section {
    padding-top: 117px;
    padding-bottom: 200px;
    background-image: unset !important;
    background-color: var(--gray);
    position: relative;
  }
  .vorge-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 3;
    width: 100%;
    height: 100%;
  }
  .vorge-inner .vorge-mob {
    display: none;
  }
  .vorge-inner .vorge-des {
    display: block;
    width: 90%;
  }
  .vorge-section .vorge-inner .section-title {
    padding-bottom: 112px;
    font-size: 55px;
    font-weight: 600;
    line-height: 1.163;
    padding-top: 10px;
  }
  .vorge-section .vorge-inner .section-text {
    font-size: 14px;
    font-weight: 500;
  }
  /* <-------------KONTAKTIERE-SECTION----------------> */
  .kontaktiere-section .section-subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.07;
    text-align: left;
  }
  .kontaktiere-section .section-title {
    font-size: 55px;
    font-weight: 600;
    line-height: 1.16;
    max-width: 380px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .kontaktiere-section {
    text-align: left;
  }
  .kontaktiere-section .editor .section-text {
    font-size: 17px;
    line-height: 1.64;
    max-width: 436px;
    padding-bottom: 80px;
  }
  .kontaktiere-section .editor {
    padding-bottom: 60px;
  }
  .kontaktiere-section .editor .contact-info .contact-name {
    font-size: 23px;
    line-height: 1.26;
  }
  .kontaktiere-section .editor .contact-info .contact-job {
    font-size: 17px !important;
    line-height: 1.6;
  }
  .kontaktiere-section .editor .contact-info .email {
    font-size: 15px;
    line-height: 1.6;
  }
  .kontaktiere-section .editor .contact-info .phone-number {
    font-size: 16px;
    line-height: 1.5;
  }
  .kontaktiere-section .editor .contact-info .phone-number img {
    max-width: 20px;
    margin-right: 18px;
  }
  .kontaktiere-section .editor .contact-info .email img {
    max-width: 20px;
    margin-right: 18px;
  }
  .kontaktiere-section .editor .contact-info {
    padding-left: 25px;
  }

  /* **********************************************
                UBER UNS PAGE
    ************************************************/
  /* <----------------BIGTEXT-SECTION--------------> */

  .bigtext-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .bigtext-section .section-title {
    font-size: 40px;
    line-height: 1.2;
  }
  .bigtext-section .section-text {
    font-size: 19px;
    line-height: 1.64;
  }
  /* <----------------FAKTEN-SECTION--------------> */
  .fakten-section {
    padding-bottom: 120px;
  }
  .fakten-section .section-subtitle {
    font-size: 14px;
  }
  .fakten-section .section-title {
    font-size: 55px;
    line-height: 1.16;
    padding-bottom: 50px;
    max-width: 730px;
  }
  .fakten-section .count-box .count-number {
    font-size: 100px;
    padding-bottom: 10px;
  }
  .fakten-section .count-box .count-text {
    font-size: 22px;
    line-height: 1;
  }
  /* <---------------------GESTALTEN-CARDS-SECTION--------------------> */
  .gestalten-cards-section .card .card-head {
    padding-left: 30px;
  }
  .gestalten-cards-section .card .card-head .number-box {
    min-width: 70px;
    min-height: 70px;
  }
  .gestalten-cards-section .card .card-head .number-box .number {
    font-size: 40px;
  }
  .gestalten-cards-section .card .card-head .card-title {
    padding-top: 20px;
    padding-left: 20px;
  }
  /* <---------------------ABOUT-US-SECTION--------------------> */
  .about-section {
    padding-bottom: 200px;
  }
  .about-section .about-content .section-title {
    font-size: 55px;
    line-height: 1.16;
    padding-bottom: 40px;
  }
  .about-section .about-img-box {
    height: 100%;
  }
  .about-section .about-content .section-text {
    font-size: 17px;
    line-height: 1.64;
  }
  .about-section .about-content .about-box {
    border-left: 6px solid var(--primary-green);
    min-height: 219px;
    padding-left: 42px;
  }
  .mitarbaiter-section .mitar .mitar-img::before {
    height: 4px;
  }
  .about-section .about-content .about-box .img-box {
    max-height: 234px;
  }
  .about-section .about-content .about-box .img-box img {
    max-height: 234px;
  }
  .about-section .about-content .about-box .quote-info {
    padding-left: 180px;
  }
  .about-section .about-content .about-box .quote-info .quote {
    font-size: 17px;
    line-height: 1.64;
    padding-bottom: 15px;
  }
  .about-section .about-content .about-box .quote-info .name {
    font-size: 17px;
    line-height: 1.64;
  }

  /* **********************************************
                TEAM PAGE
    ************************************************/
  /* <---------------------MITARBAITER-SECTION--------------------> */
  .mitarbaiter-section {
    padding-top: 100px;
    padding-bottom: 125px;
    text-align: center;
  }
  .mitarbaiter-section .section-title {
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 40px;
  }
  .mitarbaiter-section .section-text {
    font-size: 17px;
    line-height: 1.64;
    padding-bottom: 120px;
    max-width: 773px;
    margin: 0 auto;
  }
	.mitarbaiter-section .mitar .mitar-content {
		    margin-bottom: 5px;
	margin-top: 35px;
	}
  .mitarbaiter-section .mitar .mitar-content .mitar-name {
    font-size: 22px;
    line-height: 1.18;

  }
  .mitarbaiter-section .mitar .mitar-content .mitar-position {
    font-size: 14px;
    line-height: 1.07;
  }
  .fuhrungsteam {
    padding-top: 230px;
  }
  .max {
    max-width: 900px;
    margin: 0 auto;
  }

  /* **********************************************
                PRODUCT DESIGNER
    ************************************************/

  .other-jobs .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    top: -173px;
    left: -92px;
  }
  .other-jobs .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    top: -125px;
    right: -104%;
  }
  /* **********************************************
                KONTAKT DEMO ANFRAGEN
    ************************************************/
  .demo-anfragen .section-subtitle {
    font-size: 14px;
    line-height: 1.07;
    padding-bottom: 10px;
  }
  .demo-anfragen .section-title {
    font-size: 55px;
    line-height: 1.16;
  }

  /* **********************************************
                KUNDEN PAGE
    ************************************************/
  .kunden-pages .arrows2 .swiper-next {
    right: -1130px;
  }
  .kunden-pages .arrows2 .swiper-prev {
    right: 65px;
  }

  /* **********************************************
                MODUL1 PAGE
    ************************************************/
  .modul1-page .section-title {
    font-size: 34px;
    line-height: 1.1;
  }
  .modul1-page .section-text {
    font-size: 17px;
    line-height: 1.6;
  }
  /* **********************************************
                MODUL1A WOHN-L PAGE
    ************************************************/
  /* <-------------KEY-BENEFITS-SECT----------------> */
  .key-benefits .benefits-box {
    padding-top: 65px;
    padding-left: 51px;
    padding-right: 51px;
    padding-bottom: 25px;
  }
  .key-benefits .benefits-box .benefits-title {
    font-size: 32px;
    word-wrap: break-word;
    line-height: 1.2;
    min-height: 145px;
    padding-top: 0;
  }
  .key-benefits .benefits-box .benefits-box-icon {
    margin-bottom: 28px;
  }

  /* <-------------SWIPER----------------> */

  .weather-section .weather-s {
    display: block;
    padding-top: 20px;
  }
  .weather-btns {
    top: -500px;
  }
  .weitere-section .weitere-buttons {
    position: relative;
    top: -200px;
  }
  /* **********************************************
                MODUL8 Wartung Betrieb
    ************************************************/
  /* <-------------WartungCARDS----------------> */
  .wartung-sub-section .swiper-sm-card {
    min-width: 280px;
    padding-right: 20px;
  }
  .wartung-sub-section .swiper-sm-card .card-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
  }
  .wartung-sub-section .swiper-sm-card .card-text {
    padding-top: 25px;
    min-height: 315px;
  }
  .wartung-sub-section .swiper-sm-card .card-text ul {
    font-size: 17px;
  }
  .wartung-sub-section .swiper-sm-card .card-text ul li {
    padding-bottom: 0;
  }
  .wartung-sub-section .swiper-sm-card .card-text ul li::marker {
    color: var(--gray);
  }
  /*---------RESERVATION-SECTION------------*/
  .reservation-section .reservation-white .swiper-slide .slide {
    margin-left: 295px;
  }
  .reservation-section .reservation-white .arrows {
    margin-left: 335px;
  }
  .websiten-gw .reservation-white .swiper-slide .slide {
    margin-left: 100px;
  }
  .websiten-gw .reservation-white .arrows {
    margin-left: auto;
  }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1180px;
  }

  /* <---------------SIDE-LINKS--------------------> */
  .side-links-block {
    position: fixed;
    right: 0;
	bottom: 0;
    z-index: 10;
  }
  .side-links-block .side-link-slide {
    right: -44px;
  }
  .side-links-block .side-link-box {
    background-color: var(--gray);
    height: 90px;
    width: 90px;
  }
  .side-links-block .side-link-slide .text-box {
    height: 90px;
  }
  .side-links-block .side-link-slide .img-box {
    min-width: 90px;
  }
  .side-links-block .side-link-box::after {
    top: 90px;
  }
  .side-links-block .side-link-box img {
    height: unset;
    max-height: 35px;
  }

  /* <-------------HERO----------------> */
  .hero-section {
    min-height: 900px;
  }
  .hero-content {
    padding-top: 20px;
    padding-bottom: 136px;
  }
  /* <-------------PROJECT----------------> */
  .project-section .project .left {
    width: 50%;
  }
  .project-section .project .right {
    width: 50%;
  }
  .video-section .swiper-button-prev {
    display: unset;
    left: -100px;
  }
  /* <-------------VIDEO----------------> */
  .video-section .swiper-button-next {
    display: unset;
    right: -100px;
  }
  .video-section {
    padding-bottom: 35px;
  }
  /* <-------------MODULAR----------------> */
  .modular-section {
    min-height: 863px;
  }
  .modular-section .center .editor .section-title {
    font-size: 55px;
  }
  /* <-------------VORGE----------------> */
  .vorge-inner .vorge-des {
    width: 100%;
  }
  .kontaktiere-section {
    padding-top: 114px;
    padding-bottom: 180px;
  } /* <---------------------GESTALTEN-CARDS-SECTION--------------------> */
  .gestalten-cards-section .card {
    min-width: 380px;
  }
  /* **********************************************
                KUNDEN PAGE
    ************************************************/
  .kunden-pages .arrows2 .swiper-next {
    right: -1199px;
  }
  .kunden-pages .arrows2 .swiper-prev {
    right: 95px;
  }
}
