@font-face {
	font-family: 'Arvo';
	font-style: normal;
	font-weight: 400;
	src: url('../font/arvo/arvo-v20-latin-regular.eot');
	src: local(''),
		 url('../font/arvo/arvo-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
		 url('../font/arvo/arvo-v20-latin-regular.woff2') format('woff2'),
		 url('../font/arvo/arvo-v20-latin-regular.woff') format('woff'),
		 url('../font/arvo/arvo-v20-latin-regular.ttf') format('truetype'),
		 url('../font/arvo/arvo-v20-latin-regular.svg#Arvo') format('svg');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../font/open-sans/open-sans-v34-latin-regular.eot');
	src: local(''),
		 url('../font/open-sans/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
		 url('../font/open-sans/open-sans-v34-latin-regular.woff2') format('woff2'),
		 url('../font/open-sans/open-sans-v34-latin-regular.woff') format('woff'),
		 url('../font/open-sans/open-sans-v34-latin-regular.ttf') format('truetype'),
		 url('../font/open-sans/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../font/work-sans/work-sans-v18-latin-regular.eot');
	src: local(''),
		 url('../font/work-sans/work-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
		 url('../font/work-sans/work-sans-v18-latin-regular.woff2') format('woff2'), 
		 url('../font/work-sans/work-sans-v18-latin-regular.woff') format('woff'),
		 url('../font/work-sans/work-sans-v18-latin-regular.ttf') format('truetype'),
		 url('../font/work-sans/work-sans-v18-latin-regular.svg#WorkSans') format('svg');
}

@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../font/work-sans/work-sans-v18-latin-italic.eot');
	src: local(''),
		url('../font/work-sans/fonts/work-sans-v18-latin-italic.eot?#iefix') format('embedded-opentype'),
		url('../font/work-sans/work-sans-v18-latin-italic.woff2') format('woff2'),
		url('../font/work-sans/work-sans-v18-latin-italic.woff') format('woff'),
		url('../font/work-sans/work-sans-v18-latin-italic.ttf') format('truetype'),
		url('../font/work-sans/work-sans-v18-latin-italic.svg#WorkSans') format('svg'); 
}
  
  

*, html {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-family: "Work Sans",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400px;
	line-height: 1.5;
}
a:hover {
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
button {
	overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Arvo",Helvetica,cursive;
	font-weight: 400;
	font-style: normal;
}
h1 {
	font-size: 72px;
}
h2 {
	font-size: 48px;
}
img {
	border: 0;
	vertical-align: middle;
}
header {
	position: absolute;
	width: 100%;
	z-index: 100;
}
header .mmn-top-nav {
    background-color: rgba(225,225,225,0.1);
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
    position: relative;
}
header .mmn-top-nav nav {
	position: absolute;
	right: 0;
	top: 0;
}
header .mmn-top-nav nav a {
	color: #fff;   
	display: inline-block;	
	padding: 0 10px;
	text-align: right;			
}
header .mmn-top-nav nav a i {
	padding-right: 6px;
}

header .navbar-header {
	float: left;
}

.navbar {
	padding: 32px 12px 0 12px;
}
header nav[role="navigation"] ul > li a {
    color: #fff;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	margin: 0 15px;
	padding: 15px 0;
	transition: all 0.2s linear;
}
header nav[role="navigation"] ul > li a:hover, 
header nav[role="navigation"] ul > li a:focus {
    color: #f39200
}
header.sticky {
	background-color: #005270;
    position: fixed;
    top: 0;
}
header.sticky .navbar {
	padding-top: 0;
}
header.sticky .navbar-brand img {
    height: 40px;
    margin: 10px 0;
    width: 40px;
}
.navbar-brand img {
	float: left;
	height: 100px;
	width: 100px;
	
	transition: all 0.2s linear;
}
.navbar-toggler {
	outline: 0;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.7);
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,1);
}

.mmn-section-1 {
    background-attachment: scroll;
    background-color: #232323;
	background-image: url('../images/drei-seen-haus-title.jpg');
	background-position: center;
	background-size: cover;
	height: 80%;
	min-height: 800px;
	overflow: visible;
	padding: 0 !important;
	position: relative;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}
.mmn-section-1 > .container {
	height: 100vh;
}
.mmn-section-1 > .container > .row:first-of-type {
	padding-top: calc(45% - 240px);
}
.mmn-section-1 > .container > form {
	padding-top: 100px;
}
.mmn-section-1 > .container > .mmn-success-alert,
.mmn-section-1 > .container > .mmn-warning-alert {
	background-color: rgba(255,255,255,0.25);
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
}
.mmn-section-1 > .container > .mmn-success-alert .alert,
.mmn-section-1 > .container > .mmn-warning-alert .alert {
	margin-bottom: 0;
	width: 100%;
}
.mmn-section-1 > .container > .mmn-success-alert button,
.mmn-section-1 > .container > .mmn-warning-alert button {
	color: #fff;
	display: block;
	margin: 2em auto 0;
}
.mmn-section-1 > .container > .mmn-success-alert button:focus,
.mmn-section-1 > .container > .mmn-warning-alert button:focus,
.mmn-booking-modal .modal-body button.btn-primary:focus,
.mmn-price-calulator-row button.btn-primary:focus,
.mmn-section-6 button.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(243,146,0,.5);
}
.mmn-modal-fullscreen {
	min-width: 64%;
	width: 100%;
    height: 92%;
    padding: 0;
}
.mmn-section-1 h1 {
	color: #fff;
	margin: 0 auto;
}

