body {
    padding-top: 0px;
    overflow-x:hidden;
}

.linktext {
    pointer-events: auto;
    cursor: pointer;
    margin-top: 20px;
    padding: 9px 20px;
    display: inline-block;
    color: #fff;
    background-color: #f00;
    text-align: left;
    font: bold 16px/150% SparkasseWeb,Helvetica,Arial,sans-serif;
    border-radius: 4px;
}
.linktext:hover,.linktext:focus,.linktext:active {
    color: #ffffff;
    text-decoration: none;
} 
.navbar{
    border-radius: 0px;
    min-height:40px;
    position:relative;
	z-index:8;	
}

.navbar-inverse, .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border:none;
}

.navbar-collapse.collapsing {display:block !important;}
.navbar-collapse.in{display:block !important;}

.navbar-nav{
	margin-left:23px;	
}

.navbar-nav li{
	padding-bottom:0px;	
	font-size: 14px;
}

.navbar-nav > li > a {
	padding-bottom:0px;	
}

.navbar-toggle{
	position:relative;
	top:37px;
	z-index:9;	
	margin-right: 15px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

h1, .h1 {
    font-size: 25px;
    color:#ff0000;
    margin-bottom: 17px;
    margin-top: 26px;
}

h5, .h5 {
    color:#ff0000;
    font-weight:bold;
    margin-bottom:20px;
    font-size:15px;
}

.bigger{
	font-size:42px;	
	white-space:nowrap;
}

.section-colored {
    background-color: #E1E1E1;
    padding-left:3%;
    padding-right:3%;
    padding-top:10px;
    padding-bottom:20px;
}

#lzo-navbar-collapse{
	background-color:#ff0000 !important; 
	margin-left:25px;
}

.leftMenu, .bottomMenu{
	width:230px; 
	float: left;
	position:relative;
	background-color:#ffffff;	
	margin-bottom:50px;
	padding-bottom:10px;
	padding-left:25px;
	padding-right:20px;
	padding-top:32px;
	line-height:1.7em;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size:14px;	
}

.bottomMenu{
	width:100%; 
	padding-top:10px;
	display:none;
	background-image:url('../img/groschen_telefon_bg.jpg');
	background-repeat: no-repeat;
    background-position-x: right;
    background-position: right top;
}

.leftMenu a, .bottomMenu a{
	color:#646363 !important;	
}

.topHeader{
	position:relative;
	z-index:9;		
	padding-left: 0px !important; 
	background-color:#ff0000 !important; 
	height:270px; 
	overflow:visible; 
}

.whiteTab, .whiteTabBottom{
	background-color:#ffffff;
	height: 35px;
	padding-top:11px;
	padding-left:25px;
	width:230px;	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	float: left;
	position:relative;
}

.whiteTabBottom{
	width:100%;	
	padding:10px;
	display:none;
	border-bottom:5px solid #4c4c4e;
	height:40px;
}

.whiteTab a, .whiteTabBottom a{
	color:#646363 !important;	
	font-size: 14px;
	font-weight:bold;
}

.mainBlock {
    padding-top:0px;
    padding-bottom:0px;
}

.mainBG{
	background-color:#e2e5e8;
    background-image:url('../img/background-img.png');
	background-repeat: no-repeat;
    background-position-x: center;
    background-position: center bottom;
}

.footerLogo{
	height:50px;
}

.siteFooter{
	font-size:12px;
	padding-top:43px;
}

.siteFooter a{
	color:#646363;
	text-decoration:none;
	margin-right:20px;
}
.siteFooter a:hover{
	color:#ff0000;
	text-decoration:underline;
}

.aufklapper{
	cursor:pointer;
	padding-bottom:20px;
	font-weight:bold;	
}

.aufklapper.active{
	color:#ff0000;	
}

.antwort {
	display:none;
	color:#646363;	
	font-weight:normal;
}

.antwort.open {
	display:block;	

}

.redtriopen{
	display:inline-block;
	width: 20px;
	height: 10px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ff0000 transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #ff0000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	-webkit-transform:rotate(360deg)
}

