/* ***********************************
     TYPE	: Stylesheet
     TITLE	: Saalbau Basic Style
     DESC	: Main Stylesheet for Saalbau
     AUTHOR	: Renate Einecke // www.sevenpixels.de
   *********************************** */

@charset "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: none;
}

body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1;
  font-family: calibri, verdana, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #3B3B3A;
  background-color: #E3E3E3;
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  form input {
    font-size: 16px !important;
  }
}

a {
  color: #E3000F;
}

p {
   margin: 5px 0 5px 0;
}

strong {
  font-weight: bold;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 20px 0;
  color: #E3000F;
  line-height: 25px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #E3000F;
}

h3 {
  font-size: 16px;
  font-weight: 600;
  color: #E3000F;
  margin-bottom: 3px;
}

h3 .link {
  font-size: 16px;
  font-weight: bold;
  color: #E3000F;
  margin-bottom: 3px;
  vertical-align
}

h3 .link img {
  vertical-align: middle;
  margin-right: 5px;
  width: 15px !important;
  height: 15px;
}

sup {
  vertical-align: super;
  font-size: 70%;
}

.backLink {
  font-style: italic;
  text-decoration: none;
}

.backLink img {
  vertical-align: middle;
  margin-right: 5px;
  width: 15px !important;
  height: 15px;
}

/* ---------- WRAP ---------- */

  #wrapper-outer {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 0 auto;
  }

  #wrapper-inner {
    margin: 10px;
    background-color: #FFFFFF;
    text-align: left;
  }

  @media only screen and (max-width: 480px) {
    #wrapper-inner {
      margin: 0;
    }
  }

/* ---------- /WRAP ---------- */

