@font-face { font-family: 'MeltowSan100';
     src: url('../fonts/San-100/Handmade/MeltowSan100-Handmade.eot#')  format('eot'),
          url('../fonts/San-100/Handmade/MeltowSan100-Handmade.woff')  format('woff'),
          url('../fonts/San-100/Handmade/MeltowSan100-Handmade.ttf')   format('truetype'),
          url('../fonts/San-100/Handmade/MeltowSan100-Handmade.svg#svgFontName')  format('svg');
}

@font-face { font-family: 'MeltowSan300';
     src: url('../fonts/San-300/Handmade/MeltowSan300-Handmade.eot#')  format('eot'),
          url('../fonts/San-300/Handmade/MeltowSan300-Handmade.woff')  format('woff'),
          url('../fonts/San-300/Handmade/MeltowSan300-Handmade.ttf')   format('truetype'),
          url('../fonts/San-300/Handmade/MeltowSan300-Handmade.svg#svgFontName')  format('svg');
}

@font-face { font-family: 'MeltowSan300Italic';
     src: url('../fonts/San-300/Handmade-Italic/MeltowSan300-HandmadeItalic.eot#')  format('eot'),
          url('../fonts/San-300/Handmade-Italic/MeltowSan300-HandmadeItalic.woff')  format('woff'),
          url('../fonts/San-300/Handmade-Italic/MeltowSan300-HandmadeItalic.ttf')   format('truetype'),
          url('../fonts/San-300/Handmade-Italic/MeltowSan300-HandmadeItalic.svg#svgFontName')  format('svg');
}

body {
	color: #fff;
	font-size: 57px;
	line-height: 48px;
	font-family: 'MeltowSan100';
}

html,
body {
	height: 100%;
	width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

h3 {
	font-size: 80px;
	line-height: 75px;
	text-align: center;
	font-family: 'MeltowSan300';
	margin: 0;
    margin-bottom: 24px;
}

strong {
	font-family: 'MeltowSan300';
}

p {
    margin: 0 0 37px;
}

i {
	font-family: 'MeltowSan300Italic';
}

a {
	color: #fff;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    color: #f9b334;
    outline: none;
}

.small, small {
	font-size: 60%;
}

section {
	padding: 140px 0px 0px 0px;
    background: #000;
}

section.background-white {
    background: #fff;
    color: #000;
}

section.background-white a {
    color: #000;
    font-size: 70px;
}

.txt.center {
	text-align: center;
}

.start {
	background: #fff;
}



#logo {
	width: 18.6666666667%;
	margin: auto;
	display: block;
	margin-top: 123px;
}

body:not(.start) #logo {
    width: 40%;
    margin-top: 93px;
}

#logo img {
	width: 100%;
}

body:not(.start) header {
    padding-bottom: 93px;
}

.start header {
	height: 100%;
    align-items: center;
	display: flex
}

.start .text {
	width: 1000px;
	max-width: 100%;
	margin: auto;
	margin-top: 88px;
	display: block;
	margin-bottom: 129px;
}

.button_down {
	display: block;
	margin: auto;
	width: 75px;
	height: 75px;
}

.button_down img {
	width: 100%;
}

.video {
	position: relative;
	border: 20px solid #fff;
	line-height: 0;
	margin-bottom: 130px;
}

