/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
//	Das Dokument "style.css" bindet alle cssDateien ein und beinhaltet das Farbverzeichnis der Website.
//  
//  	Inhalt:
//			- CSS-Importe
//			- Main-Settings
//
//		Farbverzeichnis:
//			- Rot: #EE3224;
//			- Orange: #FFBA00;
//			- Beige: #E4E0D7;
//			- Hell-Grau: EAEAEA;
//			- Dunkel-Grau: #686868;
//  
//  INFO: 
//
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

/* 
==========================================
=	CSS-Importe
==========================================
*/

@import url("css/header.css");
@import url("css/index.css");
@import url("css/footer.css");
@import url("css/suche.css");
@import url("css/setcard.css");
@import url("signup/css/signup.css");
@import url("search/css/suche.css");

/* 
==========================================
=	Main-Setting
==========================================
*/

html {
	-webkit-font-smoothing: subpixel-antialiased;
} 

* {
    margin: 0em;
    padding: 0em;
	list-style: none;
    border: 0em;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 1em;
	line-height: 1em;
    font-family: inherit;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

/* 
=== Fonts ===
*/

@media screen {

@font-face {
    font-family: 'galatia';
    src: url('fonts/galatia.eot');
    src: url('fonts/galatia.eot?#iefix') format('embedded-opentype'),
         url('fonts/galatia.woff2') format('woff2'),
         url('fonts/galatia.woff') format('woff'),
         url('fonts/galatia.ttf') format('truetype'),
         url('fonts/galatia.svg#galatia') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'jennasue';
    src: url('fonts/jennasue.eot');
    src: url('fonts/jennasue.eot?#iefix') format('embedded-opentype'),
         url('fonts/jennasue.woff2') format('woff2'),
         url('fonts/jennasue.woff') format('woff'),
         url('fonts/jennasue.ttf') format('truetype'),
         url('fonts/jennasue.svg#jennasue') format('svg');
    font-weight: normal;
    font-style: normal;

}

}

h1, h2, h3 {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

h1 {
	color: #EE3224;
	font-family: 'galatia', Arial, Helvetica, sans-serif;
}

h1 span {
	color: #000000;
	font-family: 'jennasue', Arial, Helvetica, sans-serif;
}

h2 {
	margin: 25px 12px 12px 12px;
	color: #EE3224;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
}

h3 {
	margin: 0 12px 25px 12px;
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.25em;
}

h3 span {
	color: #FFBA00;
	font-weight: bold;
}

#bannerBox {
	margin: 25px 0;	
}

#bannerBox h1 {
	color: #EE3224;
	font-family: 'jennasue', Arial, Helvetica, sans-serif;
	font-size: 3.25em;
	line-height: 1em;
}

#bannerBox h1 span {
	color: #000000;
	font-family: 'galatia', Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1em;
}

#bannerBox h2 {
	margin-top: 12px;
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

p, a, li, .readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.25em;
}

p, .readmore {
	color: #0000000;
	text-decoration: none;
}

a {
	color: #4bbcf6;
	text-decoration: none;
	font-size: 1.25em;
}

/* 
==========================================
=	Global Settings
==========================================
*/

body {
	margin: 0 auto;
	background-color: #E4E0D7;
}

#base {
	margin: 0 auto;
	width: 100%;
    max-width: 1085px;
	height: auto;
	text-align: center;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Definition of Responsive-Design-Elements 
//
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

@media screen and (min-width: 350px) { 

#overlayRegister h2 {
	display: block;
}

#overlayRegister h3 {
	display: none;
}

.buttonSubmit {
	margin-top: 50px;
}

}

@media screen and (min-width: 920px) { 

	#bannerContainer {
		display: inline-block;
		width: 724px;
		height: auto;
		margin-top: 25px;
		vertical-align: top;
	}

	/* Nur Firefox */
	@-moz-document url-prefix() {
		
		#bannerBox {
			margin: 25px 0 30px 0;
		}
		
	}

	#bannerBox {
		display: block;
		margin-top: 0;
	}

	#bannerBox h1 {
		font-size: 6.6em;
	} 

	#bannerBox h2 {
		font-size: 3em;
	} 

	@media screen\0 {

		#bannerBox h1 {
			font-size: 2em;
		} 

	}

}

	@media screen\0 {

		#bannerBox h1 {
			font-size: 4.6em;
		} 

	}