html {
		color: #ffffff;
		height:100%;
		background: #000000 url(../teamwork-grau_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 {
    color: #5d5c5c;
	background-color: #ffffff;
}
h1, h2, h3, h4 {
    color: #ffffff;
}

a[href^="tel"] {
  color: #cd1719; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

.custom-btn, .custom-btn:hover {
    font-size: 1.5em;
    color: #ffffff;
    border-radius: 4px;
    margin-top: 1em;
    background-color: #cd1719;
    border: none;
}
.custom-btn:hover {
    font-size: 1.4em;
    border: 1px solid #ffffff;
}
.custom-color {
    color: #cd1719;
}

div.white-bg {
    background-color: #ffffff;
    padding: 19px 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1vh;
    max-width: 450px;
    border-radius: 4px;
}

.wrapper {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.top-row {
    display: block;
    width: 100%;
    min-height: 2em;
}
.jumbotron {
    z-index: 5;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding: 10px 15px;
    background-color: rgba(255,255,255,0.0);
    text-align: center;
}
.columns {
    columns: 2;
}
#grafik {
    max-width: 70%;
    margin: 0 auto;
}
#grafik img.img-responsive {
    margin: 0 auto;
}
div#top-left {
    margin-top:1vh;
    float: left;
}
nav.mainmenu {
    margin-top:1vh;
    float:right;
    padding-right: 60px;
    padding-left: 60px;
}
nav.mainmenu a {
    color: #ffffff;
    font-size: 1em;
    border: none;
    text-transform: uppercase;
}
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;
}

.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: 84%;
    height: 70%;
    top: 100px;
    left: 50%;
    background-color: #ffffff;
    color: #5d5c5c;
    margin-left: -42%;
    overflow-y: auto;    
    padding: 5px 10px;
    border-radius: 8px;
    box-shadow: black;
}
.togglediv a {
    color: #000000;
    font-weight: 700;
}
.togglediv a:hover {
    color: rgba(211,36,43,1.0);
}

#impressum .togglediv-inner {
    width: 64%;
    margin-left: -32%;
    padding: 5px 7%;
}
#impressum .togglediv-inner p {
    text-align: justify;
}
#newsletter .togglediv-inner {
    width: 50%;
    margin-left: -25%;
    padding: 5px 8%;
}
#newsletter .togglediv-inner p {
    text-align: justify;
}

#impressum {
    text-align: center;
}
#impressum h1 {
    font-size: 1.2em;
    font-weight: 700;
    color: #5d5c5c;
}
#impressum h2 {
    font-size: 1.1em;
    font-weight: 500;
    color: #5d5c5c;
}
#impressum h3 {
    font-size: 1.1em;
    color: #5d5c5c;
}
#impressum p {
    font-size: 0.9em;
    line-height: 1em;
    color: #5d5c5c;
}


#datenschutz h1 {
    font-size: 1.2em;
    font-weight: 700;
    color: #5d5c5c;
}
#datenschutz h2 {
    font-size: 1.1em;
    font-weight: 500;
    color: #5d5c5c;
}
#datenschutz h3 {
    font-size: 1.1em;
    color: #5d5c5c;
}
#datenschutz p {
    font-size: 0.9em;
    text-align: justify;
    line-height: 1em;
    color: #5d5c5c;
}

#infozeile {
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 15px;
    margin: 10px 0;
    width: 100%;
    left:0px;
}

#infozeile img {
    margin-left: auto;
    margin-right: auto;
}
#infozeile h1 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}
#infozeile h2 {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
}
#infozeile p {
    font-size: 12px;
    color: #ffffff;
}
@media (max-width:767px) {
    body,td,th {
        font-size: 10px;
    }
    .columns {
        columns: 1;
    }
    .jumbotron {
        width: 90%;
        top: 10px;
        margin-top: 0;
        left: 50%;
    }
    #fzeile3 h1 {
        font-size: 12px;
    }
    #newsletter .togglediv-inner {
        width: 90%;
        margin-left: -45%;
        padding: 5px 2%;
    }
}