#home {
display: grid;
}

.bottom1 {
text-align: left;
background-color: #FFFFFF;
max-width: 1200px;
margin-right: auto;
margin-left: auto;
padding: 15px;
}

.bottom2 {
text-align: left;
max-width: 1200px;
margin-right: auto;
margin-left: auto;
padding: 30px 15px 30px 15px;
}

.bottom2_bg {
margin-top: 15px;
margin-bottom: 15px;
}

.bottom3_bg {
margin-top: 40px;
margin-bottom: 20px;
}

.bottom4 {
text-align: left;
background-color: #FFFFFF;
max-width: 1200px;
margin-right: auto;
margin-left: auto;
padding: 15px 15px 40px 15px;
}

.header_img {
width: 100%;
max-width: 2600px;
min-width: 300px;
top: 0px;
}

.img_width {
width: 100%;
max-width: 550px;
min-width: 340px;
}

.linie_r1 {
background-color: #007dc0;
position: absolute;
width: 380px;
height: 4px;
border: none;
margin-top: 4px;
}

.linie_r2 {
background-color: #007dc0;
position: absolute;
width: 32%;
height: 4px;
right: 0px;
border: none;
margin-top: 4px;
}

.linien_ds {
background-repeat: repeat-x;
background-position: 8px 8px;
padding-bottom: 25px;
style="text-transform: uppercase;
}

.main {
padding-top: 40px;
padding-right: 15px;
padding-left: 15px;
}

.main_bg {
width: 100%;
}

H1 {
}

H3 {
text-transform: uppercase;
}

@media (min-width: 840px) {
#home {
grid-template-columns: 65% 35%;
}

#homeeintrag_1 {
margin-right: 15px;
margin-bottom: 15px;
}

#homeeintrag_2 {
z-index: 5;
margin-bottom: 15px;
margin-left: 15px;
}

#p0 {
grid-template-columns: auto auto auto auto;
}

#p4, #p8, #p12, #p16 {
height: 0px;
}

.header_text_box {
text-decoration: none;
text-align: left;
float: right;
position: relative;
width: 490px;
right: 70px;
bottom: 200px;
padding-top: 45px;
padding-right: 10px;
padding-left: 25px;
}

.linien_ds {
background-image: url(/obj/test/hg_ueberschrift.gif);
background-repeat: repeat-x;
background-position: 8px 8px;
padding-bottom: 25px;
style="text-transform: uppercase;
}
}

@media (min-width: 560px) and (max-width: 839px) {
#home {
grid-template-columns: 65% 35%;
}

#homeeintrag_1,
#homeeintrag_2 {
margin-right: 7px;
margin-bottom: 15px;
margin-left: 7px;
}

#p0 {
grid-template-columns: auto auto;
}

#p2, #p4, #p6, #p8, #p10, #p12 {
height: 0px;
}

.bottom1,
.bottom2,
.bottom4 {
padding-right: 15px;
padding-left: 15px;
}

.linie_r1 {
width: 180px;
}
}

@media (max-width: 559px) {
#home {
width: 100%;
}

#homeeintrag_1 {
margin-bottom: 30px;
}

.bottom2 {
padding-top: 10px;
padding-bottom: 10px;
}

.linie_r1 {
width: 330px;
}

.linie_r2 {
width: 80%;
}
}