/*
Theme Name: peter merian
Theme URI: https://petermerianhausost.ch/
Author: Portal Works
Author URI: https://portalworks.de
Description: peter merian - haus ost
Version: 1.0
*/


/*************FONTS**************/
@font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/roboto-v30-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v30-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/roboto-v30-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap; 
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-v30-latin-700.woff2') format('woff2');
}
/*************ROOT**************/
:root {
    --primary-font: 'Roboto', sans-serif;;  
    --primary-color: #74AD95;
}
html {
    scroll-padding-top: 77px;
}
/*************BODY**************/
body {
    font-family: var(--primary-font);
    color: #151515;
}

.distro-div{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	display:inline-block;
	overflow: hidden;
	position: absolute;
	left: 15px;
	top: 20px;
	z-index: 2;
}

.distro-div img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
    object-fit: cover;
}

.btn {
    padding: 13px 60px 12px 22px;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    position: relative;
}
.btn-container {
    position: relative;
    z-index: 100;
}
.btn-primary {
    color: #FFF;
    border:  var(--primary-color);
    background-color: var(--primary-color);
    min-width: 152px
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active {
    background-color: var(--primary-color) !important;
    color: #FFF;
    background-color: var(--primary-color);
}
.btn-primary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 30px;
    opacity: 1;
    height: 2px;
    background-color: #FFF;
    transition: all .3s;
}
.btn-primary:hover::after  {
    opacity: 1;
}
.btn-secondary {
    background-color: var(--primary-color);
    border-color: transparent;
    padding: 10px 15px;
    font-weight: 300;
    color: #000;
    min-width: 250px;
    position: relative;
    z-index: 20;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary.active {
    background-color: var(--primary-color);
    border-color: transparent;
    color: #000;
}
.secondary-btn-container {
    position: relative;
}
.secondary-btn-container p {
    margin: 0;
}
.wpcf7-form p {
    margin-bottom: 45px;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #4667b4;
	font-size: 22px;
}
.secondary-btn-container p {
    margin-bottom: 0;
}
.secondary-btn-container::after {
    content: "";
    position: absolute;
    background-color: #FFF;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s;
    z-index: 10;
    opacity: 1;
}
.secondary-btn-container:hover::after {
    width: 0;
    opacity: 0;
}
.bg-primary {
    background-color: var(--primary-color) !important;
}
.left-line::after {
    height: 2px;
    background-color: #FFF;
	content: "";
	position: absolute;
	top: 23%;
	right: 102%;
	bottom: 0;	
	z-index: 1;
    transition: all .3s;
    width: 1000%;
}
.menu-line::after {
    top: 50%;
    transform: translateY(-50%);
}
.white-section .left-line::after {
    background-color: var(--primary-color);
}
.right-line::after {
    height: 2px;
    background-color: #FFF;
	content: "";
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 101%;
	bottom: 0;	
	z-index:1;
    width: 1000%;
    transition: all .3s;
}
.wide-container {
    max-width: 1600px;
    padding: 0 12px;
    margin-left: auto;
    margin-right: auto;
}
.small-container {
    max-width: 870px;
    padding: 0 12px;
    margin-left: auto;
    margin-right: auto;
}
.section-title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 300;
    margin-left: 7%;
}
.section-spacing {
    padding-top: 80px;
}
.page-main {
    padding-bottom: 80px;
}
.buttons .small-container {
	padding: 0;
}
/*************ANIMATIONS**************/
.animation{
    opacity:0;
    filter: blur(0);
    transform:translateX(-50%);
    transition: all .9s ease-in-out;
}
.animation[animation="true"]{
    opacity: 1;
    transform: translateX(0);
}
.animation-2{
    opacity:0;
    filter: blur(0);
    transform:translateX(50%);
    transition: all .9s ease-in-out;
}
.animation-2[animation="true"]{
    opacity: 1;
    transform: translateX(0);
}
.animation-3 {
    opacity:0;
    filter: blur(0);
    transform:translateY(50%);
    transition: all .9s ease-in-out;
}
.animation-3[animation="true"]{
    opacity: 1;
    transform: translateY(0);
}
.animation-4 {
    opacity:0;
    filter: blur(0);
    transform:translateY(-50%);
    transition: all .9s ease-in-out;
}
.animation-4[animation="true"]{
    opacity: 1;
    transform: translateY(0);
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    transition: background-color 5000s ease-in-out 0s;
}
.grecaptcha-badge { 
    visibility: hidden;
}
/*************HERO**************/
.hero {
	position: relative;
    background-color:  var(--primary-color);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: left center;
	width: 100%;
	height: 100dvh;
	min-height: 100%;
	z-index: 20;
}
.hero-logo-wrap {
    margin-right: 25px;
}
.hero-logo-wrap img {
    height: 35px;
    width: auto;
}
.hero-down {
	position: absolute;
	bottom: 60px;
	left: 50%;
	right: 0;
	transform: translateX(-50%);
	text-align: center;
	z-index: 3;
	width: 34px;
	height: auto;    
}
.hero-down img {
    transition: all .2s;
    width: 100%;
    object-fit: contain;
    padding-top: 0;
	padding-bottom: 15px;
}
.hero-down:hover img {
	padding-top: 15px;
    padding-bottom: 0;
}
/***********MENU***************/
.menu-toggler {
    right: 15px;
    top: 20px;
    padding: 10px;
    height: auto;
    z-index: 20;
    width: 75px;
    cursor: pointer;
}
.menu-toggler span {
    width: 40px;
    height: 2px;
    display: block;
    background-color: #fff;
    transition: all .3s;
}
.menu-toggler span:first-child {
    margin-bottom: 13px;
}
.menu-toggler:hover span:last-child{
    transform: translateY(8px);
}
.navbar-nav .nav-link {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    padding: 10px 15px;
    letter-spacing: 0.84px;
    text-align: center;
}
.navbar-nav .nav-link:hover {
    color: #FFF;
}
.main-menu {
    width: 100%;
	height: 100%;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 100;
    transition: all .5s ease-in-out;
    opacity: 0;
}
.menu-logo {
    margin-top: 100px;
    width: fit-content;
    position: relative;
}
.menu-logo img {
    height: 33px;
    width: auto;
}
.menu-open {
    left: 0;
    height: 100dvh;
	min-height: 100%;
    opacity: 1;
}
.menu-exit {
    height: 60px;
    width: 60px;
    padding: 10px;
    right: 15px;
    top: 20px;
    cursor: pointer;
}
.menu-exit img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(11%) hue-rotate(348deg) brightness(102%) contrast(105%);
}
/*******STICKY MENU**********/
.sticky-menu-block {
    padding: 20px 0;
}
.sticky-menu-logo img {
    height: 30px;
    width: auto;
}
.sticky-menu .menu-toggler span {
    background-color: #666666;
}
.sticky-menu {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 50;
    width: 100%;
    background-color: #FFF;
    transition: ease-in-out .5s;
}
.sticky-menu-show {
    top: 0;
}
/*********IMAGE SECTION***********/
.image-section {
    height: auto;
    width: 100%;
}
.image-section img {
    height: auto;
    width: 100%;
}
/*************PLUSPUNKTE**************/
.pluspunkte {
    padding-bottom: 80px;
}
.pluspunkte-list {
    margin: 0;
    list-style-type: none;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 10px;
}
.pluspunkte-list li {
    margin: 5px 0;
}
.pluspunkte-list li a {
    color: #151515;
    text-decoration: none;
    padding: 5px 15px 5px 5px;
    transition: all .3s;
}
.pluspunkte-list li a:hover {
    color: #FFF;
}
.pluspunkte-list li a:hover::after {
    left: 115%;
}
.pluspunkte-icon {
    height: 50px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pluspunkte-icon img {
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.pluspunkte-title {
    font-weight: 500;
    line-height: 1.3;
    font-size: 16px;
}
/******PLUSPUNKTE MODAL*****/

/* Fade from left */
.modal.fade .modal-dialog {
	transform: translate(-100px, 0);
}
.modal.fade.show .modal-dialog {
    transform: translate(0, 0);
}

.exit-container {
    position: absolute;
    right: 14%;
    top: 5%;
}
.modal-exit  {
    font-size: 18px;
    font-weight: 300;
    color: #FFF;
    padding-right: 10px;
    cursor: pointer;
}
.modal-exit:hover::after {
    left: 160%;
}
.modal-img-box {
    width: 100%;
    height: 30%;
}
.modal-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.modal-text-box {
    padding: 130px 20px 20px 20px;
    height: fit-content;
}
.modal-title {
    font-weight: 300;
    line-height: 1.1;
    font-size: 45px;
    margin-bottom: 25px;
}
.modal-text {
    font-size: 16px;
    line-height: 1.6;
    color: #FFF;
    font-weight: 300;
}
/************PROJEKT***********/
.project-section .left-line::after {
    background-color: var(--primary-color);
}
.project-text-box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 25px;
    letter-spacing: 0.14px;
}
/***********IMAGES SECTION**********/
.first-image {
    width: 100%;
    height: 400px;
}
.second-image {
    width: 100%;
    height: 300px;
    margin-bottom: 200px;
}
.first-image img,
.second-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.circle-button {
    bottom: -133px;
    left: 50%;
    border-radius: 50%;
    padding: 55px 35px 35px 35px;
    height: 225px;
    width: 225px;
    overflow: hidden;
    font-size: 20px;
    color: #FFF;
    line-height: 1.1;
    font-weight: 500;
    transform: rotate(-8deg) translateX(-50%);
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.85px;
}
.circle-arrow img {
    height: 18px;
    width: 36px;
}
.circle-box {
    transition: all .3s;
}
.circle-button:hover .circle-box {
   transform: scale(1.1);
}
.flats-section .left-line::after {
    background-color: var(--primary-color);
}
/***********GALLERY************/
.gallery {
    padding: 8px 0;
}
.gallery-img-box {
    height: 150px;
    width: 100%;
    background-color: #000;
}
.gallery-img-box  img,
.gallery-img-big img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .3s;
}
.gallery-img-big {
    background-color: #000;
    height: 300px;
    width: 100%;
}
.gallery .left-line::after {
    background-color: var(--primary-color);
}
.gallery a {
    display: block;
    transition: all .3s;
}
.gallery a:hover img {
    opacity: .8;
}
/********MAP SECTION*************/
.map-section {
    height: 400px;
}
.map-section img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/********KONTAKT SECTION*************/
.form-control {
    border: none;
    border-bottom: 1px solid #FFF;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    color: #151515;
}
.form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border-color:#FFF;
}
.form-text,
.form-control::placeholder,
.form-label {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    color: #151515;
}
.wpcf7-spinner {
    display: none;
}
.form-control::placeholder {
    color: #4e4e4e;
}
.form-control {
    padding: 10px 0;
}
.contact-textarea {
    border: 1px solid #FFF;
    padding: 10px;
    margin-top: 0;
}
.form-label {
    margin-bottom: 10px;
}
.contact-box {
    width: 200px;
    margin-top: 50px;
}
.contact-box-img {
    height: 200px;
    width: 100%;
    margin-bottom: 45px;
}
.contact-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contact-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    color: #151515;
    margin-bottom: 7px;
}
.contact-name {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.1;
    color: #151515;
    text-decoration: none;
    margin-bottom: 7px;
    display: block;
    transition: all .3s;
}
a.contact-name:hover {
    color: #000;
}
/*************PDF BODY**************/

