:root,
:root.light {
  --bg-color: #5a777e;
  --img-casual: url("../img/casual1.png");
  --primar: #ffffff;
  --text-color: black;
  --logo:url("../img/black-logo.png");
}

:root.dark {
  --bg-color: #8aa49b;
  --img-casual: url("../img/casual2.png");
  --primar: #ffffff;
  --text-color: black;
  --logo:url("../img/black-logo.png");
}

@font-face {
  font-family: "Manrope-ExtraLight";
  src: url("../fonts/Manrope-ExtraLight.ttf");
}
* {
  border-radius: 0 !important;
  box-shadow: none !important;
}

@font-face {
  font-family: "Manrope-Light";
  src: url("../fonts/Manrope-Light.ttf");
}
@font-face {
  font-family: "Manrope-ExtraBold";
  src: url("../fonts/Manrope-ExtraBold.ttf");
}
@font-face {
  font-family: "Manrope-Bold";
  src: url("../fonts/Manrope-Bold.ttf");
}
@font-face {
  font-family: "Manrope-Regular";
  src: url("../fonts/Manrope-Regular.ttf");
}
@font-face {
  font-family: "Manrope-Medium";
  src: url("../fonts/Manrope-Medium.ttf");
}
@font-face {
  font-family: "Manrope-SemiBold";
  src: url("../fonts/Manrope-SemiBold.ttf");
}
* {
  padding: 0;
}

body {
  background-color: var(--primar);
  font-family: "Manrope-ExtraLight";
}

#myLinks {
  display: none;
  background-color: var(--primar);
}
#myLinks .menu-primary-container #main-menu {
  font-weight: bolder;
  text-transform: uppercase;
  list-style: none;
}
@media (max-width: 1920px) {
  #myLinks .menu-primary-container #main-menu {
    font-size: 0.833vw;
  }
}
@media (max-width: 768px) {
  #myLinks .menu-primary-container #main-menu {
    font-size: 1.777vw;
  }
}
@media (min-width: 1921px) {
  #myLinks .menu-primary-container #main-menu {
    font-size: 16px;
  }
}
#myLinks .menu-primary-container #main-menu li {
  border-bottom: solid 1px black;
}
#myLinks .menu-primary-container #main-menu li a {
  color: black;
}

@media (max-width: 1920px) {
  .site {
    margin-left: 3.906vw;
    margin-right: 3.906vw;
    max-width: 1920px;
  }
}
@media (max-width: 768px) {
  .site {
    margin-left: 4vw;
    margin-right: 4vw;
    max-width: 750px;
  }
}
@media (min-width: 1921px) {
  .site {
    margin-left: auto;
    margin-right: auto;
    max-width: 1790px;
  }
}

.img-fluid {
  content: var(--logo) !important;
}
@media (max-width: 768px) {
  .img-fluid {
    width: 18.667vw !important;
    height: 14.667vw !important;
  }
}

