/*
Theme Name: BMBF Wax
Theme URI: https://github.com/elementor/hello-theme/
Description: websplash | Agentur für Internet und Mediendesign
Author: websplash
Author URI: https://websplash.de/
Template: hello-elementor
Version: 1.3
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

section a {
    color: var(--e-global-color-primary);
}

.elementor-element a {
    text-decoration: underline;
}

.elementor-element a:hover {
    color: var(--e-global-color-secondary);
}

#main_wrapper {
    margin: 0 auto;
    max-width: 1920px;
    background-color: #fff;
    box-shadow: 0 0 20px #666;
}


.elementor-widget-text-editor p:last-of-type {
    margin-bottom: 0;
}

.websplash .swiper-pagination.swiper-pagination-bullets {
    width: auto;
    bottom: auto;
    top: 50%;
    left: auto;
    right: 40px;
    transform: translateY(-50%);
}

.websplash .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px auto 10px auto;
    border: 2px solid #fff;
    text-align: center;
    display: block;
}

.websplash .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background: var(--e-global-color-bfd51a4) !important;
}

.websplash .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    height: 40px;
    background-image: url('assets/images/tropfen.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.elementor-widget-posts .elementor-post__text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.websplash .elementor-nav-menu {
    z-index: 99999;
}

.websplash .elementor-nav-menu--dropdown {

}


.elementor-widget-posts .elementor-post__text .elementor-post__meta-data {
    order: -1;
}

.elementor-widget-posts .elementor-post__text .elementor-post__read-more,
.elementor-widget-posts .elementor-post__text .elementor-post__title:hover a
.elementor-widget-archive-posts .elementor-post__text .elementor-post__title a,
.elementor-widget-archive-posts .elementor-post__text .elementor-post__title:hover a {
    text-decoration: underline;
}

.elementor-widget-posts .elementor-post__text .elementor-post__read-more:hover,
.elementor-widget-posts .elementor-post__text .elementor-post__title:hover a,
.elementor-widget-archive-posts .elementor-post__text .elementor-post__read-more:hover,
.elementor-widget-archive-posts .elementor-post__text .elementor-post__title:hover a {
    color: #000 !important;
}


/*.elementor-widget-nav-menu:not(.elementor-nav-menu--burger) .elementor-nav-menu--dropdown > ul {
  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}*/

/*.elementor-widget-nav-menu:not(.elementor-nav-menu--burger).elementor-nav-menu--dropdown ul li {
  !*width:100%;*!
  max-width:250px;
  min-width:100px;
}*/

.websplash .elementor-nav-menu--dropdown a {
    border: none !important;
}

/*.elementor-widget-nav-menu:not(.elementor-nav-menu--burger) .elementor-nav-menu--dropdown a:hover,
.elementor-location-header .elementor-widget-nav-menu a:hover {
  text-decoration: underline!important;
}*/

.elementor-location-header .elementor-widget-nav-menu ul.sub-menu li {
    min-width: 250px;
}

/*.elementor-widget-nav-menu .elementor-nav-menu--dropdown li ul.sub-menu {
  display:block!important;
  visibility: hidden;
  height:0;
  overflow: hidden;
}*/

/*.elementor-location-header section .elementor-widget-nav-menu .elementor-nav-menu--dropdown li ul.sub-menu.active {
  height:auto;
  visibility: visible;
}*/

/*.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-sub-item:focus {
  background-color: transparent!important;
}*/

/*

.elementor-location-header section.elementor-sticky--active .elementor-widget-nav-menu .elementor-nav-menu--dropdown li ul.sub-menu.active {
  visibility: hidden;
  height: 0;
}
*/


/*Waves*/

.wavewrapper .elementor-widget-html {
    margin-bottom: 0 !important;
    line-height: 1;
}

.waves {
    position: relative;
    width: 100%;
    height: 10vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 400px;
}

/* Animation */
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .1) infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 10s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 15s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 18s;
}

/*.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 25s;
}*/
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }
}

/*Other*/

.unique-color-dark {
    background-color: #7289da !important;
}

.bg-light {
    background-color: #7289DA !important;
}

.navbar-brand {
    color: white;
}

.custom-color {
    background-color: #7289DA !important
}


.e-gallery-image {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
}

.projectdetails a {
    color: inherit;
}

.projectdetails ul {
    padding-left: 1em;
}

.projectdetails .elementor-widget-icon-list a .elementor-icon-list-text {
    text-decoration: underline;
    color: inherit;
}

.projectdetails .elementor-widget-icon-list a:hover .elementor-icon-list-text {
    color: #000;
}


.download_data li a:hover .elementor-icon-list-text {
    text-decoration: underline !important;
}

.social_list .elementor-icon-list-items li,
.social_list .elementor-icon-list-items li a {
    flex-direction: column !important;
}

