@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
.form-label {
  margin-bottom: 0rem;
}

.form-control {
  background-color: transparent;
  border-radius: 0;
  border-color: transparent;
  height: 2.5rem;
  border-bottom: 1px solid #292929;
  margin-bottom: 2.5rem;
}

.form-control {
  /*    background-color: rgba(0, 0, 0, 0.04);
      border-color: rgba(0, 0, 0, 0.04);*/
}

form .message.good {
  font-size: 1.4rem;
  color: #000;
  font-weight: 900;
}

fieldset div:focus-within {
  color: #000;
  font-weight: bold;
}

.form-control:focus {
  box-shadow: none;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid #292929;
  box-shadow: none !important;
}

textarea.form-control:focus {
  min-height: 10rem;
}

form .btn-toolbar {
  /*justify-content: flex-end;*/
  padding: 2rem 0;
  display: block;
}
form .btn-toolbar .btn, form .btn-toolbar .btn-primary {
  float: right;
  background-color: transparent;
  color: #000;
  /*border: 1px solid #000;*/
  background-color: var(--brand);
  color: #FFF;
  border: 0px solid #000;
  text-decoration: none;
  border-radius: 50px;
  /*            &:before{
                 font-family: boxicons;
                 content: "\ed35";
                  font-size: 1em;
                  position: absolute;
                  height: 1em;
                  width: 1em;
                  background: transparent;
                  box-shadow: .1em -.1em 0 .11em rgba(255, 255, 255, .5);

                  top: 1em;
                  right: 1em;
              }

              &:after{
                font-family: boxicons;
                content: "\ed35";
                  position: absolute;
                  height: 80%;
                  top: 10%;
                  width: 0;
                  border-left: 1px solid rgba(255, 255, 255, .15);
                  border-right: 1px solid rgba(0, 0, 0, .15);
                  right: 2.25em;
              }
  */
}

#gdpr-cookie-message {
  z-index: 900;
  margin: 0 auto;
  position: fixed;
  top: 70vh;
  width: 664px;
  /*width: 80vw;*/
  left: 50%;
  margin-left: -332px;
  /*margin-left:-40vw;;*/
  background-color: #DDD;
  padding: 10px 20px 0px 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  font-family: system-ui;
  color: #000 !important;
  /* Cookie Dialog */
}
#gdpr-cookie-message #gdpr-cookie-advanced {
  display: none;
}
#gdpr-cookie-message p {
  display: inline-block;
  max-width: 10%;
}
#gdpr-cookie-message p:first-of-type {
  min-width: 90%;
  max-width: 90%;
}
#gdpr-cookie-message a {
  display: none;
}
#gdpr-cookie-message .container {
  margin: 0 auto;
  max-width: 550px;
}
#gdpr-cookie-message .highlight {
  /*background: rgba(255,215,0,0.115);*/
}
#gdpr-cookie-message h1 {
  color: var(--red);
  /*font-family: 'Quicksand', sans-serif;*/
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 20px;
}
#gdpr-cookie-message h3 {
  /*font-family: 'Quicksand', sans-serif;*/
  font-size: 21px;
  font-weight: 500;
  /*color: var(--red);*/
  margin-bottom: 20px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
  margin-bottom: 16px;
  line-height: 1.75em;
}
#gdpr-cookie-message li {
  list-style: none;
  margin-bottom: 10px;
}
#gdpr-cookie-message li:last-child {
  margin-bottom: 0;
}
#gdpr-cookie-message input[type=checkbox] {
  margin-top: 10px;
  margin-right: 15px;
  float: left;
}
#gdpr-cookie-message label {
  display: inline-block;
  max-width: 90%;
}
#gdpr-cookie-message code {
  color: var(--red);
  font-family: monospace;
  font-size: 16px;
  background: #f7f7f7;
  padding: 3px 5px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
}
#gdpr-cookie-message button#ihavecookiesBtn {
  margin-left: 0px !important;
}
#gdpr-cookie-message #gdpr-cookie-message {
  /*        position: fixed;
          right: 30px;
          bottom: 30px;
          max-width: 375px;
          background-color: var(--purple);
          padding: 20px;
          border-radius: 5px;
          box-shadow: 0 6px 6px rgba(0,0,0,0.25);
          margin-left: 30px;
          font-family: system-ui;*/
}
#gdpr-cookie-message h4 {
  color: var(--red);
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  display: none;
}
#gdpr-cookie-message h5 {
  color: var(--red);
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
  /*color: white;*/
  font-size: 15px;
  line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}
#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message a {
  /*color: var(--red);*/
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  /*border-bottom: 1px dotted rgba(255,255,255,0.75);*/
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
  /*color: white;*/
  /*border-bottom-color: var(--red);*/
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
#gdpr-cookie-message button#ihavecookiesBtn {
  border: none;
  font-size: 0.7rem;
  padding: 4px 10px;
  background: #000;
  color: #FFF;
  font-size: 15px;
  border-radius: 3px;
  /*margin-left: 15px;*/
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
  /*background: white;*/
  color: #CCC;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button#gdpr-cookie-advanced {
  /*background: white;*/
  color: var(--red);
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type=checkbox] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