.mmn-background-overlay {
	background-color: rgba(0, 0, 0, .3);
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.mmn-background-overlay + div.container {
	min-height: 700px;
}

.mmn-widget-spacer {
	height: 128px;
	margin-bottom: 20px;
}

.mmn-section-1 #mmn-booking-form #mmn-datepicker-1 input[type="text"],
.mmn-section-1 #mmn-booking-form #mmn-datepicker-2 input[type="text"] {
	border-right: 0;
}

.mmn-section-1 #mmn-booking-form #mmn-datepicker-1 input[type="text"],
.mmn-section-1 #mmn-booking-form #mmn-datepicker-2 input[type="text"],
.mmn-section-1 #mmn-booking-form select,
.mmn-section-1 #mmn-booking-form .btn {
	background-color: rgba(100,100,100,0.5);
	border-radius: 0;
}
.mmn-section-1 #mmn-booking-form .input-group-append {
	margin-left: 0;
}


.mmn-section-1 #mmn-booking-form select option {
	color: #333;
}

.mmn-section-1 #mmn-booking-form .btn-outline-secondary,
.mmn-section-1 #mmn-booking-form label,
.mmn-section-1 #mmn-booking-form input[type="text"],
.mmn-section-1 #mmn-booking-form select {
	color: #fff;
}

.mmn-section-1 #mmn-booking-form .form-control,
.mmn-section-1 #mmn-booking-form .btn {
	height: auto;
	min-height: 50px;
	padding: .75rem;
}

.mmn-section-1 #mmn-booking-form .btn.btn-primary,
.mmn-section-1 > .container > .mmn-success-alert button,
.mmn-section-1 > .container > .mmn-warning-alert button,
.mmn-booking-modal .modal-body button.btn-primary,
.mmn-price-calulator-row button.btn-primary,
.mmn-section-6 button.btn-primary,
.mmn-section-6 .btn-primary:not(:disabled):not(.disabled):active {
	background-color: #f39200;
	border-color: #f39200;
	border-radius: 0;
	margin-top: 2rem;
}

.mmn-section-1 #mmn-booking-form .btn.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(243,146,0,.5);
}

.mmn-section-1 > .container > .mmn-warning-alert button {
	background-color: #005270;
	border-color: #005270;
}

[class^="mmn-section-"] {
	padding: 6em 0;
}

[class^="mmn-section-"]:nth-child(even) {
	background-color: #4492a0;
	color: #fff;
}

[class^="mmn-section-"]:nth-child(odd) {
	color: rgba(0,0,0,.5);
}

[class^="mmn-section-"] h2 {
	margin-bottom: 1.5em;
}

.mmn-section-2 .row {
	justify-content: center;
}

.mmn-section-2 div[class*=" mmn-weather-"] {
	margin-top: 1em;
	text-align: center;
}

.mmn-section-2 div[class*=" mmn-weather-"] span:nth-child(2n) {
	display: block;
	font-size: 2rem;
}

.mmn-section-2 div[class*=" mmn-weather-"] i.wi {
	font-size: 3rem;
	padding: 18px 18px 18px 0;
}

.mmn-section-2 div[class*=" mmn-weather-"] strong {
	display: block;
}

.mmn-section-3 a {
	color: #fff;
	text-decoration: underline;
	transition: all 0.2s linear;
}

.mmn-section-3 a:hover {
	color: rgba(255,255,255,.75);
}

.mmn-section-4 .mmn-interior .fa-stack {
	display: block;
	margin: 0 auto 12px auto;
}

.mmn-calendar-month {
	border-collapse: collapse;
}

.mmn-calendar-month, .mmn-calendar-month th, .mmn-calendar-month td {
	border: 1px solid #fff;
}

.mmn-calendar-month {
	width: 100%;
}

.mmn-calendar-month thead tr th,
.mmn-calendar-month tbody tr td {
	text-align: center;
}

.mmn-calendar-month .mmn-inactive {
	color: #ccc;
}