.social_list .elementor-icon-list-items li a .elementor-icon-list-icon {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social_list .elementor-icon-list-items li a:hover .elementor-icon-list-icon {
    transform: scale(1.1);
}


.single_event_external .event_title a:hover,
.single_event_external a.elementor-button-link:hover {
    text-decoration: underline;
    color: #000 !important;
}

.event_date .elementor-heading-title {
    white-space: nowrap;
}

.single_event_external .elementor-section {
    /*  height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      max-height: 150px;*/
}


.elementor-button:hover .elementor-align-icon-right {
    padding-left: 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.single-termin .download_list_title {
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 1em;
    text-transform: uppercase;
}

.single-termin .download_list {
    margin: 10px 0 0 0;
    padding: 0 0 0 1em;
}

.single-termin .download_list a {
    color: var(--e-global-color-primary);

}

.single-termin .download_list a:hover {
    text-decoration: underline;
    color: #000;
}

.anmelde_url a:not([href]) {
    display: none;
}

.download_by_cats .single_dl_cat:not(:last-of-type) {
    margin-bottom: 20px;
}

.download_by_cats .single_dl_cat h2 {
    margin: 0 0 10px 0;
}


.download_by_cats .single_dl_cat a {
    color: var(--e-global-color-primary);
}

.download_by_cats .single_dl_cat a:hover {
    text-decoration: underline;
    color: #000;
}


.elementor-widget-text-editor a {
    color: var(--e-global-color-primary);
    text-decoration: underline;
}

.elementor-widget-text-editor a:hover {
    color: #000;
}

.single-wpdmpro .w3eden .col-md-5,
.single-wpdmpro .w3eden h1.mt-0 {
    display: none;
}

.single-wpdmpro .w3eden .col-md-7 {
    width: 100%;
    max-width: 100%;
    flex: 1;
}


.media-frame-content span.setting label[for="attachment-details-two-column-description"]::after {
    content: ' / Quellenangabe' !important;
}


.elementor-location-header .elementor-search-form__toggle {
    padding: 14px;
    display: block;
    height: 100%;
    line-height: 1;
}

.elementor-location-header .elementor-search-form__toggle:hover {
    background-color: var(--e-global-color-ce57b66);
}

.elementor-location-header .elementor-search-form__toggle i,
.elementor-location-header .elementor-search-form__toggle:hover i {
    background-color: transparent !important;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.gallery figure {
    padding: 0 20px 15px 0;
    margin: 0;
    width: 33.33%;
}

.elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal {
    padding: 0;
}

.elementor-widget-wpml-language-switcher .wpml-elementor-ls ul {
    text-align: right;
}

.elementor-widget-wpml-language-switcher .wpml-elementor-ls ul li {
    margin: 0 0 0 20px;
}

.elementor-widget-wpml-language-switcher .wpml-elementor-ls ul li.wpml-ls-current-language {
    display: none;
}

.elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal a {
    padding: 0;
}

.elementor-widget-form .elementor-field-type-text,
.elementor-widget-form .elementor-field-type-email,
.elementor-widget-form .elementor-field-type-textarea,
.elementor-widget-form .elementor-field-type-radio,
.elementor-widget-form .elementor-field-type-checkbox {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

.elementor-widget-form input:focus,
.elementor-widget-form input:active {
    outline:none!important;
    box-shadow: none!important;
    border-color:var(--e-global-color-accent)!important;
}

.elementor-widget-form .elementor-field-type-radio,
.elementor-widget-form .elementor-field-type-checkbox {
  flex-wrap:wrap;
}

.elementor-widget-form .elementor-field-type-text label,
.elementor-widget-form .elementor-field-type-email label,
.elementor-widget-form .elementor-field-type-textarea label,
.elementor-widget-form .elementor-field-type-radio > label,
.elementor-widget-form .elementor-field-type-checkbox > label {
  /*height:100%;*/
  min-width:190px;
  padding:5px 10px!important;
  display:flex;
  background-color: var(--e-global-color-27ed5ba);
  align-items: center;
  justify-content: flex-start;
  border-right:2px solid #fff;
}


.elementor-widget-form .elementor-field-type-textarea label {
  align-items: flex-start;
}

.elementor-widget-form .elementor-field-type-radio,
.elementor-widget-form .elementor-field-type-checkbox {
    margin-bottom:20px!important;
}

.elementor-widget-form .elementor-field-type-radio > label,
.elementor-widget-form .elementor-field-type-checkbox > label {
  width:100%;
  height:auto;
  padding:10px!important;
}

.elementor-field-subgroup.elementor-subgroup-inline {
    display:flex;
    flex-wrap: wrap;
    margin:10px 0 0 0;
    --gap: 10px;
    --columns: 2;
    gap: var(--gap);
}


.elementor-field-subgroup.elementor-subgroup-inline  .elementor-field-option {
    /*width:50%;*/
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
    margin:0;
}

.elementor-field-subgroup label,
.elementor-field-subgroup input {
    vertical-align: middle;
    cursor: pointer;
}

.elementor-field-subgroup .elementor-field-option {
 padding:5px 20px 10px 20px!important;
    background-color: #F0F0F1;
    margin:10px 10px 0 0;
}

.elementor-field-input-description {
    order:-1;
    margin-bottom:10px;
    padding:0!important;
}

.elementor-field-required > label {
    position: relative;
}


.elementor-field-required > label::after {
    background: red;
    width:3px;
    position: absolute;
    left:0;
    top:0;
    height:100%;
    content:' ';
}

.elementor-form-fields-wrapper::after {
    border-left:3px solid red;
    font-size:0.8rem;
    background-color:#F0F0F1;
    padding:5px 10px;
    content:'= benötigte Angaben';
    font-style: italic;
    margin-top: 40px;
    margin-left: 5px;
}

.websplash .elementor-field-type-previous {
    margin-right:auto;
}

.websplash .e-form__buttons {
    margin-top:40px;
}

.elementor-widget-form .elementor-message {
    background-color:var(--e-global-color-27ed5ba);
    padding:20px;
    margin-top:40px;
}

.elementor-widget-form .elementor-message.elementor-message-success {
background-color:var( --e-global-color-accent );
}

@media only screen and (max-width: 980px) {

    .elementor-location-header .elementor-widget-search-form {
        order: 2;
    }

    .elementor-location-header .elementor-widget-nav-menu {
        order: 3;
        margin-left: auto;
    }


    .elementor-posts--skin-classic .elementor-post {
        display: block !important;
    }

    .elementor-posts--skin-classic .elementor-post__text {
        margin-top: 20px;
    }

    .websplash .elementor-element.elementor-element-7135f6e .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }

    .websplash .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        height: 20px !important;
    }

    .websplash .swiper-pagination.swiper-pagination-bullets {
        right: 10px;
    }

}


@media only screen and (max-width: 600px) {

    .elementor-field-subgroup.elementor-subgroup-inline {
        --columns:1;
    }

    .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
        width:100%;
    }

    .elementor-widget-form .elementor-field-type-text, .elementor-widget-form .elementor-field-type-email, .elementor-widget-form .elementor-field-type-textarea, .elementor-widget-form .elementor-field-type-radio, .elementor-widget-form .elementor-field-type-checkbox {

        flex-wrap: wrap;
    }

    .elementor-widget-form .elementor-field-type-text label, .elementor-widget-form .elementor-field-type-email label, .elementor-widget-form .elementor-field-type-textarea label, .elementor-widget-form .elementor-field-type-radio > label, .elementor-widget-form .elementor-field-type-checkbox > label {
        width:100%;
        padding:10px!important;
        border-right:none;
    }

    .elementor-widget-form .elementor-button {
        padding:10px!important;
    }

}




.page-content form.post-password-form {
    margin:0 auto;
    max-width: 1280px;
    padding:80px 10px;
}

.post-password-form p {
    align-items: flex-end;
}


.post-password-form label {
    display: flex;
    text-indent: -999999999px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width:100%;
    max-width:600px;
}

.post-password-form input[type="password"] {
    font-size:2rem;
    border:none;
    border-bottom:5px solid var( --e-global-color-secondary );
    background-color: var(--e-global-color-20b0e00);
    border-radius:0;
    padding:10px 40px;
    width:100%;
    display:block;
    height:80px;
}


.websplash .post-password-form input[type="submit"] {
    background-color: var(--e-global-color-secondary);
    color:#fff;
    font-weight: bold;
    border:none;
    border-radius:0;
    margin:0 0 0 10px;
    height:80px;
}

.post-password-form input[type="submit"]:hover {
    background-color: var( --e-global-color-primary );
}

.filters .e-filter button {
    position: relative;
    overflow: visible;
    padding-left:20px!important;
    display:block;
    text-align: left;
    white-space: unset;
}

.filters .e-filter button::before {
    content:' ';
    border:1px solid #000;
    border-radius:3px;
    width:15px;
    height: 15px;
    vertical-align: middle;
    display:inline-block;
    position: absolute;
    left:0;
    top:2px;
}

.filters .radiostyle .e-filter button::before {
    border-radius: 50%;
}

.filters .e-filter button[aria-pressed="true"]::after {
    content:' ';
    position: absolute;
    left: 1px;
    top: -7px;
    width: 20px;
    height: 25px;
    z-index:5;
    -webkit-mask-image: url('assets/images/check-mark.svg');
    mask-image: url('assets/images/check-mark.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--e-global-color-accent);
}




body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
    display: block;
    visibility: hidden;
}


@media screen and (min-width: 769px) {

    /* admin-bar only relevant for non-mobile */

    body.admin-bar:not(.elementor-editor-active) .elementor-widget-menu-anchor {
        /* value from above, but +30px height from admin bar */
        height: 111px;
        margin-top: -111px;
    }

    body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
        height: 81px; /*same height as header*/
        margin-top: -81px; /*same height as header*/
    }

}


@media screen and (max-width: 768px) {

    /* defined for mobile, as header might be smaller. For non-fixed header it can be left away */ */

    body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
        height: 61px; /*same height as header*/
        margin-top: -61px; /*same height as header*/
    }

}