/* CSS Document */
* {
	margin: 0; 
	padding: 0;
}

/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }






.noneselect {
	-webkit-touch-callout: none; 
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.StyleHoverMenu {
    -webkit-transition: all 300ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 300ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 300ms ease-in;
    -moz-transform: scale(1);
    transition: all 300ms ease-in;
    transform: scale(1);   
}
.StyleHoverMenu:hover {
    transform-origin: 50% 40%;
    z-index: 2;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 100ms ease-in;
    transform: scale(1.1);
    color:#FFF;
}




:focus {
  -moz-outline-style: none;
}
:-moz-any-link:focus {
  outline: none;
}
input::-moz-focus-inner { 
  border: 0; 
}

#Anzeige {
	font-size:20px;
	position:fixed;
	z-index:10000;
	color:#FFF;
}



html, body {
  	height:100%;
  	margin:0;
	padding:0;
}
body {
	margin:0px;
	padding:0px;
	background-color:#FFF;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


#BlockGesamt {
	border:0px dashed orange;
	width:100%;
	min-height: 100%;
	position:relative;
	margin: 0 auto; 
}

#BlockSeitenzahl {
	border: 0px solid red;
	position:relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding-bottom: 50px;
}
#BlockSeitenzahlKasten {
	position:relative;
	border: 0px solid blue;
	border-radius: 0 0 28px 0;
	padding: 0px 20px 0px 15px;
	height: 96px;
	background-color: #EC008C;
	
}
#BlockTitel {
	padding: 0 20px 0 20px;
}
h1 {
	border: 0px solid blue;
	font-family: 'saira_semicondensedregular';
	font-style: normal;
	font-weight: normal;
	font-size: 70px;
	color: #FFF;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
h2 {
	font-family: 'saira_semicondensedmedium';
	font-style: normal;
	font-weight: normal;
	font-size: 46px;
	color: rgba(236, 0, 140, 1);
}

video {
	box-shadow: 0px 4px 17px -2px rgba(0,0,0,0.69);
	-webkit-box-shadow: 0px 4px 17px -2px rgba(0,0,0,0.69);
	-moz-box-shadow: 0px 4px 17px -2px rgba(0,0,0,0.69);
	padding: 0;
	margin:0;
	height: auto; 
}

#BlockInfo {
	border: 0px solid blue;
	font-family: 'saira_semicondensedmedium';
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	color: rgba(236, 0, 140, 1);
	border-bottom: 2px solid rgba(236, 0, 140, 1);
	height: 40px;
	padding: 60px 0px 0 0px;
	margin: 0 20px 0 20px; 
}
#BlockText {
	border: 0px solid blue;
	font-family: 'saira_semicondensedlight';
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	color: rgba(236, 0, 140, 1);
	line-height: 35px;
	padding: 10px 20px 200px 20px;
}
b {
	font-family: 'saira_semicondensedmedium';
	font-style: normal;
	font-weight: normal;
}

#BlockGesamtIndexseite {
	border: 0px solid blue;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	height:100%;
	width: 100%;
}
#BlockIndexseiteBild {
	border: 0px solid red;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	width: 100%;
	max-width: 800px;
	padding-bottom: 20px;
}
#BlockIndexseiteBild img {
	width: 50%;
}


#BlockIndexseiteText {
	border: 0px solid green;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#BlockIndexseiteTextText {
	border: 0px solid orange;
	width: 80%;
	font-family: 'saira_semicondensedregular';
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: rgba(236, 0, 140, 1);
	text-align: center; 
}

#BlockIndexseiteTextText h1 {
	border: 0px solid black;
	font-size: 20px;
	color: rgba(236, 0, 140, 1);
	line-height: 10px;
}
#BlockIndexseiteTextText h2 {
	border: 0px solid black;
	font-family: 'saira_semicondensedlight';
	font-size: 40px;
	color: rgba(236, 0, 140, 1);
	margin-top: 20px;
	padding:0;
	line-height: 40px;
}
.Spatz {
	letter-spacing: 1.8px;
}
#BlockIndexseiteTextText p {
	font-size: 16px;
	line-height: 25px;
}
.grau {
	color: #555;
}
.grau2 {
	color: #777;
	font-size: 26px;
}
.link {
	color: #777;
	font-size: 11px;
}

@media only screen and (max-width: 1024px) {
	#BlockIndexseiteBild img {
		width: 50%;
	}
}
@media only screen and (max-width: 600px) {
	#BlockIndexseiteBild img {
		width: 80%;
	}
}


@media (max-width: 500px) {
	h2 {
		font-size: 34px;	
	}
}
@media (min-width: 1000px) {
	
	#BlockGesamt {
		max-width: 900px;
	}
}




/********* Impressum, Datenschutz **********/
#BLOCK_Impressum {
	border:0px solid red;
	font-family: 'saira_semicondensedregular';
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.2em;
	max-width:850px;
	width:100%;
	min-width:320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.BLOCK_ImpressumRahmen {
	border:0px solid blue;
	display: flex;
	padding: 0 15%;
}
.BLOCK_ImpressumRahmenText {
	border:0px solid blue;
	padding-top:40px;
}
#BLOCK_ImpressumPicDaten {
	background-image: url("../pic/ImpressumDaten.png");
    background-repeat: no-repeat;
    background-position: 0 50px;
    background-size:200px 200px;
    width:200px;
    height:200px;
    padding: 30px 0 120px 0;
}
#BLOCK_DatenschutzPicDaten {
	background-image: url("../pic/DatenschutzDaten.png");
    background-repeat: no-repeat;
    background-position: 0 20px;
    background-size:180px 180px;
    width:180px;
    height:180px;
    padding: 0 0 30px 0;
}
.BLOCK_ImpressumRahmenText h2 {
	padding:30px 0 20px 0;
	font-size: 25px;
	line-height: 34px;
	margin-left:-20px;
	font-family: 'saira_semicondensedregular';
	font-style: normal;
	font-weight: normal;
}
.BLOCK_ImpressumRahmenText h3 {
	padding:30px 0 20px 0;
	font-size: 18px;
	line-height: 24px;
	margin-left:-10px;
	font-family: 'saira_semicondensedregular';
	font-style: normal;
	font-weight: normal;
}
.BLOCK_ImpressumRahmenText p {
	line-height: 1.7em;
	font-size: 12px;
	font-family: 'saira_semicondensedregular';
	font-style: normal;
	font-weight: normal;
}
.BLOCK_ImpressumRahmenText p a {
	color:#666;
	text-decoration: none;
}
.BLOCK_ImpressumRahmenText p a:hover {
	color:#000;
}
.BLOCK_ImpressumRahmenText ul {
	font-size: 12px;
	line-height: 1.7em;
	font-family: 'saira_semicondensedregular';
	font-style: normal;
	font-weight: normal;
	padding: 20px 0;
}
.BLOCK_ImpressumRahmenText li {
	padding: 5px 0;
	line-height: 1.5em;
}
.BLOCK_ImpressumRahmenText ul li ul li {
	line-height: 1.7em;
	padding-left:15px;
	list-style: disc;
}