@media (max-width: 1160px) {
  #xxgdpr-cookie-message {
    width: 50vw;
    margin-left: -25vw;
  }
  #xxgdpr-cookie-message p {
    display: block;
  }
  #xxgdpr-cookie-message p:first-of-type {
    min-width: 80%;
    max-width: 80%;
  }
}
@media (max-width: 1050px) {
  #gdpr-cookie-message {
    width: 46vw;
    margin-left: -23vw;
    padding-bottom: 21px;
  }
  #gdpr-cookie-message p {
    display: block;
  }
  #gdpr-cookie-message p:first-of-type {
    min-width: 100%;
    max-width: 100%;
  }
}
/*https://docs.silverstripe.org/en/4/developer_guides/customising_the_admin_interface/typography/*/
* {
  font-family: "Inter", sans-serif;
  font-style: normal;
}

body {
  /*font-weight: 400;*/
  /*font-size: 20px;*/
  font-size: 1.25rem;
  line-height: 30px;
}

* { /*Make only for cms content (typography class?)*/ }
* em {
  font-style: italic;
}

.text-left {
  text-align: right;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  /**/
  display: block; /* inline-block; */
  text-align: justify;
}

.navbar,
.dropdown-menu,
.breadcrumbs-container,
.some {
  /*font-size: 14px;*/
  font-size: 0.875rem;
}

footer {
  font-size: 1rem;
}

.smallerContentText {
  font-size: 16px;
}

h2.FAQ-header button {
  font-size: 20px;
  font-weight: 800;
}

#gdprFormText {
  font-size: 1rem;
}

.photoText, .ImageTitle {
  /*font-size: 18px;*/
  /*font-size: 1.125rem;*/
  font-size: 1rem;
  opacity: 0.5;
  margin: 7px;
  display: block;
}

h1, .h1 {
  /*font-size: 72px;*/
  font-size: 4.5rem;
  /*letter-spacing: -42x;*/
  /*letter-spacing: -2%;*/
}

h2, .h2 {
  /*font-size: 56px;*/
  font-size: 3.5rem;
  line-height: 66px;
}

h3, .h3 {
  /*font-size: 36px;*/
  font-size: 2.25rem;
}

h4, .h4 {
  font-size: 28px;
  font-size: 1.75rem;
  /*letter-spacing: -2x;*/
}

h5, .h5 {
  /*font-size: 1.75em;*/
  font-size: 22px;
}

h4.list-style {
  display: inline-block;
  margin-bottom: 0.8rem;
  margin-top: 1.5rem;
}
h4.list-style strong {
  padding: 4px 10px 4px 1rem;
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
}
h4.list-style em {
  background-color: #DCE3EB;
  border-radius: 81px;
  width: 45px;
  height: 45px;
  color: #6182A4;
  font-size: 21px;
  /*font-style: normal;*/
  display: inline-block;
  text-align: center;
  padding: 10px 10px 10px 10px;
}

h2.subheadline, h3.subheadline, .overline {
  /*font-size: 14px;*/
  font-size: 0.875rem;
  line-height: 142%;
  letter-spacing: 0.2em;
  font-weight: 500;
  /*font-size: 14px;*/
  /*line-height: 28px;*/
  /*identical to box height, or 200%*/
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.blockquote {
  color: #727272;
  Font-size: 36px;
  Line-height: 46px;
  Line-height: 106%;
  Letter-spacing: -2%;
}

.Preamble {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
}

.house-type-list-item .summary {
  font-size: 1rem;
}

/*MEDIA*/
@media (max-width: 600px) {
  .blockquote {
    color: #727272;
    Font-size: 26px;
    Line-height: 36px;
    Line-height: 106%;
    Letter-spacing: -2%;
  }
  .mobilestrong {
    font-weight: 800;
  }
  .h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .h3 {
    font-size: 1.6rem;
  }
  .h4 {
    font-size: 1.4rem;
  }
  h2.subheadline, h3.subheadline, .overline {
    /*font-s*/
  }
  .ProcessPage .Content h4 strong {
    top: -5px;
    padding: 4px 10px 4px 1rem;
    font-size: 18px;
  }
  .ProcessPage .Content h4 em {
    font-size: 24px;
  }
  #houseInfoBox {
    max-width: 100% !important;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    padding: 20px !important;
  }
  #houseInfoBox ul {
    padding-left: 0rem !important;
  }
  #houseInfoBox ul li {
    list-style: none;
  }
  .Preamble {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 991px) {
  body#ID18 #headerImage-small-screen {
    min-height: 340px;
  }
  body#ID18 .h2.TopImageHeader {
    font-weight: 900;
    font-size: 2.1rem;
    line-height: 2.8rem;
    /*margin-bottom:-48px;*/
  }
}
.ss-htmleditorfield-file.leftAlone {
  /*float: right;  Or display: inline-block; depending on your layout needs */
  /*clear: right;*/
  /*margin-left: 10px;  Adjust spacing as needed */
  display: block;
  max-width: 100%;
  height: auto;
  /*margin-left: auto;*/
}

