@charset "UTF-8";
/* CSS Document */


/* font */


@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebasneue_bold-webfont.eot');
    src: url('../fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_bold-webfont.woff') format('woff'),
		 url('../fonts/bebasneue_book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebas_neuebook';
    src: url('../fonts/bebasneue_book-webfont.eot');
    src: url('../fonts/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_book-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_book-webfont.woff') format('woff'),
		 url('../fonts/bebasneue_book-webfont.woff') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* styles */
body {
	background-color:rgba(0,0,0,1.00) !important;
	margin:0;
}

#wrapper {
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,1.00);	
	box-sizing: border-box;
	padding:20px;
}

#frame {
	width: 100%;
	height: 100%;
	min-height: 600px;
	border: 30px solid transparent;
     -webkit-border-image:url(../img/corner.png) 30 30 round; /* Safari 3.1-5 */
    -o-border-image:url(../img/corner.png) 30 30 round; /* Opera 11-12.1 */
    border-image:url(../img/corner.png) 30 30 round;
	box-sizing: border-box;
}

#social-shit {
	position:absolute;
	top: 5%;
	width: 50px;
	height: 50px;
	right:50px;
	z-index:99;
	margin:40px 0 0 0;
}

#facebook {
	width:36px;
	height:36px;
	border-radius: 18px;
	margin:0 0 8px 0;
	background-color:rgba(255,255,255,1.00);
	 -webkit-transition: background-color 1.25s ease;
	-moz-transition: background-color 1.25s ease;
	-o-transition: background-color 1.25s ease;
	transition: background-color 1.25s ease; 
}

#facebook:hover {
	background-color:rgba(190,150,110,1.00);
}

#instagram {
	width:36px;
	height:36px;
	border-radius: 18px;
	margin:0 0 8px 0;
	background-color:rgba(255,255,255,1.00);
	 -webkit-transition: background-color 1.25s ease;
	-moz-transition: background-color 1.25s ease;
	-o-transition: background-color 1.25s ease;
	transition: background-color 1.25s ease; 
}

#instagram:hover {
	background-color:rgba(190,150,110,1.00);
}

#maps {
	width:36px;
	height:36px;
	border-radius: 18px;
	margin:0;
	background-color:rgba(255,255,255,1.00);
	 -webkit-transition: background-color 1.25s ease;
	-moz-transition: background-color 1.25s ease;
	-o-transition: background-color 1.25s ease;
	transition: background-color 1.25s ease; 
}

#maps:hover {
	background-color:rgba(190,150,110,1.00);
}

#logo {
	width:100%;
	height:60%;
	box-sizing: border-box;
	text-align:center;
	padding-top: 10px;
}

#logo img {
	width:100%;
	height:100%;
	min-height:200px;
	min-width:200px;
	max-height: 400px;
	max-height: 400px;
}

#infos {
	width:100%;
	overflow:hidden;
	box-sizing: border-box;	
	text-align:center;
	margin:0 0 0 0;
	padding:60px 0 0 0;
}

#zeiten {
	display:inline-block;
	width:25%;
	max-width:400px;
	min-width:250px;
	height:140px;
	border: rgba(255,255,255,1.00) 2px solid;
	margin: 0 20px 25px 10px;
}

#zeiten_head {	
margin-top:-60px;
}

#zeiten_head img {	
width:250px;
}

#zeiten p {
	margin:0;
	font-family:bebas_neuebold, sans-serif;
	display: inline-block;
	height:10px;
	font-size:26px;
	line-height:26px;
	color:rgba(255,255,255,1.00);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

#zeiten p span {
	font-size:18px;
	vertical-align:2px;
}


#kontakt {
	display:inline-block;
	width:25%;
	height:140px;
	max-width:400px;
	min-width: 250px;
	border: rgba(255,255,255,1.00) 2px solid;
	margin: 0 10px 25px 20px;
}

#kontakt_head {	
margin-top:-60px;
}

#kontakt_head img {	
width:250px;
}

#kontakt p {
	margin:0;
	font-family:bebas_neuebold, sans-serif;
	display: inline-block;
	height:10px;
	font-size:26px;
	line-height:26px;
	color:rgba(255,255,255,1.00);
    text-transform: uppercase;
	letter-spacing: 0.05em;
}

#imprint_link {
	margin:2px 5px 0 5px;
	text-align:center;
	font-family:bebas_neuebold, sans-serif;
	font-size:14px;
	color:#BE9461;
}

	
#imprint_link a:link, a:visited {
	color:#BE9461;
	text-decoration:none;
	-webkit-transition: color 0.25s ease-Out;
    -moz-transition: color 0.25s ease-Out;
    -o-transition: color 0.25s ease-Out;
    -ms-transition: color 0.25s ease-Out;
    transition: color 0.25s ease-Out;
}


#imprint_link a:hover {
	color:#FFF;
	text-decoration:none;
}

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {

    text-decoration:    none;
	color:rgba(190,150,110,1.00);	

}


/* imprint */



#imprint {
		position:relative;
		box-sizing:border-box;
		text-align:center;
		font-family:bebas_neuebold, sans-serif;
		text-transform:uppercase;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}

