

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

body {
	font-family: 'Be Vietnam Pro', 'montserrat', sans-serif;
	font-weight: 400;
	font-size: clamp(18px,1.2vw,20px);
	line-height: 175%;
	color: #000;
	background-color: #faf7f7;
	position: relative;
}
/*Link Farbe */
p a { color: #009fd7;}
a:hover {
    color: #009fd7;
}

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

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

.brand-color {
	color: #009fd7; 
}

strong, b{
	font-weight: 600;
}


/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Be Vietnam Pro', 'montserrat', sans-serif;
	font-weight: 600;
	line-height: 110%;
    letter-spacing: -0.02em;
}
h1 {
	font-size: clamp(26px, 3.9vw, 300%);
}
h2 {
	font-size: clamp(24px, 3.0vw, 290%);
}
h3 {
	font-size: clamp(18px, 2.2vw, 180%);
}
h3 span{
	font-weight: 400;
}
h4 {font-size: clamp(19px, 1.5vw, 140%);} 
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: 70%;
    max-width: 1300px;
}
.container-fluid {
    max-width: 90%;
}
.alignwide {
    margin-left: -10vw;
    margin-right: -10vw;
}
.container-small {
	max-width: 900px;
	margin: 0 auto;
}
.inner-container.container-off {
    width: 100%!important;
    max-width: 100%!important;
    padding: 0!important;
}
.res-txt.alignwide .inner-container.container-wide, .res-txt.alignwide .inner-container.container-off {
    max-width: 100%;
}
.res-txt.alignfull .inner-container.container-wide, .alignfull .inner-container.container-wide {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

/* Grösser als HD */
@media only screen and (min-width: 1920px) {
.container-fluid{
    max-width: calc(1400px + 20vw + 30px);
}
}

/* Laptop Surface */
@media only screen and (max-width: 1450px) {
	.container{	max-width: 80%;width: 80%;}
	.container-fluid {width: 90%;}
	.alignwide {
		margin-left: calc(-5vw);
		margin-right: calc(-5vw);
	}
}


/* Laptop Tablet & Mobile */
@media only screen and (max-width: 1100px) {
	.container{	max-width: 92%;width: 92%;}
	.container-fluid {max-width: 92%;width: 92%;}
	.alignwide {
		margin-left:0;
		margin-right: 0;
	}
	.res-txt.alignfull .inner-container.container-wide, .alignfull .inner-container.container-wide{
		max-width: 92%;width: 92%;
	}
}


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

/* Logo Size  */
.logo img {
	width: clamp(200px, 20vw, 350px);
	height: auto;
}

/* Logo Mobile  */
@media only screen and (max-width: 970px) {
	.res-nav .logo-mobile img {
		height: 25px;
	}
	.res-nav .logo-mobile {
    width: 100%;
    padding: 18px 0 18px 2%;
}
}


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

    .home .res-header{
	background-color: #faf7f7;
    }
	.res-nav .nav-link {
		font-size: 95%;
	    font-weight: 400;
		padding: 0.7rem 1.3rem;
		white-space: nowrap;
        position: relative;
	}
/*	.res-nav .nav-link:after {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        top: 50%;
        right: calc(100% - 10px);
        background-color: #009fd7;
	    transition: all .3s ease-in-out;
	}*/

	.res-nav .navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 8px;
	}
    .res-nav .navbar-expand-md .navbar-nav .menu-item {
        padding-left: clamp(15px, 1.5vw, 50px);
    }

}


/* Hover */
.res-nav-section li a:hover,
.res-header.header-option-absolute:not(#res-nav-clone) .nav-link:hover{
	color: #009fd7;
}


/* 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,
    .res-header.header-option-absolute:not(#res-nav-clone) .active .nav-link{
		color: #009fd7;
}
    .res-fixnav.show .res-nav li.active a{
		color: #fff;
}

/* active Nav in dropdownn */
li.active .current-menu-item > a.dropdown-item {
    color: #009fd7;
	font-weight: 400;
}
#res-menu-mobile .current-menu-ancestor .current-page-ancestor > a, #res-menu-mobile .current-page-ancestor .menu-item-object-page:not(.current-menu-item)  > a{
    color: #000;
	font-weight: 300;
}

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

