@font-face {
    font-family: 'satoshilight';
    src: url('./assets/fonts/satoshi/satoshi-light-webfont.eot');
    src: url('./assets/fonts/satoshi/satoshi-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./assets/fonts/satoshi/satoshi-light-webfont.woff2') format('woff2'),
         url('./assets/fonts/satoshi/satoshi-light-webfont.woff') format('woff'),
         url('./assets/fonts/satoshi/satoshi-light-webfont.ttf') format('truetype'),
         url('./assets/fonts/satoshi/satoshi-light-webfont.svg#satoshilight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'satoshimedium';
    src: url('./assets/fonts/satoshi/satoshi-medium-webfont.eot');
    src: url('./assets/fonts/satoshi/satoshi-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('./assets/fonts/satoshi/satoshi-medium-webfont.woff2') format('woff2'),
         url('./assets/fonts/satoshi/satoshi-medium-webfont.woff') format('woff'),
         url('./assets/fonts/satoshi/satoshi-medium-webfont.ttf') format('truetype'),
         url('./assets/fonts/satoshi/satoshi-medium-webfont.svg#satoshimedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'satoshinormal';
    src: url('./assets/fonts/satoshi/satoshi-regular-webfont.eot');
    src: url('./assets/fonts/satoshi/satoshi-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./assets/fonts/satoshi/satoshi-regular-webfont.woff2') format('woff2'),
         url('./assets/fonts/satoshi/satoshi-regular-webfont.woff') format('woff'),
         url('./assets/fonts/satoshi/satoshi-regular-webfont.ttf') format('truetype'),
         url('./assets/fonts/satoshi/satoshi-regular-webfont.svg#falsenormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'satoshiblack';
    src: url('./assets/fonts/satoshi/satoshi-black-webfont.eot');
    src: url('./assets/fonts/satoshi/satoshi-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('./assets/fonts/satoshi/satoshi-black-webfont.woff2') format('woff2'),
         url('./assets/fonts/satoshi/satoshi-black-webfont.woff') format('woff'),
         url('./assets/fonts/satoshi/satoshi-black-webfont.ttf') format('truetype'),
         url('./assets/fonts/satoshi/satoshi-black-webfont.svg#satoshiblack') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'falsesemi-bold';
    src: url('./assets/fonts/satoshi/satoshi-bold-webfont.eot');
    src: url('./assets/fonts/satoshi/satoshi-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./assets/fonts/satoshi/satoshi-bold-webfont.woff2') format('woff2'),
         url('./assets/fonts/satoshi/satoshi-bold-webfont.woff') format('woff'),
         url('./assets/fonts/satoshi/satoshi-bold-webfont.ttf') format('truetype'),
         url('./assets/fonts/satoshi/satoshi-bold-webfont.svg#falsesemi-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'satoshinormal';
    overflow-x: hidden !important;
}

.scroll-icon-holder {
    margin: auto;
    right: calc((100% - 1280px) / 2) !important;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 50%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px
}

.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}


@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}

.top-button {
    left: 0;
    right: 0;
    text-align:center;
    font-family: 'satoshinormal';
    letter-spacing: 0.5px;
}

#einstieg {
    width: 100%;
    height: 100vh !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'satoshinormal' !important;
    font-weight: 400 !important;
}

h1 {
    font-size: 6px;
}

h2 {
    font-size: 56px;
}

h3 {
    font-size: 37px;
}

h4 {
    font-size: 20px;
}

p {
    line-height: 160%;
    margin: 0 0 20px 0;
    color: #060E17;
    font-family: 'satoshinormal';
    font-weight: 400;
    font-size: 20px;
}

.ekit-wid-con .elementskit-section-title,
.ekit-wid-con .elementskit-section-subtitle {
    font-weight: 400 !important;
}

#site-header {
    position: fixed;
    width: 100%;
    background: linear-gradient(to right,  rgba(0,45,105,0.7) 0%,rgba(0,45,105,1) 100%);
	background:#36A536;
    z-index: 9;
    backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px)
}

.header-inner {
    padding: 10px 0;
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

.header-titles-wrapper {
    margin: 0;
    max-width: 100%;
}

.site-logo img {
    max-height: none;
}

.header-navigation-wrapper {
        align-items: center;
        display: flex;
        justify-content: center;
        align-content: center;
        width: 100%;
    }

    ul.primary-menu {
        margin: auto;
        justify-content: center;
    }

    .primary-menu > li {
        margin: 0 15px;
    }

    body:not(.overlay-header) .primary-menu > li > a, .primary-menu > li > a {
        color: #fff;
        font-family: 'satoshinormal';
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0.5px;
    }

.mobile-nav-toggle {
	display: none;
}

.icon-boxes .e-con-inner {
width: 100%;
}

.icon-boxes h3 {
    margin: 10px 0;
    position: relative;
	display:inline-block;
}

.icon-boxes h3::before {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D7D2CE;
}

/* .icon-boxes .small-border h3::before {
    width: 50px;
} */

.icon-boxes p.elementor-icon-box-description {
        font-family: 'satoshinormal';
    font-size: 20px;
    line-height: 100%;
    color: #111111;
    font-weight: 400;
}

.icon-boxes .elementor-widget-icon-box {
  width: auto !important;
  flex: 0 0 auto !important;
}

.top-button .elementor-button {
    font-family: 'satoshinormal' !important;
}

#einstieg video {
    height: 100vH;
}

#leistungspaket h3 {
    font-family: 'falsesemi-bold' !important;
    margin: 0 0 10px;
    font-weight: 700 !important;
}

