/* ***********************************
     PBG 2016
     TYPE	: Print Stylesheet
     TITLE : PBG Basic Style
     DESC : Print Stylesheet for PBG
     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: #437599;
}

@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: #114B84;
}

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

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

h3 {
  font-size: 16px;
  font-weight: bold;
  color: #114B84;
  margin-bottom: 3px;
}

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

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

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

.backLink img {
  vertical-align: middle;
  margin-right: 5px;
  width: 15px !important;
  height: 15px;
}
.bigImage {
  width: 90%;
}
/* ---------- 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 {
    display: none;
    position: relative;
  }

  #logo {
    position: absolute;
    z-index: 3;
    top: 45px;
    margin-left: 20px;
  }

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

  #navTop {
    float: right;
    margin-right: 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;
      overflow: hidden;
    }

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

    #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;
    }

    #main-navi-smartphone {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 55px;

      left: 10px;
      z-index: 2;
      width: 93px;
      height: 32px;

      border: 1px solid #6F6F6E;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      color: #104b84;
    }

    #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: none;
      float: right;
      margin: 20px 12px 0 0;
      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: 25%;
      }
    }

    #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: #084b85;
      text-decoration: none;
    }

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

    .sub-navigation-open {
      height: 60px;
      background-color: #084b85;
      -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: #084b85 !important;
      border-bottom: 1px solid #084b85 !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: 303px;
      width: 775px;
      height: 255px;
      background-color: #084b85;
      -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;
      left: 15px;
      width: 243px !important;
      height: 225px;
      border-right: 2px solid #FFFFFF;
      overflow: hidden;
    }

    #sub-navigation-level-3 {
      position: absolute;
      top: 15px;
      left: 273px;
      width: 243px !important;
      height: 225px;
      border-right: 2px solid #FFFFFF;
      /*overflow: hidden;*/

      overflow-x: hidden;
      overflow-y: auto;
      scrollbar-face-color: #437599;
      scrollbar-shadow-color: #FFFFFF;
      scrollbar-highlight-color: #FFFFFF;
      scrollbar-3dlight-color: #FFFFFF;
      scrollbar-darkshadow-color: #FFFFFF;
      scrollbar-track-color: #437599;
      scrollbar-arrow-color: #FFFFFF;
    }

    #sub-navigation-level-3::-webkit-scrollbar {
      width: 12px;
    }
 
    #sub-navigation-level-3::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
      -webkit-border-radius: 10px;
      border-radius: 10px;
    }
 
    #sub-navigation-level-3::-webkit-scrollbar-thumb {
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background: rgba(67, 117, 153, 0.8); 
      -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0); 
    }

    #sub-navigation-level-4 {
      position: absolute;
      top: 15px;
      left: 531px;
      width: 243px !important;
      height: 225px;
      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 5px 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: 45px;
        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-blau.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 ol {
     margin-left: 40px;
  }

  #contentText ul,ol li {
     margin-bottom: 5px;
  }

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

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

  #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 {
   display: none;
    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: 14px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .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: 13px;
  }

.newsList {
   margin-bottom: 15px;
}
.newsList h2 {
   margin-bottom: 5px;
}
.newsList p {
   margin-top: 5px;
}
.newsTeaserBild {
  float: left;
  width: 20%;
  margin-right: 10px;
  margin-top: 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;
    padding-top: 15px;
  }

  @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%;
}

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

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

  #kontakt {
    margin: 20px 0 20px 0;
  }

  #kontakt img {
    width: 100px !important;
    height: 20px;
  }

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

  @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 #437599;
    -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 #437599;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  #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;
  }

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

  #Anmerkung {
    margin-top: 5px;
    width: 250px;
    border: 1px solid #437599;
    -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;
  }

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

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

  #searchwrapper {
    display: none;
    margin-left: 10px;
    margin-top: 18px;
    width: 100%;
    max-width: 266px;
    height: 30px;
    border: 1px solid #437599;
    -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 {
   display: none;
    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 #114B84;
    }
  }
  @media only screen and (max-width: 420px) {
    #right {
       background-color: #EFEFEF;
    }
  }
  .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 #114B84;
  }

  .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-blau.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-blau.png');
    background-repeat: no-repeat;
    background-position: 0 11px;
  }

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

  .autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
  }

  .autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
  }

  .autocomplete-selected {
    background: #F0F0F0;
  }

  .autocomplete-suggestions strong {
    font-weight: normal;
    color: #114B84;
  }

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

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

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

  #footerWrap {
    display: none;
    background-color: #004A87;
    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 ---------- */

/* ---------- 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 ---------- */

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

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

  .accordionButtonOn {
    background: #114B84;
    color: #FFF;
  }
	
  .accordionButtonOver {
    background: #114B84;
    color: #FFF;
  }

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

/* ---------- COLORBOX ---------- */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#084e86;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:1px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(/images/layout/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/images/layout/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/images/layout/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:1px; right:5px; display:block; background:url(/images/layout/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}

/* ---------- /COLORBOX ---------- */

/* ---------- PARKHAUS DETAIL ---------- */

  .parkhaus-detail-left {
  }

  .parkhaus-detail-right {

  }

  .parkhaus-detail-box {
    border: 1px solid #a1a3a4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0 0 10px 0;
  }

  .parkhaus-detail-box.no-border {
    border: none;
  }

  .parkhaus-detail-bild {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
  }

  .parkhaus-detail-box#parkhaus-detail-map {
    min-height: 400px;
  }

  .parkhaus-detail-box-inner {
    margin: 10px;
  }

  .parkhaus-detail-box-inner h3 {
    text-transform: uppercase;
  }

  .parkhaus-detail-box-inner ul {
    margin: 0 !important;
    padding: 0 !important;
  }

  .parkhaus-detail-box-inner li {
    margin: 0 0 10px 0 !important;
    padding: 0 0 0 35px !important;
    list-style: none;
    background-repeat: no-repeat;
  }

  .parkhaus-detail-box-inner .line {
    margin: 0 0 10px 0;
  }

  .parkhaus-detail-box-inner .line p {
    margin: 0;
    padding: 0;
  }

  .parkhaus-detail-box-inner .label {
    color: #003d80;
    font-weight: bold;
  }

  @media only screen and (min-width: 1100px) {
    .parkhaus-detail-left {
      float: left;
      width: 50%;
    }

    .parkhaus-detail-right {
      float: left;
      width: 50%;
    }

    .parkhaus-detail-box {
      height: 450px;
      overflow: hidden;
    }

    .parkhaus-detail-left .parkhaus-detail-box {
      margin-right: 10px;
    }

    .parkhaus-detail-right .parkhaus-detail-box {
      margin-left: 10px;
    }
  }

/* ---------- /PARKHAUS DETAIL ---------- */

.car-parks-without-car-park-touteing-list,
.car-parks-with-car-park-touteing-list,
.bicycle-parks-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.car-parks-without-car-park-touteing-list,
.car-parks-with-car-park-touteing-list,
.bicycle-parks-list {
  margin: 0 0 0 20px;
  padding: 0;
}

/* -------------------- */

#parks-map {
  width: 100%;
  height: 500px;
}

/* -------------------- */

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

.cb {
  clear: both;
}