.video .play {
	background: url(../images/video.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 500;
	cursor: pointer;
}

.video .play.danke {
	background: url(../images/video_danke.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 500;
	cursor: pointer;
}

.video video,
.video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

.video:after {
	content: '';
	display: block;
	padding-top: 56.25%;
}

form {
	padding: 0px 0px;
}

@media screen and (max-width: 640px) {
	.video .play {
		display: none;
	}
}

.food {
	padding-left: 50px;
	padding-right: 50px;
	font-size: 24px;
}
.food .checkbox_wrapper .checkbox {
	width: 40px;
	height: 40px;
}

.food .checkbox_wrapper input[type="checkbox"]:checked + .checkbox:after {
	line-height: 40px;
}

.food .checkbox_row label {
	height: 50px;
	line-height: 60px;
	margin-bottom: 0px;
}


/* .multiple_food .checkbox_wrapper {
	font-size: 57px;
} */

.checkbox_row {
	overflow: hidden;
	padding-left: 150px;
	padding-right: 150px;
	margin-bottom: 30px;
}

.checkbox_row label {
	height: 70px;
	line-height: 75px;
	margin-bottom: 17px;
}

.checkbox_row label span {
	font-size: 20px;
	display: inline-block;
	position: relative;
	top: -8px;
}

.multiple_food .checkbox_row label span {
	top: 0;
}

.checkbox_wrapper {
	float: left;
	position: relative;
}

.checkbox_wrapper .checkbox {
	border: 4px solid #fff;
	width: 70px;
	height: 70px;
	margin: 0;
	cursor: pointer;
	margin-right: 20px;
}

.checkbox_wrapper input[type="checkbox"]:checked + .checkbox:after {
	content: 'X';
	display: block;
	width: 100%;
	height: 100%;
	line-height: 75px;
	text-align: center;
}

.checkbox_wrapper input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 200;
	opacity: 0;
}

input {
	background: #fff;
	color: #000;
	border: 0;
	width: 100%;
	margin-bottom: 48px;
	line-height: 129px;
	outline: none;
	padding: 30px 30px 20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

input.error, textarea.error {
	border: 3px solid #a9398b;
}

textarea {
	background: #fff;
	color: #000;
	border: 0;
	width: 100%;
	margin-bottom: 48px;
	line-height: 48px;
	outline: none;
	padding: 30px 30px 20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	width: 100%;
	border: 3px solid #fff;
	background: none;
	margin-bottom: 48px;
	padding: 30px 30px 20px 30px;
	text-transform: uppercase;
	line-height: 48px;
	outline: none;
	-webkit-transition: 300ms all;
	-o-transition: 300ms all;
	transition: 300ms all;
}

button:hover {
	background: #fff;
	color: #000;
}

@media screen and (max-width: 992px) {
	body {
		color: #fff;
		font-size: 7vw;
		line-height: 1.2;
	}

	h3 {
		font-size: 10vw;
		line-height: 1.2;
		text-align: center;
	}

	form {
		padding-left: 0;
		padding-right: 0;
	}

	#logo {
		width: 60%;
		margin: auto;
		display: block;
		margin-top: 123px;
	}

	.start header {
		position: relative;
	}

	.start .text {
		margin-bottom: 40px;
		margin-top:40px;
	}

	input {
		line-height: inherit;
	}

	button {
		padding: 30px 20px 20px 20px;
		line-height: 1.1;
	}

	.checkbox_row {
		padding: 0;
		padding-right: 0;
	}

	.food {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 50px;
	}

	.food .checkbox_row {
		position: relative;
	}

	.food .checkbox_row label {
		height: auto;
		line-height: 20px;
		margin-bottom: 0px;
	}

	.food .checkbox_row label span {
		font-size: 20px;
		display: inline-block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	body:not(.start) #logo {
		width: 70%;
		margin-top: 93px;
	}
}

@media screen and (max-width: 640px) {

	body {
		font-size: 6vw;
	}
}

footer .container {

    text-align: center;

}

footer a {
    color: #000;
    font-size: 25px;
}

footer a#impressum:hover {
    color: #000;
    text-decoration: underline;
}

#impressum {
	margin-bottom: 20px;
	display: block;
}

#mailsection {
    padding-top: 190px;
}

#impressum:hover {
	color: #000;

}



/* Margin Left */
.ma-l10 { margin-left: 10px; }
.ma-l20 { margin-left: 20px; }
.ma-l30 { margin-left: 30px; }
.ma-l40 { margin-left: 40px; }
.ma-l50 { margin-left: 50px; }
.ma-l60 { margin-left: 60px; }

/* Margin Right */
.ma-r10 { margin-right: 10px; }
.ma-r20 { margin-right: 20px; }
.ma-r30 { margin-right: 30px; }
.ma-r40 { margin-right: 40px; }
.ma-r50 { margin-right: 50px; }
.ma-r60 { margin-right: 60px; }

/* Margin Top */
.ma-t10 { margin-top: 10px; }
.ma-t20 { margin-top: 20px; }
.ma-t30 { margin-top: 30px; }
.ma-t40 { margin-top: 40px; }
.ma-t50 { margin-top: 50px; }
.ma-t60 { margin-top: 60px; }

/* Margin Bottom */
.ma-b10 { margin-bottom: 10px; }
.ma-b20 { margin-bottom: 20px; }
.ma-b30 { margin-bottom: 30px; }
.ma-b40 { margin-bottom: 40px; }
.ma-b50 { margin-bottom: 50px; }
.ma-b60 { margin-bottom: 60px; }

/* Margin */
.ma10 { margin: 10px; }
.ma20 { margin: 20px; }
.ma30 { margin: 30px; }
.ma40 { margin: 40px; }
.ma50 { margin: 50px; }
.ma60 { margin: 60px; }



video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

footer {
	padding: 150px 0px;
    background: #fff;
}

p.error {
	color: #a9398b;
	width: 800px;
	max-width: 100%;
	margin:  80px auto 80px auto;
}

#um10 {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

#um10 .container {
    position: relative;
    z-index: 200;
}

.slider.cycle-slideshow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.slider.cycle-slideshow img {
    width: 100%;
}

.slider.cycle-slideshow:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.7;
    z-index: 500;

}

.slider.cycle-slideshow.blitz:before {
    opacity: 0;
}


@media screen and (max-width: 820px) {
    section.background-white a {
        font-size: 30px;
    }

    #mailsection {
    	padding-top: 60px;
    }

    section {
	    padding: 50px 0px 0px 0px;
	    background: #000;
    }
}

@media screen and (max-width: 325px) {
    .food .checkbox_row {
    	min-height: 60px;
    }
}

.sjm-imagebox:after {
    content: '';
    display: block;
    padding-top: 100%;
    width: 100%;
}

.sjm-imagebox {
    position: relative;
    margin-bottom: 30px;
}

.sjm-imagebox a {
    display: block;
}

.sjm-imagebox a:hover img {
    transform: scale(1.1);
}

.sjm-imagebox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 300ms all;
}

.button {
	background: #fff;
    display: block;
	color: #000;
	border: 0;
	width: 100%;
	margin-bottom: 48px;
	line-height: 129px;
	outline: none;
	padding: 30px 30px 20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
