﻿/* Allgemeines */
	body { font-family: Arial, Helvetica, sans-serif; font-size:18px; background-color: #FFF; font-weight: bold; min-width:400px; text-align:center; margin:0; padding:0; overflow-x: hidden; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing:grayscale; }
	p {}
	td {}
	a:link { color:#FFF; text-decoration:none; }
	a:visited { color:#FFF; text-decoration:none; }
	a:hover { color:#FFF; text-decoration:none; }
	a:active { text-decoration:none; }
	a:focus { outline: none; }
	.master { position:relative; width:95%; max-width:1920px; margin:auto; overflow: hidden; } 
	.row:after { content:""; display:table; clear:both; }
	.bold { font-weight:bold; }
    .h1 { font-size:65px; text-transform: uppercase; font-weight: bold; }
	.h2 { font-size: 30px; }
    .h3, .blackHeadlineBlock, .whiteHeadlineBlock { font-size:20px; }
    .h4, .button_white { font-size:17px;}
	.center { text-align:center; }
	.uppercase { text-transform: uppercase; }
/**************/

/* Inhalte */
	#header { position:relative; top:0; width:100%; background-color: #314939; box-shadow: 5px 5px 10px 5px #000; z-index: 300; }
	#headerContent { height:150px; }
	#noten { position: absolute; left:2%; top:20%; bottom:20%; width:45%; text-align: left; }
	#wiederinwien { position: absolute; right:2%; top:20%; bottom:20%; width:45%; text-align: right; }

	#main { position:relative; width:100%; min-height:500px; background-color:#FFF; z-index: 100; }

	#firstContentContainer { background-color: #FFF; min-height:100vh; text-align: center; color:#FFF; background-image:url('../design/background.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#firstContent { padding-top: 150px; padding-bottom: 100px; }
	.video_container { position: relative; width:58%; margin: auto; overflow: hidden; padding-top:33%; border-radius: 10px; }
	.responsive_iframe { position: absolute; top:0; left:0; bottom:0; right:0; width:100%; height:100%; }
	.responsive_video { position: absolute; top:0; left:0; right:0; width:100%; height:100%; }
	#sprechblase1 { position: absolute; left:0; top:10%; width:20%; }
	#sprechblase2 { position: absolute; right:0; bottom:0; width:20%; }

	#imprintContent { padding-top:50px; height:70%; min-height:500px; }
	#imprintContent a:link { color:#000; text-decoration:none; }
	#imprintContent a:visited { color:#000; text-decoration:none; }
	#imprintContent a:hover { color:#FFF; text-decoration:none; }
	#imprintContent a:active { text-decoration:none; }
	#imprintContent a:focus { outline: none; }


	@media only screen and (min-width:2560px) { 

	}

	@media only screen and (max-width:1200px) { 
		.video_container { width: 45%; padding-top:26%; }
		#sprechblase1 { width:27%; }
		#sprechblase2 { width:27%; }
	}

	@media only screen and (max-width:900px) { 
		.video_container { width: 100%; padding-top:57%; margin-top:30px; margin-bottom: 30px; }
		#sprechblase1 { width:33%; position:relative; margin: auto; }
		#sprechblase2 { width:33%; position: relative; margin: auto; }
	}

	@media only screen and (max-width:768px) { 
		#header { height: 120px; }
		#noten { left:4%; top:25%; bottom:25%; }
		#wiederinwien { right:4%; }
		#sprechblase1 { width:45%; }
		#sprechblase2 { width:45%; }
	}

	@media only screen and (max-width:576px) { 
		#header { height: 100px; }
		#noten { top:30%; bottom:30%; }
		#sprechblase1 { width:60%; }
		#sprechblase2 { width:60%; }
	}
/**********/