/* Minification failed. Returning unminified contents.
(10,20): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(137,14): run-time error CSS1039: Token not allowed after unary operator: '-font-text-regular'
(140,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(154,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(164,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(255,53): run-time error CSS1030: Expected identifier, found '>'
(255,88): run-time error CSS1031: Expected selector, found ')'
(255,88): run-time error CSS1025: Expected comma or open brace, found ')'
(273,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(297,20): run-time error CSS1039: Token not allowed after unary operator: '-gap-24'
(303,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(320,33): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(321,14): run-time error CSS1039: Token not allowed after unary operator: '-font-text-regular'
(325,33): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(329,17): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(335,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(342,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(354,14): run-time error CSS1039: Token not allowed after unary operator: '-font-text-regular'
(355,19): run-time error CSS1039: Token not allowed after unary operator: '-heading-3-size'
(356,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(358,33): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(360,20): run-time error CSS1039: Token not allowed after unary operator: '-white'
(365,33): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(370,26): run-time error CSS1039: Token not allowed after unary operator: '-button-background-color'
(371,17): run-time error CSS1039: Token not allowed after unary operator: '-gap-8'
(371,30): run-time error CSS1039: Token not allowed after unary operator: '-gap-24'
(375,15): run-time error CSS1039: Token not allowed after unary operator: '-button-color'
(378,23): run-time error CSS1039: Token not allowed after unary operator: '-border-radius-s'
(381,26): run-time error CSS1039: Token not allowed after unary operator: '-button-background-hover-color'
(382,15): run-time error CSS1039: Token not allowed after unary operator: '-button-hover-color'
(383,22): run-time error CSS1039: Token not allowed after unary operator: '-button-background-hover-color'
(389,24): run-time error CSS1039: Token not allowed after unary operator: '-gap-4'
(390,17): run-time error CSS1039: Token not allowed after unary operator: '-cws-neon'
(436,55): run-time error CSS1030: Expected identifier, found '>'
(436,90): run-time error CSS1031: Expected selector, found ')'
(436,90): run-time error CSS1025: Expected comma or open brace, found ')'
(478,21): run-time error CSS1039: Token not allowed after unary operator: '-heading-3-size'
(489,55): run-time error CSS1030: Expected identifier, found '>'
(489,90): run-time error CSS1031: Expected selector, found ')'
(489,90): run-time error CSS1025: Expected comma or open brace, found ')'
(527,21): run-time error CSS1039: Token not allowed after unary operator: '-heading-4-size'
(532,21): run-time error CSS1039: Token not allowed after unary operator: '-heading-4-size'
(562,20): run-time error CSS1039: Token not allowed after unary operator: '-white'
(563,26): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(565,14): run-time error CSS1039: Token not allowed after unary operator: '-font-text-regular'
(569,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(578,20): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(579,15): run-time error CSS1039: Token not allowed after unary operator: '-white'
(584,24): run-time error CSS1039: Token not allowed after unary operator: '-gap-4'
(585,17): run-time error CSS1039: Token not allowed after unary operator: '-cws-neon'
(599,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(604,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(615,26): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(616,20): run-time error CSS1039: Token not allowed after unary operator: '-white'
(628,21): run-time error CSS1039: Token not allowed after unary operator: '-font-text-bold'
(656,26): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(660,26): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(667,17): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
 */
.startpage-head {
  width: 100%;
}

.startpage-hero-media {
  width: 100%;
  min-height: 420px;
  max-height: 600px;
  overflow: hidden;
  background: var(--cws-deep-blue);
  position: relative;
}

.startpage-hero-media img,
.startpage-hero-media video {
  width: 100%;
  height: 100%;
  min-height: 420px;
  max-height: 600px;
  object-fit: cover;
  display: block;
}

.hero-video-element {
  width: 100%;
  height: 100%;
  min-height: 420px;
  max-height: 600px;
  object-fit: cover;
  display: block;
}

.hero-image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  max-height: 600px;
  object-fit: cover;
  display: block;
}

.hero-video-controls {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 10;
}

.hero-progress-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #0D1F2D;
  cursor: pointer;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-progress-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.hero-progress-bg {
  fill: none;
  stroke: #3a4a2a;
  stroke-width: 6;
}

.hero-progress-fill {
  fill: none;
  stroke: #C8E000;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 282.7;
  stroke-dashoffset: 282.7;
  transition: stroke-dashoffset 0.1s linear;
}

.hero-play-icon,
.hero-pause-icon {
  width: 16px;
  height: 16px;
  fill: #C8E000;
  position: relative;
  z-index: 2;
}

.hero-progress-button:hover {
  background: #1a3040;
}

