@charset "UTF-8";
@import url("https://use.typekit.net/wzz8ycw.css");
@media (min-width: 240px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": false}, "between-phone-phablet":{"value": "540px", "active": false}, "phablet":{"value": "667px", "active": false}, "tablet":{"value": "768px", "active": false}, "desktop":{"value": "1024px", "active": false}, "widescreen":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 320px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": true}, "between-phone-phablet":{"value": "540px", "active": false}, "phablet":{"value": "667px", "active": false}, "tablet":{"value": "768px", "active": false}, "desktop":{"value": "1024px", "active": false}, "widescreen":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 540px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": true}, "between-phone-phablet":{"value": "540px", "active": true}, "phablet":{"value": "667px", "active": false}, "tablet":{"value": "768px", "active": false}, "desktop":{"value": "1024px", "active": false}, "widescreen":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 667px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": true}, "between-phone-phablet":{"value": "540px", "active": true}, "phablet":{"value": "667px", "active": true}, "tablet":{"value": "768px", "active": false}, "desktop":{"value": "1024px", "active": false}, "widescreen":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 768px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": true}, "between-phone-phablet":{"value": "540px", "active": true}, "phablet":{"value": "667px", "active": true}, "tablet":{"value": "768px", "active": true}, "desktop":{"value": "1024px", "active": false}, "widescreen":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 1024px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": true}, "between-phone-phablet":{"value": "540px", "active": true}, "phablet":{"value": "667px", "active": true}, "tablet":{"value": "768px", "active": true}, "desktop":{"value": "1024px", "active": true}, "widescreen":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 1280px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": true}, "between-phone-phablet":{"value": "540px", "active": true}, "phablet":{"value": "667px", "active": true}, "tablet":{"value": "768px", "active": true}, "desktop":{"value": "1024px", "active": true}, "widescreen":{"value": "1280px", "active": true}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
.debug {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: monospace;
  font-size: 14px;
  padding: 10px;
  pointer-events: none;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 999999999;
}
.debug .output {
  border-bottom: 1px dotted #959595;
  display: block;
  padding: 5px 0;
}
@media (max-width: 319px) {
  .debug .output:nth-child(1)::after {
    content: 'default';
  }
}
@media (min-width: 320px) {
  .debug .output:nth-child(1)::after {
    content: 'phone';
  }
}
@media (min-width: 667px) {
  .debug .output:nth-child(1)::after {
    content: 'phablet';
  }
}
@media (min-width: 768px) {
  .debug .output:nth-child(1)::after {
    content: 'tablet';
  }
}
@media (min-width: 1024px) {
  .debug .output:nth-child(1)::after {
    content: 'desktop';
  }
}
@media (min-width: 1280px) {
  .debug .output:nth-child(1)::after {
    content: 'widescreen';
  }
}
@media (orientation: landscape) {
  .debug .output:nth-child(2)::after {
    content: 'landscape';
  }
}
@media (orientation: portrait) {
  .debug .output:nth-child(2)::after {
    content: 'portrait';
  }
}
.debug .output:nth-child(3) {
  border-bottom: none;
}
.debug .output:nth-child(3)::after {
  content: 'non-retina';
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .debug .output:nth-child(3)::after {
    content: 'retina2x';
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 350dpi), (min-resolution: 3dppx) {
  .debug .output:nth-child(3)::after {
    content: 'retina3x';
  }
}

body {
  font-size: 16px;
  line-height: 24px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, form, footer, button {
  font-weight: normal;
}

h1 {
  color: #AD412F;
  font-family: "aktiv-grotesk-extended", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

h2 {
  color: #fff;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

h3 {
  color: #AD412F;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

h4 {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

button {
  color: #fff;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

p {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

footer {
  color: #fff;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

nav {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 100px;
  left: 0;
  line-height: 100px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 500;
}
@media (max-width: 767px) {
  nav {
    height: 60px;
    line-height: 60px;
  }
}
@media (min-width: 768px) {
  nav {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  nav {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  nav {
    font-size: 16px;
  }
}
nav a.logo {
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  nav a.logo.menu-open {
    display: none;
  }
}
nav a.logo img {
  top: 8px;
  left: 15px;
  width: 200px;
  position: relative;
}
@media (min-width: 768px) {
  nav a.logo img {
    top: 12px;
    left: 15px;
    width: 160px;
  }
}
@media (min-width: 1024px) {
  nav a.logo img {
    top: 15px;
    left: 25px;
    width: 200px;
  }
}
@media (min-width: 1280px) {
  nav a.logo img {
    width: 280px;
    top: 11px;
    left: 40px;
  }
}
nav .navbar-menu-icon-wrapper {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
}
nav .navbar-menu-icon-wrapper i {
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
  background-image: url("../graphics/icons/menu-open-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: content-box;
  height: 0;
  padding: 0;
  padding-top: calc(30px *  (34/ 40));
  width: 30px;
}
nav .navbar-menu-icon-wrapper i.open {
  background-image: url("../graphics/icons/menu-close-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: content-box;
  height: 0;
  padding: 0;
  padding-top: calc(30px *  (34/ 40));
  width: 30px;
}
@media (min-width: 768px) {
  nav .navbar-menu-icon-wrapper {
    display: none;
  }
}
nav ul {
  position: absolute;
  left: calc(50% + 0px);
  top: 0px;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: row;
  height: 100px;
  justify-content: space-around;
  list-style: none;
  padding: 0 10vw;
  width: 100vw;
}
@media (max-width: 767px) {
  nav ul.open {
    display: flex;
    flex-direction: column;
    height: 95vh;
    justify-content: space-around;
    padding: 50px 0;
    text-align: center;
  }
}
nav ul.open .background {
  background: #000;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 0;
}
@media (min-width: 768px) {
  nav ul.open .background {
    display: none;
  }
}
@media (max-width: 767px) {
  nav ul {
    display: none;
  }
}
nav ul li {
  z-index: 1;
}
@media (max-width: 767px) {
  nav ul li {
    line-height: 42px;
  }
}
nav ul li a {
  color: #fff;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
  nav ul li a {
    letter-spacing: 2px;
  }
}

nav ul .active {
  color: #fff;
  text-decoration: underline;
}
nav ul li:hover {
  color: #AD412F;
}
@media (min-width: 768px) {
  nav ul.frontpage {
    padding: 0 2vw 0 4vw;
  }
}
@media (min-width: 1024px) {
  nav ul.frontpage {
    padding: 0 3vw 0 6vw;
  }
}
@media (min-width: 1024px) {
  nav ul.frontpage {
    padding: 0 4vw 0 8vw;
  }
}
@media (min-width: 768px) {
  nav ul.subpage {
    padding: 0 1vw 0 24vw;
  }
}
@media (min-width: 1024px) {
  nav ul.subpage {
    padding: 0 3vw 0 23vw;
  }
}
@media (min-width: 1280px) {
  nav ul.subpage {
    padding: 0 4vw 0 30vw;
  }
}

header {
    background-color: #C0C0C0;
    background-image: url("../graphics/bitmaps/header-image-riddergaarden5.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
}
header .wrapper {
  position: absolute;
  left: calc(50% + 0px);
  top: calc(50% + -10%);
  transform: translate(-50%, -50%);
  height: 19vw;
  width: 19vw;
}
@media (orientation: portrait) {
  header .wrapper {
    height: 27vh;
    width: 27vh;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  header .wrapper {
    position: absolute;
    left: calc(50% + 0px);
    top: calc(50% + -8%);
    transform: translate(-50%, -50%);
  }
}

@media (max-height: 399px) and (orientation: landscape) {
  header .wrapper {
    height: 18vw;
    width: 18vw;
    position: absolute;
    left: calc(50% + 0px);
    top: calc(50% + -6%);
    transform: translate(-50%, -50%);
  }
}

header h1 {
  position: absolute;
  left: calc(50% + 0px);
  top: calc(50% + 0%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "aktiv-grotesk-extended", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 6.4vw;
  text-align: center;
  text-decoration: underline;
  text-transform: capitalize;
  width: auto;
}
@media (max-width: 949px) {
  header h1 {
    font-size: 8vw;
    line-height: 8vw;
  }
}
header h2 {
  bottom: -29%;
  font-family: "aktiv-grotesk-extended", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 2vw;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100vw;
}
@media (orientation: portrait) {
  header h2 {
    bottom: -35%;
    font-size: 2.5vw;
  }
}
@media (max-width: 666px) and (orientation: portrait) {
  header h2 {
    font-size: 4vw;
  }
}

header .logo {
  position: absolute;
  left: calc(50% + 0px);
  top: calc(50% + 0px);
  transform: translate(-50%, -50%);
  background-image: url("../graphics/svgs/logo.svg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: content-box;
  height: 0;
  padding: 0;
  padding-top: calc(19vw *  (300/ 300));
  width: 19vw;
}
@media (orientation: portrait) {
  header .logo {
    background-image: url("../graphics/svgs/logo.svg");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: content-box;
    height: 0;
    padding: 0;
    padding-top: calc(27vh *  (300/ 300));
    width: 27vh;
  }
}
@media (max-height: 399px) and (orientation: landscape) {
  header .logo {
    background-image: url("../graphics/svgs/logo.svg");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: content-box;
    height: 0;
    padding: 0;
    padding-top: calc(18vw *  (300/ 300));
    width: 18vw;
  }
}

header .button-wrapper {
  align-items: center;
  bottom: 15vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 100vw;
}
@media (min-width: 667px) {
  header .button-wrapper {
    bottom: 10vw;
    flex-direction: row;
  }
}
@media (min-width: 667px) and (orientation: landscape) {
  header .button-wrapper {
    bottom: 6vw;
  }
}

header .button-wrapper button {
  background: #E8DBD4;
  border: none;
  border-radius: 0;
  color: #1E1E1E;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 2px;
  height: 35px;
  line-height: 33px;
  width: 170px;
  padding: 0px;
}
header .button-wrapper button:hover {
  background: #AD412F;
  color: #fff;
}
@media (min-width: 667px) {
  header .button-wrapper button {
    font-size: 15px;
    height: 39px;
    line-height: 37px;
    width: 190px;
  }
}
@media (min-width: 1280px) {
  header .button-wrapper button {
    font-size: 16px;
    height: 42px;
    line-height: 40px;
    width: 210px;
  }
}
header .button-wrapper button:focus {
  outline: none;
}
@media (max-width: 666px) {
  header .button-wrapper button:first-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 667px) {
  header .button-wrapper button:last-child {
    margin-left: 30px;
  }
}
header i.scroll-down {
  display: inline-block;
  background-image: url("../graphics/icons/scroll-down-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: content-box;
  height: 0;
  padding: 0;
  padding-top: calc(30px *  (12/ 20));
  width: 30px;
  position: absolute;
  bottom: 30px;
  left: calc(50% + 0px);
  transform: translate(-50%, 0);
}

form.dummy-form {
  width: 100%;
  padding: 8px;
  height: 642px;
}
@media (min-width: 360px) {
  form.dummy-form {
    height: 626px;
  }
}
@media (min-width: 420px) {
  form.dummy-form {
    height: 610px;
  }
}
form.dummy-form input[type='text'], form.dummy-form input[type='email'] {
  height: 48px;
  width: 100%;
  line-height: 48px;
  margin-bottom: 6px;
  font-size: 18px;
  color: black;
  padding: 0px 18px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  border-radius: 0px;
  background: #e8e8e8;
}
form.dummy-form textarea {
  min-height: 150px;
  width: 100%;
  margin-bottom: 6px;
  font-size: 18px;
  color: black;
  padding: 15px 18px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  border-radius: 0px;
  background: #e8e8e8;
}
form.dummy-form ul {
  position: relative;
  width: 100%;
  color: black;
  padding: 18px;
  margin: -6px 0px 6px 0px;
  list-style: none;
  background: #e8e8e8;
  min-height: 130px;
}
form.dummy-form ul h4 {
  font-size: 18px;
  font-weight: 400 !important;
  margin: 0px 0px 12px !important;
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  line-height: 23px;
  color: black;
}
form.dummy-form ul li {
  margin: 12px 0;
  height: 20px;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}
@media (max-width: 666px) {
  form.dummy-form ul li {
    height: 36px;
  }
}
@media (min-width: 1024px) and (max-width: 1069px) {
  form.dummy-form ul li:nth-child(3) {
    height: 36px;
  }
}

form.dummy-form ul li input {
  position: absolute;
  left: -9999px;
  font-family: "Proxima Nova";
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
form.dummy-form ul li span {
  position: relative;
  min-width: 20px;
  min-height: 20px;
  width: 20px  !important;
  height: 20px  !important;
  margin-right: 18px;
  border: 1px solid red;
  background: white !important;
}
form.dummy-form input[type='submit'] {
  font-size: 18px;
  width: 100%;
  height: 54px;
  color: black;
  cursor: pointer;
  font-weight: 600;
  -webkit-appearance: none;
  margin: 0px;
  background: #E8DBD4;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}

section.contact {
  display: flex;
  flex-direction: column;
  padding: 8vw 3.5vw 0 3.5vw;
  width: 100vw;
  background: #001A30;
}
@media (min-width: 1024px) {
  section.contact {
    flex-direction: row;
  }
}
@media (min-width: 667px) {
  section.contact {
    padding: 5vw 5vw 0 5vw;
  }
}
@media (min-width: 768px) {
  section.contact {
    padding: 12.5vw 12.5vw 0 12.5vw;
  }
}
@media (min-width: 1024px) {
  section.contact {
    padding: 7.5vw 7.5vw 0 7.5vw;
  }
}
@media (min-width: 1280px) {
  section.contact {
    padding: 12.5vw 12.5vw 0 12.5vw;
  }
}
section.contact .form {
  width: 100%;
}
@media (min-width: 1024px) {
  section.contact .form {
    width: 50%;
  }
}
section.contact .details-wrapper {
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  section.contact .details-wrapper {
    width: 50%;
  }
}
section.contact .details-wrapper .details {
  display: block;
}
@media (min-width: 1024px) {
  section.contact .details-wrapper .details {
    padding-left: 16%;
  }
}
section.contact .form-placeholder {
  width: calc(100% + 16px);
  height: 658px;
  margin-top: -8px;
  margin-left: -8px;
}
section.contact h2 {
  color: #AD412F;
  font-family: "aktiv-grotesk-extended", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 29px;
  text-transform: none;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  section.contact h2 {
    font-size: 33px;
    line-height: 36px;
    margin-top: -3px;
  }
}
section.contact p {
  color: #fff;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  width: 75%;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  section.contact p {
    font-size: 20px;
    line-height: 24px;
  }
}
section.contact h3 {
  color: #AD412F;
  font-family: "aktiv-grotesk-extended", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 35px;
}
section.contact h3:nth-of-type(2) {
  margin-top: 60px;
  margin-bottom: 20px;
}
section.contact h4, section.contact h5 {
  color: #fff;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: 500;
}
section.contact .megler {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
@media (min-width: 430px) {
  section.contact .megler {
    margin-bottom: 30px;
  }
}
section.contact .megler:nth-of-type(2) {
  margin-bottom: 30px;
}
section.contact .megler .image img {
  height: 120px;
}
@media (min-width: 430px) {
  section.contact .megler .image img {
    height: 180px;
  }
}
@media (min-width: 1280px) {
  section.contact .megler .image img {
    height: 200px;
  }
}
section.contact .megler .text-wrapper {
  color: #fff;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  position: relative;
  margin-left: 20px;
}
@media (min-width: 430px) {
  section.contact .megler .text-wrapper {
    margin-left: 30px;
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  section.contact .megler .text-wrapper {
    margin-left: 40px;
  }
}
section.contact .megler .text-wrapper .text {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 245px;
}
section.contact .megler .text-wrapper ul {
  font-weight: 300;
}
section.contact .download {
  width: 100%;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  section.contact .download {
    margin-bottom: 0px;
  }
}
section.contact .download button {
  background: #E8DBD4;
  border: none;
  border-radius: 0;
  color: #1E1E1E;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 2px;
  height: 35px;
  line-height: 34px;
  width: 170px;
  padding: 0;
  margin-top: 15px;
}
section.contact .download button:hover {
  background: #AD412F;
  color: #fff;
}
section.contact .download button:focus {
  outline: none;
}
section.contact .logo-privatmegleren {
  display: block;
  background-image: url("../graphics/svgs/logo-privatmegleren.svg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: content-box;
  height: 0;
  padding: 0;
  padding-top: calc(260px *  (45/ 281));
  width: 260px;
}
@media (min-width: 430px) {
  section.contact .logo-privatmegleren {
    background-image: url("../graphics/svgs/logo-privatmegleren.svg");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: content-box;
    height: 0;
    padding: 0;
    padding-top: calc(300px *  (45/ 281));
    width: 300px;
  }
}

.disclaimer {
  padding: 100px 0 40px 0;
  background: #001A30;
}
.disclaimer .logo {
  margin: 0 auto 100px;
  background-image: url("../graphics/svgs/logo.svg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: content-box;
  height: 0;
  padding: 0;
  padding-top: calc(200px *  (300/ 300));
  width: 200px;
}
@media (min-width: 1024px) {
  .disclaimer .logo {
    background-image: url("../graphics/svgs/logo.svg");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: content-box;
    height: 0;
    padding: 0;
    padding-top: calc(250px *  (300/ 300));
    width: 250px;
  }
}
.disclaimer p {
  line-height: 24px;
  padding: 0 3.5vw;
  padding-top: 20px;
  width: 93vw;
  margin: 0 auto;
  text-align: center;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}
@media (min-width: 667px) {
  .disclaimer p {
    padding: 0 5vw;
    padding-top: 20px;
    width: 90vw;
  }
}
@media (min-width: 768px) {
  .disclaimer p {
    padding: 0 12.5vw;
    padding-top: 20px;
    width: 75vw;
  }
}
@media (min-width: 1024px) {
  .disclaimer p {
    padding: 0 7.5vw;
    padding-top: 20px;
    width: 85vw;
  }
}
@media (min-width: 1280px) {
  .disclaimer p {
    padding: 0 12.5vw;
    padding-top: 20px;
    width: 75vw;
  }
}
@media (min-width: 451px) {
  .disclaimer p br:nth-of-type(1) {
    display: none;
  }
}
.disclaimer p .pipe {
  padding: 0 20px;
}
@media (max-width: 450px) {
  .disclaimer p .pipe {
    display: none;
  }
}
.disclaimer p a {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
}
.disclaimer p a:hover {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: underline;
}
.disclaimer p a::after {
  content: '►';
  font-size: 10px;
  line-height: 15px;
  margin-left: 7px;
  top: -1px;
  display: inline-block;
  position: relative;
}

/*# sourceMappingURL=kontakt.css.map */