.ss-htmleditorfield-file.center {
  /*float: right;  Or display: inline-block; depending on your layout needs */
  /*clear: right;*/
  /*margin-left: 10px;  Adjust spacing as needed */
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

.ss-htmleditorfield-file.rightAlone {
  /*float: right;  Or display: inline-block; depending on your layout needs */
  /*clear: right;*/
  /*margin-left: 10px;  Adjust spacing as needed */
  display: block;
  margin-left: auto;
  max-width: 100%;
  height: auto;
}

.ss-htmleditorfield-file.left {
  float: left; /*Or display: inline-block; depending on your layout needs */
  margin-right: 1rem;
  margin-top: 0.8rem;
  max-width: 100%;
  height: auto;
  /*clear: right;*/
  /*margin-left: 10px;  Adjust spacing as needed */
}

.ss-htmleditorfield-file.right {
  float: right;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.8rem;
  /*float: right;  Or display: inline-block; depending on your layout needs */
  /*clear: right;*/
  /*margin-left: 10px;  Adjust spacing as needed */
  /*display: block;*/
  /*margin-left: auto;*/
}

/*body {opacity :0.2!important;}*/
:root {
  --screenwidth: 1443px;
  --ScreenFillerHeight: 80vh;
  --screenwidth: 100%;
  --brand: #6182A4;
  --greyblue: #6182A5;
  --orange: #FFB851;
  --grey: #3A413B;
  --black: #000;
  --greyish: #DCE3EB;
  --greyline:#949494;
  --light: #FFF;
  --dark: #092032;
  /*--body: #A2A2A2;*/
  --body: #373737;
  --border: rgba(0,0,0,0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

body {
  max-width: var(--screenwidth);
}

body {
  margin: 0 auto;
  /*font-family: "Inter", sans-serif;*/
  color: var(--body);
  /*line-height: 1.7;*/
  background-color: #F6F6F6;
}

/* form */
/*#Form_ContactForm_AppartmentType {*/
.field.dropdown .middleColumn {
  margin-top: 20px;
}
.field.dropdown .middleColumn option {
  /*opacity: 0.2;*/
  /*color:red!important*/
}

.mathspamprotector.field {
  /*#Form_ContactForm_Captcha_Holder {*/
  margin-top: 2rem;
  font-size: 0.75rem;
}

/*#Form_ContactForm_Captcha {*/
input.mathspamprotector {
  opacity: 0.5;
  max-width: 300px;
}

/*    #Form_ContactForm_error   {*/
.message.error {
  color: red;
}

.message.error {
  color: #98534C;
}

.message.good {
  color: #214730 !important;
}

/* navbar */
.navbar {
  /*box-shadow: var(--shadow);*/
  padding: 22px 0;
}

body.has-fixed-top {
  /*opacity: 0;*/
  margin-top: 35px;
}

.navbar.fixed-top {
  padding: 10px 0;
  background-color: #FFF;
}
.navbar.fixed-top .nav-logo.desktop-logo {
  display: none !important;
  /*height: 30px;*/
}
.navbar.fixed-top .nav-logo.mobile-logo {
  display: block !important;
  height: 30px;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #202020;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-link:focus, .nav-link:hover {
  color: #000;
}

.dropdown-item.active, .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  /*font-size: 1rem;*/
  color: inherit;
  text-align: left;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.dropdown-menu .menu-header-only, .dropdown-menu #id-9 {
  /*padding-left: 10px;*/
  font-weight: 900;
}

.not-to-wide {
  max-width: 737px;
  margin: 0 auto;
}

.firstsection {
  /*margin-top: -100px;*/
  margin-top: -70px;
}

.MasterPageIsCommonPage {
  /*    section:first-of-type {
          margin-top: -100px;
      }*/
}
.MasterPageIsCommonPage h2 {
  /*        font-style: normal;
          font-weight: 500;
          font-size: 28px;
          line-height: 42px;*/
  /* or 150% */
  color: #292929;
}
.MasterPageIsCommonPage .Preamble {
  /*        font-style: normal;
          font-weight: 400;
          font-size: 24px;
          line-height: 38px;*/
  /* or 136% */
  color: #292929;
}
.MasterPageIsCommonPage .Content {
  max-width: 703px;
  /*font-weight: 400;*/
  /*font-size: 20px;*/
  /*line-height: 32px;*/
  /* or 160% */
  /*letter-spacing: 0.01em;*/
  color: #000000;
}
.MasterPageIsCommonPage .Content p {
  margin-top: 0;
}
.MasterPageIsCommonPage .Content h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.nav-logo {
  margin-left: 6px;
  margin-top: 6px;
  height: 52px;
  width: auto;
}

.TopImageHeader {
  position: relative;
  /*top:-70px;*/
  bottom: 70px;
  color: #FFF;
  font-weight: 400;
  /*font-size: 56px;*/
  /*line-height: 66px;*/
  /*letter-spacing: -0.015em;*/
}

body#ID18 .TopImageHeader {
  bottom: 140px;
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4 {
  font-weight: 400;
  /*color: var(--dark);*/
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.navbar-toggler {
  background: url(../img/menu_expander.png);
  background-repeat: no-repeat;
  /*background-size: cover;*/
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

img.full-width {
  width: 100%;
}

#headerImage {
  width: 100%;
}

#headerImage-small-screen {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: 50% 0;
}

a.buttonstylelink.read-more {
  color: #FFF;
  background-color: #6182A5;
  /*border: 1px solid #FFF;*/
  border: 2px solid #CCC;
  text-decoration: none;
  border-radius: 50px;
  padding: 5px 20px;
  padding: 5px 15px 8px 20px;
  outline: none;
  border: none;
}

a.buttonstylelink.read-more i {
  position: relative;
  top: 0.3rem;
}

body.ProjectPage #headerImage-small-screen {
  object-fit: cover;
  object-position: 50% 100%;
}
body.ProjectPage .navbar .navbar-nav .nav-link.id3 {
  /*background-color:#404928!important;*/
  /*background-color:#bbb!important;*/
  background-color: #DBDFE8 !important;
  color: #111;
}
body.ProjectPage a.read-more {
  color: #FFF;
  background-color: #6182A5;
  /*border: 1px solid #FFF;*/
  border: 2px solid #CCC;
  text-decoration: none;
  border-radius: 50px;
  padding: 5px 20px;
  padding: 5px 15px 8px 20px;
}
body.ProjectPage a.read-more i {
  position: relative;
  top: 0.3rem;
}

body.ViewHouse #headerImage-small-screen {
  /*min-height: 175px;*/
  object-fit: unset;
  height: auto;
  width: 100%;
}

