/*
Header+Footer
*/

/*	Entypo pictograms by Daniel Bruce — www.entypo.com	*/
/* &#xe800; -- FB 		&#xe801; -- FB Box		&#xe802; -- Twitter 		&#xe803; -- Twitter Box */
@font-face {
	font-family: 'entypo-social';
	src: url('./font/fontello.eot?35428668');
	src: url('./font/fontello.eot?35428668#iefix') format('embedded-opentype'),
           url('./font/fontello.woff?35428668') format('woff'),
           url('./font/fontello.ttf?35428668') format('truetype'),
           url('./font/fontello.svg?35428668#fontello') format('svg');

	font-weight: normal;
	font-style: normal;
}

/*	No float for the "big" sections */
.headerSection, .footerSection{
	float: none;
	clear: both;
}

/*	Preventing following floats from moving upwards */
.headerSection:after{
	content: " ";
	display: table;
	clear: both;
}

/*	Center-Werte überschreiben	*/
.headerSection .center, .footerSection .center{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;	
}


/***************************************************
			Header bar
***************************************************/

.headerSection{
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	background-color: rgb(250,120,120);	
	border-bottom: 2px solid black;
}

.headerSection .center{
	position: relative;
}

.headerSection a, .headerSection p{
	color: black;
}

.headerSection a:hover{
	color: white;
}

.headerSection a:active{
	color: rgb(220,220,220);
}



/***************************************************
			Title
***************************************************/
p.headerTitle{	
	
}



p.headerIntroduction{
	display: none;
}

.headerOnHome p.headerTitle{
	font-weight: bold;
	font-size: 2.8em;	
	text-align: center;
	font-family: Georgia, serif;
}

.headerOnHome p.headerIntroduction{
	display: block;
	text-align: center;
	font-family: Roboto, Verdana, sans-serif;
}


/***************************************************
			Nav
***************************************************/
.headerNav{
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: Roboto, Verdana, sans-serif;
}


.headerTinypassButtonBox1, .headerTinypassButtonBox2{
	display: none;
}

/***************************************************
			Social buttions
***************************************************/
.social-buttons{
	font-family: "entypo-social";
	font-style: normal;
	font-weight: normal;
	font-size: 1.5em;
	position:absolute;
	top: 50px;
	right: 1%;
}

.social-buttons a{
	text-decoration: none;
	color: black;
	margin-left: 1em;	
}

.social-buttons a:hover{
	color: rgb(180,180,180);
}

.social-buttons a:active{
	color: rgb(200,200,200);
}


/***************************************************
			Overlays
***************************************************/

#overlay_login , #overlay_trialsubscription{
    /* visibility: hidden; Muss inline definiert werden */
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	z-index: 1000;
	background-color: rgba(230,230,230, 0.95);
}

.overlayContainer {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	background-color: white;
	border: 1px solid rgb(220,220,220);
	border-radius: 5px;
	padding: 10px 10px 80px 50px;
}

.overlayContainer p.overlayClose{
	text-align: right;
	font-size: 0.85em;
	margin-bottom: 2em;
}

.overlayClose a{
	text-decoration: none;
	color: rgb(100,100,100);
}

.overlayClose a:hover{
	color: rgb(150,150, 150);
}

.overlayClose a:active{
	color: rgb(200,200,200);
}

.overlayContainer h3{
	font-size: 1.8em;
	margin-bottom: 0.7em;
}

.overlayColorBox{	
	float: left;
	width: 0.6em;
	height: 0.6em;
	margin-top: 0.4em;
	margin-right: 15px;
	background-color: rgb(250,120,120);
}

.overlayContainer p{
	font-size: 1em;
	margin-left: 40px;
	line-height: 1.8em;
}

.overlayContainer p.overlayOr{
	margin-top: 4em;
	margin-bottom: 2em;
	margin-left: 10px;
	font-style: italic;
}

.overlayContainer p.overlayError{
	color: red;
	font-weight: bold;
}

/***************************************************
			Notification
***************************************************/


#notify_valid_until{	
    /* visibility: hidden; Muss inline definiert werden */	
	position: absolute;	
	top: -110px;
	right: 5px;	
	background-color: white;
	border: 1px solid rgb(200,200,200);
	border-radius: 5px;
	z-index: 5000;
	opacity: 0;
}

#notify_valid_until p{
	margin: 15px;	
}

/***************************************************
			Cookies
***************************************************/
#overlay_cookie_notice{
	position: fixed;
	bottom: 0px;
	left: 0px;
	/* width:100%; */
	width: 100%;
	z-index: 1001;
	
	border-top: 1px solid black;
	background-color: rgb(240,240,240);
	z-index: 6000;
	/* border-radius: 5px; */
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
}

#overlay_cookie_notice p{
	font-size: .8em;
	font-family: Arial;
	color: black;
	/* line-height: .8em; */
	display: inline-block;
	
}

#overlay_cookie_notice p.cookiesOK a{
	display: inline-block;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	/* height: 100%; */
	color: white;
	font-weight: bold;
	background-color: rgb(120,120,120);
	margin-left: 30px;
	
}

#overlay_cookie_notice p.cookiesOK a:hover{
	color: white;
	background-color: rgb(180,180,180);
}

@media (max-width: 800px){
	#overlay_cookie_notice p{		
		display: block;
	}
	#overlay_cookie_notice p.cookiesOK{
		text-align: right;
		margin-top: 15px;
	}
}




/***************************************************
			Footer bar
***************************************************/
.footerSection{
	font-family: Roboto, Verdana, sans-serif;
	background-color: rgb(250,120,120);
	
	padding: 10px 0px 10px 0px;	
	width: 100%;
	border-top: 2px solid black;
	
}

.footerSection p{
	text-align: right;
	font-size: 0.8em;
}

/**********************************************************************************************************************************************/
/*												Responsive styles																			  */
/**********************************************************************************************************************************************/
@media (max-width: 900px){
	/* Title */
	.headerOnHome p.headerTitle{
		font-size: 1.8em;
		padding-top: 1.5em;
	}

	.headerOnHome p.headerIntroduction{
		font-size: 0.9em;
		line-height: 1.2em;
		font-family: Roboto, Verdana, sans-serif;
	}


	.headerNav{
		right: 2%;
		font-family: Arial;
		font-family: Roboto, Verdana, sans-serif;
	}
	
	.headerOnHome .social-buttons{
		display: none;
	}
	
	.overlayContainer p.overlayOr{
		margin-bottom: 2.5em;
		margin-top: 2.5em;
	}
	
	.overlayContainer{
		margin-top: 10px;
		width: 95%;
	}

	.overlayContainer h3{
		font-size: 1.4em;
	}
}



