

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

body {
	font-family: 'Manrope', 'poppins', sans-serif;
	font-weight: 400;
	font-size: clamp(15px,1.2vw,22px);
	line-height: 180%;
	color: #1D3E29;
	background-color: #F8FFEF;
}

/*Link Farbe */
a { color: #1D3E29;}

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

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

b, .strong{
	font-weight: 700;
}

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

h1 i,h2 i,h3 i{
	font-family: 'Blauer Neue', 'Manrope', sans-serif;
	font-weight: 300;
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Manrope', 'poppins', sans-serif;
	font-weight: 700;
	line-height: 120%;
}
h1 {
	font-size: clamp(26px, 3.9vw, 300%);
}
h2 {
	font-size: clamp(24px, 3vw, 240%);
	font-weight: 800;
}
h3 {
	font-size: clamp(18px, 1.8vw, 150%);
}
h4 {font-size: clamp(19px, 1.9vw, 110%);} 
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: 70vw;
    max-width: 1600px;
}
.container-fluid{
    width: 90vw;
    max-width: 90vw;
}
.alignfull .inner-container.container-wide, .res-boxes.alignwide .inner-container.container-wide, .alignwide .inner-container.container-wide,.res-txt.alignfull .inner-container.container-wide {
    max-width: 90vw;
	padding-left: 15px;
	padding-right: 15px;
}
.container-small {
	width: 60vw;
	min-width: 300px;
	max-width: 1200px;
	margin: 0 auto;
}
.res-slider-content.alignfull .inner-container.container-off {
    padding: 0 0;
}
.alignwide {
    margin-left: calc(-10vw - 15px);
    margin-right: calc(-10vw - 15px);
}
.res-txt.alignwide .inner-container.container-wide, .res-txt.alignwide .inner-container.container-off {
    max-width: 100%;
    padding: 0 0px;
}
/* Grösser als HD */
@media only screen and (min-width: 1920px) {
.container-fluid{
    max-width: calc(1600px + 22vw + 30px);
}
}

/* Laptop Surface */
@media only screen and (max-width: 1450px) {
	.container{	max-width: 74vw;width: 74vw;}
	.container-fluid {width: 94vw; max-width: 94vw;}
.alignfull .inner-container.container-wide, .res-boxes.alignwide .inner-container.container-wide, .alignwide .inner-container.container-wide,.res-txt.alignfull .inner-container.container-wide {
    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(-10vw);
		margin-right: calc(-10vw);
	}
}


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

/* Laptop Mobile */
@media only screen and (max-width: 970px) {
	.container{	max-width: 94vw;width: 94vw;}
    .res-head.container-fluid {
        max-width: 100%; width: 100%;
    }
.alignwide {
    margin-left: 0;
    margin-right: 0;
}
}


/* Logo */
.logo {
	padding-top: 3.5vh;
	padding-bottom: 2vh;
}

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

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


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

	.res-nav .nav-link {
		font-size: 105%;
		padding: 0.7rem 1.3rem;
		white-space: nowrap;
		font-weight: 600;
		letter-spacing: 0.01em;
	}

	.res-nav .navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: clamp(30px, 3.0vw, 60px);
	}

}


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

/* active Nav */
	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: #1D3E29;
}
/* 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: 15px;
	padding-bottom: 17px;
}
.res-fixnav.show .logo img {
	width: clamp(90px, 8vw, 350px);
	height: auto;
}
/* Fixnav Desktop */
@media only screen and (min-width: 970px) {
	.res-fixnav.show { 
		background: #1D3E29;
	}
	.res-fixnav.show .res-nav li a {
		font-size: 90%;
		color: #F8FFEF;	
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		box-shadow: 3px 8px 10px rgba(200, 200, 200, 0.3);
	}
}
/* Fixnav Mobile */
@media only screen and (max-width: 970px) {
	
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		box-shadow: 3px 8px 10px rgba(200, 200, 200, 0.3);
	}
	.res-fix-nav-in-viewport .res-fixnav .res-mobile-bar {
		background-color: #1D3E29;	
	}
} 



