
.videoGedicht {
	margin-top: 2vw;
	width: 100%;
	display: grid;
	align-items: center;
	align-content: center;
	grid-template-columns: 45% 55%;
	background-color: #191718;

}


.gedicht {
	overflow-y: scroll;
	padding: 2vw;
	height: 400px;
	
}

.gedicht p {
	color: #E0E5E9;
	font-size: 22px;
}

.gedicht h2 {
	color: #E0E5E9;
	font-size: 26px;
}

.poll {

	width: 100%;
	height: 95%;
	margin: 0 auto;
	color: #E0E5E9 ;

	
}
.poll p {
	font-size: 14px;
}
.poll h2, h3 {
	margin-top: 1vw;
	color: #007FFF;
}

.poll table, form {
	margin-top: 2vw;
	margin-bottom: 1vw;
}
.poll form {
	display: flex;
	flex-direction: column;

}

video {
    width: 100%;
    padding: 2vw;

}


@media screen and (max-width: 768px){
    .videoGedicht {
        display: flex;
        flex-direction: column;
    }

}