﻿/* raleway-regular - latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/raleway-v19-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/raleway-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/raleway-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/raleway-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/raleway-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/raleway-v19-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}


/* Allgemeines */
	body { font-family: 'Raleway', sans-serif; color:#000; background-color: #FFF; 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:#686868; text-decoration:none; }
	a:visited { color:#686868; text-decoration:none; }
	a:hover { color:#686868; text-decoration:none; }
	a:active { text-decoration:none; }
	a:focus { outline: 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:60px; text-transform: uppercase; }
	.h2 { font-size:40px; }
    .h3 { font-size:30px; }
	.center { text-align:center; }
	.uppercase { text-transform: uppercase; }
	.more_space { letter-spacing: +2px; }
	.left { text-align:left; }
	.bluebackground { background-color: #E6EFF2 }
/**************/

/* Inhalte */
	#header { position:relative; width:100%; }
	#headerContent { line-height: 50px; padding-top:30px; padding-bottom: 30px; text-align: left; color: #686868; font-family:Georgia, 'Times New Roman', Times, serif; }

	#main { position:relative; width:100%; min-height:500px; }

	#firstContentContainer { width:100%; background-color: #F1F1F1; }
	#firstContent { padding-top:100px; padding-bottom: 100px; }
	
	#secondContentContainer { width:100%; }
	#secondContent { padding-top:100px; padding-bottom: 100px; }
	.twocolumn { display: table; float: left; width: 50%; height: 350px; }
	.background_2 { display: table-cell; background-image: url('../design/friedmannbachmeier_2.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	.background_3 { display: table-cell; background-image: url('../design/friedmannbachmeier_3.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	.absolute_text { display: table-cell; width:100%; vertical-align: middle; padding-left:20px; padding-right: 20px; }

	#thirdContentContainer { width:100%; background-color: #F1F1F1; }
	#thirdContent { padding-top:100px; padding-bottom:100px; text-align: center; }
	#MandantenbereichContainer { position: relative; padding-top:100px; padding-bottom: 100px; padding-left:15px; padding-right: 15px; text-align:center; }
	#LoginTabelle { width:100%; max-width:500px; margin:auto; background-color:#E1EFF2; color:#000; box-sizing:border-box; }
	#LoginTabelle td { height:45px; width:50%; text-align:left; }

	#imprintContent { padding-top:100px; padding-bottom: 100px; }
	#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 { }


	@media only screen and (min-width:2560px) { 

	}

	@media only screen and (max-width:1200px) { 

	}

	@media only screen and (max-width:992px) { 
		.h1 { font-size: 50px; }
		.h2 { font-size: 35px; }
		.h3 { font-size: 25px; }
	}

	@media only screen and (max-width:768px) { 
		.h1 { font-size: 40px; }
		.h2 { font-size: 30px; }
		.h3 { font-size: 20px; }
		.twocolumn { width:100%; margin-bottom: 20px; height: 250px; }
	}

	@media only screen and (max-width:600px) { 
		.h1 { font-size: 30px; }
		.h2 { font-size: 25px; }
	}

	@media only screen and (max-width:500px) { 
		.h1 { font-size: 25px; }
		.h2 { font-size: 22px; }
	}

	@media only screen and (max-width:400px) { 
		.h1 { font-size: 22px; }
		.h2 { font-size: 20px; }
	}
/**********/

/* Buttons und Formulare */	
	.button_blue { width:96%; max-width:300px; height:44px; border: 2px solid #2F384D; color: #2F384D; background-color: #E6EFF2; -webkit-appearance: none; display: inline-block; line-height: 40px; transition: 0.5s; }
	.button_blue:hover { background-color: #2F384D; color:#FFF; }
	.button_blue:focus { outline: none; }
	.login_field { width:96%; height:30px; }
/********/