/* Buttons */
.btn {
	padding: 0.4em 1.9em;
	border-radius: 50px;
	font-size: 100%;
	font-weight: 600;
	margin-right: 1rem;
}

.btn-primary{
    background-color: #1D3E29;
    color: #F8FFEF ;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
}
.btn-primary:active {
}
.btn-primary:focus {
}

.btn-secondary{
	border: 1px solid #1D3E29;
	background-color: transparent;
	color: #333;
}
.btn-outline{
border: solid 1px #1D3E29;
}
.btn-text-link {
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	border-bottom: 1px solid #1D3E29;
}
.btn-arrow {
	position: relative;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-weight: 400;
	transition: all .3s ease-in-out;
}

.btn-arrow:after {
	content: "\f178";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    margin-left: 8px;
    font-weight: 400;
    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-color: transparent;
}
.res-widget-footer {
    font-size: 100%;
    line-height: 200%;
}
.footer-social-box a {
	background: #1D3E29;
	border-radius: 100%;
}
.res-widget-footer.footer-social-icon .fa-res-icon svg {
	fill: #F8FFEF;
	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: #F8FFEF;
}
.res-footer .footer-logo img {
    max-width: clamp(160px, 22vw, 440px)!important;
}
.copyright-col2{
	padding-left: 0!important;
}
@media only screen and (max-width: 1100px) { 
.res-widget-footer {
    font-size: 90%;
    line-height: 180%;
	letter-spacing: -0.01em;
	font-weight: 400;
}
}

/* Blog Container */

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


/* Headline grosse Title  */

.headline-title h1  {
	font-size: clamp(280%, 7.6vw, 660%);
	line-height: 105%;
}
.headline-title h2  {
	font-size: clamp(240%, 4.8vw, 460%);
	line-height: 105%;
}
.headline-title h3  {
	font-size: clamp(240%, 3.3vw, 280%);
	line-height: 105%;
}

.res-boxes .headline-title h3,
.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: #1D3E29 !important;*/
	font-weight: 400 !important;
}
/* forminator Button */
.forminator-ui .forminator-button-submit {
	border-radius: 50px !important;
	padding: 0.55rem 2.4rem !important;
	font-size: 90% !important;
	font-weight: 300 !important;
}
#forminator-module-1262.forminator-design--flat .forminator-input, #forminator-module-1262.forminator-design--flat .forminator-textarea {
   	border-radius: 1.5em;
}
.forminator-ui#forminator-module-1262.forminator-design--flat .forminator-label {
    display: none!important;
}
.forminator-ui.forminator-custom-form[data-design=flat] .forminator-input, .forminator-ui.forminator-custom-form[data-design=flat] .forminator-textarea {
    padding: 0.8em 1.5em;
}
.forminator-ui#forminator-module-1262.forminator-design--flat .forminator-checkbox .forminator-checkbox-box, .forminator-select-dropdown-container--open .forminator-custom-form-1262.forminator-dropdown--flat .forminator-checkbox .forminator-checkbox-box {
    border-radius: 1em;
}
@media (min-width: 783px) {
    .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside:not(:last-child), .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
        margin-bottom: 15px;
    }
.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-col-6:first-of-type {
    padding: 0 7px 0 15px;
}
.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-col-6:last-of-type {
    padding: 0 15px 0 7px;
}
}
@media (max-width: 970px) {
.forminator-ui#forminator-module-1262.forminator-design--flat .forminator-button-submit {
    width: fit-content;
}
}
/* 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;
}

/*Weiss umschreiben*/
.res-header.header-option-absolute:not(#res-nav-clone) .nav-link, .res-header-image .sloganBox h1, .res-header-image .sloganBox h2, .res-header-image .sloganBox h3, .res-header-image .sloganBox, .res-header-image .header-arrow a, .cta-circle {
    color: #F8FFEF;
}


