

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

body {
	font-family: 'alexandria',  sans-serif;
	font-weight: 300;
	font-size: clamp(17px,1.2vw,20px);
	line-height: 180%;
	color: #2c324f;
	background-color: #fff;
}

/*Link Farbe */
a {
	color: #2c324f;
transition: all .3s ease-in-out;
}
a:hover {
	color: #2c324f;
    text-decoration: none;
}

/*Bold*/
strong, b{
    font-weight: 600!important;
}

/* Txt Links im Content */
:is(.res-content p, .res-content li) a:not(.nav-link, .dropdown-item) {
	font-weight: 600;
	color: #f0b050;
}

/*Labels bei allen Formularen ausser bei demjenigen mit Material Design ausblenden*/
/*Labels bei allen Formularen ausser bei demjenigen mit Material Design ausblenden*/
 form.forminator-ui:not(.forminator-design--material) .forminator-label {
     display: none !important;
}
 
.brand-color {
	color: #f0b050; 
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'alexandria', sans-serif;
	font-weight: 300;
	line-height: 110%;
}
h1 {
	font-size: clamp(180%, 4.0vw, 400%);
	font-weight: 600;
}
h1 span{
	color: #f0b050; 
}
h2 {
	font-size: clamp(25px, 3.2vw, 300%);
	font-weight: 600;
}
h3 {
	font-size: clamp(22px, 1.8vw, 170%);
	line-height: 125%;
	font-weight: 300;
}
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; */
		}
h3 {
	line-height: 145%;
}
}

/* Headline grosse Title  */

.headline-title h1  {
	font-size: clamp(32px, 5vw, 500%);
	line-height: 110%;
}
.headline-title h2  {
	font-size: clamp(240%, 3.8vw, 360%);
	line-height: 110%;
}
.headline-title h3  {
	font-size: clamp(160%, 3vw, 200%);
	line-height: 115%;
}
.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%;
}


/* Container 
.alignfull {
    margin-left: calc( -97vw / 2 + 100% / 2 );
    margin-right: calc( -97vw / 2 + 100% / 2 );
}*/
.container {
    max-width: 1280px;
}
.container-fluid, .category .res-content-layout .container {
    max-width: 90%;
}
.container-small {
	max-width: 900px;
	margin: 0 auto;
}
.alignfull .inner-container.container-off {
    max-width: 100%;
}
@media only screen and (min-width: 1280px) {
.alignfull .inner-container.container-off{
    max-width: 100%;
	padding: 0;
}
}
@media only screen and (max-width: 1400px) {
	.container{	max-width: 90%;	}
	.container-fluid {max-width: 90%;}
.alignfull:not(.res-slider-content) .inner-container.container-wide  {
    max-width: 90%;
    padding: 0 15px;
}
}
@media only screen and (max-width: 970px) {
.res-content {
    margin-top: 0px;
}
.res-singlepage {
    margin-top: 60px;
}
}
@media only screen and (min-width: 970px)  and (max-width: 1400px) {
.alignfull.res-slider-content .inner-container.container-wide  {
    max-width: 90%;
    padding: 0 15px;
}
}

@media only screen and (min-width: 1100px)  and (max-width: 1400px) {
	.container{	max-width: 80%;	}
}

/* Logo */
.logo {
	padding-top: 45px;
	padding-bottom: 40px;
}

/* Logo Size  */
.logo img {
	width: clamp(150px, 20vw, 320px);
	height: auto;
}
/* Logo Mobile  */
@media only screen and (max-width: 1400px) {
.logo {
	padding-top: 25px;
	padding-bottom: 25px;
}
}
@media only screen and (max-width: 970px) {
	.res-nav .logo-mobile img {
		height: 20px;
	}
.res-nav .logo-mobile {
    padding: 17px 0 17px 8%;
}
}


