#logo {
    width: 100px;
    height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-shrink: 0;
}
.abstand {
    height: 20px;
    background-color: #0055a6;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: top;
    flex-wrap: wrap;
    text-align: center;
}
body{
    padding-left: 50px;
    padding-right: 50px;
    background-color: rgba(235, 133, 60, 0.506);
    font-family: "Comfortaa", sans-serif;
}
h1 {
    font-size: 300%;
}
.w3-btn {
    border:none;
    display:inline-block;
    outline:0;
    padding:6px 16px;
    vertical-align:middle;
    overflow:hidden;
    text-decoration:none !important;
    color:#fff;
    background-color:#000;
    text-align:center;
    transition:.2s ease-out;
    cursor:pointer;
    white-space:nowrap
}
.w3-btn:hover,.w3-btn-floating:hover,.w3-btn-floating-large:hover {
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}
.w3-blue-grey {
    color:#fff !important;background-color:#607d8b !important
}
.w3-blue {
    color:#fff !important;background-color:#0055a6 !important
}
.w3-red {
    color:#fff !important;background-color:#f44336 !important
}
.w3-black {
    color:#fff !important;background-color:#000 !important
}
.screenshot-image {
    width: 50px;
    height: 66.5px;
    border-radius: 4px;
    border: 2px solid whitesmoke;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 5px;
    left: 10px;
    background: white;
}

.display-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin: 5% auto;
    position: relative;
}

video {
    width: 500px;
    height: 665px;
    background: rgba(0, 0, 0, 0.2);
}

.video-options {
    position: absolute;
    left: 20px;
    top: 20px;
}

.controls {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
}

.controls > button {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    margin: 0 6px;
    background: transparent;
}

.controls > button:hover svg {
    color: white !important;
}

@media (min-width: 300px) and (max-width: 400px) {
    .controls {
        flex-direction: column;
    }

    .controls button {
        margin: 5px 0 !important;
    }
}

.controls > button > svg {
    height: 20px;
    width: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.controls button:nth-child(1) {
    border: 2px solid #D2002E;
}

.controls button:nth-child(1) svg {
    color: #D2002E;
}

.controls button:nth-child(2) {
    border: 2px solid #008496;
}

.controls button:nth-child(2) svg {
    color: #008496;
}

.controls button:nth-child(3) {
    border: 2px solid #00B541;
}

.controls button:nth-child(3) svg {
    color: #00B541;
}

.controls > button {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    margin: 0 6px;
    background: transparent;
}

.controls > button:hover svg {
    color: white;
}