/* 
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
//	Die style.css enthält alle globalen Einstellungen des Templates.
//
//		*	Used Colors		- enthält eine Beschreibung, über die, in diesem Theme eingesetzten Farben.
//
//		*	CSS-Import		- Hier werden weitere StyleSheets (CSS-Dateien) eingebunden.
//
//		*	Global Setting	- enthält die definition, der globalen Tags: body, pseudobody, header, base und footer.
//
//		*	Main Settings	- Enthält grundsetzliche Definitionen, der Schriften sowie des Body- und #Base-Tags.
//
//		*	Login			- Definiert das Login-Formular.
//
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

/* 
/////////////////////////////////////////////////////////
//
//	Used Colors for This Theme are:
//
//		Red: 		#E20019
//		Red Light: 	#EF001A
//		Grey:		#2828228
//	
/////////////////////////////////////////////////////////
*/

/* 
/////////////////////////////////////////////////////////
//	CSS-Import
/////////////////////////////////////////////////////////
*/

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

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

body {
}

#pseudobody {
	background-color: #000000;
}

#searchLine {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
}

header {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	padding: 12PX 0;
	height: auto;
	background-color: #000000;
	text-align: center;
}

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

footer {
	margin: 0 auto;
	max-width: 1920px;
	padding: 25px 2.5%;
	width: 95%;
	color: #ffffff;
	background-color: #282828;
	text-align: right;
}

/* 
/////////////////////////////////////////////////////////
//	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;
    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: 'Bebas';
    src: url('fonts/Bebas-webfont.eot');
    src: url('fonts/Bebas-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Bebas-webfont.woff2') format('woff2'),
         url('fonts/Bebas-webfont.woff') format('woff'),
         url('fonts/Bebas-webfont.ttf') format('truetype'),
         url('fonts/Bebas-webfont.svg#Bebas') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aispec';
    src: url('fonts/aispec-webfont.eot');  /* IE6-IE8 */
    src: url('fonts/aispec-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aispec-webfont.woff2') format('woff2'),
         url('fonts/aispec-webfont.woff') format('woff'), /* Moderne Browser */
         url('fonts/aispec-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/aispec-webfont.svg#aispec-webfont') format('svg'); /* Chrome, Opera */ 
    font-weight: normal;
    font-style: normal;
}

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

}

}

h1 span, h2 span {
	color: #E20019;
	font-size: 1.25em;
}

h3 {
	font-size: 1.25em;
}

h1, h2 {
	padding: 25px 5%;
	font-size: 2em;
}

h1, h2, h3 {
	color: #ffffff;
	font-family: 'Bebas', Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

a {
	color: #E20019;
	text-decoration: none;
}

a:hover, a:active {
	color: #EF001A;
	cursor: pointer;
}

p, a {
	font-size: 1em;
}

li span {
	color: #fff;
}

p, a, li, label, input, select, button {
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

.button {
	display: block;
	margin: 25px auto;
	padding: 12px 0;
	width: 90%;
	max-width: 300px;
	color: #fff;
	background-color: #E20019;
	border-radius: 5px;
	transition: 0.25s ease-in-out;
}

.button:active, .button:hover {
	background-color: #EF001A;
	cursor: pointer;
	transition: 0.25s ease-in-out;
}

.triangle {
	display: block;
	margin: 0 auto;
	margin-top: -12px;
	margin-bottom: 12px;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
}

.triangle {
	border-top: 30px solid #000000;
}

.triangle.grey {
	border-top: 30px solid #202020;
}

/* 
/////////////////////////////////////////////////////////
//	Login
/////////////////////////////////////////////////////////
*/

#overlayRegister h2 {
	display: none;
}

#overlayRegister h3 {
	display: block;
	padding: 12px 0 12px 17px;
	font-size: 1.75em;
	text-align: left;
}

#overlayRegister .buttonSubmit {
	padding:50px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 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: 500px) { 

h3 {
	font-size: 1.5em;
}

h1, h2 {
	padding: 50px 5%;
	font-size: 3em;
}

}