#bottom1 {
text-align: center;
background-color: #0095e0;
max-width: 1600px;
}

#bottom2,
#bottom3 {
background-color: #e2f4fc;
}

#header_bild_o_text {
margin-bottom: 40px;
}

#header_bild_o_text_eintrag_1 {
z-index: 3;
position: relative;
margin-bottom: 270px;
}

#header_bild_o_text_eintrag_2 {
color: #FFFFFF;
text-align: left;
background-color: #182260;
z-index: 5;
position: absolute;
top: 70%;
right: 15%;
border-top: 4px solid #00ffff;
padding: 0px 20px 0px 20px;
box-shadow: 0px 6px 10px #182260;
}

.header_box {
text-decoration: none;
text-align: left;
display: run-in;
float: left;
z-index: 5;
position: relative;
right: 20px;
bottom: 100px;
margin-left: 40px;
padding-left: 35px;
}

@media (min-width: 1152px) {
H1 {
font-size: 2.5rem;
}
}

@media (min-width: 560px) and (max-width: 1151px) {
H1 {
font-size: 2rem;
}
}

@media (max-width: 559px) {
.text {
text-align: left;
bottom: -20px;
left: 0%;
padding-left: 15px;
}

H1 {
font-size: 1.5rem;
}
}


