﻿* {
	margin: 0;
	padding: 0;
	font: Verdana, Geneva, sans-serif;
	box-sizing: border-box;
}

body {
	background-image: url(bilder/bg_main.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	color: #FFF;
	overflow-x: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	top: 0;
}

html {
  scroll-behavior: smooth;
}

h1 {
	color: #FFF;
	font-size: 14px;
}

#orange {
	background-color: rgba(51,51,51,0.7);
	color: #F60;
	margin-bottom: 10px;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#up {
	text-align: center;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 13px;
	color: #F60;
}

a img {
	border: none;
}

a { 
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #F60;
	font-size: 12px;
	text-decoration: none;
	list-style: none;
}

a:hover {
	color: #FFF;
}

nav ul {
	background-color: #232323;
	list-style: none;
	overflow: hidden;
	padding-left: 20px;
	text-align: left;
	transition: max-height 0.4s;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
}

nav ul li {
	display: inline-block;
	padding: 10px;
}

nav ul li:hover {
	background-color: #161616;
	color: #CCCCCC;
}

.active {
	padding: 10px 0;
	color: #fff;
}

.container {
	width: 100%;
	max-width: 800px;
	min-width: 270px;
	margin: 0 auto;
}

header {
	margin-bottom: -3px;
}

.handle {
	width: 100%;
	background: #333;
	text-align: left;
	box-sizing: border-box;
	padding: 15px 10px;
	cursor: pointer;
	display: none;
}

.content {
	width: 100%;
	padding-top: 100px;
}

.text {
	padding: 10px 30px;	
}

.column {
	width: 100%;
	overflow-x: hidden;
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	column-width: 50%;
	-webkit-column-width: 50%;
	-moz-column-width: 50%;
	-o-column-width: 50%;
	-ms-column-width: 50%;
	padding: 20px 30px;
	margin-top: -10px;
}

.line {
	visibility: hidden;
}

.fix-nav {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
	max-width: 800px;
}

#nav-container {
    text-align: center;
	z-index: 50;
}

iframe {
	border: none;
}

#newsletter {
	padding-right: 50%;
}

#plakat {
	padding-right: 15px;
}

#lokal {
	padding-right: 15px;
}

.tab1 {
	vertical-align: top;
	font-size: 12px;
	text-align: left;
	width: 60%;
}

.tab2 {
	vertical-align: top;
	text-align: right;
	font-size: 12px;
	width: 40%;
}

.anchor{
  display: block;
  height: 60px;
  margin-top: -60px;
  visibility: hidden;
}

.container-home {
	text-align: center;
	margin-top: 10%;
	margin-left: 20px;
	margin-right: 20px;
	columns: 6;
	-webkit-columns: 6;
	-moz-columns: 6;
	-o-columns: 6;
	-ms-columns: 6;
}

.home {
	background-color: #222;
}


@media only screen and (orientation:portrait){

.content {
	padding-top: 10px;
}

.column {
	column-count: 1;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	-o-column-count: 1;
	-ms-column-count: 1;
	width: 100%;
	padding: 20px 30px;
}

.text {
	padding: 20px 30px;	
}

nav ul {
	max-height: 0;
	padding-left: 0;
}

.showing {
	max-height: 24em;
}

nav ul li {
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	text-align: left;
}

.active {
	padding: 15px 0;
	color: #fff;
}

.handle {
	display: block;
	padding: 8px 15px;
	color: #f60;
	font-size: 18px;
	font-weight: bold;
}

#newsletter {
	padding-right: 0;
}

#plakat {
	padding-right: 0;
	padding-bottom: 20px;
	padding-top: 15px;
}

#lokal {
	padding-right: 0;
	padding-bottom: 20px;
}

.anchor{
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}

video {
	padding-bottom: 15px;
} 

.container-home {
	margin-left: 22%;
	margin-right: 22%;
	margin-top: 15%;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	-ms-columns: 2;
}

	}