.pdf-block-section {
    & .pdf-box {
        min-height: 270px;
        border: 1px solid #dbdbdb;
        background: #fff;

        & .box-text {
            z-index: 3;
            background: #A1C1AD;
            opacity: 1;
            visibility: visible;
            position: relative;
            transition: 0.2s all;
        }

        & p {
            font-weight: 300;
            font-size: 24px;
        }

        & h3 {
            font-size: 47px;
            font-weight: 300;        
        }

        & .pdf-img {
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            object-fit: contain;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
        }

        & a {
            left: 50%;
            transform: translateX(-50%);
            bottom: 16px;
            z-index: 4;
        }
    }

    .col-lg-6:hover .box-text {
        opacity: 0;
        visibility: hidden;
    }
	
	.col-lg-6:hover .pdf-img{
		-webkit-box-shadow: 0px 10px 17px -4px rgba(219,219,219,1);
		-moz-box-shadow: 0px 10px 17px -4px rgba(219,219,219,1);
		box-shadow: 0px 10px 17px -4px rgba(219,219,219,1);
	}
}


/*********FOOTER*******/
footer {
    padding: 35px 0;
}
.footer-links a {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all .3s;
    line-height: 1.36;
    position: relative;
}
.footer-links a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    content: '|';
    color: var(--primary-color);
}
.footer-links a:last-child:after {
    display: none;
}
.footer-links a:hover {
    color: #333333;
}
.footer-info-title {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.36;
}
.footer-info  span {
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    line-height: 1.36;
}
.footer-logo img {
    height: 75px;
    width: auto;
}
/**********SINGLE PAGE************/
.page-editor {
    max-width: 1200px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}
