

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

body {
/*	font-family: 'general sans', sans-serif;*/
	font-family: 'inter', sans-serif;
	font-weight: 450;
	font-size: clamp(16px,1.2vw,21px);
	line-height: 180%;
	color: #173d63;
	background-color: #fff;
}
@media only screen and (max-width: 1550px) {
body {
	line-height: 165%;
}
}
	
/*Link Farbe */
a { color: unset;}
a:hover { color: unset;} 

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

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

.brand-color {
	color: #41D7DC; 
}
.res-block.Brand-Color {
	background-color: #173d63;
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
/*	font-family: 'sora', 'general sans', sans-serif;*/
	font-family: 'inter', sans-serif;
	font-weight: 550;
	line-height: 115%;
	letter-spacing: -0.02em;
}
h1 {
	font-size: clamp(26px, 3.9vw, 300%);
}
h2 {
	font-size: clamp(24px, 3vw, 240%);
}
h3 {
	font-size: clamp(18px, 2.2vw, 180%);
}
h4 {font-size: clamp(17px, 1.9vw, 110%);} 
h5 {font-size: clamp(17px, 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: 68vw;
    max-width: 1600px;
}
.container-fluid{
    width: 92vw;
    max-width: 92vw;
}
.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: 92vw;
	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 {
    padding: 0 0;
	max-width: 100%;
}
.alignwide {
    margin-left: calc(-12vw - 15px);
    margin-right: calc(-12vw - 15px);
}
.alignwide .container-fluid, .alignwide .inner-container.container-wide {
    width: 94%!important;
    max-width: 94%!important;
}

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

/* Laptop Surface */
@media only screen and (max-width: 1450px) {
	.container{	max-width: 78vw;width: 78vw;}
	.container-fluid {width: 94vw; max-width: 94vw;}
    .res-block.alignwide .inner-container.container-wide{
        max-width: 94%; width: 94%; padding-left: 0; padding-right: 0;
    }
	.alignwide {
		margin-left: calc(-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) {
	.container{	max-width: 95%;width: 95%;}
	.container-fluid {width: 95%;}
    .res-head.container-fluid, .alignwide .container-fluid, .alignwide .inner-container.container-wide {
        max-width: 100%!important; width: 100%!important;
	}
	.wp-block-column.container-fluid {
		padding: 0 0 0 0;
	}
}


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

/* Logo Size  */
.logo img {
	width: clamp(100px, 17vw, 350px);
	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: 100%;
		padding: 0.7rem 1.3rem;
		font-weight: 500;
		white-space: nowrap;
	}

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

}


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

/* 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: #41D7DC;
}
/* 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: 17px;
	padding-bottom: 19px;
}
.res-fixnav.show .logo img {
	width: clamp(90px, 12vw, 300px);
	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: 90%;
	}
	.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-mobile-bar {
    background-color: #fff;
}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		background: #fff;
		box-shadow: 3px 8px 10px rgba(200, 200, 200, 0.3);
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav .res-mobile-bar {
		background-color: #fff;	
	}
} 



/* Buttons */
.btn {
	padding: 0.35em 1.7em 0.39em 1.7em;
	border-radius: 2px;
	font-weight: 500;
	transition: all .2s ease-in-out;
	font-size: 90%;
}
.btn:hover {
	opacity: 1;
	transform: scale(0.97);
	transition: all .2s ease-in-out;
}

.btn-primary{
    background-color: #173d63;
    color: #41D7DC !important;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
    background-color: #173d63;
}
.btn-primary:active {
}
.btn-primary:focus {
}

.btn-secondary{
	border: none;
	background-color: #41D7DC;
	color: #173d63;
}
.btn-secondary:hover{
	background-color: #41D7DC;
}
.btn-outline{

}
.btn-text-link {
	color: #41D7DC!important;
	padding: 0;
	border-radius: 0;
	font-weight: 500;
}
.btn-arrow {
	color: #41D7DC;
	position: relative;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-weight: 400;
	transition: all .3s ease-in-out;
	margin-right: 1em;
}
.btn-arrow:hover {
	transform: scale(1);
	color: #41D7DC;
}
.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;
}

.res-block .btn-sm:not(.btn-text-link, .btn-arrow) {
	padding: 0.35em 1.3em 0.39em 1.3em;
	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: #173d63;
/*	padding-top: 6vh;*/
}
.res-footer *{
	color: #fff;
}
.res-footer a:hover{
	color: #41D7DC;
	opacity: 1;
}
.res-footer .wp-block-column.d-flex{
	justify-content: flex-end;
	align-content: flex-end;
}
.res-footer .res-navtab{
    height: fit-content;
    margin-top: auto;
}
.res-footer .dropdown-menu {
    background: #1B4875;
    box-shadow: none;
    min-width: 5rem;
}
.res-footer .dropdown-toggle {
	padding-bottom: 0.2em;
}
.res-footer .dropdown-item {
    padding: .5rem 1rem;
    font-size: 100%;
    line-height: 120%;
	text-align: center!important;
}
.res-footer address {
    margin-bottom: 0rem;
}
.res-widget-footer .footer-tile {
	padding-bottom: 15px;
}
.footer-social-box{
	display: flex;
	justify-content: flex-end;
}
.footer-social-box a {
	background: #41D7DC;
	border-radius: 2px;
}
.res-widget-footer.footer-social-icon .fa-res-icon svg {
	fill: #173d63;
	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: 47px;
	height: 47px;
	color: #173d63;
}
.res-widget-footer.footer-social-icon span i {
	color: #173d63;
}
.copyright-col2.pl-md-2 {
	padding-left: 0!important;
}
@media only screen and (min-width: 970px) and (max-width: 1150px) {
	.res-footer .wp-block-columns:first-of-type .wp-block-column:last-of-type{
		flex-basis: 55%!important;
	}
	.res-footer .wp-block-columns:last-of-type .wp-block-column:first-of-type{
		flex-basis: 85%!important;
	}
	}
@media only screen and (max-width: 970px) {
.res-footer .wp-block-columns.is-layout-flex{
    gap: 0em;
}
.res-footer .wp-block-column.d-flex{
	justify-content: flex-start;
	align-content: flex-start;
}
.mobilenav-container > li > .nav-item-wrap {
    padding: 8px 0px;
}
.res-footer-copyright .copyright-col1 {
    margin-bottom: 0px;
}
.mobilenav-container {
    border: none;
    background: transparent;
    border-radius: 0;
}
.res-widget-footer.footer-social-icon span.fa-res-icon,
.res-widget-footer.footer-social-icon span.fa-res-i {
	width: 30px;
	height: 30px;
}
.res-footer-copyright {
    font-size: 11px;
}
.res-footer .wp-block-columns:last-of-type .wp-block-column:first-of-type {
    flex-basis: 65% !important;
}
.res-footer .wp-block-columns:last-of-type .wp-block-column:last-of-type {
    flex-basis: 35% !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(215%, 5vw, 540%);
	line-height: 110%;
	letter-spacing: -0.12rem;
}
.headline-title h2  {
	font-size: clamp(220%, 4.2vw, 435%);
	line-height: 120%;
	letter-spacing: -0.12rem;
}
.headline-title h3  {
	font-size: clamp(240%, 3.3vw, 280%);
	line-height: 120%;
}
.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: #173d63 !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;
}



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

/*Generell*/
.border {
    border: 1px solid #65A0DB !important;
}
.Grau, .bg-light{
	background-color: #F7F9FB!important;
}


/*Typo*/
h1 span, h2 span, h2 span div{
	color: #41D7DC!important;
}

/*Navitgation*/
.res-nav-right.mt-auto{
	margin-bottom: auto!important;
}

@media only screen and (min-width: 970px) {
.res-nav-topheader {
    font-size: 90%;
}
.res-head .col-md-9.res-nav-section{
    display: flex;
    flex-direction: row-reverse!important;
    justify-content: space-between;
}
.res-head .res-nav-right {
    width: 66.6666%!important;
    margin-bottom: auto;
}
.res-head .res-nav.justify-content-end{
	justify-content: center!important;
}	
.res-head #res-menu{
	flex-basis: 100%;
	max-width: fit-content!important;
}	
.res-head .navbar.navbar-expand-md{
	max-width: fit-content!important;
}
.res-head .res-topheader-right{
    margin-top: auto;
    margin-bottom: auto;
	font-weight: 400;
}
.res-head .res-topheader-right .mt-2{
    margin-top: 0!important;
}
.res-head .res-nav-topheader .nav-item {
    padding: 0.75rem 0.8rem;
}
.res-nav-topheader .nav-link {
    padding: 0 0rem;
}
.res-head .res-nav-topheader .nav-item:last-of-type:not(.wpml-ls-item) {
    background-color: #41D7DC!important;
	padding: 0.5em 1.05em;
	border-radius: 2px;
	font-size: 100%;
    line-height: 120%;
	font-weight: 500;
    transition: all 0.2s ease-in-out;
}
.res-head .res-nav-topheader .nav-item:last-of-type:not(.wpml-ls-item):hover {
	transform: scale(0.95);
}
.res-head .res-nav-topheader .nav-item:last-of-type a{
	color: #173d63!important;
}
}
@media only screen and (min-width: 970px) and (max-width: 1500px) {
.res-head .res-nav-right .nav-item{
    font-size: 1rem;
}
.res-head .res-nav-topheader .nav-item:last-of-type {
    padding: 0.45rem 1.3rem;
    font-size: 1rem;
}
.res-head .res-nav-topheader .nav-item {
    padding: 0.65rem 1rem;
}
}
@media only screen and (max-width: 970px) {
    .res-nav .navbar-toggler {
        top: 26px;
    }
    .res-nav .logo-mobile {
        padding: 20px 0 18px 7%;
	pointer-events: auto;
    }
    .res-nav .navbar-nav {
        min-height: auto;
        padding: 30px 8%;
    }
.res-header .dropdown-menu {
    padding: 5px 0 10px 10px;
    margin: 0;
}
.res-nav .nav-link {
    font-size: 150%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.mobile-x-close span {
    background: #0C2659;
}
.res-nav-right , .res-nav-right div{
	pointer-events: none;
}
.navbar-toggler{
	pointer-events: auto;
}
.res-nav .navbar-collapse a{
	pointer-events: auto;
}
}
/*Sticker*/
.cta-sticker {
    bottom: 2.75%;
    right: 1.5%;
    pointer-events: none;
}
.cta-sticker a{
    pointer-events: auto;
}
.cta-circleTxt {
    margin: 25px 10px 20px 10px;
}
.cta-circle {
    width: 4vw;
    height: 4vw;
    background: #41D7DC;
    color: #173d63;
	box-shadow: -0.2em -0.2em 2.5em rgba(255, 255, 255, 0.5);
}
.cta-sticker a:hover {
	opacity: 1;
}
.cta-circle:hover {
	transform: scale(0.98)!important;
	opacity: 1;
}
.cta-sticker:hover {
    opacity: 1;
}
.cta-circleTxt p.stickerTitle {
    font-size: 105%;
    font-weight: 600;
    line-height: 130%;
	margin-bottom: 0.2em;
}
.cta-circleTxt p.stickerTxt {
	margin-bottom: 0.5em;
}
.cta-circleTxt i {
    font-size: 130%;
    margin-bottom: 0px;
	line-height: 0%;
}
.page-on-top .cta-circleTxt, .footer-in-viewport .cta-circleTxt {
    margin: 1.5em 1.5em 1.5em 1.5em;
}
.page-on-top .cta-circle, .footer-in-viewport .cta-circle {
    width: 10.5vw;
    height: 10.5vw;
	transform: rotate(-6deg)
}
.page-on-top .cta-circleTxt p.stickerTitle, .footer-in-viewport .cta-circleTxt p.stickerTitle {
    font-size: 110%;
    line-height: 110%;
}
body:not(.page-on-top, .footer-in-viewport) .stickerTitle {
	display: none;
}
.page-on-top .cta-circleTxt i, .footer-in-viewport .cta-circleTxt i {
	display: none;
}

.footer-in-viewport .cta-circle {
	box-shadow: none;
}


/*Header*/
.res-header-image.style-01, .res-header-video.style-01{
	position: relative;
	overflow: visible;
	box-shadow: 0 0 3em rgba(255, 255, 255, 0.2);
}
.res-header-image.style-01:after, .res-header-video.style-01:after{
	position: absolute;
	z-index: -1;
	content: "";
	height: 16vw;
	width: 16vw;
	left: -4vw;
	bottom: -4vw;
	background-image: url("img/ecke-unten-links.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;	
}
.res-header-image.style-01 .res-header-image-vertical-center, .res-header-video.style-01 .res-header-video-vertical-center{
	height: 88%;
}
.res-header-image.style-01 .container-fluid, .res-header-image.style-01 .sloganBox, .res-header-image.style-01 .slogan-txt, .res-header-image.style-01 .row, .res-header-image.style-01 .col, .res-header-video.style-01 .container-fluid, .res-header-video.style-01 .sloganBox, .res-header-video.style-01 .slogan-txt, .res-header-video.style-01 .row, .res-header-video.style-01 .col{
	height: 100%;
} 
.res-header-image.style-01 .slogan-txt, .res-header-video.style-01 .slogan-txt{
	display: flex;
	flex-direction: column;
}
.res-header-image.style-01 .sloganBox h1, .res-header-video.style-01 .sloganBox h1{
	margin-bottom: auto!important;
}
.res-header-image.style-01 .sloganBox .btn, .res-header-video.style-01 .sloganBox .btn{
    width: fit-content;
}
.res-header-video.style-01 .inlineVideo{
    position: relative;
}
.res-header-video.style-01 .inlineVideo:after{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient( 90deg, rgba(0,18,45,0.80) 25%,transparent 65%)!important; 
}
@media only screen and (max-width: 970px) {
.res-header-video.style-01 .container-fluid, .res-header-image.style-01 .container-fluid{
    width: 97%!important;
}.res-header-image.style-01 .res-header-image-vertical-center, .res-header-video.style-01 .res-header-video-vertical-center {
    height: 92%;
}
.res-header-video.style-01 .inlineVideo:after{
    background: linear-gradient( 110deg, rgba(0,18,45,0.80) 25%,transparent 65%)!important; 
}
}

/*Text*/
.res-txt.style-01 .inner-container{
	position: relative;
}
.res-txt.style-01 .inner-container:after{
	position: absolute;
	z-index: -1;
	content: "";
    height: 25vh;
    width: 10%;
	right: -2vw;
	top: -2vw;
	background-image: url("img/ecke-unten-links.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;	
	transform: rotate(180deg)
}
.res-txt.style-02 h3{
	font-size: 100%;
	color: #41D7DC;
}

@media only screen and (max-width: 970px) {
.res-txt.style-01 .inner-container:after{
    width: 13%;
	right: -3vw;
	top: -5vw;
}
.res-footer .res-fx-txtmask-fx-section *{
	opacity: 1!important;	
}
}

/*Text Bild*/
.res-text-bild.style-01 .txt-imagebox, .res-text-bild.style-01 .txtimg-only-desktop {
	position: relative;
}
.res-text-bild.style-01 .txt-imagebox:before, .res-text-bild.style-01 .txt-imagebox:after, .res-text-bild.style-01 .txtimg-only-desktop:before, .res-text-bild.style-01 .txtimg-only-desktop:after{
	position: absolute;
	z-index: 2;
	content: "";
	height: 25%;
	width: 25%;
	left: -2%;
	bottom: -2%;
	background-image: url("img/ecke-unten-links.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;	
    filter: drop-shadow(0 0rem 1.75rem rgba(255, 255, 255, 0.45));
}
.res-text-bild.style-01 .txt-imagebox:after, .res-text-bild.style-01 .txtimg-only-desktop:after{
	left: auto;
	bottom: auto;
	right: -2%;
	top: -2%;
	transform: rotate(180deg)
}
.res-text-bild.style-01 h3{
	font-size: 120%;
	color: #41D7DC;
}
@media only screen and (max-width: 970px) {
.res-text-bild.style-01 .txt-imagebox:before, .res-text-bild.style-01 .txt-imagebox:after, .res-text-bild.style-01 .txtimg-only-desktop:before, .res-text-bild.style-01 .txtimg-only-desktop:after{
	height: 20%;
	width: 20%;
	left: -0%;
	bottom: -2%;
}
.res-text-bild.style-01 .txt-imagebox:after, .res-text-bild.style-01 .txtimg-only-desktop:after{
	left: auto;
	bottom: auto;
	right: -0%;
	top: -2%;
}
}

/*Spalten*/
@media only screen and (max-width: 970px) {
.portrait-spalten{
	flex-direction: column-reverse;
}
}

/*Boxes*/
.res-block .box-padding03, .res-icons-text .box-icon-padding03 {
    padding: 0.9em 1.4em;
}
.res-block .box-padding04, .res-icons-text .box-icon-padding04 {
    padding: 1.7em 1.9em;
}
.scale-sliderbox:hover {
    transform: scale(0.97);
    opacity: 1;
}
.box-inner.border:hover {    
	border: 1px solid #173d63 !important;
	background-color: #173d63!important;
	color: #fff;
}
.res-boxes .boxlayout02 .vorschau-text {
    font-size: 100%;
    line-height: 160%;
    margin-bottom: 0px;
}
.res-boxes .postBox, .res-slider-content .postBox{
	display: flex;
    flex-direction: column;
    height: 100%;
}
.res-boxes .postContent, .res-slider-content .postContent{
	display: flex;
    flex-direction: column;
    height: 100%;
}
.res-boxes .postContent .vorschau-text, .res-slider-content .postContent .vorschau-text{
	margin-bottom: 1em;
}
.res-boxes .postContent .btn, .res-boxes .postContent i, .res-slider-content .postContent .btn,.res-slider-content .postContent i{
    margin-top: auto !important;
	max-width: fit-content;
}
.res-boxes .postImg, .res-slider-content .postImg {
    overflow: visible!important;
}
.res-slider-content .postContent .btn-sm.btn-text-link, .res-boxes .postContent .btn-sm.btn-text-link {
    padding: 0;
}
.res-block .box-inner.darkmode {
    background-color: #173d63;
    color: #fff;
}
.res-block.style-01 .box-item .box-overlayer-bottom{
	height: 98%;
	display: flex;
	flex-direction: column;
	margin-right: 25%;
}
.res-block.style-01 .box-item .postContent{
	aspect-ratio: 1;
}
.res-block.style-01 .box-item .postContent h3, .res-block.style-02 .box-item .postContent h3{
	order: 2
}
.res-block.style-02 .box-item .postContent h3{
	margin-bottom: 1em;
    font-size: clamp(18px, 2.1vw, 170%);
}
.res-block.style-01 .box-item .postContent .vorschau-text, .res-block.style-02 .box-item .postContent .vorschau-text{
	order: 1;
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}
.res-block.style-01 .box-item .postContent .vorschau-text p, .res-block.style-02 .box-item .postContent .vorschau-text p{
	margin-bottom: 0.2em!important;
}
.res-block.style-01 .box-item .postContent .btn, .res-block.style-02 .box-item .postContent .btn{
	order: 3;
}
.res-block.style-01 .box-item .box-overlayer-bottom h3{
	margin-bottom: auto!important;
}
.res-block.style-01 .box-item .box-overlayer-bottom .btn{
    width: fit-content;
}
.res-block .box-padding03, .res-icons-text .box-icon-padding03 {
    padding: 0.9em 1.4em;
}
.res-block .box-padding04, .res-icons-text .box-icon-padding04 {
    padding: 1.7em 1.9em;
}
@media only screen and (max-width: 1550px) {
.res-block .box-padding03, .res-icons-text .box-icon-padding03 {
    padding: 0.7em 1.2em;
}
.res-block .box-padding04, .res-icons-text .box-icon-padding04 {
    padding: 1.4em 1.5em;
}
.res-block.style-02 .boxes-frame{
	justify-content: space-between
}
.res-block.style-02 .boxes-frame > *{
    flex: 0 0 45%;
    max-width: 45%;
}
}
@media only screen and (min-width: 970px) {
.res-boxes.style-02  .row-cols-md-3 .col-md:nth-of-type(1) .border, .res-boxes.style-02  .row-cols-md-3 .col-md:nth-of-type(2) .border, .res-boxes.style-02  .row-cols-md-3 .col-md:nth-of-type(4) .border, .res-boxes.style-02  .row-cols-md-3 .col-md:nth-of-type(5) .border{
	border-bottom: none!important;
	border-right: none!important;
}
.res-boxes.style-02  .row-cols-md-3 .col-md:nth-of-type(3) .border, .res-boxes.style-02  .row-cols-md-3 .col-md:nth-of-type(6) .border{
	border-bottom: none!important;
}
.res-boxes.style-02  .row-cols-md-3 .col-md:nth-of-type(7) .border, .res-boxes.style-02  .row-cols-md-3 .col-md:nth-of-type(8) .border{
	border-right: none!important;
}
}
@media only screen and (max-width: 970px) {
.res-boxes.style-02  .row-cols-1 > * {
    flex: 0 0 50%;
    max-width: 50%;
}
.res-boxes.style-02  .box-icon-padding04 {
    padding: 1.0em 1.1em;
}
.res-boxes.style-02   {
	font-size: 80%;
}
.res-boxes.style-02  .row-cols-1 .col-md .border{
	border-bottom: none!important;
}
.res-boxes.style-02  .row-cols-1 .col-md:nth-of-type(even) .border{
	border-left: none!important;
}
.res-boxes.style-02  .row-cols-1 .col-md:last-of-type .border, .res-boxes.style-02  .row-cols-1 .col-md:nth-last-of-type(2) .border{
	border-bottom: 1px solid #65A0DB !important
}
}

/*Slider*/
.slick-dots {
    margin: 0 0;
    text-align:left;
}
.res-slider-content .slick-dots li {
    width: 1rem;
	z-index: 5;
}
.res-slider-content .slick-dots li button {
    width: 0.7rem;
    height: 0.7rem;
    padding: 0;
    background-color: transparent;
	border: solid 1px #65A0DB;
	z-index: 5;
    border-radius: 0px;
}
.res-slider-content .slick-dots li button:before {
    display: none;
}
.res-slider-content .slick-dots li.slick-active button {
    background-color: #173d63;
	border: solid 1px #173d63;
}
.res-slider-content.alignfull .no-center-mode-desktop .slider {
    margin-left: calc(6.75vw + 15px);
}
.res-slider-content .slick-next {
    margin-right: -3%;
}
.res-slider-content .slick-next:before, .res-slider-content .slick-prev:before {
    font-weight: 400;
    font-size: 1.6vw;
    opacity:1;
	color: #41D7DC;
}
.res-slider-content.alignfull .slick-next, .res-slider-content .slick-prev{
    margin-right: calc(7.25vw + 15px);
    top: 100%;
    transform: translate(0);
}
.res-slider-content .slick-prev {
    left: 82vw;
}
.res-slider-content.alignfull .slick-next:before {
    content: "\f061";
}
.res-slider-content.alignfull .slick-prev:before {
    content: "\f060";
}
@media only screen and (max-width: 970px) {
.slider-outside-frame{
    overflow-x: hidden; 
}
.slick-dots {
    margin-left: calc(3vw + 15px)
}
.slick-list{
    padding-left: calc(3vw + 15px)!important; 
}
.res-slider-content.alignfull .no-center-mode-desktop .slider {
    margin-left: 0;
}
}

/*Collapse*/
.res-collapse .card {
    border-bottom: 1px solid #65A0DB;
}
.res-collapse .card-header, .res-collapse .card-body{
    border-bottom: none!important;
}
.res-collapse a .fa-plus.rotate-icon {
	transition: transform .2s ease-in-out;
    color: #173d63;
}
.res-collapse a:not(.collapsed) .fa-plus.rotate-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.res-collapse .card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    cursor: pointer;
    padding: 1.0em 0.75rem 1.0em 0rem;
}
.res-collapse .card-header p.title-collapse {
    font-size: clamp(20px,1.35vw,160%);
    font-weight: 600;
}
.res-collapse .card-body {
	padding-top: 0!important;
}
.res-collapse.style-01 .card-header p.title-collapse {
    font-size: clamp(20px, 3.3vw, 360%);    
	font-weight: 550;
    line-height: 120%;
    letter-spacing: -0.04em;
}
.res-collapse.style-01 a .fa-plus.rotate-icon {
	font-size: 300%;
}
.res-collapse.style-01 .card-header {
    padding: 2.5rem 2.25rem 2.5rem 0rem;
}
.res-collapse.style-01 .card-body {
    padding: 0rem 3.25rem 1.25rem 60%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.res-collapse ul{
	padding-inline-start: 1.2em;
}
.res-collapse li {
    padding-bottom: 0.70em;
}
.layout02-overlay .overlay-panel-inner {
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.18);
}
.layout02-overlay .overlay-panel-content {
	max-height: 15.5em;
    line-height: 150%;
}
.res-collapse ul {
    list-style: none;
    font-size: 100%;
    padding: 5px 0;
    margin-bottom: 0;
}
.res-collapse li {
    margin-left: 30px;
    position: relative;
}
.res-collapse li:before {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    margin-left: -25px;
    text-decoration: inherit;
    font-weight: bold;
    font-size: 10px;
    opacity: 0.6;
}
@media only screen and (min-width: 970px) {
    .res-collapse .mit_teaser .title-collapse {
        width: 60%;
		padding-right: 5%;
    }
	.res-collapse .mit_teaser .collapse-teaser {
		padding-right: 3%;
		font-size: 90%;
}
	.res-collapse .collapse-icon {
    	padding-right: 1%;
}
}

/*Icons*/
.res-icons-text .icons-txt-content{
	line-height: 150%;
}
.wp-block-column .res-icons-text{
	hyphens: auto;
}
@media only screen and (min-width: 970px) {
.res-icons-text.style-01 .row-cols-md-2 .col-md:nth-of-type(1) .border{
	border-bottom: none!important;
	border-right: none!important;
}
.res-icons-text.style-01 .row-cols-md-2 .col-md:nth-of-type(2) .border{
	border-bottom: none!important;
}
.res-icons-text.style-01 .row-cols-md-2 .col-md:nth-of-type(3) .border{
	border-right: none!important;
}
.res-icons-text.style-01 .row-cols-md-3 .col-md:nth-of-type(1) .border, .res-icons-text.style-01 .row-cols-md-3 .col-md:nth-of-type(2) .border{
	border-bottom: none!important;
	border-right: none!important;
}
.res-icons-text.style-01 .row-cols-md-3 .col-md:nth-of-type(3) .border{
	border-bottom: none!important;
}
.res-icons-text.style-01 .row-cols-md-3 .col-md:nth-of-type(4) .border, .res-icons-text.style-01 .row-cols-md-3 .col-md:nth-of-type(5) .border{
	border-right: none!important;
}
.res-icons-text.style-01 .row-cols-md-3 .col-md:nth-last-of-type(1) .border, .res-icons-text.style-01 .row-cols-md-3 .col-md:nth-last-of-type(2) .border, .res-icons-text.style-01 .row-cols-md-3 .col-md:nth-last-of-type(3) .border{
	border-bottom: 1px solid #65A0DB !important;
}
.res-icons-text.style-02 .row-cols-md-3 .col-md .border{
	border-left: none!important;
	border-top: none!important;
}
.res-icons-text.style-02 .row-cols-md-3 .col-md:nth-of-type(3n) .border{
	border-right: none!important;
	border-top: none!important;
}
.res-icons-text.style-02 .row-cols-md-3 .col-md:nth-of-type(4) .border, .res-icons-text.style-02 .row-cols-md-3 .col-md:nth-of-type(5) .border, .res-icons-text.style-02 .row-cols-md-3 .col-md:nth-of-type(6) .border{
	border-bottom: none!important;
}
}

@media only screen and (max-width: 970px) {
.res-icons-text.style-01 .row-cols-1 > *, .res-icons-text.style-02 .row-cols-1 > * {
    flex: 0 0 50%;
    max-width: 50%;
}
.res-icons-text.style-01 .box-icon-padding04, .res-icons-text.style-02 .box-icon-padding04 {
    padding: 1.0em 1.1em;
}
.res-icons-text.style-01, .res-icons-text.style-02   {
	font-size: 80%;
	hyphens: auto;
}
.res-icons-text.style-01 .row-cols-1 .col-md .border{
	border-bottom: none!important;
}
.res-icons-text.style-01 .row-cols-1 .col-md:nth-of-type(even) .border{
	border-left: none!important;
}
.res-icons-text.style-01 .row-cols-1 .col-md:last-of-type .border, .res-icons-text.style-01 .row-cols-1 .col-md:nth-last-of-type(2) .border{
	border-bottom: 1px solid #65A0DB !important
}
.res-icons-text.style-02 .row-cols-1 .col-md .border{
	border-top: none!important;
	border-left: none!important;
}
.res-icons-text.style-02 .row-cols-1 .col-md:nth-of-type(even) .border{
	border-right: none!important;
}
.res-icons-text.style-02 .row-cols-1 .col-md:last-of-type .border, .res-icons-text.style-02 .row-cols-1 .col-md:nth-last-of-type(2) .border{
	border-bottom: none !important
}
}

/*Modal*/
.slider-modal .modal-content .container {
    max-width: 100%;
	width: 100%;
}
.modal-dialog {
    max-width: 1100px;
    min-width: 500px;
	width: 50vw;
}
.modal-content{
    border: none!important;
    box-shadow:none !important;
}
.modal-body {
    padding: 0 3em 3rem 3em;
    line-height: 160%;
	font-size: 90%;
}
.boxes-modal .modal-content .container {
    max-width: 100%;
}
.modal-body p{
    margin-bottom: 0.7rem;
}
.modal-body h3 {
    font-size: clamp(17px, 2.0vw, 160%);
}
.modal-backdrop{    
    background-color:rgba(23,61,99,0.70);
    backdrop-filter: blur(9px);
}
.modal-backdrop.show{
    opacity: 1
}
.x-close:before, .x-close:after {
    border-left: 2px solid #173d63;
}
@media only screen and (max-width: 970px) {
.x-close {
    margin: 0px 0px 0 0;
}
}

@media only screen and (min-width: 970px) {
    .res-collapse .mit_teaser .title-collapse {
    width: 60%;
}
} 


/*Zahlenticker*/
.count-number{
	font-size: clamp(24px, 6.8vw, 700%);
}
@media only screen and (max-width: 970px) {
.res-zahlen-ticker .zahlen-ticker-spalten {
    justify-content: center
}
.res-zahlen-ticker .zahlen-ticker-spalten > * {
    flex: auto;
    max-width: fit-content;
}
}

.wpml-ls-legacy-dropdown-click a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    border: 0;
    background-color: transparent;
    padding: 5px 10px;
    line-height: 1;
}
.wpml-ls-legacy-dropdown-click a:hover *, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
    color: #41d7dc !important;
    background: transparent !important;
}
#wpml-ls-submenu-click-default {
    background-color: #1B4875;
    border: 0;
    width: auto;
    padding: 8px 10px 11px 10px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
    background: transparent;
}
.res-footer .wpml-ls-statics-shortcode_actions {
    display: flex;
    align-items: end;
    justify-content: end;
}

/*ABSTäNDE*/
.res-content-topspace {
    padding-top: 6vh;
}
@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: 1440px) {
        .alignwide .inner-container.container-wide {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 970px) {
.res-content-topspace {
	padding-top: 0px;
}
.home .res-content, .res-content {
    margin-top: 70px;
}
.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;
}
    .alignwide .inner-container.container-wide {
        padding-left: 0;
        padding-right: 0;
    }
}