/**
 * @license
 * MyFonts Webfont Build ID 3136259, 2015-12-04T10:37:41-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: AachenTL-Bold by Tilde
 * URL: http://www.myfonts.com/fonts/tilde/aachen/bold/
 *
 * Webfont: AachenTL-Roman by Tilde
 * URL: http://www.myfonts.com/fonts/tilde/aachen/regular/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3136259
 * Licensed pageviews: 200,000
 * Webfonts copyright: Copyright 1990-2007 Bitstream Inc. All rights reserved. Modification for European languages. Copyright 1995-2007 Tilde, SIA.
 *
 * © 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
    font-family: 'AachenTL-Bold';
    src: url('../fonts/2FDB03_0_0.eot');
    src: url('../fonts/2FDB03_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2FDB03_0_0.woff2') format('woff2'), url('../fonts/2FDB03_0_0.woff') format('woff'), url('../fonts/2FDB03_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'AachenTL-Roman';
    src: url('../fonts/2FDB03_1_0.eot');
    src: url('../fonts/2FDB03_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2FDB03_1_0.woff2') format('woff2'), url('../fonts/2FDB03_1_0.woff') format('woff'), url('../fonts/2FDB03_1_0.ttf') format('truetype');
}

body {
    background: #0b0b0b;
    font-size: 14px;
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    font-style: normal;
    font-weight: 400;
}

 h2 {


    font-family: 'AachenTL-Roman';
    text-transform: uppercase;

    font-size: 22px;
     font-weight: normal;
}

.divider {
    width:100%;
    float:left;
 text-align: center;
}

#functional {
    position: fixed;
    top: 10px;
    right: 10px;
    font-family: 'AachenTL-Roman';
    z-index: 100;
    text-transform: uppercase;
}

#functional a {
    color: #FFF;
    text-decoration: none;
}

#fullsize {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    background: url("../img/rocko_schamoni.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: none;
}

.toplink {
    position: fixed;
    color: #fff;
}

#intro {
    position: fixed !important;
    left: 0px;
    width: 100%;
    bottom: 50px;
    text-align: center;
}

#intro .logo {
    display: inline-block;
    max-width: 1600px;
    padding-bottom: 10px;
    margin-left: 10%;
    margin-right: 10%;
}

#intro .logo img {
    width: 100%;
    height: auto;
}

#intro .line {
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    max-width: 1600px;
    height: 20px;
    background: url("../img/svg/line-bottom.svg") repeat-x;
}

#intro #primary-menu {
    font-family: 'AachenTL-Bold';
    font-size: 2em;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#intro #primary-menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
}

#intro #primary-menu li a {
    color: #fff;
    text-decoration: none;
}

#intro #primary-menu li a:hover {
    color: #cec6c7 !important;
}

.current-menu-item a {
    color: #cec6c7 !important;
}

.overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.modal {
    width: 300px;
    height: 570px;
    line-height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -274px;
    margin-left: -150px;

    border-radius: 5px;
    text-align: center;
    z-index: 1100; /* 1px higher than the overlay layer */
}

#close {height: 20px; color: #FFF; position: absolute; top: -120px;}
#close:hover {cursor: pointer;}

#top {
    width: 100%;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 30px;
}

#top .logo {
    display: inline-block;
    max-width: 1600px;
    padding-bottom: 10px;
}

#top .logo img {
    width: 100%;
    height: auto;
}

#top .line {
    display: block;
    max-width: 1600px;
    overflow: hidden;
    height: 20px;
}

#top .line.line-top {
    background: url("../img/svg/line-top.svg") repeat-x;
}

#top .line.line-bottom {
    margin-top: 7px;
    background: url("../img/svg/line-bottom.svg") repeat-x;
}

#top ul.menu {
    font-family: 'AachenTL-Bold';
    font-size: 1.2em;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#top ul.menu li {
    display: inline-block;
    margin: 0;
    padding: 1px 5px;
    color: #fff;
    text-transform: uppercase;
}

#top ul.menu li a {
    color: #fff;
    text-decoration: none;
}

#content {
    position: relative;
    width: 40%;
    float: right;
    color: #FFF;
    margin-right: 10%;
    max-width: 600px;
    line-height: 20px;
    text-align:center;
}


#copyright {

    position: fixed;
    left: -30px;
    bottom:60px;
    z-index: 100;
    color: #FFF;
       -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 11px;
    color: #999;
}

#content a {
    color: #CCC;
}

#content.intro {
    display: none;
}

#content .content {
    padding-bottom: 30px;
}

#content p {
    text-align: center !important;
}

.termine {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    border-collapse:collapse;

}

.termine tr {
    border-bottom: 1px dashed #333;
}

.termine td{

        padding:8px;
        text-transform: uppercase;
        text-align: left !important;

}

.termine td a{

        text-decoration: none;
        color: #FFF !important;

}

.termine td a:hover{

        text-decoration: none;
        color: #CCC !important;

}

.termin-block {

    text-align: center;
    padding-bottom: 40px;
}

.termin-block h4 {


    font-family: 'AachenTL-Roman';
    text-transform: uppercase;
    color: #EFEFEF;
    font-size: 18px;
    margin-top: 15px;
     font-weight: normal;
}

.termin-block h5 {


    margin: 0;
    font-size: 14px;
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    font-style: normal;
    font-weight: 700;

}


#content h3 {
    font-family: 'AachenTL-Roman';
    text-transform: uppercase;
    margin-bottom: -10px;
}


.termin-block h3 {


    font-family: 'AachenTL-Roman';
    text-transform: uppercase;

    font-size: 22px;
     font-weight: normal;
}

.responsive {

    width: 100%;
    height:auto;
}

.page-template-tmpl-presse h3 {

        font-size: 22px;
     font-weight: normal;

}

.dl_image {
    float:left;

}

.dl_title {
    float:left;
     margin-bottom:10px;
          margin-top:10px;
          text-align: center;
          width: 100%;
}


.smart-overlay .smart-overlay-content {
width: 800px;
height:600px;
background-size: contain;

}

@media only screen and (max-width: 800px) {

    .smart-overlay {
position: relative !important;
overflow:auto !important;

    }

  .smart-overlay .smart-overlay-content {
  width: 300px;
  height: 1018px;

  background-size: contain;
  background-image: url('https://www.rockoschamoni.de/wp-content/uploads/rs_overlay_mobile.jpg') !important;

  }

}


/* Large Devices, Wide Screens 1200px */
/* Medium Devices, Desktops  992px */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    #intro ul.menu {
        font-size: 1.5em;
    }

      .modal, .overlay {

        display: none;

    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

    #copyright {
        display: none;
    }
    #intro .logo {
        margin-left: 5%;
        margin-right: 5%;
    }

    #intro .line {
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 5px;
    }

    #intro ul.menu {
        font-size: 2em;
    }


       .modal, .overlay {

        display: block;

    }

    .modal a img {

        width:70%;
        margin-top: 100px;
    }

    #close {

        top: -40px

    }
}


/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {



    .modal a img {
        width:80%;
    }

}
