﻿@charset "UTF-8";


#footermobilelinks,
#mobiletopnav,
#mobilenav,
#mobilelogo,
#mobilerootline,
#mobilecontent,
#mobilewerbung,
#mobilesearch,
#mobilebottomnav,
#rootline
{
  display:none;
}

#zusatznav {
   
  color: #fff;
  font-weight: bold;
  text-shadow: -1px 1px 0 #5e8424;
  padding: 3px 5px 0 5px;
  text-decoration: none;
  background: #97bf0d;
  background: -moz-linear-gradient(top, #EB55A5, #CB1375);
  background: -webkit-gradient(linear, left top, left bottom, from(#EB55A5), to(#CB1375));
  background: -ms-linear-gradient(top, #EB55A5, #CB1375);
  background: -webkit-linear-gradient(top, #EB55A5, #CB1375);
  background: -o-linear-gradient(top, #EB55A5, #CB1375);
  width:120px;
  margin-left: 20px;
  margin-top: 150px;
}
#zusatznav a {
  font: 24px/30px 'Nunito', Arial, Verdana, Sans-Serif!important; 
  text-decoration:none;
}

#mid .index {
/*height:360px;*/
/*height:380px;*/
min-height:400px;
  background-color: #020203;
}
.indexLeft {
  width:440px;
  float:left;
  background-color: #020203;
}
.indexRight {
  width:260px;
  float:left;
  background-color: #020203;
}
#slides {
  width:420px;
/*  height:320px;*/
height:380px;
  position:absolute;
  z-index:1;
}
#slides p { margin:0; }
#slides .slides_container {
  width:420px;
/*  height:320px;*/
height:380px;
  overflow:hidden;
  position:relative;
  display:none;
}
.aktuellesH1 {
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 10px;
}

.aktuelles {
  width:420px;
/*  height:320px;*/
height:380px;
  overflow:hidden;
/*  background-repeat:no-repeat;
  background-position:center center;*/
  display:block;
}
.aktuellesImg {
  position:absolute;
  z-index:20;
  width:420px;
/*  height:320px;*/
height:380px;
}
.aktuellesImg img {
  width:420px;
  height:320px;
}
.aktuelleshg {
  width:420px;
/*  height:320px;*/
height:380px;
  background:transparent url(../images/aktuelleshg.png) repeat-x 0 170px;
  overflow:hidden;
  position:absolute;
  z-index:21;
}
.aktuellesTxt {
/*  padding:235px 10px 0 10px;*/
padding:290px 10px 0 10px;
}

.pagination {
  z-index: 10000;
  position: absolute;
  top: 10px;
  right: 10px;
}
.pagination li {
  float:left;
  margin:0 1px;
  list-style:none;
}

.pagination li a {
  display:block;
  width:12px;
  height:0;
  padding-top:12px;
  background-image:url(../images/pagination.png);
  background-position:0 0;
  float:left;
  overflow:hidden;
}

.pagination li.current a {
  background-position:0 -12px;
}

/* start */
#slider {
  width:700px;
  background:#020203 url(../images/indexhg.png) repeat-x left top;
  clear:both;
}
#slider ul {
  list-style:none;
}
#slider ul li { }
.slidercontent{
  width:216px;
  height:100px;
}
#slider .slidercontentH1, #slider .slidercontentH1 a {
  font:14px/18px Arial, Verdana, Sans-Serif;
  color:#fff;
  text-decoration:none;
  font-weight:bold;
}
#slider .slidercontentH1 a:hover {
  color:#e0232b;
}
.slidercontentImg {
  width:50px;
  float:left;
}
.slidercontentTxt {
  width:145px;
  float:left;
}
.prev {  
  width:25px;
  height:100px;
  background:transparent url(../images/prev.gif) no-repeat 0 0;
  float:left;
  cursor:pointer;
}  
.prev:hover {
  background:transparent url(../images/prev.gif) no-repeat 0 -100px;
}
.next { 
  width:25px;
  height:100px;
  background:transparent url(../images/next.gif) no-repeat 0 0;
  float:right;
  cursor:pointer;
}
.next:hover {
  background:transparent url(../images/next.gif) no-repeat 0 -100px;
}
.anyClass {
  width:650px;
  float:left;
}
/* end */


#mid .fce3spaltig{
  width:660px;
  padding:20px;
  background:#020203 url(../images/indexhg.png) repeat-x left top;
}
#mid .fce3spaltig .spalte  {
  width:216px;
  float:left
}



@media only screen and (max-width : 568px) {  
#mobilenavbottom11 { display:none; }
}
