/* crimson-text-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/crimson-text-v19-latin/crimson-text-v19-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/crimson-text-v19-latin/crimson-text-v19-latin-regular%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/crimson-text-v19-latin/crimson-text-v19-latin-regular.woff2") format("woff2"), url("../fonts/crimson-text-v19-latin/crimson-text-v19-latin-regular.woff") format("woff"), url("../fonts/crimson-text-v19-latin/crimson-text-v19-latin-regular.ttf") format("truetype"), url("../fonts/crimson-text-v19-latin/crimson-text-v19-latin-regular.svg#CrimsonText") format("svg"); /* Legacy iOS */
}
/* crimson-text-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/crimson-text-v19-latin/crimson-text-v19-latin-600.eot"); /* IE9 Compat Modes */
  src: url("../fonts/crimson-text-v19-latin/crimson-text-v19-latin-600%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/crimson-text-v19-latin/crimson-text-v19-latin-600.woff2") format("woff2"), url("../fonts/crimson-text-v19-latin/crimson-text-v19-latin-600.woff") format("woff"), url("../fonts/crimson-text-v19-latin/crimson-text-v19-latin-600.ttf") format("truetype"), url("../fonts/crimson-text-v19-latin/crimson-text-v19-latin-600.svg#CrimsonText") format("svg"); /* Legacy iOS */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter/inter-v12-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/inter/inter-v12-latin-regular%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v12-latin-regular.woff2") format("woff2"), url("../fonts/inter/inter-v12-latin-regular.woff") format("woff"), url("../fonts/inter/inter-v12-latin-regular.ttf") format("truetype"), url("../fonts/inter/inter-v12-latin-regular.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter/inter-v12-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/inter/inter-v12-latin-500%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v12-latin-500.woff2") format("woff2"), url("../fonts/inter/inter-v12-latin-500.woff") format("woff"), url("../fonts/inter/inter-v12-latin-500.ttf") format("truetype"), url("../fonts/inter/inter-v12-latin-500.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter/inter-v12-latin-600.eot"); /* IE9 Compat Modes */
  src: url("../fonts/inter/inter-v12-latin-600%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v12-latin-600.woff2") format("woff2"), url("../fonts/inter/inter-v12-latin-600.woff") format("woff"), url("../fonts/inter/inter-v12-latin-600.ttf") format("truetype"), url("../fonts/inter/inter-v12-latin-600.svg#Inter") format("svg"); /* Legacy iOS */
}
* {
  font-family: "inter";
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #002f43;
  font-weight: 400;
}
header .top-header {
  background-color: #002f43;
  padding: 0.5rem 0;
  border-bottom: 1px solid #014965;
}
header .top-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .top-header .top-item {
  font-weight: 400;
  margin-left: 2rem;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
header .top-header .top-item a {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
}
header .top-header .top-item img {
  margin-right: 0.5rem;
  width: 1rem;
}
header nav {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
header nav .logo img {
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 576px) {
  header nav .logo img {
    height: 20px;
  }
}
header nav .right {
  display: flex;
  align-items: center;
}
header nav .languages {
  position: relative;
}
header nav .languages .top {
  display: felx;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  header nav .languages .top {
    margin-left: 0;
  }
}
header nav .languages .top img {
  height: 25px;
  width: 25px;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 2px #dfdfdf;
}
header nav .languages .drop_down {
  position: absolute;
  top: 75px;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(27, 35, 36, 0.164);
  width: 190px;
  padding: 0.75rem 0;
  border-radius: 0.4rem;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
header nav .languages .drop_down .title {
  font-weight: 600;
  margin-left: 1.5rem;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}
header nav .languages .drop_down .language {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
}
header nav .languages .drop_down .language:hover {
  background-color: #eee;
}
header nav .languages .drop_down .language img {
  height: 22px;
  width: 22px;
  border-radius: 1rem;
  margin-right: 0.5rem;
  border: solid 1px rgb(232, 232, 232);
}
header nav .languages .drop_down.active {
  top: 35px;
  opacity: 1;
  pointer-events: all;
}
header nav .menu {
  display: flex;
  text-transform: uppercase;
}
header nav .menu a {
  text-decoration: none;
  color: #ffffff;
}
header nav .menu div {
  padding: 0.5rem 0;
  margin: 0 0.75rem;
  font-size: 0.875rem;
  letter-spacing: 1px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s linear;
}
header nav .menu div:hover {
  border-bottom: 2px solid #fff;
}
header nav .menu div.active {
  border-color: #fff;
  cursor: default;
}
header nav .close {
  display: none;
}
header nav .overlay {
  background-color: #012636;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.6;
  display: none;
}
@media screen and (max-width: 768px) {
  header nav .close {
    display: block;
    font-size: 3.2rem !important;
    font-weight: 200;
    position: absolute;
    right: -5px;
    top: -20px;
    transform: rotate(45deg);
    color: #fff;
  }
  header nav .menu {
    position: absolute;
    left: 0;
    top: 0;
    flex-direction: column;
    height: 100vh;
    background-color: #002f43;
    width: 250px;
    border-right: 1px solid;
    padding: 3rem 1rem 1.5rem 1rem;
    z-index: 3;
    transform: translateX(-100%);
    transition: all 0.2s ease;
  }
  header nav .menu div {
    margin-bottom: 1rem;
  }
  header nav .menu.show {
    transform: translateX(0);
  }
  header nav .burger .line {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 8px;
    margin-left: 1.2rem;
  }
  header nav .burger .line:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.tp100 {
  margin-top: 110px;
}

header.normal {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  border-bottom: 1px solid rgba(227, 227, 227, 0.824);
  background-color: #ffffff;
}

.intro {
  width: 100%;
  height: 100vh;
  background-image: url("../images/project/img-2.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.intro .title-container {
  background-color: rgba(0, 47, 67, 0.89);
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
  width: 100%;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
.intro .title-container .small {
  font-size: 1.1rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .intro .title-container {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 576px) {
  .intro .title-container {
    font-size: 1.5rem;
  }
}

.intro.wt {
  background-image: url("../images/br_1.jpg");
  background-position: bottom center;
  height: 70vh;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 8px;
}

@media screen and (max-width: 576px) {
  .hinmo {
    display: none;
  }
}

.content .subtitle,
footer .subtitle {
  font-size: 1rem;
  text-transform: uppercase;
  color: #012636;
  margin-bottom: 0.5rem;
  color: #012636;
  letter-spacing: 1px;
}
.content .title,
footer .title {
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #002f43;
  font-weight: 600;
}
.content .head,
footer .head {
  font-weight: 600;
  text-transform: uppercase;
  color: #002f43;
  font-size: 1.2rem;
}
.content .text,
footer .text {
  color: #012636;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 300;
}
.content .divider,
footer .divider {
  height: 3px;
  background-color: #00415d;
  width: 60px;
}
.content ul,
footer ul {
  list-style-image: url("../images/check-d.svg");
}
.content ul li,
footer ul li {
  margin-bottom: 0.75rem;
}
.content .flex-wrap,
footer .flex-wrap {
  gap: 0.5rem;
}

.image-buttons {
  position: relative;
}
.image-buttons .buttons {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  display: flex;
  flex-direction: column;
}
.image-buttons .buttons button {
  margin-bottom: 0.7rem;
}
.image-buttons .buttons button:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .image-buttons .buttons {
    left: 1.2rem;
    bottom: 1.2rem;
  }
}

.btn {
  display: flex;
  align-items: center;
  border-radius: 0;
  text-transform: uppercase;
}
.btn img {
  height: 1rem;
  margin-right: 0.5rem;
}

.btn-sm {
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
}
.btn-sm img {
  height: 0.875rem;
  margin-right: 0.5rem;
}

.btn-primary {
  background-color: #fff;
  border-color: #002f43;
  color: #002f43;
}
.btn-primary:hover {
  background-color: #002f43;
  border-color: #002f43;
  color: #fff;
}
.btn-primary:active:focus {
  color: #ffffff;
  background-color: #004c6c;
  border-color: #002f43;
}

.form-check-input:checked {
  background-color: #002f43;
  border-color: #002f43;
}

.form-check-input {
  border: solid 2px #002f43;
}
.form-check-input:focus {
  box-shadow: none;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
}

select option:checked {
  background-color: #d5d5d5 !important;
  color: #002f43 !important;
}

select option {
  color: #002f43;
  height: 1rem !important;
}

.form-label {
  margin-bottom: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #002f43;
}

.form-control,
.form-select {
  border: none;
  border-bottom: 2px solid #002f43;
  border-radius: 0;
  position: relative;
  padding-bottom: 6px;
  transition: all 0.1s ease-in-out;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border: none;
  padding-bottom: 4px;
  border-bottom: 4px solid #002f43;
}

@media screen and (max-width: 576px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}
.bg-prim {
  background-color: #002f43;
}
.bg-prim .title,
.bg-prim .subtitle,
.bg-prim .text,
.bg-prim .head {
  color: #fff !important;
}
.bg-prim .divider {
  background-color: #fff !important;
}
.bg-prim ul {
  list-style-image: url("../images/check.svg");
}

.gallery {
  overflow-x: hidden;
}
.gallery .col-flex {
  display: flex;
}
@media screen and (max-width: 576px) {
  .gallery .col-flex {
    flex-direction: column;
  }
}
.gallery img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .gallery img {
    height: 250px;
  }
}

.wt-items {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.wt-items a {
  color: #fff;
  text-decoration: none;
}
.wt-items .item {
  border: solid 1px #fff;
  width: 160px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.85rem;
  margin: 0.5rem 0.5rem 0.5rem 0;
  cursor: pointer;
  position: relative;
  transition: all 0.1s ease;
  top: 0;
}
.wt-items .item:hover {
  top: -3px;
}
.wt-items .item .name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.wt-items .item .status {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}

.w-d {
  display: none;
}
.w-d .w-d-item {
  width: 95vw;
  height: 95vh;
  position: fixed;
  left: 2.5vw;
  top: 2.5vh;
  background-color: #fff;
  z-index: 5;
  color: #002f43;
  box-shadow: 0 5px 17px rgba(51, 51, 51, 0.569);
}
.w-d .w-d-item .header {
  border-bottom: 1px solid #dfdfdf;
  padding: 0.75rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 60px;
  font-weight: 500;
  font-size: 1.3rem;
}
.w-d .w-d-item .header .close-wd {
  font-size: 3rem;
  font-weight: 300;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: -10px;
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .w-d .w-d-item .header {
    padding: 0.75rem 1.2rem;
    font-size: 1rem;
  }
  .w-d .w-d-item .header .close-wd {
    right: 5px;
  }
}
.w-d .w-d-item .body {
  padding: 1.5rem 2.5rem;
  height: calc(100% - 60px);
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .w-d .w-d-item .body {
    padding: 1.5rem 1.2rem;
  }
}

.table tr td,
.table tr th {
  font-size: 0.875rem;
  color: #002f43;
}
.table tr td:nth-last-child(1),
.table tr th:nth-last-child(1) {
  text-align: right;
}

.mh100 {
  max-height: 100vh;
  overflow: hidden;
}

.contact-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.contact-wrapper .left {
  margin-right: 1rem;
}
.contact-wrapper .left .head {
  font-size: 1rem;
}
.contact-wrapper .right .vc-card {
  width: 100%;
  max-width: 350px;
  padding: 1rem;
  padding-bottom: 1.3rem;
  border: solid #002f43 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-wrapper .right .vc-card .image {
  width: 100%;
}
.contact-wrapper .right .vc-card .head {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}
.contact-wrapper .right .vc-card .subtitle {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.contact-wrapper .right .vc-card .blurb {
  display: flex;
  margin-bottom: 0.75rem;
}
.contact-wrapper .right .vc-card .blurb img {
  margin-right: 0.5rem;
}
.contact-wrapper .right .vc-card .blurb a {
  color: #002f43;
  text-decoration: none;
  font-size: 0.875rem;
}
.contact-wrapper .right .vc-card button {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  padding: 0.65rem 1rem;
}

.standort {
  background-image: url("../images/topographic.svg");
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  background-color: #002f43;
  height: 100%;
  margin-top: 110px;
}
.standort .overl {
  background-color: rgba(0, 47, 67, 0.768627451);
  width: 100%;
  height: 100%;
}
.standort .title,
.standort .subtitle,
.standort .head,
.standort .text,
.standort .points {
  color: #fff;
}
.standort .divider {
  background-color: #fff;
  margin-top: -0.25rem;
}
.standort .points {
  font-weight: 500;
  font-size: 0.9rem;
  margin-top: 1rem;
  line-height: 1.7;
}

#w-table-new .wt-items {
  cursor: pointer;
}
#w-table-new .wt-items a {
  color: rgb(0, 170, 255);
  text-decoration: underline;
}
#w-table-new td,
#w-table-new th {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
@media screen and (min-width: 767px) {
  #w-table-new td,
  #w-table-new th {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#w-table-new tr td:first-child {
  font-weight: 600;
}
#w-table-new tr th:nth-last-child(1),
#w-table-new tr td:nth-last-child(1) {
  text-align: start;
}
#w-table-new td,
#w-table-new th {
  font-size: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  #w-table-new td,
  #w-table-new th {
    font-size: 12px;
  }
}