

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

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: clamp(15px,1.1vw,19px);
	line-height: 180%;
	color: #1d1d1d;
	background-color: #fff;
}

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

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

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

.brand-color {
	color: #4a90e2; 
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Tiro Bangla', serif;
	font-weight: 400;
	line-height: 120%;
}
h1 {
	font-size: clamp(26px, 3.9vw, 300%);
}
h2 {
	font-size: clamp(24px, 3vw, 240%);
}
h3 {
	font-size: clamp(18px, 2.2vw, 180%);
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
h4 {font-size: clamp(16px, 1.3vw, 110%);
	font-family: 'Roboto', sans-serif;
	line-height: 130%;
	font-weight: 500;} 
h5 {font-size: clamp(15px, 1.1vw, 105%);} 
h6 {font-size: clamp(15px, 1.1vw, 100%);} 

@media only screen and (max-width: 970px) {
	 h1, h2, h3, h4, h5, h6 { 
		 /* hyphens: auto; */
		 /* -webkit-hyphens: auto; */
		}
}

/* Container align wide  */

.container {
    width: 70vw;
    max-width: 1450px;
}
.container-fluid{
    width: 90%;
    max-width: 90%;
}
.alignfull .inner-container.container-wide, .res-boxes.alignwide .inner-container.container-wide, .alignwide .inner-container.container-wide {
    max-width: 90%;
	padding-left: 15px;
	padding-right: 15px;
}
.alignwide .inner-container.container-off{
    max-width: 100%!important;
    padding: 0!important;
}
.container-small {
	min-width: 500px;
	max-width: 55vw;
	margin: 0 auto;
}
.alignwide {
    margin-left: calc(-10vw - 15px);
    margin-right: calc(-10vw - 15px);
}
/* Grösser als HD */
@media only screen and (min-width: 1920px) {
.container-fluid{
    max-width: calc(1450px + 20vw + 30px);
}
}

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


/* 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-small {
	min-width: 90%;
	max-width: 92vw;
}
.alignfull {
    margin-left: calc(-94vw / 2 + 100% / 2);
    margin-right: calc(-94vw / 2 + 100% / 2);
    max-width: calc(100vw - var(--scrollbarWidth));
}
    .res-head.container-fluid {
        max-width: 100%; width: 100%;
    }
}


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

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

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


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

	.res-nav .nav-link {
		font-size: 100%;
		padding: 0.7rem 1.3rem;
		white-space: nowrap;
	}

	.res-nav .navbar-expand-md .navbar-nav .nav-link {
		padding-right: clamp(15px, 1.6vw, 30px);
		padding-left: clamp(15px, 1.6vw, 30px);
	}

}


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

/* 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: #1d1d1d;
	    font-weight: 500;
}
/* 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: 12px;
	padding-bottom: 14px;
}
.res-fixnav.show .logo img {
	width: clamp(90px, 8vw, 350px);
	height: auto;
}
/* Fixnav Desktop */
@media only screen and (min-width: 970px) {
	.res-fixnav.show { 
		background: #1d1d1d;
	}
	.res-fixnav.show .navbar {
        padding: .0rem 0;
    }
	.res-fixnav.show .res-nav-right {
        margin-bottom: auto!important;
    }
	.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: none;
	}
}
/* 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;	
	}
} 

/* Mobile */
@media only screen and (max-width: 970px) {
    .res-nav .nav-link {
        font-size: 140%;
    }
    .res-nav .navbar-collapse {
        margin: -1px 0 0 0;
        background: rgba(255, 255, 255, 1.0);
    }
    .res-nav .navbar-nav {
        min-height: calc(100vh - 69px);
        padding: 25px 8% 35px 8%;    
        justify-content: flex-end;
    }
    .res-header .dropdown-menu {
        padding: 0 0 0 0px;
        border-bottom: solid #999 1px!important;
    }    
    .res-header .dropdown-menu .dropdown-item {
        padding: 7px 12px;
        padding-left: 12px;
        font-size: 105%;
        border-top: solid #999 1px;
    }
} 


/* Buttons */
.btn {
	padding: 0.33rem 2.4rem;
	border-radius: 40px;
    white-space: nowrap;
}

.btn-primary{
    background-color: #1d1d1d;
    color: #eee !important;
	font-weight: 300 !important;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
}
.btn-primary:active {
}
.btn-primary:focus {
}

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

}
.btn-text-link {
	padding: 0;
	border-radius: 0;
	font-weight: 400;
    margin-right: 20px;
}
.btn-arrow {
	position: relative;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-weight: 400;
	transition: all .3s ease-in-out;
}

