/* admin panel */
.active-panel {
  padding: 10px;
  border: 1px solid transparent #ccc;
  margin: -2.5px;
  pointer-events: none;
  cursor: default;
  -webkit-appearance: button;
  color: #ffffff !important;
  background: #a0a0a0 !important;
}

.inactive-panel {
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-appearance: button;
  margin: -2.5px;
  background-color: #ccc !important;
}

a.active-panel:active {
  text-decoration: none !important;
  color: #fff !important;
}

a.active-panel:visited, a.inactive-panel:active, a.inactive-panel:visited, a.active-panel:hover, a.inactive-panel:hover {
  text-decoration: none !important;
}

a.inactive-panel:active, a.active-panel:active {
  background-color: #a0a0a0 !important;
}

a.inactive-panel:hover, a.active-panel:hover {
  background-color: #a0a0a0 !important;
  color: #fff !important;
}

#admin_nav {
  margin-left: 2px !important;
}

/* editor */
@media (min-width: 1600px) {
  #editor {
    position: relative;
    width: 1180px;
    height: 800px;
  }
}
@media (min-width: 1450px) and (max-width: 1599px) {
  #editor {
    position: relative;
    width: 1000px;
    height: 800px;
  }
}
#editor {
  position: relative;
  width: 800px;
  height: 800px;
}