/*  Fixnav */
.res-fixnav.show .logo {
	padding-top: 15px;
	padding-bottom: 15px;
}
.res-fixnav.show .logo {
	padding-top: 15px;
	padding-bottom: 15px;
}
.res-fixnav.show .logo img {
	width: clamp(90px, 13vw, 280px);
	height: auto;
}
@media only screen and (min-width: 970px) {
	.res-fixnav.show { 
		background: #2c324f;
	}
	.res-fixnav.show .res-nav li a {
		font-size: 90%;
	}
}
@media only screen and (max-width: 970px) {
	
	.res-fix-nas-in-viewport:not(.page-on-top) .res-fixnav {
		background: #2c324f;
	}
	.res-fixnav .res-mobile-bar {
		background: #2c324f;
	}
	.res-fix-nas-in-viewport:not(.page-on-top) .res-fixnav .res-mobile-bar {
		background: #2c324f;
	}
	.res-fix-nas-in-viewport:not(.page-on-top) .res-fixnav .res-mobile-bar {
		background-color: #2c324f;
		box-shadow: none;
	}
.res-nav .navbar-collapse {
    padding: 10px 8% 20px 8%;
    margin: 0;
    background-color: #2c324f;
}
.res-nav .navbar-toggler {
    top: 17px;
}
    .mobile-x-close span {
    background: #fff;
}
} 


/* RES Nav */
.res-header{
		background: #2c324f;
}
.res-nav .nav-link {
	font-weight: 400;
	font-size: 115%;
	color: #fff;
	white-space: nowrap;
}
.res-header:not(.show) .nav-link {
	font-weight: 400;
	font-size: 115%;
	white-space: nowrap;
	padding-bottom: 30px;
}

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

@media only screen and (max-width: 1400px) {
.res-header:not(.show) .nav-link {
    padding-bottom: 18px;
}
}

/* 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(35px, 2.5vw, 50px);
	}
}

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

/* 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,
	li.active .current-menu-item > a.dropdown-item,
	.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: #f0b050;
}


/* Buttons */
.btn{
	padding: 0.7rem 0;
	border-radius: 4px;
	font-weight: 500;
	letter-spacing: 0.04em;
	transition: all .3s ease-in-out;
	min-width: auto;
}
.btn-primary{
    background-color: transparent!important;
	position: relative;
    color: #2c324f;
}
.btn-primary:after, .btn-secondary:after{
    background-color: #f0b050;
	position: absolute;
	content: "";
	height: 3px;
	width: 100%;
	bottom: 0;
	left: 0;
}
.btn-primary:link {}
  