.referenzen-container {
  overflow: visible;
  width: 100%;
  max-width: 1280px;
  position: relative;
  margin: auto;
}

.referenzen-content-wrapper {
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.referenzen-thumb-holder {
    margin: auto;
    max-width: calc(100% - 100px);
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
}

.referenzen-thumb {
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
    margin: auto;
}

.referenzen-thumb-holder img {
     width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* @media ( min-width: 1660px ) {
.referenzen-thumb-holder  {
    max-width: calc(100% - 200px);
}
} */


.referenzen-content-holder {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.slick-dots,
.custom-dots  { 
  position: absolute;
  bottom: 30px;
display: flex;
column-gap: 10px;
width: auto;
justify-content: center;
left: 0;
right: 0;
margin: auto;
}

.slick-dots li,
.custom-dots .custom-dot {
    list-style: none;
    margin: 0;
    line-height: 1;
}

.slick-dots li button,
.custom-dots button {
    background: #F1F1F1;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    color: transparent;
    padding: 0;
}

.slick-dots li.slick-active button,
.custom-dot.active {
    width: 17px;
    border-radius: 4px;
}

.contact-form-holder {
	display: flex;
    flex-direction: row;
    column-gap: 80px;
	width: 100%;;
}

.input-holder {
	display: block;
	width: 100%;
}

.input-holder h4 {
    font-family: 'falsesemi-bold' !important;
	font-weight: 700 !important;
	font-size: 16px;
    line-height: 160%;
	color: #060E17;
	margin: 0 0 25px;
}

.input-wrapper{
	display: block;
	width:100%;
	float: left;
}

.fullwidth-input {
	display: block;
	width: 100%;
	float: left;
}

.half {
	width: 100%;
	max-width: 48%;
	display: block;
	float: left;
	margin-right: 4%;
}

.half.last{
	margin-right: 0;
}

.input-holder input,
.input-holder textarea {
    background-color: transparent;
    border: none;
	border-bottom:1px solid #D0D5DD;
	border-radius: 0;
	width: 100%;
	margin-bottom: 20px;
	display: block;
	float: left;
    color: #060E17;
    font-family: 'satoshinormal';
}

.input-holder textarea {
    min-height: 200px;
    margin-bottom: 30px;
}

.input-holder input:focus,
.input-holder textarea:focus,
.input-holder input:focus-visible,
.input-holder textarea:focus-visible {
    border: none;
	border-bottom:1px solid #0A0A0A;
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #060E17 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.contact-form-holder  input[type="submit"] {
    border:1px solid #D9D9D9;
    color: #0A0A0A;
	font-size: 20px;
	letter-spacing: 0.5px;
	text-transform: none;
	padding: 15px 25px;
    width: auto;
    float: right;
    font-weight: 400 !important;
    font-family: 'satoshinormal' !important;
}

.contact-form-holder  input[type="submit"]:hover,
.contact-form-holder  input[type="submit"]:active {
    background-color: #0A0A0A;
    color: #D9D9D9;
    border-color: #0A0A0A;
    text-decoration: none;
}

.elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link {
    font-family: 'falsesemi-bold' !important;
}

#site-footer {
background-color: #060E17;
padding: 120px 0;
}

#site-footer .section-inner {
    max-width: 1280px;
    align-items: end;
    width: 100%;
}

#site-footer .widget {
    margin: 0 0 30px;
}

#site-footer .widget.widget_nav_menu,
#site-footer .widget:last-child  {
    margin-bottom: 0;
}