/* table data */
.table-min {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: 1px solid #fcfcfc;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}

.table-min table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.table-min tr:last-child td:last-child {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.table-min table tr:first-child td:first-child {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}

.table-min table tr:first-child td:last-child {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

.table-min tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.table-min tr:nth-child(odd) {
  background-color: #ffffff;
}

.table-min tr:nth-child(even) {
  background-color: #e8e8e8;
}

.table-min td {
  vertical-align: middle;
  border: 1px solid #ffffff;
  border-width: 0px 1px 1px 0px;
  text-align: left;
  padding: 8px;
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  color: #000000;
}

.table-min tr:last-child td {
  border-width: 0px 1px 0px 0px;
}

.table-min tr td:last-child {
  border-width: 0px 0px 1px 0px;
}

.table-min tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px;
}

.table-min tr:first-child td {
  background: -o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff));
  background: -moz-linear-gradient(center top, #ffffff 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");
  background: -o-linear-gradient(top, #ffffff, ffffff);
  background-color: #ffffff;
  border: 0px solid #fcfcfc;
  border-width: 0px 0px 1px 1px;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #000000;
}

.table-min tr:first-child:hover td {
  background: -o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff));
  background: -moz-linear-gradient(center top, #ffffff 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");
  background: -o-linear-gradient(top, #ffffff, ffffff);
  background-color: #ffffff;
}

.table-min tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px;
}

.table-min tr:first-child td:last-child {
  border-width: 0px 0px 1px 1px;
}

td.icon {
  width: 20px;
}

/* table files */
.table-files {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: 1px solid #fcfcfc;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}

.table-files table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.table-files tr:last-child td:last-child {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.table-files table tr:first-child td:first-child {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}

.table-files table tr:first-child td:last-child {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

.table-files tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.table-files td {
  vertical-align: middle;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #000000;
  text-align: left;
  padding: 8px;
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  color: #000000;
  background-color: #ffffff;
}

.table-files tr:hover td {
  background-color: #ececec;
}

.table-files tr:last-child td {
  border-width: 1px 0px 0px 0px;
}

.table-files tr:first-child td {
  background: -o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff));
  background: -moz-linear-gradient(center top, #ffffff 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");
  background: -o-linear-gradient(top, #ffffff, ffffff);
  background-color: #ffffff;
  border: 0px solid #ffffff;
  border-width: 0px 0px 1px 1px;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #000000;
}

.table-files tr:first-child:hover td {
  background: -o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff));
  background: -moz-linear-gradient(center top, #ffffff 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");
  background: -o-linear-gradient(top, #ffffff, ffffff);
  background-color: #ffffff;
}

.table-files tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px;
}

.table-files tr:first-child td:last-child {
  border-width: 0px 0px 1px 1px;
}

td.icon {
  width: 20px;
}

.link {
  border: none;
  background-color: inherit;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
}

.article-info {
  border-style: solid;
  border-color: red;
  border-width: 2px;
  padding-top: 8px;
  width: 400px;
}

#datepicker > .input-sm {
  height: 40px !important;
}

.cmslogin {
  margin: 15px 0px 30px -15px;
  padding: 15px 30px 15px 30px;
  background-color: rgba(245, 245, 245, 0.8) !important;
  border-color: transparent !important;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .cmslogin {
    margin: 15px -15px 30px -15px;
  }
}
.cmsadmin {
  margin: 15px 0px 30px -15px;
  padding: 15px 30px 15px 30px;
  background-color: rgba(245, 245, 245, 0.8) !important;
  border-color: transparent !important;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .cmsadmin {
    margin: 15px -15px 30px -15px;
  }
}
@media (min-width: 992px) {
  .price {
    bottom: 10px;
    position: absolute;
    right: -240px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .price {
    bottom: 0px;
    position: absolute;
    right: 10px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .price {
    padding-left: 15px;
    padding-top: 15px;
  }
}
.price {
  font-size: 36px;
}

@media (max-width: 768px) {
  .basket {
    margin-right: 10px;
  }
}
.basket {
  float: right;
}

.zusatz {
  font-size: 10px;
  width: 210px;
}

.zusatz a {
  font-size: 10px;
  width: 210px;
}

@media (max-width: 768px) {
  .zusatz {
    font-size: 10px;
    width: 290px;
  }
}
.netto {
  margin-top: 40px;
  font-size: 12px !important;
  font-weight: normal !important;
}

.brutto {
  font-size: 16px !important;
  font-weight: bold !important;
  margin-bottom: 40px;
}

.anfrageButton {
  float: right;
}

.emptyButton {
  float: left;
}

td > a {
  font-size: 12px;
}

tr:first-child > td > a {
  font-size: 16px;
}

.home-search {
  width: 150px !important;
  height: 20px;
  font-size: 13px !important;
  float: right;
  margin-top: -3px;
}

.search-title a {
  color: blue !important;
  font-size: 18px !important;
}

.search-title:hover {
  text-decoration: underline;
}

.search-link {
  color: green;
  font-size: 12px;
}

.search-row {
  padding-top: 15px;
  padding-bottom: 15px;
}

.upload {
  display: inline-block;
  margin-top: 15px;
}

/*
.anfrageButton {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    background: #cfcfcf;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.anfrageButton:hover {
    background: #505050;
    text-decoration: none;
}*/
.row_edit {
  z-index: 1000;
}

.row_editor {
  padding-left: 2rem;
}

/* general */
html {
  min-width: 340px;
}

.content {
  min-height: 200px;
}

a {
  color: #000000;
  font-size: 16px;
}

p {
  font-size: 16px;
}

li {
  font-size: 16px;
}

h4 {
  font-size: 1.2em !important;
  font-weight: bold !important;
  line-height: 1.25 !important;
  margin-bottom: 0.75em !important;
}

h5 {
  font-size: 1em !important;
  font-weight: bold !important;
  margin-bottom: 0.75em !important;
}

.col-main {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.col-main {
  width: 320px;
}

@media (max-width: 767px) {
  .col-main#header {
    padding-right: 0px !important;
    width: 282px !important;
  }
}
@media (min-width: 768px) {
  .col-main {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .col-main {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .col-main {
    width: 992px;
  }
}
.row {
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: -1;
}

.col-main > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.content {
  padding-left: 15px;
  padding-right: 15px;
}

.content > .row, .footer > .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  border: 1px solid #bbb;
  padding: 0.75em 1em 0.5em 1em;
  background-color: white;
  background-image: image-url(/assets/select-arrow.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

select::-ms-expand {
  display: none;
}

.lt-ie10 select {
  background-image: none;
}

/* textarea */
input[type=text], .field > input, textarea {
  display: block;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 14px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}

input[type=text]:focus, .field > input:focus, textarea:focus {
  outline: none;
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}

input[type=checkbox] {
  display: initial;
  -webkit-appearance: checkbox;
  width: 5%;
}

.field {
  padding: 5px 0;
}

/* flash messages */
.flash-notice, .flash-alert {
  margin: 0px 0px 30px -15px;
  padding: 15px 30px 15px 30px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.flash-notice {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.flash-alert {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* button */
input.btn, a.btn {
  background-color: #505050;
  color: #ffffff !important;
  width: 150px;
  height: 35px;
  /* display: block; */
  margin-right: 30px;
  font-weight: normal;
}

input.btn:hover, input.btn:focus, a.btn:hover, a.btn:focus {
  color: #ffffff;
  background-color: #000000;
}

#scrollToTop > a.btn {
  background-color: #505050;
  color: #ffffff !important;
  width: 50px;
  height: 50px;
  /* display: block; */
  margin-right: 30px;
  font-weight: normal;
  padding: 0px;
}

#scrollToTop > a.btn:hover, a.btn:focus {
  color: #ffffff;
  background-color: #000000;
}

.scrollToTop {
  position: fixed;
  height: 40px;
  width: 40px;
  opacity: 0.7;
  bottom: 10%;
  right: 5%;
  z-index: 999;
}

/* slider */
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
}

.bx-wrapper {
  margin-bottom: 10px;
}

.bx-wrapper .bx-loading {
  background: none !important;
}

/* multilevel menu dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
  background-color: #505050;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* misc */
.horizontal-divider {
  width: 100%;
  height: 4px;
  background-color: #888;
  margin: 5px 0px 5px 0px;
}

.comment-box {
  margin: 10px;
  background-color: #f5f5f5;
  padding: 10px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.pad {
  padding-bottom: 5px;
  padding-top: 20px;
}

img {
  vertical-align: baseline !important;
}

.clear {
  clear: both;
}

.img-center {
  display: block;
  text-align: center;
}

em.current {
  font-weight: bold;
  font-size: 16px;
}

.active-link {
  pointer-events: auto !important;
}

a.orange {
  color: #ff9d33 !important;
}

.scrollToTopImage {
  margin-left: -1px;
  margin-top: -1px;
}

@font-face {
  font-family: "caveat";
  src: url(/assets/caveat.ttf);
}
.box {
  background-color: #f8f8f8;
  height: 600px;
  opacity: 0.7;
  border-radius: 4px;
  margin-left: -15px;
}

:root {
  --font-size: 18;
  --color-black: #000;
  --color-black-rgb: hex-to-rgb(#000);
  --color-white: #fff;
  --color-white-rgb: hex-to-rgb(#fff);
  --color-orange: #FF9D33;
  --color-orange-rgb: hex-to-rgb(#FF9D33);
  --color-grey-dark: #505050;
  --color-grey-dark-rgb: hex-to-rgb(#505050);
  --color-grey: #CFCFCF;
  --color-grey-rgb: hex-to-rgb(#CFCFCF);
  --color-grey-light: #E8E8E8;
  --color-grey-light-rgb: hex-to-rgb(#E8E8E8);
  --color-error-red: #ed002f;
  --color-error-red-rgb: hex-to-rgb(#ed002f);
  --color-ci: var(--color-orange);
  --color-ci-light: var(--color-grey-light);
}

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

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

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

.bg-grey-dark {
  background-color: var(--color-grey-dark);
}
.bg-grey-dark p {
  color: var(--color-grey-light);
}
.bg-grey-dark a {
  color: var(--color-white);
}

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

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

.txt-orange {
  color: var(--color-orange);
}

.transparent-light {
  opacity: 0.8;
}

.transparent-light p, a {
  opacity: 1;
}

.col-main > .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
  padding-bottom: 30px !important;
  padding-top: 30px !important;
  height: auto;
  min-height: 115px;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 18px;
}

body > .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  height: 100%;
}

a {
  color: var(--color-grey-dark);
  font-size: 18px;
}

a:hover {
  color: var(--color-orange);
  text-decoration: none;
}

p {
  font-size: 18px;
}

li {
  font-size: 18px;
}

table {
  border: none;
}

td {
  border: none;
  vertical-align: top;
}

.header {
  width: 100%;
  z-index: 10;
}

.fixed {
  position: fixed;
}

.content {
  min-height: 100%;
  margin-bottom: -20px;
  margin-top: 79px;
}

.footer, .push {
  height: 20px;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 20;
}

.logo {
  width: 180px;
  float: left;
  height: 35px;
  margin-top: 10px;
}

.logo img {
  width: 180px;
}

.footer .logo img {
  width: auto;
  height: 35px;
}

.slogan {
  color: white !important;
  font-size: 13px !important;
  float: left;
  margin-top: 45px;
  margin-left: -140px;
  margin-bottom: 10px;
  font-family: arial;
}

.slogan a {
  color: white !important;
  font-size: 30px !important;
}

@media (min-width: 992px) and (max-width: 11920px) {
  .slogan {
    margin-right: 15px;
  }
  .anniversary-xs {
    display: none;
  }
}
.outline {
  float: left;
  height: 5px;
  width: 100%;
}

.testbox {
  width: 200px;
  height: 200px;
  background-color: #ff0000;
}

.alert {
  margin-bottom: 0px;
}

.top-navigation {
  background-color: #505050;
}

.top-navigation > .col-main {
  float: right;
  padding-left: 0px;
  padding-right: 0px;
  width: inherit;
}

.navbar {
  margin-bottom: 0 !important;
}

.navbar-default {
  background-color: var(--color-grey-dark);
  border: none;
}

.navbar-default .navbar-nav > li > ul {
  background-color: #505050 !important;
  border-color: #505050 !important;
}

.navbar-default .navbar-nav > li > a {
  color: #fff !important;
  padding-top: 27px;
  padding-bottom: 27px;
}

.navbar-default .navbar-nav > li > ul > li > a {
  color: #fff !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff !important;
  background-color: #505050 !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000000 !important;
  background-color: #505050 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #000000 !important;
}

.navbar-default .navbar-nav > li > ul > li > a:hover,
.navbar-default .navbar-nav > li > ul > li > a:focus {
  background-color: #000000 !important;
}

.navbar-default .navbar-nav > li > ul > li > ul > li > a:hover,
.navbar-default .navbar-nav > li > ul > li > ul > li > a:focus {
  background-color: #000000 !important;
}

.navbar-default .navbar-nav > li > ul > li > ul > li > a {
  color: #fff !important;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--color-white);
}

.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: var(--color-orange) !important;
}

.navbar-default .navbar-toggle {
  border: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-toggle {
    display: block;
  }
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:focus {
  background-color: #ffffff !important;
}

.open > .dropdown-menu {
  display: block;
}

@media (max-width: 768px) {
  .navbar-collapse.collapse {
    display: none !important;
    height: 1px !important;
    padding-bottom: 0;
    overflow: visible !important;
    border: none;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    position: fixed;
    height: 100vh !important;
    width: 100vw;
    top: 79px;
    left: 0px;
    padding-bottom: 0;
    background-color: var(--color-grey-dark);
    overflow: hidden !important;
    transition: height 400ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .navbar-collapse.collapsing {
    height: 0px !important;
    width: 0;
    margin-right: 0px;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-collapse.collapse {
    display: none !important;
    height: 1px !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    position: fixed;
    height: auto !important;
    width: 100vw;
    top: 79px;
    left: 0px;
    padding-bottom: 0;
    background-color: var(--color-grey-dark);
    overflow: hidden !important;
    transition: height 400ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .navbar-collapse.collapsing {
    height: 0px !important;
    width: 0;
    margin-right: 0px;
    display: none;
  }
}
.top-navigation .col-main {
  float: right;
}

.navbar-toggle {
  margin-top: 16px;
  margin-bottom: 16px;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

@media (min-width: 768px) {
  .navbar-nav > li {
    float: left;
  }
}
@media (min-width: 992px) {
  a.dropdown-toggle {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  a.dropdown-toggle {
    margin-left: 2px;
    margin-right: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li:last-child {
    border-width: 0px 2px 0px 1px;
  }
}
.login {
  position: absolute;
  right: -30px;
  top: 85px;
  background-color: var(--color-grey-dark);
  white-space: nowrap;
  padding: 5px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.login a {
  padding-top: 4px;
}

#aix-logout-button {
  background-color: transparent;
  border: none;
}

.login a:hover {
  color: var(--color-orange) !important;
}

.top-links {
  float: right;
  color: white;
  margin-right: 15px;
  position: relative;
  left: inherit;
}

.top-links a {
  color: white !important;
  font-size: 18px !important;
  line-height: 20px;
}

.locale {
  padding-top: 27px;
  padding-bottom: 27px;
}

.aix-hr {
  height: 5px;
  background-color: var(--color-orange);
  margin-top: 30px;
  margin-bottom: -30px;
  padding: 0px;
  border: none;
  margin-left: -50px;
}

.aix-block {
  height: 40px;
  width: 40px;
  background-color: var(--color-orange);
  padding: 0px;
  border: none;
  float: left;
  margin-left: -50px;
  animation: grow 0.5s ease-out forwards;
}

@keyframes grow {
  from {
    width: 0;
    margin-left: -10px;
  }
  to {
    width: 40px;
    margin-right: -50px;
  }
}
.bx-next {
  margin-right: -65px !important;
  margin-top: -40px !important;
}

.bx-prev {
  margin-left: -65px !important;
  margin-top: -40px !important;
  background-position: 0 0 !important;
}

@media (min-width: 992px) {
  .bx-prev {
    margin-left: -90px !important;
  }
}
@media (min-width: 992px) {
  .bx-next {
    margin-right: -90px !important;
  }
}
@media (max-width: 767px) {
  .bx-wrapper .bx-prev {
    left: 30px !important;
  }
  .bx-wrapper .bx-next {
    right: 30px !important;
  }
}
.box-link:hover {
  text-decoration: none !important;
}

.box-link:active {
  text-decoration: none !important;
}

#admin_remember_me {
  width: 0 !important;
}

.box-on-image {
  padding: 30px;
  height: 100%;
  aspect-ratio: 1/1;
}

.box-on-image p {
  font-size: 24px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stripe-c {
  background-color: #3300f7;
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px;
  color: #fff;
}

.stripe-a {
  background-color: var(--color-white);
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px;
}

.stripe-b {
  background-color: #d7d7d7;
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px;
}

.stripe-d {
  background-color: #505050;
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px;
  color: var(--color-white);
}

.reference {
  background-color: #ffffff;
  margin: 10px;
  padding: 0px !important;
  height: 160px;
}

@media (max-width: 767px) {
  .reference {
    background-color: #ffffff;
    height: auto;
  }
}
@media (min-width: 992px) {
  .reference {
    background-color: #ffffff;
    margin: 10px;
    padding: 0px !important;
    height: 160px;
    width: 98% !important;
  }
}
.ueber-uns {
  padding-left: 0px;
  padding-right: 0px;
  margin: 10px -15px 10px -15px;
}

.ueber-uns img {
  margin-top: 5px;
}

.satzung {
  margin: 10px -15px 10px -15px;
  padding: 0px !important;
  height: auto;
}

.satzung img {
  margin-top: 5px;
}

.contact-btn {
  line-height: 28px;
  height: 50px;
}

.contact-btn img {
  float: left;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .satzung-img {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.noscrollbar-x {
  overflow-x: hidden;
}

.bx-wrapper .bx-controls-direction a {
  height: 50px !important;
  width: 50px !important;
}

@media print {
  .bx-wrapper {
    display: none;
  }
}
.sliderprint {
  display: none;
}

@media print {
  .sliderprint {
    display: block;
  }
}
.news ul {
  padding-left: 0px;
  list-style: none;
}

.news li {
  margin-bottom: 5px;
}

.news a {
  float: right;
}

.calender {
  padding: 0px;
  min-height: calc((100vh - 220px) / 3 - 20px);
}

.calender h4 {
  font-weight: 100 !important;
}

@media (min-width: 768px) {
  .calender {
    display: table !important;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .calender.hidden-sm {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .calender.visible-sm {
    display: none !important;
  }
}
@media (min-width: 991px) {
  .calender.visible-sm {
    display: none !important;
  }
}
.calender > .col-md-3 {
  border: 2px solid #fff;
  border-radius: 2px;
  min-height: 100px;
  background-color: #d7d7d7;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .calender > .col-md-3 {
    display: table-cell !important;
    float: none;
  }
}
.calender > .col-sm-6 {
  border: 2px solid #fff;
  border-radius: 2px;
  min-height: 100px;
  background-color: #d7d7d7;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .calender > .col-sm-6 {
    display: table-cell !important;
    float: none;
  }
}
.register {
  float: left;
  padding: 10px;
  border: 2px solid #fff;
  background-color: #d7d7d7;
}

.register.active {
  background-color: #00f;
  color: #fff;
}

.mitglieder {
  padding: 0px;
  width: 100%;
}

@media (min-width: 768px) {
  .mitglieder {
    display: table !important;
  }
}
@media (min-width: 991px) {
  .mitglieder > .col-md-2 {
    width: 20%;
  }
}
.mitglieder > .col-md-2 {
  border: 1px solid #d7d7d7;
  padding: 0px;
}

.mitglieder > .col-md-2 a {
  outline: none;
}

.aktiv {
  border-bottom: none !important;
}

.description {
  padding: 15px;
  border-right: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  display: none;
}

.description strong {
  margin-top: 15px;
}

/*
@media (max-width: 768px) {
  .description {
    padding: 70px 15px 15px 15px;
  }
}*/
.lastrow {
  float: right;
}

.mitglieder.last {
  margin-bottom: 30px;
}

.first {
  margin-left: 0px;
  padding-left: 0px;
}

.last {
  margin-right: 0px;
  padding-right: 0px;
}

#slider {
  width: 100% !important;
}

.bx-viewport {
  width: 100% !important;
  height: auto !important;
  border: none !important;
  left: 0px !important;
}

.bxslider img {
  width: 100% !important;
  height: auto !important;
}

.banner {
  padding-bottom: 0px !important;
  margin-bottom: -5px;
}

.white-box {
  padding: 15px;
  background-color: var(--color-white);
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 150px;
}

ul#offers {
  padding-left: 30px !important;
}

ul#jobs {
  padding-left: 15px !important;
}

ul#info {
  padding-left: 15px !important;
}

ul#orange-bar {
  margin-bottom: 0px;
  padding-left: 15px !important;
}

#slider {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 0 !important;
}

.motto {
  padding-left: 13px;
}

@media (min-width: 768px) {
  .motto {
    padding-left: 73px;
  }
}
@media (max-width: 767px) {
  .motto-collapse {
    font-size: 14px !important;
  }
}
.bottom-navigation div div li span a {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.bottom-navigation div div li a {
  font-size: 13px !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fixed-pos {
  background-color: #b5b5b5;
  position: fixed;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 6px;
  left: 50%;
  margin-left: -60px;
  bottom: 0px;
  width: 120px;
  height: 40px;
  z-index: 15;
}

@media (min-width: 768px) {
  .fixed-pos {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    left: 0%;
    margin-left: 0px;
    top: 225px;
    width: 40px;
    height: 120px;
  }
}
@media print {
  .fixed-pos {
    display: none;
  }
}
.no-pad-bot {
  padding-bottom: 0px !important;
}

.no-pad-top {
  padding-top: 0px !important;
}

.no-pad {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.download-box {
  background-color: #cfcfcf;
  margin: 10px;
  padding: 0px !important;
  width: 100% !important;
}

.comment-control {
  float: right;
}

.produkt-block {
  margin-top: 10px;
}

.produkt {
  margin: 2px 0px 2px 0px;
  padding: 0px 10px 0px 10px;
  background-color: #ff9d33;
}

.produkt-txt {
  padding: 16px 0px 16px 0px;
  margin-left: 60px;
  font-size: 16px;
}

.produkt-item {
  padding: 7px 0px 2px 0px;
  float: left;
}

.produkt-preis {
  float: right;
}

@media (min-width: 992px) {
  .produkt-preis {
    position: absolute;
    bottom: 0px;
    right: -220px;
  }
}
.produkt-price {
  float: right;
  padding-top: 2px;
}

.smallprint {
  color: #444;
  font-size: 14px;
}

.high {
  font-size: 9px;
  position: absolute;
}

.no-float {
  float: none !important;
}

.copyright {
  background-color: #d7d7d7;
}

.blue {
  background-color: var(--color-blue-dark);
  color: var(--color-white);
}

.grey {
  background-color: #d7d7d7;
}

.white {
  background-color: white;
}

#home-img {
  z-index: -1;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 15px !important;
}

#home-img > .fixed {
  z-index: -1;
}

.content {
  padding: 0px;
}

#content-offset {
  margin-top: 54px;
  overflow-x: hidden;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  #content-offset {
    margin-top: 156px;
  }
}
.blue a {
  color: var(--color-white);
}

.sBorder {
  border-style: solid;
  border-width: 2px;
  border-color: black;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
}

.sBorder > .table-min tr:first-child td {
  font-weight: normal;
  font-size: 14px;
}

.sBorder > .table-min td {
  font-size: 14px;
}

mark, .mark {
  background-color: yellow !important;
}

.underconstruction {
  position: fixed;
  transform: rotate(-45deg);
  right: -60px;
  bottom: 60px;
  color: white;
  background-color: #ff0000;
  font-size: 14px;
  padding: 10px;
  width: 300px;
  text-align: center;
  z-index: 9999;
}

.bx-wrapper {
  border: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.aix-interactive {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -30px;
  margin-bottom: -30px;
}

.aix-interactive .aix-interactive-list {
  display: flex;
  width: 100%;
  list-style-type: none;
  background-color: #000;
}

.aix-interactive .aix-interactive-item {
  position: relative;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 260px;
  padding-top: calc(260 / var(--font-size) * 18px);
  overflow: hidden;
  color: var(--color-white);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media screen and (min-width: 769px) {
  .aix-interactive .aix-interactive-item {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-top: 300px;
    padding-top: calc(300 / var(--font-size) * 18px);
    cursor: pointer;
    transition: flex 1s ease;
  }
}
@media screen and (min-width: 993px) {
  .aix-interactive .aix-interactive-item {
    padding-top: 300px;
    padding-top: calc(300 / var(--font-size) * 18px);
  }
}
@media screen and (min-width: 1025px) {
  .aix-interactive .aix-interactive-item {
    padding-top: 180px;
    padding-top: calc(180 / var(--font-size) * 18px);
  }
}
.aix-interactive .aix-interactive-item:before {
  display: none;
}

@media screen and (min-width: 769px) {
  .aix-interactive .aix-interactive-item:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 52px;
    width: calc(52 / var(--font-size) * 18px);
    height: 100%;
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5));
  }
}
@media screen and (min-width: 769px) {
  .aix-interactive .aix-interactive-item--is-active {
    flex-basis: 60%;
    cursor: default;
  }
}
@media screen and (min-width: 993px) {
  .aix-interactive .aix-interactive-item--is-active {
    flex-basis: 0%;
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  .aix-interactive .aix-interactive-item:not(.aix-interactive-item--is-active):hover {
    flex: 10% 1;
    transition: flex 0.8s cubic-bezier(0.3, 0.41, 0.06, 0.97);
  }
}
@media screen and (min-width: 993px) {
  .aix-interactive:not(.aix-interactive--is-active) .aix-interactive-item:hover {
    flex: 10% 1;
    transition: flex 0.8s cubic-bezier(0.3, 0.41, 0.06, 0.97);
  }
}
@media screen and (min-width: 993px) {
  .aix-interactive.aix-interactive--is-active .aix-interactive-item--is-active,
  .aix-interactive.aix-interactive--is-active[focus-within] .aix-interactive-item--is-active {
    flex-basis: 75%;
    cursor: default;
  }
  .aix-interactive.aix-interactive--is-active .aix-interactive-item--is-active,
  .aix-interactive.aix-interactive--is-active:focus-within .aix-interactive-item--is-active {
    flex-basis: 75%;
    cursor: default;
  }
}
.aix-interactive .aix-interactive-picture > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
  opacity: 0.4;
}

.aix-interactive .aix-interactive-picture.no-filter > img {
  opacity: 1;
}

.aix-interactive .aix-interactive-content {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 80px;
  margin-bottom: calc(80 / var(--font-size) * 18px);
  padding-right: 20px;
  padding-right: calc(20 / var(--font-size) * 18px);
  padding-bottom: 20px;
  padding-bottom: calc(20 / var(--font-size) * 18px);
  padding-left: 20px;
  padding-left: calc(20 / var(--font-size) * 18px);
  white-space: normal;
}

@media screen and (min-width: 769px) {
  .aix-interactive .aix-interactive-content {
    width: 70vw;
    margin-bottom: 0;
    padding-right: 60px;
    padding-right: calc(60 / var(--font-size) * 18px);
    padding-bottom: 60px;
    padding-bottom: calc(60 / var(--font-size) * 18px);
    padding-left: 60px;
    padding-left: calc(60 / var(--font-size) * 18px);
    -webkit-transform: translateX(0) translateY(61px);
    transform: translateX(0) translateY(61px);
    -webkit-transform: translateX(0) translateY(calc(61 / var(--font-size) * 18px));
    transform: translateX(0) translateY(calc(61 / var(--font-size) * 18px));
    opacity: 0;
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
    transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  }
}
@media screen and (min-width: 993px) {
  .aix-interactive .aix-interactive-content {
    width: 50vw;
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .aix-interactive .aix-interactive-item--is-active .aix-interactive-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 993px) {
  .aix-interactive .aix-interactive-item--is-active .aix-interactive-content {
    -webkit-transform: translateX(0) translateY(61px);
    transform: translateX(0) translateY(61px);
    -webkit-transform: translateX(0) translateY(calc(61 / var(--font-size) * 18px));
    transform: translateX(0) translateY(calc(61 / var(--font-size) * 18px));
  }
}
@media screen and (min-width: 993px) {
  .aix-interactive.aix-interactive--is-active .aix-interactive-content {
    opacity: 0;
  }
}
@media screen and (min-width: 993px) {
  .aix-interactive.aix-interactive--is-active .aix-interactive-item--is-active .aix-interactive-content {
    -webkit-transform: translateX(30px) translateY(0);
    transform: translateX(30px) translateY(0);
    -webkit-transform: translateX(calc(30 / var(--font-size) * 18px)) translateY(0);
    transform: translateX(calc(30 / var(--font-size) * 18px)) translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .aix-interactive .aix-interactive-button {
    margin-top: 5px;
    margin-top: calc(5 / var(--font-size) * 18px);
    opacity: 0;
    transition: opacity 0.8s;
  }
}
.aix-interactive .aix-interactive-item--is-active .aix-interactive-button {
  opacity: 1;
}

@media screen and (min-width: 993px) {
  .aix-interactive .aix-interactive-item--is-active .aix-interactive-button {
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .aix-interactive.aix-interactive--is-active .aix-interactive-item--is-active .aix-interactive-button {
    opacity: 1;
  }
}
.aix-interactive .aix-interactive-header {
  max-width: 340px;
  max-width: calc(340 / var(--font-size) * 18px);
  margin-bottom: 5px;
  margin-bottom: calc(5 / var(--font-size) * 18px);
}

@media screen and (min-width: 769px) {
  .aix-interactive .aix-interactive-header {
    margin-bottom: 10px;
    margin-bottom: calc(10 / var(--font-size) * 18px);
  }
}
.aix-interactive .aix-interactive-heading p {
  font-size: 30px;
  font-size: calc(30 / var(--font-size) * 18px);
  line-height: 34px;
  line-height: calc(34 / var(--font-size) * 18px);
  letter-spacing: 0;
}

.aix-interactive .aix-interactive-description p {
  display: block;
  max-width: 480px;
  max-width: calc(480 / var(--font-size) * 18px);
}

.aix-interactive.glide .arrow {
  top: inherit;
  bottom: 15px;
}

.aix-interactive.glide .arrow-right {
  right: 8px;
}

.aix-interactive.glide .arrow-left {
  left: 8px;
}

.aix-interactive.glide .glide__bullets {
  bottom: 51px;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide-slides,
.glide-track {
  overflow: hidden;
}

.glide-slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide-slide,
.glide-slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide-slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide-slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide-arrows,
.glide-bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide-arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: var(--color-white);
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.15s ease, border 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}

.glide-arrow:focus {
  outline: none;
}

.glide-arrow:hover {
  border-color: var(--color-white);
}

.glide-arrow--left {
  left: 2em;
}

.glide-arrow--right {
  right: 2em;
}

.glide-arrow--disabled {
  opacity: 0.33;
}

.glide-bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.glide-bullet {
  background-color: hsla(0, 0%, 100%, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.25em;
}

.glide-bullet:focus {
  outline: none;
}

.glide-bullet:focus,
.glide-bullet:hover {
  border: 2px solid var(--color-white);
  background-color: hsla(0, 0%, 100%, 0.5);
}

.glide-bullet--active {
  background-color: var(--color-white);
}

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.button,
.button-small {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  font-size: calc(20 / var(--font-size) * 18px);
  line-height: 25px;
  line-height: calc(25 / var(--font-size) * 18px);
  position: relative;
  z-index: 1;
  display: inline-flex;
  overflow: hidden;
  color: #000;
  color: var(--color-white);
  line-height: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.button:hover, .button-small:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .button,
  .button-small {
    font-size: 18px;
    font-size: calc(18 / var(--font-size) * 18px);
    line-height: 24px;
    line-height: calc(24 / var(--font-size) * 18px);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
.button-small:visited,
.button:visited {
  color: #000;
  color: var(--color-black);
}

.button-small.focus-visible,
.button-small:hover,
.button.focus-visible,
.button:hover {
  outline: none;
}

.button-small:after,
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 101%;
  height: 100%;
  background: #0074a2;
  background: var(--color-ci);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
}

.button-small {
  padding: 7px 2px 0;
  color: #000;
  color: var(--color-black);
  line-height: 27px;
  border-bottom: 3px solid #0074a2;
  border-bottom: 3px solid var(--color-ci);
  transition: color 0.2s linear;
}

.button-small.focus-visible,
.button-small:hover {
  color: var(--color-white);
}

.button-small.focus-visible:after,
.button-small:hover:after {
  left: 0;
  width: 101%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.button-small.focus-visible span,
.button-small:hover span {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.button-small:after {
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.button-small:after,
.button-small span {
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.button-small span {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.button {
  padding: 10px 72px;
  border: 3px solid #0074a2;
  border: 3px solid var(--color-ci);
}

@media screen and (max-width: 1024px) {
  .button {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.button:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.button.focus-visible,
.button:hover {
  color: var(--color-white);
}

.button.focus-visible.focus-visible:after,
.button.focus-visible:hover:after,
.button:hover.focus-visible:after,
.button:hover:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.button.focus-visible,
.button:focus-visible {
  outline: 2px solid #0074a2;
  outline: 2px solid var(--color-ci);
  outline-offset: 2px;
}

.button.button-black {
  border-color: #000;
  border-color: var(--color-black);
}

.button.button-black.focus-visible,
.button.button-black:focus-visible {
  outline-color: #000;
  outline-color: var(--color-black);
}

.button.button-black:after {
  background: #000;
  background: var(--color-black);
}

.button.button-white {
  color: var(--color-white);
  border-color: var(--color-white);
}

.button.button-white:hover {
  color: #000;
  color: var(--color-black);
}

.button.button-white.focus-visible,
.button.button-white:focus-visible {
  color: #000;
  color: var(--color-black);
  outline-color: var(--color-white);
}

.button.button-white:after {
  background: #fff;
  background: var(--color-white);
}

.button.button-blue {
  color: var(--color-blue-dark);
  color: var(--color-ci);
  border-color: var(--color-blue-dark);
  border-color: var(--color-ci);
}

.button.button-blue:hover {
  color: var(--color-white);
}

.button.button-blue.focus-visible,
.button.button-blue:focus-visible {
  color: #fff;
  color: var(--color-white);
  outline-color: var(--color-blue-dark);
  outline-color: var(--color-ci);
}

.button.button-blue:after {
  background: var(--color-blue-dark);
  background: var(--color-ci);
}

.center-btn {
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 600px) {
  .center-btn {
    max-width: 1080px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .center-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .center-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .center-btn {
    margin-top: 20px;
  }
}
.floating-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--color-white);
  background: #000;
  background: var(--color-black);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.floating-btn.focus-visible,
.floating-btn:hover {
  background-color: #0074a2;
  background-color: var(--color-ci);
}

.button-black {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  font-size: calc(20 / var(--font-size) * 18px);
  line-height: 25px;
  line-height: calc(25 / var(--font-size) * 18px);
  display: inline-flex;
  padding: 14px 20px;
  color: var(--color-white);
  text-decoration: none;
  background-color: #000;
  background-color: var(--color-black);
}

@media screen and (max-width: 768px) {
  .button-black {
    font-size: 18px;
    font-size: calc(18 / var(--font-size) * 18px);
    line-height: 24px;
    line-height: calc(24 / var(--font-size) * 18px);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (max-width: 1024px) {
  .button-black {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.button-black.focus-visible,
.button-black:focus-visible {
  outline-color: #000;
  outline-color: var(--color-black);
}

.button-black:visited,
.button-black i {
  color: var(--color-white);
}

.button-black i {
  margin-top: 2px;
  margin-right: 7px;
  font-weight: 700;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .button-black i {
    margin-top: 3px;
    font-size: 13px;
  }
}
.button-filter {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  font-size: calc(18 / var(--font-size) * 18px);
  line-height: 22px;
  line-height: calc(22 / var(--font-size) * 18px);
  display: inline-flex;
  padding: 9px 16px;
  color: var(--color-white);
  text-decoration: none;
  background-color: #000;
  background-color: var(--color-black);
}

@media screen and (max-width: 768px) {
  .button-filter {
    font-size: 16px;
    font-size: calc(16 / var(--font-size) * 18px);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (max-width: 1024px) {
  .button-filter {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }
}
.button-filter i {
  position: relative;
  top: 4px;
  padding-left: 10px;
  color: var(--color-white);
  font-size: 15px;
}

.product-package-container {
  display: flex;
  width: 100%;
  height: auto;
  gap: 20px;
  justify-content: center;
}

.product-package {
  flex: 0 1 30%;
  aspect-ratio: 1/1;
  margin: 10px;
  background-color: var(--color-white);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px;
}

.product-package:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.product-package-price {
  color: var(--color-orange);
}

.product-package-content ul {
  list-style: none;
  padding-left: 0;
}

.product-package-content ul li {
  position: relative;
  padding-left: 35px;
}

.product-package-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-image: url(/download/pictures/bullet.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.split-teaser {
  max-width: 1380px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 30px 1fr;
  -ms-grid-rows: 1fr 30px 1fr;
  display: grid;
  grid-gap: 30px;
  width: 100%;
  color: var(--color-white);
}

@media screen and (max-width: 600px) {
  .split-teaser {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1024px) {
  .split-teaser {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .split-teaser {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .split-teaser {
    display: block;
  }
}
.split-teaser .split-teaser-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 135px;
  overflow: hidden;
  color: var(--color-white);
  background-color: #000;
  background-color: var(--color-black);
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
  .split-teaser .split-teaser-wrapper {
    margin-bottom: 25px;
  }
  .split-teaser .split-teaser-wrapper .split-teaser-head h3 {
    font-size: 32px;
  }
}
.split-teaser .split-teaser-wrapper.slide-up {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.split-teaser .split-teaser-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
  opacity: 0.1;
  transition: opacity 0.5s ease;
}

.split-teaser i.icon-plus {
  display: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.5s ease;
}

@media screen and (max-width: 1024px) {
  .split-teaser i.icon-plus {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-block;
    padding: 18px;
  }
}
.split-teaser picture[data-lazerload=loaded] img {
  opacity: 0.7;
}

.split-teaser img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.split-teaser .article_editor img {
  position: relative;
  z-index: 50;
  width: 15px;
  height: 15px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.split-teaser .split-teaser-text {
  position: absolute;
  top: 40px;
  left: 20px;
  width: calc(100% - 40px);
}

@media screen and (max-width: 768px) {
  .split-teaser .split-teaser-text {
    padding-top: 18px;
  }
}
.split-teaser .split-teaser-head h3 {
  font-weight: 700;
  font-size: 30px;
  font-size: calc(30 / var(--font-size) * 18px);
  line-height: 51.556px;
  line-height: calc(58 / var(--font-size) * 18px);
  margin-bottom: 20px;
  font-weight: 500;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1024px) {
  .split-teaser .split-teaser-head h3 {
    font-size: 35px;
    font-size: calc(35 / var(--font-size) * 18px);
    line-height: 42px;
    line-height: calc(42 / var(--font-size) * 18px);
  }
}
@media screen and (max-width: 600px) {
  .split-teaser .split-teaser-head h3 {
    margin-bottom: 20px;
    font-size: 25px;
    font-size: calc(25 / var(--font-size) * 18px);
    line-height: 30px;
    line-height: calc(30 / var(--font-size) * 18px);
  }
}
@media screen and (max-width: 768px) {
  .split-teaser .split-teaser-head h3 {
    margin-bottom: 0;
    transition: margin-bottom 0.5s ease;
  }
}
.split-teaser .split-teaser-body p {
  max-width: 600px;
  margin-bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease, max-height 0.5s ease;
}

@media screen and (max-width: 768px) {
  .split-teaser .split-teaser-body p {
    max-height: 0;
  }
}
.split-teaser a {
  position: absolute;
  left: 0px;
  bottom: -32px;
  padding: 0px;
  color: var(--color-white);
  font-size: 18px;
  line-height: 1;
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
  opacity: 0;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.split-teaser .article_editor {
  position: relative;
  padding: 0px;
  color: var(--color-white);
  font-size: 18px;
  line-height: 1;
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
  opacity: 0;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (min-width: 1025px) {
  .split-teaser .split-teaser-wrapper-has-focus:before,
  .split-teaser .split-teaser-wrapper.focus-visible:before,
  .split-teaser .split-teaser-wrapper:hover:before {
    background-color: var(--color-grey-dark);
    opacity: 0.75;
  }
  .split-teaser .split-teaser-wrapper-has-focus i.icon-plus,
  .split-teaser .split-teaser-wrapper.focus-visible i.icon-plus,
  .split-teaser .split-teaser-wrapper:hover i.icon-plus {
    opacity: 1;
  }
  .split-teaser .split-teaser-wrapper-has-focus .split-teaser-text,
  .split-teaser .split-teaser-wrapper.focus-visible .split-teaser-text,
  .split-teaser .split-teaser-wrapper:hover .split-teaser-text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .split-teaser .split-teaser-wrapper-has-focus .split-teaser-body p,
  .split-teaser .split-teaser-wrapper.focus-visible .split-teaser-body p,
  .split-teaser .split-teaser-wrapper:hover .split-teaser-body p {
    opacity: 1;
    transition: opacity 0.3s ease 0.2s;
  }
  .split-teaser .split-teaser-wrapper-has-focus a,
  .split-teaser .split-teaser-wrapper.focus-visible a,
  .split-teaser .split-teaser-wrapper:hover a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1025px) {
  .split-teaser .split-teaser-wrapper-has-focus:before,
  .split-teaser .split-teaser-wrapper.focus-visible:before,
  .split-teaser .split-teaser-wrapper:hover:before {
    background-color: var(--color-grey-dark);
    opacity: 0.75;
  }
  .split-teaser .split-teaser-wrapper-has-focus i.icon-plus,
  .split-teaser .split-teaser-wrapper.focus-visible i.icon-plus,
  .split-teaser .split-teaser-wrapper:hover i.icon-plus {
    opacity: 1;
  }
  .split-teaser .split-teaser-wrapper-has-focus .split-teaser-text,
  .split-teaser .split-teaser-wrapper.focus-visible .split-teaser-text,
  .split-teaser .split-teaser-wrapper:hover .split-teaser-text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .split-teaser .split-teaser-wrapper-has-focus .split-teaser-body p,
  .split-teaser .split-teaser-wrapper.focus-visible .split-teaser-body p,
  .split-teaser .split-teaser-wrapper:hover .split-teaser-body p {
    opacity: 1;
    transition: opacity 0.3s ease 0.2s;
  }
  .split-teaser .split-teaser-wrapper-has-focus a,
  .split-teaser .split-teaser-wrapper.focus-visible a,
  .split-teaser .split-teaser-wrapper:hover a {
    -webkit-transform: translateX(-64px);
    transform: translateY(-64px);
    opacity: 1;
    top: 314px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    width: calc(100% + 20px);
    height: 50px;
    padding: 16px;
    left: -20px;
    pointer-events: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .split-teaser .split-teaser-wrapper:not(.split-teaser-wrapper-active) a {
    top: 314px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    width: calc(100% + 20px);
    height: 50px;
    padding: 16px;
    left: -20px;
    pointer-events: inherit;
  }
  .split-teaser .split-teaser-wrapper-active:before {
    opacity: 0.4;
  }
  .split-teaser .split-teaser-wrapper-active i.icon-plus {
    opacity: 1;
  }
  .split-teaser .split-teaser-wrapper-active .split-teaser-text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .split-teaser .split-teaser-wrapper-active .split-teaser-text {
    max-height: 750px;
    margin: 50px 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .split-teaser .split-teaser-wrapper-active .split-teaser-head h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .split-teaser .split-teaser-wrapper-active .split-teaser-body p {
    opacity: 1;
    transition: opacity 0.3s ease 0.2s, max-height 0.5s ease;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .split-teaser .split-teaser-wrapper-active .split-teaser-body p {
    max-height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .split-teaser .split-teaser-wrapper-active a {
    -webkit-transform: translateX(-64px);
    transform: translateY(-64px);
    opacity: 1;
    top: 314px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    width: calc(100% + 20px);
    height: 50px;
    padding: 16px;
    left: -20px;
    pointer-events: inherit;
  }
}
.split-teaser.split-teaser-items-1 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.split-teaser.split-teaser-items-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.split-teaser.split-teaser-items-3 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.split-teaser.split-teaser-items-4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding-right: 20px;
}

.split-teaser.split-teaser-items-1 .split-teaser-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-row: 1/3;
  grid-column: 1/3;
}

.split-teaser.split-teaser-items-2 .split-teaser-wrapper:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-row: 1/3;
  grid-column: 1;
}

@media screen and (max-width: 1024px) {
  .split-teaser.split-teaser-items-2 .split-teaser-wrapper:first-child {
    grid-row: 1;
    grid-column: 1/3;
  }
}
.split-teaser.split-teaser-items-2 .split-teaser-wrapper:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-row: 1/3;
  grid-column: 2;
}

@media screen and (max-width: 1024px) {
  .split-teaser.split-teaser-items-2 .split-teaser-wrapper:nth-child(2) {
    grid-row: 2;
    grid-column: 1/3;
  }
}
.split-teaser.split-teaser-items-3 .split-teaser-wrapper:first-child {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-row: 1/3;
  grid-column: 2;
}

@media screen and (max-width: 1024px) {
  .split-teaser.split-teaser-items-3 .split-teaser-wrapper:first-child {
    grid-row: 2;
    grid-column: 1/3;
  }
}
.split-teaser.split-teaser-items-3 .split-teaser-wrapper:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.split-teaser.split-teaser-items-3 .split-teaser-wrapper:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.split-teaser.split-teaser-items-4 .split-teaser-wrapper:first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.split-teaser.split-teaser-items-4 .split-teaser-wrapper:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}

.split-teaser.split-teaser-items-4 .split-teaser-wrapper:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.split-teaser.split-teaser-items-4 .split-teaser-wrapper:nth-child(4) {
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .split-teaser.split-teaser-items-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .split-teaser.split-teaser-items-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.split-teaser.split-teaser-items-uneven .split-teaser-wrapper:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-row: 1/3;
  grid-column: 1;
}

.split-teaser.split-teaser-items-uneven .split-teaser-wrapper:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.split-teaser.split-teaser-items-uneven .split-teaser-wrapper:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.col-main.rows-wrapper {
  width: 100%;
}

.col-main > .col-md-6 {
  margin-bottom: 30px;
}

.col-main > .col-md-12 {
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .content .col-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-main > .col-md-6.first-child-of-type {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 992px) {
  .col-main > .col-md-6.last-child-of-type {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.image-box-m {
  width: 100%;
  height: 466px;
  background-color: #000;
}

.image-box-m img {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative;
  opacity: 0.5;
  font-family: "object-fit:cover";
  object-fit: cover;
}

.image-box-s {
  width: 100%;
  height: 227px;
  background-color: #000;
}

.image-box-s img {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative;
  opacity: 0.5;
  font-family: "object-fit:cover";
  object-fit: cover;
}

.news-date-box {
  background-color: var(--color-blue-dark);
  color: var(--color-white);
  position: absolute;
  top: -9px;
  left: 35px;
  line-height: 18px;
  font-size: 18px;
  padding: 5px;
}
.news-date-box h3 {
  margin: 0px;
}
.news-date-box h2 {
  margin: 0px;
}
.news-date-box h1 {
  margin: 0px;
}
.news-date-box p {
  margin: 0px;
}

.col-main > .col-md-6.first-child-of-type {
  padding-left: 0px;
}

.col-main > .col-md-6.last-child-of-type {
  padding-right: 0px;
}

.col-main > .col-md-3.first-child-of-type {
  padding-left: 0px;
}

.col-main > .col-md-3.last-child-of-type {
  padding-right: 0px;
}

.headline-box {
  background-color: var(--color-blue-dark);
  color: var(--color-white);
  position: absolute;
  top: -18px;
  left: 35px;
  line-height: 18px;
  font-size: 18px;
  padding: 5px;
}
.headline-box h3 {
  margin: 0px;
}
.headline-box h2 {
  margin: 0px;
}
.headline-box h1 {
  margin: 0px;
}
.headline-box p {
  margin: 0px;
}

.eq-height-container {
  display: flex;
  margin-bottom: 30px;
}

.eq-height {
  flex: auto;
}

@media screen and (max-width: 600px) {
  .eq-height-container {
    display: block;
  }
  .eq-height {
    flex: none;
  }
}
.event-teaser {
  padding: 50px 20px;
}

.event-info-box {
  background-color: var(--color-white);
  padding: 20px;
  padding-top: 30px;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .event-info-box {
    margin-bottom: 50px;
  }
  .event-next-box {
    margin-bottom: 20px;
  }
}
.little-blue-box {
  height: 10px;
  width: 10px;
  background-color: var(--color-blue-dark);
  float: left;
  margin-right: 10px;
  line-height: 18px;
  margin-top: 7px;
}

a:hover .little-blue-box {
  background-color: var(--color-blue-light);
}

.event-next-box {
  background-color: var(--color-white);
  padding: 20px;
  padding-top: 30px;
  height: 100%;
}

.event-next-date {
  color: var(--color-blue-dark);
  text-align: right;
}

.event-next-location {
  color: var(--color-blue-light);
  text-align: right;
  font-size: 16px;
}

.col-main.headline-image {
  position: relative;
  margin-top: -148px;
  height: 80vh;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0;
}
.col-main.headline-image img {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative;
  font-family: "object-fit:cover";
  object-fit: cover;
}

.headline-box.headline-image {
  background-color: var(--color-blue-dark);
  color: var(--color-white);
  position: relative;
  margin-top: -28px;
  margin-left: -20px;
  line-height: 18px;
  font-size: 18px;
  padding: 5px;
  width: fit-content;
}
.headline-box.headline-image img {
  width: 18px;
  height: 18px;
}

.parallax-container {
  position: relative;
  overflow: hidden;
}

.row > .parallax-container {
  margin-top: -30px;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-position: center;
  transform: translateY(0);
  z-index: -1;
}

.parallax-bg img {
  width: 100vw;
}

.parallax-fg p > img {
  width: 100vw;
  margin-left: -30px;
  margin-top: -125px;
  margin-right: -30px;
  margin-bottom: -75px;
}

.parallax-box {
  position: relative;
  z-index: 1;
  padding: 30px 30px;
}

.parallax-headline-box {
  background-color: var(--color-grey-dark);
  color: var(--color-white);
  font-weight: 700;
  padding: 0px 10px;
  width: fit-content;
  position: relative;
  margin-left: 40px;
  animation: grow-headline-box 0.5s ease-out forwards;
}
.parallax-headline-box p {
  font-size: 30px;
}

@keyframes grow-headline-box {
  from {
    margin-left: 0px;
  }
  to {
    margin-left: 40px;
  }
}
.product-image {
  height: 200px;
  width: 200px;
}

.headline-video video {
  width: 100%;
  display: block;
  margin: -30px auto;
}

.small-image-links-3 {
  display: grid;
  width: 100%;
  margin-top: 2.77778rem;
  margin-top: calc(50 / var(--font-size) * 1rem);
  color: #fff;
  color: var(--color-white);
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.83333rem;
  gap: 0.83333rem;
  grid-gap: calc(15 / var(--font-size) * 1rem);
  gap: calc(15 / var(--font-size) * 1rem);
}

.small-image-links-3-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 3rem;
  overflow: hidden;
  color: #fff;
  color: var(--color-white);
  background-color: #000;
  background-color: var(--color-black);
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.small-image-links-3-wrapper .slide-up {
  transform: translateY(0);
  opacity: 1;
}
.small-image-links-3-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.small-image-links-3-wrapper h3 {
  font-weight: 700;
  font-size: 1.77778rem;
  font-size: calc(32 / var(--font-size) * 1rem);
  font-family: realist;
  line-height: 2.11111rem;
  line-height: calc(38 / var(--font-size) * 1rem);
  z-index: 1;
  margin-bottom: 1.11111rem;
  margin-bottom: calc(20 / var(--font-size) * 1rem);
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.small-image-links-3-wrapper a {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 1rem;
  color: #fff;
  color: var(--color-white);
  font-size: 2rem;
  line-height: 1;
  opacity: 0;
}

.small-image-links-3-text {
  -webkit-transform: translateY(100%) translateY(-1.5rem);
  transform: translateY(100%) translateY(-1.5rem);
  transition: all 0.5s ease;
}

.image-links-small {
  width: 100%;
  max-width: 1380px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 100px;
}

@media screen and (max-width: 600px) {
  .image-links-small {
    max-width: 1300px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .image-links-small {
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .image-links-small {
    margin-top: 60px;
  }
}
.image-links-small-header {
  max-width: 930px;
  max-width: calc(930 / var(--font-size) * 18px);
}

.image-links-small-header > p {
  font-weight: 500;
  font-size: 20px;
  font-size: calc(20 / var(--font-size) * 18px);
  font-family: tiempos;
  line-height: 28px;
  line-height: calc(28 / var(--font-size) * 18px);
  font-style: normal;
  margin-top: 30px;
  margin-top: calc(30 / var(--font-size) * 18px);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .image-links-small-header > p {
    font-size: 18px;
    font-size: calc(18 / var(--font-size) * 18px);
    line-height: 28px;
    line-height: calc(28 / var(--font-size) * 18px);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-top: 20px;
    margin-top: calc(20 / var(--font-size) * 18px);
  }
}
.three-image-links-small-inner {
  display: grid;
  width: 100%;
  margin-top: 50px;
  margin-top: calc(50 / var(--font-size) * 18px);
  color: var(--color-white);
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  gap: 15px;
  grid-gap: calc(15 / var(--font-size) * 18px);
  gap: calc(15 / var(--font-size) * 18px);
}

.four-image-links-small-inner {
  display: grid;
  width: 100%;
  margin-top: 50px;
  margin-top: calc(50 / var(--font-size) * 18px);
  color: var(--color-white);
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  gap: 15px;
  grid-gap: calc(15 / var(--font-size) * 18px);
  gap: calc(15 / var(--font-size) * 18px);
}

@media screen and (max-width: 1024px) {
  .image-links-small-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .image-links-small-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.image-links-small-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 50px;
  overflow: hidden;
  color: var(--color-white);
  background-color: #000;
  background-color: var(--color-black);
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
  .image-links-small-wrapper {
    min-height: 300px;
    min-height: calc(300 / var(--font-size) * 18px);
    padding: 36px;
  }
  .image-links-small-wrapper .image-links-small-head {
    font-size: 36;
  }
}
.image-links-small-wrapper.slide-up {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.image-links-small-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
  opacity: 0.4;
  transition: opacity 0.5s ease;
}

.image-links-small-wrapper--no-image {
  color: #000;
  color: var(--color-black);
  background-color: #bde7ff;
  background-color: var(--color-blue-light);
}

.image-links-small-wrapper--no-image:before {
  opacity: 0;
}

.image-links-small i.icon-plus {
  display: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s ease;
}

@media screen and (max-width: 1024px) {
  .image-links-small i.icon-plus {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    display: inline-block;
    padding: 18px;
  }
}
@media screen and (max-width: 768px) {
  .image-links-small i.icon-plus {
    top: 0;
    right: 0;
  }
}
.image-links-small picture[data-lazerload=loaded] img {
  opacity: 1;
}

.image-links-small img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.image-links-small-text {
  -webkit-transform: translateY(100%) translateY(-27px);
  transform: translateY(100%) translateY(-27px);
  transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
  .image-links-small-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.image-links-small-head {
  font-weight: 700;
  font-size: 32px;
  font-size: calc(32 / var(--font-size) * 18px);
  line-height: 38px;
  line-height: calc(38 / var(--font-size) * 18px);
  z-index: 1;
  margin-bottom: 20px;
  margin-bottom: calc(20 / var(--font-size) * 18px);
}

@media screen and (max-width: 1024px) {
  .image-links-small-head {
    font-size: 26px;
    font-size: calc(26 / var(--font-size) * 18px);
    line-height: 32px;
    line-height: calc(32 / var(--font-size) * 18px);
  }
}
@media screen and (max-width: 600px) {
  .image-links-small-head {
    font-size: 22px;
    font-size: calc(22 / var(--font-size) * 18px);
    line-height: 28px;
    line-height: calc(28 / var(--font-size) * 18px);
  }
}
@media screen and (max-width: 768px) {
  .image-links-small-head {
    margin-bottom: 0;
    transition: margin-bottom 0.5s ease;
  }
}
.image-links-small-body {
  max-width: 600px;
  max-width: calc(600 / var(--font-size) * 18px);
  margin-bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease, max-height 0.5s ease;
}

.image-links-small a {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 18px;
  color: var(--color-white);
  font-size: 36px;
  line-height: 1;
  opacity: 0;
}

@media screen and (min-width: 1025px) {
  .image-links-small-wrapper--has-focus:before,
  .image-links-small-wrapper.focus-visible:before,
  .image-links-small-wrapper:hover:before {
    background-color: #0074a2;
    background-color: var(--color-blue-dark);
    opacity: 0.9;
  }
  .image-links-small-wrapper--has-focus i.icon-plus,
  .image-links-small-wrapper.focus-visible i.icon-plus,
  .image-links-small-wrapper:hover i.icon-plus {
    opacity: 1;
  }
  .image-links-small-wrapper--has-focus .image-links-small-text,
  .image-links-small-wrapper.focus-visible .image-links-small-text,
  .image-links-small-wrapper:hover .image-links-small-text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .image-links-small-wrapper--has-focus .image-links-small-body,
  .image-links-small-wrapper.focus-visible .image-links-small-body,
  .image-links-small-wrapper:hover .image-links-small-body {
    opacity: 1;
    transition: opacity 0.3s ease 0.2s;
  }
  .image-links-small-wrapper--has-focus.image-links-small-wrapper--no-image,
  .image-links-small-wrapper--no-image.focus-visible,
  .image-links-small-wrapper--no-image:hover {
    color: var(--color-white);
  }
}
@media screen and (max-width: 1024px) {
  .image-links-small-wrapper:not(.image-links-small-wrapper--active) {
    cursor: pointer;
  }
  .image-links-small-wrapper:not(.image-links-small-wrapper--active) a,
  .image-links-small-wrapper:not(.image-links-small-wrapper--active) i.icon-plus {
    pointer-events: none;
  }
  .image-links-small-wrapper--no-image.image-links-small-wrapper--active {
    color: var(--color-white);
  }
  .image-links-small a {
    right: 18px;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-36px);
    transform: translateX(-36px);
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .image-links-small a {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .image-links-small-wrapper--active:before {
    background-color: #0074a2;
    background-color: var(--color-blue-dark);
    opacity: 0.9;
  }
  .image-links-small-wrapper--active i.icon-plus {
    opacity: 1;
  }
  .image-links-small-wrapper--active .image-links-small-text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .image-links-small-wrapper--active .image-links-small-text {
    max-height: 750px;
    max-height: calc(750 / var(--font-size) * 18px);
    margin: 10px 0;
    margin: calc(10 / var(--font-size) * 18px) 0;
  }
}
@media screen and (max-width: 1024px) {
  .image-links-small-wrapper--active .image-links-small-body {
    opacity: 1;
    transition: opacity 0.3s ease 0.2s, max-height 0.5s ease;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .image-links-small-wrapper--active .image-links-small-body {
    max-height: 600px;
    max-height: calc(600 / var(--font-size) * 18px);
  }
}
@media screen and (max-width: 1024px) {
  .image-links-small-wrapper--active a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.image-archive-links {
  width: 100%;
  max-width: 1380px;
  margin: 2px 2px;
}

@media screen and (max-width: 600px) {
  .image-archive-links {
    max-width: 1300px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .image-archive-links {
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .image-archive-links {
    margin-top: 60px;
  }
}
.image-archive-links-header {
  max-width: 930px;
  max-width: calc(930 / var(--font-size) * 18px);
}

.image-archive-links-header > p {
  font-weight: 500;
  font-size: 20px;
  font-size: calc(20 / var(--font-size) * 18px);
  font-family: tiempos;
  line-height: 28px;
  line-height: calc(28 / var(--font-size) * 18px);
  font-style: normal;
  margin-top: 30px;
  margin-top: calc(30 / var(--font-size) * 18px);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .image-archive-links-header > p {
    font-size: 18px;
    font-size: calc(18 / var(--font-size) * 18px);
    line-height: 28px;
    line-height: calc(28 / var(--font-size) * 18px);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-top: 20px;
    margin-top: calc(20 / var(--font-size) * 18px);
  }
}
.image-archive-links-inner {
  display: grid;
  width: 100%;
  margin-top: 0px;
  color: var(--color-white);
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4px;
  gap: 4px;
  grid-gap: calc(4 / var(--font-size) * 18px);
  gap: calc(4 / var(--font-size) * 18px);
}

@media screen and (max-width: 1024px) {
  .image-archive-links-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .image-archive-links-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.image-archive-links-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 50px;
  overflow: hidden;
  color: var(--color-white);
  background-color: #000;
  background-color: var(--color-black);
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
  .image-archive-links-wrapper {
    min-height: 300px;
    min-height: calc(300 / var(--font-size) * 18px);
    padding: 36px;
  }
  .image-archive-links-wrapper .image-archive-links-head {
    font-size: 36;
  }
}
.image-archive-links-wrapper.slide-up {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.image-archive-links-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
  opacity: 0.4;
  transition: opacity 0.5s ease;
}

.image-archive-links-wrapper--no-image {
  color: #000;
  color: var(--color-black);
  background-color: #bde7ff;
  background-color: var(--color-blue-light);
}

.image-archive-links-wrapper--no-image:before {
  opacity: 0;
}

.image-archive-links i.icon-plus {
  display: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s ease;
}

@media screen and (max-width: 1024px) {
  .image-archive-links i.icon-plus {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    display: inline-block;
    padding: 18px;
  }
}
@media screen and (max-width: 768px) {
  .image-archive-links i.icon-plus {
    top: 0;
    right: 0;
  }
}
.image-archive-links picture[data-lazerload=loaded] img {
  opacity: 1;
}

.image-archive-links img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.image-archive-links-text {
  -webkit-transform: translateY(100%) translateY(-27px);
  transform: translateY(100%) translateY(-27px);
  transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
  .image-archive-links-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.image-archive-links-head {
  font-weight: 700;
  font-size: 20px;
  font-size: calc(20 / var(--font-size) * 18px);
  line-height: 20px;
  line-height: calc(20 / var(--font-size) * 18px);
  z-index: 1;
  margin-bottom: 20px;
  margin-bottom: calc(20 / var(--font-size) * 18px);
}

@media screen and (max-width: 1024px) {
  .image-archive-links-head {
    font-size: 26px;
    font-size: calc(26 / var(--font-size) * 18px);
    line-height: 32px;
    line-height: calc(32 / var(--font-size) * 18px);
  }
}
@media screen and (max-width: 600px) {
  .image-archive-links-head {
    font-size: 22px;
    font-size: calc(22 / var(--font-size) * 18px);
    line-height: 28px;
    line-height: calc(28 / var(--font-size) * 18px);
  }
}
@media screen and (max-width: 768px) {
  .image-archive-links-head {
    margin-bottom: 0;
    transition: margin-bottom 0.5s ease;
  }
}
.image-archive-links-body {
  max-width: 600px;
  max-width: calc(600 / var(--font-size) * 18px);
  margin-bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease, max-height 0.5s ease;
}

.image-archive-links a {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 18px;
  color: var(--color-white);
  font-size: 36px;
  line-height: 1;
  opacity: 0;
}

@media screen and (min-width: 1025px) {
  .image-archive-links-wrapper--has-focus:before,
  .image-archive-links-wrapper.focus-visible:before,
  .image-archive-links-wrapper:hover:before {
    background-color: #0074a2;
    background-color: var(--color-blue-dark);
    opacity: 0.9;
  }
  .image-archive-links-wrapper--has-focus i.icon-plus,
  .image-archive-links-wrapper.focus-visible i.icon-plus,
  .image-archive-links-wrapper:hover i.icon-plus {
    opacity: 1;
  }
  .image-archive-links-wrapper--has-focus .image-archive-links-text,
  .image-archive-links-wrapper.focus-visible .image-archive-links-text,
  .image-archive-links-wrapper:hover .image-archive-links-text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .image-archive-links-wrapper--has-focus .image-archive-links-body,
  .image-archive-links-wrapper.focus-visible .image-archive-links-body,
  .image-archive-links-wrapper:hover .image-archive-links-body {
    opacity: 1;
    transition: opacity 0.3s ease 0.2s;
  }
  .image-archive-links-wrapper--has-focus.image-archive-links-wrapper--no-image,
  .image-archive-links-wrapper--no-image.focus-visible,
  .image-archive-links-wrapper--no-image:hover {
    color: var(--color-white);
  }
}
@media screen and (max-width: 1024px) {
  .image-archive-links-wrapper:not(.image-archive-links-wrapper--active) {
    cursor: pointer;
  }
  .image-archive-links-wrapper:not(.image-archive-links-wrapper--active) a,
  .image-archive-links-wrapper:not(.image-archive-links-wrapper--active) i.icon-plus {
    pointer-events: none;
  }
  .image-archive-links-wrapper--no-image.image-archive-links-wrapper--active {
    color: var(--color-white);
  }
  .image-archive-links a {
    right: 18px;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-36px);
    transform: translateX(-36px);
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .image-archive-links a {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .image-archive-links-wrapper--active:before {
    background-color: #0074a2;
    background-color: var(--color-blue-dark);
    opacity: 0.9;
  }
  .image-archive-links-wrapper--active i.icon-plus {
    opacity: 1;
  }
  .image-archive-links-wrapper--active .image-archive-links-text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .image-archive-links-wrapper--active .image-archive-links-text {
    max-height: 750px;
    max-height: calc(750 / var(--font-size) * 18px);
    margin: 10px 0;
    margin: calc(10 / var(--font-size) * 18px) 0;
  }
}
@media screen and (max-width: 1024px) {
  .image-archive-links-wrapper--active .image-archive-links-body {
    opacity: 1;
    transition: opacity 0.3s ease 0.2s, max-height 0.5s ease;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .image-archive-links-wrapper--active .image-archive-links-body {
    max-height: 600px;
    max-height: calc(600 / var(--font-size) * 18px);
  }
}
@media screen and (max-width: 1024px) {
  .image-archive-links-wrapper--active a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .col-main {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  .col-main {
    width: 100%;
  }
}
.company-head {
  text-align: center;
}

.company-head img {
  width: 150px;
}

.article_editor img {
  position: relative;
  z-index: 50;
  width: 15px;
  height: 15px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  padding: 0px;
}

.fixed-pos {
  background-color: transparent;
  left: inherit;
  right: 50px;
  margin-left: 0px;
  top: 400px;
  width: 40px;
  height: 219.8px;
  position: absolute;
}

.fixed-pos.sticky {
  position: fixed;
  top: 175px;
}

@media screen and (max-width: 1400px) {
  .fixed-pos {
    background-color: transparent;
    left: calc(50% - 108.4px);
    right: inherit;
    bottom: 20px;
    margin-left: 0px;
    top: inherit;
    width: 219.8px;
    height: 40px;
    position: fixed;
  }
  .fixed-pos.sticky {
    position: fixed;
    top: inherit;
  }
  .sc-link {
    padding-right: 7px;
  }
}
@media (max-width: 575px) {
  .wide40 > .eq-height-container > .col-md-6 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .wide40 {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .wide40 {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .wide40 {
    width: 40%;
  }
}
.background_row {
  background-size: cover;
  background-position: center center;
}

.col-main.rows-wrapper > .background_row {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: calc(-51vw + 5px) !important;
  margin-right: calc(-50vw + 5px) !important;
  z-index: 1;
}

.footer {
  color: #fff;
  color: var(--color-white);
  background-color: #000;
  background-color: var(--color-blue-dark);
  height: auto;
}
.footer a {
  color: var(--color-grey-dark);
}
.footer a:hover {
  color: var(--color-white);
}

@media screen and (min-width: 1441px) {
  .footer .sitemap {
    max-width: 1920px;
    padding-right: 80px;
    padding-left: 80px;
  }
}
.footer .sitemap {
  background-color: var(--color-orange);
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 54px 60px;
  padding-right: 60px;
  padding-left: 60px;
}

.footer .brand {
  background-color: var(--color-grey-light);
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 60px;
}

.sitemap > .col-main > ul {
  float: left;
  list-style: none;
}

.footer #social-list {
  float: right;
  list-style: none;
  display: flex;
}

.footer ul {
  padding: 0;
  margin: 0;
}

.sitemap > .col-main > ul {
  margin-right: 72px;
}

.sitemap > .col-main > ul:last-child {
  margin-right: 0px;
}

.sitemap ul > ul {
  float: left;
}

.sitemap ul > ul:not(:last-child) {
  margin-right: 72px;
}

.sitemap > .col-main > ul li, .footer #social-list li {
  display: block;
  margin-top: 0;
}

#aboutus {
  display: flex;
  float: right;
  color: var(--color-grey-dark);
  margin-top: 20px;
}

#aboutus a {
  font-weight: 500;
}

.footer .copyright {
  font-size: 18px;
  font-size: calc(18 / var(--font-size) * 18px);
  Background-color: transparent;
}

.footer .logo {
  margin: 0px;
}

@media screen and (min-width: 1025px) {
  .footer #social-list {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .sitemap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer #social-list {
    order: -1;
  }
  .sitemap > .col-main > ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 27px;
  }
}
@media screen and (max-width: 600px) {
  .sitemap {
    max-width: 1300px;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer #social-list {
    order: inherit;
    margin-top: 54px;
  }
  .sitemap > .col-main > ul {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    margin-top: 0;
    text-align: center;
  }
  .sitemap > .col-main > ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.sitemap > .col-main > ul a {
  font-weight: 700;
  font-size: 18px;
  font-size: calc(18 / var(--font-size) * 18px);
  line-height: 22px;
  line-height: calc(22 / var(--font-size) * 18px);
  font-style: normal;
  background-image: linear-gradient(180deg, transparent 93%, #fff 0);
  background-image: linear-gradient(180deg, transparent 93%, var(--color-white) 0);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0;
}

.sitemap > .col-main > ul > ul a {
  font-weight: 500;
  font-size: 18px;
  font-size: calc(18 / var(--font-size) * 18px);
  line-height: 22px;
  line-height: calc(22 / var(--font-size) * 18px);
  font-style: normal;
  background-image: linear-gradient(180deg, transparent 93%, #fff 0);
  background-image: linear-gradient(180deg, transparent 93%, var(--color-white) 0);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0;
}

.footer #social-list li:not(:last-child) {
  margin-right: 36px;
}
