body {background:white}

.center {
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
} /* Test*/

.groupheader{text-align:center}

.groupbody {text-align:center;
min-height: calc(100vh - 400px);}

video{
max-width: 400px;
height: auto;
}

.groupfooter {text-align:center}


.headerpicture {width:100%;
background-image:url("/sites/catering3.nsf/21.jpg");
background-position:center;
background-repeat: no-repeat;
background-size:cover; 
text-align:center;
height:280px;
overflow:hidden;
color:white;}

.bodytext{
display:inline-block;
margin-left:10px;
margin-right:10px;
vertical-align:top}

.menulink {display:inline-flex;margin-left:20px;cursor:pointer}

.footerlink{display:inline-block;
font-weight:bold;
font-size:14px;
margin:10px;
cursor:pointer}


/*Moblie*/
@media (min-width: 0px) and (max-width: 844px ) {

video{
max-width: 100%;
height: auto;
}

#footer-cookie{
bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
line-height: inherit;
height: auto;
background: #303030;
color: #fff;
}

      #footer-cookie #description {
        width: 100%;
      }

      #footer-cookie #accept {
        width: 100%;
        margin-top: 15px;
      }

      #footer-cookie #accept a {
        width: 100%;
        display: block;
        text-align: center;
      }


}