.btn-arrow:after {
	content: "\f178";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    margin-left: 8px;
    font-weight: 400;
    font-size: 100%;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.btn-sm {
	font-size: 80%;
} 


/* Btns Mobile  */
@media only screen and (max-width: 970px) {
	.btn {font-size: 90%;}
	.btn-sm {font-size: 75%;} 
}	


/* Footer */

.res-footer {
	border-top: 0px solid #eee;
	background-color: transparent;
}

.res-widget-footer .footer-title {
    font-size: 110%;
    font-weight: 500;
    margin-bottom: 15px;
}
.footer-social-box a {
	background: #1d1d1d;
	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: 45px;
	height: 45px;
	color: #fff;
}
.res-page-content .res-widget-footer {
    font-size: 80%;
    line-height: 180%;
}

.res-page-content .res-widget-footer .footer-title {
    margin-bottom: 10px;
}

@media only screen and (max-width: 970px) { 
    .res-footer .wp-block-column:nth-of-type(3), .res-footer .wp-block-column:nth-of-type(4) {
        flex-basis: calc(50% - 0.25em);
        max-width:  calc(50% - 0.25em);
    }
    .res-footer .wp-block-columns{
        margin-bottom: 0;
    }
    .res-widget-footer .footer-title {
        margin-bottom: 7px;
    }   
    .res-footer-copyright .copyright-col1 {
        margin-bottom: 0px;
    }
    .res-footer-copyright {
        font-size: 10px;
    }
}

/* Blog Container */

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


/* Headline grosse Title  */

.headline-title h1  {
	font-size: clamp(240%, 4.5vw, 450%);
	line-height: 110%;
}
.headline-title h2  {
	font-size: clamp(240%, 3.8vw, 360%);
	line-height: 110%;
}
.headline-title h3  {
	font-size: clamp(240%, 3.3vw, 280%);
	line-height: 110%;
}
.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: #1d1d1d !important;
	font-weight: 400 !important;
}
#forminator-module-1230.forminator-design--material .forminator-label:not([class*="forminator-floating-"]) {
    color: #1d1d1d !important;
    font-weight: 400;
}
.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=material] .forminator-radio .forminator-radio-bullet, .forminator-ui.forminator-custom-form[data-design=material] .forminator-radio .forminator-radio-bullet {
    border-width: 1px;
}
/* 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 {
}

/*Spalten*/
@media only screen and (max-width: 970px) {
:where(.wp-block-columns.is-layout-flex) {
    gap: 0.5em;
}
.page-kontakt .res-page-content .wp-block-column:first-of-type{
    display: flex;
    flex-wrap: wrap !important;
}
.page-kontakt .res-page-content .wp-block-column:first-of-type .res-footer-adresse, .page-kontakt .res-page-content .wp-block-column:first-of-type .res-footer-kontakt{
    width: 50%;
    padding: 0!important;
}
.page-kontakt .res-page-content .wp-block-column:first-of-type .res-txt{
    width: 100%;
}
}

/*Text*/
.res-txt .btn-float-right{
    justify-content: flex-start!important;
}
.res-txt .btn-float-right h2, .res-txt .btn-float-right h3{
    margin-bottom: 0;
    margin-right: 2rem;
    line-height: 100%;
}
.res-txt.style-01 .txt-textfield{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media only screen and (min-width: 1080px) {
.res-txt.style-02 .txt-textfield{
    max-width: 60%;
}
}
/*Text Bild*/
.res-text-bild.style-01 .row{
    flex-direction: column-reverse!important;
}
.res-text-bild.style-01 .txt-imagebox img{
    max-width: 30%;
    border-radius: 100%;
    margin-bottom: 1rem;
}
.res-text-bild.style-01 h2{
    margin-bottom: 0;
}
.res-text-bild.style-01 h3{
    font-size: 120%;
}
@media only screen and (max-width: 970px) {
.res-text-bild.style-01 .txt-imagebox img{
    margin-top: 1rem;
    margin-bottom: 0rem;
}
.res-text-bild.style-01 h3{
    font-size: 100%;
    margin-bottom: 0;
}
}

/*Boxen*/
.res-boxes .box-custom {
    background: transparent;
    border-radius: 0px 0px 0px 0px;
}
.res-boxes .box-custom .vorschau-text p{
    font-size: 100%;
    line-height: 160%;
    margin-bottom: 2.5rem;
}
.res-boxes .box-col:nth-of-type(odd) .box-custom {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.res-boxes .boxlayout01 .box-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 60px;
    padding-bottom: 0;
}
.boxes-modal .modal-content .container {
    max-width: 100%; width: 100%;
}
@media only screen and (max-width: 970px) {
.res-boxes .box-custom .vorschau-text p{
    margin-bottom: 0rem;
}
.res-boxes .row .box-col .box-custom {
    border-right: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.res-boxes .row .box-col:last-of-type .box-custom {
    border-bottom: none;
}
.boxes-modal .modal-body {
    padding: 0 6% 5% 6%;
}
}


/*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: 1px solid rgba(0,0,0,0.1);
    border-radius: 16px;
	z-index: 5;
}
.res-slider-content .slick-dots li button:before {
    display: none;
}
.res-slider-content .slick-dots li.slick-active button {
    background-color: #1d1d1d;
}
.postImg{
    position: relative;
}
.vorschau-text p{
    font-size: 90%;
    line-height: 140%;
    margin-bottom: 0.5em;
}
.res-slider-content .slick-prev, .res-slider-content .slick-next {
	display: none!important;
}
@media only screen and (max-width: 970px) {
    .res-slider-content .inner-container {
        margin-left: auto;
        margin-right: calc(-100vw / 2 + 100% / 2);
        max-width: calc(96vw);
    }
    #res-slider-content-block_7547472fe14f8ce161c77fd3b071c1be .box-item {
    margin-right: 8vw;
    }
}

/*Scroll-Top*/
#nav-on-top {
    bottom: 1%;
    right: 0.75%;
}
@media only screen and (max-width: 1500px) and (min-width: 970px) {
#nav-on-top {
    height: 35px;
    width: 35px;
    bottom: 0.75%;
    right: 0.75%;
}
}

