/* Theme */

/* cormorant-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/cormorant-v21-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cormorant-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cormorant-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cormorant-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/cormorant-v21-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* inter-tight-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/inter-tight-v7-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-tight-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-tight-v7-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-tight-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter Tight';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/inter-tight-v7-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-tight-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-tight-v7-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-tight-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-tight-v7-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Schriften */
body {
	font-family: 'Inter Tight';
	font-weight:400;
	font-size: 17px;
	line-height:1.6em;
	color:#424242;
	/*background-color:#f9f7f3;*/
	background-color:rgba(252,252,252,1);
}
/*
h1, h2, h3 {
	font-family: 'Cormorant', serif;
}
*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter Tight', sans-serif;
}
h1 {
	font-size:2.4em;
}
h2 {
	font-size:2.0em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
}
h5 {
	font-size:1.25em;
	font-weight:normal;
}
h6 {
	font-size:1.15em;
	font-weight:normal;
}

/* Text-Farben */
.wd-color-black {
	color:#222;
}
.wd-color-white {
	color:#FFF;
}
.wd-color-blue {
	color:#377DB8;
}
.wd-color-red {
	color:#A20019;
}

/* Hintergrund-Farben */
.wd-bg-white {
	background-color:#FFF;
}
.wd-bg-grey {
	background-color:#8C8C8C;
}
.wd-bg-dark-grey {
	background-color:#2C2C2C;
}
.wd-bg-light-grey {
	background-color:#DCDCDC;
}
.wd-bg-light-grey-1 {
	background-color:rgba(42,48,55,0.1);
}

.wd-container {
	background-color:rgba(255,255,255,0.8);
	box-shadow: 0 1px 8px #666;
}

.navik-header-overlay .logo {
	position: fixed;
	top: 10px;
	left: 15px;
	z-index: 10;
}
@media (min-width: 1200px) {
	.navik-header-overlay .logo {
		top: 10px;
		left: 40px;
	}
}
@media (max-width: 767px) {
	.navik-header-overlay .logo {
		top: 5px;
		left: 20px;
		width:200px;
	}
}


.wd-header-ampel-mobile {
	display:block;
	width:100%;
	position:fixed;
	color:#FFF;
	line-height:2em;
	z-index:12;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	background-color:#0C0E1C;
	text-align:left;
}
.wd-header-ampel-mobile_v1 {
	display:block;
	width:100%;
	position:fixed;
	color:#FFF;
	line-height:2em;
	z-index:12;
	padding:5px 10px 5px 0;
	text-decoration:none;
}
.wd-header-ampel-desktop {
	display:block;
	position:absolute; 
	right:105px; 
	margin-top:13px; 
	padding:4px 45px 4px 15px; 
	border-radius:3px; 
	line-height:1.65em; 
	font-weight:500; 
	color:#FFF; 
	text-align:left; 
	text-decoration:none;
	background-color:#0C0E1C; 
}
.wd-header-ampel-desktop_v1 {
	display:block;
	position:absolute; 
	right:105px; 
	margin-top:13px; 
	padding:4px 15px; 
	border-radius:3px; 
	line-height:1.65em; 
	font-weight:500; 
	color:#FFF; 
	text-align:left; 
	text-decoration:none;
}
.wd-header-ampel-mobile:hover,
.wd-header-ampel-desktop:hover {
	color:#fff;
}
.wd-header-ampel-gruen {
	color:#609A36; 
}
.wd-header-ampel-rot {
	color:#DD2A1B; 
}

/*
.wd-hero-banner-bg {
	background-image: url('../_data/media/pix/XXL/Waldseilgarten-Bad-Hindelang-Hoehenunterschied-GmbH6.webp');
}
.hero-banner:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
}
*/


/* Slide-Menu */
.nav-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	visibility: hidden;
	background-color: #fcfcfc;
	/*background-image: linear-gradient(to right top, #E6E4E0 0%, #F9F7F3 100%);*/
	opacity: 0;
	transition: all .3s ease-in-out;
}
.navik-header-overlay .burger-menu {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 99999;
	display: block;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	width: 55px;
	height: 50px;
	padding: 15px;
	background: #777777;
	border:1px solid #777777;
	border-radius:2px;
	transition: all .2s ease-in-out;
}
.navik-header-overlay .line-menu {
	background-color: #FFF;
}
.navik-menu-overlay > ul > li > .menu-overlay-link a {
	font-family: 'Inter Tight', serif;
	display: inline-block;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2em;
	color: #626262;
	text-transform: uppercase;
	transition: color .2s ease-in-out;
}
.navik-menu-overlay > ul > li.current-menu > .menu-overlay-link a, 
.navik-menu-overlay > ul > li > .menu-overlay-link a:hover, 
.overlay-dropdown-plus:hover + a, 
.overlay-menu-hover > .menu-overlay-link a {
	color: #666 !important;
}
.navik-menu-overlay > ul > li.current-menu > .menu-overlay-link a {
	font-weight:700;
}

