@charset "utf-8";

* 		{margin: 0; padding: 0; border:0;}
html 	{height: 100.2%;}

body {
	/*background: url(images/Eff-Board_RGB_1.jpg) no-repeat center center fixed;*/
	background: url(images/Header_groß.jpg) no-repeat left 47% top 20% fixed;
	background-size: cover;
	/*background-position: center top;*/
}

/******* HEADER *******/
#titlewrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;	
	position: fixed;
	z-index: 5;	
	width: 100%;	
	background-color: rgba(35,10,10,0.9);
}

#title {
/*	position: fixed;
	z-index: 5;
	background-color: rgba(35,10,10,0.9);*/
	width: 100%;	
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#title > a {
	text-decoration: none;
}

#headline {
	font-family: 'Dynomite Regular', sans-serif;
	font-size: 76px;
	color: #FFD966;
	line-height:1em;
	text-decoration: none;
	font-style: normal;
	margin-right: 1vw;
}

#subtitle {
	z-index: 99;
	font-family: 'Alfa Slab One Regular', sans-serif;
	font-size: 22px;
	color: #EEEEEE;
	line-height: 0em;
/*	text-align: right;*/
	margin-left: 1vw;
}

nav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 1em;
}

nav ul {

	border-radius: 10px;
	}

nav li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

nav a {
	font-size: 0.9em;
	text-decoration: none;
	-webkit-text-fill-color: #FFD966;
	-webkit-text-stroke: 1px #FFD966;
} 

nav a:hover {
	font-weight: 900;
	text-decoration: none;
	-webkit-text-fill-color: white;
	-webkit-text-stroke: 1px white;
} 	

nav a:active {
	text-decoration: none;
	-webkit-text-fill-color: black;
	-webkit-text-stroke: 1px black;
} 	

.anchorPos {
  display: block;
  position: relative;
  top: -167px;
  visibility: hidden;
}

/*****  content-Bereich  *****/

section {
display:flex;
flex-direction: row;

}


/*  zentrale Bereiche  */

.content-center {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100vh;
	margin-bottom: 100vh;
	overflow: hidden;
}

.inner-content {
	padding: 0 2vw 0 2vw;
	margin-bottom: 100vh;
}

.type-area {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background-color:rgba(35,10,10,0.9);
/*	height: 100%;*/
}

.text-box {
	padding: 2vw;
}

.headline-row {
	display: flex;
	flex-direction: row;
}

.layout-column {
	display: inline-block;
	flex-basis: 100%;
	max-width: 99.5%;
}

.layout-row {
	display: flex;
	align-items: flex-end;
}

.left-column {
	display: inline-block;
	width: 33%;
	text-align: right;
	margin: 0.5vw 1vw;	
}

.center-column {
	display: inline-block;
	width: 33%;
	text-align: center;
	margin: 0.5vw 1vw;
}

.right-column {
	display: inline-block;
	width: 33%;
	margin: 0.5vw 1vw;
}



/*********** TYPO **********/



p, a, ul {
	color: white;
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 500!important;
	font-style: italic;
	line-height: 1.6em;
	font-size: 1.17em;
	hyphens: auto;
}


.tab-indentation {
	margin-left: 1vw;
	-webkit-text-fill-color: #FFD966;
	-webkit-text-stroke: 1px #FFD966;
}

.text > p {
	text-align: justify;
}

em {
	-webkit-text-fill-color: #FFD966;
	-webkit-text-stroke: 1px #FFD966;
}

strong {
	font-weight: 600;
	font-size: 1.01em;
}

h1 /*	Seitenüberschrift	*/{
	font-family: 'Dynomite Regular', sans-serif;
	font-size: 5em;
	line-height: 0.5em;
	white-space: pre-wrap;
	color: white;
	border-bottom: 5px solid #FFD966;
	margin: 0 3vw 4vh 3vw;
}

h2	/*	Seitenkästen - Überschrift*/ {
	font-family: 'Alfa Slab One Regular';
	font-size: 1.35em;
	line-height: 0.5em;
	color: white;
	border-bottom: 5px solid #FFD966;
	margin-bottom: 1em;
}

h3, .hide /* Textüberschriften */ {
	font-family: 'Alfa Slab One Regular';
	font-size: 2em;
	color: white;
	padding: 0px 5px 0px 5px;
	margin-bottom: 1em;
}

.hide {
	text-align: center;
	visibility: hidden;
}

/**********************************************/

img {
	display: inline-block !important;
	max-width: 99.5% !important;
	border-radius: 20px;
	border: 3px solid white;
}

/**********************************************/


footer { 
 position: fixed;
 bottom: 0;
 width: 100%;
 background: rgba(0,0,0,0.95);
 padding: 5px;
}

footer > a {
	font-size: 0.9em;
}

