html {
    height: 100% !important;
}
.kacheln1{
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    grid-row-gap: 50px;
    position: relative;
    min-height: 100%;
}
#logo {
    width: 100px;
    height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-shrink: 0;
}

.abstand{
    height: 20px;
    background-color: #0055a6;
}
header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: top !important;
    flex-wrap: wrap !important;
    text-align: center !important;
}


body {
    padding-left: 50px !important;
    padding-right: 50px !important;
    background-color: rgba(235, 133, 60, 0.506) !important;
    font-family: "Comfortaa", sans-serif !important;
    height: 550px !important;
}
a {
    text-decoration: none;
}
#daten {
	border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
	background-color: #ee7002;
	width:200px;
	height:200px;
    text-align: center; 
    color: white;
    background-image: url("img/daten.png");
    background-repeat: no-repeat;
    background-size: contain;
}
#unterschrift {
	border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
	background-color: #ee7002;
	width:200px;
	height:200px;
    text-align: center; 
    color: white;
    background-image: url("img/unterschrift.png");
    background-repeat: no-repeat;
    background-size: contain;
}
#bild {
	border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
	background-color: #ee7002;
	width:200px;
	height:200px;
    text-align: center; 
    color: white;
    background-image: url("img/passbild.png");
    background-repeat: no-repeat;
    background-size: contain;
}
h1 {
    font-size: 300%;
}
h2 {
    padding-top: 80px;
}
.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;
    }
	.display-cover {
		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;
}

p {
    text-align: right;
    padding-bottom: 5px;
    font-style: normal;
    font-size: 70%;

}