.keyvisual_movie {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
}
.keyvisual_movie video,
.keyvisual_movie source {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  display: block;
  height: auto;
}
@media (min-width: 1680px) {
  .keyvisual_movie video,
  .keyvisual_movie source {
    width: 1680px;
  }
}
.keyvisual__content {
  z-index: 101;
}
.cookie-notice {
  display: none;
}
.main-navigation__mobile > .svg.svg-logo-twentyfive {
  height: 50px;
  width: 90px;
  background: #fff;
}
.main-footer .svg-logo {
  width: 75px;
  height: 75px;
  display: block;
}

.mb-01 {
  margin-bottom: 2rem;
}

.powermail_fieldset {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.powermail_fieldwrap input,
.powermail_fieldwrap textarea {
  width: 100%;
  font-size: 15px;
  color: rgba(55, 55, 55, 0.5);
  border: 1px solid rgba(55, 55, 55, 0.2);
  padding: 5px 10px;
  margin-bottom: 10px;
}
.powermail_fieldwrap input::placeholder ,
.powermail_fieldwrap textarea::placeholder {
  color: rgba(55, 55, 55, 0.5);
  opacity: 1; /* Firefox */
}
.powermail_fieldwrap .parsley-error,
.powermail_fieldwrap .parsley-error::placeholder,
.powermail_fieldwrap .powermail_field_error,
.powermail_fieldwrap .powermail_field_error::placeholder {
  color: #cc3838;
  opacity: 1; /* Firefox */
}

.powermail_fieldwrap  {
  width: 100%;
}
@media (min-width: 768px) {
  .powermail_fieldwrap  {
    width: 49.5%;
  }
  .powermail_fieldwrap.layout1  {
    width: 100%;
  }
}

.powermail_fieldwrap .powermail_submit {
  background: #478853;
  color: #fff;
  width: auto;
  margin-top: 10px;
}

/* Customize the label (the container) */
.container-chbx {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-chbx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: solid 1px #ccc;
  margin-top: 5px;
}

/* On mouse-over, add a grey background color */
.container-chbx:hover input ~ .checkmark {
  background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */
.container-chbx input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-chbx input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-chbx .checkmark::after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #bbbbbb;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.powermail_fieldwrap_type_textarea {
  margin-bottom: 10px;
}

.parsley-errors-list,
.powermail-errors-list {
  display: none;
}

.sm-img {
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sm-img img {
  width: 120px;
}
@media (min-width: 1200px) {
  .arr-btwn > div::after {
    content: "";
    display: block;
    width: 52px;
    height: 40px;
    position: absolute;
    right: -26px;
    top: 50%;
    background: url(../img/arr-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    margin-top: -10px;
  }

  .arr-btwn > div:last-child::after {
    display: none;
  }
}

.lot-btn {
  width: 80px;
  height: 80px;
  background: #eaa90f;
  position: absolute;
  top: 60px;
  color: #fff;
  border-radius: 50px;
  right: 0;
  z-index: 800;
  cursor: pointer;
  font-size: 15px;
  padding: 29px 10px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
  animation: mymove 5s infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  0% {
    box-shadow: 0 0 0 12px #278b4d;
  }
  20% {
    box-shadow: 0 0 0 9px #278b4d;
  }
  80% {
    box-shadow: 0 0 0 9px #278b4d;
  }
  100% {
    box-shadow: 0 0 0 12px #278b4d;
  }
}

@keyframes mymove {
  0% {
    box-shadow: 0 0 0 12px #278b4d;
  }
  20% {
    box-shadow: 0 0 0 9px #278b4d;
  }
  80% {
    box-shadow: 0 0 0 9px #278b4d;
  }
  100% {
    box-shadow: 0 0 0 12px #278b4d;
  }
}
@media (min-width: 1200px) {
  .lot-btn {
    font-size: 20px;
    position: fixed;
    width: 120px;
    height: 120px;
    top: 200px;
    border-radius: 60px;
    right: 60px;
    padding: 44px 10px;
  }
}

/* Bootstrap pagination */
ul.tx-indexedsearch-browsebox,
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content:center;
  margin:2rem 0;
}

ul.tx-indexedsearch-browsebox a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #278b4d;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

ul.tx-indexedsearch-browsebox a:hover {
  z-index: 2;
  color: #278b4d;
  text-decoration: none;
  background-color: #dee2e6;
  border-color: #278b4d;
}

ul.tx-indexedsearch-browsebox a:focus {
  z-index: 2;
  outline: 0;
}

ul.tx-indexedsearch-browsebox a:not(:disabled):not(.disabled) {
  cursor: pointer;
}

ul.tx-indexedsearch-browsebox li:first-child a {
  margin-left: 0;
}

ul.tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a {
  z-index: 1;
  color: #fff;
  background-color: #278b4d;
  border-color: #278b4d;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.search {
  z-index:3;
}
.search:hover {
  z-index:3;
}

.frame .skk_offers {
  max-width:none;
}
.frame .skk_container {
  max-width:none;
}
@media (min-width:401px) {
  .skk_offers td:last-child {
    text-align:right;
  }
}
a.external-link {
  position: relative;
  padding-left: 22px; }

a.external-link > .svg {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 2px; }

a.external-link:before {
  content: "";
  background: url("../Icons/external-link.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 16px;
  top:2px;
  left: 2px; }

.textmedia__figure--white {
  background: #ffffff; }

#CybotCookiebotDialog img {
  width:auto;
}