.body {
margin: 0 0 0 0;
}


.background-index {
width: 100vw;
height: 100vh;
z-index: -10;
background-image: url(bild_start.jpg);
background-position: top;
background-size: cover;
}


#navigation_oben {
z-index: 99;
width: 100%;
position: fixed;
}


.dropdown_menue {
padding: 0px 25px 25px 25px;
margin: 0px 0px 0px 0px;
float: none;
text-align: center;
display: block;
}


.navi_hauptmenue_menue1 {
font-size: 90px;
color: #ca0000;
line-height: 110px;
font-family: 'Arial', Helvetica, sans-serif;
text-decoration: none;
font-weight: normal;
display: block;
transition-duration: 0.75s;
}
a.navi_hauptmenue_menue1:hover {
color: #ffffff;
background: #ca0000;
text-decoration: none;
}


.navi_hauptmenue_menue2 {
font-size: 70px;
color: #ffffff;
line-height: 110px;
font-family: 'Arial', Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
display: block;
cursor: pointer;
background: #ca0000;
transition-duration: 0.75s;
}
a.navi_hauptmenue_menue2:hover {
color: #282427;
text-decoration: none;
border: 0px;
}


.navi_untermenue {
font-size: 45px;
font-weight: normal;
line-height: 70px;
color: #ffffff;
font-family: 'Exo 2', Arial, sans-serif;
text-decoration: none;
border: 0px;
transition-duration: 0.75s;
}
a.navi_untermenue:hover {
color: #282427;
text-decoration: none;
}


.navi_untermenue_close {
font-size: 44px;
font-weight: normal;
color: #ffffff;
font-family: 'Arial', Helvetica, sans-serif;
text-decoration: none;
border: 0px;
float: right;
cursor: pointer;
transition-duration: 0.75s;
}
a.navi_untermenue_close:hover {
color: #1F90FF;
text-decoration: none;
}


.button {
display: block;
font-size: 48px;
line-height: 110px;
color: #ca0000;
font-family: 'Exo 2', Arial, sans-serif;
text-decoration: none;
font-weight: bold;
border: 0px;
text-align: center;
transition-duration: 0.75s;
}
a.button:hover {
color: #ffffff;
background: #ca0000;
text-decoration: none;
border: 0px;
}


.button_klein {
display: block;
font-size: 24px;
line-height: 40px;
color: #ca0000;
font-family: 'Exo 2', Arial, sans-serif;
text-decoration: none;
font-weight: bold;
border: 1px solid #ca0000;
text-align: center;
transition-duration: 0.75s;
}
a.button_klein:hover {
color: #ffffff;
background: #ca0000;
text-decoration: none;
border: 1px solid #ca0000;
}


.button_klein_OFF {
display: block;
font-size: 24px;
line-height: 40px;
color: #ffffff;
background: #ca0000;
font-family: 'Exo 2', Arial, sans-serif;
text-decoration: none;
font-weight: bold;
border: 1px solid #ca0000;
text-align: center;
}


.text_headline1 {
font-family: 'Exo 2', Arial, sans-serif;
font-size: 55px;
line-height: 60px;
}


.text_headline2 {
font-family: 'Exo 2', Arial, sans-serif;
font-size: 35px;
line-height: 45px;
}


.text_normal {
font-family: 'Exo 2', Arial, sans-serif;
font-size: 24px;
line-height: 30px;
font-weight: normal;
}


.normal {font-weight: normal;}
.fett {font-weight: bold;}
.unterstrichen {text-decoration: underline;}
.blocksatz {text-align: justify;}

.weiss {color: #ffffff;}
.blau {color: #0046cf;}
.hellblau {color: #0079c9;}
.gruen {color: #007f33;}
.gelb {color: #e4a600;}
.orange {color: #e55500;}
.rot {color: #ca0000;}
.lila {color: #a3006d;}
.braun {color: #6b3421;}
.schwarz {color: #282427;}
.grau {color: #aeaeae;}

.textlink_rot {
color: #ca0000;
font-family: 'Exo 2', Arial, sans-serif;
font-size: 24px;
font-weight: normal;
line-height: 30px;
text-decoration: none;
transition-duration: 0.75s;
}

a.textlink_rot:hover {
text-decoration: underline;
}


.textlink_gelb {
color: #e4a600;
font-family: 'Exo 2', Arial, sans-serif;
font-size: 24px;
font-weight: normal;
line-height: 30px;
text-decoration: none;
transition-duration: 0.75s;
}

a.textlink_gelb:hover {
text-decoration: underline;
}


.textlink_schwarz {
color: #000000;
font-family: 'Exo 2', Arial, sans-serif;
font-size: 24px;
font-weight: normal;
line-height: 30px;
text-decoration: none;
transition-duration: 0.75s;
}

a.textlink_schwarz:hover {
text-decoration: underline;
}


.textlink_weiss {
color: #ffffff;
font-family: 'Exo 2', Arial, sans-serif;
font-size: 24px;
font-weight: normal;
line-height: 30px;
text-decoration: none;
transition-duration: 0.75s;
}

a.textlink_weiss:hover {
text-decoration: underline;
}


.textlink_gruen {
color: #007f33;
font-family: 'Exo 2', Arial, sans-serif;
font-size: 24px;
font-weight: normal;
line-height: 30px;
text-decoration: none;
transition-duration: 0.75s;
}

a.textlink_gruen:hover {
text-decoration: underline;
}


.textlink_grau {
color: #aeaeae;
font-family: 'Exo 2', Arial, sans-serif;
font-size: 24px;
font-weight: normal;
line-height: 30px;
text-decoration: none;
transition-duration: 0.75s;
}

a.textlink_grau:hover {
text-decoration: underline;
}


.textlink_orange {
color: #e55500;
font-family: 'Exo 2', Arial, sans-serif;
font-size: 24px;
font-weight: normal;
line-height: 30px;
text-decoration: none;
transition-duration: 0.75s;
}

a.textlink_orange:hover {
text-decoration: underline;
}


.textlink_hellblau {
color: #0079c9;
font-family: 'Exo 2', Arial, sans-serif;
font-size: 24px;
font-weight: normal;
line-height: 30px;
text-decoration: none;
transition-duration: 0.75s;
}

a.textlink_hellblau:hover {
text-decoration: underline;
}


.text_klein {
font-family: 'Exo 2', Arial, sans-serif;
font-size: 15px;
}


.textlink_klein_rot {
color: #ca0000;
font-family: 'Exo 2', Arial, sans-serif;
font-size: 15px;
font-weight: normal;
text-decoration: none;
transition-duration: 0.75s;
}

a.textlink_klein_rot:hover {
text-decoration: underline;
}


.textlink_klein_gelb {
color: #e4a600;
font-family: 'Exo 2', Arial, sans-serif;
font-size: 15px;
font-weight: normal;
text-decoration: none;
transition-duration: 0.75s;
}

a.textlink_klein_gelb:hover {
text-decoration: underline;
}