

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

body {
	font-family: 'hind-madurai', 'Roboto',  sans-serif;
	font-weight: 300;
	font-size: clamp(16px,1.1vw,19px);
	line-height: 160%;
	color: #212328;
	background-color: #fff;
}

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

/* Txt Links im Content */


 
.brand-color {
	color: #588EB3;
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'hind-madurai', sans-serif;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -.05rem;
}
h1 {
	font-size: clamp(29px, 5vw, 350%);
	font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}
h2 {
	font-size: clamp(23px, 2.5vw, 210%);
	font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}
h3 {
	font-size: clamp(20px, 2vw, 160%);
	line-height: 120%;
	font-weight: 400;
}
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; */
		}
h1 {
    letter-spacing: 0em;
}
}

/* Headline grosse Title  */

.headline-title h1  {
	font-size: clamp(240%, 4.2vw, 440%);
	line-height: 100%;
}
.headline-title h2  {
	font-size: clamp(200%, 3.8vw, 360%);
	line-height: 100%;
}
.headline-title h3  {
	font-size: clamp(180%, 3.3vw, 280%);
	line-height: 100%;
}
.res-boxboxes .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%;
}


/* Container */
.container, .overlayer-burgermenu .container {
/*    max-width: 1200px;*/
    max-width: 1300px;
}
.container-fluid {
    max-width: 80%;
}
.alignfull .container-small {
	max-width: 90%;
	margin: 0 auto;
	padding: 0 15px;
}
@media only screen and (max-width: 1400px) {
	.container{	max-width: 90%;	}
	.container-fluid {max-width: 90%;}
}
@media only screen and (max-width: 970px) {
	.container{	max-width: 94%;	}
	.container-fluid {max-width: 94%;}
}
@media only screen and (min-width: 970px) {
.container-small {
	max-width: 60vw;
	margin: 0 auto;
}
.page-contact .container-small {
	width: 50%;
}
}
@media only screen and (min-width: 970px) and (max-width: 1400px) {
.container-small {
	max-width: 80vw;
	margin: 0 auto;
}
.page-contact .container-small {
	width: 70%;
}
}

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

/* Logo Size  */
.logo img {
	width: clamp(100px, 15vw, 230px);
	height: auto;
}
/* Logo Mobile  */
@media only screen and (max-width: 970px) {
	.res-nav .logo-mobile img {
		height: 40px;
		padding-top: 5px;
	}
	.res-header-mobile {
		background-color: #fff;
	}
	
}
/*Nav*/
@media only screen and (min-width: 970px) {
	.res-header:not(.show) .res-nav-right{
		padding-bottom: 10px;
		padding-right: 2.5rem;
	}
}

.header-option-absolute.res-fixnav.show {
    box-shadow: none !important;
}
.page-on-top #burgermenuX-btn{
	display: none!important;
}


.burger-lines:before, .burger-lines:after,
.burger-lines {
    height: 2px;
    width: 35px;
}
#burgermenuX-btn.closebutton {
	margin-top: 0px;
    background-color: transparent;
}

.res-fix-nav-in-viewport #burgermenuX-btn{
    top: 0!important;
}
#burgermenuX-btn{
    padding: 10px 20px 20px 20px;
    background-color: #f0f5fb;
	margin-top: 0px;
    right: 0;
}
.overlayer-animation {
    padding-left:0;
}
.burger-lines, .burger-lines:before, .burger-lines:after {
    background: #000 none repeat scroll 0 0;
    height: 2px;
}
body.openBurgerMenu #burgermenu-section{
	background: linear-gradient(20deg, rgba(42,79,132,0.90) 50%, rgba(47,100,149,0.90) 100%);
}

.burger-lines {
    background: transparent
}
.burger-lines:before {
    top: 5px;
}
.burger-lines:after {
    top: -5px;
}
.burger-lines-button.x.closebutton .burger-lines:before, .burger-lines-button.x.closebutton .burger-lines:after {
    top: 0px;
	margin-right: 0;
}