/* ---------- HEADER ---------- */

  #header {
    position: relative;
  }

  #logo {
    position: absolute;
    z-index: 3;
    top: 25px;
    right: 20px;
  }

  @media only screen and (max-width: 768px) {
    #logo {
      top: 15px;
      left: 10px;
    }
  }
  #navTop {
    float: left;
    margin-left: 20px;
    padding: 11px 0 0 0;
    font-size: 16px;
    font-weight: normal;
    list-style-type: none;
    color: #6F6F6E;
  }

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

  @media only screen and (max-width: 1024px) and (orientation: portrait) {
    #navTop {
      display: none;
    }
  }

  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #navTop {
      font-size: 14px;
    }
  }

  #navTop li {
    display: inline;
    padding-right: 2px;
  }

  #navTop li a:link,
  #navTop li a:visited {
    color: #6F6F6E;
    text-decoration: none;
  }

  #navTop li a:hover,
  #navTop li a:active {
    color: #6F6F6E;
    text-decoration: underline;
  }

  #navTopActive a {
    text-decoration: underline !important;
  }

  #navTopSmart {
    padding: 10px 0 10px 20px;
    font-size: 16px;
    font-weight: normal;
    list-style-type: none;
    color: #FFF;
  }

  #navTopSmart li {
    display: block;
    padding-bottom: 10px;
  }

  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #navTopSmart li {
      display: inline;
      padding: 15px;
    }
  }

  #navTopSmart li a:link,
  #navTopSmart li a:visited {
    color: #FFF;
    text-decoration: none;
  }

  #navTopSmart li a:hover,
  #navTopSmart li a:active {
    color: #FFF;
    text-decoration: underline;
  }

  @media only screen and (min-width: 992px) {
    #navTopSmart {
      display: none;
    }
  }

  @media only screen and (min-width: 992px) {
    #navTopSmart {
      display: none;
    }
  }

  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #navTopSmart {
      display: none;
    }
  }

  /* ---------- NAVIGATION ---------- */

    #smartphone-navigation-button-wrapper {
      display: none;
      position: relative;
      height: 40px;
    }

    #smartphone-navigation-button {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 60px;
    }

    #smartphone-navigation-button a {
      display: block;
      width: 100%;
      line-height: 30px;
      margin: 0 0 5px 10px;
      padding: 0 15px 0 15px;
      font-size: 18px;
      text-align: center;
      text-decoration: none;
      border: 1px solid #6F6F6E;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
    }

    #smartphone-search-field {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      width: 100%;
      height: 30px;
    }

    #smartphone-search-field > div {
      margin: 0 40px 0 120px
    }

    #smartphone-search-field > div > input {
      width: 100%;
      font-size: 15px;
      margin: 0;
      padding: 0;
      height: 30px;
      border: 1px solid #6F6F6E;
      border-right: 1px solid #fff;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomright: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      -webkit-appearance: none;
    }

    #smartphone-search-button {
      position: absolute;
      top: 0;
      right: 10px;
      z-index: 1;
      width: 29px;
      height: 30px;
      border: 1px solid #6F6F6E;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-radius-topright: 5px;
      -moz-border-radius-bottomright: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      -webkit-border-top-left-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-topleft: 0;
      -moz-border-radius-bottomleft: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      background-image: url(/images/layout/lupe.gif);
      background-image: no-repeat;
    }

    @media only screen and (max-width: 1024px) {
      #smartphone-navigation-button-wrapper {
        display: block;
        margin-top: 100px;
      }
    }

    #navi {
      display: block;
      float: left;
      margin: 20px 0 0 20px;
      font-size: 16px;
      font-weight: normal;
      list-style: none;
      color: #6F6F6E;
    }

    @media only screen and (max-width: 1024px) {
      #navi {
        display: none;
        clear: both;
        margin: 0;
        width: 100%;
      }
    }

    #navi li {
      float: left;
      margin-right: 10px;
      cursor: pointer;
    }

    @media only screen and (max-width: 480px) {
      #navi li {
        clear: both;
        margin: 0;
        width: 100% !important;
      }
    }

    @media only screen and (max-width: 1024px) {
      #navi > li {
        clear: none;
        float: left;
        margin: 0;
        width: 33.33333333%;
      }
    }

    #navi li a {
      display: block;
      line-height: 40px;
      padding: 0 15px 0 15px;
      font-size: 18px;
      text-transform: uppercase;
      background-color: #C5C6C6;
      border: 1px solid #6F6F6E;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
    }

    @media only screen and (max-width: 1024px) {
      #navi li a {
        margin: 0 10px 5px 10px;
      }
    }

    #navi li a:link,
    #navi li a:visited {
      color: #6F6F6E;
      text-decoration: none;
    }

    #navi li a:hover,
    #navi li a:active {
      color: #FFF;
      background-color: #E3000F;
      text-decoration: none;
    }

    .naviActive a {
      color: #FFF !important;
      background-color: #E3000F !important;
      text-decoration: none;
    }

    .sub-navigation-open {
      height: 60px;
      background-color: #E3000F;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }

    .sub-navigation-open a {
      text-decoration: none !important;
      color: #FFF !important;
      background-color: #E3000F !important;
      border-bottom: 1px solid #E3000F !important;
    }

    #navi li ul {
      display: none;
      margin: 0 0 0 20px;
      list-style: none;
    }

    @media only screen and (max-width: 1024px) {
      #navi li ul {
        display: block;
      }

      #navi li ul li {
        width: 100%;
      }
    }

    #navi li ul li a {
      text-transform: none;
    }

    @media only screen and (max-width: 1024px) {
      #navi li ul li a {
        line-height: 25px;
        padding: 0 10px 0 10px;
        font-size: 16px;
      }
    }

    @media only screen and (max-width: 768px) {
      #navi li ul li a {
        font-size: 12px;
      }
    }

    #after_navi_cleaner {
      display: none;
    }

    @media only screen and (max-width: 1024px) {
      #after_navi_cleaner {
        display: block;
      }
    }

    #sub-navigation {
      display: none;
      position: absolute;
      z-index: 1000;
      top: 107px;
      left: 20px;
      width: 540px;
      height: 180px;
      background-color: #E3000F;
      -webkit-border-bottom-right-radius: 20px;
      -webkit-border-bottom-left-radius: 20px;
      -moz-border-radius-bottomright: 20px;
      -moz-border-radius-bottomleft: 20px;
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
    }

    #sub-navigation-level-2 {
      position: absolute;
      top: 15px;
      height: 155px;
      border-right: 2px solid #FFFFFF;
      overflow: hidden;
    }

    #sub-navigation-level-3 {
      position: absolute;
      top: 15px;
      height: 155px;
      border-right: 2px solid #FFFFFF;
      overflow: hidden;
    }

    #sub-navigation-level-4 {
      position: absolute;
      top: 15px;
      height: 155px;
      overflow: hidden;
    }

    #sub-navigation ul {
      margin: 0;
      padding: 0;
      list-style: none;
      padding: 0;
    }

    #sub-navigation ul li ul {
      display: none;
    }

    #sub-navigation ul li a {
      display: block;
      color: #ffffff;
      text-decoration: none;
      padding: 5px 0 0 0;
    }

    #sub-navigation ul li a:hover {
      color: #e3e3e3;
    }

    .sub-navigationActive {
      color: #ffffff;
      text-decoration: underline;
    }

  /* ---------- /NAVIGATION ---------- */

  #headerBild {
    margin-top: 80px;
    position: relative;
  }

  @media only screen and (max-width: 1024px) {
    #headerBild {
      margin-top: 10px;
    }
  }

  #headerBild img {
    width: 100%;
  }

  /* ---------- SLIDESHOW ---------- */

    /*! http://responsiveslides.com v1.54 by @viljamis */

    .rslides {
      position: relative;
      list-style: none;
      overflow: hidden;
      width: 100%;
      padding: 0;
      margin: 0;
    }

    .rslides li {
      -webkit-backface-visibility: hidden;
      position: absolute;
      display: none;
      width: 100%;
      left: 0;
      top: 0;
    }

    .rslides li:first-child {
      position: relative;
      display: block;
      float: left;
    }

    .rslides img {
      display: block;
      height: auto;
      float: left;
      width: 100%;
      border: 0;
    }

    .rslides {
      margin: 0 auto 40px;
    }

    .rslides_container {
      margin-top: 80px;
      position: relative;
      width: 100%;
    }

    @media only screen and (max-width: 1024px) {
      .rslides_container {
        margin-top: 10px;
      }
    }

    .rslides_slide {
      position: relative;
      list-style: none;
      overflow: hidden;
      width: 100%;
      padding: 0;
      margin: 0;
    }

    .rslides_slide li {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
    }

    .rslides_slide img {
      display: block;
      position: relative;
      z-index: 1;
      height: auto;
      width: 100%;
      border: 0;
    }

    .rslides_slide .caption {
      display: block;
      position: absolute;
      z-index: 2;
      text-align: left;
      color: #000;
      background: #fff;
      background: rgba(255,255,255, .7);
      right: 23px;
      bottom: 20px;
      padding: 10px 20px;
      margin: 0;
      height: 125px;
      width: 228px;
      max-width: 228px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
    }

    @media only screen and (max-width: 480px) {
      .rslides_slide .caption {
        position: relative;
        margin-top: 0;
        padding: 10px 10px;
        left: 0;
        bottom: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        height: 40px;
        max-width: 100%;
        width: 100%;
      }
    }

    .rslides_slide .caption h2 {
      text-transform: uppercase;
    }

    @media only screen and (max-width: 480px) {
      .rslides_slide .caption h2 {
        display: none;
      }

      .rslides_slide .caption p {
        padding: 0;
        margin: 0;
      }
    }

    .rslides_slide .caption a {
      display: block;
      padding: 6px 0 0 20px;
      font-style: italic;
      text-decoration: none;
      background-image: url(/images/layout/pfeil-rot.png);
      background-repeat: no-repeat;
      background-position: 0 6px;
    }

    @media only screen and (max-width: 480px) {
      .rslides_slide .caption a {
        background-position: 0 8px;
      }
    }

    .rslides_slide_nav {
      position: absolute;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
      top: 52%;
      left: 0;
      opacity: 0.7;
      z-index: 3;
      text-indent: -9999px;
      overflow: hidden;
      text-decoration: none;
      height: 60px;
      width: 60px;
      margin-top: -60px;
    }

    .rslides_slide_nav:active {
      opacity: 1.0;
    }

    .rslides_slide_nav.prev {
      background: transparent url('/images/layout/slide-pfeil-links.png') no-repeat 20px center;
    }

    .rslides_slide_nav.next {
      left: auto;
      background: transparent url('/images/layout/slide-pfeil-rechts.png') no-repeat 15px center;
      right: 0;
    }

    @media screen and (max-width: 600px) {
      .crslides_slide_nav {
        top: 47%;
      }
    }

  /* ---------- /SLIDESHOW ---------- */

