﻿/* Allgemeines */
	body { font-family:"Fedra Sans Std", "Myriad Pro", Arial; font-size:20px; background-color: #FFF; color: #000; 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:#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: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; }
	.roteSchrift { color: #89140a; }
/**************/

/* Inhalte */
	#header { position:relative; top:0; width:100%; height:100px; padding-top:20px; padding-bottom: 20px; }
	#headerContent { font-size: 50px; height: 100%; }

	#main { position:relative; width:100%; padding-top: 20px; }

	#firstContentContainer { position: relative; width:100%; }
	#firstContent {  }
	#KarteContainer { position: relative; width: 100%; }
	.POIContainer { position: absolute; width:5%; }
	.TaubeContainer { position: absolute; width:4%; transition: left 3s linear, top 3s linear; }
	#POIStadtzentrum { top:30%; left:21.5%; }
	#POITaubentrainingsplatz { top:65%; left:2%; }
	#POITaubenverein { top:1%; left:52%; }
	#LoginPromoCodeContainer { position: relative; border: 2px solid blue; padding:10px; box-sizing: border-box; border-radius: 15px; background-color: transparent; font-size: 15px; }
	#PromoCodeButton { width:100%; max-width:300px; height:30px; line-height: 25px; font-size: 18px; box-sizing: border-box; border:2px solid blue; background-color: #ddeef9; border-radius: 10px; margin-top:10px; }
	#LoginPromoCode { width:100%; max-width: 300px; height:30px; line-height: 20px; padding: 5px; box-sizing: border-box; border: 1px solid blue; border-radius: 10px; font-size: 15px; background-color: #FFF; text-align: center; }
	#LoginPromoCodeError { position: relative; display: none; color: darkred; font-weight: bold; }
	#LoginPromoCodeErrorTaubenTrackingID { position: relative; display: none; color: darkred; font-weight: bold; }
	#LoginTaubeTrackingError { position: relative; display: none; color: darkred; font-weight: bold; }
	#TaubeWeiss1 { top:79%; left:1%; }
	#TaubeWeiss2 { top:6%; left:51%; }
	#TaubeWeiss3 { top:35%; left:20%; }
	#TaubeWeiss4 { top:10%; left:54%; }
	#TaubeRot1 { top:41%; left:26.5%; display: none; }
	#TaubeRot2 { top:20%; left:66%; }
	#TaubeRot3 { top:12%; left:68%; }
	#TaubeRot4 { top:19%; left:59%; }
	#KartenausschnittContainer { position: relative; width:100%; }
	#TaubeRot { top:72%; left:44%; transition: left 9s linear, top 9s linear;  }
	#TaubeRot1Label { position:absolute; }

	#imprintContent { padding-top:50px; min-height:100vh; }
	#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%; padding-bottom: 50px; padding-top:50px; }
	#footerContent {  }


	@media only screen and (min-width:2560px) { 

	}

	@media only screen and (max-width:1050px) { 

	}

	@media only screen and (max-width:850px) { 

	}

	@media only screen and (max-width:750px) { 

	}

	@media only screen and (max-width:550px) { 

	}

	@media only screen and (max-width:450px) { 

	}

/**********/

/* Buttons und Formulare */	
	.button { height: 50px; width:100%; max-width: 250px; display: inline-block; box-sizing: border-box; color: #000; border: 1px solid #89140a; background-color: transparent; -webkit-appearance: none; line-height: 50px; font-size: 18px; font-family: 'Special Elite'; }
	.button:hover { background-color: #89140a; color: #FFF; }
	.button:focus { outline: none; }

	.button_white { width:80%; max-width:300px; height:44px; color: #FFF; background-color: transparent; -webkit-appearance: none; display: inline-block; line-height: 40px; }
	.button_white:focus { outline: none; }
/********/