﻿/* Allgemeines */
	body { font-family: Arial, Helvetica, sans-serif; color:#000; background-color: #666; 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:#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:95%; max-width:1200px; margin:auto; overflow: hidden; } 
	.row:after { content:""; display:table; clear:both; }
	.bold { font-weight:bold; }
    .h1 { font-size:70px; text-transform: uppercase; font-family:Georgia, 'Times New Roman', Times, serif; }
	.h2 { font-size:40px; font-weight: bold; font-family:Georgia, 'Times New Roman', Times, serif; }
    .h3 { font-size:30px; font-family:Georgia, 'Times New Roman', Times, serif; }
	.center { text-align:center; }
	.uppercase { text-transform: uppercase; }
	.more_space { letter-spacing: +2px; }
	.left { text-align:left; }
/**************/

/* Inhalte */
	#header { position:relative; width:100%; background-image: url('../design/Hintergrund.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#headerContent { line-height: 50px; padding-top:30px; padding-bottom: 30px; }

	#main { position:relative; width:100%; min-height:500px; }

	#firstContentContainer { width:100%; background-color: #666; }
	#firstContent { padding-top:100px; padding-bottom: 100px; }
	
	#secondContentContainer { width:100%; background-image: url('../design/Hintergrund.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#secondContent { padding-top:100px; padding-bottom: 100px; }

	#thirdContentContainer { width:100%; background-color: #666; }
	#thirdContent { padding-top:100px; padding-bottom:100px; text-align: center; color: #FFF; }

	#imprintContent { padding-top:100px; padding-bottom: 100px; color:#FFF; }
	#imprintContent a:link { color:#000; text-decoration:none; }
	#imprintContent a:visited { color:#000; text-decoration:none; }
	#imprintContent a:hover { color:#FFF; text-decoration:none; }

	#footer { position:relative; width:100%; min-height:150px; background-image: url('../design/Hintergrund.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#footerContent { padding-top:40px; }
	#footer a:link { color:#FFF; }
	#footer a:visited { color:#FFF; }
	#footer a:hover { color:#000; }


	@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; }
	}

	@media only screen and (max-width:600px) { 
		.h1 { font-size: 35px; }
		.h2 { font-size: 28px; }
	}
/**********/

/* Buttons und Formulare */	
	.button_green { width:80%; max-width:300px; height:44px; border: 2px solid #CEDC7A; color: #000; background-color: #CEDC7A; -webkit-appearance: none; display: inline-block; line-height: 40px; transition: 0.5s; }
	.button_green:hover { background-color: transparent; color:#000; }
	.button_green:focus { outline: none; }

	.button_black { width:80%; max-width:300px; height:44px; border: 2px solid #FFF; background-color:#666; -webkit-appearance: none; display: inline-block; line-height: 40px; transition: 0.5s; }
	.button_black:hover { border-color: #666; background-color: transparent; }
	.button_black:focus { outline: none; }
/********/