/* ---------- /HEADER ---------- */

/* ---------- CONTENT ---------- */

  #path {
    margin: 10px 0 0 20px;
    padding: 0;
    list-style-type: none;
  }

  @media only screen and (max-width: 1024px) {
    #path {
      margin: 10px 0 0 10px;
    }
  }

  #path li {
    display: inline;
    margin-right: 3px;
  }

  #path li a {
    text-decoration: none;
    color: #3B3B3A;
  }

  #contentWrap {
    width: 100%;
  }

  #contentTextWrap {
    float: left;
    width: 70%;
    max-width: 806px;
  }

  @media only screen and (max-width: 768px)  {
    #contentTextWrap {
      clear: both;
      width: 100%;
    }
  }

  @media only screen and (max-width: 480px) {
    #contentTextWrap {
      clear: both;
      width: 100%;
    }
  }

  #contentText {
    padding: 20px 5px 20px 20px;
    line-height: 140%;
  }

  @media only screen and (max-device-width: 1024px) {
    #contentText {
      padding: 10px;
    }
  }

  #contentText form ul {
    margin-left: 20px;
    color: #cc0000;
  }
  #contentText ul {
     margin-left: 20px;
     list-style-image: url(/images/layout/dot.gif);
  }
  #contentText ul li {
     margin-bottom: 5px;
  }

  #contentText .aligned-image-copyright {
    clear: both;
    padding: 5px 5px 0 5px;
    text-align: right;
    font-size: 11px;
    line-height: 130%;
  }

  #contentText .aligned-image-caption {
    clear: both;
    padding: 5px 5px 0 5px;
    font-size: 12px;
    line-height: 130%;
  }

  #contentText img.align-left {
    margin: 5px 10px 5px 0;
    width: 33%;
  }

  #contentText div.align-left {
    float: left;
    margin: 5px 10px 5px 0;
    padding: 0 0 10px 0;
    width: 33%;
    background-color: #B9C5D8;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  #contentText div.align-left * {
    color: #444444 !important;
    font-style: italic !important;
    text-decoration: none !important;
  }

  #contentText div.align-left img {
    width: 100%;
  }

  #contentText img.align-right {
    margin: 5px 0 5px 10px;
    width: 33%;
  }

  #contentText div.align-right {
    float: right;
    margin: 5px 0 5px 10px;
    padding: 0 0 10px 0;
    width: 33%;
    background-color: #B9C5D8;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  #contentText div.align-right * {
    color: #444444 !important;
    font-style: italic !important;
    text-decoration: none !important;
  }

  #contentText div.align-right img {
    width: 100%;
  }

  @media only screen and (max-width: 1024px) {
    #contentText img.align-left,
    #contentText img.align-right,
    #contentText div.align-left,
    #contentText div.align-right {
      width: 50%;
    }
  }

  @media only screen and (max-width: 480px) {
    #contentText img.align-left,
    #contentText img.align-right,
    #contentText div.align-left,
    #contentText div.align-right {
      width: 100%;
    }
  }

  .teaserWrap {
    float: left;
    width: 33.33333333%;
    min-width: 200px;
  }

  @media only screen and (max-width: 480px) {
    .teaserWrap {
      float: none;
      clear: both;
      width: 100%;
    }
  }

  .teaser {
    margin: 0 20px 20px 0;
    min-height: 180px;
    border: 1px solid #C5C6C6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

  @media only screen and (max-width: 480px) {
    .teaser {
      margin: 0 0 20px 0 !important;
    }
  }

  .teaser img {
    width: 100%;
  }

  .teaser h2 a {
    padding: 3px 10px 0 10px;
    text-decoration: none !important;
    display: block;
    line-height: 30px;
    background-image: url(/images/layout/pfeil.gif);
    background-repeat: no-repeat;
    background-position: 98% 4px;
  }

  .teaser h2 a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
     padding-right: 30px;
  }

  .teaser h2 a img {
    width: 28px !important;
    height: 29px !important;
    float: right;
    margin-right: 10px;
  }

  .teaserText {
    padding: 10px;
    display: block;
  }

  .teaserText p {
     margin: 0;
     padding: 0;
  }

  #listHeader {
    margin-bottom: 5px;
  }

  #listFooter {
    margin-top: 5px;
  }

  #listSearch {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  #listSearch li {
    padding: 10px 0 10px 0;
    margin: 0;
    border-bottom: 1px solid #EBEAEA;
  }

  .listTextEnd {
    border-bottom: 0px !important;
  }

  .small {
    display: block;
    font-size: 12px;
  }