/*Hintergrund*/
.res-block.Grau{
	background-color: #CFDFCF!important;
}
.res-block.Brand-Color{
	background-color: #1D3E29!important;
    color: #F8FFEF;
}
.res-block.Brand-Color *{
    color: #F8FFEF;
}
.res-block.Brand-Color .btn-primary{
	background-color: #F8FFEF;
    color: #1D3E29!important;
}
.res-block.Brand-Color .btn-outline{
border: solid 1px #F8FFEF;
}

/*Navigation*/
.res-nav-right.mt-auto{
	margin-bottom: auto;
}
.page-on-top .navbar-nav.desktop-nav{
    text-shadow: 0 0.125rem 1.9rem rgba(0, 0, 0, 0.75);
}
.res-header .container-fluid li:last-of-type a {
    padding: 0.5em 1.5em!important;
    font-weight: 400;
    border: solid 1px #F8FFEF;
	text-align: center;
	border-radius: 50px;
}
body:not(.home) .res-nav-right{
	display: none!important;
}
@media only screen and (min-width: 970px) { 
.page-on-top .res-nav-right.mt-auto{
	padding-top: 0.5em;
}
.res-header .container-fluid li:last-of-type a {
    margin-left:clamp(35px, 3.6vw, 65px);
}
}
@media only screen and (min-width: 970px) and (max-width: 1100px){
	    .res-nav .nav-link {
        font-size: 90%;
    }
}
	
@media only screen and (max-width: 970px) {
.res-nav .logo-mobile {
    padding: 12px 0 12px 8%;
}
.mobile-x-close span {
    background: #F8FFEF;
}
.res-nav .navbar-collapse {
    margin: -1px 0 0;
    background: #1D3E29;
}
.res-nav .navbar-nav {
    min-height: auto;
}
.res-header .container-fluid li:last-of-type a {
    margin-top: 1em;
}
}

/*Sticker*/
.cta-sticker{
	position: absolute;
}
.cta-circle {
    background: transparent;
    width: auto;
    height: auto;
}
.stickerTitle img{
	width: 10vw;
}
@media only screen and (max-width: 970px) {
.cta-sticker {
  	right: 5%;
  	bottom: 2%;
}
.cta-circleTxt{
	opacity: 1!important;
}
.stickerTitle img{
	width: 25vw;
}
}

/*Sidebar*/
.side-bar-box i {
    font-size: 220%;
    font-weight: 400;
    padding-right: 12px;
}
.side-bar-box span {
    font-size:90%;
    font-weight: 400;
	line-height: 120%;
	white-space: nowrap;
}
.side-bar-box {
    padding: 1em 1em;    
	background-color: #134A26 !important;
    color: #F8FFEF;
    height: 3.9em;
    width: 3.9em;
	border-radius: 2.9em;
	box-shadow: none; 
	transition: all .3s ease-in-out;
    margin-bottom: 0.5em;
}
.side-bar {
	transition: all .2s ease-in-out;
    }
.side-bar a:hover {
	opacity: 1 !important; 
}
.side-bar .flex-md-column {
    flex-direction: column !important;
}
@media only screen and (min-width: 970px) { 
.side-bar {
    top: 97%;
    transform: translateY(-100%);
    margin-right: 1.5%;
}
.page-on-top.home .side-bar {
    top: 85%;
}
.side-bar a:hover .side-bar-box {
    width: 12em;
}
}
@media only screen and (max-width: 970px) { 
.side-bar-box {
    padding: 0.8em 0.5em;
    height: 3.1em;
    width: 3.1em;
	border-radius: 2.9em;
    margin-bottom: 0.5em;
}
.side-bar {
	top: 89%;
	right: 4%;
    height: fit-content;
	background: transparent!important;
	position: fixed;
	padding: 0 0 0 0;
    }
.page-on-top.home .side-bar {
	top: 81%;
    }
.side-bar-box {
	justify-content: center	
}
.side-bar-box i {
    font-size: 140%;
	padding-right: 0;
	text-align: center;
	padding-left: 0!important;
}
.side-bar-box span {
	display: none;
}
}

