

/*************************************************************************/
/*  Theme Custom  */

body {
	font-family: 'synonym', 'poppins', sans-serif;
	font-weight: 400;
	font-size: clamp(17px,1.2vw,20.5px);
	line-height: 170%;
    letter-spacing: -0.02em;
	color: #3e5b51;
	background-color: #f6f0ed;
}

@media only screen and (max-width: 1500px) {
body {
	line-height: 160%;
}
}

/*Link Farbe */
a { color: #222;}

/* Link in Editor-Texten */
:is(.res-content p, .res-content li) a:not(.nav-link, .dropdown-item) {
	font-weight: 400;
    border-bottom: 1px solid #2C4431;
}

:is(.desktop-nav, .navbar-nav) .current-page-ancestor a {
	color: #4a90e2; 
}

b, strong {
    font-weight: 600;
}

.brand-color {
	color: #4a90e2; 
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'synonym', 'poppins', sans-serif;
	font-weight: 200;
	line-height: 120%;
    letter-spacing: -0.05em;
}
h1 {
	font-size: clamp(26px, 3.9vw, 350%);
	font-family: 'cas-magakoro', serif;
	font-weight: 400;
    letter-spacing: 0em;
	line-height: 105%;
}
h2 {
	font-size: clamp(24px, 3.3vw, 300%);
	font-family: 'cas-magakoro', serif;
	font-weight: 400;
    letter-spacing: 0em;
	line-height: 105%;
}
h3 {
	font-size: clamp(18px, 2.2vw, 180%);
}
h4 {font-size: clamp(19px, 1.3vw, 120%);
	font-weight: 300;} 
h5 {font-size: clamp(18px, 1.5vw, 105%);} 
h6 {font-size: clamp(17px, 1.4vw, 100%);} 

@media only screen and (max-width: 970px) {
	 h1, h2, h3, h4, h5, h6 { 
		 /* hyphens: auto; */
		 /* -webkit-hyphens: auto; */
		}
}


/* Container align wide  */

.container {
    width: 66vw;
    max-width: 70%;
}
.container-fluid{
    width: 90vw;
    max-width: 90vw;
}
.alignfull .inner-container.container-wide, .res-boxes.alignwide .inner-container.container-wide, .alignwide .inner-container.container-wide {
    max-width: 90%;
	padding-left: 15px;
	padding-right: 15px;
}
.container-small {
	max-width: 900px;
	margin: 0 auto;
}
.alignwide {
    margin-left: calc(-12vw - 15px);
    margin-right: calc(-12vw - 15px);
}
.spezial-container{
    margin-left: calc(-7.5vw - 15px);
    margin-right: calc(-7.5vw - 15px);
}
/* Grösser als HD */
@media only screen and (min-width: 1920px) {
.container-fluid{
}
}

/* Laptop Surface */
@media only screen and (max-width: 1450px) {
	.container{	max-width: 76vw;width: 76vw;}
	.container-fluid,.alignfull .inner-container.container-wide, .res-boxes.alignwide .inner-container.container-wide, .alignwide .inner-container.container-wide {width: 94vw; max-width: 94vw;}
    .res-block.alignwide .inner-container.container-wide{
        max-width: 94%; width: 94%; padding-left: 0; padding-right: 0;
    }
	.alignwide {
		margin-left: calc(-9vw);
		margin-right: calc(-9vw);
	}
	.spezial-container{
		margin-left: calc(-5.5vw - 15px);
		margin-right: calc(-5.5vw - 15px);
	}
}


/* Laptop Tablet */
@media only screen and (max-width: 1100px) {
	.container{	max-width: 93vw;width: 93vw;}
	.container-fluid {width: 93vw; max-width: 93vw}
    .res-block.alignwide .inner-container.container-wide{
        max-width: 100%; width: 100%;
    }
	.alignwide {
		margin-left:0;
		margin-right: 0;
	}
}

/* Laptop Mobile */
@media only screen and (max-width: 970px) {
    .res-head.container-fluid {
        max-width: 100%; width: 100%;
    }
}


/* Logo */
.logo {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Logo Size  */
.logo img {
	width: clamp(100px, 15vw, 280px);
	height: auto;
}

/* Logo Mobile  */
@media only screen and (max-width: 970px) {
	.res-nav .logo-mobile img {
		height: 44px;
	}
}


/* RES Nav */
@media only screen and (min-width: 970px) {

	.res-nav .nav-link {
		font-size: 90%;
		padding: 0.7rem 1.3rem;
		white-space: nowrap;
	}

	.res-nav .navbar-expand-md .navbar-nav .nav-link {
		padding-right: clamp(15px, 1.6vw, 25px);
		padding-left: clamp(15px, 1.6vw, 25px);
	}

}


/* Hover */
.res-nav-section li a:hover{
	color: #2C4431;
}

/* active Nav */
	li.active > a.nav-link,
	.header-option-absolute li.active a.nav-link,
	.res-header li.current-page-ancestor .current-page-ancestor a,
	#burger-menu-nav li.current-page-ancestor .current-page-ancestor a,
	#burger-menu-nav li.current-page-ancestor > a.nav-link,
	.res-navtab .tabs .nav-link.active,
	.res-navtab .tab-links .nav-single-tab.active .nav-link,
	#res-menu-mobile .current-page-ancestor > a, 
	#res-menu-mobile .current-page-ancestor .dropdown-submenu.active > a, 
	#res-menu-mobile .dropdown-submenu.active > a {
		color: #d0b5a7!important;
        font-weight: 600;
}
/* active Nav in dropdownn */
li.active .current-menu-item > a.dropdown-item {
    color: #eee;
	font-weight: 700;
}

.res-nav .dropdown a {
	display: flex;
	align-items: center;
}

/*  Fixnav */
.res-fixnav.show .logo {
	padding-top: 14px;
	padding-bottom: 18px;
}
.res-fixnav.show .logo img {
	width: clamp(90px, 10vw, 350px);
	height: auto;
}
/* Fixnav Desktop */
@media only screen and (min-width: 970px) {
	.res-fixnav.show { 
		background: #889F87;
		background: #5b736b;
	}
	.res-fixnav.show .res-nav li a {
		font-size: 80%;
        color: #fff;
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		box-shadow: none!important;
	}
}
/* Fixnav Mobile */
@media only screen and (max-width: 970px) {
	
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		background: #fff;
		box-shadow: 3px 8px 10px rgba(200, 200, 200, 0.3);
	}
	.res-fix-nav-in-viewport .res-fixnav .res-mobile-bar {
		background-color: #fff;	
	}
} 



