@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height: 100%;
  overflow: hidden; }

.wrapper {
  margin: 0 0px; }

body {
  background-image: url("/img/klipning-drivhus-hjemme-frisoer-sort-hvid.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden; }

a {
  color: white;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif; }

h3, h4, h5, ul, li {
  font-family: 'Montserrat', sans-serif; }

h1 {
  font-size: 4vw;
  line-height: 1.2em;
  font-family: 'Yeseva One', cursive; }

h2 {
  font-size: 5vw;
  font-family: 'Yeseva One', cursive; }

h3 {
  font-size: 2em;
  font-weight: 300; }

h4 {
  font-size: 1.5em;
  text-transform: uppercase; }

h5 {
  font-size: 1.5em; }

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.3em; }

.fremhævet {
  font-size: 1em;
  font-weight: 600; }

.intro, .header, .start, .omLis, .omKoncept, .spørgsmål, .kunderMener, .priser, .book, .footer {
  display: grid;
  grid-template-columns: repeat(12, [col] 1fr);
  grid-template-rows: auto; }

.video-container {
  position: fixed;
  z-index: -20;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block; }

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 1024px) and (min-width: 501px) {
  p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: 1.375em; }
  h4 {
    font-size: 1.25em; }
  body {
    background-image: url("/img/klipning-drivhus-hjemme-frisoer-mobil.jpg"); } }

@media only screen and (max-width: 500px) {
  .video-container {
    display: none; }
  p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    line-height: 1.25em; }
  h1 {
    font-size: 25px; }
  h4 {
    font-size: 1.25em; }
  .wrapper {
    margin: 0 0px; }
  body {
    background-image: url("/img/klipning-drivhus-hjemme-frisoer-mobil.jpg"); } }

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 20;
  width: 100%;
  background-color: #000000d1; }
  .header__call {
    grid-column: 1 / span 5;
    grid-row: 1 / span 1;
    margin-left: 30px;
    -ms-flex-item-align: center;
    align-self: center; }
  .header__callMe {
    margin-top: 20px;
    margin-right: 10px;
    float: left;
    color: white;
    text-transform: uppercase;
    display: block; }
  .header__nummer {
    z-index: -18;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    padding: 10px 25px;
    margin: 10px;
    font-weight: 400;
    outline: none;
    font-size: 20px;
    background-color: #C2000B;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-flex-item-align: center;
    align-self: center; }
  .header__nummer i {
    padding-right: 10px;
    font-size: 22px; }
  .header__facebook {
    grid-row: 1 / span 1;
    grid-column: 12 / span 1;
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: right;
    margin-right: 30px; }

.facebook {
  max-width: 40px; }

nav {
  grid-row: 1 / span 1;
  grid-column: 5 / span 7;
  font-style: normal;
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: end; }

.navigation > .navigation-option {
  display: inline;
  text-transform: uppercase;
  margin-left: 30px;
  line-height: 20px; }