.navik-menu-overlay > ul ul li a {
	font-size: 1.2em;
	font-style: italic;
	color: #424242;
	white-space: nowrap;
	transition: color .2s ease-in-out;
}
.menu-slide .navik-menu-overlay > ul {
	display: block;
	padding: 120px 0 20px;
	text-align: left;
}
@media (min-width: 768px) {
	.menu-slide .navik-menu-overlay > ul {
		padding: 100px 0 20px;
	}
	.navik-menu-overlay > ul > li > .menu-overlay-link a {
		font-size: 24px;
		font-weight:500;
	}
}
.navik-menu-overlay > ul ul li a:hover {
	color: #7C5041 !important;
}

.wd-menu-adress {
	padding:10px 10px 10px 70px;
	position:relative;
	font-size:0.9em;
	line-height:1.35em;
	color:#fff;
	background-color:#919191;
}
.wd-menu-adress a {
	display:block;
	color:#f1f1f1;
	text-decoration:none;
}
.wd-menu-adress i {
	position:absolute;
	left:15px;
	top:20px;
	font-size:3.8em;
	color:#ab2525;
	color:#f1f1f1;
}
.wd-menu-adress-footer {
	padding: 10px 10px 10px 70px;
	font-size:0.9em;
	line-height:1.65em;
}
.wd-menu-adress-footer a {
	text-decoration:none;
	color:#424242;
}
.wd-menu-adress-footer a:hover {
	text-decoration:underline;
}
.wd-social-media {
	position: absolute;
	left:40px;
	top:25px;
	font-size:2.8em;
}
.wd-social-media a {
	color:#626262;
}
.menu-social-media a {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 0 6px 6px;
	border: 3px solid #b2b2b2;
	background:red;
	border-radius: 50%;
	transition: opacity .2s ease-in-out;
}

/* Header */
.wd-header {
	position:fixed;
	top:0;
	left:0;
	z-index:5;
	width:100%;
	font-size:0.85em;
	background-color:#f0f0f0;
	background-image: linear-gradient(to bottom, #f8f8f8 0%, #e8e8e8 100%);
	color:#222;
	text-align:center;
	height:95px;
	border-bottom:5px solid #666;
}
.wd-header-logo {
	position: absolute;
	top: 5px;
	left: 15px;
	z-index: 10;
	max-width:300px;
}
@media (max-width: 767px) {
	.wd-header {
		height:90px;
	}
	.wd-header-logo {
		max-width:250px;
	}
}
@media (max-width: 575px) {
	.navik-header-overlay .burger-menu {
		top:10px;
	}
	.wd-header {
		height:80px;
	}
	.wd-header-logo {
		top: 10px;
		max-width:200px;
	}
}


/* Content */
.wd-content {
	position:relative;
}
.wd-content-body {
	padding-top:40px;
	padding-bottom:40px;
}

.wd-content-body h1 {
}
.wd-content-body a {
	color:#523021;
}
.wd-content-body, .wd-content-row {
	padding-top:20px;
	padding-bottom:0px;
}
.wd-content-row > div > div {
	padding-bottom:20px;
}

/* Buttons */
.btn-success {
	color: #fff !important;
	--bs-btn-bg: #609A36;
	--bs-btn-border-color: #609A36;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #157347;
	--bs-btn-hover-border-color: #146c43;
	--bs-btn-focus-shadow-rgb: 60,153,110;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #146c43;
	--bs-btn-active-border-color: #13653f;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #69aa01;
	--bs-btn-disabled-border-color: #609A36;
}
.btn-danger {
	--bs-btn-color: #fff;
	--bs-btn-bg: #dd2a1b;
	--bs-btn-border-color: #dd2a1b;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #bb2d3b;
	--bs-btn-hover-border-color: #b02a37;
	--bs-btn-focus-shadow-rgb: 225,83,97;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #b02a37;
	--bs-btn-active-border-color: #a52834;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #dd2a1b;
	--bs-btn-disabled-border-color: #dd2a1b;
}


/* Carousel */
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .75;
	transition: opacity .15s ease;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
	background-image: none;
}

/* Modals */
.modal-header {
	background-color:#508A26;
	color:#FFF;
}
.modal-footer {
	font-size:0.85em;
}
.modal-footer a {
	color:#237023;
}

/* Cards */
.card-body.text-bg-success {
	color: #fff !important;
	background-color: #609A36 !important;
}
.card-body.text-bg-danger {
	color: #fff !important;
	background-color: #9a3636 !important;
}

/* list-group-item */
.list-group-item.text-bg-success {
	color: #fff !important;
	background-color: #609A36 !important;
}


/* Footer */

