@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

@import url("https://use.typekit.net/fzk8rql.css");
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Media Queries
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Behavior
|--------------------------------------------------------------------------
*/
@media (min-width: 1200px) {
  .container {
    max-width: 1470px;
  }
}
html,
body {
  height: auto;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
  position: relative;
  min-height: 100%;
  scroll-padding-top: 10rem;
}
::-webkit-scrollbar {
  width: 5px;
}
h1,
h2,
h3,
h4 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}
/* not always a margin-top */
.card h1,
.news-article h1,
.card h2,
.news-article h2,
.card h3,
.news-article h3,
.card h4,
.news-article h4 {
  margin-top: 0;
}
p {
  margin-bottom: 1em;
}
strong {
  font-weight: 500;
  font-style: normal;
}
small,
.small {
  font-size: 0.85em;
}
big,
.big {
  font-size: 1.25em;
}
.color-inherit h1,
.color-inherit h2,
.color-inherit h3,
.color-inherit h4,
.color-inherit a {
  color: inherit;
}
.color-inherit a.btn {
  border-color: inherit;
}
.color-inherit a:hover:not(.btn),
.color-inherit a:focus:not(.btn) {
  color: inherit;
  text-decoration: underline;
}
img {
  max-width: 100%;
}
a.btn:hover,
.buttons-block a:hover {
  text-decoration: none !important;
}
/*
|--------------------------------------------------------------------------
| Logo (header & footer
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| header
|--------------------------------------------------------------------------
*/
header {
  max-height: 100vh;
  overflow-y: auto;
}
@media (min-width: 992px) {
  header {
    max-height: none;
    overflow-y: visible;
  }
}
header::-webkit-scrollbar {
  display: none;
}
header.nav-expanded {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
header .header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
header:not(.scrolled-down):not(.nav-expanded) .header-bg.banner-overlay {
  opacity: 0.5;
}
header:not(.scrolled-down):not(.nav-expanded) .header-bg.banner-overlay:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3rem;
  transform: translateY(100%);
}
/*
|--------------------------------------------------------------------------
| search form
|--------------------------------------------------------------------------
*/
.search-form {
  position: relative;
}
.search-form .btn.search-button {
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.search-form .btn.search-button:hover,
.search-form .btn.search-button:focus {
  background-color: transparent;
  color: inherit;
}
@media (min-width: 992px) {
  .search-form .search-input {
    display: none;
  }
  .search-form.show-input .search-input {
    display: block;
  }
  .search-form.show-input .btn.search-button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid transparent;
  }
}
/*
|--------------------------------------------------------------------------
| Navbar Toggler (hamburger)
|--------------------------------------------------------------------------
*/
.navbar-toggler {
  width: 45px;
  height: 30px;
  padding: 0;
  position: relative;
  box-shadow: none !important;
}
.navbar-toggler .menu-icon {
  width: 100%;
  height: 3px;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
}
.navbar-toggler .menu-icon:before,
.navbar-toggler .menu-icon:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  transition: all 0.3s;
  background-color: #000000;
}
.navbar-toggler .menu-icon:before {
  top: -10px;
}
.navbar-toggler .menu-icon:after {
  bottom: -10px;
}
.navbar-toggler[aria-expanded="true"] .menu-icon {
  background-color: transparent;
}
.navbar-toggler[aria-expanded="true"] .menu-icon:before {
  top: 0;
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .menu-icon:after {
  bottom: 0;
  transform: rotate(-45deg);
}
/*
|--------------------------------------------------------------------------
| Menu
|--------------------------------------------------------------------------
*/
.dropdown-menu {
  overflow: hidden;
}
/*
|--------------------------------------------------------------------------
| navigation mobile
|--------------------------------------------------------------------------
*/
header .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
header .navbar-nav .nav-item .nav-link.active {
  text-decoration: underline;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle {
  position: relative;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  display: none;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle .dropdown-toggler {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background-image: url("/static/art/chevron-right.69dc1120175b.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
  transition: 0.3s all;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle.show .dropdown-toggler {
  transform: translateY(-50%) rotate(90deg) scaleX(-1);
}
header .navbar-nav .nav-item.dropdown.lang-nav .dropdown-toggler {
  pointer-events: none;
}
@media (min-width: 992px) {
  header .navbar-nav .nav-item.dropdown.lang-nav .dropdown-toggler {
    right: 5px;
  }
  header .navbar-nav .nav-item.dropdown.lang-nav .dropdown-menu {
    left: auto;
    right: 0;
    text-align: right;
    min-width: 0;
  }
}
/*
|--------------------------------------------------------------------------
| banner
|--------------------------------------------------------------------------
*/
#banner .ratio {
  overflow: hidden;
  --bs-aspect-ratio: 56.25%;
}
@media (min-width: 768px) {
  #banner .ratio {
    --bs-aspect-ratio: 50%;
  }
  #banner .ratio.ratio-4to1 {
    --bs-aspect-ratio: 25%;
  }
  #banner .ratio.ratio-3to1 {
    --bs-aspect-ratio: 33.333333%;
  }
}
#banner .ratio > * {
  width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#banner .buttons-block a,
#banner .btn {
  color: inherit;
  background: transparent;
  border-color: #ffffff;
}
#banner .carousel-caption {
  right: 0;
  left: 0;
}
#banner .bild_text,
#banner .bild_big_text {
  background-color: rgba(0, 0, 0, 0.05);
}
#banner .bild_text .carousel-caption,
#banner .bild_big_text .carousel-caption {
  position: static;
  text-align: left;
}
#banner .bild_text .carousel-caption h3,
#banner .bild_big_text .carousel-caption h3,
#banner .bild_text .carousel-caption p,
#banner .bild_big_text .carousel-caption p,
#banner .bild_text .carousel-caption a,
#banner .bild_big_text .carousel-caption a {
  color: #000000;
}
#banner .bild_text .carousel-caption h3,
#banner .bild_big_text .carousel-caption h3 {
  font-size: 3.5rem;
  font-weight: 100;
  margin-bottom: 25px;
}
#banner .bild_text .carousel-caption p,
#banner .bild_big_text .carousel-caption p {
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .banner_bild_big_text-image {
    background-image: none !important;
    background-color: #f2f2f4 !important;
  }
}
/*
|--------------------------------------------------------------------------
| gallery thumbnails
|--------------------------------------------------------------------------
*/
.fancybox figure {
  position: relative;
}
.fancybox .thumbnails-caption {
  position: absolute;
  right: 15%;
  bottom: 0;
  left: 15%;
  color: #ffffff;
  text-align: center;
  filter: drop-shadow(0 0 0.3rem #000000);
}
/*
|--------------------------------------------------------------------------
| gallery slideshow
|--------------------------------------------------------------------------
*/
.carousel .carousel-item {
  min-height: 100vh !important;
}
@media (max-width: 1199.98px) {
  .carousel .carousel-item {
    min-height: 450px !important;
  }
}
.carousel .carousel-item .container,
.carousel .carousel-item .row,
.carousel .carousel-item .col {
  min-height: 100vh !important;
}
@media (max-width: 1199.98px) {
  .carousel .carousel-item .container,
  .carousel .carousel-item .row,
  .carousel .carousel-item .col {
    min-height: 450px !important;
  }
}
.carousel .carousel-item.special_layout {
  min-height: auto !important;
}
.carousel .carousel-item.special_layout .container,
.carousel .carousel-item.special_layout .row,
.carousel .carousel-item.special_layout .col {
  min-height: auto !important;
}
.carousel .carousel-item.special_layout .container .row img {
  object-fit: cover;
}
.carousel .carousel-item.home .carousel-caption {
  filter: drop-shadow(0 0 0.3rem #000000);
  top: 5%;
  bottom: unset;
  text-align: left;
}
.carousel .carousel-item.home .carousel-caption p {
  font-size: 4.1rem;
  font-weight: 900;
}
@media (max-width: 1340px) {
  .carousel .carousel-item.home .carousel-caption p {
    font-size: 3.1rem;
  }
}
@media (max-width: 700px) {
  .carousel .carousel-item.home .carousel-caption p {
    font-size: 2.1rem;
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .carousel .carousel-item.home .carousel-caption {
    left: 0;
    right: 0;
  }
}
.carousel .carousel-item.home .carousel-caption h1,
.carousel .carousel-item.home .carousel-caption h2,
.carousel .carousel-item.home .carousel-caption h3,
.carousel .carousel-item.home .carousel-caption h4,
.carousel .carousel-item.home .carousel-caption a {
  color: inherit;
}
.carousel .carousel-item.large_text .carousel-caption {
  top: 5%;
  bottom: unset;
  text-align: left;
}
.carousel .carousel-item.large_text .carousel-caption p {
  font-size: 9rem;
  font-weight: 900;
}
@media (max-width: 1199.98px) {
  .carousel .carousel-item.large_text .carousel-caption p {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .carousel .carousel-item.large_text .carousel-caption {
    left: 0;
    right: 0;
  }
}
.carousel .carousel-item.large_text .carousel-caption h1,
.carousel .carousel-item.large_text .carousel-caption h2,
.carousel .carousel-item.large_text .carousel-caption h3,
.carousel .carousel-item.large_text .carousel-caption h4,
.carousel .carousel-item.large_text .carousel-caption a {
  color: inherit;
}
.carousel .carousel-item .mobile-image,
.carousel .carousel-item .desktop-image {
  min-height: 550px;
  object-fit: cover;
}
/*
|--------------------------------------------------------------------------
| Gallerie fancybox
|--------------------------------------------------------------------------
*/
[data-fancybox] figure {
  cursor: pointer;
}
/*
|--------------------------------------------------------------------------
| news
|--------------------------------------------------------------------------
*/
.news-date-categories-list {
  line-height: 1;
}
.news-date-categories-list .list-inline-item {
  margin-right: 0;
}
.news-date-categories-list .list-inline-item:not(:first-child) {
  padding-left: 1em;
  border-left: 1px solid;
  margin-left: 1em;
}
/*
|--------------------------------------------------------------------------
| video embed
|--------------------------------------------------------------------------
*/
.video-container {
  overflow: hidden;
  /* 16:9 aspect ratio */

  padding-top: 56.25%;
  position: relative;
}
.video-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*
|--------------------------------------------------------------------------
| Hero Sections
|--------------------------------------------------------------------------
*/
.section-split h1,
.section-parallax h1,
.section-split h2,
.section-parallax h2,
.section-split h3,
.section-parallax h3,
.section-split h4,
.section-parallax h4,
.section-split a,
.section-parallax a {
  color: inherit;
}
.section-split.has-bg .buttons-block a,
.section-parallax.has-bg .buttons-block a,
.section-split.has-bg .btn,
.section-parallax.has-bg .btn {
  color: inherit;
  background: transparent;
  border-color: inherit;
}
.section-parallax {
  overflow: hidden;
  clip-path: inset(0);
}
.section-parallax .parallax-image {
  left: 0;
  top: 0;
}
.section-parallax:not(.section-slider) .parallax-content {
  filter: drop-shadow(0 0 1rem #000000);
}
.section-parallax.section-slider img.parallax-image {
  filter: blur(10px) brightness(75%);
}
@media (min-width: 992px) {
  .w-lg-40 {
    width: 40% !important;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .img-fit {
    height: 100%;
  }
}
.img-fit {
  object-fit: cover;
  object-position: center center;
}
/*
|--------------------------------------------------------------------------
| Cards
|--------------------------------------------------------------------------
*/
.card {
  overflow: hidden;
  border: unset;
  background-color: unset;
}
.card .card-image {
  overflow: hidden;
  border-radius: 20px;
}
.card .card-image img {
  transition: 0.3s all ease-in-out;
}
.card:hover .card-image img {
  transform: scale(1.15);
}
.card .logo-image {
  position: relative;
  padding-top: 62.5%;
}
@media (max-width: 767.98px) {
  .card .logo-image {
    padding-top: 180px;
  }
}
.card .logo-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
}
.card .subtitle {
  font-size: 13px;
}
.card h3 {
  font-size: 2rem;
}
.card p {
  line-height: 1.3;
  font-weight: 300;
}
.card a {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
}
.card a:hover {
  color: #000000;
}
/*
|--------------------------------------------------------------------------
| Forms
|--------------------------------------------------------------------------
*/
#div_id_wagtailcaptcha .form-control {
  padding: 0;
  border: none;
}
/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/
footer {
  position: relative;
  padding: 1rem 0 80px 0;
}
footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-menu a {
  padding: 0 0 2px 0;
}
footer p,
footer a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.bottom-bar a {
  font-weight: 400;
  color: inherit;
}
.bottom-bar .hstack {
  flex-direction: column;
}
@media (min-width: 576px) {
  .bottom-bar .hstack {
    flex-direction: row;
  }
}
/*
|--------------------------------------------------------------------------
| cookie banner
|--------------------------------------------------------------------------
*/
#cookie-notification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
/*
|--------------------------------------------------------------------------
| Accordion
|--------------------------------------------------------------------------
*/
.accordion-item {
  border: none;
  border-radius: 0;
}
.accordion-item .accordion-header .accordion-button {
  border-radius: 0;
}
.accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-item .accordion-header .accordion-button[aria-expanded="true"] .bi {
  transform: rotate(-180deg);
}
.accordion-item .accordion-header .accordion-button .bi {
  font-size: inherit;
  transition: all 0.3s;
}
/*
|--------------------------------------------------------------------------
| Project specific CSS
|--------------------------------------------------------------------------
*/
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  font-size: 1.6rem;
}
.banner-buttons-overlay-wrapper:not(.banner-buttons-overlay-wrapper-side-menu) {
  position: fixed;
  right: 7.8%;
  top: 10%;
  display: flex;
  flex-direction: column;
  z-index: 999;
}
@media (max-width: 1340px) {
  .banner-buttons-overlay-wrapper:not(.banner-buttons-overlay-wrapper-side-menu) {
    right: 2%;
    top: 8%;
  }
}
.banner-buttons-overlay-wrapper.banner-buttons-overlay-wrapper-side-menu {
  margin-top: 25px;
  text-align: center;
}
.banner-buttons-overlay-wrapper.banner-buttons-overlay-wrapper-side-menu a {
  margin: 0 3px;
  min-width: 40px;
  min-height: 40px;
  display: inline-block;
}
.banner-buttons-overlay-wrapper.banner-buttons-overlay-wrapper-side-menu a.extra-distance-side {
  margin: 0 3px 0 12px;
}
.banner-buttons-overlay-wrapper.banner-buttons-overlay-wrapper-side-menu a .bi::before,
.banner-buttons-overlay-wrapper.banner-buttons-overlay-wrapper-side-menu a [class^="bi-"]::before,
.banner-buttons-overlay-wrapper.banner-buttons-overlay-wrapper-side-menu a [class*=" bi-"]::before {
  font-size: 1rem;
}
.banner-buttons-overlay-wrapper.banner-buttons-overlay-wrapper-side-menu a img {
  min-width: unset;
  min-height: unset;
  max-width: 40px;
  max-height: 40px;
}
.banner-buttons-overlay-wrapper a {
  margin-top: 10px;
  padding: 0;
  transition: all 0.3s ease-in;
}
.banner-buttons-overlay-wrapper a.extra-distance-top {
  margin-top: 20px;
}
.banner-buttons-overlay-wrapper a:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in;
}
.banner-buttons-overlay-wrapper a img {
  min-width: 60px;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .banner-buttons-overlay-wrapper a:nth-child(4),
  .banner-buttons-overlay-wrapper a:nth-child(5),
  .banner-buttons-overlay-wrapper a:nth-child(6) {
    display: none;
  }
  .banner-buttons-overlay-wrapper a img {
    min-width: unset;
    min-height: unset;
    max-width: 40px;
    max-height: 40px;
  }
}
.nav.nav-pills .nav-item .nav-link {
  color: #888888;
  padding: .5rem 2rem .5rem 0;
  font-size: 24px;
}
.nav.nav-pills .nav-item .nav-link.active {
  background-color: unset;
  color: #000000;
  font-weight: 600;
}
.tab-card {
  border-radius: 15px !important;
  display: flex;
  align-items: center;
  justify-content: end;
}
.tab-card .tab-card-title {
  position: absolute;
  bottom: 22px;
  color: #ffffff;
  border: 3px solid #ffffff;
  padding: 5px 15px;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.2);
}
.tab-content > .active {
  display: flex !important;
}
@media (min-width: 992px) {
  .end-block-v1 {
    min-height: 500px;
  }
}
.end-block-v1 .small-title {
  font-size: 38px;
}
.end-block-v1 .large-title {
  color: #ffffff;
  font-size: 8rem;
}
@media (max-width: 991.98px) {
  .end-block-v1 .large-title {
    font-size: 3rem;
  }
}
.tiny-link-text {
  font-size: 0.8rem;
  color: #000000;
  font-weight: bold;
}
.white-box {
  height: 20px;
  width: 40px;
  cursor: pointer;
}
.white-box .white-box-inner {
  background-color: #ffffff;
  margin: 3px;
  height: 30%;
  width: 100%;
}
.white-x {
  cursor: pointer;
  background-color: #000000;
  height: 40px;
}
.white-x .white-x-inner {
  background-color: #ffffff;
  height: 3px;
  width: 35px;
  transform: rotate(-40deg);
  transition: all 0.3s ease-in;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 15px;
}
.white-x .white-x-inner:first-of-type {
  transform: rotate(40deg);
  transition: all 0.3s ease-in;
}
@media (max-width: 991.98px) {
  .white-x .white-x-inner {
    right: 44%;
  }
}
.white-x:hover .white-x-inner {
  transform: rotate(-50deg);
  transition: all 0.3s ease-in;
  height: 5px;
}
.white-x:hover .white-x-inner:first-of-type {
  transform: rotate(50deg);
  transition: all 0.3s ease-in;
}
.home-link {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  margin: 10px 30px 0;
}
.home-link:hover {
  color: #ffffff;
}
.side-menu {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 400px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  transform: translateX(-400px);
  transition: all 0.3s ease-in;
}
.side-menu.opened {
  transform: translateX(0);
  transition: all 0.3s ease-in;
}
@media (max-width: 700px) {
  .side-menu {
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.side-menu .side-menu-inner {
  position: sticky;
  top: 20px;
}
.side-menu .side-menu-inner p,
.side-menu .side-menu-inner a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.35;
}
.side-menu .side-menu-inner .r-line-b {
  border-bottom: 1px solid #e1381a;
}
.side-menu .side-menu-inner .mar-sas-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.side-menu-navigation {
  margin-top: 40px;
}
.side-menu-navigation .footer-menu {
  padding-left: 0;
}
.side-menu-navigation .footer-menu .nav-item {
  border-top: 1px solid #e1381a;
  margin-left: 20px;
  margin-right: 20px;
}
.side-menu-navigation .footer-menu .nav-item:last-of-type {
  border-bottom: 1px solid #e1381a;
}
.side-menu-navigation .footer-menu .nav-item a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
}
.small-footer-menu .nav-link {
  padding: unset;
}
.home-newsletter-block .large-title {
  font-size: 5rem;
  color: #ffffff;
}
.home-newsletter-block .form-group {
  position: relative;
}
.home-newsletter-block .form-group input {
  min-height: 50px;
}
.home-newsletter-block .form-group input:focus + .placeholder,
.home-newsletter-block .form-group input:not(:placeholder-shown) + .placeholder {
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.home-newsletter-block .form-group .placeholder {
  position: absolute;
  background-color: transparent;
  left: 6px;
  top: 23px;
  padding: 0 20px;
  transition: all 0.3s ease-in;
  font-size: 17px;
  color: #555555;
  cursor: default;
}
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  color: #ffffff;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #eee;
  border-radius: 5px;
}
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #e1381a;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 13px;
  top: 10px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.relativni {
  position: relative;
}
@media (max-width: 991.98px) {
  .home-absolute {
    background-image: unset !important;
    min-height: unset !important;
  }
}
@media (min-width: 992px) {
  .home-absolute .container .row .col-12 {
    min-height: 600px;
  }
  .home-absolute.has-image .container .row .col-12 {
    min-height: 850px;
  }
}
.home-absolute .absolute-text .large-title {
  font-size: 4.2rem;
  font-weight: 100;
}
@media (max-width: 1199.98px) {
  .home-absolute .absolute-text .large-title {
    font-size: 3rem;
  }
}
.home-absolute .absolute-text .special-title {
  font-size: 4.2rem;
}
.home-absolute .absolute-text p {
  font-weight: 200;
  line-height: 1.3;
}
.home-absolute.has-color h2 {
  color: inherit !important;
}
.home-absolute.has-color a {
  color: inherit;
  text-decoration: underline;
}
.home-absolute:not(.has-color) .absolute-text p {
  text-shadow: 1px 1px 2px #ffffff, 0 0 1em #ffffff, 0 0 0.2em #ffffff;
}
#submit-id-submit {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.two-text-block .gray-background {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 7px;
}
.two-text-block h2 {
  font-size: 55px;
  font-weight: 100;
}
.two-text-block p {
  font-weight: 300;
}
.footer-form input[type="email"] {
  font-size: 13px;
  min-height: 30px;
  width: 216px;
}
.footer-form input[type="email"]::placeholder {
  font-size: 16px;
}
.footer-form input[type="submit"] {
  height: 30px;
  font-size: 15px;
}
.footer-form .footer-submit {
  background-color: #000000;
  color: #ffffff;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .footer-form .footer-submit {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.color-Red a {
  color: #e1381a;
}
.color-Red a:hover {
  color: #b32d15;
}
.color-White a {
  color: #ffffff;
}
.color-White a:hover {
  color: #e6e6e6;
}
.color-Black a {
  color: #000000;
}
.color-Black a:hover {
  color: #1a1a1a;
}
.color-Gray a {
  color: #888888;
}
.color-Gray a:hover {
  color: #6f6f6f;
}
@media (min-width: 992px) {
  .container-special {
    padding-right: 15%;
  }
}
.container-special h1 {
  font-size: 3.5rem;
  font-weight: 800;
}
@media (max-width: 1199.98px) {
  .container-special h1 {
    padding-right: 2rem;
  }
}
.container-special p {
  font-weight: 300;
}
.gray-box {
  background-color: #dddddd;
  border-radius: 10px;
  margin-left: 1.5rem;
}
.gray-box .gray-box-title {
  font-weight: 100;
  font-size: 2rem;
}
.gray-box .razmak {
  padding-bottom: .9rem;
}
.gray-box p {
  font-weight: 300;
}
p span.big {
  font-size: 1.4rem;
  line-height: 1.4;
}
.extra-rounded {
  border-radius: 20px;
  max-height: 850px;
  object-fit: cover;
}
.card .card-body {
  padding: 1rem 0;
}
::selection {
  color: #ffffff;
  background-color: #e1381a;
}
.tooltip-inner {
  background-color: rgba(255, 255, 255, 0.4);
  color: #000000;
  box-shadow: unset;
  border-radius: 0;
  opacity: 1 !important;
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: rgba(255, 255, 255, 0.4);
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgba(255, 255, 255, 0.4);
}
.special-link a.btn.btn-primary {
  color: #ffffff;
  border-color: #e1381a;
  background-color: #e1381a;
  transition: all 0.3s ease-in;
}
.special-link a.btn.btn-primary:hover {
  background-color: #ffffff;
  color: #e1381a;
  transition: all 0.3s ease-in;
}
