#closed_wrapper{
    color:white;
    position: absolute;
    margin-top: 525px;
    width:100%;
    background-color:darkred;
}



#closed{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 15px;
}

@media (min-width: 550px) {
     #closed_wrapper {
          margin-top: 570px;
    }
    #closed{
        font-size: 20px;
        padding-top: 20px;
    }
}

body {
    
   font-family: 'Arapey', sans-serif!important;
   
}



.navbackground{
    background-color: darkred;
    height: 70px;
    width: 100%;
    position: fixed;
    z-index: 5;
        -webkit-box-shadow: 0 0 10px 5px rgb(20,20,20);
        box-shadow: 0 0 10px 5px rgb(20,20,20);
}



.header {
    height: 620px;
    background-image: url(/images/IMG_2301_.jpg);
    background-size:cover;
    background-position: center center;
      background-repeat: no-repeat;
    background-attachment: scroll;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}

@media (min-width: 550px) {
     .header {
          background-attachment: fixed;
    }
}

.header-navbar-links{
  
    float: right;
    display: block;
    color:white;
    padding-left: 50.5%;
    padding-top: 26px;
    padding-bottom: 10px;
    position: fixed;
    z-index: 5;
}

.header-navbar-links a{
        text-decoration: none;
        color:white;
        -webkit-transition: 0.5s;
        transition: 0.5s;
}

.header-navbar-links a:hover{
        color:grey;
}

.header-navbar-links li{
    float: left;
    list-style-type: none;
    margin-left: 40px;
    text-align: center;
    font-size: 0.8em;
    display: none;
}

@media (min-width: 550px) {
     .header-navbar-links {
        padding-left: 48%;
    }
}


@media (min-width: 750px) {
    .header-navbar-links li {
        font-size: 1em;
        display:block;
    }
   
}

@media (min-width: 1000px) {
    .header-navbar-links li {
        font-size: 1.3em;
    }
}



#side-menu-trigger{
    float:right;
    z-index: 10;
    position: relative;
    color:white;
    margin-top: 10px;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 200%;
    height: 50px;
    margin-right: 30px;

}

@media (min-width: 750px) {
     #side-menu-trigger {
        display:none;
    }
}

.side-menu {
    background-color: darkred;
    padding-top: 15px;
    color:white;
    float: right;
}

.side-menu h3{
    padding-left: 18px;
}


.side-menu-navigation{
    list-style: none;
    font-size: 20px;
    border-bottom: 1px solid white;
}
.side-menu-navigation li {
        border-top: 1px solid white;
        padding-left: px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }


.side-menu-navigation a{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-decoration: none;
    color: white;
    background-color: darkred;
     -webkit-transition: 0.5s;
     transition: 0.5s;

}

.side-menu-navigation a:hover{
    background-color:gainsboro;
    color:darkred;
}





.header-brand-wrapper{
    float: left;
    margin-top: 25px;
}



.header-brand{
    color:white;
    text-decoration: none;
    font-weight: bold;
    z-index: 5;
    position: fixed;
    margin-top: -15px;
    display:none;
    
}

.header-brand img{
    width: 210px;

}


.slogan {
    padding-top: 120px;
    color: white;
    text-align:center;
    font-size: 30px;
    text-shadow: 0px 0px 10px black, 0px 0px 10px black,0px 0px 1px black,0px 0px 2px black,0px 0px 2px black;  
}





@media (min-width: 550px) {
    .slogan {
        padding-top: 200px;
    }
}

@media (min-width: 750px) {
    .slogan {
        font-size: 40px;
        padding-top: 200px;
    }
}



@media (min-width: 1000px) {
    .slogan{
        font-size: 60px;
    }
}

.slogan-bottom{
    font-size: 18px;
}

@media (min-width: 550px) {
    .slogan-bottom {
        font-size: 20px;
    }
}

@media (min-width: 750px) {
    .slogan-bottom {
        font-size: 25px;
    }
}


