body {
    height: 100%;
    width: 100vw;
    background: black;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background: black;
    background-image: url(../assets/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size:200px;
}

.background {
    position: fixed;
    height: 100%;
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

#bgleft {
    background-image: url(../assets/background-left.png);
    background-position: center left;
    z-index: -1;
}

#bgright {
    background-image: url(../assets/background-right.png);
    background-position: center right;
    z-index: -2;
}

#bgback {
    background-image: url(../assets/background.jpg);
    background-position: center;
    z-index: -3;
    background-size: cover !important;
}


.centertext{
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a {
    color: black;
    text-decoration: none;
}

.maincontainers {
    text-align: center;
    background: none !important;
    transition-duration: 0.4s;
}

.mainbuttons:hover {
    transform: scale(1.1,1.1);
}

#hours img {
    width: 300px;
    background: none;
    margin-bottom: 0;
    margin-top: 10;
}

#logoturbulent img {
    width: 120px;
    background: none;
    margin-left: 10;
}

#reservation img {
    width: 250px;
    background: none;
    margin-top: 30;
    margin-bottom: 20px;
    cursor: pointer;
}

#number img {
    width: 125px;
    background: none;
    margin-bottom: -10;
}

#email img {
    width: 200px;
    background: none;
    margin-bottom: -10;
}

#adress img {
    width: 200px;
    background: none;
}


.socialmedia {
    position: fixed;
    /* background: yellow; */
    width: 50;
    right: 25;
    bottom: 20;
    z-index: 9;
}

.socialmedia img{
    display: block;
    background: none;
    border-style: none;
    border-color: white;
    border-width: 2;
    width: 100%;
    margin-bottom: 10;
    border-radius: 100%;
    opacity: 0.7;
}

.socialmedia img:hover {
    opacity: 1;
}

/* RESPONSIVE */

@media only screen and (max-height: 630px) {
    
    #logoturbulent {
        display: none;
      }
    
    #reservation img {
        margin-top: 35;
        margin-bottom: 20;
    }    

}


@media only screen and (max-height: 450px) {
    
    .centertext{
        position: absolute;
        width: 100vw;
        top: 50;
        margin-bottom: 50;
        left: inherit;
        transform: inherit;
}  

}

@media only screen and (min-width: 1000px) {
    .centertext {
        display: none;
    }
    
    
}

@media only screen and (max-width: 1000px) {
    .centertextdesktop {
        display: none;
    }
    
    
}

@media only screen and (max-height: 600px) {
    #logodesk img {
        height: 40vh;
        width: auto !important;
    }
}

/* RESPONSIVE */

@keyframes slideInFromLeft {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

.overlay {
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100vw;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    animation: 1s ease 0s 1 slideInFromLeft;
}

#closebutton {
    position: fixed;
    width: 50px;
    height: 50px;
    background: none;
    background-image: url(../assets/closebutton.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 25;
    top: 25;
    cursor: pointer;
    transition-duration: 0.4s;
    z-index: 20;
}

#closebutton:hover {
    transform: rotate(90deg);
}

#iframewindow {
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    border:none;
    bottom: 0;
    z-index: 19;
}

#myDIV {
    display: none;
}

/* DESKTOP */

.centertextdesktop {
    text-align: center;
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
}

.columns {
    display: inline-block;
    vertical-align: middle;
}

#hoursdesk img {
    width: 400px;
}

#logodesk img {
    width: 300px;
    margin-bottom: 40;
}

#reservationdesk img {
    width: 250px;
}

#giftcard img {
    width: 150px;
    margin-top: -10px;
}

#numberdesk img {
    width: 120px;
}

#maildesk img {
    width: 200px;
}

#adressdesk img {
    width: 200px;
}

#giftcardmobile img {
    width: 130px;
    margin-top: 20px;
}

#column2 {
    margin-left: 40px;
    margin-right: 70px;
}

.deskhover img{
    transition-duration: 0.4s;
}

.deskhover img:hover {
    transform: scale(1.1,1.1);
}
