﻿/* Allgemeines */
	body { font-family: Arial, Helvetica, sans-serif; color:#000; background-color: #A37B62; font-size:18px; 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:#FFF; text-decoration:none; }
	a:visited { color:#FFF; text-decoration:none; }
	a:hover { color:#FFF; text-decoration:none; }
	a:active { text-decoration:none; }
	.master { position:relative; width:85%; max-width:1200px; margin:auto; overflow: hidden; } 
	.row:after { content:""; display:table; clear:both; }
	.bold { font-weight:bold; }
    .h1 { font-size:45px; }
	.h2 { font-size: 35px; }
    .h3 { font-size:25px; }
	.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; }
	.schriftfarbeGold { color: #A37B62; }
/**************/

/* Inhalte */
	#header { position:relative; width:100%; background-color: #000; box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5); z-index: 200; }
	#headerContent { text-align: left; padding-top:20px; padding-bottom: 20px; }
	#headerContent a { color: #f2f0db; font-weight: bold; }
	#headerLogo { float: left; width:50%; }
	#headerMenu { float: left; width:50%; text-align: right; font-size: 20px; }
	.headerMenuEntry { display: inline-block; margin-left: 20px; color: #FFF; }

	#main { position:relative; width:100%; min-height:500px; z-index: 100; }

	#firstContentContainerLogin { position: relative; background-repeat:no-repeat; background-size:cover; background-position: center; box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5); }
	#firstContentLogin { padding-top:200px; padding-bottom: 200px; color: #FFF; }
	#LoginContent { width:100%; padding-left:50%; box-sizing: border-box; }
	#wrongLogin { color: #814A96; font-weight: bold; display: none; }

	#firstContentContainerPortal { position: relative; background-color: #A37B62; }
	#firstContentPortal { padding-top:50px; padding-bottom: 50px; text-align: left; }
	#creditcard_container { float:left; width:45%; margin-right: 5%; }
	#customer_container { float:left; width:50%; font-weight: bold; text-align: center; font-size: 20px; }
	#saldo_container { border: 2px solid #FFF; text-align: center; width:100%; padding:20px; box-sizing: border-box; color: #FFF; font-size: 22px; }
	.scrollContainer { overflow-x: auto; }

	#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; background-color: #A37B62; padding-bottom: 50px; }
	#footerContent { font-size: 20px; padding-top:50px; color: #FFF; font-size: 15px; }
	#footerContent a { color: #FFF; text-decoration: underline; }


	@media only screen and (min-width:2560px) { 

	}

	@media only screen and (max-width:1200px) { 

	}

	@media only screen and (max-width:992px) { 
		#LoginContent { padding-left: 30%; }
	}

	@media only screen and (max-width:768px) { 
		#LoginContent { padding-left: 20%; }
	}

	@media only screen and (max-width:600px) { 
		#LoginContent { padding-left: 0; }
		#firstContentContainerLogin { background-position: left; }
		#headerMenu { font-size: 16px; }
	}

	@media only screen and (max-width:500px) { 
		#headerMenu { font-size: 12px; }
	}

	@media only screen and (max-width:400px) { 
		#headerMenu { font-size: 10px; }
	}
/**********/

/* Buttons und Formulare */	
	input::placeholder { color:#FFF; opacity: 1; }
	input:-ms-input-placeholder { color:#FFF; }
	input::-ms-input-placeholder { color:#FFF; }

	.login_field { width:95%; max-width:250px; height:50px; display: inline-block; font-size: 18px; text-align: center; border: none; line-height: 36px; box-sizing: border-box; background-color: #A37B62; color: #FFF; }
	.login_submit { width:90%; max-width:200px; height:40px; display: inline-block; -webkit-appearance: none; font-weight:bold; border: none; font-size:18px; line-height: 36px; transition: 0.5s; color:#A37B62; background-color:#FFF; text-align:center; text-decoration:none; box-sizing: border-box; }
	.login_submit:hover { background-color: #A37B62; color: #FFF; }
	
	:focus { outline: none; }
/********/