/******************************************************/
/*********************Globale Definitionen*************/
/******************************************************/


/**************************************************/
/***************Link-Formatierungen****************/
a:link 		{color: rgb(17,15,163);}
a:visited 	{color: rgb(0,0,0);} 
a:hover 	{color: rgb(17,15,163);}
a:active 	{color: rgb(17,15,163);}

/**************************************************/
/*******************Hintergründe*******************/
/********************************************************/
/********LAYOUTS ANFANG**********************************/
/********************************************************/

/****************Standard Tabelle**************/
/******************************************/
/*  body und schrift definitionen */
/* standard elements */
html {
min-height: 100%;

}

* {
  margin: 0;
  padding: 0;
margin:auto auto;
}

h1,h2,h3 {color:#099de2;}

@media (min-width:601px)
{
#content{  font-size:1.4em;}
.nav {  font-size:1.0em;}
h1{	font-size:1.8em;}
}
@media (max-width:600px)
{
#content {  font-size:1.3em;}
.nav {  font-size:1.2em;}
h1{	font-size:1.0em;}
}

body {
    background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
@media (min-width:801px)
{
	.h0{	font-size:3em;	}
	.h0 img{max-height:120px;padding-bottom:10px;}
	.interspedlog{	font-size:1.8em;font-weight:bold;font-family:Arial;padding-top:25px;float:right;}
}

@media (min-width:401px) AND (max-width:800px)
{
	.h0{	font-size:2.5em;	max-width:500px;text-align:center;}
	.interspedlog{	font-size:1.6em;font-weight:bold;font-family:Arial;width:100%;text-align:center;}
}

@media (max-width:400px)
{
	.h0{	font-size:2em;width:100%;}
	.interspedlog{	width:100%;font-size:1.4em;text-align:center;}
}
.interspedlog
{
	display:block;

	
}
.h0
{
padding-top:10px;
	color:red;
	text-shadow: yellow 3px 3px 5px;
	margin-left:15px;
	font-style:italic;
	float:left;
	
}
.stern
{
	padding-top:8px;
	margin-top:8px;
	vertical-align: baseline;
	vertical-align: sub;
}
#wrapper
{
	background-color:white;
}
.container
{
	max-width:980px;
	background-color:white;
}
#content
{
	padding:20px 40px 20px 40px;
	//background-image:url(images/bg_content.png);
}

ul.nav >li
{
	font-family:'Kalam';
	font-size:1.4em;
}
ul
{
	margin-left:20px;
}
h1,h2,h3
{
	//font-family:'Kalam';
	text-transform:uppercase;
}

#back-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 10003;
    display: none;
}
 
#back-top a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background-color: #33363b;  
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; 
    transition: background-color .15s;
    -moz-transition: background-color .15s;
    -webkit-transition: background-color .15s;
    -o-transition: background-color .15s;
    -ms-transition: background-color .15s;
}
 
#back-top a:hover {
    text-decoration: none;
    background-color: #555;
}
@media (min-width:769px)
{
	body{margin-bottom:90px;}
	.ps-caption,#footer{	display:block;	visibility:visible;}
	.mobile-ps-caption,#MobileFooter{	display:none;	visibility:hidden;	}
}

@media (min-width:401px) AND (max-width:768px)
{
	
	body{margin-bottom:10px;}
	h1{font-size:2.5em;}
	.ps-caption,.mobile-ps-caption,#footer{	display:none;	visibility:hidden;	}
	#MobileFooter{	display:block;	visibility:visible;}
	//.mobile-ps-caption{	display:block;	visibility:visible;font-size:2em;}
}
@media (max-width:400px)
{
		body{margin-bottom:10px;}
	h1{font-size:2.0em;}
	.ps-caption,.mobile-ps-caption,#footer{	display:none;	visibility:hidden;	}
	#MobileFooter{	display:block;	visibility:visible;}
	//.mobile-ps-caption{	display:none;	visibility:hidden;font-size:2em;}
}

.mobile-ps-caption
{
	font-family: "Kalam";
font-size:2.0em;
}
.partner{float:left;}
@media (min-width:401px)
{
.partner{height:160px;width:160px;margin:10px;}
}
@media (max-width:400px)
{
.partner{width:100%;margin:0px;margin-top:5px;margin-bottom:5px;}
}

#footer
{
	display:block;
	width:100%;
	position:fixed;
	z-index:10000;
	bottom:0px;
	height:80px;
	padding-top:10px;
	background:#099de2;
	color:white;
	text-align:center;
}
#MobileFooter
{
	width:100%;background:#099de2;
	color:white;
	text-align:center;
}
@media (min-width: 769px)
{
div.erfolge img{max-width:200px;}
}
@media (max-width: 768px)
{
div.erfolge img{max-width:100%;}

#banner,.pgwslider
{
	min-height:150px;
}
.ps-current
{
	width:100%;
}
}
div.erfolge
{
	display:block;
	float:left;
	padding:10px;
	width:100%;
}
div.erfolge a
{
	color:#3d3d3d;
}

div.erfolge +.odd
{
background-color:#3d3d3d;;
}
div.erfolge img
{

	float:left;
	margin-right:20px;
}

div.erfolge >.headline
{
	font-weight:bold;
	color:#3d3d3d;
}
div.erfolge >.desc
{
	color:#3d3d3d;
}