@media only screen and (max-width: 970px) {
#nav-on-top {
    z-index: 10
}
}

/*Sticker*/
body:not(.page-ferienhaus) .cta-sticker{
    display: none!important;
}
.cta-circle {
    width: 8vw;
    height: 8vw;
    max-width: 155px;
    max-height: 155px;
    min-width: 45px;
    min-height: 45px;
    background: #1d1d1d;
    color: #fff;
}
.cta-circleTxt {
    margin: auto 10% auto 10%;
}
.cta-circleTxt i {
    font-size: 150%;
    margin-bottom: 0.75rem;
}
.cta-circleTxt p.stickerTitle {
    font-size: 90%;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 0;
}
@media only screen and (max-width: 1500px) and (min-width: 970px) {
.cta-circle {
    font-size: 90%;
}
}
@media only screen and (max-width: 970px) {
.cta-sticker {
    bottom: 2%;
    right: 3%;
    z-index: 99;
}
.cta-circleTxt {
    opacity: 1!important;
}
.cta-circleTxt i {
    margin-top: 3px;
    margin-bottom: 0;
    line-height: 100%;
    opacity: 1!important;
}
.cta-circleTxt p.stickerTitle {
    display: none;
}
}

/*Collapse*/
.res-collapse .card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.res-collapse .card-header {
    border-bottom: none;
}
.res-collapse .card-body {
    padding: 0rem 1.75rem 1.25rem 0rem;
    border-bottom: none;
}
.res-collapse ul {
    list-style: none;
    font-size: 100%;
    padding: 5px 0;
    margin-bottom: 0;
}
.res-collapse li {
    padding-bottom: 8px;
    margin-left: 30px;
}
.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;
}
.res-collapse .card-header p.title-collapse {
    font-size: clamp(16px, 1.3vw, 160%);
}
@media only screen and (max-width: 970px) {
.res-collapse .card-header {
    padding: 1rem 0.75rem 1rem 0rem;
}
}

/*ABSTäNDE*/

@media only screen and (max-width: 1500px) {
.pb-5, .py-5 {
    padding-bottom: 6.5rem!important;
}
.pt-5, .py-5 {
    padding-top: 6.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 6.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 6.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 4.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 4.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 4.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 4.5rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 2rem!important;
}
.pt-3, .py-3 {
    padding-top: 2rem!important;
}
}
@media only screen and (max-width: 1350px) {
.res-content-topspace {
    padding-top: 60px;
}
.pb-5, .py-5 {
    padding-bottom: 5.5rem!important;
}
.pt-5, .py-5 {
    padding-top: 5.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 5.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 5.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 4rem!important;
}
.pt-4, .py-4 {
    padding-top: 4rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 4rem!important;
}
.mt-4, .my-4 {
    margin-top: 4rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1.75rem!important;
}
.pt-3, .py-3 {
    padding-top: 1.75rem!important;
}
body .wp-block-columns {
    margin-bottom: 1em;
}
}
@media only screen and (max-width: 1100px) {
.pb-5, .py-5 {
    padding-bottom: 5rem!important;
}
.pt-5, .py-5 {
    padding-top: 5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 5rem!important;
}
.mt-5, .my-5 {
    margin-top: 5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 3.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 3.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 3.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 3.5rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1.5rem!important;
}
.pt-3, .py-3 {
    padding-top: 1.5rem!important;
}
.pb-2, .py-2 {
    padding-bottom: 0.8rem!important;
}
.pt-2, .py-2 {
    padding-top: 0.8rem!important;
}
}

@media only screen and (max-width: 970px) {
.home .res-content, .home .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;
}
}

.cta-boxes h4 {
    font-size: clamp(16px, 1.3vw, 160%);
    font-weight: 300;
}

.simcal-event-details.simcal-tooltip-content a {
	display: none;
}
.res-boxes .box-padding03 {
    padding: 24px 30px 15px 30px;
}

.res-boxes .boxlayout01.box-link-modal .box-inner.border:hover {
    background: #eee;
}

/*
.res-boxes .boxlayout01 .modal-trigger .fa-light {
    text-align: right;
    margin-bottom: 0.3rem !important;
    margin-top: 0.3rem !important;
}*/

/* Modal */
@media only screen and (max-width: 970px) {
    .modal-body {
      word-wrap: break-word; 
      overflow-wrap: break-word;
    }
    
    .slider-modal .modal-body {
        padding: 0 0 6% 0!important;
    }
    
    .slider-modal .modal-content .res-content div.inner-container{
        margin-left: 0%;
        max-width: 100%!important;
    }

    .modal-dialog {
      max-width: 100%; 
      overflow: hidden;
    }
}