/*Header-image*/
.res-header-image h1, .res-header-image h2, .res-header-image h3, .res-header-image p {
    text-shadow: 0 0.125rem 1.9rem rgba(0, 0, 0, 0.75);
}
.res-header-image .sloganBox p {
	font-size: 140%;
}
.res-header-image .btn-primary {
	background-color: #F8FFEF;
    color: #1D3E29!important;
}
.res-header-image.style-01 .jarallax-img {
	filter: saturate(1.1) contrast(0.9) brightness(1.1)
}
.header-arrow i{
	font-size: 300%;
}
.header-arrow i:before {
    content: "\f309";
	font-weight: 900;
}
.res-header-image .carousel-indicators {
    margin-bottom: 2rem;
}
.res-header-image .carousel-indicators li {
    width: 40px;
    height: 10px;
    background-color:#F8FFEF;
    box-shadow: 0 0.125rem 1.9rem rgba(0, 0, 0, 0.75);
    opacity: .7;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    margin-right: 5px;
    margin-left: 5px;
}
.res-header-image .carousel-indicators li.active {
    box-shadow: 0 0.125rem 1.9rem rgba(0, 0, 0, 0.9);
    opacity: 1;
}

/*Boxes*/
.res-slider-content .slick-next:before {
    opacity: 1;
}
.res-slider-content.alignfull.style-01 .box-item.slick-slide{
	margin-bottom: 1em!important;
}
.res-slider-content .box-no-paddding {
    padding-top: 12px;
}
.res-slider-content.alignfull.style-01 .inner-container{
	padding-left: 5vw
}
.res-slider-content.alignfull.style-01 .no-center-mode-desktop .slider {
    margin-left: 0%;
}
.res-slider-content.alignfull .slick-prev:before,.res-slider-content.alignfull .slick-next:before {
    content: "\f30a";
    color: #1D3E29;
	font-weight: 900;
    font-size: 40px;
}
.res-slider-content.alignfull .slick-next:before {
    content: "\f30b";
}
.res-slider-content.alignfull .slick-prev {
    left: 4%;
    right: auto;
}
.res-slider-content.alignfull .slick-next {
    left: 6%;
    right: auto;
}
.res-slider-content.alignfull .slick-prev, .res-slider-content.alignfull .slick-next {
    position: absolute;
    top: auto;
    bottom: -4rem;
    z-index: 1;
    display: inline;
    width: auto;
    text-align: left;
    opacity: 1;
    transition: opacity .15s ease;
    background: transparent!important;
	font-size: 120%;
}
.res-slider-content .slick-prev:before {
    opacity: 1;
}
.res-slider-content  .slick-prev, .res-slider-content  .slick-next {
    bottom: 3rem;
}
.res-slider-content.alignfull .slick-next {
    left: 4%;
}
.slick-dots {
    margin: 0 15px;
	bottom: 0;
}
.res-slider-content .slick-dots li {
    width: 3rem;
	z-index: 5;
}
.res-slider-content .slick-dots li button {
    width: 2.4rem;
    height: 0.6rem;
    padding: 0;
    background-color: #1D3E29;
    border-radius: 0px;
	z-index: 5;
	opacity: 0.3
}
.res-slider-content  .slick-dots {
    bottom: -1.5rem;
	left: 8%;
    width: fit-content;
}
.res-slider-content .slick-dots li button:before {
    display: none;
}
.res-slider-content .slick-dots li.slick-active button {
    background-color: #1D3E29;
	opacity: 1
}