.happy-hour-wrapper{
    
    padding-top: 30px;
    
}
.happy-hour{
    float:right;
    color:white;
    font-size: 20px;
    text-align: center;
    margin-right: 15px;
    text-shadow: 1px 1px 1px black, 2px 2px 2px black; 
    border: 5px solid white;
    border-radius: 20px;
    width: 300px;
    background-color:darkred;
    -webkit-box-shadow: 0px 0px 20px 3px black;
    box-shadow: 0px 0px 20px 3px black;
    font-weight: lighter;
        background-image: url(/images/redrock_photo1.jpg);
    background-size: cover;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

@media (min-width: 550px) {
    .happy-hour{
         float:right;
    color:white;
    font-size: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px black, 2px 2px 2px black; 
    border: 5px solid white;
    border-radius: 20px;
    width: 300px;
    background-color:darkred;
    -webkit-box-shadow: 0px 0px 20px 3px black;
    box-shadow: 0px 0px 20px 3px black;
    font-weight: lighter;
    }
}

.happy-hour h4{
    margin-bottom: -30px;
    margin-top: 20px;
}











.beers{
        height: 400px;
    background-color: darkred;
     -webkit-box-shadow: 0 0 10px 5px rgb(20,20,20);
     box-shadow: 0 0 10px 5px rgb(20,20,20);
    z-index: 0;
    position:relative;
        background-image: url(/images/redrock_photo2.jpg);
    background-size: cover;
    background-position: 50%;
    text-shadow: 1px 1px 2px black;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
        
}

@media (min-width: 550px) {
    .beers{
        height: 400px;
    }
}


.beers h1{
    margin-top: 0px;
    padding-top: 30px;
    text-align: center;
    font-size: 30px;
    color:white;
    
}

@media (min-width: 550px) {
    .beers h1 {
        font-size: 50px;
    }
}

.beers table td{
    color: white;
    padding: 5px;
    border-bottom: none;
    font-size: 10px;

}

@media (min-width: 550px) {
    .beers table td{
        padding: 10px;
        font-size: 12px;
    }
}

@media (min-width: 750px) {
    .beers table td{
        padding: 10px;
        font-size: 15px;
    }
}

.beers table{
margin-left: 25%;

}

@media (min-width: 550px) {
    .beers table{
        margin-left: auto;
        margin-right: auto;

    }
}



.country{
    font-weight: lighter;
}

.beername{
    font-weight: bold;
}


.flag-icon{
    font-size: 1.5em;
}
 
















.sports_wrapper {
    height: 550px;
    background-image: url(/images/IMG_2315_.jpg);
    background-size:cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
  background-attachment: scroll;
    text-align: center;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

@media (min-width: 550px) {
    .sports_wrapper{
        height: 600px;
        text-align: left;
         background-attachment: fixed;
    }
}


.sports_desc{
    padding-top: 20px;
    color:white;
   text-shadow: 0px 0px 10px black, 0px 0px 10px black,0px 0px 1px black,0px 0px 2px black,0px 0px 2px black;  
}

@media (min-width: 550px) {
    .sports_desc{
         padding-top: 60px;
    color:white;
   text-shadow: 0px 0px 10px black, 0px 0px 10px black,0px 0px 1px black,0px 0px 2px black,0px 0px 2px black; 
    }
}

.sports_desc h1{
    font-size: 2em;
    text-align: center;
}

@media (min-width: 550px) {
    .sports_desc h1{
        font-size: 3em;
        text-align: left;
    }
}

@media (min-width: 750px) {
    .sports_desc h1{
        font-size: 4em;
        margin-left: -300px;
        margin-right: 300px;
    }
}

@media (min-width: 1000px) {
    .sports_desc h1{
        font-size: 4em;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.sports_desc p{
    font-size: 1em;
     position: relative;
    z-index: 1;
}


@media (min-width: 550px) {
    .sports_desc p{
        font-size: 1.1em;
    }
}

@media (min-width: 750px) {
    .sports_desc p{
        font-size: 1.3em;
        margin-left: -300px;
        margin-right: 300px;
    }
}

@media (min-width: 1000px) {
    .sports_desc p{
        font-size: 1.3em;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.sports_photo{
    width:142px;
    height: 200px;
    background-image: url(/images/RedRock_face_1.jpg);
    background-size: cover;
    margin-left: 0px;
    float:right;
    -webkit-box-shadow: 1px 5px 40px 0px black;
    box-shadow: 1px 5px 40px 0px black;
    -webkit-filter:grayscale(0);
    filter:grayscale(0);
    -webkit-transition: 1s;
    transition: 1s;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    }

.sports_photo:hover{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}

@media (min-width: 550px) {
    .sports_photo{
        margin-top: 110px;

        width:200px;
        height: 280px;
    }
}

@media (min-width: 750px) {
    .sports_photo{
        margin-top: -310px;
        width:200px;
        height: 280px;
    }
}

@media (min-width: 1000px) {
    .sports_photo{
        margin-top: 110px;
        margin-right: 0px;
        width:200px;
        height: 280px;
    }
}



.reservierung {
    height: 520px;
    background-color: darkred;
       -webkit-box-shadow: 0 0 10px 5px rgb(20,20,20);
       box-shadow: 0 0 10px 5px rgb(20,20,20);
    z-index: 2;
    position:relative;
    background-image: url(/images/redrock_photo1.jpg);
    background-size:cover;
}
 
@media (min-width: 1000px) {
    .reservierung{
         height: 470px;
    background-color: darkred;
       -webkit-box-shadow: 0 0 10px 5px rgb(20,20,20);
       box-shadow: 0 0 10px 5px rgb(20,20,20);
    z-index: 2;
    position:relative;
    }
}



.reservation-wrapper{
    
    padding-top: 40px;
    color:white;
    
    
}



.reservation-wrapper h1{
    font-size: 2em;
    text-align: center;
}

@media (min-width: 550px) {
    .reservation-wrapper h1{
        font-size: 3em;
    }
}

@media (min-width: 750px) {
    .reservation-wrapper h1{
        font-size: 4em;
        text-align: left;
    }
}

.reservation-wrapper p{
    font-size: 1em;
    text-align: center;
  
}

@media (min-width: 550px) {
    .reservation-wrapper p{
       font-size: 1.1em;
        text-align: left;
    }
}

@media (min-width: 750px) {
    .reservation-wrapper p{
       font-size: 1.3em;
    }
}



.photo-wrapper{
    display:flex;
    justify-content: center;
}


.reservation-photo{
    
    border-style: solid;
    padding-right: 0px;
    float:left;
    border-color:white;
    background-image: url(/images/IMG_2321_.jpg);
    background-size: cover;
    width: 230px;
    height: 140px;
    margin-top: 50px;
    border-radius: 10px;
}

@media (min-width: 550px) {
    .reservation-photo{
        margin-top: 135px;
    border-style: solid;
    padding-right: 0px;
    float:left;
    border-color:white;
    background-image: url(/images/IMG_2321_.jpg);
    background-size: cover;
    width: 250px;
    height: 150px;
          margin-left: 0px;
    }
}

@media (min-width: 750px) {
    .reservation-photo{
        margin-top: 135px;
    border-style: solid;
    padding-right: 0px;
    float:left;
    border-color:white;
    background-image: url(/images/IMG_2321_.jpg);
    background-size: cover;
    width: 300px;
    height: 200px;
        margin-left: 0px;
    }
}

.reservierung a{
    text-decoration: none;
    color:#f1c4c4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.reservierung a:hover{
    text-decoration: none;
    color:gainsboro
}


.contact{
    height:900px;
    background-image: url(/images/IMG_2321_.jpg);
    background-size: cover;
    background-position: 50% 20%;
     background-repeat: no-repeat;
  background-attachment: scroll;
    color:white;
    text-shadow: 1px 1px 1px black, 2px 2px 2px black;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}


@media (min-width: 550px) {
    .contact{
      height:650px;
    background-image: url(/images/IMG_2321_.jpg);
    background-size: cover;
    background-position: 50% 20%;
     background-repeat: no-repeat;
  background-attachment: fixed;
    color:white;
    text-shadow: 1px 1px 1px black, 2px 2px 2px black;
    }
}


.contact p {

    font-weight: lighter;
    margin-left: 4px;
    font-size: 18px;

}


.contact a{
    
    text-decoration: none;
     color:white;
}

.contact h1 {
    
    margin-left: -2px;
    font-size: 4em;
    margin-top: 40px;
   
    
}

.contact h3{
    margin-bottom: 0px;
}

.contact a:hover{
    
    color:darkred;
    
}

.contact table{
font-size: 18px;
    
}

.contact h5{
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 20px;
}


.contact table tr td{
padding: 0px;
border-bottom: 0;
     color:white;
padding-bottom: 10px;
padding-left: 3px;   
}

.contact iframe {
    float: right;
    margin-right: 10px;
    border-style: solid;
    border-width: 6px;
    border-color: white;
    border-radius: 20px;
    width: 300px;
    height: 200px;
 
}

@media (min-width: 550px) {
    .contact iframe{
    margin-top:137px;
    float: right;
    margin-right: -2px;
    border-style: solid;
    border-width: 6px;
    border-color: white;
    border-radius: 20px;
        width: 300px;
        height: 300px;
    }
}






.footer-wrapper{
    height: 250px;
    background-color:darkred;
    -webkit-box-shadow: 0 0 10px 5px rgb(20,20,20);
    box-shadow: 0 0 10px 5px rgb(20,20,20);
    z-index: 2;
    position:relative;
        background-image: url(/images/redrock_photo1.jpg);
    background-size: auto;
    background-position: 90% 25%;
}

@media (min-width: 550px) {
   .footer-wrapper{
    height: 140px;
    background-color:darkred;
    -webkit-box-shadow: 0 0 10px 5px rgb(20,20,20);
    box-shadow: 0 0 10px 5px rgb(20,20,20);
    z-index: 2;
    position:relative;
    }
}


.footer{
    text-align: center;
    padding-top: 30px;
}

.pitlogo{
    background-image: url(/images/logo_pit.png);
    background-size: cover;
    height: 40px;
    width: 145px;
    margin:auto;
    -webkit-filter:grayscale(0);
    filter:grayscale(0);
    -webkit-transition: 1s;
    transition: 1s;
    margin-bottom: 20px;

}

@media (min-width: 550px) {
    .pitlogo{
       margin-bottom: 0px;
    }
}

.pitlogo:hover{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    
}

.pitlogo a{
       display:block;
    height: 100%;
}

.loftlogo{
    background-image: url(/images/logo_loft.png);
    background-size: cover;
    height: 40px;
    width: 145px;
    margin:auto;
      -webkit-filter:grayscale(0);
    filter:grayscale(0);
    -webkit-transition: 1s;
    transition: 1s;
    margin-bottom: 20px;
}

@media (min-width: 550px) {
    .loftlogo{
       margin-bottom: 0px;
    }
}

.loftlogo:hover{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    
}

.loftlogo a{
       display:block;
    height: 100%;
}

.maryslogo{
    background-image: url(/images/logo_mary.png);
    background-size: cover;
    height: 40px;
    width: 145px;
    margin:auto;
        -webkit-filter:grayscale(0);
    filter:grayscale(0);
    -webkit-transition: 1s;
    transition: 1s;
}
.maryslogo:hover{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    
}

.maryslogo a{
       display:block;
    height: 100%;
}


.footerlogo{
    text-align: center;
    padding-top: 30px;
    color:white;
    font-size: 10px;
}

.footerlogo a{
    text-decoration: none;
    color:white
}

.footerlogo a:hover{
    text-decoration: none;
    color:gainsboro;
}




/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
    z-index: 99;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
    color:white;
}

.facebook {
  background: #3B5998;
  color: white;
}

.instagram {
  background: palevioletred;
  color: white;
}



.impressum{
    height:1200px;
    background-image: url(/images/redrock_photo_imp.jpg);
    background-size: cover;
    background-position: 50% 20%;
     background-repeat: no-repeat;
  background-attachment: fixed;
    color:white;
    text-shadow: 1px 1px 1px black, 2px 2px 2px black;
}


@media (min-width: 550px) {
    .impressum{
      height:750px;
    background-image: url(/images/redrock_photo_imp.jpg);
    background-size: cover;
    background-position: 50% 20%;
     background-repeat: no-repeat;
  background-attachment: fixed;
        padding-top: 50px;
    color:white;
    text-shadow: 1px 1px 1px black, 2px 2px 2px black;
    }
}


.impressum p {

    font-weight: lighter;
    margin-left: 4px;
    font-size: 18px;

}


.impressum a{
    
    text-decoration: none;
     color:white;
}

.impressum h1 {
    
    margin-left: -2px;
    font-size: 4em;
    margin-top: 40px;
   
    
}

.impressum h3{
    margin-bottom: 0px;
}

.impressum a:hover{
    
    color:darkred;
    
}

.impressum table{
font-size: 18px;
    
}

.impressum h5{
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 20px;
}


.impressum table tr td{
padding: 0px;
border-bottom: 0;
     color:white;
padding-bottom: 10px;
padding-left: 3px;   
}

.impressum iframe {
    float: right;
    margin-right: 10px;
    border-style: solid;
    border-width: 6px;
    border-color: white;
    border-radius: 20px;
    width: 300px;
    height: 200px;
 
}

@media (min-width: 550px) {
    .impressum iframe{
    margin-top:137px;
    float: right;
    margin-right: -2px;
    border-style: solid;
    border-width: 6px;
    border-color: white;
    border-radius: 20px;
        width: 300px;
        height: 300px;
    }
}





.datenschutz{
    height:4300px;
    background-image: url(/images/redrock_photo_imp.jpg);
    background-size: cover;
    background-position: 50% 20%;
     background-repeat: no-repeat;
  background-attachment: fixed;
    padding-top: 40px;
    color:white;
    text-shadow: 1px 1px 1px black, 2px 2px 2px black;
}


@media (min-width: 550px) {
    .datenschutz{
      height:2350px;
    background-image: url(/images/redrock_photo_imp.jpg);
    background-size: cover;
    background-position: 50% 20%;
     background-repeat: no-repeat;
  background-attachment: fixed;
        padding-top: 100px;
    color:white;
    text-shadow: 1px 1px 1px black, 2px 2px 2px black;
    }
}


.datenschutz p {

    font-weight: lighter;
    margin-left: 4px;
    font-size: 18px;

}


.datenschutz a{
    
    text-decoration: none;
     color:white;
}

.impressum h1 {
    
    margin-left: -2px;
    font-size: 4em;
    margin-top: 40px;
   
    
}

.datenschutz h3{
    margin-bottom: 0px;
}

.datenschutz a:hover{
    
    color:darkred;
    
}

.datenschutz table{
font-size: 18px;
    
}

.idatenschutz h5{
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 20px;
}


.datenschutz table tr td{
padding: 0px;
border-bottom: 0;
     color:white;
padding-bottom: 10px;
padding-left: 3px;   
}

.datenschutz iframe {
    float: right;
    margin-right: 10px;
    border-style: solid;
    border-width: 6px;
    border-color: white;
    border-radius: 20px;
    width: 300px;
    height: 200px;
 
}

@media (min-width: 550px) {
    .datenschutz iframe{
    margin-top:137px;
    float: right;
    margin-right: -2px;
    border-style: solid;
    border-width: 6px;
    border-color: white;
    border-radius: 20px;
        width: 300px;
        height: 300px;
    }
}






h2{
    text-align: center;
    color:white;
}


#rules{
    width: 300px;
    height: 100px;
    position: fixed;
    background-color:rgb(155, 50, 50);
    z-index: 999;
    right:0;
    top: 50%;
    color:white;
    text-align: center;
    align-items: center;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    transition:1s ease;
    -webkit-transition:1s ease;
    -moz-transition:1s ease;
    -ms-transition:1s ease;
    -o-transition:1s ease;
}




#locationmaps{
    
    margin-top: 0px;
    width:250px;
    margin-left: 100px;
}



@media (min-width: 550px) {
    #locationmaps{
        margin-top: 100px;
        width:400px;
        margin-left: -100px;
    }
}
