/* CSS FILE **/
body {
	@font-face {
		font-family: "ZagW90-Light"; 
		src: url("//db.onlinewebfonts.com/t/7e3c8a21d1f41e5857ac103ab85d4961.eot"); 
		src: url("//db.onlinewebfonts.com/t/7e3c8a21d1f41e5857ac103ab85d4961.eot?#iefix") format("embedded-opentype"), 
		url("//db.onlinewebfonts.com/t/7e3c8a21d1f41e5857ac103ab85d4961.woff2") format("woff2"), 
		url("//db.onlinewebfonts.com/t/7e3c8a21d1f41e5857ac103ab85d4961.woff") format("woff"), 
		url("//db.onlinewebfonts.com/t/7e3c8a21d1f41e5857ac103ab85d4961.ttf") format("truetype"), 
		url("//db.onlinewebfonts.com/t/7e3c8a21d1f41e5857ac103ab85d4961.svg#ZagW90-Light") format("svg"); 
	}	
}

.textarea {
  height: 50px;
  min-height: 50px;
}

.error {
	color: red;
	font-weight: bold;
}

.success {
	font-weight: bold;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.form-rounded {
	border-radius: 5px;
}

.videoframe {
	height: 315px;
	width: 450px;
}

@media only screen and (max-width: 600px) {
    .ueberschrift { 
        height: 20px;
    }
    
	.videoframe {
		height: 315px;
		width: 400px;
	}    
}