#site-footer .widget .widget-title {
    margin-bottom: 0;
}

#site-footer .widget .widget-title,
#site-footer .widget p,
#site-footer .widget a {
    color: #FFFFFF;
    font-weight: 400 !important;
    font-family: 'satoshinormal' !important;
    font-size: 20px;
}

.menu-footer-menu-container ul {
    display: flex;
    align-items: flex-end;
    column-gap: 30px;
}

/* Cookie modal */


.cookie-modal {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
	padding-top: 130px;
    z-index: 99;
}
.cookieTextWrapper {
	padding-bottom: 20px;
}
.cookieModalContent {
    background: #fff;
    color: #0A0A0A;
    padding: 30px;
    border-radius: 0;
	width: 100%;
	max-width: 755px;
	margin: auto;
	z-index: 999;
	position: relative;
	max-height: 80vH;
	overflow-y: auto;
	padding-bottom: 0;
}
.cookie-button-holder {
	display: flex;
	column-gap: 30px;
	margin-top: 0;
	position:sticky;
	bottom: 0;
	left: 20px;
	right: 20px;
	width: 100%;
	margin: auto;
	padding: 20px 0;
	max-width: 695px;
	background: #fff;
}
.cookie-modal button {
    background: #002D69;
	border: 1px solid #002D69;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
	font-size: 14px;
	letter-spacing: 1.2px;
	font-weight: 700;
	width: 100%;
	text-decoration: none;
	display: block;
	min-height: 48px;
}
.cookie-modal button:hover {
	border: 1px solid #002D69;
}
.cookie-modal button#settingsButton, 
.cookie-modal button#rejectAll {
    background: #fff;
	border: 1px solid #002D69;
	color: #002D69;
}
.cookie-modal button#settingsButton:hover,
.cookie-modal button#rejectAll:hover {
	background: #002D69;
	color: #fff;
}
.settings-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.settings-top img {
	margin: 0;
}
.settings-top h3,
.settings-top h4 {
	margin: 0;
}

.cookie-subtitle {
	display: block;
	width: 100%;
	float: left;
	margin: 40px 0;
}

.cookie-subtitle h4 {
	margin: 0;
}

.cookie-settings {
	display: none;
}
.cookie-modal button#closeSettings {
	max-width: 48px;
	background: transparent;
	border: 0;
	color: #002D69;
	font-size: 36px;
}
.cookie-modal button#closeSettings:hover {
	background: transparent;
	border: 0;
	color: #002D69;
}

.cookies-not-accepted {
	position: relative;
	overflow: hidden;
}
#saveSettings {
	display: none;
}
.setting-active #saveSettings {
	display: block;
}

.setting-active #settingsButton {
	display: none;
}

.cookie-modal img {
	clear: left;
	margin: 0 0 30px;
}
.cookie-modal .settings-top img {
	margin-bottom: 0;
}

.cookie-modal h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #0A0A0A;
}
.cookie-modal p,
.cookie-modal a {
	font-size: 16px;
	line-height: 160%;
	font-weight: 400;
	color: #0A0A0A;
}

.cookies-not-accepted .cookie-modal a {
	text-decoration: none;
	margin-right: 30px;
}
.cookie-modal a:hover {
	color: #002D69;
}
/* Tabs */
.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
	width: 100%;
	clear: both;
}
.cookie-modal button.tab {
    padding: 8px;
    border: none;
    cursor: pointer;
    background: transparent;
	border-bottom: 3px solid transparent;
    margin: 0 5px;
    color: #0A0A0A;
}
.cookie-modal button.tab.active {
    background: transparent;
	border-bottom: 3px solid #002D69;
    color: #002D69;
}
.tab-content {
    display: none;
    text-align: left;
}
.tab-content.active {
    display: block;
}

details {
    margin-top: 10px;
    cursor: pointer;
	position: relative;
	border:1px solid rgba(36, 36, 36, 0.2);
	padding: 20px;
}
.nested-options {
    margin-left: 20px;
    padding: 5px 0;
}

button.toggle {
	background-color: transparent;
	padding: 0;
}