.hero-progress-button:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.startpage-hero-content {
  max-width: 790px;
  padding: 72px 0 96px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.startpage-hero-title {
  color: #0B2632;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: -1.28px;
  margin: 0;
  max-width: 900px;
}

.startpage-hero-content p {
  color: #0b2632;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  margin: 28px 0 0;
}

.startpage-hero-text {
  font: var(--font-text-regular);
  font-size: 20px;
  line-height: 30px;
  color: var(--cws-deep-blue);
  margin: 0;
  max-width: 860px;
}

.startpage-hero-text span + span {
  margin-left: 8px;
}

.startpage > .news-list .news-content h2 {
  margin-top: 40px;
}

.startpage .news-list .content p {
  color: var(--cws-deep-blue);
}

.startpage .news-list .news-content {
  padding: 0 0 8px 0;
}

.startpage .news-list p.date {
  font-weight: 400;
  font-size: 14px;
  color: var(--cws-deep-blue) !important;
  margin: 3px 0;
}

.pressrelease-brandimage img {
  position: relative;
  left: -4px;
}

.startpage .pressrelease-brandimage img {
  height: 30px;
}

.startpage .news-list .image-area {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.startpage .news-list .image-area img {
  vertical-align: middle;
  position: relative;
  height: auto;
  width: 100%;
}

.startpage .news-list .list-item {
  width: 370px;
  display: inline-block;
  margin-left: 47px;
  vertical-align: top;
}
.startpage .news-list .list-item--first {
  margin-left: inherit;
}
.list-item:last-of-type {
  border-bottom: none;
}

.startpage .news-list .item-headline img,
.item-headline h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5rem 0 0;
}

.startpage .news-list .item-content {
  display: inline-block;
  width: 100%;
  padding: 0;
  vertical-align: top;
}

.startpage .news-list .news-list_archivelink {
  margin-top: 20px;
}

.startpage .news-list .Rssbutton {
  width: 40px;
  display: inline-block;
  position: absolute;
  right: 22px;
  margin: 0;
  top: 0;
}

/*----------Pageblocks-----------*/
.startpage-blocks > div {
  display: inline-block;
  vertical-align: top;
}
.startpage-blocks > div + div {
  margin-left: 30px;
}
.startpage-blocks > div .standardblock {
  margin: 0;
}

.startpage .block-area .container-block_content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 32px;
}

.startpage .block-area .container-block_content > div:first-child:nth-last-child(3),
.startpage .block-area .container-block_content > div:first-child:nth-last-child(3) ~ div {
  grid-column: span 1;
}

.startpage .block-area .container-block_content:has(> div:first-child:nth-last-child(3)) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.startpage .block-area .container-block_content > div {
  width: 100%;
  margin-left: 0 !important;
}

.startpage .block-area .container-block_content .standardblock {
  width: 100%;
  padding-top: 0;
}

/*-----------------DEALER MAP---------------*/
.dealer-search {
  padding: 30px 0px;

  & > .content {
    padding: 30px 0px;
    margin-top: 30px;
    border-top: solid 1px var(--grey-e);

    @media (max-width: 1024px) {
      padding: 30px 20px;
    }
  }
}
.dealer-search h2 {
  margin-top: 0;
}
.dealer-search .content p {
  font-weight: 400;
  margin-bottom: 0;
}

.dealer-search form {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dealer-search fieldset {
  margin-top: var(--gap-24);
}

.dealer-search h2,
.dealer-search p,
.dealer-search legend {
  color: var(--cws-deep-blue) !important;
}

.dealer-search legend {
  color: #ffffff;
  display: block;
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
}
.dealer-search input[type="text"] {
  height: 48px;
  padding: 0 5px;
  width: 50%;
  background: rgb(255, 255, 255);
  border: none;
  border-bottom: 1px solid var(--cws-deep-blue);
  font: var(--font-text-regular);
}

.dealer-search input[type="text"]:hover {
  border-bottom: 1px solid var(--cws-green);
}

.dealer-search input[type="text"]:focus-visible {
  outline: var(--cws-green) solid 1.5px;
  text-decoration: none !important;
}

.dealer-search label {
  padding-right: 20px;
  color: var(--cws-deep-blue);
  font-weight: 400;
  font-size: 1.25em;
}

.dealer-search label:hover {
  cursor: pointer;
  color: var(--cws-green);
}

.dealer-search label[for="city"] {
  display: block;
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 10px;
}

.dealer-search #city {
  width: 400px;
  font: var(--font-text-regular);
  font-size: var(--heading-3-size);
  color: var(--cws-deep-blue);
  border: none;
  border-bottom: 1px solid var(--cws-deep-blue);
  height: 48px;
  background: var(--white);
  padding: 5px;
}

.dealer-search #city:hover {
  border-bottom: 1px solid var(--cws-green);
}