.btn-primary:visited{
    background-color: transparent;
    color: #2c324f;}
  
.btn-primary:hover{
    background-color: transparent;
	padding: 0.7rem 1rem;
    color: #2c324f;}
  
.btn-primary:active{
    background-color: transparent;
    color: #2c324f;}

.btn-primary:focus{
    background-color: transparent;
    color: #2c324f;}

.btn-secondary{
	border: none;
	background-color: transparent;
	position: relative;
	color: #f0b050;
}

.btn-secondary:link {}
  
.btn-secondary:visited {
	color: #f0b050;
	background-color: transparent;}
  
.btn-secondary:hover {
	color: #f0b050;
	background-color: transparent;}
  
.btn-secondary:active {
	color: #f0b050;
	background-color: transparent;}

.btn-secondary:focus {
	color: #f0b050;
	background-color: transparent;}
.btn-outline {
    padding: 0.4rem 1.8rem;
    border: 2px solid #f0b050;
    border-radius: 0;
    background-color: transparent;
    color: #f0b050;
    margin-right: 10px!important;
}
.btn-outline:first-of-type {
    border: 2px solid #9b7150;
    color: #9b7150;
}
.btn-outline:hover {
    padding: 0.4rem 2.1rem;
    border: 2px solid #f0b050;
    border-radius: 0;
    background-color: transparent;
    color: #f0b050;
}
.btn-text-link {
	padding: 0!important;
	border-radius: 0;
	border: 0;
	color: #9b7150;
}

.btn-text-link:link {}
  
.btn-text-link:visited {}
  
.btn-text-link:hover {
    padding-left: 0px;
}
.btn-text-link:active {}

.btn-text-link:focus {}

.btn-sm {
    font-size: 85%;
    padding: 0.4rem 1.4rem;
}

@media only screen and (max-width: 1400px) {
.btn-outline {
    padding: 0.4rem 1.6rem;
    font-size: 85%;
}
.btn-outline:hover {
    padding: 0.4rem 1.7rem;
}
}
@media only screen and (max-width: 970px) {
.res-btn .btn-outline.btn {
    margin-bottom: 10px;
}
}
/* Footer */

.res-footer {
	border-top: 0px solid #eee;
	background-color: transparent;
	background-color: #9b7150;
}
.res-footer .container *{
	color: #fff;
}
.res-footer .wp-block-columns{
	margin-bottom: 0;
}
.res-footer .wp-block-columns.alignfull{
	background-color: #2c324f;
}
.res-footer .wp-block-columns.alignfull .wp-block-columns{
    max-width: 1280px;
    padding: 2rem 15px;
    margin: 0 auto;
}
.res-footer .btn-primary:after{
    background-color: #f0b050;
}
.res-footer-copyright {
    opacity: 1;
}
.res-widget-footer .footer-tile {
	padding-bottom: 15px;
}
.footer-social-box a {
	background: transparent;
    padding: 0;
    margin: 5px 15px 5px 0;
}
.res-footer-copyright.d-flex-inline .copyright-col2{
    margin-left: auto!important;
}
.res-footer-copyright.d-flex-inline .copyright-col1{
    width: 66.666%;
	display: flex;
	justify-content: center;
}
.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;
}
.res-widget-footer.footer-social-icon span.fa-res-icon i,
.res-widget-footer.footer-social-icon span.fa-res-i i{
	color: #f0b050;
}
.res-widget-footer {
    font-size: 100%;
    line-height: 190%;
}
@media only screen and (max-width: 1400px) {
	.res-footer .wp-block-columns.alignfull .wp-block-columns{	
        max-width: 90%;	
    }	
	.res-footer .container{	max-width: 90%;	}
}

@media only screen and (max-width: 970px) {
.res-footer .wp-block-columns{
     flex-direction: column-reverse;
}
.res-footer-copyright.d-flex-inline {
    display: flex;
    flex-direction: column-reverse;
}
.res-footer-copyright.d-flex-inline .copyright-col2 {
    margin-right: auto!important;
    margin-left: 0!important;
    margin-bottom: 1rem;
}
.res-footer .wp-block-columns.alignfull .wp-block-columns .wp-block-column:first-of-type{	
   display: none;
 }	
.res-footer-copyright .copyright-col1 {
    margin-bottom: 0px;
}
.res-widget-footer {
    padding-top: 0px;
}
.res-footer .res-txt {
    padding-top:1rem;
}
.res-footer .pb-5, .res-footer .py-5 {
    padding-bottom: 4rem!important;
}
.res-footer .pt-5, .res-footer .py-5 {
    padding-top: 5rem!important;
}
.res-footer-adresse.pt-5{
    padding-top: 0rem!important;
}
.res-footer-kontakt.py-2{
    padding-bottom: 5rem!important;
}
.res-footer-copyright.d-flex-inline .copyright-col1{
    width: 100%;
	justify-content: space-between;
}
.res-footer .wp-block-columns.is-layout-flex {
    gap: 1em;
}
.res-footer .txt-textfield-btns.pt-2 {
   padding-top: 5px!important;
}
.res-footer .wp-block-columns.alignfull .wp-block-columns{
    padding-bottom: 0;
}
    
}


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


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

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

/*Background*/
.Braun *, .Blau *{
	color: #fff!important; 
}
.Braun i, .Blau i{
	color: #f0b050!important; 
}
.Braun .btn-primary:after, .Blau .btn-primary:after{
    background-color: #f0b050;
}
.Gelb i, .Gelb .btn-text-link{
	color: #9b7150; 
}
.Gelb .btn-primary:after{
    background-color: #9b7150;
}
.Gelb .postBox .btn-text-link {
    color: #9b7150;
}
.Gelb.res-collapse .card {
    background-color: #f0b050;
	border-bottom: 2px solid #9b7150;
}
.bg-light{
	background-color: #f0b050!important; 
}
.bg-light *{
	color: #2c324f!important;
}

/*Abstände*/
@media only screen and (max-width: 1440px) {
.pt-5, .py-5 {
    padding-top: 7rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 7rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 4rem!important;
}
.p-3 {
    padding: 2rem!important;
}
}
@media only screen and (max-width: 970px) {
.pt-5, .py-5 {
    padding-top: 6rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 6rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 2rem!important;
}
}

/*Sticker*/
.cta-sticker {
    bottom: 3%;
    right: 0%;
	transition: all .3s ease-in-out;
}
@media only screen and (max-width: 1600px) {
.footer-in-viewport .cta-sticker {
    bottom: 10%;
}
}
.cta-sticker:hover, .cta-sticker a:hover{
    transform: scale(1);
    opacity: 1;
}
.cta-icon{
    width: 95px;
    padding: 5px 15px 5px 15px;
    margin-left: auto;
    margin-bottom: 8px;
    background-color: #A97C5A;
    position: relative;
    text-align: left!important;
    color: #fff;
	transition: all .2s ease-in-out;
}
.cta-sticker:hover .cta-icon{
    width: 105px;
}
.cta-icon:before{
    width: 50px;
    content: '';
    height: 1.7rem;
    margin-left: auto;
    background-color: #FDC167;
    position: absolute;
    top: calc(-1.7rem - 8px);
    right: 0;
	transition: all .2s ease-in-out;
}
.cta-sticker:hover .cta-icon:before{
    width: 53px;
}
.cta-circle {
    border-radius: 0%;
    width: auto;
    padding: 10px 20px 10px 15px;
    height: auto;
    background: #333F64;
    color: #fff;
}
.cta-sticker:hover .cta-circle {
    padding-right: 35px;
}
.cta-circleTxt {
    margin: 0;
    text-align: left!important;
}
.cta-circleTxt p.stickerTitle {
    font-size: 90%;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 0;
}
@media only screen and (max-width: 1600px) {
.cta-circleTxt p.stickerTitle {
    font-size: 80%;
}
.cta-icon{
    width: 75px;
}
.cta-icon:before{
    width: 30px;
}
}

/*Headerimage*/
.res-header-image .header-arrow {
    position: static;
	font-size: 450%;
    transform: translate(0);
    margin-top: 2rem;
}
.res-header-image .header-arrow i{
transition: all .3s ease-in-out;
}
.res-header-image .header-arrow:hover i{
   transform: translateY(15px);
}
.res-header-image .sloganBox p {
    max-width: 600px;
    line-height: 160%;
}
@media only screen and (max-width: 970px) {
.res-header-image .header-arrow {
    display: none;
}
}

/*Text/Bild*/

.res-text-bild .txt-box {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.res-text-bild .layout-3.row:not(.flex-row-reverse) .txt-content50-50{
	margin-left: 10vw!important;
}
.res-text-bild .layout-3.row.flex-row-reverse .txt-content50-50{
	margin-right: 10vw!important;
}
.res-text-bild .txt-content50-50{
	position: relative;
	margin-top: 3rem;
}
.icon-text-bild{
	position: absolute;
	max-width: 25%;
	top: -4rem;
}
.row:not(.flex-row-reverse) .icon-text-bild{
	left: -20%;
}
.flex-row-reverse .icon-text-bild{
	right: -20%;
}
.res-txt .res-txt-arrow, .res-text-bild .txt-arrow {
	padding-left: 0!important;
}
.res-txt .res-txt-arrow i, .res-text-bild .txt-arrow i{
    font-size: 250%;
	font-weight: 100;
}
.res-txt .res-txt-arrow i:before, .res-text-bild .txt-arrow i:before{
    content: "\f175";
}
@media only screen and (min-width: 970px) {
.mb-2.mt-md-1.txt-imagebox{
    margin-bottom: 0!important;
    margin-top: 0!important;
}
}
@media only screen and (max-width: 1600px) {
.res-text-bild .layout-3.row:not(.flex-row-reverse) .txt-content50-50{
	margin-left: 3vw!important;
}
.res-text-bild .layout-3.row.flex-row-reverse .txt-content50-50{
	margin-right: 3vw!important;
}
.icon-text-bild{
	position: absolute;
	max-width: 15%;
	top: -3rem;
}
.row:not(.flex-row-reverse) .icon-text-bild{
	left: -1%;
}
.flex-row-reverse .icon-text-bild{
	right: -1%;
}
}
@media only screen and (max-width: 1440px) {
    .intro-text.res-text-bild.pb-2{
        padding-bottom: 0!important;
    }
}
@media only screen and (max-width: 1350px) {
.icon-text-bild{
	top: -2rem;
}
.res-text-bild .layout-3.row:not(.flex-row-reverse) .txt-content50-50{
	padding-right: 3rem!important;
}
.res-text-bild .layout-3.row.flex-row-reverse .txt-content50-50{
	padding-left: 3rem!important;
}
}
@media only screen and (max-width: 970px) and (min-width: 750px) {
.icon-text-bild{
    opacity: 0.1
}
}
@media only screen and (max-width: 970px) {
.intro-text .txt-imagebox{
        display: none;
 }
    .txt-text.pt-2{
        padding-top: 0!important;
    }
.icon-text-bild{
	max-width: 30%;
	top: auto;
    bottom: 0rem;
}
.row:not(.flex-row-reverse) .icon-text-bild{
	left: auto;
	right: 15px;
}
.flex-row-reverse .icon-text-bild{
	right: 15px;
}
.res-text-bild.pb-3, .res-text-bild.py-3 {
    padding-bottom: 1rem!important;
}
.res-text-bild.pt-3, .res-text-bild.py-3 {
    padding-top: 0rem!important;
}
body .container .res-text-bild .layout-3.row .txt-content50-50{
    padding: 0 15px 3rem 15px!important;
    margin-left: 5vw!important;
    margin-right: 5vw!important;
}
}
/*Icons*/
.iconbox h2{
	font-size: clamp(24px, 2.5vw, 230%);
}
.icons-txt-img {
	margin-bottom: 15px;
}
.icons-txt-content {
	line-height: 165%;
}
@media only screen and (max-width: 970px) {
.col-12.icons-txt-content{
     padding-bottom: 2rem;
 }
.iconbox-bottom:last-of-type .col-12.icons-txt-content{
     padding-bottom: 0rem;
 }
 }
/*Collapse*/
.res-collapse .collapse-icon{
    font-size: 200%;
    color: #2c324f;
}
.res-collapse .title-collapse-smaller {
	font-size: 230%;
	line-height: 115%;
}
.res-collapse .card-header {
    padding: 1.75rem 1.75rem 1.25rem 0rem;
}
.res-collapse .card-header, .res-collapse .card-body{
    border-bottom: none;
}
.res-collapse .card-body {
    padding-top:0rem;
}
.res-collapse .card{
    border-bottom: 2px solid #f0b050;
}
.res-collapse .card:last-of-type{
    border-bottom: none;
}
.res-collapse .card-body {
    padding: 1.25rem 15% 1.25rem 0rem;
}
@media only screen and (max-width: 1280px) {
.res-collapse .title-collapse-smaller {
	font-size: 190%;
}
}
@media only screen and (max-width: 970px) {
.res-collapse .card-header {
    padding: 1.75rem 10px 1.25rem 0rem;
}
.res-collapse .collapse-icon {
    font-size: 140%;
    margin-left: 25px;
}
.res-collapse .title-collapse-smaller {
    font-size: 120%;
}
.res-collapse .card-body {
    padding: 0rem 15% 1.25rem 0rem;
}
}
/*Slider*/
.res-slider-content .slick-next:before, .res-slider-content .slick-prev:before  {
    font-weight: 100;
    font-size: 80px;
    opacity: 1;
}
.res-slider-content .slick-next:before, .res-slider-content .slick-prev:before,.res-slider-content .slick-dots li button:before{ 
    color: #f0b050;
}
.res-slider-content .slick-dots li button:before{ 
    opacity: .2;
}
.Gelb.res-slider-content .slick-next:before, .Gelb.res-slider-content .slick-prev:before,.Gelb.res-slider-content .slick-dots li button:before{ 
    color: #9b7150;
}
.res-slider-content .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f0b050;
}
.Gelb.res-slider-content .slick-dots li.slick-active button:before {
    opacity: .95;
    color: #fff;
}
.res-slider-content .slick-prev {
    margin-left: -6%;
}
.res-slider-content .slick-next:before {
    content: "\f061";
}
.res-slider-content .slick-prev:before {
    content: "\f060";
}
.res-slider-content.alignfull .slick-next:hover, .res-slider-content.alignfull .slick-prev:hover {
    background: transparent;
}
.res-slider-content.alignfull .no-center-mode-desktop .slider {
    margin-left: 0;
}
.res-slider-content .box-custom .box-content{
    padding: 30px 150px 30px 40px;
}
.res-slider-content .box-custom {
    background-image: none;
	background-color: #2c324f;
    border-radius: 0px;
	position: relative;
}
.res-slider-content .box-custom:after {
    content: "\f10e";
    font-family: "Font Awesome 6 Sharp";
	font-weight: 900;
	color: #f0b050;
	position: absolute;
	right: 40px;
	top: 40px;
	font-size: 350%;
}
.res-slider-content .box-custom *{
	color: #fff;
}
.res-slider-content .box-custom .btn{
	color: #f0b050;
}
.res-slider-content .box-custom .postContent h3{
	font-size: clamp(24px, 2.5vw, 230%)!important;
}
@media only screen and (max-width: 1400px) {
.res-slider-content .box-custom:after {
	font-size: 300%;
	right: 25px;
	top: 25px;
}
.res-slider-content .box-custom .box-content{
    padding: 20px 110px 15px 25px;
}
.res-slider-content .slick-next {
    margin-right: -2%;
}
.res-slider-content .slick-prev {
    margin-left: -3%;
}
.res-slider-content .slick-next:before, .res-slider-content .slick-prev:before  {
    font-weight: 300;
    font-size: 40px;
}
}
@media only screen and (max-width: 970px) {
.res-slider-content .box-custom:after {
	font-size: 250%;
}
.testimonials .box-item {
    margin-left: 40px;
}
.res-slider-content .postContent h3 {
    font-size: 125%;
    line-height: 130%;
    font-weight: 600;
}
.res-slider-content .postContent .vorschau-text {
    font-size: 100%;
    line-height: 140%;
}
.res-slider-content .box-custom .box-content{
    padding: 80px 25px 15px 25px;
}
}

/*Boxes*/
.res-boxes .boxlayout02 .box-content {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.res-boxes .boxlayout02 .box-content h3{
	font-size: clamp(160%, 3.3vw, 220%);
	line-height: 115%;
}
.postBox .btn-text-link{
	color: #f0b050;
}
.category .blogBox h3{
	font-weight: 600;
}
.res-boxes .box-no-paddding {
    padding-top: 0px;
}
.res-boxes .flatbox .box-img.mb-1 {
    margin-bottom: 0!important;
} 
.res-boxes .box-content{ 
		hyphens: auto;
		 -webkit-hyphens: auto;
}
#res-boxes-block_837cd189fe726bee4d1a6666aacbe371 .inner-container{   
    max-width: 100%;
    padding: 0;
}
.res-boxes .sonderfall {
    width: calc(50vw - 15px);
    max-width: 50vw;
    padding: 5rem 5vw 5rem 10vw;
}
.res-boxes .sonderfall:nth-of-type(2) {
    padding: 5rem 10vw 5rem 5vw;
    background-color: #2c324f;
}
.res-boxes .sonderfall:nth-of-type(2) .postContent{
    color: #fff;
}
.res-boxes .sonderfall:nth-of-type(2) .btn-text-link{
	color: #f0b050;
}
.boxlayout02.box-item h2{
	font-size: clamp(24px, 2.5vw, 220%)!important;
	line-height: 115%;
}
.res-boxes .box-custom {
    background: transparent;
    border-radius: 0px;  
}
.res-boxes .box-custom .box-img{
    width: 50%;
    max-width: 200px;
    margin-bottom: 2rem!important;
}
.res-boxes .box-custom .btn-text-link{
	color: #f0b050!important;
}
@media only screen and (max-width: 1400px) {
.res-boxes .boxlayout02 .box-content {
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
}

@media only screen and (max-width: 970px) {
.res-boxes .sonderfall, .res-boxes .sonderfall:nth-of-type(2){
    width: 100vw;
    max-width: 100vw;
    padding: 3rem 10vw 3rem 10vw;
}
.res-boxes .postContent .vorschau-text {
    font-size: 100%;
    line-height: 180%;
}
}

/*Blog*/
@media only screen and (max-width: 970px) {
.res-singlepage h1 {
	font-size: 150%;
}
}

/*Modal*/
.pum-overlay, html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container, html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{
	position: absolute!important;
}
.pum-container.popmake{
	border-radius: 0!important;
}
.pum-container.popmake p, .pum-container.popmake .btn{
	margin-bottom: 0;
}
.pum-theme-3330 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close {
    height: 35px;
    width: 35px;
    right: 0;
    top: 0;
    padding: 8px;
    font-family: arial;
    font-size: 23px;
    line-height: 23px;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    background-color: #f0b050;
}
@media only screen and (min-width: 970px) {
.pum-container.popmake {
    top: 150px!important;
	left: auto!important;
	right: 30px!important;
}}
@media only screen and (min-width: 970px) and (max-width: 1400px) {
.pum-container.popmake {
    top: 100px!important;
}}
@media only screen and (max-width: 970px) {
.pum-container.popmake {
	max-width: 90vw;
    left: 5vw!important;
}
.pum-container.popmake .btn{
	margin-top: 0;
}
}


/*Formular*/
.page-kontakt .res-page-content .wp-block-columns{
	max-width: 900px;
	margin: 0 auto;
}
.page-kontakt .res-page-content .wp-block-columns h2 {
    font-size: clamp(22px, 3.5vw, 220%);
}
.res-btn .btn {
    display: inline-block;
	margin: 0;
}
.forminator-ui#forminator-module-3038.forminator-design--flat .forminator-label {
	color: #2c324f;
	font-weight: 300;
	font-size: 100%;
}
.forminator-ui.forminator-custom-form-3038.forminator-design--flat #radio-1 .forminator-label{
	display: block!important;
}
.forminator-ui#forminator-module-3038.forminator-design--flat .forminator-radio, .forminator-ui#forminator-module-3038.forminator-design--flat .forminator-checkbox, .forminator-ui#forminator-module-3038.forminator-design--flat .forminator-checkbox__label, .forminator-ui#forminator-module-3038.forminator-design--flat .forminator-checkbox__label p{
	color: #2c324f;
	font-weight: 300;
	font-size: 80%;
}
.forminator-ui#forminator-module-3038.forminator-design--flat .forminator-button-submit{
	background-color: #f0b050;
	color: #2c324f;
	box-shadow: none;
}
.forminator-ui#forminator-module-3038.forminator-design--flat .forminator-button-submit:hover{
	background-color: #9b7150;
	color: #f0b050;
    padding: 0.7rem 2.3rem;
}
.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=flat] .forminator-input, .forminator-ui.forminator-custom-form[data-design=flat] .forminator-input, .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=flat] .forminator-textarea, .forminator-ui.forminator-custom-form[data-design=flat] .forminator-textarea {
    padding: 10px 0;
	background-color: #fff!important;
	border-bottom: solid 2px #f0b050;
}
.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=flat] .forminator-input:placeholder, .forminator-ui.forminator-custom-form[data-design=flat] .forminator-input, .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=flat] .forminator-textarea:placeholder, .forminator-ui.forminator-custom-form[data-design=flat] .forminator-textarea:placeholder {
    color: #2c324f;
}
.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=flat] .forminator-button, .forminator-ui.forminator-custom-form[data-design=flat] .forminator-button, .forminator-ui#forminator-module-3038.forminator-design--flat .forminator-button-submit {
    padding: 0.7rem 2rem;
	font-size: 100%;
}
.forminator-ui#forminator-module-3038.forminator-design--flat .forminator-checkbox .forminator-checkbox-box, .forminator-ui#forminator-module-3038.forminator-design--flat .forminator-radio .forminator-radio-bullet, .forminator-ui#forminator-module-3038.forminator-design--flat .forminator-multi-upload {
    background-color: #fff;
    color: #2c324f;
	border: solid 2px #f0b050;
}
.gm-style .gm-style-iw-c {
    background-color: #2c324f;
	color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 12px;
}
.gm-style .gm-style-iw-tc::after {
display: none;
}
.gm-ui-hover-effect>span {
    background-color: #fff;
}
.gm-style .gm-style-iw .gm-ui-hover-effect {
    top: 0px !important;
}
.gm-style .gm-style-iw-d {
    overflow: auto !important;
}