.contact-container-holder .tab-content {
	display: block;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
	min-width: 1px;
  }
  
  .switch {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	line-height: 1;
	margin: 0;
  }
  

  .switch .switchSlider {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
	background-color: #ccc;
	border-radius: 24px;
	transition: 0.4s;
  }
  
  .switch .switchSlider:before {
	content: "";
	position: absolute;
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	border-radius: 50%;
	transition: 0.4s;
  }
  
  .switch  input:checked + .switchSlider {
	background-color: #002D69;
  }
  
  .switch  input:checked + .switchSlider:before {
	transform: translateX(26px);
  }
  
  .switch  input:disabled + .switchSlider {
	background-color: #002D69;
  }
  
  .switch  input:disabled + .switchSlider:before {
	background-color: #e0e0e0;
  }

  summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
	line-height: 1;
	padding: 0;
}

summary::marker,
summary::-webkit-details-marker {
    display: none;
}

.arrow {
    transition: transform 0.3s ease;
    margin-left: auto;
}

details[open] .arrow {
    transform: rotate(180deg);
}

details[open] summary {
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(36, 36, 36, 0.2);
	padding-bottom: 20px;
}

summary .switch {
	display: flex;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
}

.nested-options .switch {
	margin-bottom: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #E10E0E;
	color: #242424;
	font-size: 14px;
	font-weight: 700;
	padding: 8px;
	margin: 20px 0 0;
    display: block;
    float: left;
    width: 100%;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    border-color: #00A399;
    color: #242424;
	font-size: 14px;
	font-weight: 700;
	padding: 8px;
	margin: 20px 0 0;
    display: block;
    float: left;
    width: 100%;
}

.wpcf7-spinner {
	display: none;
}

#kontakt .tab-content {
    display: block;
}

.referenzen-title h2 {
    margin: 0;
}

.referenzen-content-holder {
    display: flex;
    flex-direction: row;
    column-gap: 80px;
}

.slick-slide.slick-current.slick-active .referenzen-content-holder {
    display: flex;
}

.referenzen-content {
    display: flex;
    flex-direction: row;
    column-gap: 60px;
    width: 100%;
}

.referenzen-content-holder {
    margin-top: 80px;
}

.referenzen-content-holder h4 {
    margin: 0 0 15px;
}

.referenzen-content-holder h3 {
    font-size: 20px;
    margin: 0 0 30px;
}

.custom-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.custom-gallery .gallery-item {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.custom-gallery .gallery-item img {
  width: 100%;
  display: block;
  border-radius: 0;
}

.referenzen-container .slick-arrow {
    position: absolute;
    z-index: 9;
    background: transparent;
    font-size: 1px;
    margin: auto;
    margin-top: -24px;
}

.referenzen-container .slick-arrow i {
    display: none;
}
.referenzen-container .slick-prev {
    left: -40px;
}

.referenzen-container .slick-prev::before {
    position: absolute;
    background-image:url('./assets/images/arrow-left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 48px;
    content: "";
    display: block;
}

.referenzen-container .slick-next {
    right: -20px;
}

.referenzen-container .slick-next::before {
    position: absolute;
    background-image:url('./assets/images/arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 48px;
    content: "";
    display: block;
}

.error-page,
.search-page {
	clear:both;
	padding: 100px 0;
	margin:auto;
}

.error-page h1.entry-title, .error-page  h2.entry-title {
    font-size: 48px;
    margin: 20px 0 20px;
}

.post-type-archive-referenzen .archive-title span.color-accent,
.post-type-archive-referenzen .footer-nav-widgets-wrapper,
.post-type-archive-referenzen .post-separator {
	display:none;
}

@media (max-width:1440px) {
    .referenzen-thumb-holder {
        /* max-width: calc(100% - 60px); */
    }

.referenzen-content-holder {
    max-width: calc(100% - 20px);
}
}

@media ( max-width: 1360px ) {
.header-inner,
#site-footer .section-inner {
    max-width: 980px;
}

.scroll-icon-holder {
    right: calc((100% - 980px) / 2) !important;
}
.referenzen-thumb-holder {
        /* max-width: calc(100% - 20px); */
    }

    .glightbox-container .ginner-container {
        max-width: calc(100% - 20px);
    }

    .glightbox-clean .gclose {
        right: 20px !important;
    }
}

@media(max-width: 1140px) {
    .referenzen-thumb-holder {
        max-width: calc(100% - 10px);
    }
}

@media(max-width: 1024px) {
.header-inner {
    display: flex;
    justify-content: start;
    padding: 10px;
}
	
	.header-navigation-wrapper {
		display:none;
	}
	
	.header-titles img {
		max-width:158px;
	}

.header-titles-wrapper,
.header-titles {
    padding: 0;
    width: 100%;
    max-width: calc(100% - 30px);
    justify-content: start;
}

.menu-modal .header-titles img {
    max-width: 158px;
}

.header-titles  img {
    width: 100%;
    display: block;
    float: left;
    text-align: left;
}

.menu-wrapper.section-inner {
width: 100%;
max-width: 100%;
}

    .mobile-nav-toggle,
    button.close-nav-toggle {
        display: block;
        width: 24px;
        min-width: 24px;
    }
.mobile-nav-toggle img,
button.close-nav-toggle svg {
    width: 100%;
}

.modal-header {
    display: flex;
    width: 100%;
    background: linear-gradient(to right,  rgba(0,45,105,0.7) 0%,rgba(0,45,105,1) 100%);
	background:#36A536;
    z-index: 9;
    justify-content: space-between;
    padding: 10px;
}

button.close-nav-toggle {
    padding: 0;
}

button.close-nav-toggle svg {
    fill: #fff;
}

.menu-modal .toggle {
    color: #fff;
}

.mobile-menu {
    padding: 0 10px;
}

.modal-menu {
    width: calc(100% - 20px);
    margin: auto;
}

.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
        font-size: 16px;
        padding: 20px 0;
        color: #0A0A0A;
    font-family: 'satoshinormal' !important;
    font-weight: 400;
    }

    .icon-boxes .e-con-inner{
        display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex;
    width: 100%;
    -webkit-box-pack: left !important;
    -webkit-justify-content: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap!important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
    grid-auto-flow: row !important;
    grid-auto-columns: 1fr !important;
    grid-column-gap: 30px !important;
    grid-row-gap:30px !important;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    -ms-grid-rows: auto 30px auto 30px auto !important;
    grid-template-rows: auto auto auto !important;
    }

    .scroll-icon-holder {
     right: 50px !important;
    }

    .icon-scroll {
        margin-left: 0;
    }

     #site-footer .section-inner {
        padding: 0 10px;
     }

     .menu-footer-menu-container ul {
        column-gap: 15px;
     }

     .menu-modal.active {
        display: block;
     }

     body.showing-menu-modal {
        overflow-y: hidden;
     }

     .referenzen-content {
        flex-direction: column;
     }

    .custom-gallery .gallery-item span img {
        max-width: 30px;
    }

        .referenzen-content-holder {
        max-width: calc(100% - 60px);
    }
	
	.mobile-menu li.contact-button a {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D9D9D9;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 20px 12px 20px;
		text-align:center;
		margin-top: 40px;
    }
	
	.modal-menu > li:last-child {
    border-bottom-width: 0;
}
}