.breadcrumbs-container {
  opacity: 0.5;
  position: relative;
  top: 20px;
}

.breadcrumbs-container a,
.breadcrumbs-container a:hover {
  color: #EEE;
}

#houseInfoBoxNav {
  max-width: 90%;
  display: inline-block;
  color: #000;
  /*border-radius: 20px;*/
  /*a.first {  border-radius:  1px 20px 0 0; }*/
}
#houseInfoBoxNav a, #houseInfoBoxNav .model-nav {
  border-radius: 15px 15px 0 0;
  padding: 10px 20px 2px 20px;
  display: inline-block;
  margin-right: 2px;
  /*padding: 0 20px;*/
  background: #DEDEDE;
  background: #EEE;
}
#houseInfoBoxNav a.active, #houseInfoBoxNav span.model-nav {
  background: var(--greyish);
  font-weight: 900;
}

#houseInfoBox {
  /*padding: 30px 50px;*/
  /*padding: 5px 74px 5px 54px;*/
  padding: 0px 74px 40px 47px;
  color: #000;
  background: var(--greyish);
  /*border-radius: 20px;*/
  border-radius: 0 20px 20px 20px;
  /*max-width: 90%;*/
  /*font-style: normal;*/
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  /* or 205% */
  /*display: flex;*/
  /*align-items: center;*/
  /*letter-spacing: 0.01em;*/
}
#houseInfoBox ul {
  padding-left: 1rem;
}
#houseInfoBox ul li {
  font-weight: 400;
}
#houseInfoBox ul li p {
  /*font-size: 20px;*/
  /*line-height: 24px;*/
  /* or 120% */
  /*letter-spacing: 0.01em;*/
}

.circle-and-text {
  display: table;
}
.circle-and-text div {
  display: table-cell;
  /*display: inline-block;*/
}
.circle-and-text .text-container {
  /*max-width: 420px;*/
  color: #373737;
  /*font-size: 16px;*/
  font-weight: 400;
  /*line-height: 28px;*/
  /*letter-spacing: 0.2em;*/
  text-align: left;
  vertical-align: middle;
}

a {
  color: var(--dark);
  /*transition: all 0.4s ease;*/
  /*font-weight: 500;*/
  text-decoration: none;
}

a:hover {
  color: var(--brand);
}

section {
  padding-top: 40px;
  /*padding-top: 80px;*/
  /*padding-bottom: 80px;*/
  padding-bottom: 0px;
}

/*
h2.subheadline, h3.subheadline {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
     identical to box height, or 200% 

    letter-spacing: 0.2em;
    text-transform: uppercase;
}*/
.grey-top-border {
  border-top: 1px solid var(--greyline);
}

.grey-bottom-border {
  border-bottom: 1px solid var(--greyline);
}

.container.grey-top-border {
  padding-top: 3em;
}

.container.grey-bottom-border {
  padding-bottom: 3em;
}

.getContactPersons div {
  text-align: left;
}

.contact-persons {
  font-size: 1rem;
}
.contact-persons strong {
  text-transform: uppercase;
}

#FAQInner {
  max-width: 670px;
  border-radius: 10px;
  background-color: #FFF;
  padding: 20px;
}
#FAQInner .accordion-body {
  font-size: 16px;
}
#FAQInner .accordion-button {
  line-height: 2rem;
}
#FAQInner .accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none;
}
#FAQInner .FAQ-header {
  border-bottom: 1px solid var(--greyline);
}
#FAQInner .accordion-button {
  padding: 10px 0;
}
#FAQInner .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #FFF;
  box-shadow: none;
}
#FAQInner .accordion-button::after {
  font-family: boxicons;
  content: "\ed35";
  font-size: 1rem;
  background-image: none;
  transform: rotate(-90deg);
}
#FAQInner .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-180deg);
}

.StartPage .bottomborder {
  padding-bottom: 3em;
  border-bottom: 1px solid var(--greyline);
}
.StartPage #about h1 {
  max-width: 90%;
}
.StartPage section.startpage-content-section {
  /*padding: 100px 0;*/
}
.StartPage section.startpage-content-section p {
  /*font-family: 'Inter';*/
  /*font-style: normal;*/
  /*font-weight: 400;*/
  /*font-size: 20px;*/
  /*line-height: 28px;*/
  /* or 140% */
  /*display: flex;*/
  align-items: center;
  /*            letter-spacing: 0.01em;*/
}
.StartPage section.startpage-content-section h3 {
  /*            font-family: 'Inter';
              font-style: normal;
              font-weight: 500;
              font-size: 36px;
              line-height: 44px;*/
  max-width: 518px;
}
.StartPage section.startpage-content-section a.read-more {
  color: #FFF;
  border: 1px solid #FFF;
  text-decoration: none;
  border-radius: 50px;
  padding: 5px 20px;
  padding: 5px 15px 8px 20px;
}
.StartPage section.startpage-content-section a.read-more i {
  position: relative;
  top: 0.3rem;
}

section#Process {
  background: url(../img/Forest.jpg);
  background-size: cover;
}

.greyblue-bg {
  background-color: var(--greyblue);
}

.grey-bg {
  background-color: var(--grey);
}

.greyish-bg {
  background-color: var(--greyish);
}

.light-text {
  color: var(--light);
}
.light-text a {
  color: #EEE;
}
.light-text a:hover {
  color: var(--greyish);
}

