/* ========== NARROW HEIGHT ========== */
@media only screen and (min-height: 730px) and (max-height: 930px) {
  h3 {
    font-size: 16px !important;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  p {
    font-size: 14px !important;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  a {
    font-size: 12px !important;
  }
  .maja {
    width: 78px !important;
    height: 35px !important;
  }
  .mariaogjacob {
    width: 311px !important;
    height: 61px !important;
  }
  .date {
    width: 306px !important;
    height: 42px !important;
  }
  .illustration-kirke {
    width: 96px !important;
    height: 75px !important;
  }
  .headline-kirke {
    width: 180px !important;
    height: 31px !important;
  }
  .illustration-storekro {
    width: 236px !important;
    height: 75px !important;
  }
  .headline-storekro {
    width: 231px !important;
    height: 31px !important;
  }
  .btn {
    padding: 5px 15px 5px 15px !important;
  }
}

/* ========== DESKTOP ========== */
@media only screen and (min-width: 1681px) {
/* !Screen indikator! */
  .screen {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: blue;
  }
/* //!Screen indikator! */
  .corners {
    width: 160px;
    padding-top: 160px;
    margin: 20px;
  }
  .flowers {
    width: 306px;
    height: 132px;
  }
  /* Content */
  .wrapper {
      width: 1024px;
  }
  .maja {
    width: 104px;
    height: 46px;
  }
  .mariaogjacob {
    width: 388px;
    height: 76px;
  }
  .text-1 {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .date {
    width: 382px;
    height: 52px;
  }
  .time-headline {
    width: 84px;
    height: 51px;
    margin-right: 10px;
  }
  .time-text p {
    font-size: 16px;
    letter-spacing: 0.2em;
    padding-right: 15px;
  }
  .illustration-kirke {
    width: 149px;
    height: 116px;
  }
  .headline-kirke {
    width: 224px;
    height: 38px;
  }
  .kirke p {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .illustration-storekro {
    width: 367px;
    height: 116px;
  }
  .headline-storekro {
    width: 288px;
    height: 38px;
  }
  .storekro p {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .help h3 {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .help p {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .su-marts h3 {
    font-size: 18px;
    letter-spacing: 0.2em;
    font-weight: 700;
  }
  .su-marts p {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .linemobile {
    display: none !important;
  }
  #demo {
    font-size: 3.5vw !important;
    margin: 0px;
  }
}




/* ========== LAPTOP ========== */
@media only screen and (max-width: 1680px) {
/* !Screen indikator! */
  .screen {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: Red;
  }
/* //!Screen indikator! */
  .corners {
    width: 160px;
    padding-top: 160px;
    margin: 20px;
  }
  .flowers {
    width: 230px;
    height: 99px;
  }
  /* Content */
  .wrapper {
      width: 728px;
  }
  .maja {
    width: 78px;
    height: 35px;
  }
  .mariaogjacob {
    width: 388px;
    height: 76px;
  }
  .text-1 {
    font-size: 14px;
    letter-spacing: 0.2em;
  }
  .date {
    width: 382px;
    height: 52px;
  }
  .time-headline {
    width: 84px;
    height: 51px;
    margin-right: 10px;
  }
  .time-text p {
    font-size: 14px;
    letter-spacing: 0.2em;
    padding-right: 15px;
  }
  .illustration-kirke {
    width: 119px;
    height: 93px;
  }
  .headline-kirke {
    width: 224px;
    height: 38px;
  }
  .kirke p {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .illustration-storekro {
    width: 294px;
    height: 93px;
  }
  .headline-storekro {
    width: 288px;
    height: 38px;
  }
  .storekro p {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .help h3 {
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .help p {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .su-marts h3 {
    font-size: 16px;
    letter-spacing: 0.2em;
    font-weight: 700;
  }
  .su-marts p {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .linemobile {
    display: none !important;
  }
  #demo {
    font-size: 3.5vw !important;
    margin: 0px;
  }
}


/* ========== MOBILE ========== */
@media only screen and (max-width: 720px) {
/* !Screen indikator! */
  .screen {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: yellow;
  }
/* //!Screen indikator! */
  .corners {
    width: 70px;
    padding-top: 70px;
    margin: 10px;
  }
  .flowers {
    width: 99px;
    height: 43px;
  }

  .btm {
    display: none;
  }

  .btm-left {
    display: none;
  }

  .btm-right {
    display: none;
  }

  /* Content */
  .wrapper {
      width: 280px;
      min-height: 400px;
      position: inherit !important;
      top: 0;
      left: 0;
      transform: none !important;
      z-index: 1;
      margin: auto;
      padding-top: 20%;
  }
  .wrapperovernat {
    padding-top: 50% !important;
  }
  .maja {
    width: 78px;
    height: 35px;
  }
  .mariaogjacob {
    width: 256px;
    height: 50px;
  }
  .text-1 {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .date {
    width: 255px;
    height: 35px;
    margin-bottom: 10% !important;
  }
  .time-headline {
    width: 51px;
    height: 32px;
    margin-right: 10px;
  }
  .time-text p {
    font-size: 14px;
    letter-spacing: 0.1em;
    padding-right: 5px;
  }
  .time {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .time-block {
    width: 100%;
    justify-content: flex-start !important;
  }
  .kirkeogkro {
    display: inherit !important;
  }
  .illustration-kirke {
    width: 118px;
    height: 92px;
  }
  .headline-kirke {
    width: 196px;
    height: 34px;
  }
  .kirke p {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .kirke {
    border: none !important;
    width: 100% !important;
  }
  .illustration-storekro {
    width: 240px;
    height: 76px;
  }
  .headline-storekro {
    width: 252px;
    height: 34px;
  }
  .storekro p {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .storekro {
    width: 100% !important;
  }
  .help h3 {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .help p {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .su-marts h3 {
    font-size: 14px;
    letter-spacing: 0.2em;
    font-weight: 700;
  }
  .su-marts p {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .btn {
    padding: 10px 20px 10px 20px;
    border: 2px solid #000;
    font-size: 14px !important;
    letter-spacing: 0.1em;
  }
  .vdivider-top {
    display: none;
  }
  .linemobile {
    display: flex !important;
  }
  .help {
    display: inherit !important;
  }
  .toastmaster {
    border: none !important;
    width: 100% !important;
  }
  .gavekoordinator {
    width: 100% !important;
  }
  .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .space {
    height: 10px !important;
  }
  #demo {
    font-size: 7vh !important;
  }

  /* Bottom of Mobile display */
  .mobilebtm {
    position: relative;
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .mobilebtm-left {
    width: 70px;
    padding-top: 70px;
    margin: 10px;
    background-image: url("../img/btm-left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .mobilebtm-center {
    align-self: flex-end;
    width: 99px;
    height: 43px;
    background-image: url("../img/flowers-btm.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .mobilebtm-right {
    width: 70px;
    padding-top: 70px;
    margin: 10px;
    background-image: url("../img/btm-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  /* //Bottom of Mobile display */
}

/* ============================== */
/* ========== MAIN CSS ========== */
/* ============================== */
body {
  font-family: 'Hind', sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}

h3 {
  text-align: center;
}

p {
  text-align: center;
}



/* === Corners === */
.corners {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-left {
  top: 0;
  left: 0;
  background-image: url("../img/top-left.svg");
}

.top-right {
  top: 0;
  right: 0;
  background-image: url("../img/top-right.svg");

}

.btm-left {
  bottom: 0;
  left: 0;
  background-image: url("../img/btm-left.svg");
}

.btm-right {
  bottom: 0;
  right: 0;
  background-image: url("../img/btm-right.svg");
}


/* === Flowers === */
.flowers {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.top {
  background-image: url("../img/flowers-top.jpg");
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.btm {
  background-image: url("../img/flowers-btm.jpg");
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

/* === Content === */
.wrapper {
  min-height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.maja {
  background-image: url("../img/maja.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mariaogjacob {
  background-image: url("../img/headline.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}

.date {
  background-image: url("../img/date.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
}

.divider-left {
  width: 5px;
  height: 5px;
  border: 2px solid #8AB2A4;
  transform: rotate(45deg);
}

.divider-middle {
  width: 100%;
  height: 2px;
  background-color: #8AB2A4;
}

.divider-right {
  width: 5px;
  height: 5px;
  border: 2px solid #8AB2A4;
  transform: rotate(45deg);
}

.time {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.time-block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.time-headline {

}

.klokken13 {
  background-image: url("../img/time-13.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.klokken14 {
  background-image: url("../img/time-14.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.klokken16 {
  background-image: url("../img/time-16.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.klokken18 {
  background-image: url("../img/time-18.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.time-text {

}

.time-text p {
  text-align: left;
}

.kirkeogkro {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}

.kirke {
  width: 50%;
  border-right: 2px;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-style: solid;
  border-color: #8AB2A4;
  padding-top: 2%;
}

.illustration-kirke {
  background-image: url("../img/illu-kirke.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6%;
}

.headline-kirke {
  background-image: url("../img/headline-kirke.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}

.storekro {
  width: 50%;
  padding-top: 2%;
}

.illustration-storekro {
  background-image: url("../img/illu-storekro.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6%;
}

.headline-storekro {
  background-image: url("../img/headline-storekro.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}

.vdivider {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}

.vdivider-top {
  width: 5px;
  height: 5px;
  border: 2px solid #8AB2A4;
  transform: rotate(45deg);
  background-color: #fff;
}

.btn {
  padding: 10px 20px 10px 20px;
  border: 2px solid #000;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.btn-out p {
  text-align: center;
}

.btn:hover {
  color: #fff;
  background-color: #000;
  transition: 0.5s;
}

.space {
  width: 100px;
  height: 20px;
}

.help {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}

.toastmaster {
  width: 50%;
  border-right: 2px;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-style: solid;
  border-color: #8AB2A4;
}

.gavekoordinator {
  width: 50%;
}

.su-marts {

}
