/* 

red: #E63816
green: #3DB28A
yellow: #faf5b2

font-family: 'Roboto Condensed', sans-serif;

*/

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('../fonts/roboto-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

body {
    color: #000;
}

@media only screen and (min-width: 1024px) {
    #home {
        margin-top: 90px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
}

h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 53px;
    line-height: 1.01em;
}

@media (max-width: 992px) {
.content-details h2, .hero-content h1 {
    font-size: 39px;
}
}

.legal h1 {
    font-size: 40px;
    text-transform: none;
}

h2 {
    font-weight: bold;
    font-size: 40px;
    margin: 0px 0px 25px 0px;
    padding: 0;
    line-height: 1.3em;
}

.legal h2 {
    font-size: 30px;
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
    .hero-content h2 {
    font-size: 27px;
}
}

h2 span {
    font-weight: 300;
    font-size: 25px;
}

.hero-content h2 {
    font-size: 34px;
}

@media only screen and (max-width: 767px) {
    .hero-content h2 {
    font-size: 27px;
}
}

h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 42px;
    margin: 0;
}

.kda_font_red, .kda_font_red_mob {
    color: #E63816;
}

.kda_font_red_mob {
    display: none;
}

@media only screen and (max-width: 767px) {
    .kda_font_red {
    display: none;
}
.kda_font_red_mob {
    display: block;
    font-size: 43px !important;
}
}

@media (max-width: 767px) {
.hero-section {

    padding-top: 30px;
}

.hero-cam {
    margin-top: 30px;
}
}
    
span {
    font-weight: 700;
}

.kda_header_text {
        font-weight: bold;
}
@media (min-width: 768px) {
    .kda_header_text {
    font-size: 25px;
        font-weight: bold;
}
.kda_header_text span {
    min-width: 35px;
    display: inline-block;
}
}

@media (max-width: 767px) {
    .kda_header_text span:before {
        content: " · "
    }
    .kda_header_text span:first-child:before {
        content: ""
    }
}


.kda_tickets span {
    font-size: 20px;
}

kda_font_red p span {
    font-size: 25px;
}

p {
    font-size: 16px;
    line-height: 25px;
}

.padding_small {
    padding: 20px;
}

.spacer {
    padding-bottom: 75px;
}

.padding {
    padding: 50px 0px 50px 0px;
}

@media (max-width: 767px) {
.mock-hide, p br {
    display: block;
}
}

@media (min-width: 767px) {
.content-details h2 br, .hero-content h1 br, .hero-content p br {
    display: block;
}
}

a {
    text-transform: none;
    color: #E63816;
}

a:hover {
    text-decoration: underline;
    color: #E63816;
}

#besucher strong {
   min-width: 180px; 
    display: block;
    margin-top: 10px;
}

@media (min-width: 768px) {
#besucher strong {
    display: inline-block;
    margin-top: 5px;
}
}

/*__________________________________________________________
    
N A V I G A T I O N
___________________________________________________________*/

.header-section {
    background-color: #E63816;
    position: fixed;
}

.navbar-fixed-top.header-section {
    background-color: #E63816;
}

ul.nav > li > a {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}

ul.nav > li > a:hover, ul.nav > li > a:focus, ul.nav > li > a.active {
    color: #faf5b2;
}

.navbar-brand {
    width: 350px;
}