/* Google Maps */
.page-kontakt .res-google-maps .container-fluid {
	max-width: 100%;
	width: 100%;
	padding: 0px;
}

/* Icons und Text */
.res-icons-text .icons-txt-content {
    font-size: 100%;
}

.res-icons-text .icons-txt-img {
    max-width: none;
}

/* Text Block */
@media only screen and (min-width: 1600px) {
	.alignwide {
		margin-left: -150px;
		margin-right: -150px;
	}
}

@media only screen and (min-width: 1280px) {
	
	/*  Align WIDE  */
	.alignwide .inner-container.container-wide,
	.alignwide .inner-container.container-off {
			max-width: 100%!important;
			margin: 0 auto;
			width: 100%;
	}	

	.res-txt.alignwide .inner-container.container-off {
			padding: 0 15px;
	}
}

/* Slider */
.res-slider-content.alignfull .slick-next {
	margin-right: 0%;
}

.res-slider-content .slick-next {
    margin-right: -4%!important;
}

/* Nav & Kontakt */
@media only screen and (max-width: 970px) {
	.res-nav .navbar-nav {
		min-height: 0vh;
		padding: 0;
	}
	
	.page-kontakt .res-footer {
		margin-top: 0rem!important;
	}
}

/* Blog */
.res-blog .blog-box h3 {
    font-size: clamp(22px, 1.8vw, 170%);
    line-height: 125%;
	padding: 0px;
}

