﻿/* montserrat-regular - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/montserrat-v23-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/montserrat-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/montserrat-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/montserrat-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/montserrat-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/montserrat-v23-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
  }

/* Allgemeines */
	body { font-family: Montserrat; font-size:20px; background-color: #16223b; 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:#db5328; text-decoration:none; }
	a:visited { color:#db5328; text-decoration:none; }
	a:hover { color:#db5328; 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: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%; height:120px; background-color: #16223b; z-index: 300; }
	#headerContent { color: #db5328; font-size: 30px; text-align: right; }
	.headerContentElements { float: right; }

	#main { position:relative; width:100%; min-height:500px; background-color:#FFF; z-index: 100; }

	#firstContentContainer { background-color: #16223b; background-image: url('../design/BuildMyDream1.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#firstContentContainerDarker { left:0; top:0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.75); }
	#firstContent { color: #db5328; font-size: 60px; font-weight: bold; height: 500px; padding-top:200px; }
	
	#secondContentContainer { }
	#secondContent { font-size: 21px; padding-top: 100px; padding-bottom: 100px; }
	.threeColumn { width:33%; float: left; }
	.threeColumnContent { padding-left: 15px; padding-right: 15px; }
	.InfoKreis { width:90%; padding-bottom: 20px; }
	.InfoKreisHeadline { color: #db5328; font-size: 30px; }

	#thirdContentContainer { background-image: url('../design/BuildMyDream2.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#thirdContent { height: 300px; }

	#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; }

	#footer { position:relative; width:100%; min-height:150px; padding-top:40px; background-color:#16223b; }
	#footerContent { color: #db5328; }


	@media only screen and (min-width:2560px) { 

	}

	@media only screen and (max-width:1200px) { 

	}

	@media only screen and (max-width:992px) { 
		.threeColumn { width:65%; padding-bottom: 75px; margin: auto; float: none; }
	}

	@media only screen and (max-width:768px) { 
		.threeColumn { width:75%; }
		#firstContent { font-size: 50px; height: 400px; padding-top:100px; }
	}

	@media only screen and (max-width:576px) { 
		#firstContent { font-size: 40px; height: 350px; }
		#headerContent { font-size: 25px; }
	}
/**********/

/* Buttons und Formulare */	
	.button_white { width:80%; max-width:300px; height:44px; border: 2px solid #FFF; color: #FFF; background-color: transparent; -webkit-appearance: none; display: inline-block; line-height: 40px; transition: 0.5s; }
	.button_white:hover { border-color: transparent; background-color: #FFF; color: #000; }
	.button_white:focus { outline: none; }
/********/