.text-brand {
  color: var(--brand) !important;
}

.blockquote {
  max-width: 948px;
  /*font-size: 36px;*/
  /*font-weight: 500;*/
  /*line-height: 52px;*/
  /*letter-spacing: -0.02em;*/
  text-align: left;
  /*color:#202020;*/
}

.getContactPersons .circle-container {
  margin-bottom: 1rem;
}
.getContactPersons h5 {
  font-style: normal;
  font-weight: 700;
  /*font-size: 16px;*/
  /*line-height: 25px;*/
  /* or 156% */
  display: flex;
  align-items: center;
  /*letter-spacing: 0.2em;*/
  text-transform: uppercase;
}

/* 
.xxhero-slider .owl-prev,
.xxhero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}*/
/*#

https://codepen.io/remersonc/pen/JXyvbZ
https://www.digitalocean.com/community/tutorials/css-cropping-images-object-fit
https://stackoverflow.com/questions/57300510/css-how-to-horizontally-center-video-on-mobile-screen-with-100-height-and-over
https://css-tricks.com/fluid-width-video/
https://blog.webdevsimplified.com/2020-12/responsive-css-video/
#*/
.start-page-video-wrapper {
  width: 100%;
  overflow: hidden;
  /*text-align: center;*/
}

/*.owl-item:has(video) {*/
.owl-item {
  width: 100%;
  /*max-width: 400px;*/
  max-height: var(--ScreenFillerHeight);
  min-height: var(--ScreenFillerHeight);
  /*background-color: #efefef;*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*font-size: 30px;*/
  overflow: hidden;
}
.owl-item video {
  /*opacity: 0.4;*/
  display: block;
  margin: 0 auto;
  /*margin-top: -20vh;*/
  /*width: 100%!important;*/
  min-width: 100% !important;
  object-fit: cover;
  height: var(--ScreenFillerHeight);
}
.owl-item .container.over-video {
  position: absolute;
  /*top:38%;*/
  /*left:22%;*/
  /* left: 22%; */
  top: 50%;
  left: 12vw;
  right: 0;
  /*width: 100vw;*/
  /*background-color: red;*/
  z-index: 999;
}

.owl-prev {
  left: 0;
  display: none !important;
}

.owl-next {
  right: 0;
  display: none !important;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
  background-color: var(--brand) !important;
}

.owl-dot.active span {
  background-color: var(--brand) !important;
}

.owl-dots, .owl-theme .owl-dots, .owl-theme .owl-nav {
  margin-top: 10px;
  position: relative;
  top: -55px;
  /*right: 20px;*/
  /*text-align: right;*/
}

.owl-theme .owl-dots .owl-dot span {
  width: 17px;
  height: 17px;
  /*border:1px solid #6182A5;*/
  /*width: 12px;*/
  /*height: 12px;*/
  border: 1px solid #6182A5;
}

.strong {
  font-weight: bold;
}

.stronger {
  font-weight: bolder;
}

.carousel-container {
  position: relative;
}
.carousel-container #splash {
  position: absolute;
  z-index: 999;
  right: 50px;
  /*bottom: -123px;*/
  /*bottom: -60px;*/
  bottom: -45px;
  /*bottom: -90px;*/
  max-width: 192px;
  /*    position: absolute;
      z-index: 999;
      right: -50px;
      bottom: 300px;
      bottom: -15px;*/
  /*max-height:1vh;*/
  /*    position: absolute;
      z-index: 999;
      right: 3%;
      bottom: 30px;
      bottom: -15px;
      max-width: 31vw;*/
}
.carousel-container #splash img {
  max-width: 100%;
  height: auto;
}