.dealer-search input[type="submit"] {
  display: block;
  background-color: var(--button-background-color);
  padding: var(--gap-8) var(--gap-24);
  font-weight: 500;
  font-size: 21px;
  border: none;
  color: var(--button-color);
  margin-top: 40px;
  cursor: pointer;
  border-radius: var(--border-radius-s);
}
.dealer-search input[type="submit"]:hover {
  background-color: var(--button-background-hover-color);
  color: var(--button-hover-color);
  border-color: var(--button-background-hover-color);
  text-decoration: none;
  outline: none !important;
}

.dealer-search input[type="submit"]:focus-visible {
  outline-offset: var(--gap-4);
  outline: var(--cws-neon) solid 3px;
  text-decoration: none !important;
}

.dealer-search .establishment-select {
  line-height: 1.2em;
  display: inline-block;
  margin-bottom: 10px;
}

/*----------Custom checkboxes---------------*/

@media only screen and (max-width: 1024px) {
  .startpage .news-list .image-area {
    width: 15%;
  }

  .startpage .news-list > .content {
    padding: 0 20px;
  }

  .startpage-blocks > div {
    width: 32%;
  }

  .startpage-blocks > div + div {
    margin-left: 2%;
  }
  .startpage .news-list .list-item {
    margin-left: 1.5%;
    width: 31%;
  }
  .startpage .news-list .list-item--first {
    margin-left: 0;
    width: 31%;
  }

  .startpage .news-list .image-area {
    width: 100%;
  }

  .startpage .block-area .container-block_content {
    column-gap: 20px;
    row-gap: 24px;
  }

  .startpage .block-area .container-block_content:has(> div:first-child:nth-last-child(3)) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 864px) {
  .startpage-hero-media {
    min-height: 300px;
    max-height: 360px;
  }

  .startpage-hero-media img,
  .startpage-hero-media video {
    min-height: 300px;
    max-height: 360px;
  }

  .startpage-hero-content {
    max-width: 100%;
    padding: 40px 20px 48px;
  }

  .startpage-hero-title {
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -0.84px;
    margin-bottom: 0;
  }

  .startpage-hero-content p {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -0.4px;
    margin-top: 18px;
  }

  .startpage-hero-text {
    font-size: 18px;
    line-height: 1.45;
  }

  .item-headline img,
  .item-headline h3 {
    font-size: var(--heading-3-size);
    line-height: 1.2em;
    display: inline;
  }

  .block-area {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .startpage .block-area .container-block_content,
  .startpage .block-area .container-block_content:has(> div:first-child:nth-last-child(3)) {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }

  .startpage-blocks {
    padding: 30px 0;
  }

  .startpage-blocks > div {
    display: block;
    width: 100%;
  }

  .startpage-blocks > div + div {
    margin: 20px 0 0 0;
  }

  .startpage .news-list .list-item {
    padding: 20px;
    margin-left: 0;
  }

  .image-area {
    width: 25%;
  }

  .item-content {
    width: 70%;
    padding: 0 0 20px 3%;
  }

  .dealer-search .checkboxesBrand label {
    display: block;
    margin-bottom: 5px;
  }

  .dealer-search #city {
    font-size: var(--heading-4-size);
    width: 100%;
  }

  .dealer-search label {
    font-size: var(--heading-4-size);
  }

  .startpage .news-list .list-item {
    width: 100%;
    padding: 0;
  }

  .startpage .news-list .image-area {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .image-area {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .item-content {
    width: 100%;
    padding: 0;
  }

  .dealer-search .checkboxesBrand label {
    display: block;
    margin-bottom: 5px;
  }
}

.startpage-hero-content .link-button {
  background: var(--white);
  border: 1px solid var(--cws-deep-blue);
  padding: 12px 24px;
  font: var(--font-text-regular);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08px;
  color: var(--cws-deep-blue);
  margin: 40px 0 0;
  display: inline-block;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
}

.startpage-hero-content .link-button:hover {
  background: var(--cws-deep-blue);
  color: var(--white);
  text-decoration: none;
}

.startpage-hero-content .link-button:focus-visible {
  outline-offset: var(--gap-4);
  outline: var(--cws-neon) solid 3px;
  text-decoration: none !important;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding: 2px 30px 0 40px;
  cursor: pointer;
  color: var(--cws-deep-blue);
}

[type="checkbox"]:not(:checked) + label:hover,
[type="checkbox"]:checked + label:hover {
  color: var(--cws-green);
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--cws-deep-blue);
  background: var(--white);
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 7px;
  left: 4px;
  font-size: 30px;
  line-height: 0.8;
  color: transparent;
  transition: all 0.2s;
  font-family: var(--font-text-bold);
  background: url("/static/styles/images/checkbox.png") no-repeat;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid var(--cws-green);
}

label:hover:before {
  border: 1px solid var(--cws-green) !important;
}

@media only screen and (max-width: 865px) {
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    background: none;
    color: var(--cws-deep-blue);
  }
}