.res-blog .blog-vorschau-txt {
	font-size: clamp(17px, 1.2vw, 20px);
    line-height: 180%;
    margin-right: 0px;
}

.res-blog .blogpost-btn span.btn-text-link {
	font-size: 1.2rem;
	line-height: 1.67;
	margin-bottom: 20px;
	margin-top: 10px;
}

.res-sidebar-filter .blog-filters li.current-cat {
    font-weight: 600;
}

.res-sidebar-filter .blog-filters li {
    position: relative;
    font-size: 100%;
    margin-right: 3rem;
    padding-left: 16px;
	line-height: 180%;
}

.res-sidebar-filter .blog-filters li:hover {
    opacity: .4;
    transition: all .1s ease-in-out;
}

.res-blog .blogbox-no-paddding {
    padding-top: .65rem;
}

.titel-klein h2 {
    font-size: clamp(20px, 2.8vw, 250%);
}
.titel-klein h3 {
    font-size: clamp(18px, 1.5vw, 150%);
}

.cta-icon {
    width: 145px;
}
.cta-sticker:hover .cta-icon {
    width: 155px;
}
.cta-circleTxt p.stickerTitle {
    font-size: 80%;
    font-weight: 500;
}
@media only screen and (max-width: 1500px) {
.cta-icon {
    width: 105px;
}
.cta-sticker:hover .cta-icon {
    width: 125px;
}
}