/*  Fixnav */
.res-fixnav.show .logo {
	padding-top: 12px;
	padding-bottom: 14px;
}
.res-fixnav.show .logo img {
	width: clamp(90px, 9vw, 350px);
	height: auto;
}
/* Fixnav Desktop */
@media only screen and (min-width: 970px) {
	.res-fixnav.show { 
		background: #009fd7;
	}
	.res-fixnav.show .res-nav li a {
		font-size: 90%;
        color: #fff;
	}
	.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.4rem 2.6rem;
	border-radius: 16px;
	font-size: 90%;
}

.btn-primary{
    background-color: #009fd7;
    color: #fff !important;
	font-weight: 400 !important;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
}
.btn-primary:active {
}
.btn-primary:focus {
}

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

.btn-arrow:after {
	content: "\f178";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 100%;
    margin-left: 0;
    font-weight: 500;
    font-size: 100%;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.btn-back{
    color: #009fd7;
	position: relative;
	padding: 0 8px 0 1.5em!important;
	margin: 0;
	border-radius: 0;
	font-weight: 500;
	transition: all .3s ease-in-out;
}

.btn-back:after {
	content: "\f177";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    margin-left: 0;
    font-weight: 500;
    font-size: 100%;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.btn-arrow:hover:after {
    margin-left: 0;
}
/*.btn-text-link:after, .btn-arrow:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    top: 50%;
    left: 0;
    background-color: #009fd7;
    transition: all .3s ease-in-out;
	}
.btn-text-link:hover:after, .btn-arrow:hover:before {
    width: 100%;
	}
.btn-text-link:hover, .btn-arrow:hover {
    color: #009fd7;
	}
*/
.btn-sm {
	font-size: 80%;
} 


/* Btns Laptop  */
@media only screen and (max-width: 1500px) {
	.btn {font-size: 100%;}
}	

/* 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: #000;
    padding-top: 12vh;
}

.res-footer *{
	color: #b3b3b3;
}
.res-footer h2{
	color: #fff;
}
.res-footer .res-txt{
    font-size: 80%;
}
.res-footer .wp-block-columns{
    margin-bottom: 0;
}
.res-footer .copyright-col2 {
    padding-left: 0!important;
}
.footer-title {
    font-size: 100%;
    font-weight: 300;
    margin-bottom: 0px;
    opacity: 0.65;
}
.res-footer .txt-textfield p{
    margin-bottom: 0.1em;
}
.res-footer .txt-textfield-btns{
    padding-top: 0!important;
}

.res-widget-footer .footer-tile {
	padding-bottom: 15px;
}
.footer-social-box{
    text-align:right;
}
.footer-social-box a {
	background: transparent;
	border-radius: 100%;
}
.res-widget-footer.footer-social-icon .fa-res-icon svg {
	fill: #fff;
	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: #fff;
}
.res-footer .res-txt.style-04 .postContent {
	line-height: 140%;
	padding-bottom: 15px;
} 
.res-footer .res-txt.style-04 h3 {
	font-size: clamp(12px, 1.85vw, 150%);
	font-weight: 400;
}

.res-footer .res-btn .ausrichtung-btn .btn  {
	margin-left: 0px;
	color: #009fd7;
}
.res-footer  .footer-social-box a {
    margin: 5px 25px 5px 0;
}

@media only screen and (max-width: 1400px) { 
    .res-footer .wp-block-columns .wp-block-column:nth-of-type(4){
        flex-basis: 15%!important;
    }
    .res-footer .btn {
    padding: 0.4rem 1.5rem;
    }
}

@media only screen and (max-width: 970px) {
.res-footer .footer-social-box a {
    margin: 5px 15px 5px 0;
}
.res-footer-copyright .copyright-col1 span {
    display: inline;
}
.res-footer-copyright .copyright-col1 {
    margin-bottom: 0px;
}
.res-footer .wp-block-columns {
	gap: 4vw;
	}
.res-footer .haupt-spalten .wp-block-column {
	flex-basis: 45%!important;
	width: 45%;
	}
.res-footer .haupt-spalten .wp-block-column:nth-of-type(4){
    display: none;
	}
.res-footer .wp-block-columns:not(.haupt-spalten) .wp-block-column:nth-of-type(1){
    flex-basis: 70%!important;
}
.res-footer .wp-block-columns:not(.haupt-spalten) .wp-block-column:nth-of-type(2){
    flex-basis: 25%!important;
}
}


/* Blog Container */

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


/* Headline grosse Title  */

.headline-title h1  {
	font-size: clamp(185%, 5vw, 500%);
	line-height: 100%;
/*	font-weight: 600;*/
    letter-spacing: -0.02em;
}
.headline-title h2  {
	font-size: clamp(18%, 5vw, 500%);
	line-height: 105%;
}
.headline-title h3  {
	font-size: clamp(160%, 3.3vw, 280%);
	line-height: 105%;
}
.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 {
}

/*Allgemein*/
.w-80{ width: 80%;}

.fa-arrow-right-long{
    font-weight: 900!important;
}
body:after{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
    background-image: url("img/linie-grau.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 30%;
	z-index: -1;
	opacity: 0.075;
}
@media only screen and (max-width: 970px) {
body:after{
    background-image: url("img/linie-grau-mobile.svg");
    background-position: 0% 25%;
}
    .res-link-anker.w-75{
        display: none;
    } 
}
p{
    hyphens: auto;
}

.bg-light {
    background-color: #faf7f7 !important;
}

/*Header*/
.res-head i{
    font-size: 60%;
}
.res-head.container-fluid{
    margin-left: 1vw;
    max-width: 94%;
}
.page-on-top .res-head.container-fluid .res-nav-right{
    margin-bottom: 20px;
}
.page-on-top .burger-lines-button{
    top: 40px!important;
}
body:not(.page-on-top) .burger-lines-button{
    top: 3px!important;
}
body:not(.page-on-top) #burgermenuX-btn{
    display: none!important;
}
body:not(.page-on-top).res-fix-nav-in-viewport #burgermenuX-btn{
    display: block!important;
}
.overlayer-pagecontent a, .overlayer-pagecontent {
    color: #000;
}
.overlayer-pagecontent a:hover{
    color: #009fd7;
}
.overlayer-pagecontent .res-navtab .nav-hoch .nav-link {
    font-size: 220%;
    padding:0.75em 0 0.75em 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.overlayer-pagecontent .res-widget-footer {
    font-size: 100%;
    line-height: 200%;
}
.burger-lines:before, .burger-lines:after {
    background: #009fd7 none repeat scroll 0 0;
}
.res-fix-nav-in-viewport .burger-lines:before, .res-fix-nav-in-viewport .burger-lines:after {
    background: #fff none repeat scroll 0 0;
}
.burger-lines {
	background: transparent;
	height: 2px;
}
.burger-lines:before, .burger-lines:after {
	background: #009fd7 none repeat scroll 0 0;
	height: 2px;
}
.burger-lines:before {
    top: 6px;
}
.burger-lines:after {
    top: -6px;
}
.openBurgerMenu #res-menu{
	opacity: 0;
}
.overlayer-burgermenu .navbar-nav li a.nav-link {
    color: #2e2d2c;
}
#burgermenu-section {
    top: 110px;
}
body.page-on-top.openBurgerMenu #burgermenu-section {
	height: calc(100% - 110px);
	top: 110px;
}
body.openBurgerMenu #burgermenu-section {
	background: #faf7f7;
	height: calc(100% - 63px);
	top: 63px;
}
body.openBurgerMenu #burgermenu-section .overlayer-navigation{
	padding-top: 3rem!important;
}