.newsList {
   margin-bottom: 15px;
}

.newsTeaserBild {
  float: left;
  width: 20%;
  margin-right: 10px;
}
.newsTeaserBild img {
  width: 100%;
}
.newsTeaserText {
  float: left;
  width: 60%;
}
  @media only screen and (max-width: 480px) {
   .newsTeaserBild {
     display: none;
  }
}
  @media only screen and (max-width: 480px) {
   .newsTeaserText { 
   width: 100%;
  }
}
  #jobsLeft {
    float: left;
    width: 35%;
    max-width: 200px;
    margin-right: 20px;
  }

  @media only screen and (max-width: 480px) {
    #jobsLeft {
      clear: both;
      width: 98%;
      max-width: 200px;
    }
  }

  #jobsLeft img {
     width: 100%;
  }

  #jobsRight {
    float: left;
    width: 65%;
    max-width: 500px;
  }

  @media only screen and (max-width: 480px) {
    #jobsRight {
      clear:both;
      width: 98%;
      max-width: 98%;
    }
  }

  #jobsRight ul{
    margin-left: 20px;
  }
#contentTextSmall {
   width: 65%;
   float: left;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
   #contentTextSmall {
   width: 60%;
   float: left;
   }
  }
@media only screen and (max-width: 480px) {
   #contentTextSmall {
   width: 100%;
   }
  }