@media only screen and (max-width: 991px) {
    .navbar-brand {
        width: 310px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-brand {
        width: 280px;
    }
}

.slicknav_icon span {
    font-size: 25px;
    margin-top: 5px;
}

.slicknav_nav {
    z-index: 10000;
    background-color: #E63816;
    box-shadow: none;
}

.slicknav_menu {
    z-index: 10000;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 18px;
}

.slicknav_nav .slicknav_row, .slicknav_nav a:hover {
    color: #faf5b2;
}

ul {
    list-style: circle;
    padding-left: 17px;
}

.menu-btn {
    background: none;
    font-size: 30px;
    margin: 0;
    padding: 0;
    display: none;
    width: auto;
    color: #faf5b2;
    cursor: pointer;
}

@media only screen and (max-width: 1023px) {
    .menu-btn {
        display: block;
        position: fixed;
        right: 10px;
        top: 20px;
        background: #E63816;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
    }
    .menu-wrap, .slicknav_menu, .slicknav_menu span {
        display: none !important;
    }
    .header-section {
        position: relative;
    }
}

.pushy li a {
    font-size: 20px;
    cursor: pointer;
}

.pushy-content {
    margin-top: 50px;
}

.pushy .menu-btn {
    position: absolute;
    top: 20px;
    right: 10px;
    background: none;
    color: rgba(255,255,255,.5)
}


/*@media (max-width: 767px) {
.menu-btn, .menu-wrap ul.nav {
    display: block;
}
}

@media (min-width: 768px) {
.menu-btn, .menu-wrap ul.nav {
    display: none;
}
}*/


/*__________________________________________________________
    
H E A D E R
___________________________________________________________*/

.hero-section {
    background-color: #faf5b2;
}

@media only screen and (max-width: 767px) {
    .hero-section {
        position: sticky;
    }
}



@media only screen and (min-width: 991px) {
.hero-cam {
    width: 80%;
    padding-top: 10px;
}
}

.kda_gross span {
    font-size: 67px;
    font-weight: 700;
    line-height: 65px;
}

@media only screen and (max-width: 767px) {
    .kda_gross span {
        font-size: 43px;
        line-height: 40px;
    }
}

/*__________________________________________________________
    
H I N T E R G R U N D
___________________________________________________________*/

.kda_bg_red {
    background: #E63816;
}

.kda_bg_red h2{
    color: #faf5b2;
}

.kda_bg_red p, .kda_bg_red .kda_opentime td {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;   
    padding-right: 15px;
}

.kda_bg_yellow {
    background: #faf5b2;
}

.kda_bg_yellow p, .kda_bg_yellow .kda_opentime td {
    color: #E63816;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    padding-right: 15px;
}

@media only screen and (max-width: 767px) {
    .kda_bg_yellow p, .kda_bg_yellow .kda_opentime td, .kda_bg_red p, .kda_bg_red .kda_opentime td {
        font-size: 17px;
        line-height: 26px;
    }
} /* 767 */


.kda_bg_yellow_02 {
    background: #faf5b2;
    padding: 15px 10px 15px 10px;
}

.kda_zebra p {
    padding-left: 15px;
}

/*__________________________________________________________
    
B U T T O N
___________________________________________________________*/

.default-btn {
    background-color: #3DB28A;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    border-radius: 0px;
    padding: 10px 30px;
    letter-spacing: 0px;
}

.container_small {
    padding-right: 265px;
}

@media only screen and (max-width: 991px) {
    .container_small {
        padding-right: 15px;
    }
}

/*__________________________________________________________
    
T R E N N E R
___________________________________________________________*/

@media only screen and (min-width: 767px) {
    .kda_img_mobile {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .kda_img_desktop {
        display: none;
    }
}

.kda_flaschen {
    position: absolute;
    right: 0;
    top: 587px;
    z-index: 1;
    width: 250px;
}

@media only screen and (max-width: 1024px) {
    .kda_flaschen {
        width: 130px;
    }
}

@media only screen and (max-width: 890px) {
    .kda_flaschen {
        display: none;
    }
}

.kda_glas {
    position: absolute;
    right: 0;
    bottom: 1211px;
    width: 147px;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .kda_glas {
        display: none;
    }
}

.kda_glas_links {
    position: absolute;
    left: -4;
    bottom: 2361px;
    width: 100px;
    z-index: 1;
}

@media only screen and (max-width: 830px) {
    .kda_glas_links {
        display: none;
    }
}

.header-content {
    position: relative;
}

.kda_glas_gerade {
    width: 120px;
    margin-top: -215px;
    position: absolute;
    margin-left: 280px;
}

@media only screen and (max-width: 1023px) {
    .kda_glas_gerade {
        display: none;
    }
}

/*__________________________________________________________
    
C A L L   T O   A C T I O N
___________________________________________________________*/

.cta-section {
    background-color: #E63816;
}

.cta-section .default-btn {
    background-color: #3DB28A;
    color: #fff;
}

.col-md-8 {
    padding-left: 0;
}

/*__________________________________________________________
    
Ö F F N U N G S Z E I T E N
___________________________________________________________*/

.padding_oeffnungszeiten {
    padding: 30px 0px 25px 0px;
}

/*__________________________________________________________
    
A U S S T E L L E R L O G O S
___________________________________________________________*/

ul {
    list-style: none;
    padding-left: 0;
}


/*__________________________________________________________
    
A N F A H R T
___________________________________________________________*/

@media only screen and (max-width: 767px) {
    iframe {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .col-md-8 {
        padding-left: 15px;
    }
}

/*__________________________________________________________
    
F O O T E R
___________________________________________________________*/

.footer-section {
    background-color: #E63816;
    color: #faf5b2;
    border-top: 0px;
}

.footer-section p {
    text-align: left;
}

#scroll-to-top {
    background-color: #3DB28A;
    border-radius: 0;
    right: 10px;
    bottom: 20px;
    font-size: 35px;
    text-decoration: none !important
}

@media only screen and (max-width: 767px) {
    #scroll-to-top {
        right: 15px;
        bottom: 15px;
    }
}

footer a {
    color: #faf5b2;
    padding: 0px 10px 0px 10px;
    text-transform: uppercase
}

footer a:hover {
    color: #faf5b2;
    text-decoration: underline;
}