.burger-lines-button.x.closebutton .burger-lines::before, .burger-lines-button.x.closebutton .burger-lines::after {
    background-color: #009fd7;
}

.overlayer-burgermenu .navbar-nav li {
    max-width: 100%;
    flex-basis: 100%;
}
.burgermenu-nav-section ul li.megamenu > .dropdown-menu {
    column-gap: 50px;
}
.burgermenu-nav-section ul li.megamenu .dropdown-menu {
    display: flex;
    padding: 0 0 0 0px;
}
.burgermenu-nav-section ul li.megamenu .dropdown-menu ul{
    display: block;
}
.burgermenu-nav-section ul li.megamenu > .dropdown-menu > li {
    padding-top: 60px;
}
.burgermenu-nav-section ul li.megamenu .dropdown-menu .dropdown-item {
    font-weight: 300;
    color: #009fd7;
    padding: 0 0 15px 0;
}
.burgermenu-nav-section .megamenu .dropdown-submenu > a.dropdown-item {
    width: 100%;
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
    font-size: 130%;
}
.burgermenu-nav-section ul li.megamenu .dropdown > .dropdown-menu a.dropdown-item {
    padding: 0.25rem;
    padding-left: 0px;
    font-weight: 300;
    color: #000;
    width: 100%;
    font-size: 90%;
}
.burgermenu-nav-section ul li.megamenu .dropdown > .dropdown-menu a.dropdown-item:hover{
    color: #009fd7;
}
@media only screen and (min-width: 970px) {
	.res-nav .sprachmenu-vorschau .nav-link {
		font-size: 13px;
	}
.dropdown-menu {
	margin-left: clamp(30px, 3vw, 50px);
    background: #faf7f7;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.3);
}
.burgermenu-nav-section .dropdown-menu {
	margin-left: 0;
}
body .dropdown-menu.show li.menu-item.nav-item{
    padding-left: 0;
}
body .dropdown-menu.show li.menu-item.nav-item .dropdown-item{
    color: #000;
}
}

