html {
		color: white;
		height:100%;
		/*background: #ffffff url(../bg_web.jpg) no-repeat center bottom 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-color: #009e9d;
}
.jumbotron {
    background-color:#009e9d;
    text-align: center;
}
.columns {
    columns: 2;
}
#grafik {
    box-shadow: 1em 0.5em 1em;
    margin: 2em;
} 

#grafik img.img-responsive {
    margin: 0 auto;
}
nav.buttonmenu {
    padding-right: 60px;
    padding-left: 60px;
}
nav.buttonmenu a {
    color: #FFFFFF;
    font-size: 1.5em;
    border: 1px solid rgba(0,0,0,0);
    text-transform: uppercase;
}
nav.buttonmenu a:hover {
    background-color: unset;
    border: 1px solid white;
    box-sizing: content-box;
}
.bm-pink { background-color: #b74d95 !important; }
li.bm-pink {
 
 margin-left: auto;
 margin-right: auto;
 display: block;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: unset;
}
.close-link {
    display: block;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
}
.togglediv {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(183,77,149,0.8);
    color: #ffffff;
    overflow: hidden; 
    padding: 5px 10px;
}
.togglediv-inner {
    position: absolute;
    width: 84%;
    height: 70%;
    top: 100px;
    left: 50%;
    background-color: #009e9d;
    color: #ffffff;
    margin-left: -42%;
    overflow-y: auto;    
    padding: 5px 10px;
    border-radius: 8px;
    box-shadow: black;
}
.togglediv a:hover {
    color: white;
}
#impressum .togglediv-inner {
    width: 64%;
    margin-left: -32%;
    padding: 5px 7%;
}
#impressum .togglediv-inner p {
    text-align: justify;
}
#impressum h1 {
    font-size: 1.2em;
    font-weight: 700;
}
#impressum h2 {
    font-size: 1.1em;
    font-weight: 500;
}
#impressum h3 {
    font-size: 1.1em;
}
#impressum p {
    font-size: 0.9em;
    line-height: 1em;
}


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

footer {
    position: relative;
    padding-right: 60px;
    padding-left: 60px;
    text-align: center;
}
@media (max-width:767px) {
    body,td,th {
        font-size: 10px;
    }
    .columns {
        columns: 1;
    }
}