/*  Fixnav */
.res-fixnav.show .logo {
	padding-top: 20px;
	padding-bottom: 16px;
}
.res-fixnav.show .logo img {
	width: clamp(90px, 8vw, 350px);
	height: auto;
	display: none!important;
}
/* Fixnav Desktop */
@media only screen and (min-width: 970px) {
.res-fixnav.show .container-fluid {
    max-width: 1200px;
    height: 0;
}
	.res-fixnav.show { 
		background: rgba(255,255,255, 0);
	}
	.res-fixnav.show .res-nav-right *{
		display: none;
	}
	.res-fixnav.show .res-nav li a {
		font-size: 90%;
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		box-shadow: none;
	}
	#burgermenuX-btn{
		top:15px;
	}
}
/* Fixnav Mobile */
@media only screen and (max-width: 970px) {
	
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		background: transparent;
		box-shadow: none;
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav .res-mobile-bar {
		background-color: #fff;	
	}
} 


/* RES Nav */
.res-nav .nav-link {
	font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
	font-size: 100%;
	white-space: nowrap;
}
.overlayer-burgermenu li.active a.nav-link {
    font-weight: 300 !important;
    opacity:1;
    color: #96D6FF!important;
}
.overlayer-burgermenu .navbar-nav li a.nav-link {
    font-size: 220%;
    line-height: 160%;
	text-transform: uppercase;
    color: #fff;
    font-weight:300;
    padding: 20px 0;
}

@media only screen and (max-width: 1660px) {
	.res-nav .nav-link {font-size: 100%; }
}

/*res-nav mobile */

@media only screen and (max-width: 970px) {
	.res-nav .nav-link {
		font-size: 170%;
		line-height: 110%;
		font-weight: 300;
		padding-left: 1rem;
	}
	.res-nav .navbar-collapse {
		padding: 0;
		margin: 0;
/*		background: #f1f6fa;*/
		background: linear-gradient(0deg, #f1f6fa, white);
		opacity: 0.95;
	}
	.res-nav .navbar-collapse .navbar-nav {
		padding: 60px 8% 30px 8%;
		height: calc(100vh - 70px)
	}
	
.mobile-x-close span:nth-child(1) {
    top: 5px;
    transform-origin: left center;
}
.mobile-x-close span:nth-child(2) {
    display: none;
}
.mobile-x-close span:nth-child(3) {
    top: 15px;
}

}


/* Abstand Mainnav Desktop clamp */
@media only screen and (min-width: 970px) {
	.res-nav .navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: clamp(25px, 3vw, 60px);
	}
	.show .navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: clamp(15px, 3vw, 40px);
	}
}

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

/* 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: #2A4F84;*/
		color: #4a90e2;
}
/* active Nav in dropdownn */
li.active .current-menu-item > a.dropdown-item {
    color: #eee;
	font-weight: 700;
}



/* Buttons */

.btn {
	padding: 0.25rem 2.5rem;
	border-radius: 50px;
	font-size: 90%;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
    transition: all 0.5s ease-in-out;

}
.btn-primary{
    background: linear-gradient(45deg, #255399, #00C1F5);
    background-size: 200% 200%;
    background-position: 0% 50%;
    color: #eee !important;
}
.btn-primary:link {}
.btn-primary:visited {}
.btn-primary:hover {
    background-position: 100% 50%;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    transform: scale(0.95);}
.btn-primary:active {}
.btn-primary:focus {}

.btn-secondary{
	border:0;
	background: #fff;
	color: #000;
/*
	border: none;
	border-bottom: 2px solid #588EB3;
	background-color: transparent;
	color: #212328;
	padding: 0.3rem 0;
*/
}

.btn-secondary:link {}
.btn-secondary:visited {}
.btn-secondary:hover {}
.btn-secondary:active {}
.btn-secondary:focus {}

/*
.btn-text-link {
	padding: 0!important;
	border-radius: 0;
	border: 0;
    color: #868788;
}
*/


.btn-outline{

}
.btn-text-link {
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	border-bottom: 1px solid #2A4F84;
	color: #2A4F84;
}
.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-arrow:hover {
	padding-left: 3px;
}
.btn-arrow:hover:after {
	margin-left: 12px;
}

.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;
	position: relative;
}
.res-footer.mt-5 {
    margin-top: 4.5rem!important
}
.res-footer .container{
    border-top: 3px solid #fff;
    padding-top: 5rem;
}
.res-widget-footer {
    font-size: 90%;
}
.res-footer .wp-block-columns, .res-footer address{
    margin-bottom: 0;
}

