﻿/* 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:#FFF; text-decoration:none; }
	a:visited { color:#FFF; text-decoration:none; }
	a:hover { color:#FFF; 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:75px; text-transform: uppercase; font-family:Georgia, 'Times New Roman', Times, serif; color:#9E8120; }
	.h2 { font-size: 40px; font-family:Georgia, 'Times New Roman', Times, serif; color:#9E8120; }
    .h3 { font-size:25px; font-family:Georgia, 'Times New Roman', Times, serif; color:#9E8120; }
    .h4 { font-size:17px;}
	.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; }
/**************/

/* Inhalte */
	#header { position:relative; width:100%; }
	#headerContent { line-height: 50px; }
	#headerContent a { color: #000; }
	#Logo { width: 75%; max-width: 250px; }

	#main { position:relative; width:100%; min-height:500px; }

	#firstContentContainer { position: relative; }
	#firstContent { padding-top:100px; padding-bottom: 80px; }
	
	#secondContentContainer { position: relative; width:100%; padding-top: 35%; background-image: url('../design/ksb_1.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center;  }
	#secondContentContainer_Login { position: relative; width:100%; padding-top: 35%; background-image: url('../design/ksb_2.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center;  }
	#secondContent { color: #FFF; font-weight: bold; font-size: 18px; padding-bottom: 50px; margin-top:-30%; }

	#loginContainer { border: 1px solid #FFF; padding-top:50px; padding-bottom: 50px; border-radius: 8px; }

	#thirdContentContainer { }
	#thirdContent { padding-top:100px; padding-bottom:80px; text-align: center; }
	#description_text { width:100%; max-width: 900px; line-height: 200%; margin: auto; }

	#fourthContentContainer { background-color: #F4F4F4; }
	#fourthContent { padding-top: 100px; padding-bottom: 100px; }
	.threecolumn { width:33%; float:left; }
	.roundImage { position: relative; width:70%; padding-top:70%; border-radius: 200px; background-color: #F4F4F4; margin: auto; overflow: hidden; }
	.profileImage { position:absolute; top:0; left:0; width:100%; }

	#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 { }


	@media only screen and (min-width:2560px) { 

	}

	@media only screen and (max-width:1200px) { 

	}

	@media only screen and (max-width:992px) { 
		.h1 { font-size: 60px; }
		.h2 { font-size: 35px; }
		.h3 { font-size: 20px; }
	}

	@media only screen and (max-width:768px) { 
		.h1 { font-size: 50px; }
		.h2 { font-size: 30px; }
		.h3 { font-size: 18px; }
	}

	@media only screen and (max-width:600px) { 
		.h1 { font-size: 40px; }
		.h2 { font-size: 28px; }
		.threecolumn { width: 75%; margin: auto; float: none; margin-bottom: 60px; }
	}
/**********/

/* Buttons und Formulare */	
	.button_gold { width:80%; max-width:300px; height:44px; border: 2px solid #9E8120; color: #FFF; background-color: #9E8120; -webkit-appearance: none; display: inline-block; line-height: 40px; transition: 0.5s; }
	.button_gold:hover { background-color: transparent; color:#9E8120; }
	.button_gold:focus { outline: none; }

	.textinput { width:80%; max-width:200px; height:40px; display: inline-block; font-size: 18px; box-sizing: border-box; }
	.textinput:focus { outline: none; }
	.submit { width:80%; max-width:200px; height:40px; display: inline-block; -webkit-appearance: none; font-weight:bold; font-size:18px; line-height: 40px; transition: 0.5s; color:#000; background-color:#FFF; border:2px solid #9E8120; text-align:center; text-decoration:none; box-sizing: border-box; }
	.submit:hover { background-color: transparent; color: #FFF; }
	.submit:focus { outline: none; }
/********/