﻿/* Allgemeines */
	body { font-family: Arial, Helvetica, sans-serif; color:#000; background-color: #FFF; font-size:15px; min-width:330px; 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:#000; text-decoration:none; }
	a:visited { color:#000; text-decoration:none; }
	a:hover { color:#000; text-decoration:none; }
	a:active { text-decoration:none; }
	a:focus { outline: none; }
	.master { position:relative; width:85%; max-width:1000px; margin:auto; overflow: hidden; } 
	.row:after { content:""; display:table; clear:both; }
	.bold { font-weight:bold; }
    .h1 { font-size:35px; }
	.h2 { font-size: 30px; }
    .h3 { font-size:25px; }
    .h4 { font-size:20px;}
	.center { text-align:center; }
	.uppercase { text-transform: uppercase; }
	.more_space { letter-spacing: +2px; }
	.left { text-align:left; }
	.hintergrundDunkler { background-color: rgba(0, 0, 0, 0.7); position: absolute; top:0; left:0; right: 0; bottom: 0; }
	.roterText { color: darkred; }
/**************/

/* Inhalte */
	#header { position:relative; width:100%; height:195px; }
	#header_background { position: absolute; top:0; left:0; right:0; bottom:0; z-index: 100; }
	#headerContent { padding-top:25px; text-align: left; z-index: 200; }
	#header_logo { position: relative; width:100%; max-width: 400px; }
	#header_premiumbereich { position: relative; float: right; width:255px; height:48px; line-height: 48px; text-align: center; background-image: url('../design/premium_background.jpg'); background-size: cover; background-repeat: no-repeat; }

	#main { position:relative; width:100%; min-height:500px; }

	#firstContentContainer { position: relative; width: 100%; background-color: #71bfd2; }
	#firstContent { padding-top:75px; padding-bottom: 25px; color: #FFF; font-size: 18px; }
	#loginContainerLeft { position: relative; float:left; width:30%; padding-bottom: 200px; border-right: 2px solid #FFF; text-align: center; box-sizing: border-box; }
	#loginContainerRight { position: relative; float: left; width:70%; text-align: left; box-sizing: border-box; padding-left: 15px; }
	
	#secondContentContainer { position: relative; width:100%; }
	#secondContent { padding-top:25px; padding-bottom: 25px; }

	#thirdContentContainer { }
	#thirdContent { padding-top:25px; padding-bottom:50px; max-width:800px; }
	#video_preview_text { position: absolute; top:65%; left:0; right:0; text-align: center; color: #fcfcfc; font-weight: bold; font-size: 20px; }

	#imprintContent { padding-top:200px; padding-bottom: 200px; }
	#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; }

	#footer { position:relative; width:100%; min-height:150px; padding-top:40px; }
	#footerContent { }

	#footer a:link { color:#FFF; text-decoration:none; }
	#footer a:visited { color:#FFF; text-decoration:none; }
	#footer a:hover { color:#FFF; text-decoration:none; }
	#footer a:active { text-decoration:none; }


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

	}

	@media only screen and (max-width:1200px) { 

	}

	@media only screen and (max-width:992px) { 

	}

	@media only screen and (max-width:768px) { 

	}

	@media only screen and (max-width:600px) { 
		#loginContainerLeft { width:100%; padding-bottom: 50px; border-right: none; }
		#loginContainerRight { width: 100%; }
		#header_logo { max-width: 300px; }
	}
/**********/

/* Buttons und Formulare */	
	.button_impressum { width:80%; max-width:300px; height:44px; border: 2px solid #000; color: #FFF; background-color: #000; -webkit-appearance: none; display: inline-block; line-height: 40px; transition: 0.5s; }
	.button_impressum:hover { background-color: transparent; color:#000; }
	.button_impressum:focus { outline: none; }

	#button_passworthinweis { width:80%; max-width:300px; height:40px; line-height: 40px; -webkit-appearance: none; font-weight:bold; font-size:18px; transition: 0.5s; color:#000; border:1px solid #231f20; padding-left: 15px; padding-right: 15px; text-align:center; text-decoration:none; box-sizing: border-box; background-color: yellow; margin-top: 10px; }

	.textinput { width:80%; max-width:250px; height:40px; line-height: 40px; padding-left:15px; margin-top: 10px; margin-bottom: 10px; font-size: 18px; border: 1px solid #231f20; color: #000; background-color: #FFF; box-sizing: border-box; }
	.textinput:focus { outline: none; }

	.submit { width:80%; max-width:100px; height:40px; line-height: 40px; -webkit-appearance: none; font-weight:bold; font-size:18px; transition: 0.5s; color:#000; background-color:#FFF; border:1px solid #231f20; padding-left: 15px; padding-right: 15px; text-align:center; text-decoration:none; box-sizing: border-box; }
	.submit:hover {  }
	.submit:focus { outline: none; }
/********/