#infoBox {
  margin-top: 10px;
  padding: 5px;
  width: 33%;
  float: left;
    border: 1px solid #C5C6C6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
   #infoBox {
   float: right;
   }
  }

@media only screen and (max-width: 480px) {
   #infoBox {
    width: 100%;
   }
  }

#infoBox .iconImg {
  width: 20%;
  float: right;
  margin-left: 10px;
}
#infoBox img {
  width: 100%;
}

  .veranstaltungsWrap {
   margin-top: 10px;
   padding: 10px 0 10px 0;
   border-top: 1px solid #C5C6C6;
}

  .veranstaltungsWrap h2 a {
    color: #3B3B3A;
    font-weight: strong;
    font-size: 18px;
    text-decoration: none;
}

#veranstaltungsDetail h2 {
    color: #3B3B3A;
    font-weight: strong;
    font-size: 18px;
 }

#contentTextSmall {
   width: 65%;
   float: left;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
   #contentTextSmall {
   width: 60%;
   float: left;
   }
  }

@media only screen and (max-width: 480px) {
   #contentTextSmall {
   width: 100%;
   }
  }

#contentTextSmallObjekt {
   width: 65%;
   float: left;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
   #contentTextSmallObjekt {
   width: 60%;
   float: left;
   }
  }

@media only screen and (max-width: 480px) {
   #contentTextSmallObjekt {
   width: 100%;
   }
  }


#contentTextSmallObjekt h2 {
    color: #3B3B3A;
    font-weight: normal;
    font-size: 18px;
}

#contentTextSmallObjekt h3 {
   font-weight: bold;
}

#contentTextRight {
  margin-top: 10px;
  padding: 5px;
  width: 33%;
  float: left;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
   #contentTextRight {
   float: right;
   }
  }

@media only screen and (max-width: 480px) {
   #contentTextRight {
    width: 100%;
   }
  }

 .downloadListe {
   list-style: none !important;
   margin: 0 !important;
   padding: 0 !important;
}
 .downloadListe li {
   background-image: url(/images/layout/download-icon.gif);
   background-repeat: no-repeat;
   padding-left: 20px;
   line-height: 20px;
   margin-bottom: 5px;
}

.downloadListe li a{
   color: #3B3B3A; 
}

/* ---------- /CONTENT ---------- */

/* ---------- FORMULAR ---------- */

  #kontakt {
    margin: 20px 0 20px 0;
  }
#kontakt p {
  clear: both;
}
  #kontakt img {
    width: 100px !important;
    height: 20px;
  }

  #kontakt label {
    margin-top: 3px;
    float: left;
    width: 200px;
  }

  @media only screen and (max-width: 1024px) {
    #kontakt label {
      width: 30%;
    }
  }

  @media only screen and (max-width: 480px) {
    #kontakt label {
      width: 90%;
    }
  }

  #kontakt input {
    float: left;
    width: 250px;
    line-height: 160p%;
    border: 1px solid #C5C6C6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  @media only screen and (max-width: 1024px) {
    #kontakt input {
      width: 65%;
    }
  }

  @media only screen  and (max-width: 480px) {
    #kontakt input {
      width: 90%;
    }
  }

  #kontakt select {
    margin-top: 3px;
    margin-bottom: 5px;
    width: 250px;
    border: 1px solid #C5C6C6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
 @media only screen and (max-width: 1024px) {
    #kontakt select {
      width: 65%;
    }
  }

  @media only screen  and (max-width: 480px) {
    #kontakt select {
      width: 90%;
    }
  }

  #kontakt #PLZ {
    width: 50px;
  }

  @media only screen and (max-width: 1024px) {
    #kontakt #PLZ {
      width: 60px;
    }
  }
  @media only screen and (max-width: 768px) {
    #kontakt #PLZ {
      width: 74px;
    }
  }

  @media only screen and (max-width: 480px) {
    #kontakt #PLZ {
      width: 15%;
    }
  }

  #kontakt #Ort {
    width: 200px;
  }

  @media only screen and (max-width: 1024px) {
    #kontakt #Ort {
      width: 365px;
    }
  }

  @media only screen and (max-width: 768px) {
    #kontakt #Ort {
      width: 380px;
    }
  }

  @media only screen and (max-width: 480px) {
    #kontakt #Ort {
      width: 70%;
    }
  }

  .long {
    width: 400px !important;
  }

  @media only screen and (max-width: 1024px) {
    .long {
      width: 90% !important;
    }
  }

  @media only screen and (max-width: 480px) {
    .long {
      width: 90% !important;
    }
  }

  .radioLabel {
    width: 150px !important;
    margin-left: 50px !important;
  }

  .check {
    margin-top: 5px;
    width: 15px !important;
  }
