/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
//	Das Dokument "style.css" bindet alle cssDateien ein und beinhaltet das Farbverzeichnis der Website.
//  
//  	Inhalt:
//			- CSS-Importe
//			- Font-Importe
//			- Browser-Settings-Reset
//			- Primary Fontsetting
//			- Globale Einstellungen
//			- Overlay
//			- Signup
//			- Media-Querrys
//			- Special_Settings for Firefox
//			- Special_Settings for InternetExplorer
//
//		Farbverzeichnis:
//			- Pink 		#fe0273
//			- Grün 		#25D301
//			- Orange	#FD6901
//  
//  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");

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//	Font-Importe
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

@media screen {

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

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

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

}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//	Browser-Settings-Reset
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

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

::selection { 
	color: #fff;
	background: #ff0044;
}

* {
    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;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//	Primary Fontsetting
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

h1, h2, h3, h4, p, a {
	text-align: left;
}

h1 {
    font-family: 'FranklinGothik';
	font-size: 2.5em;
}

h2 {
    font-family: 'FranklinGothik';
	font-size: 2em;
}

h3, h4 {
    font-family: 'OpenSans';
	font-size: 1.5em;
}

a, .button {
    font-family: 'OpenSans';
	color: #aaa;
	text-decoration: none;
	transition: 0.25s ease-in-out;
}

a:hover, a:active {
	color: #000;
	cursor: pointer;
	transition: 0.25s ease-in-out;
}

p, a, label, input, .label, .input, li, textarea, .agblabel, .btn_anmelden {
    font-family: 'Lato';
}

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

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//	Globale Einstellungen
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

body{
}

#base {
	text-align: center;
	background-color: #fff;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//	Overlay
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#overlay, #messanger {
	z-index: 999;
	display: none;
	position: fixed;
	margin-top: -12px;
	width: 100%;
	height: 100vh;
	border-top: 12px solid #ff0044;
	background-color: rgba(0,0,80,0.75);
}

#messanger .formBox {
	margin: 0 auto;
	background-image: none;
}

.formBox textarea {
	padding: 12px;
	width: 100%;
	height: 240px;
	border: 1px solid #000;
	margin-top: -24px;
	margin-bottom: 24px;
}

#exit {
	margin-bottom: 12px;
	width: 24px;
	height: 24px;
	margin-left: calc(100% - 24px);
	background-image: url(img/icons/exit.svg);
	background-color: #ff0044;
}

#exit:hover, #exit:active {
	cursor: pointer;
	background-color: #000;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Signup
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

iframe {
	width: 100%;
	max-width: 480px;
	height: 496px;
	background-color: transparent;
}

.label small, .feld5, .feld6 {
	display: none;
}

.formBox {
	padding: 24px;
	width: calc(100% - 48px);
	max-width: 400px;
	background-color: rgba(255,255,255,1);
	background-image: url(img/icons/logo.svg);
	background-position: 50% calc(100% - 24px);
    background-size: calc(75% - 48px) auto;
	text-align: left;
}

.formBox h2 {
	margin-bottom: 48px;
}

.label {
	padding: 14px 24px 14px 0px;
	width: 60px;
}

.input {
	padding: 12px;
	margin-left: -4px;
	width: calc(100% - 112px);
	border: 1px solid #aaa;
}

.label, .input {
	margin-bottom: 12px;
	display: inline-block;
}

.lbl_signup_error {
	margin-top: -48px;
	margin-bottom: 24px;
	margin-left: 96px;
	width: calc(100% - 112px);
	color: red;
}

.feld7 .lbl_signup_error {
	margin-top: -24px;
	margin-bottom: 0px;
}

.feld7 a {
	color: #25D301;
}

.feld7 a:hover, .feld7 a:active {
	color: #ff0044;
}

#agb { /*Checkbox*/
	display: block;
	margin: 12px auto 24px auto;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 5px;
	vertical-align: middle;
}

#agb:hover { /*Checkbox*/
	cursor: pointer;
}

#agb:checked { /*Checkbox*/
	background-image: url(img/icons/hook.svg);
	background-position: 50%;
	background-size: 70%;
}

.button, .btn_anmelden {
	padding: 12px;
	width: 100%;
	max-width: 400px;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	transition: 0.25s ease-in-out;
}

.button:hover, .button:active, .btn_anmelden:hover, .btn_anmelden:active {
	cursor: pointer;
	color: #fff;
	background-color: #ff0044;
	border: 1px solid #ff0044;
	transition: 0.25s ease-in-out;
}

.btn_anmelden {
	margin-top: 24px;
	margin-bottom: 12px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Media-Querrys
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

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

body {
	padding: 12px;
	background-color: #ff0044;
}

#base {
	background-color: #fff;
	text-align: center;
}

#content {
	margin: 0 auto;
	max-width: 1920px;
	background-color: #fff;
}

#overlay {
	width: calc(100% - 24px);
}

#overlay .formBox, #messanger .formBox {
	margin-top: 96px;
}

}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//	FireFox-Extrawurst
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

@-moz-document url-prefix() {
	
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Internetexplorer-Extrawurst
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

@media screen\0 {

.formBox {
	background-image: none;
}

}