rt url(https://fonts.googleapis.com/css?family=EB+Garamond:400,700);@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  width: 100%;
}

body {
  margin: 0;
  height: 100%;
  padding: 0;
  width: 100%;
}

#canvas {
  color: #FFFFFF;
  min-height: 100vh;
  position: relative;
}

#canvas .inner {
  background-color: #CD1619;
  min-height: 100vh;
  padding: 20px;
}

section {
  border-bottom: 1px solid #FFFFFF;
  margin: 0 auto;
  max-width: 450px;
}

@media screen and (min-width: 64em) {
  #canvas {
    padding: 50px;
  }

  #canvas .inner {
    min-height: calc(100vh - 100px);
  }

  section {
    border-bottom: 0;
    max-width: none;
    padding: 50px;
  }
}

@media screen and (min-width: 90em) {
  #canvas .inner {
    padding: 50px;
  }
}

footer.main {
  font-size: 14px;
  line-height: 24px;
  padding: 40px 0;
  text-align: center;
}

footer.main img.logo {
  margin: 0 auto 10px;
}

footer.main ul.menu {
  list-style-type: none;
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
}

footer.main ul.menu li a {
  font-weight: bold;
}

footer.main ul.menu li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 64em) {
  footer.main {
    zoom: 1;
    padding: 0;
    margin: 50px 0 0;
    text-align: left;
  }

  footer.main:before,
  footer.main:after {
    content: "";
    display: table;
  }

  footer.main:after {
    clear: both;
  }

  footer.main img.logo {
    margin: 0 0 0 88px;
  }

  footer.main > div {
    float: left;
  }

  footer.main ul.menu {
    float: right;
    margin: 0;
    text-align: right;
  }
}

header.main {
  margin-bottom: 50px;
  text-align: center;
}

header.main .contact,
header.main .opening-hours {
  display: none;
}

header.main div.logo {
  margin: 0;
  text-align: center;
}

header.main div.logo img {
  margin: 0 auto;
}

header.main div.logo img.desktop {
  display: none;
}

header.main div.logo img.mobile {
  height: 55px;
  width: 260px;
}

@media screen and (min-width: 64em) {
  header.main {
    display: flex;
    flex-direction: row;
  }

  header.main h1 div.logo .desktop {
    display: block;
    width: 200px;
  }

  header.main h1 div.logo .mobile {
    display: none;
  }

  header.main .contact,
  header.main .opening-hours {
    display: inline-block;
    flex: 1;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 25px;
  }

  header.main .contact a,
  header.main .contact span,
  header.main .opening-hours a,
  header.main .opening-hours span {
    font-weight: bold;
  }

  header.main .contact {
    text-align: left;
  }

  header.main .opening-hours {
    text-align: right;
  }

  header.main .opening-hours .btn-wrapper {
    margin-top: 30px;
  }
}

@media screen and (min-width: 90em) {
  header.main h1 .logo.desktop {
    width: 245px;
  }

  header.main .contact,
  header.main .opening-hours {
    font-size: 16px;
    line-height: 30px;
  }
}

.btn {
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 5px 15px;
  text-decoration: none;
}

.btn:hover {
  background: #FFFFFF;
  color: #CD1619;
}

h1,
.h1 h2,
.h2 h3,
.h3 h4,
.h4 {
  margin: 0;
}

h1,
.h1 {
  font-size: 35px;
  line-height: 45px;
}

@media screen and (min-width: 64em) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 70px;
  }
}

figure,
img {
  display: block;
}

a {
  color: #FFFFFF;
  outline: 0;
  text-decoration: none;
}

html,
body {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  letter-spacing: 2px;
}

strong {
  font-family: "Montserrat", sans-serif;
}

section p {
  margin: 0;
}

section.agb {
  max-width: 1000px;
  text-align: center;
}

section.agb strong {
  font-family: "EB Garamond", serif;
}

section.agb p {
  margin-bottom: 20px;
}

#announcement {
  background-color: #FFFFFF;
  color: #CD1619;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  height: 50px;
  left: 0;
  line-height: 16px;
  padding: 10px 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

#announcement span {
  display: inline-block;
  margin: 0 auto;
  max-width: 240px;
}

@media screen and (min-width: 64em) {
  #announcement {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0;
  }

  #announcement span {
    max-width: none;
  }
}

@media screen and (min-width: 90em) {
  #announcement {
    font-size: 16px;
  }
}

section.impressum {
  max-width: 1000px;
  text-align: center;
}

section.impressum strong {
  font-family: "EB Garamond", serif;
}

section.impressum p {
  margin-bottom: 20px;
}

section.impressum header {
  margin-bottom: 25px;
}

@media screen and (min-width: 64em) {
  section.impressum {
    padding: 50px;
  }
}

section.info {
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0;
}

section.info ul.days,
section.info ul.tels {
  font-family: "Montserrat", sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

section.info ul.days li,
section.info ul.tels li {
  margin-bottom: 20px;
}

section.info ul.days li span,
section.info ul.tels li span {
  display: block;
}

section.info ul.days li span.day,
section.info ul.days li span.type,
section.info ul.tels li span.day,
section.info ul.tels li span.type {
  font-weight: bold;
}

section.info .btn-wrapper {
  margin-bottom: 20px;
  text-align: center;
}

section.info .email {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
}

section.info .email a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 64em) {
  section.info {
    display: none;
  }
}

section.intro {
  font-size: 24px;
  line-height: 34px;
  padding: 0 10px 50px;
  text-align: center;
}

@media screen and (min-width: 64em) {
  section.intro {
    border: 1px solid #FFFFFF;
    font-size: 50px;
    line-height: 70px;
    margin-top: 160px;
    max-width: 800px;
    padding: 40px;
    position: relative;
  }

  section.intro:before {
    border-left: 1px solid #FFFFFF;
    content: "";
    height: 110px;
    left: auto;
    position: absolute;
    right: auto;
    top: -110px;
    width: 1px;
  }
}

section.welcome {
  font-size: 16px;
  line-height: 24px;
  padding: 20px 40px;
  text-align: center;
}

@media screen and (min-width: 64em) {
  section.welcome {
    font-size: 24px;
    line-height: 44px;
    max-width: 500px;
  }
}