/* Buttons */
.btn {
	padding: 0.33rem 2.4rem;
	border-radius: 40px;
    font-size: 95%;
}
.btn:hover {
    opacity: 1;
}

.btn-primary{
/*    background-color: #980A2E;*/
    background-color: #A98678;
    color: #eee !important;
	font-weight: 300 !important;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
    background-color: #73021F;
}
.btn-primary:active {
}
.btn-primary:focus {
}

.btn-secondary{
	border: none;
	background-color: #D1DAD7;
	color: #3e5b51;
}
.btn-secondary:hover{
	background-color: #869F97;
	color: #283530;
}
.btn-outline{

}
.btn-text-link {
/*	color: #980A2E;*/
	color: #A98678;
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	border-bottom: none;
}
.btn-arrow {
/*	color: #980A2E;*/
	color: #A98678;
	position: relative;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-weight: 400;
	transition: all .3s ease-in-out;
}

.btn-arrow:after {
	content: "\f061";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    margin-left: 8px;
    font-weight: 300;
    font-size: 100%;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.btn-sm {
	font-size: 80%;
} 


/* Btns Mobile  */
@media only screen and (max-width: 970px) {
	.btn {font-size: 90%;}
	.btn-sm {font-size: 75%;} 
}	


/* Footer */

.res-footer {
	border-top: 0px solid #eee;
/*	background: linear-gradient(transparent 10%, #242427 10.0001%);*/
	background: #fff;
    padding-top: 10vh
}
.res-footer *{
/*	color: #F9FEF4;*/
}
.res-footer hr {
/*    border-top: 1px solid #F9FEF4;*/
    margin-bottom: 0;
    opacity: 0.5;
}
.res-footer a{
/*	color: #FF5D5D;*/
	color: #A98678;
}
.res-footer .wp-block-columns{
    margin-bottom: 0;
}
.res-footer .copyright-col2{
    padding-left: 0!important;
}
.res-footer h3{
    font-size: clamp(19px, 1.1vw, 100%);
    font-weight: 600;
}
.res-footer p{
    font-size: 85%;
	font-weight: 400; 
}
.res-footer .res-footer-copyright *{
}
.res-widget-footer .footer-title {
	padding-bottom: 15px;
}    
.footer-social-box{
        display: flex;
        justify-content: flex-end;
    } 
.footer-social-box a {
	margin-left: 20px;
	border-radius: 100%;
    background: none;
}
.res-widget-footer.footer-social-icon .fa-res-icon svg {
	fill: #A98678;
	height: clamp(20px,1.0vw,80px);
}
.res-widget-footer.footer-social-icon span.fa-res-icon,
.res-widget-footer.footer-social-icon span.fa-res-i {
	width: 45px;
	height: 45px;
	color: #A98678;
}

@media only screen and (max-width: 970px) { 
.res-widget-footer {
    padding-top: 00px;
}
.footer-logo-brand img{
    max-width: 75%!important;
}   
.res-footer .wp-block-columns{
        gap:0;
}    
.res-footer .wp-block-column{
        flex-basis: 50%;
        max-width: 50%;
    margin-bottom: 1em;
}   
}
    
/* Blog Container */

@media only screen and (min-width: 1400px) { 
	.res-blog .container {
		max-width: 1440px;
	}
}


/* Headline grosse Title  */

.headline-title h1  {
	font-size: clamp(45px, 5.9vw, 550%);
	line-height: 105%;
}
.headline-title h2  {
	font-size: clamp(37px, 4.1vw, 380%);
	line-height: 110%;
}
.headline-title h3  {
	font-size: clamp(23px, 3.3vw, 280%);
	line-height: 110%;
}
.res-boxes .headline-title h2,
.res-boxes .headline-title h3,
.res-slider-content .headline-title h2,
.res-slider-content .headline-title h3 {
	font-size: clamp(140%, 2.4vw, 330%);
	line-height: 110%;
}




/* Formular UI  */

.forminator-ui .forminator-required {
	color: #eee;
	opacity: 0.4;
}
.forminator-ui .forminator-label {
    font-size: 90%;
    font-family: inherit;
    font-weight: 300;
	padding-bottom: 0.5rem;
}

.forminator-ui .forminator-checkbox, 
.forminator-ui .forminator-checkbox__label, 
.forminator-ui .forminator-checkbox__label p {
    font-size: 90%;
    font-family: inherit;
    font-weight: 300;
}
/* forminator error-message font */
.forminator-ui.forminator-design--flat span.forminator-error-message {
    color: #2C4431 !important;
	font-weight: 400 !important;
}
/* forminator Button */
.forminator-ui .forminator-button-submit {
	border-radius: 40px !important;
	padding: 0.4rem 2.4rem !important;
	font-size: 90% !important;
	font-weight: 300 !important;
}

/* Oversize 4k Monitor 
@media only screen and (min-width: 1980px) {
	.container,
	.res-blog .container {
		width: 85%;
    	max-width: 1880px;
	}
}
*/


/*************************************************************************/
/*   Custom-CSS  */

.marker{
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #2b52b9;
	color: #2b52b9;
}
.style-standard{
/*	border: 1px solid #1863dc;*/
}

.style-01 {
}

/*Basics*/
.border {
    border: 1px solid rgba(44,68,49,0.85) !important;
}
hr{
    margin-top: 0;
    margin-bottom: 0;
}

.custom{
    background-color: #5b736b;
}

.custom *{
    color: #F9FEF4;
}




/*Navigation*/
@media only screen and (min-width: 970px) {
.res-head .col-md-9.res-nav-section{
    display: flex;
    flex-direction: row-reverse!important;
    justify-content: space-between;
}
.page-on-top .col-md-9.res-nav-section{
    padding-top: 10px;
}
.res-head .res-nav-right {
    width: 66.6666%!important;
    margin-bottom: auto;
}
.res-head .res-nav-right .navbar-collapse{
    justify-content: center!important;
}
.res-head .res-topheader-right{
    margin-top: auto;
    margin-bottom: auto;
}
.res-head .res-topheader-right .mt-2{
    margin-top: 0!important;
}
.res-head .res-nav-topheader .nav-item {
    padding: 0.75rem 1rem;
}
.res-head .res-nav-topheader .nav-item:last-of-type {
    border: solid 1px #2C4431!important;
    padding: 0.55rem 1.3rem;
    border-radius: 40px;
    font-size: 110%;
    line-height: 120%;
    font-weight: 400;
    text-transform: lowercase;
}
.res-head .res-nav-topheader .nav-item:last-of-type:hover{
}
.res-head .res-nav-topheader .nav-item:last-of-type a{
}
.res-head .res-nav-topheader .nav-item:last-of-type:hover a{
    color: #617061!important;
}
.header-option-absolute {
    border-bottom: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: none;
    backdrop-filter: blur(5px);
}
.page-on-top .header-option-absolute .logo img{
        filter: drop-shadow(0 0.125rem 0.75rem rgba(0, 0, 0, 0.25));
}
.header-option-absolute .res-head .res-nav-topheader .nav-item:last-of-type {
    border: solid 1px #fff!important;
}
.header-option-absolute .res-head .res-nav-topheader .nav-item:last-of-type a{
    color: #fff!important;
}
.res-header.header-option-absolute:not(#res-nav-clone) .nav-link {
    text-shadow: 0 0.125rem 0.7rem rgba(1, 35, 80, 0.2);
}
.res-fixnav.show .res-nav-topheader {
    margin: 0 0 0 0;
}
.res-fixnav.show .res-nav-topheader .nav-item:last-of-type {
    border: solid 1px #fff!important;
}
.res-fixnav.show .res-nav-topheader .nav-item:last-of-type a{
    color: #fff!important;
}
}

@media only screen and (max-width: 970px) {
	.mobile-x-close span{
		background-color: #3e5b51;
	}
    .res-nav .logo-mobile {
        padding: 14px 0 12px 7%;
    }
    .res-nav .navbar-collapse {
        margin: -1px 0 0 0;
        background: rgba(255, 255, 255, 1.0);
    }
    .res-nav .navbar-nav {
        min-height: calc(100vh - 65px);
        padding: 25px 8% 35px 8%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
    }
    .res-nav .nav-link {
		color: #3e5b51;
		padding-top: 12px;
		padding-bottom: 12px;
	}
    .res-nav li:last-of-type .nav-link{
		background-color: transparent!important;
        border: solid 1px #3e5b51;
		padding: 0.65em 1.3em;
		border-radius: 40px;
		line-height: 120%;
		text-transform: lowercase;
		text-align: center;
		margin-top: 2rem;
    }
    .res-header .dropdown-menu {
        padding: 0 0 0 0px;
        border-bottom: solid #999 1px!important;
    }    
    .res-header .dropdown-menu .dropdown-item {
        padding: 7px 12px;
        padding-left: 12px;
        font-size: 105%;
        border-top: solid #999 1px;
    }
}

/*Sticker*/

    .side-bar {
        right: 10px;
        transition: all 0.1s ease-in-out 0s;
    }
    .side-bar-box {
        height: 55px;
        width: 55px;
        padding: 8px 18px;
        color: #fff;
        border-radius: 100px;
        margin-bottom: 7px;
        background-color: #A98678;
        box-shadow: none;
        overflow-x: hidden;
    }
    .side-overlay a {
    color: #A98678;
    }
/*
.footer-in-viewport .side-bar{
    opacity: 0;
}
*/
@media only screen and (min-width: 970px) {  
    .side-bar a:hover .side-bar-box, .side-bar .special-side-bar:hover .side-bar-box {
        transition: all 0.4s ease-in-out 0s;
        width: 150px;
    }  
}
@media only screen and (max-width: 970px) {  
    .side-bar-box {
        height: 40px;
        width: 40px;
        padding: 5px 13px;
        border-radius: 100px;
        margin-bottom: 3px;
        overflow: hidden;
    } 
    .side-bar-box i {
    font-size: 100%;
    }
    .side-bar {
    top: 80%;
}
}


/*Header Video*/
.res-header-image .sloganbox-background, .res-header-video .sloganbox-background {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    border: solid 1px #fff;
}
.res-header-video.style-01 .fullscreenVideo, .res-header-image.style-01 .jarallax{
    position: relative;
}
.res-header-video.style-01 .fullscreenVideo:after, .res-header-image.style-01 .jarallax:after{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient( 40deg, rgba(0,0,0,0.55) 5%,transparent 45%)!important; 
}

.res-header-video.style-01 .fullscreenVideo:before, .res-header-image.style-01 .jarallax:before{
    position: absolute;
    bottom: -3%;
    right: 0;
    height: 60%;
    width: 50%;
    content: "";
    background-image: url("img/leaves-01.svg");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.6;
}
.res-header-image.style-02 .res-header-image-vertical-center {
    transform: translateY(-99%);
}
.res-header-image.style-02 .sloganbox-background {
    background: #f6f0ed;
    border: solid 1px none;
    padding: 1.2rem 2rem;
    padding-bottom: 0;
    transition: opacity 0s, transform 1.5s;
    max-width: fit-content;
}
.res-header-image.style-02 .sloganbox-background h1{
    color: #3e5b51;
	font-family: 'synonym', 'poppins', sans-serif;
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 0.2em;
}
@media only screen and (max-width: 1500px) {
.res-header-video.style-01 .fullscreenVideo:before, .res-header-image.style-01 .jarallax:before{
    height: 50%;
    width: 40%;
}
}
@media only screen and (max-width: 970px) {
.res-header-image.style-02 .sloganbox-background {
    padding: 0.7rem 1.3rem;
    padding-bottom: 0;
}
}

/* Boxes*/
.res-boxes .box-custom {
    background:#FAE4E4;
    border-radius: 0px 0px 0px 0px;
}
.res-boxes .border .box-overlayer {
    text-shadow: 0 0.125rem 0.7rem rgba(0, 0, 0, 0.2);
}
.res-boxes .border .box-overlayer:after {
	position: absolute;
	content: "";
	left: 12px;
	top: 12px;
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	border: solid 1px #fff;
}
.res-boxes .boxlayout01 .border.scale-box:hover {
    border: 1px solid #416722 !important;
    background-color: rgba(23,152,9,0.05);
}
.res-boxes .boxlayout01 .border.scale-box:hover *{
    color: #4D8D3B !important;
}
.res-boxes.custom .boxlayout01 .border.scale-box:hover {
    border: 1px solid #980A2E !important;
    background-color: rgba(152,10,46,0.05);
}
.res-boxes.custom .boxlayout01 .border.scale-box:hover *{
    color: #980A2E !important;
}
@media only screen and (max-width: 970px) {
.res-boxes.style-01 .row-cols-1 {
    gap: 4%;
}
.res-boxes.style-01 .row-cols-1 > * {
    flex: 0 0 48%;
    max-width: 48%;
}
.res-boxes .border .box-overlayer:after {
	left: 6px;
	top: 6px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
}
.res-boxes .boxlayout02 .box-content {
    padding-bottom: 8px;
    padding-left: 17px;
    padding-right: 10px;
}
.res-boxes .boxlayout02 .box-content h4{
    font-size: 90%;
    font-weight: 400;
}
}

/*Text*/

.res-txt .txt-textfield-btns.pt-2{
	padding-top: 0!important;
}
@media only screen and (max-width: 1500px) and (min-width: 970px) {
.res-txt .col-md-7.var-1spalten{
    flex: 0 0 70%;
    max-width: 70%;
}
}

/*Text Bild*/

.res-text-bild.style-01{
    position: relative;
}
.res-text-bild.style-01:before{
    position: absolute;
    top: 0;
    left: 0;
    height: 60%;
    width: 50%;
    content: "";
    background-image: url("img/leaves-01.svg");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    transform: rotate(180deg)
}
@media only screen and (max-width: 1500px) {
.res-text-bild.style-01:before{
    height: 50%;
    width: 40%;
}
}

/*Testimonial*/
.res-testimonial .layout02 .referenz-text {
    font-size: clamp(20px, 2.0vw, 180%);
    line-height: 125%;
    color: #3e5b51;
}
.res-testimonial .layout02 .referenz-person p {
    padding-left: 0px;
    color: #3e5b51;
}
.res-testimonial .layout02 .carousel-caption.position-relative {
    margin-top: 0px;
    padding-top: 0!important;
}
.res-testimonial .carousel-control-next-icon:after, .res-testimonial .carousel-control-prev-icon:after {
    color: #A98678;
    font-weight: 100;
}
@media only screen and (min-width: 970px) {
    .res-testimonial .layout02 .testimonial-img-no .referenzBox-vcenter div {
        width: 100%;
        margin: 0 auto;
    }
}

/*Tabelle*/
.table {
    color: #3e5b51;
    margin-bottom: 0;
}
.table th, .table td {
    padding: .75rem;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.res-table.style-01 .table tr td:last-of-type, .table tr th:last-of-type {
    width: 15%;
    text-align: right;
}
.table thead th {
    border-bottom: none;
    border-top: none;
}

.res-table ul {
    list-style: none;
    font-size: 100%;
    padding: 5px 0;
    margin-bottom: 0;
}
.res-table li {
    padding-bottom: 8px;
    margin-left: 30px;
}
.res-table li:before {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    margin-left: -25px;
    text-decoration: inherit;
    font-weight: bold;
    font-size: 10px;
    opacity: 0.6;
}

/*Kontakt*/
.flex-direction-column{
    flex-direction: column;
}
.standort-spalte p, .standort-spalte td{
    font-size: 85%;
    line-height: 160%;
}

@media only screen and (max-width: 1200px) {
.standort-spalte p, .standort-spalte td{
    font-size: 80%;
}
}

/*ABSTäNDE*/

@media only screen and (max-width: 1500px) {
.pb-5, .py-5 {
    padding-bottom: 6.5rem!important;
}
.pt-5, .py-5 {
    padding-top: 6.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 6.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 6.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 4.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 4.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 4.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 4.5rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 2rem!important;
}
.pt-3, .py-3 {
    padding-top: 2rem!important;
}
}
@media only screen and (max-width: 1350px) {
.res-content-topspace {
    padding-top: 60px;
}
.pb-5, .py-5 {
    padding-bottom: 5.5rem!important;
}
.pt-5, .py-5 {
    padding-top: 5.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 5.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 5.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 4rem!important;
}
.pt-4, .py-4 {
    padding-top: 4rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 4rem!important;
}
.mt-4, .my-4 {
    margin-top: 4rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1.75rem!important;
}
.pt-3, .py-3 {
    padding-top: 1.75rem!important;
}
body .wp-block-columns {
    margin-bottom: 1em;
}
}
@media only screen and (max-width: 1100px) {
.pb-5, .py-5 {
    padding-bottom: 5rem!important;
}
.pt-5, .py-5 {
    padding-top: 5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 5rem!important;
}
.mt-5, .my-5 {
    margin-top: 5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 3.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 3.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 3.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 3.5rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1.5rem!important;
}
.pt-3, .py-3 {
    padding-top: 1.5rem!important;
}
.pb-2, .py-2 {
    padding-bottom: 0.8rem!important;
}
.pt-2, .py-2 {
    padding-top: 0.8rem!important;
}
}

@media only screen and (max-width: 970px) {
.home .res-content, .res-content {
    margin-top: 68px;
}
.res-footer {
    margin-top: 0rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 4rem!important;
}
.pt-5, .py-5 {
    padding-top: 4rem!important;
}
.mb-5.pt-5, .my-5.pt-5 {
    padding-bottom: 0rem!important;
}
.mt-5.pt-5, .my-5.pt-5 {
    padding-top: 0rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 4rem!important;
}
.mt-5, .my-5 {
    margin-top: 4rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 3rem!important;
}
.pt-4, .py-4 {
    padding-top: 3rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 3rem!important;
}
.mt-4, .my-4 {
    margin-top: 3rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.pb-2, .py-2 {
    padding-bottom: 0.5rem!important;
}
.pt-2, .py-2 {
    padding-top: 0.5rem!important;
}
p {
    margin-bottom: 0.5rem;
}
}

/* Collapse */
.res-collapse .card-header {
    background-color: #f6f0ed!important;
}

.res-collapse .card:hover, .res-collapse .card-header:hover {
    background-color: #f6f0ed!important;
}

.res-collapse .card-body {
	background-color: #f6f0ed!important;
}

/* Progress bar */
body.single .res-single-scroll-bar-progress {
  background: #A98678!important;
}

body.single.footer-in-viewport .res-single-scroll-bar-progress {
  background: #fff!important;
}

@media only screen and (max-width: 768px) {
	.special-side-bar .side-overlay {
    width: 15vw;
    min-width: 270px;

}
} 

.select2-selection__placeholder {
	color: #888888;
}

