
/*! mobile.css */

@media only screen and (min-width: 320px) and (max-width: 900px) and (orientation: portrait) {
  body {
    width: 96%;
    margin-left: 10px;
  }
  #wrapper {
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    width: 100%;
  }
  #container {
    margin: 0 auto;
    max-width: 944px;
  }
  #header {
    height: 0px;
    margin-top: 0px;
    width: 100%;
    position: fixed;
    z-index: 999;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(40, 54, 131, .16);
  }
  #header .inside {
    margin-top: -90px;
    margin-left: -10px;
    margin-top: -100px;
    background: #FFF;
    box-shadow: -1px 3px 5px 0px rgba(40, 54, 131, .16);
  }
  #main .inside {
    margin-top: 100px;
    width: 98%;
    min-height: 600px;
  }
  #mobilemenu {
    height: 300px;
    margin-bottom: 62px;
    z-index: 1;
  }
  #footer {
    height: 30px;
  }
  .hamburger {
    border: 1px solid #294389;
    display: block;
    margin-top: 0px;
    margin-left: 240px;
    margin-bottom: 20px;
    font-size: 1rem;
    padding: 0.4rem;
    text-align: center;
    width: 25px;
    height: 25px;
  }
  .mobile-nav-close {
    display: none;
  }
  .mobile-nav-open {
    display: block;
    background-image: url("../css/img/menu.svg");
    background-size: 25px 25px;
    height: 25px;
  }
  .mm-opened .mobile-nav-close {
    display: block;
  }
  .mm-opened .mobile-nav-open {
    display: none;
  }
  .mainnav {
    display: none;
  }
  .subnav {
    display: none;
  }
  #logo {
    position: absolute;
    margin-left: 20px;
    margin-top: 0px;
  }
  #logo a {
    font-size: 1.4rem;
  }
  video {
    position: fixed;
    width: 100%;
    margin-top: 100px;
    height: auto;
    left: 50%;
    top: 50%;
    min-width: 100%;
    /* oder 100vw */
    min-height: 100%;
    /* oder 100vh */
    transform: translate(-50%, -50%);
    /*background-image: url(../video/css-video-fallback-hintergrund.jpg);*/
    background-size: cover;
    z-index: 999;
    overflow: hidden;
  }
  #logo {
    font-size: 1.5rem;
    margin-left: 10px;
    margin-top: 10px;
  }
  #logo a {
    font-size: 1.5rem;
  }
  #titel_aktuell {
    margin-top: 0px;
    margin-bottom: -70px;
  }
  #titel_vorschau {
    margin-top: -180px;
    margin-bottom: -90px;
  }
  #contact_text {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  #slider {
    margin: -80px 10px 180px 0px;
    height: 360px;
  }
  .current #slider {
    margin: 0px 10px 180px 0px;
    height: 360px;
  }
  .rs-columns {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: -130px;
    margin-left: 0px;
  }
  .rs-column.-large-first-row {
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    width: 98%;
  }
  .current .rs-columns {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .rsts-skin-default .rsts-nav {
    position: absolute;
    right: 0px;
    bottom: 8px;
    left: 0px;
    text-align: right;
  }
  .mod_rocksolid_slider .rsts-next {
    background-image: url("../../files/css/img/arrow_right.png");
    border: 0px solid rgba(44, 142, 204, 1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0);
    right: 0px;
  }
  .rsts-skin-default .rsts-nav-bullets a:hover,
  .rsts-skin-default .rsts-nav-bullets a.active {
    background-color: rgb(40, 53, 131);
    box-shadow: inset 0 2px 0 -1px rgba(52, 48, 219, 0.5), inset 0 -2px 0 -1px rgba(0, 0, 0, 0.3), 0 0 0 1px rgb(85, 85, 85);
  }
  .rsts-skin-default .rsts-nav {
    position: absolute;
    right: 0px;
    bottom: 17px;
    left: 10px;
    text-align: right;
  }
  .mod_rocksolid_slider .rsts-prev,
  .mod_rocksolid_slider .rsts-next {
    bottom: 5px;
    margin-right: 0px;
  }
  .rsts-skin-default .rsts-nav {
    position: absolute;
    bottom: 5px;
    margin-right: 125px;
    z-index: 100;
  }
}
@media only screen and (min-width: 320px) and (max-width: 900px) and (orientation: landscape) {
  body {
    width: 96%;
    margin-left: 10px;
  }
  #wrapper {
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    width: 100%;
  }
  #container {
    margin: 0 auto;
    max-width: 944px;
  }
  #header {
    height: 67px;
    margin-top: 0px;
    width: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(253, 253, 253, 0);
    box-shadow: 0px 0px 0px 0px rgba(40, 54, 131, .16);
  }
  #header .inside {
    margin-top: -90px;
    margin-left: -10px;
    margin-top: -100px;
    background: rgba(253, 253, 253, .6);
    box-shadow: -1px 3px 5px 0px rgba(40, 54, 131, .16);
  }
  #main .inside {
    margin-top: 100px;
    width: 100%;
    min-height: 600px;
  }
  #footer {
    height: 30px;
  }
  #mobilemenu {
    height: 300px;
    margin-bottom: 42px;
    z-index: 1;
  }
  #mobilemenu li {
    font-size: 20px;
    width: 200px;
  }
  .hamburger {
    border: 1px solid #294389;
    display: block;
    font-size: 1rem;
    padding: 0.4rem;
    text-align: center;
    margin-left: 270px;
    margin-bottom: 10px;
    width: 25px;
    height: 25px;
  }
  .mobile-nav-close {
    display: none;
  }
  .mobile-nav-open {
    display: block;
    background-image: url("../css/img/menu.svg");
    background-size: 25px 25px;
    height: 25px;
  }
  .mm-opened .mobile-nav-close {
    display: block;
  }
  .mm-opened .mobile-nav-open {
    display: none;
  }
  .mainnav {
    display: none;
  }
  .subnav {
    display: none;
  }
  #logo {
    font-size: 1.8rem;
    margin-left: 10px;
  }
  #logo a {
    font-size: 1.8rem;
  }
  video {
    position: fixed;
    width: 100%;
    height: auto;
    margin-top: 65px;
    left: 50%;
    top: 50%;
    min-width: 100%;
    /* oder 100vw */
    min-height: 100%;
    /* oder 100vh */
    transform: translate(-50%, -50%);
    /*background-image: url(../video/css-video-fallback-hintergrund.jpg);*/
    background-size: cover;
    z-index: 999;
    overflow: hidden;
  }
  rs-columns {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .rs-column.-large-first-row {
    margin-top: -120px;
    margin-left: 0px;
    background: #fff;
    width: 98%;
  }
  .current .rs-columns {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  #titel_aktuell {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #titel_vorschau {
    margin-top: -140px;
    margin-bottom: -90px;
  }
  #contact_text {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  #slider {
    margin: -80px 10px 180px 0px;
    height: 430px;
  }
  #slider .rsts-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5em;
    color: #283583;
  }
  .current #slider {
    margin: 0px 10px 180px 0px;
    height: 360px;
  }
  .current #slider .rsts-text {
    margin-top: 0px;
    font-size: 12px;
    line-height: 1.5em;
    color: #283583;
  }
  .rsts-skin-default .rsts-nav {
    position: absolute;
    right: 0px;
    bottom: 8px;
    left: 0px;
    text-align: right;
  }
  .mod_rocksolid_slider .rsts-next {
    background-image: url("../../files/css/img/arrow_right.png");
    border: 0px solid rgba(44, 142, 204, 1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0);
    right: 0px;
  }
  .rsts-skin-default .rsts-nav-bullets a:hover,
  .rsts-skin-default .rsts-nav-bullets a.active {
    background-color: rgb(40, 53, 131);
    box-shadow: inset 0 2px 0 -1px rgba(52, 48, 219, 0.5), inset 0 -2px 0 -1px rgba(0, 0, 0, 0.3), 0 0 0 1px rgb(85, 85, 85);
  }
  .rsts-skin-default .rsts-nav {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 10px;
    text-align: right;
  }
  .mod_rocksolid_slider .rsts-prev,
  .mod_rocksolid_slider .rsts-next {
    bottom: 0px;
    margin-right: 0px;
  }
  .rsts-skin-default .rsts-nav {
    position: absolute;
    bottom: 0px;
    margin-right: 125px;
    z-index: 100;
  }
}