.page-editor p {
    font-size: 16px;
    margin-bottom: 16px;
}
.page-editor li {
    font-size: 16px;
}
.page-editor h1 {
    font-size: 25px;
    margin-bottom: 25px;
}
.page-editor h2 {
    font-size: 22px;
    margin-bottom: 20px;
}
.page-editor a {
    text-decoration: underline;
    text-decoration-style: dotted;
    color: #FFF;
    transition: all .3s;
}
.page-editor a:hover {
    text-decoration: underline;
}
.buttons {
    padding: 40px;
}
.contact-section {
    padding-bottom: 60px;
}
/**********TABLE*********/
.flat-status {
    width: 14px;
    height: 14px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1;
}
.table-legend {
    font-size: 14px;
    gap: 15px;
}
.frei {
    background-color: var(--primary-color);
}
.reserviert {
    background-color: #B2B2B2;
}
.vermietet {
    background-color: #404040;
}
.table thead th {
    background-color: var(--primary-color);
    color: #FFF;
    text-align: center;
    padding: 16px 6px;
    line-height: 1;
    font-weight: 500;
    border-right: 1px solid #FFF;
}
.table thead th:last-child {
    border-right: none;
}
.table {
    font-size: 14px;
    vertical-align: middle;
    padding: 16px 6px;
}
.table td {
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    white-space: nowrap;
}
.table tbody tr:hover  th,
.table tbody tr:hover  td {
    background-color: #74AD9580; 
}
.pdf-icon {
    background-image: url(photos/file-download-solid.svg);
    background-position: center;
    width: 12px;
    height: 17px;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}
