@charset "utf-8";

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


html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;	
}

body {
	color: #333;
	font-size: 16px;
	overflow-y: auto;
	overflow-x: hidden;
	font-weight: normal;
	line-height: normal;
	font-family: 'Roboto', 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 */

#intro_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(/img/bg1.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: -1;	
}

#intro_bg .intro_bg_img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transition: 3s opacity;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#ibg2 {
		background-image: url(/img/bg1e.jpg);
}

#ibg3 {
		background-image: url(/img/bg1g.jpg);
}

#ibg4 {
		background-image: url(/img/bg1f.jpg);
}



.cibg2 #ibg2 {
	opacity: 1;
}

.cibg3 #ibg3 {
	opacity: 1;
}

.cibg4 #ibg4 {
	opacity: 1;
}



#intro_bg .bggrad {
	position: absolute;
	width: 100%;
	height: 85vh;
	top: 0;
	background-image: url(/img/bg_grad4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	z-index: 1;
}

.intro_ct {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	height: 400px;
	margin-top: -200px;
	
}

.intro_inner {
	position: relative;
	text-align: left;
	display: inline-block;
	width: 100%;
}

.slogan_ct {
	position: relative;
	color: #fff;
	font-size: 64px;
	letter-spacing: 0.03em;
	line-height: 120%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-shadow: 0px 0px 8px #000000;
	top: -100px;
	left: 0px;
}

.welcome_box_ct {
	position: relative;
	display: none;
	width: 60%;
	height: 300px;
	background-color: rgba(0,0,0,0.8);
	left: -100px;
	margin-top: 40px;
	text-align: center;
}



#main_header {
	position: absolute;
	width: 100%;
	max-width: 1000px;
	top: 60px;
	height: 100px;
	left: 50%;
	text-align: right;
	margin-left: -500px;
}

#main_logo {
	position: relative;
	display: inline-block;
	height: 100px;
	width: auto;
}



/* General Style */
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #d60757;
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 0.1em;
	text-shadow: 0 0 8px #000;
	padding: 0;
	margin: 0;
}

.btn_typ1 {
	display: inline-block;
	text-align: center;
	padding: 10px 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: 10px;
	background-color: #d60757;
	width: 350px;
}



/* 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: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
}

input[type="checkbox"] + label span, input[type="radio"] + label span {
	width: 30px; 
	height: 30px; 
	background-color: #F7A517;
	border: none;
	-webkit-box-shadow:inset 0 0 10px 3px rgba(240,129,36,1);
	box-shadow:inset 0 0 10px 3px rgba(240,129,36,1);
	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: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #fff;
	-webkit-box-shadow:inset 0 0 2px 1px rgba(240,129,36,1);
	box-shadow:inset 0 0 2px 1px rgba(240,129,36,1);
}

input[type="text"], textarea, select {
	padding: 10px 10px 5px 10px;
	width: 100%;
	height: 38px;
	background-color: #F7A517; 
	border: none;
	-webkit-box-shadow:inset 0 0 10px 3px rgba(240,129,36,1);
box-shadow:inset 0 0 10px 3px rgba(240,129,36,1);
	font-family: 'Aleo', serif;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #000;
}



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

input[type="text"]:focus, textarea:focus {
	-webkit-box-shadow:inset 0 0 12px 6px rgba(240,129,36,1);
	box-shadow:inset 0 0 12px 6px rgba(240,129,36,1);
}

.ctf_btns {
	padding-top: 10px;
}

input[type="submit"], input[type="reset"], .ctf_btn {
	background-color: #E73A2D;
	color: #fff;
	border: none;
	padding: 7px 10px 5px 10px;
	margin-bottom: 10px;
	font-family: 'Roboto', 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;
	border-radius: 0 !important;
}



input[type="submit"]:hover, input[type="reset"]:hover, .ctf_btn:hover {
	background-color: #000000;
	color: #ffffff;
}

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;
}

.form_subtitle {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 23px;
	padding-bottom: 20px;
	display: inline-block;
}

::-webkit-input-placeholder {
   color: #fff;
	font-weight: 400;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff; 
	font-weight: 400;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff; 
	font-weight: 400;
}

:-ms-input-placeholder {  
   color: #fff;  
	font-weight: 400;
}






/* 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 {

}