/* slide */
.slide {
  height: var(--ScreenFillerHeight);
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.slide-price {
  font-size: 28px;
}

.slide1 {
  /*background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/slideimage1.jpg);*/
  /*background: url(../img/slideimage1.jpg);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide2 {
  /*background:   url(../img/slideimage2.jpg);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide3 {
  /*background: url(../img/slideimage3.jpg);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide .display-3 {
  text-transform: none;
  /*font-size: 2.5rem;*/
  color: #fff;
}

.social-icons a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.social-icons a:hover {
  background-color: #fff;
  color: var(--brand);
}

.conditions-section {
  margin: 20px 0;
}

.conditions-section a {
  color: #fff;
  margin: 0 10px;
}

.arrow_box {
  position: relative;
  /*background: rgba(255,255,255,0.5);*/
}

.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.navbar-brand {
  font-size: 28px;
  font-weight: 700;
}

.navbar-brand .dot {
  color: var(--brand);
}

.btn {
  padding: 8px 26px;
}

.btn-brand {
  border-color: var(--brand);
  background-color: var(--brand);
  color: #fff;
}

.btn-brand:hover {
  background-color: #d64022;
  border-color: #d64022;
  color: #fff;
}

.intro {
  margin-bottom: 36px;
  text-align: center;
}

.intro p {
  max-width: 500px;
}

.intro h6 {
  color: var(--brand);
  font-weight: 400;
  text-transform: uppercase;
}

.intro h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.info-box {
  align-items: center;
  display: flex;
}

.info-box img {
  width: 90px;
}

#milestone {
  background: linear-gradient(rgba(255, 77, 41, 0.85), rgba(255, 77, 41, 0.85)), url(../img/bg_banner1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
  color: #fff;
}

.service {
  padding: 32px;
  background-color: #fff;
  box-shadow: var(--shadow);
}

.service h5 {
  margin-top: 24px;
  margin-bottom: 14px;
}

section .download-item {
  padding: 1.5rem;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  background: #FFFFFF;
  border-radius: 15px;
}
section .download-item .dowload-exticon, section .download-item .dowload-icon {
  font-size: 34px;
}
section .download-item-main, section .download-item-link {
  padding: 2rem;
  margin-bottom: 1.5rem;
  /*display: inline-block;*/
  line-height: 2rem;
  /*height: 50px*/
}
section .download-item-main {
  background: #FFFFFF;
  margin-left: 10px;
  border-radius: 15px 0 0 15px;
}
section .download-item-main i {
  font-size: 34px;
}
section .download-item-link {
  text-align: center;
  background: #DCE3EB;
  border-radius: 0 15px 15px 0;
  /*display: inline-block;*/
  width: 74px;
}
section .download-item-link i {
  font-size: 34px;
}

.service img {
  width: 90px;
}

.house-type-container {
  margin-bottom: 2rem;
  /*min-height:392px;*/
  /*min-width:392px;*/
}

.house-type-list-item {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  color: #FFF;
}
.house-type-list-item .overlay {
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0.55deg, #494848 4.99%, rgba(99, 99, 99, 0) 167.23%);
  mix-blend-mode: multiply;
  border-radius: 0px 0px 10px 10px;
}
.house-type-list-item .link-arrow {
  position: absolute;
  right: 10%;
  bottom: 3%;
}
.house-type-list-item .link-arrow a {
  color: #FFF;
}
.house-type-list-item .content {
  position: absolute;
  left: 10%;
  bottom: 3%;
}
.house-type-list-item .content h6 {
  /*font-size: 2rem;*/
}
.house-type-list-item .content p {
  /*font-size: 0.8rem;*/
  max-width: 305px;
}

body.ProductMainPage .Content {
  /*font-size: 24px;*/
}
body.ProductMainPage .house-type-list-item .house-type-info {
  /*width:40%;*/
  padding: 50px 48px;
  padding: 40px 38px;
  /*font-size: 20px;*/
  /*line-height: 28px;*/
}
body.ProductMainPage .house-type-list-item .house-type-info h2 {
  color: #FFF;
}
body.ProductMainPage .house-type-image {
  /*width:60%;*/
  padding-right: 0;
  padding-left: 0;
}
body.ProductMainPage .house-type-image img {
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: 60% 60%;
}

.house-type-list-item {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  color: #FFF;
}
.house-type-list-item .overlay {
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0.55deg, #494848 4.99%, rgba(99, 99, 99, 0) 167.23%);
  mix-blend-mode: multiply;
  border-radius: 0px 0px 10px 10px;
}
.house-type-list-item .link-arrow {
  position: absolute;
  right: 10%;
  bottom: 3%;
}
.house-type-list-item .link-arrow a {
  color: #FFF;
}
.house-type-list-item .ending-link-arrow {
  /*font-size: 3rem;*/
  /*        position: relative;
          right: 10%;
          bottom: 3%;*/
}
.house-type-list-item .ending-link-arrow a {
  color: #FFF;
}
.house-type-list-item .content {
  position: absolute;
  left: 10%;
  bottom: 3%;
}
.house-type-list-item .content h6 {
  /*font-size: 2rem;*/
}
.house-type-list-item .content p {
  /*font-size: 0.8rem;*/
  max-width: 305px;
}

.house-main-image-holder {
  position: relative;
}
.house-main-image-holder .house-campaign-active {
  position: absolute;
  /*top:20px;*/
  top: 2px;
  /*right: 60px;*/
  right: 45px;
  max-width: 17%;
  float: right;
}

.house-type-house-listing-item a {
  color: #FFF;
}

.house-type-house-listing-item a:hover {
  color: #FFF;
}

.house-type-house-listing-item.CampaignIsActive .Price {
  color: #FFE600 !important;
}

.house-type-house-listing-item {
  background-color: #DFDFDF;
  /*background-color: #F6F6F6;*/
  /*background-color: #bbbbbb;*/
  /*background-color: #bbbbbb;*/
  border-radius: 10px;
  overflow: hidden;
  /*font-size: 22px;*/
  position: relative;
}
.house-type-house-listing-item .Title {
  /*font-size: 28px;*/
}
.house-type-house-listing-item .size-info {
  padding-bottom: 20px;
}
.house-type-house-listing-item .hl-img img.not-rendered {
  max-width: 90%;
  padding-top: 5%;
  padding-bottom: 2%;
}
.house-type-house-listing-item .house-listing-campaign-active {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 25%;
  float: right;
}

.x-house-list-item {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  color: #FFF;
}
.x-house-list-item .overlay {
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0.55deg, #494848 4.99%, rgba(99, 99, 99, 0) 167.23%);
  mix-blend-mode: multiply;
  border-radius: 0px 0px 10px 10px;
}
.x-house-list-item .link-arrow {
  /*position: absolute;*/
  /*right: 3%;*/
  /*bottom: 3%;*/
}
.x-house-list-item .link-arrow a {
  color: #FFF;
}
.x-house-list-item .content {
  position: absolute;
  left: 3%;
  bottom: 3%;
}
.x-house-list-item .content h6 {
  /*font-size: 2rem;*/
}
.x-house-list-item .content p {
  /*font-size: 0.8rem;*/
  /*max-width: 305px;*/
}

body.ViewHouse {
  /*    .ImageTitle {
          font-style: italic;
          padding-left: 1rem;
      }*/
}
body.ViewHouse section#top {
  padding-top: 1rem;
}
body.ViewHouse h1.HouseTitle {
  /*font-size: 36px ;*/
  /*line-height: 45px;*/
  /*font-weight: 700;*/
  /*text-transform: uppercase;*/
}
body.ViewHouse .house-subheadline {
  /*font-style: normal;*/
  /*font-weight: 400;*/
  /*font-size: 28px;*/
  /*line-height: 49px;*/
  /* or 175% */
  text-transform: uppercase;
}
body.ViewHouse .priceinfo {
  font-style: normal;
  /*font-weight: 300;*/
  /*font-size: 36px;*/
  /*line-height: 80px;*/
  /* or 222% */
  /*letter-spacing: -0.02em;*/
}
body.ViewHouse .priceinfo strong {
  font-weight: 600;
}
body.ViewHouse .Content {
  /*font-style: normal;*/
  font-weight: 400;
  /*font-size: 20px;*/
  /*line-height: 28px;*/
  /* or 140% */
  /*display: flex;*/
  align-items: center;
  /*letter-spacing: 0.01em;*/
}
body.ViewHouse .SectionHeader {
  /*font-style: normal;*/
  font-weight: 500;
  /*font-size: 28px;*/
  /*line-height: 42px;*/
}

