﻿/* oswald-regular - latin */
	@font-face {
		font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
		font-family: 'Oswald';
		font-style: normal;
		font-weight: 400;
		src: url('../fonts/oswald-v53-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url('../fonts/oswald-v53-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
	}
/* oswald-700 - latin */
	@font-face {
		font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
		font-family: 'Oswald';
		font-style: normal;
		font-weight: 700;
		src: url('../fonts/oswald-v53-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url('../fonts/oswald-v53-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
	}

/* Allgemeines */
	body { font-family: 'Oswald', sans-serif; font-size:20px; background-color: #16223b; color: #FFF; 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; background-image:url('../design/background.jpg'); background-repeat:no-repeat; background-size:cover; }
	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: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; }
/**************/

/* Inhalte */
	#header { position:relative; top:0; width:100%; height:150px; padding-top:20px; padding-bottom: 20px; }
	#headerContent { font-size: 50px; height: 100%; }
	#headerLogo { position: relative; margin: auto; height: 100%; width: fit-content; }
	.headerElement { position: relative; float: left; height: 100%; line-height: 150px; box-sizing: border-box; padding-left: 5px; padding-right: 5px; }

	#main { position:relative; width:100%; padding-top: 20px; }

	#firstContentContainer { }
	#firstContent { display: flex; flex-wrap: wrap; }
	.sternzeichen_container { position: relative; display: flex; flex-direction: column; width:25%; padding-bottom: 40px; }
	.sternzeichen_symbol { position: relative; width:25%; margin: auto; }
	.sternzeichen_content { position: relative; width: 90%; box-sizing: border-box; border:1px solid #f7eb61; flex: 1 0 auto; padding-top:10px; padding-bottom: 10px; margin: auto; }
	.sternzeichen_headline { position: relative; width: 90%; margin: auto; font-weight: 700; font-size: 35px; }
	.sternzeichen_text { position: relative; width:90%; margin: auto; text-align: justify; font-weight: 400; hyphens: auto; font-size: 18px; }

	#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) { 
		.sternzeichen_container { width: 33.3%; }
		.sternzeichen_text { font-size: 17px; }
	}

	@media only screen and (max-width:850px) { 
		.sternzeichen_headline { font-size: 30px; }
	}

	@media only screen and (max-width:750px) { 
		.sternzeichen_container { width: 50%; }
	}

	@media only screen and (max-width:500px) { 
		#header {height: 100px; }
		#headerContent { font-size: 40px; }
		.sternzeichen_container { width: 100%; }
		.headerElement { line-height: 100px; }
	}
/**********/

/* Buttons und Formulare */	
	.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; }
/********/