@media (max-width: 768px) {
  .navbar {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .nav-mobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .nav-mobile .logo {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .nav-mobile .logo a {
    padding: 0;
  }
}

.nav-row {
  background-color: var(--primar);
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (max-width: 1920px) {
  .nav-row {
    margin-top: 1.563vw;
  }
}
@media (max-width: 768px) {
  .nav-row {
    margin-top: 10.667vw;
  }
}
@media (min-width: 1921px) {
  .nav-row {
    margin-top: 30px;
  }
}
.nav-row .logo-div {
  padding: 0;
}
.nav-row .logo-div .navbar-brand {
  padding: 0;
}
@media (max-width: 1920px) {
  .nav-row .logo-div .navbar-brand {
    width: 100% !important;
  }
}
.nav-row .toogle-menu {
  background-color: var(--primar);
  border: none;
}
@media (min-width: 992px) {
  .nav-row .toogle-menu {
    display: none;
  }
}
.nav-row .toogle-menu svg {
  color: var(--text-color);
}
@media (max-width: 768px) {
  .nav-row .toogle-menu svg {
    width: 14.667vw;
    height: 14.667vw;
  }
}
.nav-row .nav-coll {
  height: 100%;
  margin-top: auto;
}
@media (max-width: 1920px) {
  .nav-row .nav-coll {
    margin-bottom: 1.042vw;
  }
}
@media (max-width: 768px) {
  .nav-row .nav-coll {
    display: none;
  }
}
@media (min-width: 1920px) {
  .nav-row .nav-coll {
    margin-bottom: 20px;
  }
}
.nav-row .nav-coll .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.nav-row .nav-coll .navbar-nav .nav-item .nav-link {
  color: var(--text-color);
  font-family: "Manrope-Bold";
  font-weight: bolder;
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  .nav-row .nav-coll .navbar-nav .nav-item .nav-link {
    font-size: 0.833vw;
    padding: 0 !important;
    padding-right: 1.823vw !important;
  }
}
@media (min-width: 1921px) {
  .nav-row .nav-coll .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 0 !important;
    padding-right: 35px !important;
  }
}
.nav-row .nav-coll .navbar-nav .active .nav-link {
  color: #8aa49b;
}
.nav-row .nav-coll .navbar-nav .nav-link:hover {
  color: #8aa49b;
}
.nav-row .items-nav {
  height: 100%;
  margin-top: auto;
  padding: 0;
}
@media (max-width: 1920px) {
  .nav-row .items-nav {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .nav-row .items-nav {
    margin-bottom: auto;
  }
}
@media (min-width: 1920px) {
  .nav-row .items-nav {
    margin-bottom: 0;
  }
}
.nav-row .items-nav .dropdown {
  margin-top: auto;
}
@media (max-width: 1920px) {
  .nav-row .items-nav .dropdown {
    margin-bottom: 1.042vw;
  }
}
@media (min-width: 1920px) {
  .nav-row .items-nav .dropdown {
    margin-bottom: 20px;
  }
}
.nav-row .items-nav .dropdown .lang-btn {
  color: var(--text-color);
  background-color: var(--primar);
  font-family: "Manrope-Bold";
  text-transform: uppercase;
  border: none;
  padding-bottom: 0;
  padding-right: 1.042vw;
}
@media (max-width: 991px) {
  .nav-row .items-nav .dropdown .lang-btn {
    display: none;
  }
}
@media (max-width: 1920px) {
  .nav-row .items-nav .dropdown .lang-btn {
    font-size: 0.833vw;
  }
}
@media (min-width: 1921px) {
  .nav-row .items-nav .dropdown .lang-btn {
    font-size: 16px;
  }
}
@media (max-width: 1920px) {
  .nav-row .items-nav .dropdown .lang-btn svg {
    width: 0.573vw;
    height: 0.833vw;
  }
}
@media (min-width: 1920px) {
  .nav-row .items-nav .dropdown .lang-btn svg {
    width: 11px;
    height: 16px;
  }
}
@media (max-width: 1920px) {
  .nav-row .items-nav .dropdown .lang-btn svg image {
    width: 0.573vw;
    height: 0.833vw;
  }
}
@media (min-width: 1920px) {
  .nav-row .items-nav .dropdown .lang-btn svg image {
    width: 11px;
    height: 16px;
  }
}
.nav-row .items-nav .button-menu {
  border-color: #8aa49b;
  border-radius: 0px;
  background-color: var(--primar);
  color: #8aa49b;
  font-weight: bolder;
  text-transform: uppercase;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .nav-row .items-nav .button-menu {
    width: 5.208vw;
    height: 1.823vw;
    border: 0.104vw solid;
    margin-left: 0.521vw;
    margin-top: auto;
    font-size: 0.833vw;
    line-height: 0.833vw;
    margin-bottom: 0.781vw;
  }
}
@media (max-width: 768px) {
  .nav-row .items-nav .button-menu {
    width: 14.667vw;
    height: 14.667vw;
    border: 0.267vw solid;
    font-size: 2.4vw;
    line-height: 1.867vw;
  }
}
@media (min-width: 1921px) {
  .nav-row .items-nav .button-menu {
    width: 100px;
    height: 30px;
    border: 2px solid;
    margin-left: 10px;
    margin-top: auto;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
  }
}
.nav-row .items-nav .button-menu a {
  position: relative;
  color: #8aa49b;
  margin: 0 !important;
  transition: 0.5s;
  z-index: 3;
  font-family: "Manrope-Bold";
}
.nav-row .items-nav .button-menu:hover a {
  color: #fff;
}
.nav-row .items-nav .button-menu:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: 0.5s;
  z-index: 2;
}
.nav-row .items-nav .button-menu:hover:before {
  top: 0px;
}
.nav-row .items-nav .button-menu:before {
  background: #8aa49b;
  color: white;
}

.top-row {
  padding: 0px !important;
  height: auto;
  background-color: var(--primar);
}
@media (max-width: 1920px) {
  .top-row {
    margin-top: 6.25vw;
  }
}
@media (max-width: 768px) {
  .top-row {
    flex-direction: column;
    margin-top: 10.667vw;
  }
}
@media (min-width: 1921px) {
  .top-row {
    margin-top: 120px;
  }
}
.top-row .top-first {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .top-row .top-first {
    margin-bottom: 8vw;
  }
}
.top-row .top-first h1 {
  color: var(--text-color);
  font-family: "Manrope-Regular";
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  .top-row .top-first h1 {
    font-size: 6.25vw;
    line-height: 5.729vw;
  }
}
@media (max-width: 768px) {
  .top-row .top-first h1 {
    font-size: 12.667vw;
    line-height: 12vw;
    padding: 0 !important;
    margin: 0;
  }
}
@media (min-width: 1921px) {
  .top-row .top-first h1 {
    font-size: 120px;
    line-height: 110px;
  }
}
.top-row .top-secnd {
  padding: 0;
  color: var(--text-color);
}
@media (max-width: 1920px) {
  .top-row .top-secnd .scd-div {
    margin-top: 9.896vw;
  }
}
@media (max-width: 768px) {
  .top-row .top-secnd .scd-div {
    margin: 0;
  }
}
@media (min-width: 1921px) {
  .top-row .top-secnd .scd-div {
    margin-top: 190px;
  }
}
.top-row .top-secnd .scd-div .tekst-top {
  padding: 0;
  margin: 0;
}
.top-row .top-secnd .scd-div .tekst-top p {
  padding: 0;
  margin: 0;
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .top-row .top-secnd .scd-div .tekst-top p {
    font-size: 1.875vw;
    line-height: 2.396vw;
  }
}
@media (max-width: 768px) {
  .top-row .top-secnd .scd-div .tekst-top p {
    font-size: 4.533vw;
    line-height: 5.867vw;
    padding: 0 !important;
  }
}
@media (min-width: 1921px) {
  .top-row .top-secnd .scd-div .tekst-top p {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 1920px) {
  .top-row .top-secnd .scd-div .readmore-hover {
    margin-top: 1.042vw;
  }
}
@media (max-width: 768px) {
  .top-row .top-secnd .scd-div .readmore-hover {
    margin-top: 4.667vw;
  }
}
@media (min-width: 1920px) {
  .top-row .top-secnd .scd-div .readmore-hover {
    margin-top: 20px;
  }
}
@media (max-width: 1920px) {
  .top-row .top-secnd .scd-div .readmore-hover .strelica-div {
    margin-top: 0.781vw;
  }
}
@media (max-width: 768px) {
  .top-row .top-secnd .scd-div .readmore-hover .strelica-div {
    margin: 0;
  }
}
@media (min-width: 1921px) {
  .top-row .top-secnd .scd-div .readmore-hover .strelica-div {
    margin-top: 15px;
  }
}
.top-row .top-secnd .scd-div .readmore-hover .readmore {
  font-family: "Manrope-Bold";
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1920px) {
  .top-row .top-secnd .scd-div .readmore-hover .readmore {
    margin-top: 0.781vw;
    font-size: 0.833vw;
  }
}
@media (max-width: 768px) {
  .top-row .top-secnd .scd-div .readmore-hover .readmore {
    padding-left: 0;
    font-size: 2.4vw;
    line-height: 3.2vw;
    margin: 0;
    margin-right: 2.667vw;
  }
}
@media (min-width: 1921px) {
  .top-row .top-secnd .scd-div .readmore-hover .readmore {
    margin-top: 15px;
    font-size: 16px;
  }
}

.slider-row {
  padding: 0px !important;
}
@media (max-width: 1920px) {
  .slider-row {
    margin-top: 3.125vw;
  }
}
@media (max-width: 768px) {
  .slider-row {
    height: 88.667vw !important;
    margin-top: 8vw;
  }
}
@media (min-width: 1921px) {
  .slider-row {
    margin-top: 60px;
    padding: 0px !important;
  }
}
@media (max-width: 768px) {
  .slider-row .carousel-inner {
    height: 100% !important;
  }
}
.slider-row .left-control {
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .slider-row .left-control {
    width: 8.9vw !important;
  }
}
@media (max-width: 1920px) {
  .slider-row .left-control {
    width: 3.646vw;
    left: 1.042vw;
  }
}
@media (min-width: 1921px) {
  .slider-row .left-control {
    width: 70px;
    left: 20px;
  }
}
.slider-row .right-control {
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .slider-row .right-control {
    width: 8.9vw !important;
  }
}
@media (max-width: 1920px) {
  .slider-row .right-control {
    width: 3.646vw;
    right: 1.042vw;
  }
}
@media (min-width: 1921px) {
  .slider-row .right-control {
    width: 70px;
    right: 20px;
  }
}
.slider-row .slider-control-button {
  border-color: var(--primar);
  border: 0.104vw solid;
  border-radius: none;
}
@media (max-width: 768px) {
  .slider-row .slider-control-button {
    margin-top: auto;
    margin-bottom: 50vw !important;
    width: 8.8vw !important;
    height: 8.8vw !important;
  }
}
@media (max-width: 1920px) {
  .slider-row .slider-control-button {
    width: 3.49vw;
    height: 3.49vw;
  }
}
@media (min-width: 1921px) {
  .slider-row .slider-control-button {
    width: 67px;
    height: 67px;
  }
}
.slider-row .slider-control-button:active {
  width: 50px;
  height: 50px;
}
.slider-row .div-carousel {
  text-align: left !important;
  position: absolute;
  right: 0px !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 0 !important;
  height: 100%;
  width: 100%;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .slider-row .div-carousel {
    top: 26.667vw !important;
    color: black !important;
  }
}
@media (max-width: 1920px) {
  .slider-row .div-carousel {
    padding-top: 1.042vw;
    padding-bottom: 1.042vw;
    color: #fff;
  }
}
@media (min-width: 1921px) {
  .slider-row .div-carousel {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
  }
}
.slider-row .div-carousel .row-carousel {
  padding: 0;
}
@media (max-width: 1920px) {
  .slider-row .div-carousel .row-carousel {
    margin-left: 7.813vw;
    margin-right: 3.802vw;
    margin-top: 18.229vw;
  }
}
@media (max-width: 768px) {
  .slider-row .div-carousel .row-carousel {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (min-width: 1921px) {
  .slider-row .div-carousel .row-carousel {
    margin-right: 73px;
    margin-left: 150px;
    margin-top: 350px;
  }
}
.slider-row .div-carousel .row-carousel .description {
  padding: 0;
}
.slider-row .div-carousel .row-carousel .description p {
  font-family: "Manrope-Regular";
  padding: 0;
  margin: 0;
}
@media (max-width: 1920px) {
  .slider-row .div-carousel .row-carousel .description p {
    font-size: 3.125vw;
    line-height: 3.646vw;
  }
}
@media (max-width: 768px) {
  .slider-row .div-carousel .row-carousel .description p {
    font-size: 6.667vw;
    line-height: 8vw;
  }
}
@media (min-width: 1921px) {
  .slider-row .div-carousel .row-carousel .description p {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel {
    margin-top: 1.823vw;
  }
}
@media (min-width: 1921px) {
  .slider-row .div-carousel .row-carousel .button-carousel {
    margin-top: 35px;
  }
}
@media (max-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button {
    margin-top: auto;
    border-radius: 0px;
    background-color: transparent;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 1920px) and (max-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button {
    width: 14.063vw;
    height: 2.604vw;
    border: 0.104vw solid;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: white;
  }
}
@media (max-width: 1920px) and (max-width: 768px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button {
    width: 44vw;
    height: 8.8vw;
    border: 0.267vw solid;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: white;
  }
}
@media (max-width: 1920px) and (min-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button {
    width: 270px;
    height: 50px;
    border: 2px solid;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: white;
  }
}
@media (max-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button a {
    position: relative;
    color: var(--primar);
    font-family: "Manrope-Bold";
    text-transform: uppercase;
    margin: 0 !important;
    transition: 0.5s;
    z-index: 3;
  }
}
@media (max-width: 1920px) and (max-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button a {
    font-size: 0.833vw;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1920px) and (max-width: 768px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button a {
    font-size: 2.4vw;
    line-height: 3.2vw;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1920px) and (min-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button a {
    font-size: 16px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button:hover a {
    color: black;
  }
}
@media (max-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    transition: 0.5s;
    z-index: 2;
  }
}
@media (max-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button:hover:before {
    top: 0;
  }
}
@media (max-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button:before {
    background: var(--primar);
    color: white;
  }
}
@media (max-width: 768px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button {
    border-radius: 0px;
    background-color: transparent;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 768px) and (max-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button {
    width: 14.063vw;
    height: 2.604vw;
    border: 0.104vw solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button {
    width: 44vw;
    height: 8.8vw;
    border: 0.267vw solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
@media (max-width: 768px) and (min-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button {
    width: 270px;
    height: 50px;
    border: 2px solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
@media (max-width: 768px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button a {
    position: relative;
    color: var(--text-color);
    font-family: "Manrope-Bold";
    text-transform: uppercase;
    margin: 0 !important;
    transition: 0.5s;
    z-index: 3;
  }
}
@media (max-width: 768px) and (max-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button a {
    font-size: 0.833vw;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button a {
    font-size: 2.4vw;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) and (min-width: 1921px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button a {
    font-size: 16px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button:hover a {
    color: var(--primar);
  }
}
@media (max-width: 768px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    transition: 0.5s;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button:hover:before {
    top: 0;
  }
}
@media (max-width: 768px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button:before {
    background: black;
    color: white;
  }
}
@media (min-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button {
    margin-top: auto;
    border-radius: 0px;
    background-color: transparent;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1920px) and (max-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button {
    width: 14.063vw;
    height: 2.604vw;
    border: 0.104vw solid;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: white;
  }
}
@media (min-width: 1920px) and (max-width: 768px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button {
    width: 44vw;
    height: 8.8vw;
    border: 0.267vw solid;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: white;
  }
}
@media (min-width: 1920px) and (min-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button {
    width: 270px;
    height: 50px;
    border: 2px solid;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: white;
  }
}
@media (min-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button a {
    position: relative;
    color: var(--primar);
    font-family: "Manrope-Bold";
    text-transform: uppercase;
    margin: 0 !important;
    transition: 0.5s;
    z-index: 3;
  }
}
@media (min-width: 1920px) and (max-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button a {
    font-size: 0.833vw;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1920px) and (max-width: 768px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button a {
    font-size: 2.4vw;
    line-height: 3.2vw;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1920px) and (min-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button a {
    font-size: 16px;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button:hover a {
    color: black;
  }
}
@media (min-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    transition: 0.5s;
    z-index: 2;
  }
}
@media (min-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button:hover:before {
    top: 0;
  }
}
@media (min-width: 1920px) {
  .slider-row .div-carousel .row-carousel .button-carousel .button:before {
    background: var(--primar);
    color: white;
  }
}

.exp-row {
  /* Hide scrollbar for Chrome, Safari and Opera */
}
@media (max-width: 1920px) {
  .exp-row {
    margin-top: 6.25vw;
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 768px) {
  .exp-row {
    margin-top: 0;
  }
}
@media (min-width: 1921px) {
  .exp-row {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.exp-row .exp-title {
  color: #acbdb7;
  font-family: "Manrope-Bold";
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 0;
}
@media (max-width: 1920px) {
  .exp-row .exp-title {
    font-size: 0.833vw;
    padding-bottom: 1.302vw;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .exp-row .exp-title {
    font-size: 2.4vw;
    padding: 0;
    margin-bottom: 3.333vw;
  }
}
@media (min-width: 1921px) {
  .exp-row .exp-title {
    font-size: 16px;
    padding-bottom: 25px;
    margin: 0;
  }
}
.exp-row .exp-description {
  color: var(--text-color);
  font-family: "Manrope-Regular";
  padding-left: 0;
  margin: 0;
}
@media (max-width: 1920px) {
  .exp-row .exp-description {
    font-size: 3.125vw;
    line-height: 3.125vw;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .exp-row .exp-description {
    font-size: 6.667vw;
    line-height: 6.667vw;
    margin-bottom: 6.667vw;
    padding: 0;
  }
}
@media (min-width: 1921px) {
  .exp-row .exp-description {
    font-size: 60px;
    line-height: 60px;
  }
}
.exp-row .cover-slider {
  position: relative;
  width: 100%;
  height: auto;
}
@media (max-width: 1920px) {
  .exp-row .cover-slider {
    margin-top: 2.604vw;
  }
}
@media (min-width: 1921px) {
  .exp-row .cover-slider {
    margin-top: 50px;
  }
}
.exp-row .cover-slider .swype {
  position: absolute;
  z-index: 2;
}
@media (max-width: 1920px) {
  .exp-row .cover-slider .swype {
    right: 26.042vw;
    top: 38%;
  }
}
@media (max-width: 768px) {
  .exp-row .cover-slider .swype {
    right: 12vw;
    top: 10%;
  }
}
@media (min-width: 1921px) {
  .exp-row .cover-slider .swype {
    right: 500px;
    top: 38%;
  }
}
@media (max-width: 1920px) {
  .exp-row .cover-slider .swype .img-swype-right img {
    width: 9.896vw;
    height: 7.292vw;
  }
}
@media (max-width: 768px) {
  .exp-row .cover-slider .swype .img-swype-right img {
    width: 25.333vw;
    height: 18.667vw;
  }
}
@media (min-width: 1921px) {
  .exp-row .cover-slider .swype .img-swype-right img {
    width: 190px;
    height: 140px;
  }
}
.exp-row .cover-slider .scrollmenu {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
  white-space: nowrap;
  display: flex;
  cursor: grab;
}
.exp-row .cover-slider .scrollmenu .items-slide {
  height: auto;
  background-color: #e8edeb;
  padding: 0px;
}
@media (max-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide {
    margin-left: 0.781vw;
    margin-right: 0.781vw;
    padding-bottom: 2.604vw;
  }
}
@media (max-width: 768px) {
  .exp-row .cover-slider .scrollmenu .items-slide {
    width: 68vw;
    height: auto !important;
    flex-direction: column-reverse;
    align-items: center;
    margin-right: 4vw;
  }
}
@media (min-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .row {
    margin-top: 11.563vw;
  }
}
@media (min-width: 1921px) {
  .exp-row .cover-slider .scrollmenu .items-slide .row {
    margin-top: 130px;
  }
}
@media (max-width: 768px) {
  .exp-row .cover-slider .scrollmenu .items-slide .button-teaser {
    display: block;
    width: 85%;
  }
}
@media (min-width: 768px) {
  .exp-row .cover-slider .scrollmenu .items-slide .button-teaser {
    display: none;
  }
}
.exp-row .cover-slider .scrollmenu .items-slide .button-teaser .button {
  border-radius: 0px;
  background-color: transparent;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .button-teaser .button {
    width: 14.063vw;
    height: 2.604vw;
    border: 0.104vw solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
@media (max-width: 768px) {
  .exp-row .cover-slider .scrollmenu .items-slide .button-teaser .button {
    width: 44vw;
    height: 8.8vw;
    border: 0.267vw solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
@media (min-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .button-teaser .button {
    width: 270px;
    height: 50px;
    border: 2px solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
.exp-row .cover-slider .scrollmenu .items-slide .button-teaser .button a {
  position: relative;
  color: var(--text-color);
  font-family: "Manrope-Bold";
  text-transform: uppercase;
  margin: 0 !important;
  transition: 0.5s;
  z-index: 3;
}
@media (max-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .button-teaser .button a {
    font-size: 0.833vw;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .exp-row .cover-slider .scrollmenu .items-slide .button-teaser .button a {
    font-size: 2.4vw;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .exp-row .cover-slider .scrollmenu .items-slide .button-teaser .button a {
    font-size: 16px;
    display: flex;
    justify-content: center;
  }
}
.exp-row .cover-slider .scrollmenu .items-slide .button-teaser .button:hover a {
  color: var(--primar);
}
.exp-row .cover-slider .scrollmenu .items-slide .button-teaser .button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: 0.5s;
  z-index: 2;
}
.exp-row .cover-slider .scrollmenu .items-slide .button-teaser .button:hover:before {
  top: 0;
}
.exp-row .cover-slider .scrollmenu .items-slide .button-teaser .button:before {
  background: black;
  color: white;
}
.exp-row .cover-slider .scrollmenu .items-slide .teaser-left {
  width: 100%;
  padding: 0;
}
@media (max-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-left {
    margin-top: 9vw;
  }
}
@media (max-width: 768px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-left {
    width: 85%;
  }
}
@media (min-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-left {
    margin-top: 173px;
  }
}
.exp-row .cover-slider .scrollmenu .items-slide .teaser-left .text-header {
  color: var(--text-color);
  font-family: "Manrope-Regular";
  height: auto;
}
@media (max-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-left .text-header {
    font-size: 1.875vw;
    line-height: 1.771vw;
    margin-bottom: 1.563vw;
  }
}
@media (max-width: 768px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-left .text-header {
    font-size: 4.533vw;
    line-height: 5.867vw;
  }
}
@media (min-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-left .text-header {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
.exp-row .cover-slider .scrollmenu .items-slide .teaser-left .text-text {
  color: var(--text-color);
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-left .text-text {
    font-size: 1.25vw;
    line-height: 1.771vw;
    margin-bottom: 1.302vw;
  }
}
@media (max-width: 768px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-left .text-text {
    font-size: 3.2vw;
    line-height: 4.533vw;
  }
}
@media (min-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-left .text-text {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-left .readmore-hover {
    margin-top: 4.667vw;
    margin-bottom: 8.667vw;
  }
}
@media (max-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-left .readmore-hover .strelica-div {
    margin-top: 0.781vw;
  }
}
@media (max-width: 768px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-left .readmore-hover .strelica-div {
    margin: 0;
  }
}
@media (min-width: 1921px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-left .readmore-hover .strelica-div {
    margin-top: 15px;
  }
}
.exp-row .cover-slider .scrollmenu .items-slide .teaser-left .readmore-hover .readmore {
  font-family: "Manrope-Bold";
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-left .readmore-hover .readmore {
    margin-top: 0.781vw;
    font-size: 0.833vw;
  }
}
@media (max-width: 768px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-left .readmore-hover .readmore {
    padding-left: 0;
    font-size: 2.4vw;
    line-height: 3.2vw;
    margin: 0;
    margin-right: 2.667vw;
  }
}
@media (min-width: 1921px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-left .readmore-hover .readmore {
    margin-top: 15px;
    font-size: 16px;
  }
}
.exp-row .cover-slider .scrollmenu .items-slide .teaser-right {
  padding: 0;
}
.exp-row .cover-slider .scrollmenu .items-slide .teaser-right .text {
  color: var(--text-color);
  letter-spacing: 2px;
}
@media (max-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-right .text {
    padding-bottom: 3.385vw;
    padding-top: 7.031vw;
  }
}
@media (min-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-right .text {
    padding-bottom: 60px;
    padding-top: 130px;
  }
}
@media (max-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-right .text img {
    height: 9.896vw;
  }
}
@media (max-width: 768px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-right .text img {
    width: 34.667vw;
    height: 25.333vw;
  }
}
@media (min-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-right .text img {
    height: 190px;
  }
}
@media (max-width: 768px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-right .button-teaser {
    display: none;
  }
}
@media (min-width: 768px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-right .button-teaser {
    display: block;
  }
}
.exp-row .cover-slider .scrollmenu .items-slide .teaser-right .button-teaser .button {
  border-radius: 0px;
  background-color: transparent;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-right .button-teaser .button {
    width: 14.063vw;
    height: 2.604vw;
    border: 0.104vw solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
@media (max-width: 768px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-right .button-teaser .button {
    width: 44vw;
    height: 8.8vw;
    border: 0.267vw solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
@media (min-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-right .button-teaser .button {
    width: 270px;
    height: 50px;
    border: 2px solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
.exp-row .cover-slider .scrollmenu .items-slide .teaser-right .button-teaser .button a {
  position: relative;
  color: var(--text-color);
  font-family: "Manrope-Bold";
  text-transform: uppercase;
  margin: 0 !important;
  transition: 0.5s;
  z-index: 3;
}
@media (max-width: 1920px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-right .button-teaser .button a {
    font-size: 0.833vw;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-right .button-teaser .button a {
    font-size: 2.4vw;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .exp-row .cover-slider .scrollmenu .items-slide .teaser-right .button-teaser .button a {
    font-size: 16px;
    display: flex;
    justify-content: center;
  }
}
.exp-row .cover-slider .scrollmenu .items-slide .teaser-right .button-teaser .button:hover a {
  color: var(--primar);
}
.exp-row .cover-slider .scrollmenu .items-slide .teaser-right .button-teaser .button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: 0.5s;
  z-index: 2;
}
.exp-row .cover-slider .scrollmenu .items-slide .teaser-right .button-teaser .button:hover:before {
  top: 0;
}
.exp-row .cover-slider .scrollmenu .items-slide .teaser-right .button-teaser .button:before {
  background: black;
  color: white;
}
.exp-row .scrollmenu::-webkit-scrollbar {
  display: none;
}

.rech-row {
  padding: 0px !important;
  background-color: var(--primar);
}
@media (max-width: 1920px) {
  .rech-row {
    margin-bottom: 8.333vw;
  }
}
@media (max-width: 768px) {
  .rech-row {
    margin-top: 16vw;
    margin-bottom: 0;
  }
}
@media (min-width: 1921px) {
  .rech-row {
    margin-bottom: 160px;
  }
}
.rech-row .rech-title {
  color: #acbdb7;
  font-family: "Manrope-Bold";
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 0;
}
@media (max-width: 1920px) {
  .rech-row .rech-title {
    font-size: 0.833vw;
    padding-bottom: 1.302vw;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .rech-row .rech-title {
    font-size: 2.4vw;
    padding: 0;
    margin-bottom: 2.667vw;
  }
}
@media (min-width: 1921px) {
  .rech-row .rech-title {
    font-size: 16px;
    padding-bottom: 25px;
  }
}
.rech-row .rech-description {
  color: var(--text-color);
  font-family: "Manrope-Regular";
  padding-left: 0;
}
@media (max-width: 1920px) {
  .rech-row .rech-description {
    font-size: 3.125vw;
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .rech-row .rech-description {
    font-size: 6.667vw;
    line-height: 8vw;
  }
}
@media (min-width: 1921px) {
  .rech-row .rech-description {
    font-size: 60px;
    padding-bottom: 0;
    margin: 0;
  }
}
.rech-row .description-rech {
  width: 100%;
}
.rech-row .description-rech .rech-secnd {
  padding: 0;
}
@media (max-width: 1920px) {
  .rech-row .description-rech .rech-secnd {
    margin-top: 3.125vw;
  }
}
@media (min-width: 1920px) {
  .rech-row .description-rech .rech-secnd {
    margin-top: 60px;
  }
}
.rech-row .description-rech .rech-secnd .div-secnd {
  padding: 0;
}
@media (max-width: 768px) {
  .rech-row .description-rech .rech-secnd .div-secnd {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .rech-row .description-rech .rech-secnd .div-secnd .p-2 {
    padding-left: 0 !important;
  }
}
.rech-row .description-rech .rech-secnd .div-secnd .header {
  color: var(--text-color);
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .rech-row .description-rech .rech-secnd .div-secnd .header {
    font-size: 1.875vw;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .rech-row .description-rech .rech-secnd .div-secnd .header {
    font-size: 4.533vw;
    line-height: 5.867vw;
    margin-bottom: 4vw;
  }
}
@media (min-width: 1920px) {
  .rech-row .description-rech .rech-secnd .div-secnd .header {
    font-size: 36px;
    padding: 0;
  }
}
.rech-row .description-rech .rech-secnd .div-secnd .header p {
  margin: 0;
}
@media (max-width: 1920px) {
  .rech-row .description-rech .rech-secnd .div-secnd .readmore-hover .strelica-div {
    margin-top: 0.781vw;
  }
}
@media (max-width: 768px) {
  .rech-row .description-rech .rech-secnd .div-secnd .readmore-hover .strelica-div {
    margin: 0;
  }
}
@media (min-width: 1921px) {
  .rech-row .description-rech .rech-secnd .div-secnd .readmore-hover .strelica-div {
    margin-top: 15px;
  }
}
.rech-row .description-rech .rech-secnd .div-secnd .readmore-hover .readmore {
  font-family: "Manrope-Bold";
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1920px) {
  .rech-row .description-rech .rech-secnd .div-secnd .readmore-hover .readmore {
    margin-top: 0.781vw;
    font-size: 0.833vw;
  }
}
@media (max-width: 768px) {
  .rech-row .description-rech .rech-secnd .div-secnd .readmore-hover .readmore {
    padding-left: 0;
    font-size: 2.4vw;
    line-height: 3.2vw;
    margin: 0;
    margin-right: 2.667vw;
  }
}
@media (min-width: 1921px) {
  .rech-row .description-rech .rech-secnd .div-secnd .readmore-hover .readmore {
    margin-top: 15px;
    font-size: 16px;
  }
}
.rech-row .teaser {
  width: 100%;
  height: auto;
  background-color: #e8edeb;
}
@media (max-width: 1920px) {
  .rech-row .teaser {
    margin-top: 2.604vw;
    padding-bottom: 1.563vw;
  }
}
@media (max-width: 768px) {
  .rech-row .teaser {
    padding-bottom: 5.333vw;
    margin-top: 8vw;
  }
}
@media (min-width: 1921px) {
  .rech-row .teaser {
    padding-bottom: 30px;
    margin-top: 50px;
  }
}
@media (max-width: 1920px) {
  .rech-row .teaser .teaser-items {
    padding-top: 4.688vw;
  }
}
@media (max-width: 768px) {
  .rech-row .teaser .teaser-items {
    margin-left: 4.667vw;
    margin-top: 0;
    flex-direction: column;
    padding: 0;
  }
}
@media (min-width: 1920px) {
  .rech-row .teaser .teaser-items {
    padding-top: 90px;
  }
}
@media (max-width: 1920px) {
  .rech-row .teaser .teaser-items .teaser-left {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .rech-row .teaser .teaser-items .teaser-left {
    padding: 0;
  }
}
@media (min-width: 1920px) {
  .rech-row .teaser .teaser-items .teaser-left {
    padding: 0;
  }
}
.rech-row .teaser .teaser-items .teaser-left .text-header {
  color: var(--text-color);
  font-family: "Manrope-Regular";
  padding: 0;
}
@media (max-width: 1920px) {
  .rech-row .teaser .teaser-items .teaser-left .text-header {
    font-size: 1.875vw;
    margin-bottom: 0.521vw;
  }
}
@media (max-width: 768px) {
  .rech-row .teaser .teaser-items .teaser-left .text-header {
    font-size: 4.8vw;
    width: 65%;
    line-height: 6.133vw;
    margin: 0;
    margin-top: 8vw;
  }
}
@media (min-width: 1921px) {
  .rech-row .teaser .teaser-items .teaser-left .text-header {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
.rech-row .teaser .teaser-items .teaser-left .text-text {
  font-family: "Manrope-Regular";
  color: var(--text-color);
  padding: 0;
}
@media (max-width: 1920px) {
  .rech-row .teaser .teaser-items .teaser-left .text-text {
    font-size: 1.25vw;
    line-height: 1.771vw;
  }
}
@media (max-width: 768px) {
  .rech-row .teaser .teaser-items .teaser-left .text-text {
    display: none;
  }
}
@media (min-width: 1921px) {
  .rech-row .teaser .teaser-items .teaser-left .text-text {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1920px) {
  .rech-row .teaser .teaser-items .teaser-left .readmore-hover .strelica-div {
    margin-top: 0.781vw;
  }
}
@media (max-width: 768px) {
  .rech-row .teaser .teaser-items .teaser-left .readmore-hover .strelica-div {
    margin: 0;
  }
}
@media (min-width: 1921px) {
  .rech-row .teaser .teaser-items .teaser-left .readmore-hover .strelica-div {
    margin-top: 15px;
  }
}
.rech-row .teaser .teaser-items .teaser-left .readmore-hover .readmore {
  font-family: "Manrope-Bold";
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1920px) {
  .rech-row .teaser .teaser-items .teaser-left .readmore-hover .readmore {
    margin-top: 0.781vw;
    font-size: 0.833vw;
  }
}
@media (max-width: 768px) {
  .rech-row .teaser .teaser-items .teaser-left .readmore-hover .readmore {
    padding-left: 0;
    font-size: 2.4vw;
    line-height: 3.2vw;
    margin: 0;
    margin-right: 2.667vw;
  }
}
@media (min-width: 1921px) {
  .rech-row .teaser .teaser-items .teaser-left .readmore-hover .readmore {
    margin-top: 15px;
    font-size: 16px;
  }
}
.rech-row .teaser .teaser-items .teaser-right {
  padding: 0;
}
.rech-row .teaser .teaser-items .teaser-right .text {
  color: var(--text-color);
  letter-spacing: 2px;
  font-family: "Manrope-ExtraLight";
}
@media (max-width: 1920px) {
  .rech-row .teaser .teaser-items .teaser-right .text {
    height: 7.292vw;
    font-size: 6.25vw;
  }
}
@media (max-width: 768px) {
  .rech-row .teaser .teaser-items .teaser-right .text {
    height: auto;
    font-size: 16vw;
  }
}
@media (min-width: 1921px) {
  .rech-row .teaser .teaser-items .teaser-right .text {
    font-size: 120px;
    height: 140px;
  }
}
@media (max-width: 1920px) {
  .rech-row .teaser .teaser-items .teaser-right .button-teaser {
    margin-top: 0.521vw;
  }
}
@media (min-width: 1921px) {
  .rech-row .teaser .teaser-items .teaser-right .button-teaser {
    margin-top: 10px;
  }
}
.rech-row .teaser .teaser-items .teaser-right .button-teaser .button {
  border-radius: 0px;
  background-color: transparent;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .rech-row .teaser .teaser-items .teaser-right .button-teaser .button {
    width: 14.063vw;
    height: 2.604vw;
    border: 0.104vw solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
@media (max-width: 768px) {
  .rech-row .teaser .teaser-items .teaser-right .button-teaser .button {
    width: 44vw;
    height: 8.8vw;
    border: 0.267vw solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
@media (min-width: 1920px) {
  .rech-row .teaser .teaser-items .teaser-right .button-teaser .button {
    width: 270px;
    height: 50px;
    border: 2px solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
.rech-row .teaser .teaser-items .teaser-right .button-teaser .button a {
  position: relative;
  color: var(--text-color);
  font-family: "Manrope-Bold";
  text-transform: uppercase;
  margin: 0 !important;
  transition: 0.5s;
  z-index: 3;
}
@media (max-width: 1920px) {
  .rech-row .teaser .teaser-items .teaser-right .button-teaser .button a {
    font-size: 0.833vw;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .rech-row .teaser .teaser-items .teaser-right .button-teaser .button a {
    font-size: 2.4vw;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .rech-row .teaser .teaser-items .teaser-right .button-teaser .button a {
    font-size: 16px;
    display: flex;
    justify-content: center;
  }
}
.rech-row .teaser .teaser-items .teaser-right .button-teaser .button:hover a {
  color: var(--primar);
}
.rech-row .teaser .teaser-items .teaser-right .button-teaser .button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: 0.5s;
  z-index: 2;
}
.rech-row .teaser .teaser-items .teaser-right .button-teaser .button:hover:before {
  top: 0;
}
.rech-row .teaser .teaser-items .teaser-right .button-teaser .button:before {
  background: black;
  color: white;
}

.work-row {
  padding: 0px !important;
  background-color: var(--primar);
  width: 100%;
}
@media (max-width: 1920px) {
  .work-row {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .work-row {
    margin-bottom: 0;
    margin-top: 16vw;
  }
}
@media (min-width: 1921px) {
  .work-row {
    margin-bottom: 0;
  }
}
.work-row .work-title {
  color: var(--text-color);
  font-family: "Manrope-Regular";
  padding-left: 0;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1920px) {
  .work-row .work-title {
    padding-bottom: 3.906vw;
    font-size: 6.25vw;
  }
}
@media (max-width: 768px) {
  .work-row .work-title {
    font-size: 12.667vw;
    padding-bottom: 7.333vw;
  }
}
@media (min-width: 1921px) {
  .work-row .work-title {
    font-size: 120px;
    padding-bottom: 75px;
  }
}
.work-row .work-headline {
  color: #acbdb7;
  font-family: "Manrope-Bold";
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 1920px) {
  .work-row .work-headline {
    font-size: 0.833vw;
    padding-bottom: 1.302vw;
  }
}
@media (max-width: 768px) {
  .work-row .work-headline {
    font-size: 2.4vw;
    padding-bottom: 2.667vw;
  }
}
@media (min-width: 1921px) {
  .work-row .work-headline {
    font-size: 16px;
    padding-bottom: 25px;
  }
}
.work-row .work-description {
  color: var(--text-color);
  font-family: "Manrope-Regular";
  padding-left: 0;
  margin: 0;
}
@media (max-width: 1920px) {
  .work-row .work-description {
    font-size: 3.125vw;
    padding-bottom: 3.385vw;
  }
}
@media (max-width: 768px) {
  .work-row .work-description {
    font-size: 6.667vw;
  }
}
@media (min-width: 1921px) {
  .work-row .work-description {
    font-size: 60px;
    padding-bottom: 65px;
  }
}
.work-row #slide2 {
  width: 100%;
}
@media (max-width: 768px) {
  .work-row #slide2 {
    background-color: #e8edeb;
  }
}
.work-row #slide2 .left-control {
  opacity: 1 !important;
}
@media (max-width: 1920px) {
  .work-row #slide2 .left-control {
    width: 3.646vw;
    left: 1.042vw;
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .left-control {
    width: 8.9vw !important;
    left: 1.042vw;
  }
}
@media (min-width: 1921px) {
  .work-row #slide2 .left-control {
    width: 70px;
    left: 20px;
  }
}
.work-row #slide2 .right-control {
  opacity: 1 !important;
}
@media (max-width: 1920px) {
  .work-row #slide2 .right-control {
    width: 3.646vw;
    right: 1.042vw;
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .right-control {
    width: 8.9vw !important;
    right: 1.042vw;
  }
}
@media (min-width: 1921px) {
  .work-row #slide2 .right-control {
    width: 70px;
    right: 20px;
  }
}
.work-row #slide2 .slider-control-button {
  border-color: var(--primar);
  border: 0.104vw solid;
  border-radius: none;
}
@media (max-width: 1920px) {
  .work-row #slide2 .slider-control-button {
    width: 3.49vw;
    height: 3.49vw;
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .slider-control-button {
    margin-bottom: auto;
    margin-top: 40vw;
    width: 8.8vw !important;
    height: 8.8vw !important;
  }
}
@media (min-width: 1921px) {
  .work-row #slide2 .slider-control-button {
    width: 67px;
    height: 67px;
  }
}
.work-row #slide2 .slider-control-button:active {
  width: 50px;
  height: 50px;
}
@media (max-width: 1920px) {
  .work-row #slide2 .carousel-inner {
    height: 49.479vw;
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .carousel-inner {
    height: 100% !important;
  }
}
@media (min-width: 1920px) {
  .work-row #slide2 .carousel-inner {
    height: 950px;
  }
}
.work-row #slide2 .carousel-inner .carousel-item img {
  width: auto;
  height: auto;
}
.work-row #slide2 .carousel-inner .carousel-item .description {
  text-align: left !important;
  position: absolute;
  z-index: 2 !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description {
    top: 8vw;
    padding: 0 !important;
    height: 52%;
    width: 90%;
    right: 0 !important;
    left: 0 !important;
    margin-top: auto;
    margin-bottom: 8.813vw;
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .carousel-inner .carousel-item .description {
    height: auto;
    padding: 0;
    top: 0;
    position: relative;
    margin-top: 4vw;
    width: 90%;
  }
}
@media (min-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description {
    top: 150px;
    padding: 0 !important;
    height: 436px;
    width: 1593px;
    right: 0 !important;
    left: 0 !important;
    margin-top: auto;
    margin-bottom: 226px;
  }
}
@media (max-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (max-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 {
    margin-top: auto;
    border-radius: 0px;
    background-color: transparent;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 1920px) and (max-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 {
    width: 14.063vw;
    height: 2.604vw;
    border: 0.104vw solid;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: white;
  }
}
@media (max-width: 1920px) and (max-width: 768px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 {
    width: 44vw;
    height: 8.8vw;
    border: 0.267vw solid;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: white;
  }
}
@media (max-width: 1920px) and (min-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 {
    width: 270px;
    height: 50px;
    border: 2px solid;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: white;
  }
}
@media (max-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 a {
    position: relative;
    color: var(--primar);
    font-family: "Manrope-Bold";
    text-transform: uppercase;
    margin: 0 !important;
    transition: 0.5s;
    z-index: 3;
  }
}
@media (max-width: 1920px) and (max-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 a {
    font-size: 0.833vw;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1920px) and (max-width: 768px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 a {
    font-size: 2.4vw;
    line-height: 3.2vw;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1920px) and (min-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 a {
    font-size: 16px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2:hover a {
    color: black;
  }
}
@media (max-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    transition: 0.5s;
    z-index: 2;
  }
}
@media (max-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2:hover:before {
    top: 0;
  }
}
@media (max-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2:before {
    background: var(--primar);
    color: white;
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 {
    border-radius: 0px;
    background-color: transparent;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 768px) and (max-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 {
    width: 14.063vw;
    height: 2.604vw;
    border: 0.104vw solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 {
    width: 44vw;
    height: 8.8vw;
    border: 0.267vw solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
@media (max-width: 768px) and (min-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 {
    width: 270px;
    height: 50px;
    border: 2px solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 a {
    position: relative;
    color: var(--text-color);
    font-family: "Manrope-Bold";
    text-transform: uppercase;
    margin: 0 !important;
    transition: 0.5s;
    z-index: 3;
  }
}
@media (max-width: 768px) and (max-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 a {
    font-size: 0.833vw;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 a {
    font-size: 2.4vw;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) and (min-width: 1921px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 a {
    font-size: 16px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2:hover a {
    color: var(--primar);
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    transition: 0.5s;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2:hover:before {
    top: 0;
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2:before {
    background: black;
    color: white;
  }
}
@media (min-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 {
    margin-top: auto;
    border-radius: 0px;
    background-color: transparent;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1920px) and (max-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 {
    width: 14.063vw;
    height: 2.604vw;
    border: 0.104vw solid;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: white;
  }
}
@media (min-width: 1920px) and (max-width: 768px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 {
    width: 44vw;
    height: 8.8vw;
    border: 0.267vw solid;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: white;
  }
}
@media (min-width: 1920px) and (min-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 {
    width: 270px;
    height: 50px;
    border: 2px solid;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: white;
  }
}
@media (min-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 a {
    position: relative;
    color: var(--primar);
    font-family: "Manrope-Bold";
    text-transform: uppercase;
    margin: 0 !important;
    transition: 0.5s;
    z-index: 3;
  }
}
@media (min-width: 1920px) and (max-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 a {
    font-size: 0.833vw;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1920px) and (max-width: 768px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 a {
    font-size: 2.4vw;
    line-height: 3.2vw;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1920px) and (min-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2 a {
    font-size: 16px;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2:hover a {
    color: black;
  }
}
@media (min-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    transition: 0.5s;
    z-index: 2;
  }
}
@media (min-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2:hover:before {
    top: 0;
  }
}
@media (min-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .slider2-button .button-description-slider2:before {
    background: var(--primar);
    color: white;
  }
}
.work-row #slide2 .carousel-inner .carousel-item .description .description-content .description-text {
  padding: 0;
}
.work-row #slide2 .carousel-inner .carousel-item .description .description-content .description-text p {
  text-align: left !important;
}
.work-row #slide2 .carousel-inner .carousel-item .description .description-content .description-text .naslov {
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .description-text .naslov {
    font-size: 3.125vw;
    color: var(--primar);
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .description-text .naslov {
    font-size: 6.667vw;
    line-height: 8vw;
    color: black;
  }
}
@media (min-width: 1921px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .description-text .naslov {
    font-size: 60px;
    color: var(--primar);
  }
}
.work-row #slide2 .carousel-inner .carousel-item .description .description-content .description-text .dr-tekst {
  font-family: "Manrope-Medium";
}
@media (max-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .description-text .dr-tekst {
    font-size: 1.25vw;
    color: var(--primar);
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .description-text .dr-tekst {
    font-size: 3.2vw;
    line-height: 4.533vw;
    color: black;
    text-transform: uppercase;
  }
}
@media (min-width: 1921px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .description-text .dr-tekst {
    font-size: 24px;
    color: var(--primar);
  }
}
.work-row #slide2 .carousel-inner .carousel-item .description .description-content .description-text .tekst {
  padding: 0;
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .description-text .tekst {
    font-size: 1.25vw;
    color: var(--primar);
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .description-text .tekst {
    font-size: 3.2vw;
    line-height: 4.533vw;
    margin-bottom: 4.667vw;
    color: black;
  }
}
@media (min-width: 1921px) {
  .work-row #slide2 .carousel-inner .carousel-item .description .description-content .description-text .tekst {
    font: size 24px;
    color: var(--primar);
  }
}
.work-row #slide2 .div-carousel {
  right: 0px !important;
  left: 0px !important;
  z-index: 0 !important;
  color: #fff;
  width: 100%;
  padding: 0 !important;
}
@media (max-width: 1920px) {
  .work-row #slide2 .div-carousel {
    padding-top: 1.042vw;
    padding-bottom: 1.042vw;
    top: 0px !important;
    height: 100%;
    position: absolute;
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .div-carousel {
    height: auto;
    position: relative;
  }
}
@media (min-width: 1921px) {
  .work-row #slide2 .div-carousel {
    padding-top: 20px;
    padding-bottom: 20px;
    top: 0px !important;
    height: 100%;
    position: absolute;
  }
}
@media (max-width: 1920px) {
  .work-row #slide2 .div-carousel .row-carousel {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .div-carousel .row-carousel {
    height: auto;
    background-color: #e8edeb;
    padding: 0;
  }
}
@media (min-width: 1921px) {
  .work-row #slide2 .div-carousel .row-carousel {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
}
@media (max-width: 1920px) {
  .work-row #slide2 .div-carousel .row-carousel .dropdown-menus {
    margin-top: 3.125vw;
    height: 3.125vw;
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .div-carousel .row-carousel .dropdown-menus {
    display: none !important;
  }
}
@media (min-width: 1921px) {
  .work-row #slide2 .div-carousel .row-carousel .dropdown-menus {
    margin-top: 60px;
    height: 60px;
  }
}
.work-row #slide2 .div-carousel .row-carousel .dropdown-menus .drop1 {
  padding: 0px !important;
}
@media (max-width: 1920px) {
  .work-row #slide2 .div-carousel .row-carousel .dropdown-menus .drop1 {
    width: 21.875vw;
  }
}
@media (min-width: 1921px) {
  .work-row #slide2 .div-carousel .row-carousel .dropdown-menus .drop1 {
    width: 420px;
  }
}
.work-row #slide2 .div-carousel .row-carousel .dropdown-menus .drop1 #dropdownMenuLink .dropdown-text {
  text-transform: uppercase;
  font-family: "Manrope-Bold";
}
@media (max-width: 1920px) {
  .work-row #slide2 .div-carousel .row-carousel .dropdown-menus .drop1 #dropdownMenuLink .dropdown-text {
    font-size: 0.833vw;
  }
}
@media (min-width: 1920px) {
  .work-row #slide2 .div-carousel .row-carousel .dropdown-menus .drop1 #dropdownMenuLink .dropdown-text {
    font-size: 16px;
  }
}
.work-row #slide2 .div-carousel .row-carousel .dropdown-menus .drop1 .dropdown-menu {
  width: 100%;
}
.work-row #slide2 .div-carousel .row-carousel .dropdown-menus .drop1 .dropdown-menu a {
  text-transform: uppercase;
  font-family: "Manrope-Bold";
}
@media (max-width: 1920px) {
  .work-row #slide2 .div-carousel .row-carousel .dropdown-menus .drop1 .dropdown-menu a {
    font-size: 0.833vw;
  }
}
@media (min-width: 1920px) {
  .work-row #slide2 .div-carousel .row-carousel .dropdown-menus .drop1 .dropdown-menu a {
    font-size: 16px;
  }
}
.work-row #slide2 .div-carousel .row-carousel .dropdown-menus .drop1 .button-slider2 {
  background-color: var(--primar);
  border: none !important;
  color: var(--text-color);
}
@media (max-width: 1920px) {
  .work-row #slide2 .div-carousel .row-carousel .dropdown-menus .drop1 .button-slider2 {
    width: 100%;
    height: 2.865vw;
  }
}
@media (min-width: 1921px) {
  .work-row #slide2 .div-carousel .row-carousel .dropdown-menus .drop1 .button-slider2 {
    width: 100%;
    height: 55px;
  }
}
.work-row #slide2 .div-carousel .row-carousel .image {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1920px) {
  .work-row #slide2 .div-carousel .row-carousel .image {
    height: auto;
    margin-bottom: 10px;
    margin-top: auto;
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .div-carousel .row-carousel .image {
    margin-top: 0 !important;
    flex-wrap: wrap;
    height: auto;
    justify-content: left !important;
    padding-top: 8vw;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5.333vw;
  }
}
@media (min-width: 1921px) {
  .work-row #slide2 .div-carousel .row-carousel .image {
    height: 110px;
    margin-bottom: 10px;
    margin-top: auto;
  }
}
.work-row #slide2 .div-carousel .row-carousel .image img {
  object-fit: cover !important;
  filter: brightness(70%);
}
@media (max-width: 1920px) {
  .work-row #slide2 .div-carousel .row-carousel .image img {
    width: 5.208vw;
    height: 5.208vw;
    margin: auto !important;
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .div-carousel .row-carousel .image img {
    width: 14.667vw;
    height: 14.667vw;
    margin: 1.333vw !important;
  }
}
@media (min-width: 1921px) {
  .work-row #slide2 .div-carousel .row-carousel .image img {
    width: 100px;
    height: 100px;
    margin: auto !important;
  }
}
.work-row #slide2 .div-carousel .row-carousel .image img:hover {
  border: 0.104vw solid;
  border-color: var(--primar);
  border-radius: 0px;
  filter: brightness(100%);
}
@media (max-width: 1920px) {
  .work-row #slide2 .div-carousel .row-carousel .image img:hover {
    width: 5.469vw;
    height: 5.469vw;
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .div-carousel .row-carousel .image img:hover {
    width: 14.667vw;
    height: 14.667vw;
  }
}
@media (min-width: 1921px) {
  .work-row #slide2 .div-carousel .row-carousel .image img:hover {
    width: 105px;
    height: 105px;
  }
}
.work-row #slide2 .div-carousel .row-carousel .image .active {
  filter: brightness(100%);
  border: 0.104vw solid;
  border-color: var(--primar);
  border-radius: 0px;
}
@media (max-width: 1920px) {
  .work-row #slide2 .div-carousel .row-carousel .image .active {
    width: 5.469vw;
    height: 5.469vw;
  }
}
@media (max-width: 768px) {
  .work-row #slide2 .div-carousel .row-carousel .image .active {
    width: 14.667vw;
    height: 14.667vw;
  }
}
@media (min-width: 1921px) {
  .work-row #slide2 .div-carousel .row-carousel .image .active {
    width: 105px;
    height: 105px;
  }
}
.work-row #slide2 .slider-div {
  padding: 0px !important;
}
.work-row .mob-filter {
  width: 100%;
  background-color: #e8edeb;
  height: auto;
}
@media (min-width: 1020px) {
  .work-row .mob-filter {
    display: none;
  }
}
@media (max-width: 768px) {
  .work-row .mob-filter {
    display: block;
  }
}
.work-row .mob-filter .dropdown-menus {
  padding-top: 2.667vw;
  padding-bottom: 2.667vw;
}
.work-row .mob-filter .dropdown-menus .drop1 {
  padding: 0px !important;
  margin-top: 1.333vw;
  margin-bottom: 1.333vw;
}
@media (max-width: 1920px) {
  .work-row .mob-filter .dropdown-menus .drop1 {
    padding-left: 2.604vw !important;
    padding-right: 2.604vw !important;
  }
}
@media (min-width: 1921px) {
  .work-row .mob-filter .dropdown-menus .drop1 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
.work-row .mob-filter .dropdown-menus .drop1 #dropdownMenuLink .dropdown-text {
  text-transform: uppercase;
  font-family: "Manrope-Bold";
}
@media (max-width: 768px) {
  .work-row .mob-filter .dropdown-menus .drop1 #dropdownMenuLink .dropdown-text {
    font-size: 2.4vw;
  }
}
.work-row .mob-filter .dropdown-menus .drop1 .dropdown-menu {
  width: 100% !important;
}
.work-row .mob-filter .dropdown-menus .drop1 .button-slider2 {
  background-color: var(--primar);
  border: none !important;
  color: var(--text-color);
}
@media (max-width: 1920px) {
  .work-row .mob-filter .dropdown-menus .drop1 .button-slider2 {
    width: 100%;
    height: 2.865vw;
  }
}
@media (max-width: 768px) {
  .work-row .mob-filter .dropdown-menus .drop1 .button-slider2 {
    height: 8.667vw;
  }
}
@media (min-width: 1921px) {
  .work-row .mob-filter .dropdown-menus .drop1 .button-slider2 {
    width: 100%;
    height: 55px;
  }
}
.work-row .teaser {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1920px) {
  .work-row .teaser {
    margin-top: 5.208vw;
    height: 7.813vw;
    background-color: var(--primar);
  }
}
@media (max-width: 768px) {
  .work-row .teaser {
    height: auto;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .work-row .teaser {
    margin-top: 100px;
    height: 150px;
    background-color: var(--primar);
  }
}
.work-row .teaser .teaser-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
@media (max-width: 768px) {
  .work-row .teaser .teaser-content {
    flex-direction: column;
  }
}
.work-row .teaser .teaser-content .teaser1 {
  padding: 0;
}
@media (max-width: 768px) {
  .work-row .teaser .teaser-content .teaser1 {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.work-row .teaser .teaser-content .teaser1 .teaser-text {
  color: var(--text-color);
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .work-row .teaser .teaser-content .teaser1 .teaser-text {
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .work-row .teaser .teaser-content .teaser1 .teaser-text {
    font-size: 4.533vw;
    line-height: 5.867vw;
    margin-bottom: 4vw;
  }
}
@media (min-width: 1921px) {
  .work-row .teaser .teaser-content .teaser1 .teaser-text {
    font-size: 36px;
  }
}
.work-row .teaser .teaser-content .teaser1 .teaser-button {
  border-radius: 0px;
  background-color: transparent;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .work-row .teaser .teaser-content .teaser1 .teaser-button {
    width: 14.063vw;
    height: 2.604vw;
    border: 0.104vw solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
@media (max-width: 768px) {
  .work-row .teaser .teaser-content .teaser1 .teaser-button {
    width: 44vw;
    height: 8.8vw;
    border: 0.267vw solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
@media (min-width: 1920px) {
  .work-row .teaser .teaser-content .teaser1 .teaser-button {
    width: 270px;
    height: 50px;
    border: 2px solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
.work-row .teaser .teaser-content .teaser1 .teaser-button a {
  position: relative;
  color: var(--text-color);
  font-family: "Manrope-Bold";
  text-transform: uppercase;
  margin: 0 !important;
  transition: 0.5s;
  z-index: 3;
}
@media (max-width: 1920px) {
  .work-row .teaser .teaser-content .teaser1 .teaser-button a {
    font-size: 0.833vw;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .work-row .teaser .teaser-content .teaser1 .teaser-button a {
    font-size: 2.4vw;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .work-row .teaser .teaser-content .teaser1 .teaser-button a {
    font-size: 16px;
    display: flex;
    justify-content: center;
  }
}
.work-row .teaser .teaser-content .teaser1 .teaser-button:hover a {
  color: var(--primar);
}
.work-row .teaser .teaser-content .teaser1 .teaser-button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: 0.5s;
  z-index: 2;
}
.work-row .teaser .teaser-content .teaser1 .teaser-button:hover:before {
  top: 0;
}
.work-row .teaser .teaser-content .teaser1 .teaser-button:before {
  background: black;
  color: white;
}
.work-row .teaser .teaser-content .teaser2 {
  padding: 0;
}
@media (max-width: 768px) {
  .work-row .teaser .teaser-content .teaser2 {
    margin-top: 8vw;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.work-row .teaser .teaser-content .teaser2 .teaser-text {
  color: var(--text-color);
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .work-row .teaser .teaser-content .teaser2 .teaser-text {
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .work-row .teaser .teaser-content .teaser2 .teaser-text {
    font-size: 4.533vw;
    line-height: 5.867vw;
    margin-bottom: 4vw;
  }
}
@media (min-width: 1921px) {
  .work-row .teaser .teaser-content .teaser2 .teaser-text {
    font-size: 36px;
  }
}
.work-row .teaser .teaser-content .teaser2 .teaser-button {
  border-radius: 0px;
  background-color: transparent;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .work-row .teaser .teaser-content .teaser2 .teaser-button {
    width: 14.063vw;
    height: 2.604vw;
    border: 0.104vw solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
@media (max-width: 768px) {
  .work-row .teaser .teaser-content .teaser2 .teaser-button {
    width: 44vw;
    height: 8.8vw;
    border: 0.267vw solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
@media (min-width: 1920px) {
  .work-row .teaser .teaser-content .teaser2 .teaser-button {
    width: 270px;
    height: 50px;
    border: 2px solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
.work-row .teaser .teaser-content .teaser2 .teaser-button a {
  position: relative;
  color: var(--text-color);
  font-family: "Manrope-Bold";
  text-transform: uppercase;
  margin: 0 !important;
  transition: 0.5s;
  z-index: 3;
}
@media (max-width: 1920px) {
  .work-row .teaser .teaser-content .teaser2 .teaser-button a {
    font-size: 0.833vw;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .work-row .teaser .teaser-content .teaser2 .teaser-button a {
    font-size: 2.4vw;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .work-row .teaser .teaser-content .teaser2 .teaser-button a {
    font-size: 16px;
    display: flex;
    justify-content: center;
  }
}
.work-row .teaser .teaser-content .teaser2 .teaser-button:hover a {
  color: var(--primar);
}
.work-row .teaser .teaser-content .teaser2 .teaser-button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: 0.5s;
  z-index: 2;
}
.work-row .teaser .teaser-content .teaser2 .teaser-button:hover:before {
  top: 0;
}
.work-row .teaser .teaser-content .teaser2 .teaser-button:before {
  background: black;
  color: white;
}

.denken-row {
  padding: 0px !important;
  background-color: var(--primar);
}
@media (max-width: 1920px) {
  .denken-row {
    margin-top: 6.25vw;
  }
}
@media (max-width: 768px) {
  .denken-row {
    margin-top: 16vw;
  }
}
@media (min-width: 1921px) {
  .denken-row {
    margin-top: 120px;
  }
}
.denken-row .work-headline {
  color: #acbdb7;
  font-family: "Manrope-Bold";
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 0;
}
@media (max-width: 1920px) {
  .denken-row .work-headline {
    font-size: 0.833vw;
    padding-bottom: 1.563vw;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .denken-row .work-headline {
    font-size: 2.4vw;
    margin-bottom: 4.667vw;
    padding: 0;
  }
}
@media (min-width: 1921px) {
  .denken-row .work-headline {
    font-size: 16px;
    padding-bottom: 30px;
    margin: 0;
  }
}
.denken-row .work-description {
  color: var(--text-color);
  font-family: "Manrope-Regular";
  padding-left: 0;
  margin: 0;
}
@media (max-width: 1920px) {
  .denken-row .work-description {
    font-size: 3.125vw;
    padding-bottom: 3.125vw;
  }
}
@media (max-width: 768px) {
  .denken-row .work-description {
    font-size: 6.667vw;
    padding: 0;
    margin-bottom: 8vw;
  }
}
@media (min-width: 1920px) {
  .denken-row .work-description {
    font-size: 60px;
    padding-bottom: 60px;
  }
}
.denken-row .denken-item {
  width: 100%;
}
@media (max-width: 768px) {
  .denken-row .denken-item {
    flex-direction: column;
  }
}
.denken-row .denken-item .item1 {
  height: auto;
  padding: 0;
}
.denken-row .denken-item .item1 .items {
  padding: 0;
}
@media (max-width: 1920px) {
  .denken-row .denken-item .item1 .items {
    margin-top: 2.083vw;
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .denken-row .denken-item .item1 .items {
    margin-top: 4vw;
  }
}
@media (min-width: 1921px) {
  .denken-row .denken-item .item1 .items {
    margin-top: 40px;
    justify-content: space-around;
  }
}
.denken-row .denken-item .item1 .items .items-number {
  padding: 0;
}
@media (max-width: 768px) {
  .denken-row .denken-item .item1 .items .items-number {
    width: 12%;
  }
}
.denken-row .denken-item .item1 .items .items-number .number {
  color: var(--text-color);
  font-family: "Manrope-ExtraLight";
  text-align: center;
}
@media (max-width: 1920px) {
  .denken-row .denken-item .item1 .items .items-number .number {
    font-size: 3.646vw;
    line-height: 3.646vw;
  }
}
@media (max-width: 768px) {
  .denken-row .denken-item .item1 .items .items-number .number {
    font-size: 6.667vw;
    padding: 0;
    line-height: 8vw;
  }
}
@media (min-width: 1921px) {
  .denken-row .denken-item .item1 .items .items-number .number {
    font-size: 3.646vw;
    line-height: 3.646vw;
  }
}
.denken-row .denken-item .item1 .items .last {
  border: none !important;
}
.denken-row .denken-item .item1 .items .items-text {
  padding: 0px !important;
  border-bottom: 0.104vw solid;
  border-color: var(--text-color);
}
.denken-row .denken-item .item1 .items .items-text .head-text {
  color: var(--text-color);
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .denken-row .denken-item .item1 .items .items-text .head-text {
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .denken-row .denken-item .item1 .items .items-text .head-text {
    font-size: 4.533vw;
    margin-bottom: 4vw;
  }
}
@media (min-width: 1921px) {
  .denken-row .denken-item .item1 .items .items-text .head-text {
    font-size: 36px;
  }
}
.denken-row .denken-item .item1 .items .items-text .last {
  color: var(--text-color);
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .denken-row .denken-item .item1 .items .items-text .last {
    font-size: 1.875vw;
    line-height: 2.396vw;
    margin-bottom: 1.302vw;
  }
}
@media (max-width: 768px) {
  .denken-row .denken-item .item1 .items .items-text .last {
    font-size: 4.533vw;
    line-height: 5.867vw;
    margin-bottom: 4.667vw;
  }
}
@media (min-width: 1921px) {
  .denken-row .denken-item .item1 .items .items-text .last {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 25px;
  }
}
.denken-row .denken-item .item1 .items .items-text .tekst {
  color: var(--text-color);
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .denken-row .denken-item .item1 .items .items-text .tekst {
    font-size: 1.25vw;
    margin: 0;
    margin-bottom: 1.823vw;
  }
}
@media (max-width: 768px) {
  .denken-row .denken-item .item1 .items .items-text .tekst {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
@media (min-width: 1921px) {
  .denken-row .denken-item .item1 .items .items-text .tekst {
    font-size: 24px;
    margin: 0;
    margin-bottom: 35px;
  }
}
@media (max-width: 1920px) {
  .denken-row .denken-item .item1 .items .items-text .readmore-hover .strelica-div {
    margin-top: 0.781vw;
  }
}
@media (max-width: 768px) {
  .denken-row .denken-item .item1 .items .items-text .readmore-hover .strelica-div {
    margin: 0;
  }
}
@media (min-width: 1921px) {
  .denken-row .denken-item .item1 .items .items-text .readmore-hover .strelica-div {
    margin-top: 15px;
  }
}
.denken-row .denken-item .item1 .items .items-text .readmore-hover .readmore {
  font-family: "Manrope-Bold";
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1920px) {
  .denken-row .denken-item .item1 .items .items-text .readmore-hover .readmore {
    margin-top: 0.781vw;
    font-size: 0.833vw;
  }
}
@media (max-width: 768px) {
  .denken-row .denken-item .item1 .items .items-text .readmore-hover .readmore {
    padding-left: 0;
    font-size: 2.4vw;
    line-height: 3.2vw;
    margin: 0;
    margin-right: 2.667vw;
  }
}
@media (min-width: 1921px) {
  .denken-row .denken-item .item1 .items .items-text .readmore-hover .readmore {
    margin-top: 15px;
    font-size: 16px;
  }
}
.denken-row .denken-item .item2 {
  height: auto;
  background-image: url("../img/denken-img.png");
  background-repeat: no-repeat;
}
@media (max-width: 1920px) {
  .denken-row .denken-item .item2 {
    background-size: auto;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .denken-row .denken-item .item2 {
    height: 68.667vw;
    background-size: contain;
    background-position: right;
    margin-top: 8vw;
  }
}
@media (min-width: 1921px) {
  .denken-row .denken-item .item2 {
    background-size: auto;
    margin-left: auto;
  }
}

.danke-row {
  padding: 0px !important;
  background-color: var(--primar);
}
@media (max-width: 1920px) {
  .danke-row {
    margin-top: 8.333vw;
  }
}
@media (max-width: 768px) {
  .danke-row {
    margin-bottom: 6.667vw;
  }
}
@media (min-width: 1921px) {
  .danke-row {
    margin-top: 160px;
  }
}
.danke-row .work-title {
  color: var(--text-color);
  font-family: "Manrope-Regular";
  padding-left: 0;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1920px) {
  .danke-row .work-title {
    padding-bottom: 3.906vw;
    font-size: 6.25vw;
  }
}
@media (max-width: 768px) {
  .danke-row .work-title {
    font-size: 12.667vw;
    padding: 0;
    margin-bottom: 6.667vw;
  }
}
@media (min-width: 1921px) {
  .danke-row .work-title {
    font-size: 120px;
    padding-bottom: 75px;
  }
}
.danke-row .work-headline {
  color: #acbdb7;
  font-family: "Manrope-Bold";
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 1920px) {
  .danke-row .work-headline {
    font-size: 0.833vw;
    padding-bottom: 1.563vw;
  }
}
@media (max-width: 768px) {
  .danke-row .work-headline {
    font-size: 2.4vw;
    padding: 0;
    margin-bottom: 3.333vw;
  }
}
@media (min-width: 1921px) {
  .danke-row .work-headline {
    font-size: 16px;
    padding-bottom: 30px;
  }
}
.danke-row .work-description {
  color: var(--text-color);
  font-family: "Manrope-Regular";
  padding-left: 0;
  margin: 0;
}
@media (max-width: 1920px) {
  .danke-row .work-description {
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) {
  .danke-row .work-description {
    font-size: 6.667vw;
    line-height: 8vw;
    padding: 0;
    margin-bottom: 5.333vw;
  }
}
@media (min-width: 1921px) {
  .danke-row .work-description {
    font-size: 60px;
  }
}
.danke-row .txt {
  padding: 0;
}
.danke-row .txt .danke-tekst {
  color: var(--text-color);
  font-family: "Manrope-Regular";
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1920px) {
  .danke-row .txt .danke-tekst {
    font-size: 1.875vw;
    line-height: 2.396vw;
  }
}
@media (max-width: 768px) {
  .danke-row .txt .danke-tekst {
    font-size: 4.533vw;
    line-height: 5.867vw;
  }
}
@media (min-width: 1921px) {
  .danke-row .txt .danke-tekst {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .danke-row .txt .danke-tekst .readmore-hover {
    margin-top: 6.667vw;
  }
}
@media (max-width: 1920px) {
  .danke-row .txt .danke-tekst .readmore-hover .strelica-div {
    margin-top: 0.781vw;
  }
}
@media (max-width: 768px) {
  .danke-row .txt .danke-tekst .readmore-hover .strelica-div {
    margin: 0;
  }
}
@media (min-width: 1921px) {
  .danke-row .txt .danke-tekst .readmore-hover .strelica-div {
    margin-top: 15px;
  }
}
.danke-row .txt .danke-tekst .readmore-hover .readmore {
  font-family: "Manrope-Bold";
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1920px) {
  .danke-row .txt .danke-tekst .readmore-hover .readmore {
    margin-top: 0.781vw;
    font-size: 0.833vw;
  }
}
@media (max-width: 768px) {
  .danke-row .txt .danke-tekst .readmore-hover .readmore {
    padding-left: 0;
    font-size: 2.4vw;
    line-height: 3.2vw;
    margin: 0;
    margin-right: 2.667vw;
  }
}
@media (min-width: 1921px) {
  .danke-row .txt .danke-tekst .readmore-hover .readmore {
    margin-top: 15px;
    font-size: 16px;
  }
}
.danke-row .danke-items {
  width: 100%;
  padding: 0 !important;
}
@media (max-width: 1920px) {
  .danke-row .danke-items {
    margin-top: 4.167vw;
  }
}
@media (max-width: 768px) {
  .danke-row .danke-items {
    margin-top: 8vw;
    flex-direction: column;
  }
}
@media (min-width: 1921px) {
  .danke-row .danke-items {
    margin-top: 80px;
  }
}
.danke-row .danke-items .items {
  padding: 0 !important;
  height: auto;
}
.danke-row .danke-items .items .item {
  background-color: #e8edeb;
  height: 100%;
}
@media (max-width: 1920px) {
  .danke-row .danke-items .items .item {
    width: 29.688vw;
  }
}
@media (max-width: 768px) {
  .danke-row .danke-items .items .item {
    width: 100%;
    margin-bottom: 3.333vw;
  }
}
@media (min-width: 1920px) {
  .danke-row .danke-items .items .item {
    width: 570px;
  }
}
@media (max-width: 1920px) {
  .danke-row .danke-items .items .item .item-img {
    margin: 0;
    padding-top: 5.208vw;
    padding-bottom: 2.604vw;
    padding-left: 3.125vw;
  }
}
@media (max-width: 768px) {
  .danke-row .danke-items .items .item .item-img {
    padding-left: 6vw;
    padding-top: 8vw;
    padding-bottom: 7.333vw;
  }
}
@media (min-width: 1921px) {
  .danke-row .danke-items .items .item .item-img {
    margin: 0;
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 60px;
  }
}
.danke-row .danke-items .items .item .item-text {
  color: var(--text-color);
  font-family: "Manrope-Regular";
  margin: 0;
}
@media (max-width: 1920px) {
  .danke-row .danke-items .items .item .item-text {
    padding-bottom: 0.781vw;
    font-size: 1.875vw;
    padding-left: 3.125vw;
  }
}
@media (max-width: 768px) {
  .danke-row .danke-items .items .item .item-text {
    font-size: 4.533vw;
    padding-bottom: 5.333vw;
    padding-left: 6vw;
  }
}
@media (min-width: 1921px) {
  .danke-row .danke-items .items .item .item-text {
    font-size: 36px;
    padding-bottom: 15px;
    padding-left: 60px;
  }
}
@media (max-width: 1920px) {
  .danke-row .danke-items .items .item .readmore-hover {
    padding-bottom: 3.125vw;
    padding-left: 3.125vw;
  }
}
@media (max-width: 768px) {
  .danke-row .danke-items .items .item .readmore-hover {
    padding-bottom: 8vw;
    padding-left: 6vw;
  }
}
@media (min-width: 1921px) {
  .danke-row .danke-items .items .item .readmore-hover {
    padding-bottom: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 1920px) {
  .danke-row .danke-items .items .item .readmore-hover .strelica-div {
    margin-top: 0.781vw;
  }
}
@media (max-width: 768px) {
  .danke-row .danke-items .items .item .readmore-hover .strelica-div {
    margin: 0;
  }
}
@media (min-width: 1921px) {
  .danke-row .danke-items .items .item .readmore-hover .strelica-div {
    margin-top: 15px;
  }
}
.danke-row .danke-items .items .item .readmore-hover .readmore {
  font-family: "Manrope-Bold";
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1920px) {
  .danke-row .danke-items .items .item .readmore-hover .readmore {
    margin-top: 0.781vw;
    font-size: 0.833vw;
  }
}
@media (max-width: 768px) {
  .danke-row .danke-items .items .item .readmore-hover .readmore {
    padding-left: 0;
    font-size: 2.4vw;
    line-height: 3.2vw;
    margin: 0;
    margin-right: 2.667vw;
  }
}
@media (min-width: 1921px) {
  .danke-row .danke-items .items .item .readmore-hover .readmore {
    margin-top: 15px;
    font-size: 16px;
  }
}

.switch-color {
  width: 110px;
  height: 110px;
  margin-left: auto;
  background-image: var(--img-casual);
  background-size: auto;
  background-color: var(--bg-color);
  background-repeat: no-repeat;
  background-position: center;
  transition: width 2s;
}
@media (max-width: 1920px) {
  .switch-color {
    margin-bottom: 0.521vw;
    margin-top: 2.083vw;
  }
}
@media (max-width: 768px) {
  .switch-color {
    margin-bottom: 1.333vw;
  }
}
@media (min-width: 1921px) {
  .switch-color {
    margin-bottom: 10px;
    margin-top: 40px;
  }
}
.switch-color:hover {
  background-position: left;
}
@media (max-width: 1920px) {
  .switch-color:hover {
    width: 18.958vw;
    background-position-x: 20px;
  }
}
@media (max-width: 768px) {
  .switch-color:hover {
    width: 48.533vw;
    background-position-x: 20px;
  }
}
@media (min-width: 1920px) {
  .switch-color:hover {
    width: 364px;
    background-position-x: 20px;
  }
}
.switch-color:active {
  background-position: left;
}
@media (max-width: 1920px) {
  .switch-color:active {
    width: 300px;
    background-position-x: 20px;
  }
}
@media (max-width: 768px) {
  .switch-color:active {
    width: 40vw;
    background-position-x: 20px;
  }
}
@media (min-width: 1920px) {
  .switch-color:active {
    width: 300px;
    background-position-x: 20px;
  }
}
.switch-color .toogle-onof {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 2s, opacity 3s linear;
}
@media (max-width: 1920px) {
  .switch-color .toogle-onof p {
    color: white;
    font-family: "Manrope-Medium";
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .switch-color .toogle-onof p {
    color: white;
    font-family: "Manrope-Medium";
    font-size: 2.4vw;
  }
}
@media (min-width: 1920px) {
  .switch-color .toogle-onof p {
    color: white;
    font-family: "Manrope-Medium";
    font-size: 24px;
  }
}
.switch-color:hover > .toogle-onof {
  visibility: visible;
  opacity: 1;
}

.footer-row {
  background-color: var(--bg-color);
  height: auto;
  width: 100%;
  padding: 0;
  padding-top: 110px;
}
@media (max-width: 1920px) {
  .footer-row .footer-container {
    margin-left: 3.906vw;
    padding: 0;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .footer-row .footer-container {
    flex-direction: column;
    width: 90%;
    padding: 0;
  }
}
@media (min-width: 1920px) {
  .footer-row .footer-container {
    padding: 0;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1790px;
  }
}
.footer-row .footer-container .footer-text {
  padding: 0;
}
@media (max-width: 768px) {
  .footer-row .footer-container .footer-text {
    margin-bottom: 12vw;
  }
}
@media (max-width: 1920px) {
  .footer-row .footer-container .footer-text iframe {
    height: 13.021vw;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer-row .footer-container .footer-text iframe {
    height: 33.333vw;
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .footer-row .footer-container .footer-text iframe {
    height: 250px;
    width: 100%;
  }
}
.footer-row .footer-container .footer-text .footer-title {
  color: var(--primar);
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .footer-row .footer-container .footer-text .footer-title {
    font-size: 1.875vw;
    margin-bottom: 1.302vw;
  }
}
@media (max-width: 768px) {
  .footer-row .footer-container .footer-text .footer-title {
    font-size: 4.533vw;
    line-height: 6.133vw;
  }
}
@media (min-width: 1921px) {
  .footer-row .footer-container .footer-text .footer-title {
    margin-bottom: 25px;
    font-size: 36px;
  }
}
.footer-row .footer-container .footer-text .footer-text-about {
  color: var(--primar);
  font-family: "Manrope-Regular";
  margin: 0;
}
@media (max-width: 1920px) {
  .footer-row .footer-container .footer-text .footer-text-about {
    font-size: 1.25vw;
    line-height: 1.771vw;
  }
}
@media (max-width: 768px) {
  .footer-row .footer-container .footer-text .footer-text-about {
    font-size: 3.2vw;
    line-height: 4.533vw;
  }
}
@media (min-width: 1921px) {
  .footer-row .footer-container .footer-text .footer-text-about {
    font-size: 24px;
    line-height: 34px;
  }
}
.footer-row .footer-container .footer-text .button-footer {
  margin-top: auto;
  border-radius: 0px;
  background-color: transparent;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .footer-row .footer-container .footer-text .button-footer {
    margin-top: 5.333vw;
  }
}
@media (max-width: 1920px) {
  .footer-row .footer-container .footer-text .button-footer {
    width: 14.063vw;
    height: 2.604vw;
    border: 0.104vw solid;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: white;
  }
}
@media (max-width: 768px) {
  .footer-row .footer-container .footer-text .button-footer {
    width: 44vw;
    height: 8.8vw;
    border: 0.267vw solid;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: white;
  }
}
@media (min-width: 1920px) {
  .footer-row .footer-container .footer-text .button-footer {
    width: 270px;
    height: 50px;
    border: 2px solid;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: white;
  }
}
.footer-row .footer-container .footer-text .button-footer a {
  position: relative;
  color: var(--primar);
  font-family: "Manrope-Bold";
  text-transform: uppercase;
  margin: 0 !important;
  transition: 0.5s;
  z-index: 3;
}
@media (max-width: 1920px) {
  .footer-row .footer-container .footer-text .button-footer a {
    font-size: 0.833vw;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer-row .footer-container .footer-text .button-footer a {
    font-size: 2.4vw;
    line-height: 3.2vw;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1920px) {
  .footer-row .footer-container .footer-text .button-footer a {
    font-size: 16px;
    display: flex;
    justify-content: center;
  }
}
.footer-row .footer-container .footer-text .button-footer:hover a {
  color: black;
}
.footer-row .footer-container .footer-text .button-footer:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: 0.5s;
  z-index: 2;
}
.footer-row .footer-container .footer-text .button-footer:hover:before {
  top: 0;
}
.footer-row .footer-container .footer-text .button-footer:before {
  background: var(--primar);
  color: white;
}
.footer-row .footer-container .footer-text .follow-us-text .footer-text-about {
  color: var(--primar);
  font-family: "Manrope-Regular";
  margin: 0;
}
@media (max-width: 1920px) {
  .footer-row .footer-container .footer-text .follow-us-text .footer-text-about {
    font-size: 1.25vw;
    line-height: 1.771vw;
  }
}
@media (max-width: 768px) {
  .footer-row .footer-container .footer-text .follow-us-text .footer-text-about {
    font-size: 3.2vw;
    line-height: 4.533vw;
  }
}
@media (min-width: 1921px) {
  .footer-row .footer-container .footer-text .follow-us-text .footer-text-about {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1920px) {
  .footer-row .footer-links {
    margin-top: 6.51vw;
    padding: 0;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3.125vw;
  }
}
@media (max-width: 768px) {
  .footer-row .footer-links {
    margin: 0;
    margin-top: 16.667vw;
    padding-bottom: 8vw;
    justify-content: center;
  }
}
@media (min-width: 1920px) {
  .footer-row .footer-links {
    margin-top: 125px;
    padding: 0;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
  }
}
@media (max-width: 1920px) {
  .footer-row .footer-links .links {
    height: auto;
  }
}
@media (max-width: 768px) {
  .footer-row .footer-links .links {
    width: auto;
    height: auto;
    margin-left: 2.667vw;
    margin-right: 2.667vw;
  }
}
@media (min-width: 1920px) {
  .footer-row .footer-links .links {
    height: auto;
  }
}
.footer-row .footer-links .links a {
  color: var(--primar);
  font-family: "Manrope-Bold";
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  .footer-row .footer-links .links a {
    font-size: 0.833vw;
  }
}
@media (max-width: 768px) {
  .footer-row .footer-links .links a {
    font-size: 2.4vw;
  }
}
@media (min-width: 1921px) {
  .footer-row .footer-links .links a {
    font-size: 16px;
  }
}

.strelica-div {
  transition: width 0.5s;
}
@media (max-width: 1920px) {
  .strelica-div {
    width: 4.167vw;
  }
}
@media (max-width: 768px) {
  .strelica-div {
    width: 10.667vw;
  }
}
@media (min-width: 1921px) {
  .strelica-div {
    width: 80px;
  }
}

@media (max-width: 1920px) {
  .readmore-hover:hover > .strelica-div {
    width: 5vw;
  }
}
@media (max-width: 768px) {
  .readmore-hover:hover > .strelica-div {
    width: 12.667vw;
  }
}
@media (min-width: 1921px) {
  .readmore-hover:hover > .strelica-div {
    width: 100px;
  }
}

a:hover {
  text-decoration: none;
}

.strelica {
  align-self: center;
}
@media (max-width: 1920px) {
  .strelica {
    margin-left: 0.521vw;
    width: 100%;
    height: 0.729vw;
  }
}
@media (max-width: 768px) {
  .strelica {
    margin-left: 0.521vw;
    width: 10.667vw;
    height: 2vw;
  }
}
@media (min-width: 1921px) {
  .strelica {
    margin-left: 10px;
    height: 14px;
    width: 100%;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  /* Rounded sliders */
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: white 1px solid;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #8aa49b;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
@media (max-width: 1920px) {
  .switch .round {
    border-radius: 34px !important;
  }
}
@media (min-width: 1921px) {
  .switch .round {
    border-radius: 1.771vw !important;
  }
}
@media (max-width: 1920px) {
  .switch .round:before {
    border-radius: 34px !important;
  }
}
@media (min-width: 1921px) {
  .switch .round:before {
    border-radius: 1.771vw !important;
  }
}

@media (max-width: 768px) {
  .bi-arrow-left {
    width: 6.8vw !important;
    height: 8.8vw !important;
  }
}
@media (max-width: 1920px) {
  .bi-arrow-left {
    width: 2.083vw;
    height: 3.49vw;
  }
}
@media (min-width: 1921px) {
  .bi-arrow-left {
    width: 40px;
    height: 67px;
  }
}

@media (max-width: 768px) {
  .bi-arrow-right {
    width: 6.8vw !important;
    height: 8.8vw !important;
  }
}
@media (max-width: 1920px) {
  .bi-arrow-right {
    width: 2.083vw;
    height: 3.49vw;
  }
}
@media (min-width: 1921px) {
  .bi-arrow-right {
    width: 40px;
    height: 67px;
  }
}

.kontakt-modal {
  padding: 0;
}
.kontakt-modal .kontakt-dialog {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog {
    width: 1920px;
    height: 1080px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content {
  padding: 0;
  height: 100%;
  background-color: #e6ebec;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content {
    min-height: 100%;
    height: auto;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content {
    height: 100%;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .close {
  right: 0;
  position: absolute;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .close svg {
    width: 3.438vw;
    height: 3.438vw;
    margin: 1.042vw 1.042vw 0 0;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .close svg {
    width: 8.8vw;
    height: 8.8vw;
    margin: 11.333vw 4vw 0 0;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .close svg {
    width: 66px;
    height: 66px;
    margin: 20px 20px 0 0px;
  }
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site {
    margin: 2.344vw 3.906vw 2.344vw 3.906vw;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site {
    margin-top: 16vw;
    margin-left: 3.906vw;
    margin-right: 3.906vw;
    margin-bottom: 3.906vw;
    height: 100%;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site {
    margin: 45px 75px 45px 75px;
    height: 100%;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header {
  display: flex;
  padding: 0;
  border-bottom: 0.104vw solid;
  border-bottom-color: black;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header {
    flex-direction: column;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header {
    flex-direction: row;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info {
  padding: 0;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info .img {
  width: auto;
  height: auto;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info .img {
    padding: 0 0 1.563vw 0;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info .img {
    padding: 0;
    flex: 0 0 16vw;
    max-width: 16vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info .img {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info .img .img-modal {
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info .img .img-modal {
    width: 16vw;
    height: 16vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info .img .img-modal {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info .tekst {
    padding: 0 0 1.563vw 0;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info .tekst {
    margin-left: 4vw;
    padding: 0;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info .tekst {
    padding: 0 0 30px 0;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info .tekst .tekst-name {
  font-family: "Manrope-Medium";
  color: black;
  margin: 0;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info .tekst .tekst-name {
    font-size: 1.25vw;
    line-height: 1.25vw;
    padding-bottom: 0.781vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info .tekst .tekst-name {
    font-size: 2.667vw;
    line-height: 3.333vw;
    padding-bottom: 1.333vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info .tekst .tekst-name {
    font-size: 24px;
    line-height: 22px;
    padding-bottom: 15px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info .tekst .tekst-info {
  font-family: "Manrope-Regular";
  color: black;
  margin: 0;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info .tekst .tekst-info {
    font-size: 1.25vw;
    line-height: 1.563vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info .tekst .tekst-info {
    font-size: 2.667vw;
    line-height: 3.333vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-info .tekst .tekst-info {
    font-size: 24px;
    line-height: 30px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-lang {
  padding: 0;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-lang .sprache-lang {
  color: black;
  font-family: "Manrope-Regular";
  margin-bottom: 0;
  margin-top: auto;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-lang .sprache-lang {
    padding: 0 0 1.563vw 0;
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-lang .sprache-lang {
    margin-left: 20vw;
    font-size: 2.667vw;
    line-height: 2.667vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-header .kontakt-header-lang .sprache-lang {
    padding: 0 0 30px 0;
    font-size: 24px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-header {
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-header {
    font-size: 3.125vw;
    line-height: 3.125vw;
    margin: 4.167vw 0 0 0;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-header {
    font-size: 6.667vw;
    line-height: 6.667vw;
    margin: 4.167vw 0 0 0;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-header {
    line-height: 60px;
    font-size: 60px;
    margin: 80px 0 0 0;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content {
  padding: 0;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content {
    margin-left: 7.813vw;
    margin-top: 6.771vw;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content {
    flex-direction: column;
    margin-left: 4vw;
    margin-top: 10vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content {
    flex-direction: row;
    margin-left: 150px;
    margin-top: 130px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content {
  padding: 0;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content {
    min-height: 21.354vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content {
    margin-bottom: 10.667vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content {
    max-height: 410px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-img {
  padding: 0;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-text {
  padding: 0;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-text {
    margin-top: 3.125vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-text {
    margin-top: 60px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-text p {
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-text p {
    font-size: 1.875vw;
    line-height: 2.396vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-text p {
    font-size: 4.533vw;
    line-height: 5.867vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-text p {
    font-size: 36px;
    line-height: 46px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-number {
  padding: 0;
  margin-top: auto;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-number p {
  font-family: "Manrope-Regular";
  padding: 0;
  margin: 0;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-number p {
    font-size: 1.875vw;
    line-height: 2.396vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-number p {
    font-size: 4.533vw;
    line-height: 5.867vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-number p {
    font-size: 36px;
    line-height: 46px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-button {
  margin-top: auto;
  padding: 0;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-button .button {
  border-radius: 0px;
  background-color: transparent;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-button .button {
    width: 14.063vw;
    height: 2.604vw;
    border: 0.104vw solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-button .button {
    width: 44vw;
    height: 8.8vw;
    border: 0.267vw solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-button .button {
    width: 270px;
    height: 50px;
    border: 2px solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: black;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-button .button a {
  position: relative;
  color: var(--text-color);
  font-family: "Manrope-Bold";
  text-transform: uppercase;
  margin: 0 !important;
  transition: 0.5s;
  z-index: 3;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-button .button a {
    font-size: 0.833vw;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-button .button a {
    font-size: 2.4vw;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-button .button a {
    font-size: 16px;
    display: flex;
    justify-content: center;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-button .button:hover a {
  color: var(--primar);
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-button .button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: 0.5s;
  z-index: 2;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-button .button:hover:before {
  top: 0;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-body .kontakt-body-content .body-content .content-button .button:before {
  background: black;
  color: white;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-footer {
  margin-top: auto;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-footer .footer .footer-text {
  padding: 0;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-footer .footer .footer-text {
    margin-right: 3.125vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-footer .footer .footer-text {
    flex-direction: column;
    flex: 0 0 50vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-footer .footer .footer-text {
    margin-right: 60px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-footer .footer .footer-text p {
  color: black;
  font-family: "Manrope-Regular";
  margin: 0;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-footer .footer .footer-text p {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-footer .footer .footer-text p {
    font-size: 3.2vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-footer .footer .footer-text p {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-footer .footer .readmore-hover .strelica-div {
    margin-top: 0.781vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-footer .footer .readmore-hover .strelica-div {
    margin: 0;
  }
}
@media (min-width: 1921px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-footer .footer .readmore-hover .strelica-div {
    margin-top: 15px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-footer .footer .readmore-hover .readmore {
  font-family: "Manrope-Bold";
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-footer .footer .readmore-hover .readmore {
    margin-top: 0.781vw;
    font-size: 0.833vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-footer .footer .readmore-hover .readmore {
    padding-left: 0;
    font-size: 2.4vw;
    line-height: 3.2vw;
    margin: 0;
    margin-right: 2.667vw;
  }
}
@media (min-width: 1921px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .kontakt-footer .footer .readmore-hover .readmore {
    margin-top: 15px;
    font-size: 16px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 {
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .header p {
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .header p {
    font-size: 3.125vw;
    line-height: 3.125vw;
    margin: 4.167vw 0 0 0;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .header p {
    font-size: 6.667vw;
    line-height: 6.667vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .header p {
    line-height: 60px;
    font-size: 60px;
    margin: 80px 0 0 0;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages {
  width: 100%;
  height: 100%;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 {
    margin-top: 2.604vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 {
    margin-top: 6.667vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .stage2-form input {
    font-size: 3.2vw;
    line-height: 4.533vw;
  }
}
@media (min-width: 992px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group {
    margin: 0;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group .title {
  font-family: "Manrope-Regular";
  color: black;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group .title {
    font-size: 1.875vw;
    line-height: 1.875vw;
    margin-bottom: 0.521vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group .title {
    font-size: 4.533vw;
    line-height: 5.867vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group .title {
    line-height: 36px;
    font-size: 36px;
    margin-bottom: 10px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group select {
  font-family: "Manrope-Bold";
  color: black;
  text-transform: uppercase;
  border-radius: 0;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group select {
    font-size: 0.833vw;
    line-height: 0.833vw;
    height: 2.865vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group select {
    margin-top: 7.333vw;
    height: 9.333vw;
    width: 84vw;
    font-size: 2.4vw;
    line-height: 2.4vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group select {
    line-height: 16px;
    font-size: 16px;
    height: 55px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group select option {
  font-family: "Manrope-Bold";
  color: black;
  text-transform: uppercase;
  border-radius: none;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group select option {
    font-size: 0.833vw;
    line-height: 0.833vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group select option {
    line-height: 16px;
    font-size: 16px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group small {
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group small {
    font-size: 0.833vw;
    line-height: 0.833vw;
    text-indent: 0.781vw;
    margin-top: 1.302vw;
    margin-bottom: 2.604vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group small {
    font-size: 2.4vw;
    line-height: 2.4vw;
    margin-top: 2.667vw;
    text-indent: 2.667vw;
    margin-bottom: 8vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group small {
    line-height: 16px;
    font-size: 16px;
    text-indent: 15px;
    margin-top: 15px;
    margin-bottom: 50px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group .counter {
  text-align: end;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group .andern {
  font-family: "Manrope-Bold";
  text-transform: uppercase;
  text-align: end;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group input {
  border: none;
  border-bottom: 0.104vw solid;
  background-color: transparent;
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group input {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group input {
    font-size: 3.2vw;
    line-height: 4.533vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage2 .form-group input {
    font-size: 24px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 {
  display: none;
  flex-direction: column;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 {
    margin-top: 2.604vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 {
    margin-top: 0px;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 {
    margin-top: 50px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .textarea {
  padding: 0;
  width: 100%;
  height: auto;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .textarea textarea {
  border: none;
  max-width: 100%;
  min-width: 100%;
  background-color: transparent;
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .textarea textarea {
    font-size: 36px;
    max-height: 15.104vw;
    min-height: 15.104vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .textarea textarea {
    font-size: 4.533vw;
    max-height: 68vw;
    min-height: 68vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .textarea textarea {
    font-size: 36px;
    max-height: 290px;
    min-height: 290px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .textarea small {
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .textarea small {
    font-size: 0.833vw;
    line-height: 0.833vw;
    text-indent: 0.781vw;
    margin-top: 1.302vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .textarea small {
    font-size: 2.4vw;
    line-height: 2.4vw;
    text-indent: 0.781vw;
    margin-top: 1.302vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .textarea small {
    line-height: 16px;
    font-size: 16px;
    text-indent: 15px;
    margin-top: 15px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .textarea .counter_textarea {
  text-align: end;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group p {
  color: black;
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group p {
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group p {
    font-size: 4.533vw;
    margin: 0;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group p {
    font-size: 36px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input {
  width: 100%;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input {
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input {
    align-items: center;
    justify-content: space-between;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input input {
  border: none;
  background-color: transparent;
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input input {
    font-size: 1.25vw;
    width: 21.875vw;
    border-bottom: solid 0.104vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input input {
    margin-top: 6.667vw;
    font-size: 2.4vw;
    width: 100%;
    border-bottom: 0.267vw solid;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input input {
    font-size: 24px;
    width: 420px;
    border-bottom: 0.104vw solid;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq {
  display: flex;
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq {
    width: 100%;
    margin-top: 6.667vw;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq input {
  border: none;
  background-color: transparent;
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq input {
    font-size: 1.25vw;
    border-bottom: solid 0.104vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq input {
    font-size: 2.4vw;
    margin-top: 0;
    border-bottom: 0.267vw solid;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq input {
    font-size: 24px;
    border-bottom: 0.104vw solid;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .container_box {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .container_box {
    width: 1.875vw;
    height: 1.875vw;
    padding-left: 2.917vw;
    padding-bottom: 1.875vw;
    margin-top: auto;
    border-bottom: solid 0.104vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .container_box {
    width: 5.333vw;
    height: 5.333vw;
    padding-left: 6.667vw;
    padding-bottom: 5.2vw;
    margin-top: auto;
    border-bottom: solid 0.267vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .container_box {
    width: 36px;
    height: 36px;
    padding-left: 56px;
    padding-bottom: 36px;
    margin-top: auto;
    border-bottom: solid 2px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .container_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .container_box input:checked ~ .checkmark {
  background-color: black;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .container_box input:checked ~ .checkmark:after {
  display: block;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .container_box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 2px black solid;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .container_box .checkmark {
    width: 1.875vw;
    height: 1.875vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .container_box .checkmark {
    width: 5.333vw;
    height: 5.333vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .container_box .checkmark {
    width: 36px;
    height: 36px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .container_box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .container_box .checkmark:after {
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .container_box .checkmark:after {
    left: 0.417vw;
    width: 0.833vw;
    height: 1.354vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .container_box .checkmark:after {
    left: 1.417vw;
    width: 2vw;
    height: 4vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .container_box .checkmark:after {
    left: 8px;
    width: 16px;
    height: 26px;
  }
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .tel {
    width: 15.625vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .tel {
    width: 50%;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .telrq .tel {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .address {
    margin: 0;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .form-check-label {
  background-color: transparent;
  margin-top: auto;
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .form-check-label {
    font-size: 1.25vw;
    line-height: 2.083vw;
    border-bottom: solid 0.104vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .form-check-label {
    font-size: 3.2vw;
    line-height: 4.533vw;
    border-bottom: solid 0.267vw;
    width: 50%;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .form-group .info-input .form-check-label {
    font-size: 24px;
    line-height: 40px;
    border-bottom: solid 2px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .bottom-form {
  margin-top: auto;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .request_feedback {
  display: none;
  align-items: center;
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .request_feedback {
    width: 100%;
    margin-top: 6.667vw;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .request_feedback input {
  border: none;
  border-bottom: 0.104vw solid;
  background-color: transparent;
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .request_feedback input {
    font-size: 1.25vw;
    border-bottom: 0.104vw solid;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .request_feedback input {
    font-size: 2.4vw;
    border-bottom: 0.104vw solid;
    border-radius: 0;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .request_feedback input {
    font-size: 24px;
    border-bottom: 2px solid;
    border-radius: 0;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .request_feedback svg {
  margin-top: auto;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .request_feedback svg {
    width: 2.083vw;
    height: 1.875vw;
    border-bottom: 0.104vw solid;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .request_feedback svg {
    width: 6.667vw;
    height: 4.8vw;
    border-bottom: 0.104vw solid;
    border-radius: 0;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .request_feedback svg {
    width: 40px;
    height: 36px;
    border-bottom: 2px solid;
    border-radius: 0;
  }
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .request_feedback svg img {
    width: 1.823vw;
    height: 1.875vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .request_feedback svg img {
    width: 4.667vw;
    height: 4.8vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .request_feedback svg img {
    width: 35px;
    height: 36px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage2 .stages .form-stage3 .submit-kontakt {
  color: green;
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 {
  display: none;
  flex-direction: column;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 {
    margin-top: 3.385vw;
    margin-left: 7.813vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 {
    margin-top: 20.32vw;
    margin-left: 4vw;
    height: 100%;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 {
    margin-top: 65px;
    margin-left: 150px;
  }
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .header-text {
    margin-top: 3.906vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .header-text {
    margin-top: 75px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .header-text p {
  padding: 0;
  font-family: "Manrope-Regular";
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .header-text p {
    font-size: 4.167vw;
    line-height: 4.167vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .header-text p {
    font-size: 9.333vw;
    line-height: 9.333vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .header-text p {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .header-info {
    margin-top: 3.125vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .header-info {
    margin-top: 8vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .header-info {
    margin-top: 60px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .header-info p {
  padding: 0;
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .header-info p {
    font-size: 1.875vw;
    line-height: 2.396vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .header-info p {
    font-size: 4.533vw;
    line-height: 5.867vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .header-info p {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .bottom_text {
    margin-top: 10.417vw;
  }
}
@media (max-width: 768pc) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .bottom_text {
    margin-top: auto;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .bottom_text {
    margin-top: 200px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .bottom_text p {
  padding: 0;
  font-family: "Manrope-Regular";
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .bottom_text p {
    font-size: 1.25vw;
    line-height: 1.771vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .bottom_text p {
    font-size: 4.533vw;
    line-height: 5.867vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .modal-site .stage4 .bottom_text p {
    font-size: 24px;
    line-height: 34px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .close_button {
  display: none;
  margin-top: auto;
  justify-content: end;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .close_button {
    margin-left: 1.563vw;
    margin-right: 1.563vw;
    margin-bottom: 1.563vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .close_button {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .close_button .close_modal {
  background-color: transparent;
  text-align: center;
  border-color: black !important;
  font-family: "Manrope-Bold";
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .close_button .close_modal {
    width: 14.063vw;
    height: 3.438vw;
    border: 0.104vw solid;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .close_button .close_modal {
    width: 38.667vw;
    height: 8.8vw;
    border: solid 0.267vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .close_button .close_modal {
    width: 270px;
    height: 66px;
    border: 2px solid;
  }
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .close_button .close_modal {
    font-size: 0.833vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .close_button .close_modal {
    font-size: 2.4vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .close_button .close_modal {
    font-size: 16px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .close_button .close_modal p {
  margin: auto;
}
.kontakt-modal .kontakt-dialog .kontakt-content .buttons {
  margin-top: auto;
  display: none;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .buttons {
    margin-left: 1.563vw;
    margin-right: 1.563vw;
    margin-bottom: 1.563vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .buttons {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .buttons .prev-modal {
  background-color: transparent;
  border-color: #818483 !important;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .buttons .prev-modal {
    width: 3.438vw;
    height: 3.438vw;
    border: 0.104vw solid;
  }
  .kontakt-modal .kontakt-dialog .kontakt-content .buttons .prev-modal:active {
    width: 2.438vw;
    height: 2.438vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .buttons .prev-modal {
    width: 8.667vw;
    height: 8.667vw;
    border: 0.267vw solid;
  }
  .kontakt-modal .kontakt-dialog .kontakt-content .buttons .prev-modal:active {
    width: 6.667vw;
    height: 6.667vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .buttons .prev-modal {
    width: 66px;
    height: 66px;
    border: 2px solid;
  }
  .kontakt-modal .kontakt-dialog .kontakt-content .buttons .prev-modal:active {
    width: 55px;
    height: 55px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .buttons .prev-modal svg {
  color: #818483;
}
.kontakt-modal .kontakt-dialog .kontakt-content .buttons .next-modal {
  background-color: transparent;
  text-align: center;
  border-color: black !important;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .buttons .next-modal {
    width: 14.063vw;
    height: 3.438vw;
    border: 0.104vw solid;
  }
  .kontakt-modal .kontakt-dialog .kontakt-content .buttons .next-modal:active {
    width: 11.063vw;
    height: 1.438vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .buttons .next-modal {
    width: 38.667vw;
    height: 8.8vw;
    border: 0.267vw solid;
  }
  .kontakt-modal .kontakt-dialog .kontakt-content .buttons .next-modal:active {
    width: 34.667vw;
    height: 4.8vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .buttons .next-modal {
    width: 270px;
    height: 66px;
    border: 2px solid;
  }
  .kontakt-modal .kontakt-dialog .kontakt-content .buttons .next-modal:active {
    width: 230px;
    height: 55px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .buttons .next-modal div {
  font-family: "Manrope-Bold";
  text-transform: uppercase;
  display: flex;
  height: 100%;
}
@media (max-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .buttons .next-modal div {
    font-size: 0.833vw;
  }
}
@media (max-width: 768px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .buttons .next-modal div {
    font-size: 2.4vw;
  }
}
@media (min-width: 1920px) {
  .kontakt-modal .kontakt-dialog .kontakt-content .buttons .next-modal div {
    font-size: 16px;
  }
}
.kontakt-modal .kontakt-dialog .kontakt-content .buttons .next-modal div p {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.kontakt-modal .kontakt-dialog .kontakt-content .buttons .next-modal div svg {
  margin-left: auto;
  height: 100%;
}

.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
  border-radius: 20rem;
}

.toggle.ios .toggle-handle {
  border-radius: 20rem;
}

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