/*.house-list-item {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    color:#FFF;

    .overlay {
        width: 100%;
        height: 40%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(0.55deg, #494848 4.99%, rgba(99, 99, 99, 0) 167.23%);
        mix-blend-mode: multiply;
        border-radius: 0px 0px 10px 10px;
    }

    .link-arrow {
        position: absolute;
        right: 3%;
        bottom: 3%;
        a {
            color:#FFF;
        }
    }
    .content {
        position: absolute;
        left: 3%;
        bottom: 3%;

        h6 {
            font-size: 2rem;
        }
        p {
            font-size: 0.8rem;
            max-width: 305px;
        }
    }
}*/
.project {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.project h6 {
  font-weight: 400;
}

.project h6::before {
  content: "";
  height: 2px;
  width: 30px;
  display: inline-block;
  background: var(--brand);
  vertical-align: middle;
  margin-right: 10px;
}

.project .overlay {
  width: 100%;
  height: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

.ProcessPage .Content {
  /*    h4.list-style {
          display: inline-block;
          margin-bottom: 1.5rem;
          margin-top: 3rem;

          strong {
              padding: 4px 10px 4px 2rem;
              display: inline-block;
              position: relative;
              top: -0.5rem;
          }

          em {
              background-color: #DCE3EB;
              border-radius: 81px;
              width: 58px;
              height: 58px;
              color: #6182A4;
              font-size: 30px;
              font-style: normal;
              display: inline-block;
              text-align: center;
              padding: 10px 10px 10px 10px;
          }
     }*/
}

.project h2,
.project h6 {
  color: #fff;
}

.team-member {
  text-align: center;
}

.team-member .image {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.team-member .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -10%;
  background-color: rgba(255, 77, 41, 0.7);
  opacity: 0;
  transition: all 0.4s ease;
}

.team-member h5 {
  margin-top: 16px;
  margin-bottom: 4px;
}

.team-member .social-icons {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
}

.team-member .social-icons a {
  width: 40px;
  height: 40px;
}

.team-member:hover .social-icons {
  top: 50%;
  opacity: 1;
}

.team-member:hover .overlay {
  top: 0%;
  opacity: 1;
}

#reviews {
  background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.review {
  text-align: center;
  z-index: 2;
  position: relative;
  margin: 15px;
  max-width: 768px;
  margin: auto;
}

.review .bxs-quote-alt-left {
  /*font-size: 120px;*/
  position: absolute;
  opacity: 0.1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.review img {
  width: 80px !important;
  height: 80px;
  border-radius: 100px;
  margin: auto;
}

.review h5 {
  margin-top: 16px;
  margin-bottom: 4px;
  color: #fff;
}

.review h3 {
  margin-top: 26px;
  margin-bottom: 26px;
  /*font-size: 22px;*/
  color: #fff;
  font-weight: 400;
  /*line-height: 1.7;*/
}

.review small {
  color: var(--brand);
}

.review .stars {
  color: var(--brand);
}

.blog-post {
  position: relative;
  background-color: #fff;
  box-shadow: var(--shadow);
}

.blog-post .content {
  padding: 32px;
}

.blog-post a {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--brand);
  padding: 2px 12px;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
}

.blog-post h5 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.blog-post small {
  text-transform: uppercase;
  color: var(--brand);
  text-decoration: underline;
}

footer {
  background-color: #F7F2E7;
  color: #292929;
  /*font-family: Inter;*/
  /*font-size: 16px;*/
  font-weight: 400;
  /*line-height: 34px;*/
  /*letter-spacing: 0em;*/
  text-align: left;
}
footer h4 {
  /*font-size: 16px;*/
  font-weight: 600;
  /*line-height: 30px;*/
}
.footer-logo {
  width: 50%;
  max-width: 153px;
  height: auto;
  /*position: relative;*/
  /*right: 0px;*/
}

footer .footer-top {
  padding-top: 40px;
  padding-bottom: 30px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  padding-top: 20px;
}

footer .navbar-brand {
  color: #fff;
}

footer p {
  color: #ADB3B9;
}

footer .social-icons a {
  width: 50px;
  height: 50px;
  font-size: 20px;
  margin-left: 4px;
  margin-right: 4px;
}

.loader {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
}

@media (max-width: 991px) {
  .getContactPersons .contact-person-wrapper {
    /*   margin-left:  10px;*/
    /*padding-right:  30px;*/
  }
  .getContactPersons .contact-person-wrapper .contact-person-info {
    /*   margin-left:  10px;*/
    /*margin-right:  30px;*/
  }
  .start-page-video-wrapper {
    height: var(--ScreenFillerHeight);
  }
  .owl-item video {
    display: none;
    opacity: 0;
  }
  .sideview-pos1,
  .sideview-pos2,
  .sideview-pos3,
  .sideview-pos4 {
    width: 50%;
  }
  .TopImageHeader {
    position: relative;
    top: -166px;
    /*font-size: 2rem;*/
  }
  body.ProductMainPage .house-type-list-item .house-type-info {
    /*        padding: 50px 30px;
            h2 { color :#FFF;}*/
  }
  body.ProductMainPage .house-type-image img {
    height: 300px;
    overflow: hidden;
    object-fit: cover;
    object-position: 60% 60%;
  }
  .carousel-container {
    position: relative;
  }
  .carousel-container #splash {
    max-width: 122px;
    bottom: -26px;
    right: 5px;
  }
  #navbarNav {
    padding: 20px;
  }
  .footer-column {
    border-bottom: 1px solid #CCC;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .ProcessPage .Content h4 {
    display: inline-block;
    margin-bottom: 2rem;
  }
  .ProcessPage .Content h4 strong {
    padding: 4px 10px 4px 1rem;
    display: inline-block;
    position: relative;
    top: 0;
    font-size: 18px;
  }
  .ProcessPage .Content h4 em {
    background-color: #DCE3EB;
    border-radius: 41px;
    width: 41px;
    height: 41px;
    color: #6182A4;
    font-size: 23px;
    /*font-size: 24px;*/
    font-style: normal;
    display: inline-block;
    text-align: center;
    padding: 7px 12px 10px 10px;
  }
}
/*MEDIA QUERIES*/
/*@media (max-aspect-ratio: 3/4) {
    div {
    background: orange;
  }
}
@media (min-aspect-ratio: 4/3) {
    div {
    background: yellow;
  }
}*/
@media (max-width: 767px) {
  .getContactPersons div {
    text-align: center;
  }
  #person-and-emblem .circle-container {
    padding-left: 1.2rem;
  }
  #person-and-emblem .text-container {
    padding-left: 0px !important;
    margin-top: -3rem;
  }
  #person-and-emblem #nojd_kund img {
    float: none !important;
  }
}
@media (max-width: 600px) {
  .start-page-video-wrapper {
    /*height: 60vh!important;*/
    background-position: 50% !important;
  }
  .owl-item .container.over-video {
    top: 2%;
    left: 2%;
  }
  .sideview-pos1,
  .sideview-pos2,
  .sideview-pos3,
  .sideview-pos4 {
    minwidth: 100%;
    display: block;
    text-align: left !important;
  }
  .sideview-pos1 img,
  .sideview-pos2 img,
  .sideview-pos3 img,
  .sideview-pos4 img {
    max-width: 30vw;
  }
}
@media (max-width: 900px) {
  .owl-item video {
    position: relative;
    left: -30%;
  }
}
@media (min-width: 1024px) {
  body.ProductMainPage .house-type-list-item .house-type-info {
    width: 40%;
  }
  body.ProductMainPage .house-type-image {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .house-type-house-listing-item .size-info {
    /*position:relative;top:-2.2rem;height:14px;x-float:right*/
    position: relative;
    top: -29px;
    height: 14px;
    x-float: right;
  }
  .overlapped-header-top {
    z-index: 1020;
    position: absolute;
    top: 0px;
    width: var(--screenwidth);
  }
  .slide {
    padding-left: 279px;
  }
  .slide .display-3 {
    text-transform: none;
    /*font-size: 4.5rem;*/
    color: #fff;
  }
  .navbar .navbar-nav .nav-link {
    background-color: var(--brand);
    background-color: #6182A5;
    color: #FFF;
    /*color: var();*/
    /*font-size: 0.8rem;*/
    letter-spacing: 0.045em;
    text-transform: uppercase;
    padding: 6px 20px;
    margin: 0 9px 0 29px;
    border-radius: 50px;
  }
  .navbar .navbar-nav .nav-link:hover {
    color: #F7F2E7;
    /*color: var(--brand);*/
  }
  .navbar .navbar-nav .nav-link.active {
    color: #F7F2E7;
    /*color: var(--brand);*/
  }
  .navbar .navbar-nav .menuitem-23 .nav-link {
    background-color: var(--orange);
    color: var(--black);
  }
  .navbar .navbar-nav .arrow_box:after {
    border-color: rgba(17, 34, 51, 0);
    border-bottom-color: rgba(255, 255, 255, 0.5);
    border-width: 13px;
    margin-left: -13px;
  }
  .navbar .navbar-nav .arrow_box:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #green;
    border-width: 14px;
    margin-left: -14px;
  }
  .dropdown-menu {
    margin-top: 20px !important;
    margin-left: 20px;
    /*background-color: rgba(111,111,111,0.4);*/
    background-color: rgba(247, 242, 231, 0.5);
    border: none;
    padding: 10px;
    border-radius: 10px;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.3));
  }
  .dropdown-menu .dropdown-menu-inner {
    padding: 10px 0;
    border-radius: 10px;
    background-color: #F7F2E7;
    /*background-color: rgba(111,111,111,1);*/
  }
  .dropdown-menu .dropdown-menu-inner li a {
    font-weight: 500;
    /*font-size: 14px;*/
    /*line-height: 28px;*/
    /* or 200% */
    display: flex;
    align-items: center;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #292929;
  }
}

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