body {
    margin: 0;
}
html {
    background-color: #efe8d8;
}
p {
    font-family: sans-serif;
    color: #3c5b59;
    word-wrap: break-word;
}
a {
    font-family: sans-serif;
    text-decoration: none;
    color: #111;
}
a:hover {
    color: #5f5e48;
}
.link-weiss {
    font-family: sans-serif;
    text-decoration: none;
    color: #FFF;
}
.link-weiss:hover {
    font-family: sans-serif;
    text-decoration: none;
    color: #444;
}
h1  {
    color: #3c5b59;
	font-family: sans-serif;
	font-size: 1em;
}
.dunkler-text {
	color:#222;
}

.nav {    
    top: 0;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 6px 6px 10px 10px rgba(0, 0, 0, 0.19);
 /*   width: 100%;    */
    background-color: #1E9A97;
    border-radius: 0 0 1em 1em;
    padding: 16px;
}
#logo {
    background-image: url(pictures/logo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 5px;
    height: 132px;
    width: 134px;
    padding: 13px;
    margin-left: auto;
    margin-right: auto;
}
.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 4em;
    margin-bottom: 4em;
    margin-left: auto;
    margin-right: auto;
    padding: 2em;
    background-color: white;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 6px 6px 10px 10px rgba(0, 0, 0, 0.19);
    border-radius: 1em;
	max-width: 1400px;
}
.content > div {
    line-height: 1.4;
    font-size: 1.4em;
}
.content > a {
    color: lightskyblue;
}
.content > a:hover {
    color: blueviolet;
}
.content > ul {
    font-family: sans-serif;
}
.item1 {
    display: flex;
    flex-direction: row;
    background-color: #efe8d8;
     border-radius: 1em;
}
#text1 {
    grid-column-start: 1;
    grid-column-end: 3;
     padding: 30px;
}
#picture1 {
    background-image: url(pictures/IMG_2679.jpg);
     background-size:cover;
     background-repeat: no-repeat;
     background-attachment:unset;
     background-position: center;
     width:100%;
     padding: 8em;
     border: 5px solid #efe8d8;
     border-radius: 1em;
}
.item2 {
    display: flex;
    flex-direction: row;
    background-color: #1E9A97;
     border-radius: 1em;
	 margin-top: 2em;
     margin-bottom: 2em;
}
#text2 {
    grid-column-start: 1;
    grid-column-end: 3;
     padding: 30px;
}
#picture2 {
    background-image: url(pictures/IMG_2568.jpg);
     background-size:cover;
     background-repeat: no-repeat;
     background-attachment:unset;
     background-position: center;
     width: 100%;
     padding: 8em;
     border: 5px solid #1E9A97;
     border-radius: 1em;
}
.item3 {
    display: flex;
    flex-direction: row;
    background-color: #efe8d8;
     border-radius: 1em;
}
#text3 {
    grid-column-start: 1;
    grid-column-end: 3;
     padding: 30px;
	min-width: 40%;
	color: #000
}
#picture3 {
    background-image: url(pictures/IMG_2675.jpg);
     background-size:cover;
     background-repeat: no-repeat;
     background-attachment:unset;
     background-position: center;
     width: 100%; 
     padding: 8em;
     border: 5px solid #efe8d8;
     border-radius: 1em;
}
.item4 {
    display: flex;
    flex-direction: row;
    margin-top: 2em;
    background-color: #efe8d8;
    border-radius: 1em;
}
#picture4 {
    background-image: url(pictures/Logo\ BVZ.jpeg);
     background-size:contain;
     background-repeat: no-repeat;
     background-attachment:unset;
     background-position: right;
     width: 50%; 
     padding: 4em;

}
#picture5 {
    background-image: url(pictures/Präquali\ Logo.jpeg);
     background-size:contain;
     background-repeat: no-repeat;
     background-attachment:unset;
     background-position: left;
     margin-left: 2em;
     width: 50%; 
     padding: 4em;
 
}
#picture6 {
    background-image: url(pictures/icon.jpg);
     background-size:contain;
     background-repeat: no-repeat;
     background-attachment:unset;
     background-position: center;
     width: 50%; 
     padding: 4em;
 
}
.footer {
    position: relative;
    width: 100%;
    text-align: center;   
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #1E9A97;
    box-shadow:  0 0px 8px 0 rgba(0, 0, 0, 0.2), 0px -6px 10px 3px rgba(0, 0, 0, 0.19);
    border-radius: 1em 1em 0 0;
}
#link2impress {

}
re3 {width: inherit;}

@media  screen and (max-width: 2200px) {
  /*  .content {margin-left: 5em; margin-right: 5em;} */
}
@media screen and (max-width: 1100px){
    html {font-size: 1.3em;}
	#logo {height: 210px; width: 212px}
	.content {grid-template-columns: auto; row-gap: 2.5em; margin-left: 1.5em;
    margin-right: 1.5em;}
    .item1 {flex-direction: column;}
    .item2 {flex-direction: column;}
    .item3 {flex-direction: column;}
    .item4 {flex-direction: column; padding: 1em;}
	.footer {font-size: 1.8em}
    #picture1 {width: inherit;}
    #picture2 {width: inherit;}
    #picture3 {width: inherit;}
    #picture4 {background-position: center; width: inherit; margin-bottom: 1em;}
    #picture5 { background-position: center; width: inherit; margin-left: unset;}
    #picture6 {display: none;}
    #link2impress { margin-top: 1em;}
}