.formTextarea {
    margin-top: 5px;
    width: 250px;
    border: 1px solid #C5C6C6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
  }

 @media only screen and (max-width: 480px) {
    .formTextarea {
      width: 90%;
    }
  }

  @media only screen and (max-width: 1024px) {
    .formTextarea  {
      width: 67%;
    }
  }

  #Kopie {
    margin-top: 5px;
    width: 15px !important;
  }

  #Anmerkung {
    margin-top: 5px;
    width: 250px;
    border: 1px solid #C5C6C6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
  }

  @media only screen and (max-width: 480px) {
    #Anmerkung  {
      width: 90%;
    }
  }

  @media only screen and (max-width: 1024px) {
    #Anmerkung  {
      width: 67%;
    }
  }

  #code {
    margin-bottom: 5px;
  }

  #kontaktSendButton {
    margin-right: 10px;
    border: 1px solid #437599;
    width: auto !important;
    background-color: #F0F0F0;
    font-weight: bold;
  }

#kontakt hr {
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}
 #VeranstalterAnmerkung {
   margin-top: 5px;
    width: 250px;
    border: 1px solid #C5C6C6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
  }

  @media only screen and (max-width: 480px) {
    #VeranstalterAnmerkung {
      width: 90% !important;
    }
  }

  @media only screen and (max-width: 1024px) {
     #VeranstalterAnmerkung {
      width: 67%;
    }
  }

#VeranstalterRegistrierungAbsenden {
    margin-right: 10px;
    border: 1px solid #437599;
    width: auto !important;
    background-color: #F0F0F0;
    font-weight: bold;
  }

#VeranstalterStrasse  {
    width: 200px  !important;
  }

  @media only screen and (max-width: 1024px) {
   #VeranstalterStrasse {
      width: 365px  !important;
    }
  }

  @media only screen and (max-width: 768px) {
   #VeranstalterStrasse {
      width: 380px  !important;
    }
  }

  @media only screen and (max-width: 480px) {
    #VeranstalterStrasse {
      width: 70%  !important;
    }
  }

#VeranstalterHausnummer {
    width: 50px  !important;
  }

  @media only screen and (max-width: 1024px) {
    #VeranstalterHausnummer {
      width: 60px  !important;
    }
  }
  @media only screen and (max-width: 768px) {
    #VeranstalterHausnummer {
      width: 74px  !important;
    }
  }

  @media only screen and (max-width: 480px) {
   #VeranstalterHausnummer {
      width: 15%  !important;
    }
  }


#VeranstalterPLZ {
    width: 50px  !important;
  }

  @media only screen and (max-width: 1024px) {
    #VeranstalterPLZ {
      width: 60px  !important;
    }
  }
  @media only screen and (max-width: 768px) {
    #VeranstalterPLZ {
      width: 74px  !important;
    }
  }

  @media only screen and (max-width: 480px) {
    #VeranstalterPLZ {
      width: 15%  !important;
    }
  }

#VeranstalterOrt {
    width: 200px  !important;
  }

  @media only screen and (max-width: 1024px) {
    #VeranstalterOrt {
      width: 365px  !important;
    }
  }

  @media only screen and (max-width: 768px) {
   #VeranstalterOrt {
      width: 380px  !important;
    }
  }

  @media only screen and (max-width: 480px) {
    #VeranstalterOrt {
      width: 70%  !important;
    }
  }

 #VeranstaltungUhrzeitStunde {
    width: 120px !important;
  }

  @media only screen and (max-width: 1024px) {
    #VeranstaltungUhrzeitStunde {
      width: 32% !important;
    }
  }

  @media only screen and (max-width: 480px) {
    #VeranstaltungUhrzeitStunde {
      width: 45% !important;
    }
  }

 #VeranstaltungUhrzeitMinute {
    width: 120px !important;
   }

  @media only screen and (max-width: 1024px) {
    #VeranstaltungUhrzeitMinute {
      width: 32% !important;
    }
  }

  @media only screen and (max-width: 480px) {
    #VeranstaltungUhrzeitMinute {
      width: 45% !important;
    }
  }

.dateSelect {
   width: 80px !important;
}

#VeranstaltungBeschreibungLang {
   width: 250px;
}

  @media only screen and (max-width: 1024px) {
    #VeranstaltungBeschreibungLang {
      width: 67% !important;
    }
  }

  @media only screen and (max-width: 480px) {
    #VeranstaltungBeschreibungLang {
      width: 90% !important;
    }
  }

