html {
    font-family: Arial, Helvetica, sans-serif;
    margin: none;
}

body {
    margin: 0px;
    background-color: rgb(30, 30, 30);
}

.header {
    width: 420px;
    max-width: 100%;
    margin-right: 20px;
    padding: 10px;
}

.top {
    display: flex;
    flex-direction: column;
}

.content {
    margin-top: 17px;
    margin-bottom: 16vh;
    padding-left: 10px;
    padding-right: 10px;
}

img{
    max-width: 100%;
    margin-top: 4.1%;
    margin-bottom: -3.6%;
}

iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-top: 4.1%;
    margin-bottom: -3.6%;
}

.impressum {
    color: white;
    max-width: 100%;
    margin-top: 4.1%;
    margin-bottom: -3.6%;
    padding-left: 10px;
    padding-right: 10px;
}

.footer {
    position: fixed;
    bottom: 0;
    margin-top: 5px;
    max-width: 19%;
    margin-right: 20px;
    padding: 10px;
}


@media screen and (min-width: 600px) {
    .top {
        display: flex;
        flex-direction: row;
    }
    .content {
        width: 100vw;
    }
    img {
        min-width: 60vw;
    }
}

p {
    color:white;
}

a{
    color:white;
    text-decoration: none;
}

a:visited{
    color: white;
    text-decoration: none;
}

a:hover {
    background-color: dodgerblue;
    color: white;
}

.end-text {
    position: fixed;
    right: 20px;
    bottom: 10px;
    color: white;
}


.portfolio-video {
    display: block; /* Verhindert Inline-Verhalten */
    margin: 4.1% auto -3.6%; /* Gleicher Abstand wie bei Bildern */
    min-width: 60vw; /* Gleiche Breite wie deine Bilder */
    max-width: 100%; /* Responsives Verhalten */
}

.content a {
    display: block;
    min-width: 60vw; /* Gleiche Breite wie deine Bilder */
    max-width: 100%; /* Responsiv */
    margin: 4.1% auto -3.6%; /* Gleicher Abstand wie bei deinen Bildern */
}




