body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1024px) {
  body {
    overflow: hidden;
  }
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-wrapper {
    flex-direction: row-reverse;
  }
}

a {
  color: #fff;
}
a:hover {
  color: #9B0067;
  text-decoration: none;
}
a.red:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.red {
  color: #9B0067;
}

.grey {
  color: #9A9A9A;
}

.headline {
  display: none;
  position: absolute;
  top: 30px;
  left: 50px;
  clear: both;
  z-index: 10000;
}
.headline .headline-left {
  width: 302px;
  height: 3px;
  float: left;
  background-color: #9B0067;
}
.headline .headline-right {
  width: 105px;
  height: 3px;
  float: left;
  background-color: #9A9A9A;
}
@media only screen and (max-width: 1600px) {
  .headline {
    left: -7px;
  }
}
@media only screen and (min-width: 1024px) {
  .headline {
    display: block;
  }
}
@media only screen and (max-width: 590px) {
  .headline .headline-right {
    width: 54px;
  }
}
@media only screen and (max-width: 498px) {
  .headline .headline-left {
    width: 223px;
  }
  .headline .headline-right {
    width: 34px;
  }
}

.head-wrapper h1 {
  font-size: 22px;
  margin-bottom: 5px;
}
.head-wrapper .h2 {
  font-size: 36px;
  margin-top: 0;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.head-wrapper.mobile {
  display: block;
  margin-left: 30px;
  margin-right: 30px;
  float: right;
}
@media (max-width: 560px) {
  .head-wrapper.mobile h1 {
    font-size: 16px;
  }
  .head-wrapper.mobile .h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .head-wrapper.mobile {
    display: none;
  }
}
.head-wrapper.desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .head-wrapper.desktop {
    display: block;
  }
}

.head {
  text-align: right;
  width: 100%;
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .head {
    width: 265px;
    padding-top: 48px;
  }
}

.content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .content {
    width: calc(100% - 265px);
  }
}

.div-line {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .div-line {
    display: block;
    margin-left: -20px;
    margin-top: 5px;
    float: left;
  }
}
@media only screen and (max-width: 590px) {
  .div-line {
    margin-left: -142px;
  }
}

.divider {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .divider {
    clear: both;
    width: 100%;
  }
}

.address {
  text-align: right;
  line-height: 1.5;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .address {
    margin-top: 0;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .mail {
    margin-right: 20px;
  }
}

.opsomming {
  margin-top: 40px;
}
.opsomming ul {
  list-style: none;
}
.opsomming ul li {
  margin-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .opsomming {
    float: left;
    margin-top: -57px;
  }
}
@media only screen and (max-width: 498px) {
  .opsomming {
    float: left;
    margin: 30px auto 15px -20px;
    padding-bottom: 16px;
  }
  .opsomming li {
    margin-bottom: 8px;
    float: left;
    margin-left: 10px;
    font-size: 12px;
  }
  .opsomming li:first-child {
    margin-left: 0;
  }
}

.info {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .info {
    width: 100%;
    border-bottom: 2px solid #9B0067;
    padding-bottom: 40px;
  }
  .info p {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 498px) {
  .info {
    text-align: left;
    clear: both;
  }
  .info p {
    margin-left: 20px;
  }
}

.social {
  margin-top: 50px;
  clear: both;
  display: block;
}
.social li {
  list-style: none;
  float: right;
}
.social a {
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  background-size: 46px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .social {
    float: left;
  }
}
@media only screen and (max-width: 590px) {
  .social {
    float: right;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 498px) {
  .social a {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.callout {
  clear: both;
  margin-top: 30px;
}
.callout h3, .callout p {
  font-size: 20px;
  margin-bottom: 4px;
}
.callout a.left {
  margin-right: 12px;
}
.callout a.right {
  margin-left: 12px;
}
@media only screen and (max-width: 1024px) {
  .callout {
    clear: none;
    float: right;
    margin-top: 19px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 590px) {
  .callout {
    clear: none;
    float: left;
    margin-top: 19px;
    margin-left: 20px;
  }
}

.btn-primary, .btn-primary:focus {
  color: #ffffff;
  background-color: #9B0067;
  border-color: #9B0067;
}
.btn-primary:active, .btn-primary:hover {
  color: #ffffff;
  background-color: #7F0055;
  border-color: #7F0055;
}

#contact {
  width: 100%;
  margin: 0 auto;
}
#contact .top {
  width: 100%;
  height: 66px;
  position: relative;
}
#contact .top h1 {
  float: left;
  position: relative;
}
#contact .top a {
  float: right;
  position: relative;
  margin-top: 9px;
}
@media only screen and (max-width: 1024px) {
  #contact {
    margin-bottom: 98px;
    float: none;
  }
}

.form-container {
  position: relative;
  left: 200px;
  top: 46px;
  height: auto;
  width: 70%;
  clear: both;
}
.form-container .top h1 {
  font-size: 22px;
}
.form-container .form-horizontal {
  padding: 20px;
  border: 1px solid #9B0067;
}
@media only screen and (max-width: 1024px) {
  .form-container {
    left: 10%;
    width: 80%;
  }
}
@media only screen and (max-width: 498px) {
  .form-container {
    left: 5%;
    width: 90%;
  }
}

.error {
  border: 1px solid red;
}

.errormessage {
  font-size: 11px;
  color: red;
}

#slides {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 1420px;
  max-height: 100vh;
  margin: 0 24px;
  overflow: hidden;
  aspect-ratio: 1237/870;
}
@media (min-width: 2100px) {
  #slides {
    max-width: 2400px;
  }
}
#slides .flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px;
}
#slides .slide-box {
  text-align: center;
  opacity: 0.6;
  position: relative;
  top: -20px;
}

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