#VeranstaltungBeschreibungKurz {
   width: 250px;
}

  @media only screen and (max-width: 1024px) {
    #VeranstaltungBeschreibungKurz {
      width: 67% !important;
    }
  } 
  @media only screen and (max-width: 480px) {
    #VeranstaltungBeschreibungKurz {
      width: 90% !important;
    }
  }

#VeranstaltungBild {
   border: 0 !important;
   width: auto !important;
}

#veranstaltungsSucheForm {
  margin-bottom: 20px;
}

#veranstaltungsSucheForm select {
    height: 23px;
    width: 20%;
    margin-right: 10px;
    border: 1px solid #C5C6C6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

  @media only screen and (max-width: 480px) {
   #veranstaltungsSucheForm select {
    width: 90%;
    margin-bottom: 10px;
    }
  }

#veranstaltungsSucheForm input {
    line-height: 20px;
    height: 20px;
    width: 20%;
    padding; 5px;
    border: 1px solid #C5C6C6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

  @media only screen and (max-width: 480px) {
   #veranstaltungsSucheForm input {
    width: 85%;
    }
  }

#veranstaltungSubmit {
    margin-top: 10px;
    border: 1px solid #437599;
    width: auto !important;
    background-color: #F0F0F0;
    font-weight: bold;
    height: 25px !important;
}

.veranstaltungsBildWrap {
   float: left;
   width: 25%;
   margin-right: 20px;
}

  @media only screen and (max-width: 480px) {
    .veranstaltungsBildWrap  {
      width: 100% !important;
    }
  }

.veranstaltungsBildWrap img {
   width: 100%;
}

.veranstaltungsTextWrap {
   float: left;
   width: 70%;
}

  @media only screen and (max-width: 480px) {
    .veranstaltungsTextWrap  {
      width: 100% !important;
    }
  }

.veranstaltungsTextWrap a img {
  vertical-align: middle;
  margin-right: 5px;
}

#contentObjectSearch {
   float: left;
   width: 50%;
}

  @media only screen and (max-width: 480px) {
    #contentObjectSearch {
   clear: both;
   width: 100%;
   }
  }

#contentObjectSearchRight {
   float: right;
   width: 50%;
}

  @media only screen and (max-width: 480px) {
    #contentObjectSearchRight {
   clear: both;
   width: 100%;
   }
  } 
.objektSelect {
    height: 23px
    width: 100%;
    margin-right: 10px;
    border: 1px solid #C5C6C6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#objektSubmit {
    margin-top: 10px;
    border: 1px solid #437599;
    width: auto !important;
    background-color: #F0F0F0;
    font-weight: bold;
    height: 25px !important;
    padding; 5px;
    border: 1px solid #C5C6C6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#kontakt legend {
   margin: 5px 0 0 0;
   font-weight: bold;
  color: #E3000F;
   
}
.veranstaltungsLink {
  background-image: none !important;
  color: #3B3B3A; !important;
  padding: 0 !important;
}

/* ---------- /FORMULAR ---------- */

/* ---------- SUCHFELD ----------  */ 

  #searchwrapper {
    margin-left: 10px;
    margin-top: 18px;
    width: 100%;
    max-width: 256px;
    height: 30px;
    border: 1px solid #C5C6C6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

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

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

  #searchwrapper form {
    margin-right: 0;
    padding-right: 0;
  }

  #searchfield {
    float: left;
    color: #3B3B3A;
    margin-top: 2px;
    padding: 5px;
    font-size: 13px;
    border: 0px;
  }

  #searchsubmit {
    float: right;
    width:30px;
    height:30px;
    border:0px;
    background-image: url(/images/layout/lupe.gif);
    background-image: no-repeat;
  }
  
/* ---------- /SUCHFELD ----------  */

