*{
  box-sizing: border-box;
}



html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}

a{
  text-decoration: none;
}

li{
  list-style-type: none;
}


#logo{
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;

}
header {
width:100%;
height: 65px;
position: fixed;
top:0;
left:0;
background: #E8E8E8;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
z-index:1;
}

#logo{
  width:250px;
  float:left;
  margin: 10px 0 0 10px;
}

#logo:hover{
  opacity: 0.7;
}

.opening-hours {
            list-style: none;
            padding: 30;
              font-family: 'Source Sans Pro', sans-serif;
        }

        .opening-hours li {
            margin-bottom: 10px;
        }

        .day {
            font-weight: bold;
        }

#logo img{
  width: 100%;
}

header nav {
  float: right;
  margin: 5px 100px 0 0;
}

header nav ul li {
  float: left;
margin: 0 10px 60px 90px;
}

header nav ul li a {
  font-size: 20px;
  color: #222;
  font-weight: 300;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover {
  border-color: #FDD100;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}


.main-image {
  float: right;
    padding: 90px 30px 80px 0px;
}


.description {
  margin-right: 800px;
  max-width: 900px;
  flex-shrink: 0;
}

.description h1 {
  margin-bottom: 30px;
}

h1 {
  font-size: 32px;
  padding: 90px 0px 0px 30px;
  margin: 20px 0 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}



.titel .h1 {
  font-size: 300px;
  padding: 90px 0px 0px 30px;
  margin: 20px 0 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

.description .item-list.meta {
  font-weight: 300;
  margin-bottom: 32px;
  font-size: 21.5px;
}

.description .item-list {
  padding: 0;
  margin: 30;
  margin-bottom: 0px;
  list-style: none;
  color: black;
  font-size: 10px;
}

.description .item-list li {
  display: inline-block;
  padding: 0px 0px 0px 30px;
}

.description .item-list.meta {
  font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}

.description .item-list {
  list-style: none;
  color: black;
  font
}

.description .content__default {
  margin-bottom: 32px;
}

.content__default {
  padding: 0px 30px 80px 30px;
  font-family: 'Source Sans Pro', sans-serif;

}



footer {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 15px;
  margin-top: auto;
  background-color: #FDD100;
  text-align: center;
  padding: 0.1rem;
  opacity: 80%;


}

body {
  font-family: sans-serif;
  font-size: 1.125rem;
  background-color: #fefefe;
  color: #222;




/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .grid {
    width: 100%;
  }
}