.svg-box  img {
    width: 100%;
    height: auto;
}
/****************RESPONSIVE SM*********************/
@media (min-width: 576px) {
    .hero-logo-wrap img {
        height: 50px;
    }    
    .sticky-menu-logo img {
        height: 40px;
    }
    .section-title {
        font-size: 50px;
        margin-left: 5%;
    }
    .pluspunkte-list {
        padding-left: 70px;
    }
    .modal-img-box {
        height: 40%;
    }
    .first-image {
        height: 450px;
    }
    .second-image {
        height: 400px;
    }
    .gallery-img-box {
        height: 200px;
    }
    .gallery-img-big {
        height: 300px;
    }
    .hero-logo-wrap {
        margin-right: 100px;
    }
    .left-line::after {
        top: 28%;
    }
    .menu-line::after {
        top: 50%;
    }
}
/****************RESPONSIVE MD*********************/
@media (min-width: 768px) {
    .hero {
        background-position: center center;
    }
    .hero-logo-wrap {
        margin-right: 150px;
    }
    .hero-logo-wrap img {
        height: 60px;
    }
    .menu-toggler span {
        width: 55px;
    }
    .section-title {
        font-size: 50px;
    }
    .pluspunkte-list {
        padding-left: 150px;
    }
    .modal-img-box {
        height: 45%;
    }
    .modal-title {
        font-size: 65px;
    }
    .gallery-img-box {
        height: 250px;
    }
    .gallery-img-big {
        height: 350px;
    }
}
/****************RESPONSIVE LG*********************/
@media (min-width: 992px) {
    .btn {
        font-size: 22px;
    }
    .btn-primary {
        min-width: 222px
    }
    .wide-container {
        padding: 0 20px;
    }
    html {
        scroll-padding-top: 120px;
    }
    .hero-logo-wrap {
        margin-right: 175px;
    }
    .hero-logo-wrap::before {
        width: 130px;
    }  
    .hero-logo-wrap img {
        height: 70px;
    }
    .menu-logo img {
        height: 50px;
    }
    .menu-logo {
        margin-right: 240px;
    }
    .navbar-nav .nav-link {
        font-size: 32px;
        padding: 14px 15px;
    }
    .hero-down {
        width: 55px;
    }
    .sticky-menu-logo img {
        height: 50px;
    }
    .sticky-menu-block {
        padding: 35px 0;
    }
    .section-title {
        font-size: 60px;
        margin-left: 10%;
    }
    .pluspunkte-title {
        font-size: 20px;
    }
    .pluspunkte-icon {
        height: 100px;
        width: 80px;
    }
    .pluspunkte-list {
        padding-left: 200px;
    }
    .pluspunkte-list li a {
        padding: 5px 50px 5px 5px;
    }
    .modal-exit  {
        font-size: 22px;
        padding-right: 25px;
    }
    .modal-title {
        font-size: 80px;
        margin-bottom: 35px;
    }
    .exit-container {
        top: 11%;
    }
    .modal-img-box {
        height: 100%;
        width: 43.5%;
    }
    .modal-text-box {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 120px;
    }
    .modal-text {
        font-size: 20px;
        padding-left: 50px;
    }
    .modal-title {
        font-size: 80px;
    }
    .pluspunkte {
        padding-bottom: 100px;
    }
    .first-image {
        height: 500px;
        margin-top: 80px;
    }
    .second-image {
        height: 355px;
    }
    .gallery-img-box {
        height: 250px;
    }
    .gallery-img-big {
        height: 508px;
    }
    .map-section {
        height: 500px;
    }
    .btn-secondary {
        min-width: 400px;
    }
    .form-text,
	.form-control,
    .form-control::placeholder,
    .form-label  {
        font-size: 22px;
    }
    footer {
        padding: 50px 0;
    }
    .footer-info-title,
    .footer-links a,
    .footer-info span {
        font-size: 18px;
    }
    .footer-logo {
        margin-right: 50px;
    }
    .page-editor p {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .page-editor li {
        font-size: 18px;
    }
    .page-editor h1 {
        font-size: 27px;
        margin-bottom: 27px;
    }
    .page-editor h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .buttons {
        padding: 50px;
    }
    .contact-section {
        padding-bottom: 120px;
    }
    .flat-status {
        width: 16px;
        height: 16px;
        font-size: 18px;
    }
    .table-legend {
        font-size: 18px;
    }
    .table thead th {
        padding: 15px 6px;
    }
    .table {
        font-size: 18px;
    }
    .table td {
        padding: 16px 6px;
    }
    .btn-primary::after {
        opacity: 0;
    }
    .btn-primary:hover::after  {
        opacity: 1;
    }
    /*************PDF BODY**************/

    .pdf-block-section {
        & .pdf-box {
        	min-height: 370px;
			
            & a {
                z-index: 2;
            }
			
			& h3 {
				font-size: 67px;      
			}
			& p {
				font-size: 34px;
			}
        }
    }
}
/****************RESPONSIVE XL*********************/
@media (min-width: 1200px) {
    .left-line::after {
        top: 35%;
    }
    .menu-line::after {
        top: 50%;
        transform: translateY(-50%);
    }
    html {
        scroll-padding-top: 155px;
    }
    .menu-toggler {
        top: 55px;
        right: 50px;
    }
	.distro-div{
		left: 50px;
		top: 55px;
	}
    .menu-exit {
        top: 55px;
        right: 50px;
    }
    .hero-logo-wrap {
        margin-right: 275px;
    }
    .hero-logo-wrap::before {
        width: 230px;
    }   
    .hero-logo-wrap img {
        height: 96px;
    }
    .menu-logo {
        margin-right: 250px;
    }
    .menu-logo img {
        height: 68px;
    }
    .navbar-nav .nav-item {
        margin: 7px 0;
    }
    .navbar-nav .nav-link {
        font-size: 42px;
        padding: 10px 15px;
    }
    .menu-exit {
        height: 70px;
        width: 70px;
    }
    .sticky-menu-logo img {
        height: 65px;
    }
    .section-title {
        font-size: 80px;
        margin-left: 15%;
    }
    .pluspunkte-title {
        font-size: 22px;
    }
    .pluspunkte-icon {
        height: 110px;
        width: 90px;
    }
    .pluspunkte-list .right-line::after {
        left: 103%;
    }
    .pluspunkte-list li a {
        padding: 5px 100px 5px 5px;
    }
    .pluspunkte-list {
        padding-left: 100px;
    }
    .modal-title {
        font-size: 100px;
        margin-bottom: 50px;
    }
    .modal-text {
        font-size: 22px;
        padding-left: 130px;
    }
    .modal-text-box {
        margin-bottom: 180px;
        padding: 130px 20px 20px 20px;
    }
    .pluspunkte {
        padding-bottom: 120px;
    }
    .sticky-menu-block {
        padding: 45px 0;
    }
    .project-text-box p {
        font-size: 22px;
        margin-bottom: 35px;
    }
    .first-image {
        height: 800px;
        margin-top: 120px;
    }
    .second-image {
        height: 455px;
    }
    .footer-logo img {
        height: 95px;
        width: auto;
    }
    .footer-logo {
        margin-right: 100px;
    }
    .circle-button {
        height: 265px;
        width: 265px;
        font-size: 25px;
    }
    .contact-box {
        width: 230px;
    }
    .contact-box-img {
        height: 230px;
    }
    .contact-title,
    .contact-name {
        font-size: 22px;
    }
    .page-editor p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .page-editor li {
        font-size: 20px;
    }
    .page-editor h1 {
        font-size: 45px;
        margin-bottom: 30px;
    }
    .page-editor h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .buttons {
        padding: 70px;
    }
    .contact-section {
        padding-bottom: 180px;
    }
    .table thead th {
        padding: 17px 8px;
    }
    .table {
        font-size: 20px;
    }
    .pdf-icon {
        width: 15px;
        height: 20px;
    }
	.svg-box {
		margin-top: -70px;
	}
}
/****************RESPONSIVE XXL*********************/
@media (min-width: 1400px) {
    html {
        scroll-padding-top: 175px;
    }
    .section-spacing {
        padding-top: 160px;
    }
    .page-main {
        padding-bottom: 160px;
    }
    .hero-logo-wrap {
        margin-right: 450px;
    }
    .hero-logo-wrap::before {
        width: 430px;
    }
    .menu-logo {
        margin-right: 340px;
    }
    .section-title {
        font-size: 100px;
        margin-left: 21%;
    }
    .pluspunkte-list {
        padding-left: 0;
        padding-right: 145px;
    }    
    .pluspunkte-list .right-line::after {
        left: 107%;
    }

    .pluspunkte-list li a:hover::after {
        left: 122%;
    }
    .pluspunkte {
        padding-bottom: 225px;
    }
    .sticky-menu-block {
        padding: 55px 0;
    }
    .first-image {
        height: 1100px;
        margin-top: 160px;
    }
    .second-image {
        height: 655px;
    }
    .gallery-img-box {
        height: 400px;
    }
    .gallery-img-big {
        height: 808px;
    }
    .map-section {
        height: 680px;
    }
    .contact-box-container {
        position: absolute;
        left: 103%;
        top: -110px;
        margin-top: 100px;
    }
    footer {
        padding: 75px 0;
    }
    .page-404 {
        height: calc(100dvh - 245px);
    }
    .footer-links a,
    .footer-info-title,
    .footer-info span {
        font-size: 22px;
    }
    .footer-logo {
        margin-right: 123px;
    }
    .page-editor p {
        font-size: 28px;
        margin-bottom: 28px;
    }
    .page-editor li {
        font-size: 28px;
    }
    .page-editor h1 {
        font-size: 56px;
        margin-bottom: 40px;
    }
    .page-editor h2 {
        font-size: 42px;
        margin-bottom: 35px;
    }
    .buttons {
        padding: 90px;
    }
    .contact-section {
        padding-bottom: 200px;
    }
    .flat-status {
        width: 18px;
        height: 18px;
    }
    .table-legend {
        font-size: 22px;
        gap: 35px;
    }
    .table thead th {
        padding: 20px 20px;
    }
    .table {
        font-size: 22px;
    }
}
@media (min-width: 1600px) {
    .contact-box-container {
        left: 115%;
    }
}