.footer-diagonal-top {
  height: 0;
  border-style: solid;
  border-width: 0 0 75px 100vw;
  border-color: transparent #919191 #919191 transparent;
}
.footer-diagonal-bottom {
  height: 0;
  border-style: solid;
  border-width: 0 100vw 75px 0;
  border-color: #919191 #919191 #777777 #777777;
}
.footer {
	text-align: center;
	background-color:#919191;
	padding:0;
	letter-spacing: 1.5px;
	/*background-image: linear-gradient(to bottom, #2A2928 0%, #3A3938 100%);*/

}
.footer .footer-head {
	padding: 40px 20px;
	color:#e1e1e1;
	background-color:#777777;
}
.footer .footer-body {
	background-color:#919191;
	padding:40px 20px 25px 20px;
}
.footer a {
	color:#e1e1e1;
	text-decoration:none;
}
.footer a:hover,
.footer a:focus {
	color:#e1e1e1;
	text-decoration:underline;
}
.footer-desc {
	font-weight: 500;
	line-height:2em;
	color: #e1e1e1;
	text-transform:none;
}
.footer-desc h4 {
	margin-bottom:10px;
}
.footer-bottom {
	text-align: center;
	background-color:#777777;
	font-size: 0.8em;
	color: #e1e1e1;
	padding: 40px 10px 100px 0;
}
.footer-bottom a {
	color: #e1e1e1;
	text-decoration:none;
}
.footer-bottom a:hover {
	color: #e1e1e1;
	text-decoration:underline;
}


/* Masonry Grid */
.grid-sizer,
.grid-item { 
	float: left;
	width: 25%; 
	border:5px solid transparent;
	transition: all 0.5s;
}
.grid-sizer:hover,
.grid-item:hover { 
	border:5px solid #fff;
	box-shadow:0px 0px 10px #666;
}
@media (max-width: 767px) {
	.grid-sizer,
	.grid-item { 
		width: 50%; 
	}
}
@media (max-width: 480px) {
	.grid-sizer,
	.grid-item { 
		width: 100%; 
	}
}

/* Kalender-Widget */
.wd-kalender-wochentage th {
	background-color:#7C5041;
	color:#FFF;
	text-align:center;
}
.wd-kalender-tage td {
	text-align:center;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:0.3rem;
	padding-bottom:0.3rem;
}
.wd-kalender-open {
	background-color:#508A26 !important;
	color:#FFF !important;
	border-radius:3px;
}
.wd-kalender-close {
	background-color:#EED9E1 !important;
	background-color:#ddd !important;
	border-radius:3px;
	color:#c30;
}
.wd-kalender-zeit {
	font-size:0.65em;
	line-height:1.5em;
}
.wd-kalender-zeit-default {
	color:#444;
}
.wd-kalender-zeit-primary {
	color:#c00;
}
.wd-switch-monat a {
	text-decoration:none;
}


/* Youtube- und Google-Maps-Hinweis */
.wd-content-youtube,
.wd-content-googlemaps {
	width:100%;
	height:auto;
}
.wd-content-youtube-info,
.wd-content-googlemaps-info {
	background-color:#f1f1f1;
	padding:20px;
	border:3px solid #999;
	color:#222;
	height:auto;
}
.wd-content-youtube-info h3,
.wd-content-googlemaps-info h3 {
	margin-top:0;
}
.wd-content-youtube-info h3 span,
.wd-content-googlemaps-info h3 span {
	color:#c33;
}
.wd-content-youtube-info div,
.wd-content-googlemaps-info div {
	height:100px;
	padding:5px;
	background-color:#f8f8f8;
	overflow-y: scroll;
	margin-bottom: 20px;
}
.wd-content-youtube-info2 {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	padding:2px;
	background:rgba(241,241,241,0.75);
	text-align:center;
}
.wd-content-youtube-info2 h4 {
	font-size:1.2em;
}
.wd-content-youtube-info2 p {
	font-size:0.9em;
	margin-top:5px;
}
.wd-content-youtube-info2 p a {
	color:#222;
	text-decoration:underline;
}

/* Cookie-Popup */
.cookie-modal {
	font-size:1.0em;
	color:#333;
}
.cookie-modal .modal-header {
	padding:10px 10px;
}
.cookie-modal h4 {
	font-size:1.3em;
	border-bottom: none;
	padding-bottom:0;
	font-weight:300;
}
.cookie-modal .modal-body {
	font-size:0.85em;
	line-height:1.45em;
}
.cookie-modal .modal-body a {
	color:#508a26;
}
.cookie-modal .modal-body .btn-primary {
	background-color:#508a26;
	border-color:#eee;
	color:#FFF;
}
.cookie-modal .modal-body .btn-default {
	background-color:#eee;
	border-color:#eee;
	color:#333;
}
.cookie-modal .modal-footer {
	font-size:0.85em;
}
.cookie-modal .modal-footer a {
	color:#333;
}
