body, html {
    height: 100%;
}
.bg {
    /* The image used */
    background-image: url("../Images/baggrund.jpg");

    /* Full height */
    min-height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.logo-pad-top{
    padding-top: 20px;
}

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

a:hover 
{
    color:white; 
    text-decoration:none; 
    cursor:pointer;  
    transform: scale(1.1);
}

.white-text{
    color: white;
}

.orange-text{
    color: #FFA436;
    font-size: 24px;
}

.std-text{
    font-size: 20px;
}

.footer-line{
    border: 2px solid #FFA436;
}

.footer-text{
    font-size: 12px;
}


.resize {
    max-width:800px; /* you can use % */
    max-height: 600px;
    vertical-align: middle;
}


.gallery-max-height{
    height: 600px;
}

.gallery-padding{
    padding-top: 230px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.frame {
    white-space: nowrap; /* this is required unless you put the helper span closely near the img */

    text-align: center; margin: 1em 0;
}

.image1-padding-top{
    padding-top: 130px;
}

.gallery-arrows{
    font-size: 30px;
}

input[type="text"]{
    font-size: 14px;
    height: 40px; 
    color: #fff; 
    width: 800px; 
    padding: 4px; 
    display: block; 
    background:#636363; 
    border-radius: 10px;
    background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
    background-size: 25px 25px;
    background-position: 750px 0px;
    background-repeat: no-repeat;

}

input[type="email"]{
    font-size: 14px; 
    height: 40px;
    color: #fff; 
    width: 800px; 
    padding: 4px; 
    display: block; 
    background:#636363; 
    border-radius: 10px;
    background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
    background-size: 25px 25px;
    background-position: 750px 0px;
    background-repeat: no-repeat;
}

textarea {
    font-size: 14px; 
    color: #fff; 
    width: 800px; 
    padding: 4px; 
    display: block; 
    background:#636363; 
    border-radius: 10px;
    background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
    background-size: 30px 30px;
    background-position: 750px 0px;
    background-repeat: no-repeat;
    overflow: auto;
    resize: none;
    margin-bottom: 5px;
}

input[type=submit] {
    padding:5px 15px; 
    background:#636363; 
    color: #fff;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 10px; 
    width: 800px;
    height: 45px;

}
.contact-form {
    color: #636363;
    z-index: 56;
    width: 969px;
    min-height: 528px;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
    left: -40px;
    margin-top: 39px;
    position: relative;
}

.vLine {
    border-left: 3px solid #FFA436;
    height: 100%;
    display: block;
}

.hidden{
    display: none;
}

.dBlock{
    display: block;
}

.price-text{
    font-size: 34px;
}

.ingredients-text{
    font-size: 14px;
}

.menu-item{
    cursor: pointer;
    display: inline-block;
}

.menu-div{
    margin-bottom: 20px;
}

.menu-item:hover{
    text-decoration:none; 
    transform: scale(1.1);
}

.selected{
    border-bottom: 2px solid #FFA436;
}

@media screen and (max-width: 992px) {
    .vLine{
        display: none;
    }
    
    
}