@media ( max-width: 767px ) {
.referenzen-thumb-holder {
    max-width: 100%;
}

    .referenzen-content-holder {
        max-width: 100%;
        margin-top: 40px;
    }
#leistungspaket h2.elementor-heading-title,
#leistungspaket h4.elementor-heading-title {
    text-align: left;
    padding: 0 10px;
}

.referenzen-content-holder {
    padding: 0 10px;
}

.contact-form-holder {
    flex-direction: column;
}

#site-footer .section-inner,
.menu-footer-menu-container ul {
    flex-direction: column;
    align-items: flex-start;
}

.menu-footer-menu-container ul {
    margin-top: 40px;
    row-gap: 10px;
}
.menu-footer-menu-container ul li {
    margin:0;
}

.menu-footer-menu-container ul li a {
    font-weight: 700 !important;
    font-family: 'falsesemi-bold' !important;
}

.cookie-modal {
		padding-top: 60px;
	}

	.cookie-button-holder {
		column-gap: 15px;
	}

    .cookie-modal img {
        max-width: calc(100% - 100px);
    }

    .referenzen-content-holder {
        flex-direction: column;
        row-gap: 40px;
    }

    .referenzen-content-holder h2 {
        font-size: 50px;
    }

.glightbox-clean .gclose,
.glightbox-clean .gclose::before, .gnext::before, .gprev::before {
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
}

    .glightbox-clean .gprev,
    .glightbox-clean .gnext {
        top: 20px;
    }

    .glightbox-clean .gnext {
        right: auto;
        left:100px;
    }

    .referenzen-container .slick-arrow {
        display: none !important;
    }
	
	.icon-boxes h3 {
		display:inline-block;
	}
	
	.icon-boxes h3::before {
    position: absolute;
	right:0;
    width: 100%;
	margin:auto;
}

.icon-boxes .small-border h3::before {
    width: 100%;
}
}

@media(max-width: 480px) {
	.cookie-button-holder {
		flex-direction: column;
		row-gap: 20px;
	}

    .contact-form-holder input[type="submit"] {
        width: 100%;
    }
}