@import url("0-319px.css") screen and (min-width: 0px) and (max-width: 319px);

@import url("320-479px.css") screen and (min-width: 320px) and (max-width: 479px) and (orientation: landscape);
@import url("0-319px.css")   screen and (min-width: 320px) and (max-width: 479px) and (orientation: portrait);

@import url("480-639px.css") screen and (min-width: 480px) and (max-width: 639px) and (orientation: landscape);
@import url("320-479px.css") screen and (min-width: 480px) and (max-width: 639px) and (orientation: portrait);

@import url("640-799px.css") screen and (min-width: 640px) and (max-width: 799px) and (orientation: landscape);
@import url("480-639px.css") screen and (min-width: 640px) and (max-width: 799px) and (orientation: portrait);

@import url("800-1023px.css") screen and (min-width: 800px) and (max-width: 1023px) and (orientation: landscape);
@import url("640-799px.css")  screen and (min-width: 800px) and (max-width: 1023px) and (orientation: portrait);
  
@import url("1024px.css") screen and (min-width: 1024px) and (orientation: landscape);
@import url("800-1023px.css") screen and (min-width: 1024px) and (orientation: portrait);


@media (orientation: landscape) { #resolution_orientation:before { content: "landscape"; } }
@media (orientation: portrait) { #resolution_orientation:before { content: "portrait"; } }


* {
  font-family: Segoe UI, Arial, Tahoma, Helvetica, Verdana;
}
body {
  margin: 0;
  /*overflow-y: scroll;*/
  /*overflow: hidden;*/
  background: #FFF;
}
img { border: 0; }
td,th {
  text-align: left;
  vertical-align: top;
}


.top {
  width: 100%;
}
.top .topimg {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
  width: 100%;
}

.top section.slider {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.top section.slider ul.slides li {
  background-position: center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
  width: 100%;
}


.top .inner {
  display: block;
  margin: auto;
  /*box-shadow: inset 0 0 1px #000;*/
}
.top .logo {
  display: block;
  background: #FFF;
  position: relative;
  z-index: 1;
}

.mainnav {
  position: relative;
  z-index: 2;
}
.mainnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mainnav ul li {
  margin: 0;
  padding: 0;
}
.mainnav ul li a {
/*
  width: 10.5%;
  height: 8vw;
  float: left;
  margin-right: 0.25vw;
  */
  text-align: center;
  /*line-height: 10vw;*/
  color: #FFF;
  text-decoration: none;
  background-position: center -0.5vw;
  background-repeat: no-repeat;
  background-size: auto 100%;
  
}

.mainnav ul li a:before {
  display: block;
  height: 1px;
  overflow: hidden;
  content: " ";
}
.mainnav ul li a:hover {
  color: #000;
}

.mainnav ul li:nth-child(1) a {
  background-color: #b1c903;
  background-image: url('../img/btn.vsse.n.png');
}
.mainnav ul li:nth-child(1) a:hover {
  background-color: #b1c943;
}

.mainnav ul li:nth-child(2) a {
  background-color: #ede00b;
  background-image: url('../img/btn.erzeuger.n.png');
}
.mainnav ul li:nth-child(2) a:hover {
  background-color: #ede04b;
}
.mainnav ul li:nth-child(3) a {
  background-color: #f49e00;
  background-image: url('../img/btn.mitglieder.n.png');
}
.mainnav ul li:nth-child(3) a:hover {
  background-color: #f49e40;
}
/*
.mainnav ul li:nth-child(4) a {
  background-color: #ff7800;
  background-image: url('../img/btn.pdfs.n.png');
}
*/
.mainnav ul li:nth-child(4) a {
  background-color: #e95d0f;
  background-image: url('../img/btn.medien.n.png');
}
.mainnav ul li:nth-child(4) a:hover {
  background-color: #e95d4f;
}
.mainnav ul li:nth-child(5) a {
  background-color: #d10019;
  background-image: url('../img/btn.center.n.png');
  margin-right: 0;
}
.mainnav ul li:nth-child(5) a:hover {
  background-color: #d10039;
}

.mainnav ul li.active:nth-child(1) a {
  border-bottom: 0.5vw #B1C903 solid;
}
.mainnav ul li.active:nth-child(1) span {
  border-bottom: 0.5vw #B1C903 solid;
}
.mainnav ul li.active:nth-child(2) a {
  border-bottom: 0.5vw #ede00b solid;
}
.mainnav ul li.active:nth-child(2) span {
  border-bottom: 0.5vw #ede00b solid;
}
.mainnav ul li.active:nth-child(3) a {
  border-bottom: 0.5vw #f49e00 solid;
}
.mainnav ul li.active:nth-child(3) span {
  border-bottom: 0.5vw #f49e00 solid;
}
/*
.mainnav ul li.active:nth-child(4) a {
  border-bottom: 0.5vw #ff7800 solid;
}
.mainnav ul li.active:nth-child(4) span {
  border-bottom: 0.5vw #ff7800 solid;
}
*/
.mainnav ul li.active:nth-child(4) a {
  border-bottom: 0.5vw #e95d0f solid;
}
.mainnav ul li.active:nth-child(4) span {
  border-bottom: 0.5vw #e95d0f solid;
}
.mainnav ul li.active:nth-child(5) a {
  border-bottom: 0.5vw #d10019 solid;
}
.mainnav ul li.active:nth-child(5) span {
  border-bottom: 0.5vw #d10019 solid;
}

.mainnav ul li.active:nth-child(1) span,
.mainnav ul li.active:nth-child(2) span,
.mainnav ul li.active:nth-child(3) span,
/*.mainnav ul li.active:nth-child(4) span,*/
.mainnav ul li.active:nth-child(4) span,
.mainnav ul li.active:nth-child(5) span {
  display: block;
  width: 100%;
  height: 0px;
  position: absolute;
}


.mainnav .search {
  border: none;
  background: rgba(0,0,0,0.5);
  background: #dfddda;
  /*width: 35.5%;*/
  /*height: 3vw;*/
  float: right;
  /*margin-bottom: 0.25vw;*/
  font-family: Segoe UI, Arial, Tahoma, Helvetica, Verdana;
  font-size: 90%;
}
.mainnav .info {
  color: #333;
  background: rgba(0,0,0,0.5);
  background: #dfddda;
  /*width: 35.5%;*/
  /*height: 4.75vw;*/
  float: right;
  font-family: Segoe UI, Arial, Tahoma, Helvetica, Verdana;
}

.mainnav:after {
  clear: both;
  display: block;
  content: " ";
}


.subnav,
.subnav_open {
/*  display: none;*/
  padding: 0.5% 0 1% 2%;
  border-bottom: 1px rgba(0,0,0,0.25) solid;
}
.subnav_open {
  display: block;
}







.subnav ul,
.subnav_open ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.subnav *,
.subnav_open * {
  text-decoration: none;
  color: #666;
}
.subnav * a:hover,
.subnav_open * a:hover {
  color: #000;
}
.subnav_open ul  li.aktiv a:before{
  content: "» ";
}
.subnav_open ul  li.aktiv a {
  color: #000000;
}

.subnav:after,
.subnav_open:after {
  clear: both;
  display: block;
  content: " ";
}

.rightnav {
  padding: 0.5% 2% 1% 2%;
}
.rightnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}
.rightnav ul li {
  display: inline-block;
}
.rightnav ul li a {
  display: inline-block;
  padding-left: 10%;
  text-decoration: none;
  color: #666;
}
.rightnav ul li a:hover {
  color: #000;
}



.base,
.content {
  margin: auto;
  padding-bottom: 50px;
}
.base {
  padding-bottom: 20px;
}
.base:after,
.content:after,
.s_2:after {
  display: block;
  clear: both;
  content: " ";
}
.content a{
  color: #333;
}
.content a:hover {
  color: #000;
  text-decoration: none;
}

.article:before,
.s_2:before {
  clear: both;
  display: block;
  content: " ";
}

.footer {
  background: #dfddda;
  overflow: auto;
}
.footer .inner {
  margin: auto;
  padding: 0 2%;
}
.footer .inner * {
  color: #646567;
  font-size: 80%;
  font-family: Tahoma;
  line-height: 1.2em;
}
.footer .inner .nav {
  list-style-type: none;
  padding: 0;
  white-space: nowrap;
}

.footer .inner  a {
  font-size: 100%;
  font-family: Tahoma;
  text-decoration: none;
}

.footer .inner .nav li a {
  font-size: 120%;
  font-family: Tahoma;
  display: inline-block;
  text-decoration: none;
}
.footer .inner .nav li a:hover,
.footer .inner  a:hover {
  color: #000;
}
.footer .inner .nav:after {
  clear: both;
  display: block;
  content: " ";
}




h1 { font-size: 130%; text-transform: uppercase; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
p, li, td, blockquote {
  font-size: 100%;
}
p, li, blockquote {
  line-height: 1.5em;
  line-height: 150%;
}
.content ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.content li,
.content li li{
  margin: 0px 0px 5px 20px;
  padding: 0px;
}
.content li li{
  margin: 0px 0px 0px 20px;
  padding: 0px;
}
.content .indent {
  margin-left: 20px;
}

.content li:before {
  content: "» ";
  font-size: 1.5em;
}
.content li li:before {
  content: "» ";
  font-size: 1.2em;
}

.tx-indexedsearch-rules {
  display: none;
}

.tx-indexedsearch-searchbox {
  border-bottom: 3px solid #aaa;
}
.tx-indexedsearch-searchbox table td {
  padding: 5px 10px 5px 0;
}

.tx-indexedsearch-res a {
  color: #111111;
  text-decoration: none;
}
.tx-indexedsearch-res a:hover {
  color: #000;
  text-decoration: underline;
}
ul.browsebox {
  margin: 0 0 20px 0;
}
.tx-indexedsearch .tx-indexedsearch-browsebox LI {
  display: inline;
  margin: 0px 5px 0px 0px;
}
.tx-indexedsearch .tx-indexedsearch-browsebox LI:before {
  content: "";
}
.tx-indexedsearch .tx-indexedsearch-browsebox LI a {
  background: #EEE;
  color: #111;
  text-decoration: none;
  padding: 5px;
  border-radius: 2px;
}
.tx-indexedsearch .tx-indexedsearch-browsebox LI a:hover{
  background: #ccc;
}
.tx-indexedsearch-info {
    display: none;
}
.tx_locator_map {
  box-shadow: 3px 3px 6px #333333;
  border-radius: 5px;
}
form fieldset {
  padding-top: 20px;
}
fieldset input[type="text"],
fieldset input[type="user"],
fieldset input[type="password"] {
	border-radius: 5px;
  border: none;
	cursor: pointer;
  box-shadow: 2px 2px 4px #333;
  margin: 10px 0 15px 0;
  padding: 5px;
}
fieldset input[type="submit"] {
	background-color: #aaaaaa;
	border-radius: 5px;
  border: none;
	cursor: pointer;
  box-shadow: 2px 2px 4px #333;
  width: 152px;
  padding: 5px;
}
fieldset input[type="submit"]:hover {
	background-color: #cccccc;
}

/*  Inhaltselemente */

table.csc-uploads td p{
  padding: 0px;
  margin: 0px;
}

.indent>.indent img {
  border: 1px solid #999;
}
form {
  margin-top: 20px;
}
.mobilestart {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hihhen;
  color: #fff;
}
.tx-jfmulticontent-pi1 {
  display: block;
}

.tx-jfmulticontent-pi1 .ui-state-default, .tx-jfmulticontent-pi1 .ui-widget-content .ui-state-default, .tx-jfmulticontent-pi1 .ui-widget-header .ui-state-default {
    border: none;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #1c94c4;
}

.tx-jfmulticontent-pi1 .ui-icon {
    width: 0px;
    height: 0px;
    background-image: none;
}
.tx-jfmulticontent-pi1 .ui-accordion .ui-accordion-icons {
    padding-left: 5px;
}
.tx-jfmulticontent-pi1  .ui-state-default a,.tx-jfmulticontent-pi1  .ui-state-default a:link,.tx-jfmulticontent-pi1  .ui-state-default a:visited {
    color: #333333;
}
.tx-jfmulticontent-pi1  .ui-widget-content {
    border: none;
    background: none;
    color: #333333;
}
.tx-jfmulticontent-pi1  .ui-accordion .ui-accordion-content {
    padding: 1em 0.5em;
}
.tx-jfmulticontent-pi1  .ui-state-default:after {
  float: right;
  content: "+";
  font-size: 16pt;
  margin-top: -5px;
  color: #333333;
}
.tx-jfmulticontent-pi1  .ui-state-active:after {
  float: right;
  font-size: 16pt;
  content: "-";
  margin-right: 5px;
}
.ui-accordion-content {
  height: auto!important;
}
#c594, #c595, #c596, #c597, #c598, #c599, #c600 { display: none; }
.tx-jfmulticontent-pi1 #c594, .tx-jfmulticontent-pi1 #c595, .tx-jfmulticontent-pi1 #c596, .tx-jfmulticontent-pi1 #c597, .tx-jfmulticontent-pi1 #c598, .tx-jfmulticontent-pi1 #c599, .tx-jfmulticontent-pi1 #c600 { display: block; }