@charset "UTF-8";
/**
 *
 * m-maerklin.ch: Stylesheet public web
 *
 * @author     Manuel Märklin
 * @copyright  2013 Manuel Märklin Programmierung, Switzerland
 * @link       https://www.2mp.ch
 */
@media all {
  * {
    margin: 0;
    padding: 0; }

  body {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    background-image: url("../images/background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000000; }

  h1,
  h2 {
    font-weight: normal;
    letter-spacing: 1px; }

  h1 {
    padding-bottom: 10px; }

  h3 {
    font-weight: normal;
    font-size: 1.0em;
    font-style: italic; }

  a {
    color: #000000;
    text-decoration: none; }

  ol, ul {
    margin: 0;
    padding: 0; }

  img {
    height: auto;
    max-width: 100%; }

  iframe {
    height: auto;
    width: 99%; }

  table {
    width: 100%;
    border-collapse: collapse; }

  td,
  th {
    vertical-align: top;
    padding-right: 0.5em; }

  td:last,
  th:last {
    padding-right: 0; }

  /**
    * Content of main layout elements
    */
  html {
    height: 100% !important; }

  #page {
    position: relative !important;
    min-height: 100%;
    /* real browsers */
    height: auto !important;
    text-align: left;
    margin: 0 auto;
    max-width: 100%;
    z-index: 100; }

  #main {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.93);
    width: 1022px;
    height: 740px;
    left: 50%;
    margin: 40px 0 0 -511px;
    border-bottom: 5px solid #000000; }

  .section {
    clear: both;
    padding: 0;
    margin: 0;
    width: 100%; }

  .group:after {
    clear: both; }

  #logo {
    position: absolute;
    top: 25px;
    left: 40px;
    width: 370px;
    font-size: 1.2em;
    letter-spacing: 1.2px;
    line-height: 1.0em;
    padding: 11px 10px 10px 0; }

  #logo a {
    text-decoration: none; }

  #col1 {
    width: 140px;
    padding: 110px 15px 30px 25px; }

  #col2,
  #col3 {
    position: fixed;
    top: 40px;
    overflow-y: auto;
    overflow-x: hidden; }

  #col2 {
    margin-left: 180px;
    padding: 110px 10px 30px 0;
    height: 70%;
    width: 170px; }

  #col3 {
    margin-left: 360px;
    height: 730px; }

  #nav,
  #subnav {
    position: relative;
    padding: 0 10px; }

  #nav ul,
  #subnav ul {
    list-style-type: none;
    padding-left: 0; }

  #nav li,
  #subnav li {
    padding: 2px 5px; }

  #nav li:hover,
  #subnav li:hover {
    background-color: rgba(119, 34, 170, 0.1); }

  #nav li.v1:hover,
  #subnav li.v1:hover {
    background-color: rgba(0, 0, 255, 0.1); }

  #nav li.v2:hover,
  #subnav li.v2:hover {
    background-color: rgba(237, 0, 0, 0.1); }

  #nav li.v3:hover,
  #subnav li.v3:hover {
    background-color: rgba(0, 204, 0, 0.1); }

  #nav li a,
  #subnav li a {
    text-decoration: none;
    line-height: 1.0em;
    display: block;
    padding: 2px 5px; }

  #subnav {
    width: 168px;
    min-height: 30px; }

  .navhandle {
    position: absolute;
    left: 0;
    top: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #7722AA;
    width: 8px;
    height: 8px;
    cursor: pointer; }

  .navhandle.v1 {
    background-color: #0000ff; }

  .navhandle.v2 {
    background-color: #ee0000; }

  .navhandle.v3 {
    background-color: #00cc00; }

  #content {
    padding: 110px 20px 10px 40px;
    width: 560px; }

  #content .details_button {
    font-size: 0.95em;
    cursor: pointer; }

  #content .details_button span {
    border-bottom: 1px solid #7722AA; }

  #content .details {
    font-size: 0.95em;
    padding-top: 5px;
    display: none; }

  #content a {
    border-bottom: 1px solid #7722AA; }

  #content a.v1 {
    border-bottom-color: #0000ff; }

  #content a.v2 {
    border-bottom-color: #ee0000; }

  #content a.v3 {
    border-bottom-color: #00cc00; }

  #content h3:after {
    content: ':';
    padding-left: 0.2em; }

  #content ul {
    list-style: none;
    padding-bottom: 0;
    text-indent: -1.0em; }

  #content ul li {
    padding-left: 1.0em; }

  #content ul li:before {
    content: '-';
    padding-right: 0.5em; }

  #content .gallery {
    width: 85%;
    margin: 0.5em 2.5em;
    /* see slick-theme.css */ }
    #content .gallery .slick-prev::before, #content .gallery .slick-prev .slick-next::before,
    #content .gallery .slick-next::before,
    #content .gallery .slick-next .slick-next::before {
      font-size: 25px;
      opacity: 1;
      color: #000000; }
    #content .gallery .slick-prev {
      left: -35px; }
    #content .gallery .slick-next {
      right: -30px; }
    #content .gallery img {
      padding: 1.0em; } }
@media screen and (max-width: 1100px) {
  #main {
    width: 892px;
    margin-left: -446px; }

  #content {
    width: 430px; } }
@media screen and (max-width: 980px) {
  body {
    font-size: 13px; }

  #main {
    width: 676px;
    margin: 25px 0 0 -338px; }

  #logo {
    top: 10px;
    left: 25px;
    width: 240px; }

  #col1 {
    width: 120px;
    padding: 70px 10px 20px 10px; }

  #col2,
  #col3 {
    top: 25px; }

  #col2 {
    margin-left: 140px;
    padding-top: 70px;
    width: 150px; }

  #col3 {
    margin-left: 300px; }

  #content {
    padding: 70px 20px 10px 20px;
    width: 310px; } }
@media screen and (max-width: 720px) {
  body {
    font-size: 12px; }

  #main {
    width: 626px;
    margin-left: -313px; }

  #logo {
    top: 10px;
    left: 25px;
    width: 210px; }

  #col2 {
    margin-left: 130px; }

  #col3 {
    margin-left: 280px; }

  #content {
    width: 280px; } }
@media screen and (max-width: 640px) {
  h1 {
    font-size: 1.3em; }

  #main {
    position: relative;
    width: auto;
    left: 0;
    margin: 25px 10px; }

  #content {
    width: 200px; } }
@media screen and (max-height: 800px) {
  #main {
    height: 660px; }

  #col2,
  #col3 {
    height: 650px; } }
@media screen and (max-height: 720px) {
  #main {
    height: 580px; }

  #col2,
  #col3 {
    height: 560px; } }
@media screen and (max-height: 640px) {
  #main {
    height: 480px; }

  #col2,
  #col3 {
    height: 460px; } }
@media screen and (max-height: 540px) {
  #main {
    height: 400px; }

  #col2,
  #col3 {
    height: 380px; } }
