html {
		height:100%;
		background: rgba(0,0,0,0) url(../bg.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
body {
    background: none;
}

a, a:hover, a:active {
    font-weight: 700;
}
a:hover, a:active {
    font-weight: 700;
}
#side-banner {
    position:absolute;
    z-index: 10;
}
#side-banner img {
    width: 350px;
}

ul.bm-zeile { list-style-type: none; padding: 0px 0px; }

ul.bm-zeile li {
   display: inline;
   margin-right: 4px;
   border-right: 1px solid #000;
   padding-right: 8px;
}

ul.bm-zeile li:last-child {   /* kein Trennzeichen beim letzten Element */
   margin: 0;
   padding: 0;
   border: 0;
}

ul.bm-zeile li.last {   /* Fallback fuer Browser ohne CSS3 Support */
   margin: 0;
   padding: 0;
   border: 0;
}

ul.bm-zeile li a:hover { background-color: #666; }

#button a, #button a:hover {
    font-size: 1.5em;
    border-radius: 45px;
    margin-top: 5vh;
    border: none;
}


.wrapper {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
	background-color: #ffe4c4a6;
}
.jumbotron {
    position: absolute;
    z-index: 5;
    width: 80%;
    height: 40vh;
    top: 35%;
    margin-top: -20vh;
    left: 50%;
    margin-left: -40%;
    padding: 10px 15px;
    background-color: rgba(255,255,255,0.0);
    text-align: center;
}
.columns {
    columns: 2;
}

#grafik img.img-responsive {
    margin: 0 auto;
}
nav.mainmenu .navbar-collapse {
	float:right;
}
nav.mainmenu {
    float:right;
    z-index: 90;
    padding-right: 60px;
    padding-left: 60px;
}
nav.mainmenu a {
	color: #fff;
	font-size: 1em;
	border: 1px solid #0000;
	text-transform: uppercase;
	background-color: #365C42;
	margin-top: .5em;
	margin-right: 0.5em;
}
nav.mainmenu a:hover {
    background-color: unset;
    border: 1px solid white;
    box-sizing: content-box;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: unset;
}
.navbar-toggle .icon-bar {
    background-color: #5d5c5c;
}

.close-link {
    display: block;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
}
.togglediv {
    z-index: 99;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    color: #ffffff;
    overflow: hidden; 
    padding: 5px 10px;
}
.togglediv-inner {
    position: absolute;
    width: 90%;
    height: 70%;
    top: 100px;
    left: 46%;
    background-color: #ffffff;
    color: #5d5c5c;
    margin-left: -42%;
    overflow-y: auto;    
    padding: 5px 10px;
    border-radius: 8px;
    box-shadow: black;
}
.togglediv>button.center-block {
    margin-top: 50px;
}
.togglediv a:hover {
    color: white;
}

#impressum .togglediv-inner {
    width: 90%;
    /*margin-left: -45%;*/
    padding: 5px 7%;
}
#impressum .togglediv-inner p {
    text-align: left;
}
#impressum h1 {
    color: #5d5c5c;
    font-size: 1.2em;
    font-weight: 700;
}
#impressum h2 {
    color: #5d5c5c;
    font-size: 1.1em;
    font-weight: 500;
}
#impressum h3 {
    color: #5d5c5c;
    font-size: 1.1em;
}
#impressum p {
    color: #5d5c5c;
    font-size: 0.9em;
    line-height: 1em;
}


#datenschutz h1 {
    color: #5d5c5c;
    font-size: 1.2em;
    font-weight: 700;
}
#datenschutz h2 {
    color: #5d5c5c;
    font-size: 1.1em;
    font-weight: 500;
}
#datenschutz h3 {
    color: #5d5c5c;
    font-size: 1.1em;
}
#datenschutz p {
    color: #5d5c5c;
    font-size: 0.9em;
    text-align: justify;
    line-height: 1em;
}

footer {
    position: absolute;
    text-align: center;
    padding: 10px 15px;
    width: 100%;
    bottom: 5vh;
    left:0px;
}
.footer h1 {
    font-size: 16px;
    font-weight: 700;
}
.footer h2 {
    font-size: 13px;
    font-weight: 700;
}
@media (max-width:767px) {
    body,td,th {
        font-size: 10px;
    }
	.wrapper {
		height: auto;
		position: inherit;
	}
	#button a, #button a:hover {
		/*background-color: #24a29c;*/
		z-index: 99999999;
		position: absolute;
		margin-top: .5em;
	}
	.jumbotron {
		display: block;
		position: relative;
		height: auto;
		top: unset;
		left: unset;
		margin-left: auto;
		margin-right: auto;
	}
    #side-banner img {
    width: 200px;
    }
    .columns {
        columns: 1;
    }
	footer {
		position: inherit;
	}
}
@media (orientation: landscape) and (max-width:767px) { 
    #side-banner img {
        width: 300px;
    }
    .jumbotron #grafik img {
        max-width: 50%;
    }
}