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

body {
	background: rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;

}

h1, h2, h3 {
	font-weight: 200;
	text-transform: uppercase;
	color: rgba(255,229,0,1.00);
}

h1 {
	margin-top: 30px;
}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.navkino {
	background-color: rgba(0,0,0,0.71);
		color: rgba(255,229,0,1.00);
text-decoration: none;
	padding-bottom: 0;
	padding-top: 0;
	margin: 0;
	}


.navkino li a {
		color: rgba(255,229,0,1.00);
	padding-bottom: 10px;
	padding-top: 20px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.navkino a:hover {
		color: rgba(0,0,0,1.00);
	background-color: rgba(255,229,0,1.00);

}



.navbar-nav {
	float: right;
}

.hint-bestuhlung, .hint-kulinarisch {
	 
     background-size: cover;
     background-attachment:fixed;
     padding-top:20px;
     padding-bottom:40px;
	height:60%;
	background-repeat: no-repeat;
	text-shadow:2px 2px 3px rgba(0,0,0,1);
	margin-top: 20px;
	margin-bottom: 20px;
	
}
.navbar-toggler img {
	height: 60px;
}
.container{
           margin-top:150px;
           margin-bottom:150px;
           } 

.hint-kulinarisch {
	background-image: url(IMG/Kulinarisch.jpg);
		color: rgba(255,255,255,1.00);
	
}

.hint-bestuhlung {
background-image: url(IMG/sitzen.jpg);
	color: rgba(255,255,255,1.00);	
}


.btn-kino {
	color: rgba(0,0,0,1.00);
	background-color: rgba(255,221,0,1.00);
	font-feature-settings: normal;
	margin-top: 10px;
	
	
	
}

.btn-kino:hover {
	background-color: rgba(255,161,6,1.00);
}

.btn-default {
	color: rgba(0,0,0,1.00);
}

.btn-kino img {
	height: 20px;
	
}

 a {
	color:rgba(0,0,0,1.00);
}

.badgeflow {
	position: fixed;
	left: 10px;
	top: 55px;
	width: 150px;
	height:auto;
	z-index: 5;
}
.badgeflow img {
	height: 100%;
	width: 100%;
	transform: rotate(-10deg);
}

.arrowflow {
	position:fixed;
	left: 10px;
	bottom: 10px;
}

.arrowdown {
	border-top: 20px solid yellow; 
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	display: inline-block;
}
.arrowup {
	border-top: 20px solid transparent;
	border-bottom: 20px solid yellow; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	display: inline-block;
}
.row {
	margin-bottom: 10px;
}

#start p {
	text-align: center;
	color: yellow;
	font-size: 1.2em;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

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


.navbar-toggler {
	color: rgba(255,229,0,1.00);
}

@media only screen and (max-width: 600px) {
    .badgeflow {
        display: none;
    }
}

