

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

body {
	font-family: "polymath", 'poppins', sans-serif;
	font-weight: 300;
	font-size: clamp(16px,1.1vw,21px);
	line-height: 180%;
	color: #000;
	background-color: #fff;
    letter-spacing: 0.01em;
}

/*Link Farbe */
a { color: #000;}
a:hover {
    color: #155fcc;opacity: 1;
}

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

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

.brand-color {
	color: #155fcc; 
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: "polymath", 'poppins', sans-serif;
	font-weight: 600;
	line-height: 115%;
}
h1 {
	font-size: clamp(26px, 3.9vw, 300%);
}
h2 {
	font-size: clamp(24px, 2.8vw, 260%);
}
h3 {
	font-size: clamp(18px, 1.6vw, 150%);
	font-weight: 400;
    color: #878787;
}
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: 65vw;
    max-width: 1600px;
}
.container-fluid{
    width: 85vw;
    max-width: 85vw;
}
.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: 85vw;
	padding-left: 15px;
	padding-right: 15px;
}
.container-small {
	max-width: 900px;
	margin: 0 auto;
}
.res-slider-content.alignfull .inner-container.container-off, .res-txt.alignwide .inner-container.container-off {
    max-width: 100%;
}
.alignwide {
    margin-left: calc(-10vw - 15px);
    margin-right: calc(-10vw - 15px);
}
/* Grösser als HD */
@media only screen and (min-width: 1920px) {
.container-fluid{
    max-width: calc(1600px + 17vw + 30px);
}
}

/* Laptop Surface */
@media only screen and (max-width: 1450px) {
	.container{	max-width: 74vw;width: 74vw;}
	.container-fluid {width: 90vw; max-width: 90vw;}
    .res-block.alignwide .inner-container.container-wide{
        max-width: 90%; width: 90%; padding-left: 0; padding-right: 0;
    }
	.alignwide {
		margin-left: calc(-8vw);
		margin-right: calc(-8vw);
	}
}


/* Laptop Tablet */
@media only screen and (max-width: 1100px) {
	.container{	max-width: 92%;width: 92%;}
	.container-fluid {width: 92%;}
    .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: 4.5vh;
	padding-bottom: 3.5vh;
}

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

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


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

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

	.res-nav .navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: clamp(1.5em, 2.5vw, 3.5em);
	}

}


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

/* 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: #155fcc;
}
/* 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: rgba(255,255,255, 1.0);
	}
	.res-fixnav.show .res-nav li a {
		font-size: 80%;
	}
	.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 {
		background: transparent;
		box-shadow: 3px 8px 10px rgba(200, 200, 200, 0.3);
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav .res-mobile-bar {
		background-color: #fff;	
	}
} 



/* Buttons */
.btn {
	padding: 0.37em 2.1em 0.34em 2.1em;
	border-radius: 0px;
    font-size: 100%;
}

.btn-primary{
    background-color: #155fcc;
    color: #fff !important;
	font-weight: 300 !important;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
}
.btn-primary:active {
}
.btn-primary:focus {
}

.btn-secondary{
	border: 1px solid #155fcc;
	background-color: transparent;
	color: #155fcc;
}
.btn-outline{

}
.btn-text-link {
    color: #155fcc;
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	border-bottom: none;
	margin-right: 1.2em;
}
.btn-text-link:hover {
    padding-left: 0px;
}
.btn-arrow {
	position: relative;
    color: #155fcc;
	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 .footer-tile {
	padding-bottom: 15px;
}
.footer-social-box a {
	background: transparent;
	border-radius: 100%;
}
.res-widget-footer.footer-social-icon .fa-res-icon svg {
	fill: #155fcc;
	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: auto;
	height: auto;
	color: #155fcc;
}
.footer-adress{
	line-height: 170%;
}

/* Blog Container */

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


/* Headline grosse Title  */

.headline-title h1 {
    font-size: clamp(200%, 4.1vw, 420%);
    line-height: 105%;
}
.headline-title h2  {
	font-size: clamp(160%, 3.8vw, 350%);
	line-height: 105%;
}
/*
.headline-title h3  {
	font-size: clamp(240%, 3.3vw, 280%);
	line-height: 105%;
}
*/
@media only screen and (max-width: 970px) { 
.headline-title h1  {
		  hyphens: auto;  
		  -webkit-hyphens: auto; 
}
}
.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: #000 !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 {
}

