#inhalt2spalten50 .spalte1 img:nth-child(1) {
width: 20px;
height: auto;
position: relative;
margin-right: 4px;
}

#inhalt2spalten50 .spalte1 img:nth-child(2) {
width: 22px;
height: auto;
position: relative;
}

article p {
font-family: 'UniversLTStd-thin',sans-serif;
font-size: 35px;
line-height: 1.2em;
letter-spacing: .05em;
}



#inhalt2spalten50 {
height: 100vh;
background-color: #000;
color: #fff;
}

#inhalt2spalten50 .spalte1 {
width: 46%;
padding-left: 4%;
padding-right: 0%;
}

article a {
color: #fff;
}

#inhalt2spalten50  strong {
font-size: 45px;
}

#inhalt2spalten50 .spalte2 img {
opacity:0;
}

#inhalt2spalten50 .spalte2 {
background-image: url(../../media/karls_deli_contact.jpg);
background-size: cover;
background-position: center;
position: relative;
background-repeat: no-repeat;
content: " ";
height: 100vh;
}

div.icons {
filter: invert(1);
}

#nav-icon1 span {
background-color: #000;
}

@media screen and (max-width: 1200px) {
#inhalt2spalten50 br {
display: block;
}
}

@media screen and (max-width: 800px) {
div.icons {
filter: unset;
}

.menuumgebend {
top: 0;
}

article {
top: 0;
padding-top: 56px;
background-color: #000;
}

#inhalt2spalten50 {
height: auto;
}

article p {
font-size: 24px;
}
#inhalt2spalten50 {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}

.inhalt2spalten > div {
width: 50%;
}

#inhalt2spalten50 .spalte2 {
height: 65vh;
}

#inhalt2spalten50 strong {
font-size: 35px;
}

#inhalt2spalten50 .spalte2 {
background-position: right 30% center;
}

}