:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  margin-top: 0;
  font-family: big-caslon-fb, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

p {
  margin-bottom: 10px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

a {
  color: #864545;
  text-transform: uppercase;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container_large {
  max-width: 64rem;
}

.main_container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: row;
  height: 100%;
  padding-top: 1rem;
  display: flex;
  position: relative;
}

.column_left {
  flex: 1;
  max-width: 43rem;
  margin-top: -2rem;
}

.column_left.danish {
  opacity: 1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: block;
  position: absolute;
}

.column_left.english {
  opacity: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: none;
  position: absolute;
}

.column_right {
  flex: 0 auto;
  max-width: 20rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header {
  text-align: center;
  padding: 1rem;
}

.main_heading {
  text-align: center;
  letter-spacing: 1px;
  margin-left: -3px;
  font-family: big-caslon-fb, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.text_section {
  margin-top: 2rem;
}

.body {
  color: #4d4d4d;
  background-color: #edece7;
  background-image: linear-gradient(#e2e2e2e6, #e2e2e2e6), url('../images/IMG_1227.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.btn {
  color: #4d4d4d;
  letter-spacing: 1px;
  background-color: #9db9d100;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
}

.btn:hover {
  text-decoration: underline;
}

.btn.eng {
  font-family: big-caslon-fb, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  display: none;
  position: absolute;
}

.btn.danish {
  font-family: big-caslon-fb, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.btn_wrapper {
  margin-left: -1rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: inline-block;
  position: static;
}

.image {
  object-fit: cover;
  height: 25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 2px 5px #0003;
}

.bot_img {
  max-width: 70%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 2px 5px #0003;
}

.left {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  height: 100%;
  position: relative;
}

.images {
  text-align: left;
  margin-top: 2rem;
  display: block;
}

.copyright {
  color: #7c7c7c;
  margin-top: -2.3rem;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 12px;
}

.div-block {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.link-2 {
  text-transform: none;
}

.mail {
  text-align: left;
  text-transform: none;
}

@media screen and (max-width: 991px) {
  .main_container {
    flex-direction: column-reverse;
  }

  .main_heading {
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .column_right {
    width: 100%;
    max-width: none;
  }

  .header {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .main_heading {
    padding-bottom: 0;
  }

  .bot_img {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  a {
    word-break: break-all;
  }

  .column_left {
    width: 100%;
  }

  .column_left.danish, .column_left.english {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .btn.eng, .btn.danish {
    word-break: normal;
  }

  .link {
    word-break: break-all;
  }
}