.res-widget-footer .footer-tile {
	padding-bottom: 15px;
}
.footer-social-box a {
    margin: 15px 15px 5px 0;
	padding: 0;
	border-radius: 0%;
	background-color: transparent;
}
.footer-social-box a i{
    color: #333;
	margin-right: 1rem;
}
.res-widget-footer.footer-social-icon .fa-res-icon svg {
	fill: #4a90e2;
	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: 45px;
	color:#4a90e2;
}
.res-footer-logo, .footer-logo-brand, .footer-logo{
	height: 100%
}
.footer-logo {
}
.res-footer-copyright {
    font-size: 13px;
    opacity: 0.8;
}

@media only screen and (max-width: 970px) {
.res-footer .wp-block-columns{
   gap:15px;
}    
.res-widget-footer.footer-social-icon span.fa-res-icon, .res-widget-footer.footer-social-icon span.fa-res-i {
    height: auto;
	padding-top: 10px;
}
.res-widget-footer .footer-title {
	margin-bottom: 5px;
}
.res-widget-footer {
    padding-top: 10px;
}
.res-footer-copyright .copyright-col1 {
    padding-top: 10px;
    margin-bottom: 0px!important;
}
}

/* Blog Singlepage Scroll Bar  */

body.single .res-singlepage-scroll-bar-frame {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: transparent;
}

body.single .res-single-scroll-bar {
  width: 100%;
  height: 5px;
  background: rgba(255,255,255, 0.0);
}

body.single .res-single-scroll-bar-progress {
  height: 8px;
/*  background: rgba(0,0,0, 1.0);*/
	background: linear-gradient(45deg, #2A4F84, #00C1F5);
  width: 0%;
}
body.single.footer-in-viewport .res-single-scroll-bar-progress {
  background: #f1f1f1;
}

@media only screen and (max-width: 970px) {
	body.single .res-single-scroll-bar {height: 3px;}
	body.single .res-single-scroll-bar-progress {height: 3px;}
}



/* Formular  */

.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: #212328 !important;
	font-weight: 400 !important;
}


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

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