@media only screen and (min-width: 970px) and (max-width: 1100px){
.res-slider-content.alignfull .slick-next {
    left: 5%;
}
.res-slider-content  .slick-dots {
	left: 10%;
}
}
@media only screen and (min-width: 970px) {
    .res-slider-content.alignfull .inner-container.container-off {
        max-width: 100%;
    }
}	
@media only screen and (max-width: 970px) {
	.res-slider-content.alignfull.style-01 .inner-container{
		padding-left: 0vw
	}
	#res-slider-content-block_d711bbed81dc1bb28530b926fc4deb14 .box-item {
    margin-left: 20px;
    margin-right: 20px;
	}
	.res-slider-content .slick-dots {
		position: unset;
		margin: 0 auto;
	}
	.res-slider-content .slick-dots li {
    width: 2.1rem;
    height: 15px;
	}
	.res-slider-content .slick-dots li button {
    width: 1.7rem;
    height: 0.4rem;
	}
}


/*Text/Bild*/
.txt-imagebox img{
	border-radius: 15px;
}

/*Testimonial*/
.res-testimonial .referenz-text p{
    font-size: clamp(24px, 2.6vw, 200%);
    line-height: 140%;
	font-family: 'Blauer Neue', 'Manrope', sans-serif;
	font-weight: 300;
	font-style: italic;
}
.res-testimonial .referenz-person p{
    font-weight: 300;
	opacity: 0.7
}

/*Logo-Slider*/
.loop-container .postImg{
	max-width: 100%;
	filter: saturate(0);    
	border-radius: 0px;
    aspect-ratio: 6 / 5;
    align-content: center;
    overflow: hidden!important;
    display: flex;
}
.loop-container .postImg img {
    padding: 25px 25px;
    object-fit: contain;
}
.loop-container .postImg img:is([sizes="auto" i], [sizes^="auto," i]){
	contain-intrinsic-size:auto 320px!important
}

/*Modal*/
@media only screen and (min-width: 970px) { 
.modal-dialog {
    max-width: 85vw;
}.x-close {
    margin: 0px 10px 0 0;
	background-color: #fff;
}
}
@media only screen and (min-width: 970px) and (max-width: 1450px) { 
.modal-dialog {
    max-width: 90vw;
}
}
.modal-content {
    background-color: #fff;
	border-radius: 25px;
    border: none!important;
}
.modal-body {
    padding: 0 1.2em 1.2em;
}
.modal-dialog .modal-body > h2{
	display: none;
}
.modal-backdrop {
    background-color: #7F9587;
}
.modal-open .modal {
	backdrop-filter: blur(20px);
}
.x-close:before,.x-close:after {
    border-left: 2px solid #1D3E29;
    border-left: 3px solid #000;
}
@media only screen and (max-width: 970px) { 
.modal-open .modal {
	padding-right: 0!important;
}
.modal-body {
    padding: 0 0 1em 0;
}
.x-close {
    margin: 5px 5px 0 0;
    width: 35px;
    height: 35px;
}
.x-close:before, .x-close:after {
    height: 35px;
}
}


/*iFrame*/
@media only screen and (min-width: 970px) { 
.modal-header button{
	z-index: 99;
	padding-right: 1.5em!important;
}
iframe{
	margin-top: -4rem;
}
}
@media only screen and (max-width: 450px) { 
iframe{
	margin-top: -1rem;
}
}


/*Cookie*/
.a2e26-ext-2-289.rcb-content{
    border-radius: 10px!important;
}
button#rcb-sc-link-change, button#rcb-sc-link-history, button#rcb-sc-link-revoke {
    background: #bfcdbf!important;
	border-radius: 50px!important;
}


/*ABSTäNDE*/

@media only screen and (min-width: 970px) {
.pl-md-5{
	padding-left: 10vw!important;	
}
}
@media only screen and (min-width: 970px) and (max-width: 1100px){
.pl-md-5{
	padding-left: 5vw!important;	
}
}
@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: 0px;
}
.res-footer {
    margin-top: 0rem!important;
}
.res-footer .wp-block-columns{
    gap: 0rem!important;
}
.res-footer-copyright{
	margin-bottom: 0.5em;
}
.res-footer .copyright-col1{
    margin-bottom: 0!important;
}
.footer-title {
    margin-bottom: 7px;
}
.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;
}
}