﻿/*
 *styles for gu-bar.de

 gelb : #f9b233


 */
/*
@font-face {
    font-family: 'supernett_cncondensed';
    src: url('supernettcn-condensed-webfont.eot');
    src: url('supernettcn-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('supernettcn-condensed-webfont.woff2') format('woff2'),
         url('supernettcn-condensed-webfont.woff') format('woff'),
         url('supernettcn-condensed-webfont.ttf') format('truetype'),
         url('supernettcn-condensed-webfont.svg#supernett_cncondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

@font-face {
    font-family: 'ubuntu';
    src: url('../fonts/Ubuntu-Regular.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntu-bold';
    src: url('../fonts/Ubuntu-Bold.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntu-light';
    src: url('../fonts/Ubuntu-Light.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;

}

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}

a {
	text-decoration:none;
	color:#f9b233;
	transition:color 1s,font-size 1s, letter-spacing 1s;

}

a:hover {
	color:#ffffff;
	letter-spacing:1.5px;
}

h1 {
	color:#f9b233;
	text-align:center;
	font-size: 2em;
}

h1,h2,h3,h4 {
	font-family:'ubuntu-light',sans-serif;
	text-transform: uppercase;
	color:#f9b233;
}


.angebot h2 {color:#ffffff;
filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
margin-bottom: 0.6em;
}
.angebot {padding-top: 1em;}

li {
	list-style-type: none;
}

html {
	background:#000000;
	font-family: 'Ubuntu', sans-serif;
	color:#ffffff;
	width:100%;
	height:100%;
	background:url("../img/stein-hintergrund-gu_bar-dark.jpg")no-repeat top center fixed;
	background-size: cover;
 }
 
.mylineheight {	line-height: 1.4em;
}

.datenschutz h3 {margin-bottom: .5em; margin-top: 1em;}
.datenschutz h2 {margin-top: 1.5em;}
.datenschutz h4 {margin-top: 1em;}

 
body {
	width:100%;
	min-height:100%;
	animation:loading .5s;
	-webkit-animation:loading .5s;
	padding-bottom: 3%
}

header {
 	text-align:center;
	padding-bottom: 1em;
	padding-top: 1em;
 }

section {
 	width:1200px;
 	margin:auto;
 	margin-top:5px;
 	margin-bottom:180px;
 }

#portfolio {margin-top: 1em;}

nav {
	width:1200px;
	margin:auto;
	margin-top:10px;
	font-size:23px;
	line-height:35px;
	text-align:center;
}


nav li {
	display:inline;
	margin:0 20px;	
	line-height:35px;
	font-family:'ubuntu-light', sans-serif;
	text-transform: uppercase;
	font-weight:bold;
}
form {
	width:95%;
	max-width:1000px;
	margin:auto;
	margin-bottom:150px;
}

label {
	display:block;
	margin-bottom:25px;
	line-height:30px;
}

label:after {
	content:"";
	clear:both;
	display:block;
}

input,select,textarea {
	width:80%;
	float:right;
	height:30px;
	line-height:30px;
}

textarea {
	min-height:100px;
}

.content {
	margin-top:300px;
}

.box {
	width:400px;
	margin:auto;
	border:3px solid #f9b233;
	border-radius:10px;
	font-size:18px;
	padding:10px;
	margin-top:40px;
}

.left-open {
	float:left;
}

.right-open {
	float:right;
}

 .shadow
{
  position: relative;
  box-shadow: 0px 25px 15px -20px #000;
}

.shadow2, nav a, h1 {
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.galerie {
	text-align:center;
	width:20%;
	margin:2%;
	/*box-shadow: 2px 2px 2px #777;*/
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.karte {
	text-align:center;
	width:48%;
	margin:0.9%;
	box-shadow: 2px 2px 2px #777;
}
.maps {
	width:700px;
	height:400px;	
}

.box-maps {
	width:700px;
	height:400px;
	float:right;
	margin-right:0px;
	margin-top:50px;
}

.box-maps #bild:before {
	content:'Bitte hier klicken, um die funktionalen Cookies zu akzeptieren und diese Google Map zu aktivieren. Weitere Informationen dazu finden Sie unter Datenschutz.';
	display: flex;
    position: absolute;
    width: 340px;
    background-color: #000000;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;

}

#bild {display: flex;
    align-items: center;
    justify-content: center;
	transition: none;
}
#bild:hover {letter-spacing: normal;}

.adresse {
	width:300px;
	padding:40px 0 0 0px;
	float:left;
}

.mobil {
	display:none;
}

.desktop {
	display:block;
}

