﻿/* 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; }
	.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:35px; }
	.h2 { font-size: 30px; }
    .h3 { font-size:25px; }
    .h4 { font-size:20px;}
	.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; }
	.hintergrundHeller { background-color: rgba(255, 255, 255, 0.7); position: absolute; top:0; left:0; right: 0; bottom: 0; }
/**************/

/* Inhalte */
	#header { position:relative; width:100%; background-color: #1e335e; box-shadow: 0px 3px 10px 5px rgba(0,0,0,0.5); z-index: 200; }
	#headerContent { line-height: 75px; height: 75px; color: #FFF; }
	#headerContent a { color: #FFF; }
	#headerLogo { position:absolute; height:50px; top:12px; left:15px; }
	#headerMenu { position:absolute; height:35px; top:20px; right:20px; }

	#main { position:relative; width:100%; min-height:calc(100vh - 175px); z-index: 100; }

	#firstContentContainerLogin { position: relative; min-height:calc(100vh - 175px); background-image: url('../design/PolizeiserverLoginBackground.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#firstContentLogin { padding-top:100px; padding-bottom: 80px; }

	#firstContentContainerPortal { position: relative; background-image: url('../design/PolizeiserverPortalBackground.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#firstContentPortal { padding-top:100px; padding-bottom: 80px; }
	
	#secondContentContainer { position: relative; width:100%; padding-top: 35%; }
	#secondContent { color: #FFF; font-weight: bold; font-size: 18px; padding-bottom: 50px; margin-top:-30%; }
	.secondContentFourColumn { float: left; width:20%; padding: 2.5%; color: #000; cursor: pointer; }
	.FourColumnIcon { aspect-ratio: 1 / 0.6; }

	.portalPopup { background-color: #1e335e; color: #FFF; text-align: center; width:90%; max-width: 500px; border: none; border-radius: 15px; padding: 5%; box-sizing: border-box; position: absolute; top:10vh; left:0; right:0; margin: auto; z-index: 300; box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5); }
	#popupHintergrund { z-index: 200; }
	.popupClose { position: absolute; width:35px; height:35px; line-height: 35px; font-weight: bold; margin-top: -10px; margin-right: -10px; right:0; top:0; background-color: #86b9dd; border: none; border-radius: 50%; }

	#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%; height:100px; background-color: #1e335e; box-shadow: 0px -3px 10px 5px rgba(0,0,0,0.5); z-index: 200; }
	#footerContent { color: #FFF; padding-top:25px; line-height: 25px; }
	#footerContent a { color: #FFF; }


	@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) { 
		.secondContentFourColumn { width:45%; margin-bottom: 50px; }
		.h4 { font-size: 17px; }
	}

	@media only screen and (max-width:500px) { 
		.h4 { font-size: 14px; }
	}

	@media only screen and (max-width:400px) { 
		.secondContentFourColumn { width:60%; margin-left:17.5%; }
		#headerLogo { display: none; }
		#headerMenu { display: none; }
	}
/**********/

/* Buttons und Formulare */	
	.button_footer { 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_footer:hover { background-color: transparent; color:#9E8120; }

	.login_field { width:80%; max-width:400px; height:45px; line-height: 45px; display: inline-block; font-size: 18px; box-sizing: border-box; background-color: #1e335e; color: #FFF; border-radius: 15px; border: none; text-align: center; box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5); }
	.login_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:#FFF; background-color: #263030; border-radius: 15px; border: none; text-align:center; text-decoration:none; box-sizing: border-box; box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5); }
	.login_submit:hover { background-color: transparent; color: #FFF; }
	
	:focus { outline: none; }
	::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #FFF; opacity: 0.8; /* Firefox */ }	  
	:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #FFF; }
	::-ms-input-placeholder { /* Microsoft Edge */ color: #FFF; }
/********/