.redtriclosed{
	display:inline-block;
	width: 20px;
	height: 10px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ff0000 transparent transparent transparent;
	line-height: 0px;
	_border-color: #ff0000 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}


.mainText{
	color:#646363;
	line-height:1.5em;
	font-size:15px;	
}

.redText{
	color:#ff0000;
	line-height:1.7em;
	font-size:15px;	
	font-weight:bold;
}

.redcol{
	color:#ff0000;
}

.SumTable{
	font-size:12px;	
}

.loader-ajax {
    background-position: center center;
    background-image: url('../img/ajax-loader.gif');
    background-repeat: no-repeat;
}

.rounded{
	border-radius: 10px;	
}

.grey_norm_text {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#646363;
}

#gallery a img{
	margin: 10px 10px 10px 0;
}

#jury div{
	margin-bottom: 15px;
	font-size:11px;
	max-width:250px;
	min-height:250px;
}


#refresh{
	position:relative;
	top:10px;
	margin-left:10px;
}


#gplu{width: 210px;}

#headline{
	padding-left:33px;
}

.col-special{
	min-height: 1px;
    padding-left: 0px;
    padding-right: 15px;
    position: relative;
    float:left;
    width:28%;
}

.gl-2x{
	color:#fff;
	font-size: 2em;
}

.gl-2x:hover, .gl-1x:hover{
  -webkit-animation-name: pulseThis;
  -moz-animation-name: pulseThis;
  -ms-animation-name: pulseThis;
  -o-animation-name: pulseThis;
  animation-name: pulseThis;
   
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
 
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
 
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
}
 
@keyframes pulseThis {
  from {
    -webkit-transform: scale( 1 );
   	-moz-transform: scale( 1 );
   	-o-transform: scale( 1 );
   	-ms-transform: scale( 1 );
   	transform: scale( 1 );
  }
  to {
    -webkit-transform: scale( 1.75 );
   	-moz-transform: scale( 1.75 );
   	-o-transform: scale( 1.75 );
   	-ms-transform: scale( 1.75 );
   	transform: scale( 1.75 );
  }
}
 
@-moz-keyframes pulseThis {
  from {
    -moz-transform: scale( 1 );
    transform: scale( 1 );
  }
  to {
    -moz-transform: scale( 1.75 );
    transform: scale( 1.75 );
  }
}

@-webkit-keyframes pulseThis {
  from {
    -webkit-transform: scale( 1 );
    transform: scale( 1 );
  }
  to {
    -webkit-transform: scale( 1.75 );
    transform: scale( 1.75 );
  }
}
 
@-ms-keyframes pulseThis {
  from {
    -ms-transform: scale( 1 );
    transform: scale( 1 );
  }
  to {
    -ms-transform: scale( 1.75 );
    transform: scale( 1.75 );
  }
}
 
@-o-keyframes pulseThis {
  from {
    -o-transform: scale( 1 );
    transform: scale( 1 );
  }
  to {
    -o-transform: scale( 1.75 );
    transform: scale( 1.75 );
  }
}

.table {
	font-size:1.1em	
}

ul, ol {
    padding-left: 10px;
}

ul li {
 	padding-bottom:10px;
 	font-size:1.1em	
}

.count, .dashul{
	padding-left: 0;	
}

.count > li, .dashul > li {
  list-style: none;
  position: relative;
  padding: 0 0 0 17px;
  margin: 0 0 .5em 5px;
  -webkit-transition: .12s;
          transition: .12s;
}

.count > li::before {
  position: absolute;
  color: #ff0000;
  content: '...';
  left: 0px;
  text-align: left;
}

.dashul > li::before {
  position: absolute;
  color: #ff0000;
  content: '-';
  left: 0px;
  text-align: left;
}

.count > li:hover, .dashul > li:hover {
  color: #ff0000;
}

.live {
  overflow: hidden;
}
.live > li {
  list-style: none;
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 0 .5em 10px;
  -webkit-transition: .12s;
          transition: .12s;
}
.live > li::before {
  position: absolute;
  content: '\2022';
  top: 0;
  left: 0;
  text-align: center;
  opacity: .5;
  line-height: .75;
  -webkit-transition: .5s;
          transition: .5s;
}
.live > li:hover {
  color: #ff0000;
}
.live > li:hover::before {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  opacity: 1;
  text-shadow: 0 0 4px;
  -webkit-transition: .1s;
          transition: .1s;
}
.live.numbers {
  counter-reset: xxx 0;
}
.live.numbers > li::before {
  content: counter(xxx,decimal) ".";
  counter-increment: xxx 1;
  font-size: 1em;
  opacity: .5;
  line-height: 1.4;
  -webkit-transition: .5s;
          transition: .5s;
}
.live.numbers > li:hover:before {
  opacity: 1;
  left: -10px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-shadow: none;
  -webkit-transition: .12s;
          transition: .12s;
}