/*Background*/
.custom{
      background-color: #2A4F84;
      background: linear-gradient(90deg, #2A4F84, #2F6495);
}
.custom *{
      color: #fff;
}
.custom .btn-primary{
    background: linear-gradient(45deg, #3A6EBD, #4FD3F7);
    background-position: 0% 50%;
    background-size: 200% 200%;
}
.custom .btn-primary:hover {
    background-position: 100% 50%;
    transform: scale(0.95);}

/*HR*/
hr {
    border: none;
    border-top: 1px solid #E6ECF1;
}

/*Font Awesome*/
i.fa-light{
    color: #868788;
}
.team-kontakt i{
    color: #868788;
	font-size: 170%!important;
	font-weight: 300!important;
}


/*Header */
.res-header-image .btn-primary, .res-header-video  .btn-primary{
    background: linear-gradient(45deg, #4582C1, #A7DEFF);
    background-size: 200% 200%;
    background-position: 0% 50%;
}
.res-header-image .btn-primary:hover, .res-header-video  .btn-primary:hover{
    background-position: 100% 100%;
}

.res-header-video .sloganBox{
        text-shadow: 0 0.1rem 0.9rem rgba(46,73,119,0.20);
}
/*
.res-header-video .fullscreenVideo{
    position: relative;
}
.res-header-video .fullscreenVideo video{
    bottom: -5%;
    position: absolute;
}
*/
.res-header-video .fullscreenVideo:after{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
/*    mix-blend-mode: multiply;*/
    background: linear-gradient( 60deg, rgba(0,65,134,0.58) 20%,transparent 60%)!important; 
}

/*Header Sonderfall home1 */
.res-header-image.res-style-01 h1, .res-header-image.res-style-01 h2, .res-header-image.res-style-01 h3, .res-header-image.res-style-01 p{
	color: #212328!important;
}
/*Header Sonderfall home Style 3*/
.res-header-image.res-style-03 h1, .res-header-image.res-style-03 h2, .res-header-image.res-style-03 h3, .res-header-image.res-style-03 p{
	color: #212328!important;
}
.res-header-image.res-style-03 p{
	margin-right: 1.5rem;
}

/*Abstände*/

@media only screen and (max-width: 970px) {
.pb-3, .py-3 {
    padding-bottom: 2rem!important;
}
.pt-3, .py-3 {
    padding-top: 2rem!important;
}
#realestate.pt-3, #company.pt-3{
	padding-top: 0!important;
}
.res-page-content .container .res-txt.py-4.custom:first-of-type{
	padding-top: 2rem!important;	
	padding-bottom: 1.5rem!important;	
}
}


/*Text Bild*/
.res-style-01 .txt-imagebox img{
    border-radius: 40px;
}
/*Text Bild*/
.res-style-03 .txt-imagebox img{
    border-radius: 0 0 0 40px;
}
.txt50-50 h3{
    font-weight: 300;
    letter-spacing: 0.02rem;
    margin-top: 1rem;
}
.txt-content50-50.p-3.mx-lg-5{
	margin-left: 10vw!important;
	margin-right: 5vw!important;
	padding: 15px!important;
}

@media only screen and (max-width: 1400px) {
.txt-content50-50.p-3.mx-lg-5{
	margin-left: 5vw!important;
	margin-right: 3vw!important;
}
}
@media only screen and (max-width: 970px) {
.page-investments .res-text-bild .txt-imagebox img{
	max-width: 30%;
}	
    .res-text-bild .txt-para-box {
        margin-bottom: 40px;
    }
}

/*Kontakt*/
@media only screen and (max-width: 970px) {
.res-page-content .res-widget-footer {
    padding-top: 0px;
}
}

/*Text Bild Sonderfall*/
@media only screen and (min-width: 970px) {
	.res-style-01.res-text-bild .txt-box, .res-style-01.res-txt .txt-title-field {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

}
.res-style-01.res-text-bild h2, .res-style-01.res-txt h2{
    order: 2;
}
.res-style-01.res-text-bild h3, .res-style-01.res-txt h3{
    order: 1;
}
.res-style-03.res-txt .btn{    
    padding: 0.5rem 3rem 0.4rem 3rem;
    border-radius: 110px;
    font-size: 130%;
}
.res-style-01.res-text-bild .txt-text{
    order: 3;
	padding-bottom: 1rem;
}
.res-style-01.res-text-bild .row:not(.flex-row-reverse){
    margin-left: 75px;
}

.res-style-01.res-text-bild .row.flex-row-reverse{
    margin-right: 75px;
}
@media only screen and (min-width: 970px) {
	.res-text-bild.res-style-03 .txt-box h2 {
		margin-left: -3.5rem;
	}
	.res-text-bild.res-style-03 .txt-box h3 {
		margin-left: -2rem;
		font-size: 150%;
		letter-spacing: 0.2rem;
		text-transform: uppercase;
		color: #2A4F84;
	}
}
.res-text-bild.res-style-02 .txt-box h2, .res-txt.res-style-02 h2 , .res-txt.res-style-01 h2 {
	font-size: clamp(170%, 3.2vw, 260%);
    font-weight: 700;
}
.res-text-bild.res-style-02 .txt-box h3, .res-txt.res-style-02 h3, .res-txt.res-style-01 h3 {
	font-size: clamp(110%, 2vw, 150%);
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	color: #2A4F84;
}
.res-text-bild.res-style-03 .layout-2 .txt-box h3 {
	font-size: 120%;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	color: #2A4F84;
}


/*Navtab*/
.res-navtab .tabs-acf .tab-links .nav-link{
    padding: 0 1rem!important;
    text-align: center!important;
    border-right: solid 1px #E6ECF1;
}
.res-navtab .tabs-acf .tab-links .nav-link span{
    padding: 0!important;
    text-align: center!important;
}
.res-fixnav .sticky-subnav {
    padding: 1rem 0 !important;
}
.res-navtab .tabs .nav-link {
    color: #000;
}
.res-navtab .tabs .nav-link:hover {
    color: #2A4F84;
    opacity: 1;
}

/*Scroll Arrow*/
.txt-arrow{
    padding: 0!important;
    position: absolute;
    bottom: 0;
}
.txt-arrow i{
    font-size: 200%;
    font-weight: 100;
}

/*Collapse*/
.res-collapse .card {
    background-color: transparent;
}
.res-collapse .card:first-of-type .card-header {
    border-top: 3px solid #fff;
}
.res-collapse .collapsed .card-header {
    border-bottom: 3px solid #fff;
}
.res-collapse .card-header {
    border-bottom: none;
}
.res-collapse .card-body {
    border-bottom: 3px solid #fff;
}

/*Boxes*/
.teamContent i{
    margin: 0 0 0 0!important;
}
.res-boxes.res-style-01 .postImg{
    border-radius: 0px;
    aspect-ratio: 3 / 2;
    align-content: center;
    overflow: hidden!important;
    display: flex;
    margin-bottom: 0!important;
}
.res-boxes.res-style-01 .postImg img {
    padding: 15px;
    object-fit: contain;
}
.teamBox:hover{
	opacity: 0.7;
}
.teamBox:hover .vorschau-text{
/*	color: #4a90e2;*/
}
@media only screen and (max-width: 970px) {
    .boxes-modal .modal-body {
        padding: 5px 6% 1em 6%;
    }
	.x-close {
    margin: 0px 0px 0 0;
}
.row-cols-1 .team-col {
    flex: 0 0 50%;
    max-width: 50%;
}
.res-boxes.res-style-01 .row{
    margin-left: -15px;
    margin-right: -15px;
} 
.res-boxes.res-style-01 .box-col{
    flex: 0 0 50%;
    max-width: 50%;
} 
.res-boxes.res-style-01 .postImg img {
    padding: 5px 15px;
}
.res-boxes.res-style-01 .postContent {
    display: none!important;
}
}  

/*Slider*/
.res-slider-content .box-custom {
    background: #f0f5fb;
    border-radius: 0 0 0px 0;
}
.res-slider-content.alignfull .slick-next {
    margin-right: 0%;
}
.res-slider-content .box-padding02 {
    padding: 2rem 3rem;
}
.custom.res-slider-content .box-custom *{
   color: #212328;
}
.custom.res-slider-content .postBox{
    height: 100%;
}
.custom.res-slider-content .postBox .postContent {
   display: flex;
    flex-direction: column;
    height: 100%;
}
.custom.res-slider-content .postBox .postContent i{
   margin-top: auto!important;
}
.custom.res-slider-content .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f0f5fb;
}
.custom.res-slider-content .slick-dots li button:before {
    color: #588EB3;
}
.custom.res-slider-content .slick-next:before, .custom.res-slider-content .slick-prev:before {
    opacity: 1;
    color: #f0f5fb;
}
.custom.res-slider-content .slick-next:hover:before, .custom.res-slider-content .slick-prev:hover:before, .custom.res-slider-content .slick-disabled:before {
    opacity: 1;
    color: #588EB3;
}
.custom.res-slider-content.alignfull .slick-next:hover, .custom.res-slider-content.alignfull .slick-prev:hover {
    background: transparent;
    border-radius: 0;
}
.res-slider-content.alignfull .slick-next:hover, .res-slider-content.alignfull .slick-prev:hover {
    background: rgba(255,255,255, .9);
    border-radius: 2px;
}
.res-slider-content.alignfull .inner-container.container-wide {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
@media only screen and (max-width: 970px) {
.res-slider-content.alignfull .inner-container.container-wide {
    padding: 0 0;
}
}

/*Spalten*/

@media only screen and (max-width: 970px) {
    :where(.wp-block-columns.is-layout-flex) {
    gap: 0.5em;
}
    .wp-block-columns.invest-spalten{
        flex-direction: column-reverse;
    }
    }


/*Formular*/
.forminator-ui#forminator-module-1356.forminator-design--material .forminator-button-submit {
    background: linear-gradient(45deg, #255399, #00C1F5);
    background-size: 200% 200%;
    background-position: 0% 50%;
    color: #eee !important;
}
.forminator-ui#forminator-module-1356.forminator-design--material .forminator-button-submit:link {}
.forminator-ui#forminator-module-1356.forminator-design--material .forminator-button-submit:visited {}
.forminator-ui#forminator-module-1356.forminator-design--material .forminator-button-submit:hover {
    background-position: 100% 50%;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    transform: scale(0.95);
}


/*Boxes*/
@media only screen and (max-width: 970px) {
#res-boxes-block_001de0e127953f54fb521d2a531020be .box-item.height-asynch:nth-child(odd) {
    margin-top: 0px !important;
}
}

/* Desktop */

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

.res-txt .title-only-btns .btn {
	margin-right: 2rem;
}


.res-boxes.res-style-03 .box-content {
    padding: 3rem 4rem;
}

.res-blog .blog-boxes .box-content {
    padding: 3rem 4rem;
}
.res-blog .blog-boxes .box-custom {
	background: #f0f5fb;
    border-radius: 0 0 0 0px 0;
}

.res-boxes .box-custom {
	background: #f0f5fb;
    border-radius: 0 0 0px 0;
	margin-bottom: 10px;
}
@media only screen and (max-width: 1400px)  and (min-width: 970px) {
	.res-text-bild.res-style-03 .layout-2 .txt-box h2 {
		margin-left: -3rem;
	}
	.res-text-bild.res-style-03 .layout-2 .txt-box h3 {
		margin-left: -1.5rem;
	}
	.res-text-bild.res-style-03 .inner-container{
		margin-left: 3rem;
		margin-right: 3rem;
	}
    .res-boxes.alignwide .inner-container.container-wide, .res-boxes.alignwide .inner-container.container-off {
    padding: 0;
    }
    .res-slider-content.alignfull .inner-container.container-wide {
    max-width: 95%;
}
    .res-slider-content.alignfull .inner-container.container-wide .box-item, .res-boxes.res-style-03 .box-inner {
        margin-right: 25px!important;   
        font-size: 95%;
        line-height: 145%;    
}
.overlayer-burgermenu .container {
    max-width: 90%;
}
.pb-4, .py-4 {
    padding-bottom: 4rem!important;
}
.pt-4, .py-4 {
    padding-top: 4rem!important;
}
.res-slider-content .box-padding02, .res-boxes.res-style-03 .box-content {
    padding: 1.5rem 2rem;
}
}
@media only screen and (max-width: 1200px) and (min-width: 970px) {
    .res-slider-content.alignfull .inner-container.container-wide .box-item, .res-boxes.res-style-03 .box-content {
        font-size: 90%;
        line-height: 140%;    
}
}

@media only screen and (max-width: 970px) {
	.page-home .res-boxes .box-item {
		margin-bottom: 10px !important;
	}
    .res-footer.mt-5{
        margin-top: 0!important;
        padding-top: 0!important;
    }
    .footer-social-icon, .footer-social-icon-link{
        margin-top: 0!important;
        padding-top: 0!important;
    }
    .res-style-03.py-4{
        padding-top: 2rem!important;
    }
    .res-slider-content.alignfull .inner-container.container-wide {
    max-width: 100%;
    }    
    .res-slider-content.alignfull .inner-container.container-wide .slick-list{
    padding: 0px 10px!important;
    }
    .pb-4, .py-4 {
    padding-bottom: 3rem!important;
    }
    .pt-4, .py-4 {
     padding-top: 3rem!important;
    }
    .pb-5, .py-5 {
    padding-bottom: 4rem!important;
    }
    .pt-5, .py-5 {
    padding-top: 4rem!important;
    }
    .res-nav .logo-mobile {
    padding: 15px 0 15px 8%;
}
}


/*Mobile Box Paddings Custom reset */

@media only screen and (max-width: 970px) {
	.res-slider-content .box-padding02,
	.res-boxes.res-style-03 .box-content,
	.res-blog .blog-boxes .box-content,
	.res-slider-content .box-padding02 {
		padding: 1.5rem;
	}
	
	.res-txt.res-style-01 .var-1spalten.d-flex  {
		display: block !important;
		width: 90%;
	} 

}



.res-style-01 div  {
}
.res-style-02 div {
}
.res-style-03 div {
}



/*  Real Cookie Stylings */

.rcb-banner .rcb-content {
/*	background: linear-gradient(45deg, #4582C1, #5FB2E3) !important;*/
/*	background: linear-gradient(-45deg, #2a6bc5, #2A4F84) !important;*/
	opacity: 0.95;
	background-color: #4582C1 !important;
}
.rcb-banner .rcb-body {
}
.rcb-banner .rcb-header-container,
.rcb-banner .rcb-body-container,
.rcb-banner .rcb-footer-container,
.rcb-banner .rcb-tb-right {
	background-color: transparent !important;
	border: 0 !important;
}
.rcb-banner .rcb-btn-accept-essentials,
.rcb-banner .rcb-btn-accept-individual {
	background-color: transparent !important;
	color: #fff !important;
}
.rcb-banner .rcb-btn-accept-all {
	background-color: #fff !important;
	color: #4582C1 !important;
}
.rcb-banner .rcb-btn-accept-individual-save {
	background-color: #fff !important;
	border: 1px solid #fff !important;
	color: #4582C1 !important;
	font-size: 15px !important;
	
}

.rcb-content-blocker {
	margin: 0.4rem;
	padding: 0.8rem;
}
.rcb-content-blocker .rcb-tb-top .rcb-btn-accept-individual,
.rcb-content-blocker .rcb-tb-bottom .rcb-btn-accept-all {
  	max-width: 440px !important;
	display: inline-block;
}
.rcb-content-blocker .rcb-tb-top .rcb-btn-accept-individual span,
.rcb-content-blocker .rcb-tb-bottom .rcb-btn-accept-all span {
	padding: 0.8rem !important;
	display: inline-block;
}

button.rcb-sc-link {
	margin: 0.2rem;
	padding: 0.3rem 1.5rem;
	font-size: 80%;
	border: 2px solid #eee;
}



.res-txt.res-style-02 {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.res-header-image.res-style-02 .sloganbox-background {
    background: rgba(255,255,255, 1.0);
    padding: 1.7rem 3rem;
}
.res-header-image.res-style-02 .sloganBox h1 {
	font-size: 140%;
	color: #fff;
	border-bottom: 1px solid #fff;
}

/*
.home .res-header-image .sloganBox h1 {
	border-bottom: 1px solid #fff;
}
*/




/*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) {
.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;
}
}



/*Cleanup Externer Code*/
ul li.nav-item::before {
	display: none!important;
}