/*Hintergrund*/
.Grau, .bg-light{
	background-color: #EDEEF0 !important;
}


/*Navigation*/
@media only screen and (min-width: 970px) {
.page-on-top .res-nav-right{
    margin-bottom: 1.5vh;
}
.res-nav-topheader .nav-link {
    padding: 0 0 0 1.5em;
	line-height: 100%;
	opacity: 0.6;
}
#res-top-header .nav-link {
	padding-top: 0.1rem;
}
.res-topheader-right{
	margin-top: 0.2em;
}
}
/* Mobile */
@media only screen and (max-width: 970px) {
    .res-nav .navbar-collapse {
        margin: -1px 0 0 0;
        background: rgba(255, 255, 255, 1.0);
    }
    .res-nav .navbar-nav {
        min-height: calc(90vh - 69px);
        padding: 25px 8%;
        justify-content: flex-end;
    }
    .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*/
.cta-sticker {
    bottom: 2.75%;
    right: 1.5%;
}
.cta-sticker:hover {
    opacity: 1;
}
.cta-sticker a:hover {
    opacity: 1;
}
.cta-circle {
    width: 6.5vw;
    height: 6.5vw;
    color: #FFF;
    border-radius: 0;
    background: #155fcc;
}
.cta-circleTxt p.stickerTitle {
    font-size: 100%;
    font-weight: 400;
    line-height: 120%;
	margin-bottom: 0.2em;
}
.cta-circleTxt p.stickerTxt {
	margin-bottom: 0.5em;
}
.cta-circleTxt i {
    font-size: 180%;
    margin-bottom: 0.2em;
}
.cta-circleTxt {
    margin: 2.4rem 1rem 2rem 1rem;
}
.page-on-top .cta-circle {
    width: 4.5vw;
    height: 4.5vw;
}
.page-on-top .cta-circleTxt {
    margin: 3rem 1rem 2rem 1rem;
}
.page-on-top .cta-circleTxt p.stickerTitle {
    font-size: 110%;
    line-height: 110%;
}
.page-on-top .stickerTxt,.page-on-top .cta-circleTxt p.stickerTitle {
	display: none;
}


@media only screen and (max-width: 1450px) {
.page-on-top .cta-circle {
    width: 4.5vw;
    height: 4.5vw;
}
.page-on-top .cta-circleTxt {
    margin: 2.6rem 1rem 2rem 1rem;
}
.cta-circle {
    width: 7vw;
    height: 7vw;
}
}
@media only screen and (max-width: 970px) {
.cta-sticker {
    bottom: 2.25%;
    right: 3%;
}
.page-on-top .cta-circle, .cta-circle {
    width: 65px;
    height: 65px;
}
.page-on-top .cta-circleTxt, .cta-circleTxt {
    margin: 25px 10px 20px 10px;
}
.stickerTxt, .cta-circleTxt p.stickerTitle {
	display: none;
}

}
/*Text*/
.res-txt .btn-float-right{
    justify-content: flex-start!important;
}
.res-txt .btn-float-right .txt-title-field {
    margin-right: 1rem;
}
.res-txt .btn-float-right h2{
    margin-bottom: 0;
}
.res-txt.style-01 .var-1spalten{
    display: flex;
    flex-direction: column;
}
.res-txt.style-01 .var-1spalten .txt-textfield{
    order: 1;
    color: #878787;
    font-weight: 400;
}
.res-txt.style-01 .var-1spalten .txt-title-field{
    order: 2;
}
.res-txt.style-02 .postContent ul, .res-text-bild.style-02 .postContent ul {
	font-size: 90%;
	padding-top: 0;
}
.res-txt.style-02 .postContent li, .res-text-bild.style-02 .postContent li {
    padding-top: 12px;
    padding-bottom: 12px;
	line-height: 155%;
    margin-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #878787;
	font-weight: 400;
}
.res-txt.style-02 .postContent li:before, .res-text-bild.style-02 .postContent li:before {
	display: none;
}
.res-txt.style-03 .postContent p{
	font-size: 125%;
}
@media only screen and (min-width: 970px) {
.res-txt.style-01 .var-1spalten .txt-textfield{
    max-width: 70%;
}
.res-txt.style-01 .var-1spalten .txt-title-field{
    max-width: 70%;
}
.res-txt.style-01 .var-1spalten .txt-textfield-btns{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 30%;
    margin-bottom: 1rem;
}
}
@media only screen and (max-width: 970px) {
.res-txt.style-01 .var-1spalten .txt-textfield-btns{
    order: 3;
}
}
.res-txt.style-02 .var-1spalten .txt-title-field, .res-txt.style-02 .spalten-abstand {
    display: flex;
    flex-direction: column-reverse;
}
.res-txt.style-03 .postContent p{
	font-size: 100%;
}
.res-txt.style-03 .var-1spalten .txt-title-field{
    display: flex;
    flex-direction: column-reverse;
}

/*Text-Bild*/
.res-text-bild.style-02 .postContent li:first-of-type {
    color: #7CA2D3;
}
.res-text-bild.style-02 .postContent li:nth-of-type(2) {
    color: #D1C08B;
}


/*HEader Image/video*/

/*
.res-header-video .fullscreenVideo{
    position: relative;
}
.res-header-video .fullscreenVideo:after{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    mix-blend-mode: hard-light;
    background: linear-gradient( 60deg, #155fcc 10%,transparent 60%)!important; 
}
*/
.res-header-video.style-01 .fullscreenVideo{
    position: relative;
}
.res-header-video.style-01 .fullscreenVideo:after{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.5;
    background: linear-gradient( 30deg, #000 0%,transparent 40%)!important; 
}
.res-header-video.style-01 .slogan-txt{
    display: flex;
    flex-direction: column;
}

.res-header-video.style-01 .slogan-txt p{
    order: 1;
    font-size: 120%;
}
.res-header-video.style-01 .slogan-txt h1{
    order: 2;
}
.res-header-video.style-01 .slogan-txt .btn{
    order: 3;
    max-width: fit-content
}



/*Boxes*/

.box-custom .box-overlayer{
    background: linear-gradient( 30deg, #155fcc 15%,rgba(21,95,204,0.15) 65%, rgba(21,95,204,0.05) 100%)!important; 
}
.res-boxes .box-padding04 {
    padding: 2.75em 3em;
}
.res-boxes .box-inner i {
	margin-bottom: 0!important;
}
.res-boxes .box-padding03 {
    padding: 1.75em 2.0em;
}
@media only screen and (max-width: 970px) {
.res-slider-content .box-padding04 {
    padding: 1.2em 1.5em;
}
.box-custom, .box-custom .box-overlayer-img, .box-custom .box-overlayer {    
    aspect-ratio: 2 / 1;
}
.box-custom i {    
    margin-bottom: 0!important;
}
.res-boxes .box-padding03 {
    padding: 15px 20px 8px 20px;
}
}


/*Slider*/

.slick-dots {
    margin: 0 15px;
    text-align:left;
}
.res-slider-content .slick-dots li,.res-testimonial .carousel-indicators li {
    width: 1rem;
	z-index: 5;
}
.res-slider-content .slick-dots li button,.res-testimonial .carousel-indicators li {
    width: 0.7rem;
    height: 0.7rem;
    padding: 0;
    background-color: #f8f9fa;
	z-index: 5;
    border: none!important;
}
.res-slider-content.Grau .slick-dots li button,.res-testimonial.Grau .carousel-indicators li {
    background-color: #fff;
}
.res-slider-content .slick-dots li button:before {
    display: none;
}
.res-slider-content .slick-dots li.slick-active button, .res-testimonial .carousel-indicators .active {
    background-color: #155fcc!important;
}
.res-slider-content.style-01 .postImg {
	margin-bottom: 0!important;
}
.res-slider-content.style-01 .postContent {
	display: none;
}
.res-slider-content.style-01 .slick-dots {
    margin: 0 0px;
}
.res-slider-content.style-01 .slick-dots li button{
    background-color: #ECEFF1;
}
@media only screen and (min-width: 970px) {
    .res-slider-content.alignfull .container-off .no-center-mode-desktop .slider {
        margin-left: 7.5vw!important;
    }
    .res-slider-content.alignfull .container-off .no-center-mode-desktop {
        overflow-x: hidden!important;
    }
}
@media only screen and (min-width: 970px) and (max-width: 1500px) {
    .res-slider-content.alignfull .container-off .no-center-mode-desktop .slider {
        margin-left: calc(5vw + 15px)!important;
    }
}
@media only screen and (max-width: 970px){
    .res-slider-content.alignfull .container-off .no-center-mode-desktop .slider {
        margin-left: 0!important;
    }
    .res-slider-content .slick-list {
        padding: 0 8vw!important;
    }
    .res-slider-content .slider{
        overflow: hidden;
    }
    .alignfull .slick-dots {
        margin: 0 8vw;
    }
}

/*Navtab*/
.res-navtab .nav-fill a {
	font-size: 90%;
}
@media only screen and (max-width: 970px) { 
    .res-navtab .tabs .nav-link {
        padding: 0.25em 0;
        line-height: 120%;
}
    .res-navtab .nav-fill .nav-item {
        margin-right: 1.5em;
    }
    
.mobilenav-container > li.active > .nav-item-wrap {
    font-size: 115%;
    font-weight: 600;
}
    
.res-navtab {
    padding:0!important;
}
.res-navtab i{
    padding-top: 3px;
}
.mobilenav-container{
    border-radius: 0;
    background-color: transparent!important;
    border: none;
    margin: 0;
}
.res-navtab .mobile-dropdown-menu-opener .nav-link {
    font-size: 110%;
    display: block;
    padding: 10px 0 10px 0px;
    border-bottom: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobilenav-container > li > ul {
    margin: 0 0 15px 0;
    padding: 4px 0;
}
.mobilenav-container > li > .nav-item-wrap {
    border-radius: 0;
    padding: 15px 0%;
	font-family: 'Golos Text', 'poppins', sans-serif!important;
}
}

/*Timeline*/
@media only screen and (min-width: 970px) {
    .timeline .layout-timeline.row:nth-child(odd) .timeline-postContent {
        margin-right: 14%;
		margin-top: 15px;
    }
    .timeline .layout-timeline.row:nth-child(even) .timeline-postContent {
        margin-left: 14%;
		margin-top: 15px;
    }
}

/*Downloads*/
.spalte-mit-abstand.wp-block-columns {
	gap: 10%;
}
.spalte-wenig-mit-abstand.wp-block-columns {
	gap: 5%;
}
.res-table .table-space-custom {
    margin: 3px;
    padding: 6px 0px;
}
.res-table .table-space-custom .btn-text-link{
	margin-right: 0;
}
@media only screen and (min-width: 970px) {
.res-table.style-01 .layout-03{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; 
	gap: 10%;
}
}


/*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: 70px;
}
.res-footer {
    margin-top: 0rem!important;
}
body .wp-block-columns {
    gap: 0.5em;
}
.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: 1.2rem!important;
}
.pt-3, .py-3 {
    padding-top: 1.2rem!important;
}
.pb-2, .py-2 {
    padding-bottom: 0.5rem!important;
}
.pt-2, .py-2 {
    padding-top: 0.5rem!important;
}
p {
    margin-bottom: 0.5rem;
}
address {
    margin-bottom: 0rem;
}
}