.live.dots > li::before {
  font-size: 2em;
  opacity: .5;
  -webkit-transition: .5s;
          transition: .5s;
}
.live.dots > li:hover:before {
  opacity: 1;
  left: -10px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-shadow: none;
  -webkit-transition: .12s;
          transition: .12s;
}


.vierachtzig{
	display:none;
}

@media (min-width:  768px) 
{ 
	.activeTab{
		background-color:#ffffff;
		height: 35px;
		padding-top:8px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		float: left;
		position:relative;
	}
	li.activeTab{
		margin-right:25px;
	}
	
	li.activeTab a{
		color:#ff0000 !important;	
		font-weight:bold;
		padding-right:13px;
		padding-top:4px;
	}
}


@media (min-width: 1200px) 
{ 
	#headline h1, #headline .h1 {
		font-size:30px;	
	}
	
	.mainText, #headline h5, #headline .h5{
		font-size:18px;	
	}
}

@media (max-width: 1200px) 
{ 
	.navbar-nav{
		margin-left:13px;	
	}
	
	#headline{
		padding-left: 23px;
	}
	
	.mainBG{
	    background-position-x: right;
	    background-position: right bottom;
	}
	
	.topHeader{
		height:230px; 
	}
	
	.mainText, #headline h5, #headline .h5{
		font-size:16px;	
	}
	
}

@media (max-width: 999px) {  

	.leftMenu, .whiteTab{
		display:none;
	}
	
	.bottomMenu, .whiteTabBottom{
		display:block;
	}
	
	#headline{
		width:100%;
	}
	
	.topHeader{
		height:205px; 
	}
	
	#lzo-navbar-collapse{
		margin-left:-15px;	
	}
	
	.navbar-nav{
		margin-left:5px;	
	}
	
	#headline {
	    padding-left: 15px;
	}	
	
	.mainBG{
	    background-position-x: right;
	    background-position: right bottom;
	}
	
}

@media (min-width: 768px) and (max-width: 979px) 
{ 
	.navbar-nav{
		margin-left:5px;	
	}
	
	.topHeader{
		height:180px; 
	}
}
 

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  
		
	h1, .h1 {
	 	font-size: 2em;
 	}
 	
 	.carousel-caption {
    	bottom: 0px;
	}
	
	.vierachtzig{
		display:block;
	}	
		
	.navbar{
	    height:20px;
	    min-height:20px;
	}

	.navbar-toggle{
		position:relative;
		top:12px;
	}
	
	#lzo-navbar-collapse{
		position:relative;
		top:-25px;
	}
	
	.col-special{
	    width:39%;
	}
	
	.topHeader{
		height:170px; 
	}
		
}


@media(max-width: 690px) 
{ 
	.topHeader{
		height:170px;
		background-image:url('../img/header.png');
		background-size: cover;
		background-repeat: no-repeat;
	    background-position-x: left;
	    background-position: left center;
	}
	#topPic{
		display:none;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {  
	
	.vierachtzig{
		display:block;
	}	
	
	.mainPic{
		display:none;
	}	
	
	#headline h1, #headline .h1 {
		font-size:18px;	
	}
	
	.mainText, #headline h5, #headline .h5{
		font-size:14px;	
	}
	
	h5, .h5 {
		font-size:13px;	
	}
	
	.mainBG {
    	background-image: none;
	}
	
	.col-special{
	    width:90%;
	}	
	
	.img-wrapper img{
		max-height:90% !important;
	}

	#social {float:left !important;}
	.socialL{float:left !important;}
	#gplu{width:90%}
}

@media (max-width: 400px) {
	
	.mainText, #headline h5, #headline .h5{
		font-size:14px;	
	}

	.topHeader{
		height:130px; 
		overflow:hidden; 
		background-image:url('../img/header-sm.png');
		background-size: contain;
	    background-position-x: center;
	    background-position: center top;
	}
	
	#jury div{
		min-height:230px;
	}
	
}
@media (max-width: 359px) {
	.bottomMenu{
		background-image:none;
	}
}
	
@media (max-width: 320px) {
		
	#social {float:left !important;}
	.socialL{float:left !important;}
	#gplu{width:90%}
}