header.main {
    background-image: url("../images/coding2.jpg");
    padding-top: 20px;
}

header.main > h1.mainHeading {
    text-align: end;
}

header.main > h3.primaryHeading {
    text-align: end;
}

nav.list {
    background-color: rgb(30, 30, 30);
    padding-top: 10px;
    padding-bottom: 10px;
}


body {
    background-color: rgb(11, 11, 11);
    color: white;
}

.mainHeading {
    
    text-align: center;
    font-family: 'Archivo Black', sans-serif;
    font-size: 300%;
}

h2 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 250%; 
}
.listItem, .listItem2 {
    text-decoration: none;
    color: orange;
    padding-left: 10px;
}

.listItem {
    font-size: 120%;
}

.listItem:hover {
    color: red;
    text-decoration: underline;
}

li {
    list-style-type: none;
    float: left;
}
ul li{
    margin-right: 5px;
    display: inline;
    color: #739072;
    font-weight: bold;
    
}

ul {
    margin: auto;
    width: 50%;
    margin: auto;
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mainDiv {
    display: flex;
}

iframe {
    margin: auto;
    width: 50%;
    margin: auto;
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.iframeHeading {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    border-bottom: 5px dotted;
}

.zeugnissImage {
    float: right;
}

main.impressionen {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; 
}

.imageContainer {
    border: 1px solid;
    border-color: #ffffff;   
    margin-left: 20px;
    width: 200px;
    text-align: center;
    margin-bottom: 20px;
}

.imageContainer > img {
    width: 200px;
    height: auto;
    
}

.imageContainer > p {
    padding: 20px;
}