footer {
	position:fixed;
	bottom:0;
	text-align:center;
	width:100%;
	height:5%;
	line-height:30px;
	background:#000000;
	color:#fff;
	padding: 5px 0 10px 0;
}

.specials-left, .box-left{
	float:left;
	width:45%;
	padding:10px;
	margin-left:2%;
	background:rgba(255,255,255,.75);
	box-shadow:0 5px 20px #777;
}

.specials-right, .box-right{
	float:right;
	width:45%;
	padding:10px;
	margin-right:2%;
	line-height:20px;
	background:rgba(255,255,255,.75);
	box-shadow:0 5px 20px #777;
}
.specials-middle{
	margin:auto;
	width:45%;
	padding:10px;
	line-height:20px;
	background:rgba(255,255,255,.75);
	box-shadow:0 5px 20px #777;
	margin-top:20px;
}
.specials-right h3, .box-left h2, .box-right h2 {
	text-align:center;
}

.glaeser{
	margin:2%;
	max-width:95%;
}

.left{
	float:left;
	width:80%;
}

.right{
	float:right;
	width:20%;
	text-align:right;
}

.img_right {
	width:400px;
	float:right;
	max-width:100%;
}

.img_right img {
	max-width:100%;
}

@keyframes loading {
	0% {
		transform:scale(.8);
		-webkit-transform:scale(.8);
	}
	100% {
		transform:scale(1);
		-webkit-transform:scale(1);
	}
}
@-webkit-keyframes loading {
	0% {
		-webkit-transform:scale(.8);
	}
	100% {
		-webkit-transform:scale(1);
	}

}


 /*===========1200px===========*/

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

	
	section {
		width:100% !important;
		padding: 0 .5em;
	}

	nav {
		width:100% !important;
		font-size: 21px;
	}

	nav li {
		display:inline;
		margin:0 1.4%;	
		line-height:30px;
	}

	img {
		max-width:100%;
	}

	.shadow{
	}

	.content {
	margin-top:25%;
	}

	.box-maps{
		width:60%;
	}

	.maps{
		width:100%;
	}

}

/*============999px==========*/
@media screen and (max-width:999px) {

nav {
		width:100% !important;
		font-size: 18px;
	}
nav li {
		display:inline;
		margin:0 1%;	
		line-height:30px;
	}
.box-maps {
	float:none;
	margin:0 auto;
	margin-top:30px;
}
.adresse {
	float:none;
	margin:20px auto;
	text-align:center;
	padding:0;
}

.karte{
	width:98%;
}

footer{
		height:5%;
	}


 /*===========768px===========*/
@media (max-width:768px) {
	html {
		font-size:16px;
	}
	
	.box {
		width:80%;
		margin-top:30px;
	}
	.galerie {
		text-align:center;
		width:85%;
		margin:2%;
	}
	.karte {
		text-align:center;
		box-shadow: 2px 2px 2px #777;
	}
	.box-maps {
		width:90%;
		margin:0 auto;
	}
	.maps {
		width:100%;
	}
	.desktop {
		display:none;
	}
	.mobil {
		display:block;
	}
	nav li {
		font-size:16px;
		display:block;
	}

	nav li a {
		width:100%;
		display: block;
	}

	.adresse {
		font-size:1.2em;
		line-height:23px;
	}

	.specials-left, .box-left{
		border-radius:10px;
		border:3px solid #f9b233;
		float:none;
		width:95%;
		padding:5px;
		margin-left:0;
		margin:10px auto;
	}

.specials-right, .box-right{
		border-radius:10px;
		border:3px solid #f9b233;
		float:none;
		width:95%;
		padding:5px;
		margin-right:0;
		margin:10px auto;
	}

.specials-middle {
	width:95%;
	border:3px solid #f9b233;

}

	footer {
		height:auto;
		font-size:13px;
		line-height:15px;
	}
}



/*============650px=======*/
@media all and (max-width:650px) {
	.img_right {
		width:100%;
		float:none;
	}
	.karte {
		width:98%;
	}
}
/*============480px=======*/
@media all and (max-width:480px) {
	input,select,textarea {
		width:100%;
	}
}

/*============360px=======*/
@media all and (max-width: 359px) {

	.left-open {
		float:left;
		font-size:80%;
	}

	.right-open {
		float:right;
		font-size:80%;
	}
}

@media (min-width:769px){

	.opening {font-size: 2em;}
	/*.galleryhero {max-width: 1200px!important;}*/
}

@media (max-width: 768px){

	h1, h2, h3, h4 {font-size: 1em;}
	.opening {font-size: 1.4em;}
	.galleryhero {max-width: 90vw!important;}
	
}

@media (min-width:769px) and (max-width: 1199px){

	.galleryhero {max-width: 80vw!important;}

}