@charset "utf-8";

*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}


html, body {
	padding: 0px;
	margin: 0px;	
}

body {
	color: #fff;background-color: #ffffff;
	font-size: 16px;
	overflow-x: hidden;
	font-weight: normal;
	line-height: normal;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	border: none;	
}

.clickable {
	cursor: pointer;
	cursor: hand;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.fw {
	width: 100%;
	height: auto;
}

strong {
	font-weight: 700;
}

img[usemap], map area{
    outline: none;
}


/* Colors & Fonts */

a {
	color: #000;
}

.hlc, a:hover {
	color: rgb(239,72,57);
}




/* General Layout */

.header_ct {
	position: fixed;
	width: 100%;
	padding: 20px 0;
	z-index: 10;
}

.header_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.head_logo {
	height: 30px;
	width: auto;
	z-index: 20;
	-webkit-filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, 0.8));
  filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, 0.8));
}

.main_wrapper {
	position: relative;
}

.intro_wrapper {
	position: relative;
	height: 90vh;
	display: flex;
  justify-content: center;
  align-items: center;
background: rgb(65,65,65);
background: -moz-radial-gradient(circle, rgba(65,65,65,1) 0%, rgba(17,17,17,1) 100%);
background: -webkit-radial-gradient(circle, rgba(65,65,65,1) 0%, rgba(17,17,17,1) 100%);
background: radial-gradient(circle, rgba(65,65,65,1) 0%, rgba(17,17,17,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#414141",endColorstr="#111111",GradientType=1);
}



.intro_content {
	width: 100%;
	max-width: 1200px;
		display: flex;
}

.intro_left, .intro_right {
	width: 50%;
}

.intro_right {
	padding-left: 50px;
}

.intro_text {
	font-weight: 700;
	color: #fff;
	font-size: 60px;
	letter-spacing: 0.05em;
	padding-bottom: 1.2em;
	display: inline-block;
	line-height: 110%;
}

#introvid {
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0 0 80px 0 rgba(255,2552,255,0.3);
box-shadow: 0 0 80px 0 rgba(255,2552,255,0.3);
}

.cta_btn {
	-webkit-border-radius: 11px;
border-radius: 11px;
	color: #fff;
	padding: 1em 1.2em;
	font-size: 28px;
	font-weight: 700;
	-webkit-box-shadow: 0 0 80px 0 rgba(0,0,0,0.6);
box-shadow: 0 0 80px 0 rgba(0,0,0,0.6);
	background: rgb(223, 108, 108);
background: -moz-linear-gradient(90deg, rgba(223, 108, 108,1) 0%, rgba(249, 158, 102,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(223, 108, 108,1) 0%, rgba(249, 158, 102,1) 100%);
background: linear-gradient(90deg, rgba(223, 108, 108,1) 0%, rgba(249, 158, 102,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e26e6d",endColorstr="#ed9463",GradientType=1);
	cursor: pointer;
	position: relative;
	transition: all 0.5s;
}

.btn_backlayer {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgb(249, 158, 102);
background: -moz-linear-gradient(90deg, rgba(249, 158, 102,1) 0%, rgba(223, 108, 108,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(249, 158, 102,1) 0%, rgba(223, 108, 108,1) 100%);
background: linear-gradient(90deg, rgba(249, 158, 102,1) 0%, rgba(223, 108, 108,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed9463",endColorstr="#e26e6d",GradientType=1);
	top: 0;
	left: 0;
	transition: all 0.5s;
	-webkit-border-radius: 11px;
border-radius: 11px;
}

.btn_txt {
	z-index: 5;
	position: relative;
}


.cta_btn:hover .btn_backlayer {
	opacity: 1;
}

.btn_typ2 {
	border: 4px solid #fff;
	background: transparent;
	-webkit-box-shadow: 0 0 80px 0 rgba(0,0,0,0);
box-shadow: 0 0 80px 0 rgba(0,0,0,0);
	/*background: rgb(17,17,17);
background: -moz-linear-gradient(90deg, rgba(17,17,17,1) 0%, rgba(65,65,65,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(17,17,17,1) 0%, rgba(65,65,65,1) 100%);
background: linear-gradient(90deg, rgba(17,17,17,1) 0%, rgba(65,65,65,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111",endColorstr="#414141",GradientType=1);
		-webkit-box-shadow: 0 0 30px 0 rgba(255,255,255,0.8);
box-shadow: 0 0 30px 0 rgba(255,255,255,0.8);*/
}

.btn_typ2 .btn_backlayer {
	background: transparent;
	/*background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);*/
}

.btn_typ2:hover {
	color: #e26e6d;
	background: #fff;
}

.btn_typ3 {
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0);
box-shadow: 0 0 30px 0 rgba(0,0,0,0);
}

.btn_typ3 .btn_backlayer {
	width: auto;
	height: auto;
	background: #fff;
	opacity: 1;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	-webkit-border-radius: 7px;
border-radius: 7px;
}

.btn_typ3 .btn_txt {
background: rgb(223, 108, 108);
background: -moz-linear-gradient(90deg, rgba(223, 108, 108,1) 0%, rgba(249, 158, 102,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(223, 108, 108,1) 0%, rgba(249, 158, 102,1) 100%);
background: linear-gradient(90deg, rgba(223, 108, 108,1) 0%, rgba(249, 158, 102,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	filter: brightness(1);
	transition: all 0.5s;
}

.btn_typ3:hover .btn_txt {
	filter: brightness(3.5);
}

.btn_typ3:hover .btn_backlayer {
	opacity: 0;
}


.chap_wrapper {
	height: 90vh;
	position: relative;
}

.chap_wrapper.chap1 {
	height: 800px;
}

.chap_bg, .chap_bg2 {
	position: absolute;
	height: 730px;
	width: 120vw;
	left: -10vw;
	top: -5vh;
-moz-transform: rotate(-3deg);
-webkit-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);

		background: rgb(223, 108, 108);
background: -moz-linear-gradient(90deg, rgba(223, 108, 108,1) 0%, rgba(249, 158, 102,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(223, 108, 108,1) 0%, rgba(249, 158, 102,1) 100%);
background: linear-gradient(90deg, rgba(223, 108, 108,1) 0%, rgba(249, 158, 102,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e26e6d",endColorstr="#ed9463",GradientType=1);
}


.chap_bg {
margin-top: -2px;
		-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 40px 0 rgba(0,0,0,0.5);
}

.chap_ct {
	position: relative;
	z-index: 5;
	padding-top: 50px;
	text-align: center;
}


.chap_title {
	font-weight: 400;
	padding-bottom: 50px;
	font-size: 54px;
	font-family: 'Krona One', sans-serif;
}


.box_wrapper_ct {
	display: inline-block;
}

.box_wrapper {
	display: flex;
	width: 100%;
	max-width: 1200px;
	padding-bottom: 80px;
	justify-content: space-between
}

.box_item {
	width: 28%;
}

.box_icon {
	font-size: 64px;
	padding-bottom: 20px;
}

.box_title {
	font-weight: 700;
	font-size: 24px;
	padding-bottom: 20px;
}

.box_text {
	font-size: 18px;
	font-weight: 500;
	/*background-color: #fff;
	color: #e26e6d;*/
	padding: 15px;
	-webkit-border-radius: 11px;
border-radius: 11px;
}

.chap2 {
background-color: #fff;
	color: #333;
	height: auto;
}

.chap2 .chap_ct {
	padding-top: 0;
	padding-bottom: 200px;
}

.chap2 .chap_title_inner {
	background: rgb(249, 158, 102);
background: -moz-linear-gradient(90deg, rgba(249, 158, 102,1) 0%, rgba(223, 108, 108,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(249, 158, 102,1) 0%, rgba(223, 108, 108,1) 100%);
background: linear-gradient(90deg, rgba(249, 158, 102,1) 0%, rgba(223, 108, 108,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.footer_ct {
	background: rgb(249, 158, 102);
background: -moz-linear-gradient(90deg, rgba(249, 158, 102,1) 0%, rgba(223, 108, 108,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(249, 158, 102,1) 0%, rgba(223, 108, 108,1) 100%);
background: linear-gradient(90deg, rgba(249, 158, 102,1) 0%, rgba(223, 108, 108,1) 100%);
	text-align: center;
}

.footer {
	text-align: center;
	padding: 2em;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.form_wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}

.form_bg {
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	width: 100%;
	height: 100%;
}

.form_layer {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form_content {
	position: relative;
	width: 700px;
	padding: 40px;
	-webkit-box-shadow: 0 0 80px 0 rgba(0,0,0,0.6);
box-shadow: 0 0 80px 0 rgba(0,0,0,0.6);
	transition: all 1s;
	opacity: 0;
	margin-left: -20%;
	-webkit-border-radius: 11px;
border-radius: 11px;
background: rgb(249, 158, 102);
background: -moz-linear-gradient(90deg, rgba(249, 158, 102,1) 0%, rgba(223, 108, 108,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(249, 158, 102,1) 0%, rgba(223, 108, 108,1) 100%);
background: linear-gradient(90deg, rgba(249, 158, 102,1) 0%, rgba(223, 108, 108,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed9463",endColorstr="#e26e6d",GradientType=1);
}

.formopen .form_content {
	margin-left: 0%;
	opacity: 1;
}

.form_close {
	font-size: 28px;
	position: absolute;
	top: 10px;
	right: 20px;
	width: 30px;
	height: 30px;
	display: flex;
  justify-content: center;
  align-items: center;
	cursor: pointer;
	-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
	transition: all 0.5s;
}

.form_close:hover {
	-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.form_title {
	font-size: 28px;
	font-weight: 700;
	padding-bottom: 1em;
}

.form_fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ff_item {
	margin-bottom: 0.5em;
}

.ffi1, .ffi2 {
	width: 49%;
}

.ffi3 {
	width: 100%;
}

.gdpr_consent_ct small {
	font-size: 14px;
	font-weight: 500;
}

.gdpr_consent_ct small a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.gdpr_consent_ct small a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.form_submit_ct {
	text-align: right;
	padding-top: 1em;
}


/* Menue */



/* Content */


/* Kontakt Formular */


input[type="checkbox"], input[type="radio"] {
	display: none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
	cursor: pointer;
	cursor: hand;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
}

input[type="checkbox"] + label span, input[type="radio"] + label span {
	width: 24px; 
	height: 24px; 
	background-color: #fff;
	border: none;
-webkit-border-radius: 5px;
border-radius: 5px;
	display: inline-block; 
	margin-left: 0px;
	margin-right: 10px; 
	margin-bottom: 2px;
	margin-top: -1px;
	vertical-align: middle;
}
input[type="radio"] + label span {
}

input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
	/*background-color: #666;*/
}

input[type="checkbox"]:checked + label span::after, input[type="radio"]:checked + label span::after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	margin-left: 3px;
	margin-top: 2px;
	color: rgba(240,129,36,1);
}

input[type="text"], textarea, select {
	padding: 10px 10px 5px 10px;
	width: 100%;
	height: 38px;
	background-color: #fff; 
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #000;
	-webkit-border-radius: 7px;
border-radius: 7px;
}



#kontakt_form label {
	display: inline-block;
	width: 100px;
	padding-top: 2px;
	float: left;
}


.ctf_btns {
	padding-top: 10px;
}

input[type="submit"], input[type="reset"], .ctf_btn {
	background-color: transparent;
	color: #fff;
	border: 3px solid #fff;
	
	padding: 7px 10px 5px 10px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: normal;
	display: inline-block;
	cursor: pointer;
	cursor: hand;
	width: auto;
	font-weight: 700;
	font-style: normal;
	transition: all 0.5s;
	-webkit-appearance: none;
	-webkit-border-radius: 7px;
border-radius: 7px;
}



input[type="submit"]:hover, input[type="reset"]:hover, .ctf_btn:hover {
	background-color: #ffffff;
	color: rgba(223, 108, 108,1);
}

form input.hlt, form select.hlt {
	/*border: 1px solid #f00;*/
	-webkit-box-shadow:inset 0 0 12px 6px rgba(255,0,0,1);
box-shadow:inset 0 0 12px 6px rgba(255,0,0,1);
}

.hpt {
	display: none;
}







/* Lightbox */

#lightbox_layer {
	display: none; 
	z-index: 999; 
	position: fixed; 
	width: 100%; 
	height: 100%;
}

#lightbox_bg {
	width: 100%; 
	height: 100%; 
	background-color: rgba(255,255,255,0.8); 
	position: fixed;
}

#lightbox_dots span {
	display: inline-block; 
	width: 8px; 
	height: 8px; 
	border-radius: 4px;
	background-color: rgb(180,180,180);
	background-color: rgba(255,255,255,0.4);
	margin: 8px 4px;
}

#lightbox_dots span.active {
	background-color: rgba(255,255,255,1);	
}


#lightbox_center {
	position: relative;	
}

#lightbox_center img {
	width: 100%;
}

.lba {
	position: relative;
	display: inline-block;
}

#lba_prev, #lba_next, #lba_close {
	position: absolute;
	z-index:500;
	transition: all 0.5s;
	color: rgba(58,58,57,0.5);
	cursor: pointer;
	cursor: hand;
}

#lba_prev:hover, #lba_next:hover, #lba_close:hover {
	color: rgba(58,58,57,1);
}


#lba_prev {
	font-size: 40px;
	top: 50%;
	margin-top: -20px;
	left: -45px;
}

#lba_next {
	font-size: 40px;
	top: 50%;
	margin-top: -20px;
	right: -43px;
}

#lba_close {
	font-size: 40px;
	top: 10px;
	right: -45px;
	margin-top: -20px;
}


#thumbbox {
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	opacity: 0;
	transition: all 0.5s;
	z-index: 10;
}

#lightbox_image_ct:hover #thumbbox {
	opacity: 1;
}

#thumbbox div {
	position: relative;
	display: inline-block;
	width: 90px; 
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 20px 1px;
	opacity: 0.6;
	cursor: pointer; 
	cursor: hand;
	transition: all 0.5s;
}

#thumbbox div.active {
	opacity: 1;
	width: 120px;
	height: 80px;
	margin: 10px 5px;
}

.ico_popup {
	position: absolute;
	height: 25px;
	top: 30px;
	right: 10px;
	opacity: 0;
}


/* Media Queries */


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

	.content_main_ct, #ctf {
		padding-right: 0px;
	}
	
	.col_right {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.col_left {
		padding-left: 20px;
	}
	
	#container_content .col_right {
		padding-top: 150px;
	}
	

	
}


@media only screen and (max-width : 640px)  {
	
	.container .col_left, .container .col_right {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#container_head {
		padding-top: 10px;
	}
	
	#main_icon {
		width: 100%;
		right: auto;
		top: 20px;		
	}
	
	#invitation_text {
		width: 100%;
		left: 0px;
		margin-left: auto;
		padding-left: 20px;
		padding-right: 20px;
		top: 31%;
	}
	
	#container_content .col_right {
		padding-top: 40px;
	}
	
	#logo_burgergasser {
		max-width: 200px;
	}
	
}


@media print {

}