@media only screen and (max-width: 1400px) {
.page-on-top .burger-lines-button{
    top: 30px!important;
}
body.page-on-top.openBurgerMenu #burgermenu-section {
	height: calc(100% - 100px);
	top: 100px;
}
}
@media only screen and (max-width: 1150px) {
	.burger-lines-button {
    right: 20px;
}
}
@media only screen and (max-width: 970px) {
.res-head.container-fluid{
    width: 100%;
    max-width: 100%;
	margin-left: 0;
}
.res-nav .navbar-toggler {
    right: 10px;
}
body:not(.page-on-top).res-fix-nav-in-viewport #burgermenuX-btn{
        display: none!important;
    }
.res-mobile-bar {
    background: #fff;
}
.mobile-x-close span {
    background: #009fd7;
}
.res-nav .navbar-nav {
    min-height: calc(100vh - 65px);
}
.page-on-top .res-head.container-fluid .res-nav-right {
    margin-bottom: 0px;
}
}
/*Header Video*/
.res-header-video .header-arrow {
    position: absolute;
    bottom: 5%;
    left: auto;
    right: 0;
    z-index: 88;
    transform: translateX(0%);
    line-height: 1;
}
.res-header-video .header-arrow i{
    height: 10vh;
    width: 5vw;
    background-image: url("img/pfeil-weiss.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.res-header-video .header-arrow i:before{
    display: none;
    
}
.res-header-video .headline-title h3  {
	font-size: clamp(130%, 1.8vw, 200%);
    font-weight: 300;
}
@media only screen and (min-width: 970px) {
.res-header-video .fullscreenVideo {
    position: absolute;
    bottom: -11px;
}
}
@media only screen and (max-width: 970px) {
.res-header-video .header-arrow i{
    height: 10vh;
    width: 13vw;
}
}

/*Slider*/
.res-slider-content.alignfull .slick-prev{
	margin-left: 0%;
}
.res-slider-content .slick-next, .res-slider-content .slick-prev {
    background-color: #fff;
}
.res-slider-content .slick-next:before, .res-slider-content .slick-prev:before {
    font-weight: 900;
    font-size: 35px;
    opacity: 1;
    color: #009fd7;
}
.res-slider-content .slick-next:before {
    content: "\f061";
}
.res-slider-content .slick-prev:before {
    content: "\f060";
}
@media only screen and (max-width: 1200px) {
.res-slider-content .slick-next:before, .res-slider-content .slick-prev:before {
    font-size: 25px;
}
.res-slider-content .slick-next,  .res-slider-content .slick-prev{
    width: 40px;
    height: 40px;
}
.res-slider-content .slick-next {
    margin-right: 0%;
}
.res-slider-content .slick-prev {
    margin-left: -2%;
}
.res-slider-content.alignwide .inner-container.container-off {
    margin-left:auto;
    margin-right: auto;
    max-width: 100%;
}
.res-slider-content.alignwide .inner-container.container-off .box-item{
    margin-right: 5px!important;
}
}

/*Boxes*/
.res-boxes .box-padding04 {
    padding: 32px 40px 28px 40px;
}
.res-boxes .postContent h4{
		  hyphens: auto; 
		  -webkit-hyphens: auto; 
}
.box-inner.border:hover{
    border-color: #009fd7!important;
}
.box-inner.border:hover *{
    color: #009fd7!important;
}
.box-inner.border i{
    color: #b3b3b3;
}
.res-boxes .postBox{
	display: flex;
    flex-direction: column;
    height: 100%;
}
.res-boxes .box-inner{
	border-radius: 9px;
}
.res-boxes .postImg img{
	border-radius: 9px 9px 0px 0px;
}
.res-boxes .team-item .postImg img{
	border-radius: 9px 9px 9px 9px;
}
.res-boxes .postContent{
	display: flex;
    flex-direction: column;
    height: 100%;
}
.res-boxes .postContent .vorschau-text{
	margin-bottom: 2rem;
}
.res-boxes .team-item .vorschau-text{
	margin-bottom: 0rem!important;
    padding-bottom: 0!important;
}
.res-boxes .team-item .team-kontakt{
    padding-top: 0!important;
}
.res-boxes .team-item .team-kontakt i{
    font-weight: 900;
    color: #009fd7
}
.res-boxes .postContent .btn,.res-boxes .postContent i{
    margin-top: auto !important;
	max-width: fit-content;
}
.res-boxes .postContent i{
    padding-top: 1rem;
}
.res-boxes .postImg {
    overflow: visible!important;
}
.res-boxes .box-inner.box-custom{
	color: #fff;
	background: #009fd7;
}
.res-boxes .box-inner.box-custom h3, .res-boxes .box-inner.box-custom h4 {
	color: #fff;
} 
.res-boxes .box-inner.box-custom a {
	color: #96D2E7;
} 
.res-boxes .box-inner.box-custom .box-img {
    margin-bottom: 0!important;
} 
.res-boxes .res-filter-list {
    width:70vw;
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
}
.res-boxes .bild-effekt img{
    transition: none!important
}
.res-boxes.style-01 h3 {
	font-size: clamp(18px, 1.6vw, 150%);
}
@media only screen and (max-width: 1450px) {
.res-boxes .res-filter-list {
    width:80vw;
    max-width: 80vw;
}
.res-boxes .boxlayout01 .box-content {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px;
}
}
@media only screen and (max-width: 1100px) {
.res-boxes .res-filter-list {
    width:93vw;
    max-width: 93vw;
}
}
@media only screen and (max-width: 970px) {
.res-boxes .postContent .vorschau-text{
	margin-bottom: 0.5rem;
}
.res-boxes .box-padding04 {
    padding: 20px 25px 15px 25px;
}
.res-slider-content .slick-initialized .slick-slide {
	margin-right: 5px!important;
}
}

/*Text*/
.res-txt.style-01 h3 {
	color: #009fd7;
}
.res-txt.style-04 .txt-textfield span {
	color: #32444A;
	border-bottom: 1px solid #96D2E7;
}

@media only screen and (max-width: 970px) {
.res-txt .btn-float-right{
    align-items: flex-start!important;
}
.res-txt.alignfull.layout03 .inner-container .title-only-section {
    max-width: 100%;
}
.res-txt.alignfull.layout03 .inner-container {
    max-width: 93%;
    margin: 0 auto;
    width: 93%;
    padding: 0 15px;
}
}


/*Logo Slider*/
.res-logo-slider .logo-wrapper{
	width: 15%;
}
.res-logo-slider .logo-wrapper .scroll-logo{
	padding: 0 2.5vw;
}
.res-logo-slider .logo-scroller-outside-frame{
	margin-top: -8vh;
	margin-bottom: -8vh;
	overflow: hidden;
}
.res-logo-slider .logo-wrapper .scroll-logo{
	border: none;
}

/*Sticky boxes*/
.res-sticky-boxes{
    min-width: calc(90vw - 30px);
    margin-bottom: 15%;
}
.res-sticky-boxes .linke-spalte{
    width: 37%;
}
.res-sticky-boxes .rechte-spalte{
    width: 63%;
}
.res-sticky-boxes .rechte-spalte .row{
    margin-top: 25%;
    padding-bottom: 10%;
}
.res-sticky-boxes .rechte-spalte .col-6:nth-of-type(odd){
    padding-right: 2.5rem;
}
.res-sticky-boxes .rechte-spalte .col-6:nth-of-type(even){
    padding-left: 2.5rem;
}

/*Icons*/
.res-icons-text .box-icon-padding04 {
    padding: 35px 47px 30px 47px;
}
.res-icons-text .icons-txt-content {
    font-size: 100%;
    line-height: 150%;
}
@media only screen and (max-width: 970px) {
.res-icons-text .box-icon-padding04 {
    padding: 5px 15px 20px 15px;
}
}


/*Text Bild*/
.res-text-bild.style-02 .inner-container{
    padding: 2rem 3.5rem;
    background-color: #E1EDF9;
}
.res-text-bild.style-01 .inner-container h2{
		  hyphens: auto; 
		  -webkit-hyphens: auto; 
}
@media only screen and (min-width: 970px) {
.res-text-bild.style-01 .txt-box{
/*    background-color: #f8f9fa;*/
    background-color: #E1EDF9;
    height: fit-content;
    padding: 3rem;
    z-index: 5;
    margin: auto -10vw auto 7.5vw!important;
}
.res-text-bild.style-01 .flex-row-reverse .txt-box{
    margin: auto 7.5vw 4rem -10vw!important;
}
.res-text-bild.style-01 .row{
	margin: 0;
}
.res-text-bild.style-01 .col-md{
	padding: 0;
	margin: 0!important;
}
.res-text-bild.alignfull.style-01 h3{
	font-size: clamp(11px, 1.4vw, 130%);
    line-height: 120%;
    font-weight: 300;
}
.res-txt.alignwide.style-01 h3{
	font-size: clamp(13px, 1.8vw, 180%);
	margin: 1.3rem 0;
	line-height: 140%;
/*	color: #9DCC1B;*/
}
}


@media only screen and (max-width: 1800px)  and (min-width: 970px) {
.res-text-bild.style-01 .txt-box{
    padding: 2.5rem 2.7rem;
    flex: 0 0 36%;
    max-width: 36%;
}
}
@media only screen and (max-width: 1500px)  and (min-width: 970px) {
.res-text-bild.style-01 .txt-box{
    padding: 2rem 2.5rem;
    margin-left: calc(15px + 5vw);
    margin: 3rem -15vw auto 7vw!important;
    flex: 0 0 40%;
    max-width: 40%;
}
}

@media only screen and (max-width: 1200px)  and (min-width: 970px) {
.res-text-bild.style-01 .txt-box{
    padding: 1.7rem 2rem;
    flex: 0 0 45%;
    max-width: 45%;
    margin: 2rem -25vw auto 7vw!important;
    background-color: rgba(225,237,249,0.91);
}
}
@media only screen and (max-width: 970px) {
.res-text-bild.style-01 .row{
    margin: 0!important;
}
.res-text-bild.style-01 .txt-box{
    padding: calc(15px + 5vw);
}
.res-text-bild.mit-icons .txt-imagebox {
    max-width: 40%;
    margin-left: auto;
    margin-bottom: 0!important;
}
}

/*Navtab*/
.res-navtab .nav-link {
    font-weight: 400;
    position: relative;
}
/*.res-navtab .nav-link:after {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        top: 50%;
        right: calc(100% - 10px);
        background-color: #009fd7;
	    transition: all .3s ease-in-out;
}*/
.res-navtab .nav-link:hover:after {
    width: 10px;
}
.res-navtab .nav-link {
		padding-right: 0;
		padding-left: 8px;
}
	.res-navtab .menu-item {
		padding-right: clamp(30px, 3vw, 50px);
	}

.res-navtab.style-01 .res-block-navigation{
	font-size: clamp(15px, 1.2vw, 120%);
	border-bottom: 1px solid #98C9E8;
	padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.res-navtab .nav-fill a {
    width: fit-content;
}

@media only screen and (max-width: 970px){
.res-navtab {
    margin-left: calc( -100vw / 2 + 90% / 2 );
    margin-right: calc( -100vw / 2 + 90% / 2 );
    max-width: calc(90vw);
    padding: 0!important;
    margin: 0 auto 2rem auto;
}
.mobilenav-container {
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-top: solid 1px rgba(0,0,0,0.0);
    border-bottom: solid 1px rgba(0,0,0,0.0);
    margin: 0;
}
.mobilenav-container > li > .nav-item-wrap {
    padding: 12px 15px;
}
.res-navtab .nav-pills .nav-item .nav-link {
    font-weight: 600;
    font-size: 100%;
    padding: 0.75rem 5vw 0.75rem 0rem;
    line-height: 100%;
}
.mobilenav-container > li > ul.open {
    border-top: solid 1px rgba(0,0,0,0.10);
}
.res-navtab .menu-item:last-of-type .nav-link {
    border-bottom: none;
}
.mobilenav-container > li > ul {
    margin: 0 0 0 0;
}
}

/*Collapse*/

.res-collapse .card {
    background-color: transparent;
    border: 0;
}


/*Timeline*/

.timeline .layout-timeline.row .timeline-counter {
    background: #faf7f7;
    color: #009fd7;
}
.timeline-image {
    max-width: 300px;
	width: auto!important;
	max-height: 100px;
}
@media only screen and (min-width: 970px){
.timeline-postContent{
    display: flex;
    flex-direction: row;
}
.timeline-img {
    min-width: 35%;
    width: 35%;
	height: 100%;
    margin-right: 5%;
}
.timeline-image {
    max-width: 100%;
	width: auto!important;
	max-height: 90%;
}
.timeline .layout-timeline.row .timeline-postContent {
	padding: 3rem 3.5rem;
    background: #E1EDF9;
}
.timeline .layout-timeline.row .timeline-postContent:after {
	position: absolute;
    content: " ";
    border-bottom:  1em solid transparent;
    border-right: 1em solid transparent;
    border-top: 0;
    border-left:1em solid #E1EDF9;
	top:30px;
    right: calc(10% - 2em);
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.timeline .layout-timeline.row:nth-child(even) .timeline-postContent:after {
    border-right:1em solid #E1EDF9;
    border-left: 0;
    right: auto;
    left: calc(10% - 1em);
}
}
@media only screen and (max-width: 970px){
.timeline-image {
    max-width: 250px;
}
.timeline .layout-timeline.row .timeline-postContent {
    margin-bottom: 5vh;
}
}


/*Tabelle*/

@media only screen and (min-width: 970px){
.res-table .layout-01.row-cols-md-2 .col:nth-child(odd) {
    max-width: 50%;
    min-width: unset;
}
.res-table .layout-01.row-cols-md-2 .col:nth-child(even) {
    min-width: 50%;
    text-align: right;
}
.res-table .table-space-custom {
    margin: 0px;
    padding: 15px 10px;
}
}

/*Kontakt*/

.wp-block-column.pl-md-5{
    font-size: 90%;
}
@media only screen and (min-width: 970px) and (max-width: 1500px){
.wp-block-column.pl-md-5{
    padding-left: 4rem!important
}
}

/*PFeil*/
.res-link-anker.mit-pfeil {
	position: relative;
	width: 100vw;
}
.res-link-anker.mit-pfeil .inner-container{
	height: 10vh;
}
.linkanker-section .scrollpfeil {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: 88;
    transform: translateX(0%);
    line-height: 1;
}
.linkanker-section .scrollpfeil span{
	display: block;
    height: 10vh;
    width: 5vw;
    background-image: url("img/pfeil-grau.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

@media only screen and (max-width: 970px) {
.linkanker-section .scrollpfeil span{
    height: 10vh;
    width: 13vw;
}
}

/*Special*/

@media only screen and (max-width: 970px) {
.res-block.opacity-0{
	opacity: 0;
	padding-top: 0!important;
	margin-bottom: 0!important;
}
}

/*Modalbox*/
.modal-backdrop {
    background-color: #2B3641;
}
.modal-body {
    padding: 1rem 4rem 3.2rem 4rem;
    line-height: 155%;
}
.modal-body h3{
    margin-bottom: 1rem;
    color: #009fd7
}
.modal-dialog {
    min-width: 350px;
    width: 50vw;
    max-width: 800px;
    margin: 12vh auto;
}
.modal-content {
    background-color: #fff;
    border-radius: 5px;
    border: none;
}
@media only screen and (max-width: 970px) {
.x-close {
    margin: 10px 0px 0 0;
}
.modal-header {
    padding: 1.2rem 1.2rem 0rem 1.2rem;
}
.boxes-modal .modal-body {
    padding: 0 1.2rem 1.2rem 1.2rem;
}
}

/*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;
}
.mb-3, .my-3 {
    margin-bottom: 2rem!important;
}
.mt-3, .my-3 {
    margin-top: 2rem!important;
}
.pt-md-2, .py-md-2 {
    padding-top: 1rem!important;
}
p{
	margin-bottom: 0.75rem;
}
}
@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;
}
.mb-3, .my-3 {
    margin-bottom: 1.75rem!important;
}
.mt-3, .my-3 {
    margin-top: 1.75rem!important;
}
.pt-md-2, .py-md-2 {
    padding-top: 0.8rem!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;
}
.mb-3, .my-3 {
    margin-bottom: 1.5rem!important;
}
.mt-3, .my-3 {
    margin-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, .home .res-content {
    margin-top: 0px;
}
.res-blog{
	margin-top: 45px;
}
.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;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.mt-3, .my-3 {
    margin-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;
}
}


.res-filter-item .nav-link {
    display: block;
    padding: 1rem 2.5rem 1.5rem 0;
    font-size: 105%;
    transition: all 0.5s ease-in-out;
}


/* WPML Sprachswitcher */
.menu-item-wpml-ls-19-de{
	display: none;
}
.menu-item-wpml a {
    font-size: 80%;
    margin-right: -3rem;
    margin-top: auto;
}
.menu-item-wpml a:before{
    display: none;
}
.menu-item-wpml a:after{
    font-size: 65%;
}
.res-header .wpml-ls-menu-item .dropdown-menu {
    left: clamp(20px, 2.8vw, 37px);
    min-width: 4vw;
    padding: .5rem 0;
    margin: 1.5rem 0 0;
    font-size: 1.02rem;
    color: #fff;
    background-color: #faf7f7;
    border: none;
    box-shadow: none;
}
.res-header .wpml-ls-menu-item .dropdown-menu .dropdown-item {
    padding: 0.1rem 1vw;
    font-size: 100%;
}
.res-header .wpml-ls-menu-item {
    font-size: 80%;
	    margin-top: 4px;
}

@media only screen and (max-width: 970px) {

} 

.res-header .wpml-ls-menu-item .dropdown-menu {
    font-size: 100%;
	    background-color: #e9e9e9;
	    left: clamp(20px, 2.3vw, 37px);
	padding: 0;
}

.res-nav .navbar-expand-md .navbar-nav .wpml-ls-current-language .nav-link {
	color: #009fd7;
}


/* WPML Mobile */
@media only screen and (max-width: 970px) {
	.res-header .wpml-ls-menu-item a {
		font-size: 110%!important; 
	}
	
	.res-header li.wpml-ls-menu-item {
		margin-top: 30px;
	}
}