#imprint p {
	color:rgba(190,150,110,1.00);	
	font-size:15px;
	letter-spacing:0.1em;
	margin:0 0 0 0;
}

#imprint h1 {
	color:#FFF;
	letter-spacing:0.05em;
	line-height:25px !important;
}

#imprint h1 .h1_l {
	font-size:36px;
	line-height:36px !important;
}

#imprint h1 .h1_s {
	font-size:25px;
	line-height:25px !important;
}

#imprint h1 .h1_gbr {
	color:#fff;
	font-size:15px;
	margin:0 0 0 -6px;
}

#imprint h3 {
	color:#FFF;
	font-size:25px;
	letter-spacing:0.05em;
	line-height:25px;
}

#imprint h3 .h3_pre{
	color:rgba(190,150,110,1.00);	
}


@media (max-width:768px) {
#wrapper {
	position:relative;
	width:100%;
	min-height:100%;
	background-color:rgba(0,0,0,1.00);	
	box-sizing: border-box;
	padding:5px;
}


#frame {
	width: 100%;
	height:auto%;
	min-height:100%;
	border: 25px solid transparent;
     -webkit-border-image:url(../img/corner.png) 30 30 round; /* Safari 3.1-5 */
    -o-border-image:url(../img/corner.png) 30 30 round; /* Opera 11-12.1 */
    border-image:url(../img/corner.png) 30 30 round;
	box-sizing: border-box;
}

#logo {
	width:100%;
	height:40%;
	box-sizing: border-box;
	text-align:center;
	padding-top: 10px;
}

#infos {
	width:100%;
	overflow:hidden;
	box-sizing: border-box;	
	text-align:center;
	margin:0 0 0 0;
	padding:30px 0 0 0;
}

#zeiten {
	display:inline-block;
	width:25%;
	max-width:400px;
	min-width: 220px;
	border: rgba(255,255,255,1.00) 2px solid;
	margin: 0 15px 50px 15px;
	height:120px;
}

#zeiten_head {	
margin-top:-40px;
}

#zeiten_head img {	
width:180px;
}

#zeiten p {
	margin:0;
	font-family:bebas_neuebold, sans-serif;
	display: inline-block;
	font-size:22px;
	line-height:23px;
	color:rgba(255,255,255,1.00);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

#zeiten p span {
	font-size:14px;
	vertical-align:2px;
}

#kontakt {
	display:inline-block;
	width:25%;
	height:120px;
	max-width:400px;
	min-width: 220px;
	border: rgba(255,255,255,1.00) 2px solid;
	margin: 0 15px 25px 15px;
}

#kontakt_head {	
margin-top:-40px;
}

#kontakt_head img {	
width:180px;
}

#kontakt p {
	margin:0;
	font-family:bebas_neuebold, sans-serif;
	display: inline-block;
	font-size:22px;
	line-height:23px;
	color:rgba(255,255,255,1.00);
    text-transform: uppercase;
	letter-spacing: 0.05em;
}

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {

    text-decoration:    none;

	color:rgba(190,150,110,1.00);

}

#social-shit {
	position:relative;
	top: 5%;
	width: 152px;
	height: 40px;
	margin:0 auto;
	right:auto!important;
}

#facebook {
	float:left;
	width:40px;
	height:40px;
	border-radius: 20px;
	margin:0 5px 0 5px;
	background-color:rgba(255,255,255,1.00);
	 -webkit-transition: background-color 1.25s ease;
	-moz-transition: background-color 1.25s ease;
	-o-transition: background-color 1.25s ease;
	transition: background-color 1.25s ease; 
}

#facebook:hover {
	background-color:rgba(190,150,110,1.00);
}

#instagram {
	float:left;
	width:40px;
	height:40px;
	border-radius: 20px;
	margin:0 5px 0 5px;
	background-color:rgba(255,255,255,1.00);
	 -webkit-transition: background-color 1.25s ease;
	-moz-transition: background-color 1.25s ease;
	-o-transition: background-color 1.25s ease;
	transition: background-color 1.25s ease; 
}

#instagram:hover {
	background-color:rgba(190,150,110,1.00);
}

#maps {
	float:left;
	width:40px;
	height:40px;
	border-radius: 20px;
	margin:0 5px 0 5px;
	background-color:rgba(255,255,255,1.00);
	 -webkit-transition: background-color 1.25s ease;
	-moz-transition: background-color 1.25s ease;
	-o-transition: background-color 1.25s ease;
	transition: background-color 1.25s ease; 
}

#maps:hover {
	background-color:rgba(190,150,110,1.00);
}

#imprint {
		position:relative;
		box-sizing:border-box;
		text-align:center;
		font-family:bebas_neuebold, sans-serif;
		text-transform:uppercase;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
}

}

@media (min-width: 1290px) {

#logo {
	vertical-align:middle;
	position:relative;
	width:100%;
	height:60%;
	box-sizing: border-box;
	text-align:center;
	padding-top: 50px;
	z-index:1;
}

#infos {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing: border-box;	
	text-align:center;
	margin:0 0 0 0;
	padding: 10% 0 0 0;
	bottom:10%;
}

#logo img {
	width:100%;
	height:100%;
	max-height: 600px;
	min-height: 300px;
}
}