/* ---------- RECHTS ----------  */

  #right {
    float: right;
    width: 30%;
    max-width: 300px;
  }

  @media only screen and (max-width: 768px) {
    #right {
      float: none;
      clear: both;
      width: 100%;
      max-width: 100%;
      margin: 0;
      border-top: 1px solid #E3000F;
    }
  }

  .teaserRightWrap {
    margin: 10px 20px 10px 10px;
    line-height: 140%;
  }

  @media only screen and (max-width: 768px) {
    .teaserRightWrap {
      margin: 10px;
    }

    .teaserRightWrapper {
      float: none;
      clear: both;
      width: 100%;
      margin: 0 !important;
    }
  }

  .teaserRightWrap h2 {
    margin-top: 5px;
    text-transform: uppercase;
  }

  .teaserRight {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E3000F;
  }

  .teaserRight img {
    width: 100%;
    height: auto;
    padding: 5px 0 5px 0;
  }

  @media only screen and (max-width: 768px) {
    .teaserRight img {
      display: none;
    }
  }

  @media only screen and and (max-width: 480px) {
    .teaserRight img {
      display: none;
    }
  }

  .teaserRight a {
    display: block;
    padding: 7px 0 0 20px;
    background-image:url('/images/layout/pfeil-rot.png');
    background-repeat: no-repeat;
    background-position: 0 11px;
  }

  @media only screen and (max-width: 480px) {
    .teaserRight a img {
      display: block;
    }
  }

  #ansprechpartnerForm {
    margin-top: 5px;
  }

  #ansprechpartnerForm a {
    clear: both;
    display: block;
    padding: 7px 0 0 20px;
    background-image: url('/images/layout/pfeil-rot.png');
    background-repeat: no-repeat;
    background-position: 0 11px;
  }

  #AnsprechpartnerStrasse {
    float: left;
    width: 55%;
    margin-right: 5px;
    border: 1px solid #437599;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  #AnsprechpartnerPLZ {
    float: left;
    border: 1px solid #437599;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 20%;
  }

/* ---------- /RECHTS ----------  */

/* ---------- FOOTER ----------  */

  #footerWrap {
    background-color: #878786;
    width: 100%;
  }

  #footer {
    color: #FFFFFF;
    padding: 20px;
  }

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

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

  #footer h2 {
    font-weight: normal;
    color: #FFF;
    font-size: 12px;
  }

  .footerText {
    float: left;
    width: 25%;
  }

  .footerText h3 {
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
  }

  .navBottom {
    padding: 5px 0 0 0;
    font-size: 13px;
    font-weight: normal;
    list-style-type: none;
    color: #FFF;
  }

  .navBottom li {
    display: block;
    background-repeat: no-repeat;
    padding-top: 5px;
  }

  .navBottom li a:link,
  .navBottom li a:visited {
    color: #FFF;
    text-decoration: none;
  }

  .navBottom li a:hover,
  .navBottom li a:active {
    color: #FFF;
    text-decoration: underline;
  }

  .navBottomActive a {
    text-decoration: underline !important;
  }

  #bottomText {
    font-size: 11px;
    line-height: 30px;
  }

  @media only screen and (max-width: 480px) {
    #bottomText {
      padding: 0 25px 0 25px;
    }
  }

/* ---------- /FOOTER ----------  */

/* ---------- IMAGES GALLERY ---------- */

  .images-gallery-image {
    float: left;
     margin: 0 10px 10px 0;
     width: 110px;
    height: 110px;
  }


  .images-gallery-image a {
     display:table-cell;
     text-align:center;
     vertical-align:middle;
     width: 110px;
     height: 110px;
     font-size:110px;
     background-color: #EFEFEF;
     border: 1px solid #C5C6C6;
  }


  .images-gallery-image a img {
     vertical-align: middle;
      border:0 solid #E6E6E6;
}




/* ---------- /IMAGES GALLERY ---------- */

/* ---------- ACCORDION ---------- */

  .accordionButton {	
    width: 98%;
    float: left;
    _float: none;  /* Float works in all browsers but IE6 */
    background: #F1F1F1;
    padding: 5px;
    border: 1px solid #EAEAEA;
    cursor: pointer;
    font-size: 18px;
    color: #E3000F;
    margin-bottom: 5px;
  }
	
  .accordionContent {	
    width: 98%;
    float: left;
    _float: none; /* Float works in all browsers but IE6 */
    background: #FFFF;
    padding: 5px 5px 10px 5px;
  }

  .accordionButtonOn {
    background: #E3000F;
    color: #FFF;
  }
	
  .accordionButtonOver {
    background: #E3000F;
    color: #FFF;
  }

  

/* ---------- /ACCORDION ---------- */

/* ---------- VIDEO ---------- */

  .video {
    height: 0;
    padding-top: 25px;
    padding-bottom: 67.5%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }

  .video.vimeo {
    padding-top: 0;
  }

  .video.widescreen {
    padding-bottom: 56.25%;
  }

  .video embed,
  .video iframe,
  .video object,
  .video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  /* Responsive */
  @media (max-width: 728px) {
    .video {
      padding-top: 0;
    }
  }

/* ---------- /VIDEO ---------- */

.edit {
   font-weight: bold;
   font-size: 12px;
   color: #cc0000;
}

.cb {
  clear: both;
}

.form-field-error {
  color: red;
}
/*----------------Cookies---------*/
#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}
/*----------------/Cookies---------*/