.navigation > .navigation-option:hover {
  color: #C2000B !important; }

@media only screen and (max-width: 1090px) and (min-width: 500px) {
  .header__call {
    margin-left: 0; }
  .header__callMe {
    display: none; }
  .header__nummer {
    font-size: 20px;
    margin-left: 15px;
    grid-column: 1 / span 4; }
  .header__facebook {
    grid-row: 1 / span 1;
    grid-column: 12 / span 1;
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: right;
    margin-right: 5px; }
  .nav {
    margin: 30px 30px;
    grid-column: 6 / span 6; } }

@media only screen and (min-width: 500px) {
  .kunMobil {
    display: none; }
  .ikkeMobil {
    display: inline-block; } }

@media only screen and (max-width: 500px) {
  .kunMobil {
    display: inline-block; }
  .ikkeMobil {
    display: none; }
  nav {
    grid-column: 1 / span 11;
    justify-self: center;
    grid-row: 1 / span 1;
    margin: 5px;
    text-align: center; }
  .navigation > .navigation-option {
    margin-left: 10px;
    margin-right: 10px; }
  .header__call {
    display: none; }
  .header__nummer {
    font-size: 20px;
    padding: 8px 15px; }
  .header__facebook {
    grid-row: 1 / span 1;
    grid-column: 12 / span 1;
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: right;
    margin-right: 5px; } }

.intro {
  width: 100vw;
  height: 90vh;
  opacity: 1; }
  .intro__logo {
    height: 30vw;
    min-height: 150px;
    z-index: -18;
    grid-column: 1 / span 12;
    grid-row: 1 / span 1;
    justify-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    margin-left: auto; }

.overblik {
  -webkit-box-shadow: 0px -8px 69px -19px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px -8px 69px -19px rgba(255, 255, 255, 0.75);
  box-shadow: 0px -8px 69px -19px rgba(255, 255, 255, 0.75);
  padding: 4% 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url(../img/pattern3.jpg);
  background-repeat: repeat; }
  .overblik__box {
    min-width: 170px;
    color: white;
    border: 5px solid #C2000B;
    border-radius: 3px;
    padding: 0px 15px 15px 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin: -105px 10px 2% 10px;
    background-color: #C2000B;
    -webkit-filter: drop-shadow(0 0 0.2rem black);
    filter: drop-shadow(0 0 0.2rem black); }
  .overblik__image {
    margin-left: 42%;
    padding-bottom: 20px; }
  .overblik__heading {
    text-align: center;
    margin-bottom: 20px; }
  .overblik__text {
    text-align: center; }
  .overblik__link {
    margin: 30px 30px 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 1em;
    font-style: italic; }

@media only screen and (max-width: 1024px) and (min-width: 601px) {
  .overblik {
    padding: 2% 2%; }
    .overblik__box {
      margin: -65px 5px 14% 5px; } }

@media only screen and (max-width: 600px) and (min-width: 391px) {
  .overblik {
    padding: 2% 2%; }
    .overblik__box {
      margin: -50px 5px 15% 5px; }
    .overblik__image {
      margin-left: 45%;
      padding-bottom: 20px;
      width: 30px; }
    .overblik__heading {
      text-align: center;
      margin-bottom: 10px; }
    .overblik__link {
      margin: 15px 15px 5px 15px;
      font-size: 1em; } }

@media only screen and (max-width: 390px) {
  .overblik {
    padding: 2% 2%; }
    .overblik__box {
      margin: -55px 5px 25% 5px; }
    .overblik__image {
      margin-left: 45%;
      padding-bottom: 10px;
      width: 30px; }
    .overblik__heading {
      text-align: center;
      margin-bottom: 10px; }
    .overblik__link {
      margin: 15px 15px 5px 15px;
      font-size: 1em; } }

.overblik__link:hover {
  color: black;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.omLis {
  background-color: #cccccc;
  background-image: url(../img/pattern3.jpg);
  background-repeat: repeat; }
  .omLis__heading {
    margin-top: 8%;
    grid-column: 3 / span 8;
    grid-row: 1 / span 1;
    text-align: center;
    margin-bottom: 40px;
    color: black;
    z-index: 6; }
  .omLis__textCol {
    grid-row: 2 / span 2;
    grid-column: 7 / span 5;
    text-align: left;
    color: black;
    margin-bottom: 15%;
    z-index: 6;
    font-size: 16px; }
  .omLis__image {
    height: 600px;
    grid-row: 2 / span 2;
    grid-column: 2 / span 4;
    justify-self: center;
    -ms-flex-item-align: end;
    align-self: start;
    z-index: 5;
	padding: 4% 0 5% 5%; }

@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .omLis__heading {
    grid-column: 2 / span 10;
    grid-row: 1 / span 1;
    text-align: center;
    margin-bottom: 20px; }
  .omLis__textCol {
    grid-row: 2 / span 2;
    grid-column: 6 / span 7;
    text-align: left;
    margin-bottom: 5%;
  padding-right: 5%;}
  .omLis__image {
    height: 450px;
    grid-row: 2 / span 2;
    grid-column: 1 / span 4;
    justify-self: center;
    -ms-flex-item-align: end;
    align-self: start;
  	padding: 4% 0 5% 5%; } }

@media only screen and (max-width: 799px) and (min-width: 391px) {
  .omLis__heading {
    grid-column: 1 / span 12;
    grid-row: 1 / span 1;
    text-align: center;
    margin: 5px 10px; }
  .omLis__textCol {
    grid-row: 2 / span 1;
    grid-column: 1 / span 12;
    text-align: left;
    margin: 5px 10px; }
  .omLis__image {
    height: 300px;
    grid-row: 3 / span 1;
    grid-column: 1 / span 12;
    justify-self: center;
    -ms-flex-item-align: end;
    align-self: end;
  	padding: 5%;} }

@media only screen and (max-width: 390px) {
  .omLis__heading {
    grid-column: 1 / span 12;
    grid-row: 1 / span 1;
    text-align: center;
    margin-bottom: 5px; }
  .omLis__textCol {
    grid-row: 2 / span 1;
    grid-column: 1 / span 12;
    text-align: left;
    margin: 5px 10px;
    color: black; }
  .omLis__image {
    height: 300px;
    grid-row: 3 / span 1;
    grid-column: 1 / span 12;
    justify-self: center;
    -ms-flex-item-align: end;
    align-self: end;
  	padding: 5%; } }

.omKoncept {
  margin-top: 0px;
	background-image: url("/img/haaropsaetning-pige-hjemme.jpg");
  background-size: cover;
  padding: 8% 0; }
  .omKoncept__heading {
    color: white;
    grid-column: 2 / span 5;
    grid-row: 1 / span 1;
    text-align: center; }
  .omKoncept__brødtekst {
    grid-column: 7 / span 4;
    grid-row: 1 / span 4;
    color: white; }
  .omKoncept__ydelser {
    list-style: circle;
    margin-left: 20px;
    font-size: 16px;
    line-height: 1.5em; }
  .omKoncept__ring {
    grid-column: 2 / span 5;
    grid-row: 3 / span 1;
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    margin-top: 10%;
    text-align: center; }
  .omKoncept__nummer {
    margin-top: 30px;
    grid-column: 2 / span 5;
    grid-row: 4 / span 1;
    justify-self: center;
    font-size: 25px;
    border: none;
    border-radius: 3px;
    color: white;
    padding: 10px 25px 10px 25px;
    margin-left: 10px;
    font-weight: 400;
    outline: none;
    background-color: #C2000B;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 15px 0px; }
  .omKoncept__nummer i {
    padding-right: 10px;
    font-size: 25px; }

.spørgsmål {
  grid-row: 5 / span 1;
  grid-column: 1 / span 12;
  padding: 4% 10% 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .spørgsmål__box {
    color: white;
    border: 5px solid #C2000B;
    border-radius: 3px;
    padding: 30px 10px 30px 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    background-color: #C2000B;
    margin: 50px 10px -100px 10px;
    -webkit-filter: drop-shadow(0 0 0.2rem black);
    filter: drop-shadow(0 0 0.2rem black); }
  .spørgsmål__heading {
    text-align: center;
    margin-bottom: 20px; }
  .spørgsmål__text {
    text-align: center;
    margin: 0 30px; }

@media only screen and (max-width: 1100px) and (min-width: 730px) {
  .omKoncept__heading {
    grid-column: 2 / span 5;
    margin-right: 5%; }
  .omKoncept__brødtekst {
    grid-column: 7 / span 6;
    padding-right: 30px; }
  .omKoncept__ring {
    grid-column: 2 / span 5;
    font-size: 20px; }
  .omKoncept__nummer {
    margin-top: 10px;
    grid-column: 2 / span 5;
    font-size: 20px;
    padding: 5px 20px 5px 20px;
    font-weight: 400; }
  .omKoncept__nummer i {
    padding-right: 10px;
    font-size: 22px; } }

@media only screen and (max-width: 729px) and (min-width: 391px) {
  .omKoncept {
    background-image: url("/img/haaropsaetning-pige-hjemme-mobil.jpg"); }
    .omKoncept__heading {
      grid-column: 2 / span 10;
      grid-row: 1 / span 1;
      text-align: center;
      margin-bottom: 15px; }
    .omKoncept__brødtekst {
      grid-column: 2 / span 10;
      grid-row: 2 / span 1;
      padding-bottom: 15px; }
    .omKoncept__ring {
      margin-top: 5%;
      grid-column: 1 / span 12;
      grid-row: 3 / span 1;
      text-align: center; }
    .omKoncept__nummer {
      grid-column: 1 / span 12;
      grid-row: 4 / span 1;
      justify-self: center; }
  /** end koncept **/ }

@media only screen and (max-width: 390px) {
  .omKoncept {
    background-image: url("/img/haaropsaetning-pige-hjemme-mobil.jpg"); }
    .omKoncept__heading {
      grid-column: 1 / span 12;
      grid-row: 1 / span 1;
      text-align: center;
      margin-bottom: 10px;
      font-size: 25px; }
    .omKoncept__brødtekst {
      grid-column: 1 / span 12;
      grid-row: 2 / span 1;
      padding-bottom: 15px;
      margin-left: 10px;
      margin-right: 10px; }
    .omKoncept__ring {
      grid-column: 1 / span 12;
      grid-row: 3 / span 1;
      text-align: center;
      font-size: 20px; }
    .omKoncept__nummer {
      grid-column: 1 / span 12;
      grid-row: 4 / span 1;
      justify-self: center; }
  /** end koncept **/ }

.kunderMener {
  padding: 5% 0;
  background-image: url(../img/pattern3.jpg);
  background-repeat: repeat; }
  .kunderMener__heading {
    grid-row: 1 / span 1;
    grid-column: 2 / span 10;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase; }

.kunder {
  grid-row: 2 / span 1;
  grid-column: 1 / span 12;
  padding: 0 10% 4% 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .kunder__kunde {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }
  .kunder__image {
    height: 250px;
    padding: 30px;
    -webkit-filter: drop-shadow(0 0 0.2rem black);
    filter: drop-shadow(0 0 0.2rem black); }
  .kunder__siger {
    text-align: center; }

@media only screen and (max-width: 1100px) {
  .kunderMener__heading {
    grid-column: 1 / span 12;
    margin: 30px 20px 0 20px; }
  .kunder {
    grid-column: 1 / span 12; }
    .kunder__image {
      padding: 30px 15px 0 15px; } }

.priser {
  margin-top: 0px;
  background-image: url(../img/dark-grey-texture.jpg); }
  .priser__heading {
    margin-top: 8%;
    font-size: 7vw;
    grid-column: 2 / span 10;
    grid-row: 1 / span 1;
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: center;
    color: white; }

.prisWrap {
  grid-row: 2 / span 1;
  grid-column: 2 / span 10; }

.kør {
  grid-row: 3 / span 1;
  grid-column: 9 / span 3;
  padding: 0 5% 5% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .kør__box {
    min-width: 250px;
    -webkit-filter: drop-shadow(0 0 0.5rem black);
    filter: drop-shadow(0 0 0.5rem black);
    color: white;
    border: 5px solid #C2000B;
    border-radius: 3px;
    padding: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    background-color: #C2000B;
    margin: 7%; }
  .kør__heading {
    text-align: center;
    margin-bottom: 10px;
    grid-row: 1 / span 1;
    grid-column: 1 / span 3; }
  .kør__text {
    padding-top: 15px;
    text-align: center; }

.prisOverblik {
  padding: 5% 5% 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .prisOverblik__box {
    min-width: 250px;
    -webkit-filter: drop-shadow(0 0 0.5rem black);
    filter: drop-shadow(0 0 0.5rem black);
    color: white;
    border: 5px solid #C2000B;
    border-radius: 3px;
    padding: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    background-color: #C2000B;
    margin: 10px 10px -100px 10px; }
  .prisOverblik__heading {
    text-align: center;
    margin-bottom: 10px; }
  .prisOverblik__subtitle {
    text-align: center;
    margin-bottom: 25px; }

ul.prisliste {
  padding: 0;
  overflow-x: hidden;
  list-style: none;
  font-size: 1.2em; }

ul.prisliste li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "; }

ul.prisliste span:first-child {
  padding-right: 0.33em;
  background: #C2000B; }

ul.prisliste span + span {
  float: right;
  padding-left: 0.33em;
  background: #C2000B; }

.prisliste-option {
  line-height: 1.8; }

.indryk {
  padding-left: 40px; }

@media only screen and (max-width: 1100px) and (min-width: 730px) {
  .prisWrap {
    grid-column: 1 / span 12; }
  .kør {
    grid-column: 1 / span 12; }
  .prisOverblik__box {
    padding: 10px;
    margin: 10px; } }

@media only screen and (max-width: 729px) and (min-width: 391px) {
  .prisWrap {
    grid-column: 1 / span 12; }
  .kør {
    grid-column: 1 / span 12;
    padding: 1%; }
  .prisOverblik {
    margin: 0;
    padding: 1%; }
  .indryk {
    padding-left: 15px; }
  .prisOverblik__box {
    padding: 10px;
    margin: 10px; } }

@media only screen and (max-width: 390px) {
  .priser__heading {
    margin-bottom: 10px; }
  ul.prisliste {
    font-size: 1em; }
  .prisWrap {
    grid-column: 1 / span 12; }
  .indryk {
    padding-left: 15px; }
  .prisOverblik {
    padding: 0; }
    .prisOverblik__box {
      padding: 10px;
      margin-bottom: 15px;
      min-width: 200px; }
  .kør {
    grid-column: 1 / span 12;
    padding: 5% 1%; } }

.book {
  padding-top: 200px;
  padding-bottom: 200px; }
  .book__heading {
    font-weight: 600;
    grid-row: 1 / span 1;
    grid-column: 2 / span 10;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: 20px;
    color: white; }
  .book__subtitle {
    grid-row: 2 / span 1;
    grid-column: 4 / span 6;
    margin: 1% 0 5% 0;
    justify-self: center;
    font-size: 20px;
    text-align: center;
    color: white; }
  .book__nummer {
    grid-row: 3 / span 1;
    grid-column: 2 / span 10;
    justify-self: center;
    font-size: 50px;
	font-family: 'Yeseva One', cursive;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px 25px 10px 25px;
    font-weight: 400;
    outline: none;
    background-color: #C2000B; }
  .book__nummer i {
    padding-right: 10px;
    font-size: 30px; }

@media only screen and (max-width: 1100px) and (min-width: 730px) {
  .book {
    padding-bottom: 150px; }
    .book__heading {
      grid-column: 1 / span 12;
      font-size: 70px; }
    .book__subtitle {
      grid-column: 3 / span 8; }
    .book__nummer {
      font-size: 65px; } }

@media only screen and (max-width: 729px) and (min-width: 391px) {
  .book {
    padding-top: 100px;
    padding-bottom: 100px; }
    .book__heading {
      font-size: 50px;
      grid-column: 1 / span 12; }
    .book__subtitle {
      grid-column: 1 / span 12;
      margin-left: 10px;
      margin-right: 10px; }
    .book__nummer {
      font-size: 50px;
      grid-column: 1 / span 12; } }

@media only screen and (max-width: 390px) {
  .book {
    padding-top: 100px;
    padding-bottom: 100px; }
    .book__heading {
      font-size: 40px;
      grid-column: 1 / span 12; }
    .book__subtitle {
      grid-column: 1 / span 12;
      margin-left: 10px;
      margin-right: 10px; }
    .book__nummer {
      font-size: 30px;
      grid-column: 1 / span 12; } }

.footer {
  background-image: url(../img/dark-grey-texture.jpg);
  background-repeat: repeat;
  height: 100px; }
