/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select {
  margin: 0; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

img,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

a,
a:visited,
a:active {
  text-decoration: none; }

/* rubik-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rubik-v31-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* rubik-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/rubik-v31-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* rubik-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rubik-v31-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* rubik-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/rubik-v31-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

.block {
  display: grid;
  gap: 2px; }
  @media screen and (min-width: 768px) {
    .block {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 1200px) {
    .block {
      grid-template-columns: repeat(4, 1fr); } }
  .block__content {
    padding: 4rem;
    width: 100%;
    background-color: #edd700;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    color: #140d00; }
    @media screen and (min-width: 768px) {
      .block__content {
        justify-content: space-between;
        align-items: center; } }
  .block__content:nth-child(1) {
    background-image: url("../images/kachel-bl-1.png");
    background-size: 13%;
    background-position: left bottom; }
    @media screen and (min-width: 768px) {
      .block__content:nth-child(1) {
        background-size: 23%; } }
  .block__content:nth-child(2) {
    background-image: url("../images/kachel-bl-2.png");
    background-size: 15%;
    background-position: left top; }
    @media screen and (min-width: 768px) {
      .block__content:nth-child(2) {
        background-size: 28%; } }
  .block__content:nth-child(3) {
    background-image: url("../images/kachel-bl-3.png");
    background-size: 13%;
    background-position: right top; }
    @media screen and (min-width: 768px) {
      .block__content:nth-child(3) {
        background-size: 23%; } }
  .block__content:nth-child(4) {
    background-image: url("../images/kachel-bl-4.png");
    background-size: 13%;
    background-position: left bottom; }
    @media screen and (min-width: 768px) {
      .block__content:nth-child(4) {
        background-size: 25%; } }
  @media screen and (min-width: 768px) {
    .block__text {
      width: 100%;
      max-width: 16rem; } }
  .block__button {
    text-align: center;
    padding: 10px;
    margin-top: 30px;
    font-size: 20px;
    background-color: transparent;
    border: 2px solid #140d00;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    color: #140d00; }
    @media screen and (min-width: 768px) {
      .block__button {
        width: 100%;
        max-width: 16rem; } }

.contestants {
  padding: 1.25rem 0; }
  .contestants__title {
    color: #ffffff;
    text-align: center; }
  .contestants__container {
    padding: 1rem 0;
    display: grid; }
    @media screen and (min-width: 480px) {
      .contestants__container {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 768px) {
      .contestants__container {
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (min-width: 1200px) {
      .contestants__container {
        grid-template-columns: repeat(4, 1fr); } }
  .contestants__box {
    position: relative; }
  .contestants__image img {
    display: block;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%; }
  .contestants__image {
    position: relative; }
  .contestants__image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9)); }
  .contestants__overlay {
    position: absolute;
    inset: auto 1rem 1rem 1rem;
    z-index: 2; }
  .contestants__name {
    margin: 0; }
    .contestants__name a {
      color: #ffffff !important; }
  .contestants__text {
    width: 68%;
    text-align: center;
    margin: 0 auto 1rem; }
  .contestants__subtitle {
    color: #edd700;
    font-size: 1rem;
    text-transform: uppercase; }
  .contestants__button {
    position: absolute;
    inset: 1rem 1rem auto auto;
    z-index: 2;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff !important;
    background-color: #edd700;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif; }

.page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0.5rem 6rem; }
  @media screen and (min-width: 480px) {
    .page {
      padding: 2rem 2.5rem 6rem; } }
  .page__heading {
    text-align: center;
    width: 1200px;
    max-width: 100%; }
  .page__heading::after {
    content: '';
    width: 100%;
    border-top: 2px solid #ffffff;
    display: block;
    margin: 0 auto;
    padding-bottom: 2rem; }
  .page__content {
    width: 1000px;
    max-width: 100%; }
    .page__content p {
      padding-bottom: 1rem;
      text-align: center; }
    .page__content a {
      color: #edd700; }

.post-type-gewinner .wp-block-image {
  margin: 0 0 2.5em; }

#post-591 p, #post-595 p, #post-599 p, #post-601 p {
  text-align: left; }

.footer {
  padding: 2rem 2.5rem;
  border-top: 1px solid #4d4d4d; }
  .footer .container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem; }
    @media screen and (min-width: 768px) {
      .footer .container {
        flex-direction: row;
        justify-content: space-between; } }
  .footer__links li {
    padding: 0.8rem 1rem 0.8rem 0;
    font-size: 1rem;
    border-bottom: 1px solid #4d4d4d; }
  .footer__logo {
    font-size: 1rem;
    padding-top: 1rem; }

.dlv-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem; }

.dlv-logo span {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold; }

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8)), url("../images/bg-hero-small.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 4rem 2.5rem; }
  @media screen and (min-width: 768px) {
    .hero {
      background-image: linear-gradient(rgba(0, 0, 0, 0) 40%, black), url("../images/bg-hero.jpg");
      gap: 3.75rem; } }
  .hero__text::before {
    content: '';
    width: 80%;
    border-top: 2px solid #ffffff;
    display: block;
    margin: 0 auto;
    padding-bottom: 1.25rem; }
  .hero__text {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .hero__text {
        width: 68%; } }

.jury {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 2.5rem;
  background-color: #ffffff; }
  .jury__content {
    max-width: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 1rem 0; }
  .jury__title {
    color: #2c2c2c; }
  .jury__image {
    height: 30px; }

.slider {
  width: 2179px;
  margin: auto;
  overflow: visible; }

.slider ul {
  display: flex;
  padding: 0;
  animation: cambio 10s infinite linear; }

.slider li {
  padding: 0 10px;
  list-style: none; }

.slider img {
  max-width: fit-content !important;
  height: auto !important; }

@keyframes cambio {
  from {
    margin-left: 0%; }
  to {
    margin-left: -100%; } }

.partner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  padding: 2.5rem 0; }
  .partner__image {
    max-height: 80px;
    max-width: 185px; }

.navbar {
  max-width: 1920px;
  width: 100%;
  height: 3.25rem;
  background-color: #140d00;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 1000000; }
  @media screen and (min-width: 768px) {
    .navbar {
      height: 5.25rem; } }
  .navbar__btn {
    position: absolute;
    z-index: 1000;
    left: 1rem;
    top: 1rem;
    height: 20px;
    width: 28px;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .navbar__btn {
        visibility: hidden; } }
  .navbar__burger {
    position: absolute;
    top: 0.5rem;
    width: 28px;
    height: 3px;
    background: #ffffff;
    transition: all 0.7s ease-in-out; }
    .navbar__burger::before {
      content: '';
      position: absolute;
      top: -8px;
      width: 28px;
      height: 3px;
      background: #ffffff;
      transition: all 0.7s ease-in-out; }
    .navbar__burger::after {
      content: '';
      position: absolute;
      top: 8px;
      width: 28px;
      height: 3px;
      background: #ffffff;
      transition: all 0.7s ease-in-out; }
    .navbar__burger.open {
      transform: rotate(360deg);
      background: transparent; }
      .navbar__burger.open::before {
        transform: rotate(45deg) translate(5px, 8px); }
      .navbar__burger.open::after {
        transform: rotate(-45deg) translate(3px, -7px); }
  @media screen and (min-width: 768px) {
    .navbar__menu {
      position: relative;
      display: flex;
      justify-content: center;
      width: 100%; } }
  .navbar__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background: #edd700;
    list-style-type: none;
    opacity: 0.9;
    transform: translateY(-100%);
    transition: all 0.7s ease-in-out; }
    @media screen and (min-width: 768px) {
      .navbar__items {
        flex-direction: row;
        align-items: flex-end;
        background: transparent;
        transform: translateY(0);
        height: auto; } }
    .navbar__items.open {
      transform: translateY(0); }
  @media screen and (min-width: 768px) {
    .navbar__item {
      transform: translateY(0);
      padding: 0 1rem 1rem 1rem; }
      .navbar__item::before {
        content: '';
        border-top: 10px solid #edd700;
        display: block;
        width: 40px;
        padding-bottom: 29px;
        opacity: 0; }
      .navbar__item:hover::before {
        opacity: 1;
        transition: all 0.3s ease-in-out; }
      .navbar__item.active::before {
        opacity: 1; } }
  .navbar__link {
    font-size: 2rem;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .navbar__link {
        font-size: 1.25rem; } }
  .navbar__dropdown {
    position: absolute;
    left: 0;
    background-color: black;
    padding: 1em; }
  .navbar__language {
    position: absolute;
    right: 1rem;
    top: 1rem;
    display: flex;
    gap: 0.5em; }
    @media screen and (min-width: 768px) {
      .navbar__language {
        display: none; } }

.navbar__item.has-dropdown {
  display: none; }

@media screen and (min-width: 768px) {
  .navbar__item.has-dropdown {
    padding-inline: 1em;
    overflow: hidden;
    display: block; }
    .navbar__item.has-dropdown:hover {
      overflow: visible; }
    .navbar__item.has-dropdown::after {
      border: 3px solid transparent;
      border-radius: 2px;
      border-right: 0;
      border-top: 0;
      content: ' ';
      display: block;
      height: 0.625em;
      pointer-events: none;
      position: absolute;
      top: 50%;
      transform: rotate(-45deg);
      transform-origin: center;
      width: 0.625em;
      border-color: #ffffff;
      right: 5px; } }

.contestant-logo {
  margin-bottom: 1rem;
  filter: invert(100%); }

.ow_vote_single_section {
  float: none !important;
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1rem 6rem 1rem; }
  @media screen and (min-width: 768px) {
    .ow_vote_single_section {
      padding: 2rem 2.5rem 6rem 2.5rem; } }

.ow_vote_single_container {
  float: none !important;
  width: 1000px !important;
  max-width: 100%; }

.ow_contestant_values {
  float: none !important;
  width: 100% !important;
  background: none !important;
  padding: 0 !important; }

.ow_align_center {
  left: 0 !important; }

.ow_vote_contest_top_bar,
.ow_contestant_custom_fields,
.ow_contestant_custom_fields h2,
.ow_contestant_other_det span,
.ow_votes_social_container,
.ow_vote_content_comment {
  display: none; }

.page__back {
  padding-bottom: 1.5rem; }

.ow_single_page_content > .ow_contestant_custom_fields {
  display: block; }

.ow_contestant_custom_fields {
  border-top: 0 !important; }

h2.ow_vote_single-title {
  font-size: 2rem;
  margin-bottom: 0.5em !important;
  padding: 0 !important; }
  @media screen and (min-width: 768px) {
    h2.ow_vote_single-title {
      font-size: 2.5rem; } }

.ow_vote_cont_img img {
  aspect-ratio: 3/2;
  object-fit: cover; }

.vote_content h4 {
  color: #edd700;
  text-transform: uppercase;
  margin-bottom: 0.75em; }

.ow_contestant_custom_fields {
  padding: 0 !important; }

.ow_contestant_other_det {
  text-transform: uppercase; }

.vote_content {
  margin: 0 !important;
  padding-bottom: 2.5rem !important; }
  .vote_content figure.wp-block-gallery {
    padding-bottom: 1rem; }
  .vote_content iframe {
    width: 1000px;
    height: auto;
    aspect-ratio: 16/9;
    max-width: 100%; }

.ow_vote_btn_container {
  padding-bottom: 2.5rem; }

.ow_voting_button_now {
  width: 280px !important;
  margin: 0 auto;
  padding: 0 !important; }
  .ow_voting_button_now .ow_vote_icons {
    display: none; }

.ow_votes_btn_single {
  line-height: 1.5; }

.ow_voting_button_now .ow_votebutton {
  text-transform: uppercase !important;
  display: block !important;
  width: 100% !important;
  line-height: 45px !important; }

.ow_voting_button_now .ow_votebutton.voter_a_btn_term15:hover,
.ow_voting_button_now .ow_votebutton.voter_a_btn_term17:hover {
  color: #ffffff !important; }

.ow_contestant_custom_fields .ow_contestant_other_det {
  color: #edd700 !important; }

.ow_voting_left,
.ow_voting_right {
  padding: 0 !important;
  display: flex;
  align-items: center; }

.ow_vote_button_content,
.ow_vote_icons::before {
  color: #140d00; }

@media (max-width: 769px) {
  .ow_single_page_content .ow_content_desc {
    margin-left: 0 !important; } }

div.pp_kalypso .pp_fade {
  background: #ffffff !important; }

#pp_full_res .inputbox {
  border: 1px solid lightgrey !important; }

.gewinnspiel-hinweis {
  padding-top: 1rem;
  font-size: 18px; }
  .gewinnspiel-hinweis a {
    color: #140d00 !important;
    text-decoration: underline !important; }

.ow_vote_fancybox-inner,
.ow_vote_fancybox_result {
  height: auto !important; }

.ow_vote_icons voteconestant-success {
  display: none !important; }

.owt_success {
  background-color: #ffffff !important;
  color: #140d00 !important;
  margin-bottom: 0 !important; }
  .owt_success a {
    color: #140d00 !important;
    text-decoration: underline !important; }

.owt_warning {
  background-color: #ffffff !important;
  color: #140d00 !important; }

.vote_content p {
  padding-bottom: 2px; }

.ow_single_page_content .vote_content li {
  color: #ffffff; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Rubik", sans-serif;
  font-size: 1.25rem;
  color: #ffffff;
  background-color: #2c2c2c;
  padding-top: 3.25rem; }
  @media screen and (min-width: 768px) {
    body {
      padding-top: 5.25rem; } }

.wrapper {
  max-width: 1920px;
  margin: 0 auto; }

a {
  color: #ffffff; }

h1,
h2,
h3 {
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5em; }

h1 {
  font-size: 2rem; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  font-size: 1.5rem; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 1.25rem;
  color: #edd700; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 1.5rem; } }

.cmplazypreviewiframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9; }

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  flex-direction: row !important; }

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  height: auto !important;
  align-items: stretch !important; }

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: auto !important;
  display: flex !important; }

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  margin-left: 0 !important; }

.wp-block-separator {
  margin-bottom: 2.5rem; }

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