﻿/* 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; }
	.twocolumn { width:50%; float:left; }
/**************/

/* Inhalte */
	#header { position:relative; width:100%; }
	#headerContent { line-height: 50px; padding-top: 20px; }
	#Logo { width: 75%; max-width: 300px; }

	#main { position:relative; width:100%; min-height:500px; }

	#firstContentContainer { background-color: #E6E1CD; padding-top: 20px; padding-bottom: 20px; margin-top: 20px;; }
	#firstContent { min-height: 150px; padding-top:30px; padding-bottom: 30px; border: 2px solid #BD1A0C; border-radius: 20px; background-color: #FFF; }
	#login_error { position: absolute; top:0; left:0; right:0; bottom: 0; background-color: rgba(255, 255, 255, 0.95); padding-top:50px; color: #BD1A0C; font-weight: bold; font-size: 20px; z-index: 500; }
	#not_found_error { position: absolute; top:0; left:0; right:0; bottom: 0; background-color: rgba(255, 255, 255, 0.95); padding-top:50px; color: #BD1A0C; font-weight: bold; font-size: 20px; z-index: 500; display: none; }
	#not_found_error_content { border: 4px solid #FFF; border-radius: 20px; padding:20px; }
	#not_found_error_button { -webkit-appearance: none; color: #FFF; border: 1px solid #000; border-radius: 20px; background-color: #BD1A0C; padding:15px; padding-top: 10px; padding-bottom: 10px; }
	#not_found_error_button:hover {  background-color: #FFF; color: #000; }
	#not_found_error_button:focus { outline: none; }
	.text_input { border: 1px solid #000; border-radius: 15px; height:30px; width:95%; max-width: 250px; padding-left: 15px; margin-bottom: 10px; }
	.text_input:focus { outline: none; }
	#search_submit { border: 1px solid #000; -webkit-appearance: none; border-radius: 15px; height:30px; width:95%; max-width: 250px; background-color: #BD1A0C; color: #FFF; }
	#search_submit:hover { background-color: #FFF; color: #000; border-color: #BD1A0C; }
	#search_submit:focus { outline: none; }
	#adress_infos { background-color: rgba(255, 255, 255, 0.95); padding-top:30px; }
	
	#secondContentContainer { z-index: 100; }
	#secondContent { padding-top:50px; padding-bottom: 50px; }
	#karte_container { position:relative; width: 100%; max-width: 800px; margin: auto; }
	.position_karte { position: absolute; border-radius: 100px; width:3%; padding-top: 3%; border: 3px solid #BD1A0C; cursor: pointer; }
	.position_karte:hover { background-color: #BD1A0C; }
	#position1 { top:23%; left:16%; }
	#position2 { top:10%; left:46%; }
	#position3 { top:75%; left:68.5%; }
	#position4 { top:81%; left:68%; }
	#position5 { top:86.5%; left:46.5%; }
	#position6 { top:38%; left:40%; }
	#position7 { top:28%; left:0.5%; }
	#position8 { top:85%; left:30%; }
	#position9 { top:36%; left:96%; }
	#position10 { top:89%; left:68%; }

	#thirdContentContainer { }
	#thirdContent { padding-top:50px; padding-bottom: 50px; text-align: center; }
	#ergebnis_notizen { text-align: left; padding:15px; }
	#ergebnis_notizen_rahmen { border:1px solid #000; padding: 15px; }
	#ergebnis_klingelschild { padding: 15px; max-width: 300px; margin: auto; }
	#zoom_submit { border: 1px solid #000; -webkit-appearance: none; border-radius: 15px; height:30px; width:95%; max-width: 250px; background-color: #BD1A0C; color: #FFF; }
	#zoom_submit:hover { background-color: #FFF; color: #000; border-color: #BD1A0C; }
	#zoom_submit:focus { outline: none; }

	#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; background-color: #E6E1CD; padding-top: 20px; padding-bottom: 20px; }
	#footerContent { }


	@media only screen and (min-width:2560px) { 

	}

	@media only screen and (max-width:1200px) { 

	}

	@media only screen and (max-width:992px) { 

	}

	@media only screen and (max-width:768px) { 

	}

	@media only screen and (max-width:600px) { 
		.twocolumn { width: 100%; }
	}
/**********/

/* Buttons und Formulare */	
	.button_red { width:80%; max-width:300px; height:44px; border: 2px solid #BD1A0C; color: #FFF; background-color: #BD1A0C; -webkit-appearance: none; display: inline-block; line-height: 40px; transition: 0.5s; }
	.button_red:hover { background-color: transparent; color:#BD1A0C; }
	.button_red:focus { outline: none; }
/********/