/**************************************/
/********   MEDIA QUERIES   ***********/



@media (min-width: 1051px) and (max-width: 1500px) {

	#title {	
		display: flex;
		flex-direction: column;
	}

	#headline {
		font-size: 5vw;	
	}

	nav {
		justify-content: flex-end;
	}

	
	.content-center {
		width: 90%;
	}
	
	.layout-row {
		display: flex;
	}
}

@media (max-width: 1050px) and (min-width: 700px) {
	
	#title {	
		display: flex;
		flex-direction: column;
	}

	#headline {
		font-size: 52px;	
	}
	
	#subtitle {
    	font-size: 2.1vw;
    }
    
    .hide {
		visibility: hidden;    
    }

	nav {
		justify-content: flex-end;
	}

	.content-center {
		width: 95%;
	}
	.layout-row {
		display: flow-root;
	}
	.left-column {
		min-width: 460px;	
	}
	
	.center-column {
		min-width: 460px;
		float: right;;
	}
	
	.right-column {
		min-width: 460px;
		float: right;
	}
	

	p, a, ul {
		line-height: 1.6em;
		font-size: 1.17em;
	}
	
	.tab-indentation {
		margin-left: 1vw;
	}

	.text > p {
		text-align: justify;
	}
	
	em {
		font-style: normal;
	}
	
	strong {
		font-weight: 600;
		font-size: 1.01em;
	}
	
	h1 /*	Seitenüberschrift	*/{
		font-size: 2.43em;
		line-height: 0.5em;
		white-space: pre-wrap;
	}
	
	h2	/*	Seitenkästen - Überschrift*/ {
		font-size: 1.35em;
		line-height: 0.5em;
	}
	
	h3 /* Textüberschriften */ {
		font-size: 1.07em;
	}
}

@media (min-width: 330px) and (max-width: 699px) {

	#title {	
		display: flex;
		flex-direction: column;
	}

	 #headline {
		font-size: 7.4vw;
		margin-top: 10px;
	 }	
	 
	 #subtitle {
		visibility: hidden;
        font-size: 14.5px;
	 }
	 
    .hide {
        visibility:visible;
        height: unset;
        font-size: 1.2em;
    }
	
	.content-center {
		width: 100%;
		margin-top: 8.5em;
	}
	.layout-row {
		display: flow-root;
	}
	.left-column {
		min-width: 290px;	
	}
	
	.center-column {
		min-width: 290px;
		float: right;
	}
	
	.right-column {
		min-width: 290px;
		float: right;
	}	

	
	nav {
		margin-top: 0.5em;
		text-align: center;
	}
	
	ul {
		font-size: 0.81em;
		margin-bottom: 1vh;
	}
	.text > p {
		text-align: left;	
	}
	p, a {
		font-size: 1.01em;
	}
	

	/* Textüberschriften */ 
	
	h1 {
		font-size: 2.43em;	
		margin-bottom: 1em;
	}
	
	h3 {
		font-size: 0.9em;
	}
		
	.layout-column {
		padding: 0;	
		margin: 5px;
	}
}	


@media (max-width: 329px) {

	#title {	
		display: flex;
		flex-direction: column;
	}
	
	 #headline {
		font-size: 25px;
		margin-top: 10px;
	 }	
	 
	 #subtitle {
		visibility: hidden;	 
	 }
	 
    .hide {
        visibility:visible;
        height: unset;
        font-size: 1.2em;
    }
	
	.content-center {
		width: 100%;
		margin-top: 8.5em;
	}
	
	.layout-row {
		display: flow-root;	
	}
	.left-column {
		min-width: 200px;	
	}
	
	.center-column {
		min-width: 200px;
		float: left;
	}
	
	.right-column {
		min-width: 200px;
		float: right;
	}		
	
	nav {
		margin-top: 0.5em;
		text-align: center;
	}
	
	.layout-column {
/*		display: inline-block;
		flex-basis: 100%;
		max-width: 99.5%;
		margin: 1.4em 1.4em 1.4em 1.4em;*/
		margin: 0 0 3vh 0;
	}
	

	
	p, a, ul {
		line-height: 1.4em;
		font-size: 0.9em;
	}
	
	
	.tab-indentation {
		margin-left: 1vw;
	}
	
	.text > p {
		text-align: justify;
	}
		
	strong {
		font-weight: 600;
		font-size: 1.01em;
	}
	
	h1 /*	Seitenüberschrift	*/{
		font-size: 1.8em;
		line-height: 0.5em;
		white-space: pre-wrap;
	}
	
	h2	/*	Seitenkästen - Überschrift*/ {
		font-size: 1.08em;
		line-height: 0.5em;
	}
	
	h3 /* Textüberschriften */ {
		font-size: 0.9em;
	}
}	