.mmn-calendar-month .mmn-booking-start {
	background: linear-gradient(135deg,#ffffff 0%, #ffffff 50%, #f39200 50%);
}

.mmn-calendar-month .mmn-booking-end {
	background: linear-gradient(135deg, #f39200 0%, #f39200 50%, #ffffff 50%);
}

.mmn-calendar-month .mmn-booking-same {
	background: linear-gradient(135deg, #f39200 0%, #f39200 33%, #ffffff 33%, #ffffff 66%, #f39200 66%);
}

.mmn-calendar-month .mmn-booking-day {
	background-color: #f39200;
}

.mmn-booking-legend {
	background-color: #f39200;
	display: inline-block;
	height: 1.5rem;
	position: relative;
	top: 6px;
	width: 1.75rem;
}

.mmn-pricing .card .card-header {
	background-color: #f39200;
	color: #fff;
}

.mmn-pricing .card .card-header h4 {
	font-family: "Work Sans",Helvetica,Arial,sans-serif;
}

.mmn-google-map {
	height: 400px;
	width: 100%;
}

.mmn-pricing .card .card-body .card-title {
	font-family: "Work Sans",Helvetica,Arial,sans-serif;
	font-size: 32px;
}

#mmn-booking-form .gj-datepicker-bootstrap [role="right-icon"] button .gj-icon {
    font-size: 24px;
    top: 13px;	
}
#mmn-carousel-indicator .carousel-item img {
	cursor: pointer;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
#mmn-carousel-modal .carousel-caption {
	background-color: rgba(255,255,255,0.8);
	bottom: 40px;
	color: #333;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234492a0' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234492a0' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.dsh-image-container > ul {
	--cols: 1;
	--gap: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
  	list-style: none;
  	padding-left: 0;
}
.dsh-image-container > ul > li {
	flex-basis: calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1));
}
.dsh-image-container figure > div {
	height: 255px;
	flex: 1 1 auto;
}
.dsh-image-container figure > div > img {
	object-fit: cover;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}
.dsh-image-container figcaption {
	margin-top: 1rem;
}
.dsh-image-container figcaption ul {
	margin-left: 1rem;
}

footer {
	background-color: #005270;
	border-top: 5px solid #f39200;
	color: rgba(255,255,255,.75);
	padding: 4em 0 1em 0;
}
footer img {
	max-width: 200px;
}
footer a {
	color: rgba(255,255,255,.5);
}
footer a:hover {
	color: rgba(255,255,255,.75);
}

.mmn-bounce-arrow {
	bottom: 5%;
	left: calc(50% - 14px);
	position: absolute;
}
.mmn-bounce-arrow a,
.mmn-bounce-arrow a:hover,
.mmn-bounce-arrow a:focus {
	color: #fff;
}
.mmn-bounce {
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	}
	40% {
	    -webkit-transform: translateY(-30px);
	    transform: translateY(-30px);
	}
	60% {
	    -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.mmn-datenschutz h3 {
	margin-top: 2em;
	text-align: left;
	width: 100%;
}

@media all and (min-width:768px) {
	.navbar-toggle {
		display: none;
	}
	
	.navbar-toggle {
		background-color: transparent;
		background-image: none;
		border-radius: 4px;
		border: 1px solid transparent;
		float: right;
		margin-bottom: 8px;
		margin-right: 15px;
		margin-top: 8px;
		padding: 9px 10px;
		position: relative;
		top: 19px;
	}
}

@media (max-width: 640px) {
	header {
	    background-color: #005270;
	}
	.navbar {
	    padding: 0.5em;
	}
	.navbar-brand img {
		height: 50px;
		width: 50px;
	}
	.mmn-top-nav {
	    display: none;
	}
	.mmn-section-1 h1 {
	    font-size: 32px;
	}
	.mmn-section-1 > .container > .row:first-of-type {
		padding-top: 100px;
	}
	.mmn-section-1 > .container > form {
	    padding-top: 1em;
	}
	.mmn-bounce-arrow {
	    display: none;
	}
	[class^="mmn-section-"] h2 {
	    font-size: 32px;
	    text-align: center;
	}
	.mmn-section-1 > .container > .mmn-success-alert,
    .mmn-section-1 > .container > .mmn-warning-alert {
        background-color: transparent;
	    border: none;
	}
	.mmn-section-1 > .container > .mmn-success-alert button {
	    margin-bottom: 2em;
	}
	.mmn-section-2 div[class*=" mmn-weather-"] span,
	.mmn-section-2 div[class*=" mmn-weather-"] span i {
	    display: block;
	}
	.container p {
	    padding: 0 5px;
	}
	.mmn-modal-fullscreen {
		min-width: 100%;
	}
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
    .mmn-section-1 #mmn-booking-form label {
        font-size: 11px;
    }
    .mmn-section-1 > .container > .row:first-of-type {
        padding-top: 200px;
    }
    .mmn-section-1 h1 {
    	font-size: 56px;
    }
	.dsh-image-container > ul {
		--cols: 2;
	}
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .mmn-section-1 > .container > .row:first-of-type {
        padding-top: calc(50% - 240px);
    }
	.dsh-image-container > ul {
		--cols: 3;
	}
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    
}