@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "Swis721 BdRnd";
    src: url("https://db.onlinewebfonts.com/t/f7e8306fcf03f6d84c2a1b6cf4047047.eot");
    src: url("https://db.onlinewebfonts.com/t/f7e8306fcf03f6d84c2a1b6cf4047047.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/f7e8306fcf03f6d84c2a1b6cf4047047.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/f7e8306fcf03f6d84c2a1b6cf4047047.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/f7e8306fcf03f6d84c2a1b6cf4047047.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/f7e8306fcf03f6d84c2a1b6cf4047047.svg#Swis721 BdRnd BT W03 Bold")format("svg");
}

h1 {
	font-size: 40px;
    font-family: "Swis721 BdRnd";
	color: #010b67;
	font-weight: 400;
	text-align: center;
	column-span: all;
	text-transform: uppercase;
}

#video_aussen {
	width: 100%;
	margin-top: 150px;
}

@media screen and (max-width:3000px) {
	
#video_innen {
	width: 800px;
	margin: 0 auto 0 auto;
}
	
}

@media screen and (max-width:800px) {
	
#video_innen {
	width: 500px;
	margin: 0 auto 0 auto;
}
	
}

@media screen and (max-width:500px) {
	
#video_innen {
	width: 350px;
	margin: 0 auto 0 auto;
}
	
}

@media screen and (max-width:350px) {
	
	
}