/*!
Theme Name: equi_theme
Theme URI: https://trioxk.com/
Author: Equi Team
Description: Theme for Equi
Version: 1.0.0
Tested up to: 6.*
Requires PHP: 8.*
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: equi_theme
*/

@media(min-width:992px){
    .col-md-6 .py-5{
        padding-top:75px!important;
    }
    .site-main .type-page .entry-content{
        padding-top: 80px;
    }
    .home .site-main .type-page .entry-content{
        padding-top: 0px;
    }
    .main-article-mobile{
      display: none!important;
    }
    .bill-mobile{
    	display:none!important;
    }
}

.desktop-header .navbar-brand a {
	text-decoration:none;
}

.site-main .type-post .entry-footer{
    margin-top: 40px;
}

/* .site-main .type-page .entry-content{
    padding-top: 80px;
} */

/*Style of Ads  */
.alle-news-kategorie .col-lg-12 .row .col-12.my-4.text-center{
  margin-top: 0px!important;
}
.alle-news-kategorie .col-lg-12 .row .col-12.my-4.text-center .code-block {
  margin: 0px!important;
}

  .custom-ad-banner {
    margin:0 auto;
    max-width: 100%;
  }

  .custom-ad-banner .ad-container {
    text-align: center;
    border-radius: 4px;
    border: 1px solid rgba(5, 12, 31, 0.20);
    background: #f87171;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 16px;
  }

  .custom-ad-banner .ad-label {
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: inline-flex;
    padding: 6px 18px;
    justify-content: center;
    align-items: center;
    gap: 22px;
    border-radius: 40px;
    border: 1px solid #050C1F;
    background: #EEE;
  }

  .custom-ad-banner .ad-label a {
    color: #050C1F;
    font-family: Inter;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
  }

  .custom-ad-banner .ad-text {
    color:  #050C1F;
    font-family: "Barlow-Condensed";
    font-size: 32px;
    font-style: italic;
    font-weight: 600;
    line-height: 40px;
  }

  /* Desktop Sizes */
  .home .top-leaderboard-home-posts{
    margin: 0 auto;
  }

  .billboardd { width: 970px; height: 250px; margin: 0 auto;}
  .leaderboard { width: 728px; height: 90px; margin: 0px auto 36px;}
  .google-ad {width:728px; height: 90px; margin: 0 auto 72px;}
  .skyscraper-wide { width: 160px; height: 600px; }
  .skyscraper-standard { width: 120px; height: 600px; }
  .skyscraper-wide .ad-text,
  .skyscraper-standard .ad-text {
    transform: rotate(-90deg);
  }

    .left-sidebar-ad, .right-sidebar-ad{
        min-width:215px;
    }

  .skyscraper-wide .ad-container .ad-label{
    left: auto;
    right: auto;
  }

  .medium-rectangle {
    width: 300px;
    height: 250px;
  }

  .content-ad {
    width: 970px;
    height: 250px;
  }

  .button-ad-cta {
    width: 259px;
    height: 98px;
  }

  .vertical-button {
    width: 215px;
    height: 118px;
  }

  .button-ad-cta .ad-container, .vertical-button .ad-container {
    display: flex;
    justify-content: space-between;
  }

  .button-ad-cta .ad-container .ad-label, .vertical-button .ad-container .ad-label{
    position: unset;
  }
  .vertical-button .ad-container .ad-label{
    margin-right: -15px;
  }

  #pop-up-ad {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(5, 12, 31, 0.80);
    z-index: 99999;
  }

    #pop-up-ad .pop-up-overlay {
    position: absolute;
    width: 100%; height: 100%;
  }

    #pop-up-ad .pop-up-box {
    position: relative;
    width: 842px;
    height: 480px;
    background: #f87171;
    margin: auto;
    top: 50%; transform: translateY(-50%);
    box-shadow: 0 0 20px rgba(5, 12, 31, 0.80);
    padding: 20px;
    text-align: center;
  }

    #pop-up-ad .pop-up-box .interstitial-content {
      display: flex;
      justify-content: center;
      height: 100%;
      align-items: center;
    }

    #pop-up-ad .interstitial-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    color: #000;
    cursor: pointer;
  }

  #pop-up-ad .interstitial-text {
    color:#050C1F;
    text-align: center;
    font-family: "Barlow-Condensed";
    font-size: 32px;
    font-style: italic;
    font-weight: 600;
    line-height: 40px;
  }

    #pop-up-ad .interstitial-button {
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: inline-flex;
    padding: 6px 18px;
    justify-content: center;
    align-items: center;
    gap: 22px;
    border-radius: 40px;
    border: 1px solid #050C1F;
    background: #EEE;
  }
  #pop-up-ad .interstitial-button a{
    color: #050C1F;
    font-family: Inter;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
  }
/*  */
/*  */
.pagination{
  justify-content: center;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 6px;
  font-family: Inter;
}
.pagination .page-numbers{
  display: flex;
  justify-content: center;
  width: 100%;
  list-style: none;
  margin:0px;
  padding-left:0px;
}
.pagination .page-numbers li{
  background-color: #050C1F;
  padding: 10px;
  margin: 5px;
  border-radius: 3px;
}
.pagination .page-numbers li .page-numbers {
  color:#fff;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
}
.pagination .page-numbers li .current {
  color:#fff;
  font-weight: 700;
  font-size: 15px;
}
/*  */

/* CSS for Category, SubCategory, Tags Artikel */
.alle-news-kategorie{
  width:1280px;
  max-width: 100%;
  justify-self: anchor-center;
  justify-self: center;
  margin: 0 auto;
}

.alle-news-kategorie .ajax-search-wrapper {
    padding:0px 0px 64px;
    width: 100%;
    max-width: 843px;
    overflow: hidden;
    justify-self: anchor-center;
    justify-self: center;
    place-self: anchor-center;
    place-self: center;
    margin: 0 auto;
}
.alle-news-kategorie .ajax-search-wrapper .input-icon-wrapper{
    border: 1.5px solid rgba(37, 37, 37, 0.20);
    background:  #EEE;
    display: flex;
    padding: 12px 24px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.alle-news-kategorie .ajax-search-wrapper .input-icon-wrapper::placeholder{
    color: #050C1F;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
}
.alle-news-kategorie .ajax-search-wrapper .input-icon-wrapper input::-webkit-input-placeholder {
    color: #050C1F;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
}

.alle-news-kategorie .ajax-search-wrapper .input-icon-wrapper input::-moz-placeholder {
    color: #050C1F;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
}

.alle-news-kategorie .ajax-search-wrapper .input-icon-wrapper input:-ms-input-placeholder {
    color: #050C1F;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
}

.alle-news-kategorie .ajax-search-wrapper .input-icon-wrapper input::placeholder {
    color: #050C1F;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
}
.alle-news-kategorie .ajax-search-wrapper .input-icon-wrapper input:focus {
    outline: none;
    box-shadow: none;
    border: 0px solid transparent;
}

.alle-news-kategorie .ajax-search-wrapper .ajax-search-results{
    background:  #EEE;
}
.alle-news-kategorie .ajax-search-wrapper .ajax-search-results p{
    padding: 16px;
    color: #050C1F;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
}
.alle-news-kategorie .ajax-search-wrapper .ajax-search-results .ajax-results{
  padding: 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap:16px;
}
.alle-news-kategorie .ajax-search-wrapper .ajax-search-results .ajax-results li{
  list-style-type:none;
}
.alle-news-kategorie .ajax-search-wrapper .ajax-search-results .ajax-results li a{
  color: #050C1F;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}


.alle-news-kategorie .ajax-search-wrapper .input-icon-wrapper .input-icon{
    width: 24px;
    height: 24px;
}
.alle-news-kategorie .ajax-search-wrapper .input-icon-wrapper .ajax-search-input{
    width: 100%;
    border: 0px solid transparent;
    background:  #EEE;
}

.home .alle-news-kategorie .kategorie{
  padding-top: 80px;
  padding-bottom: 64px;
}

.alle-news-kategorie .kategorie {
    padding:145px 0px 40px;
    width: 100%;
    max-width: 843px;
    overflow: hidden;
    justify-self: anchor-center;
    justify-self: center;
    place-self: anchor-center;
    place-self: center;
    margin: 0 auto;
}

.alle-news-kategorie .kategorie h1{
  color:  #050C1F;
  font-family: "Barlow-Condensed";
  font-size: 56px;
  font-style: italic;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 0px;
}

.event-show-slider .event-slider .custom-event-slider .kategorie{
  text-align: start;
  padding-bottom: 48px;
}
.event-show-slider .event-slider .custom-event-slider .kategorie h1{
  color:  #fff;
  font-family: "Barlow-Condensed";
  font-size: 56px;
  font-style: italic;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 0px;
}


.alle-news-kategorie .kategorie h2{
  color:  #050C1F;
  font-family: "Barlow-Condensed";
  font-style: italic;
  font-weight: 600;
            font-size: 32px;
            line-height: 38px;
  margin-bottom: 0px;
}

.kategorie .category-tabs-wrapper{
  padding-top:40px;
    overflow-x: auto;         
  -webkit-overflow-scrolling: touch; 
}
.kategorie .category-tabs-wrapper .category-tabs{
  display: flex;
   flex-wrap: nowrap;        
   min-width: max-content;   
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin:0px;
  padding: 0px;
  gap: 20px; 
}
.kategorie .category-tabs-wrapper::-webkit-scrollbar {
  height: 3px; 
}
.kategorie .category-tabs-wrapper::-webkit-scrollbar-thumb {
  background: #E7BB7D;
  border-radius: 3px;
}
.kategorie .category-tabs-wrapper .category-tabs .tab-item{
  color: #050C1F;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  width: 140px;
  position: relative;
  flex: 0 0 auto;
}
.kategorie .category-tabs-wrapper .category-tabs .tab-item a{
  color: #050C1F;
  text-decoration: none;
}
.kategorie .category-tabs-wrapper .category-tabs .tab-item.is-active a {
  font-weight: 700;
}
.kategorie .category-tabs-wrapper .category-tabs .tab-item.is-active a::after {
  content: "";
  position: absolute;
  bottom: 0; 
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 140px;        
  height: 4px;         
  background-color: #E7BB7D;
  border-radius: 2px;   
}

.alle-news-kategorie .col-lg-12 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.alle-news-kategorie .col-lg-12 .alle-news-layout-wrapper-posts{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.left-side-ad,
.right-side-ad {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 215px;
  align-items: center;
    overflow: hidden;
}

.left-side-ad .custom-ad-banner,
.right-side-ad .custom-ad-banner {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important; 
}

.alle-news-kategorie .col-lg-12 .alle-news-layout-wrapper-posts .main-content {
  width: 843px;
  margin: 0 auto;
}

.alle-news-kategorie .col-lg-12 .alle-news-layout-wrapper-posts .main-content-event .row{
  gap:56px;
}
.alle-news-kategorie .col-lg-12 .alle-news-layout-wrapper-posts .main-content-event .row .col-12{
    gap: 24px;
    display: flex;
    flex-direction: column;
}
.alle-news-kategorie .col-lg-12 .alle-news-layout-wrapper-posts .main-content-event .row .col-12 h2{
  margin:-10px 0 0 0;
}
.alle-news-kategorie .col-lg-12 .alle-news-layout-wrapper-posts .main-content-event .row .col-12 h2 a{
  color: #050C1F;
  font-family: "Barlow-Condensed";
            font-size: 32px;
            line-height: 38px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}
.alle-news-kategorie .col-lg-12 .alle-news-layout-wrapper-posts .main-content-event .row .col-12 .excerpt {
  color:  #050C1F;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}
.alle-news-kategorie .col-lg-12 .alle-news-layout-wrapper-posts .main-content-event .row .col-12 .read-more{
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; 
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 1px;
  text-underline-position: from-font;
}


.alle-news-kategorie .col-lg-12 .col-md-6{
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 64px;
}

.col-lg-12  .single-article {
  flex: 0 1 calc(31.633%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.col-lg-12  .article-thumbnail{
  overflow: hidden;
}

.col-lg-12  .article-thumbnail img {
  width: 100%;
  aspect-ratio: 18 / 13;
  /* height: 193px; */
  object-fit: cover;
}

.col-lg-12  .article-meta {
  display: flex;
  align-items: center;
  gap:10px;
  color: #050C1F;
  font-family: Inter;
  font-size: 13px;
  line-height: 16px;
}

.col-lg-12 .category-label {
  background: #E7BB7D;
  padding: 6px 18px;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color:#050C1F;
  text-decoration: none;
}

.col-lg-12 .article-date {
  font-weight: 400;
}

.col-lg-12 .col-md-6 h2{
  color: #050C1F;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.col-lg-12 .col-md-6 h2 a{
  color: #050C1F;
  text-decoration: none;
}
.col-lg-12 .col-md-6 .excerpt {
  color: #050C1F;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.col-md-6 .excerpt .excerpt {
  color: #050C1F;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.col-lg-12 .col-md-6 .excerpt p{
  margin: 0px;
  color: #050C1F;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.col-md-6 .excerpt .excerpt p{
  margin: 0px;
  color: #050C1F;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.col-lg-12 .col-md-6 .excerpt p strong{
    font-weight: 400!important;
}
.col-md-6 .excerpt .excerpt p strong{
    font-weight: 400!important;
}

.col-lg-12 .read-more {
  color: #050C1F;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration-skip-ink: auto;
  text-underline-offset: 2px;
  text-underline-position: from-font;
  /* position: relative; */
}
/* author posts */
.author-posts-wrapper{
  width: 843px;
  padding: 16px 24px;
  margin: 0 auto 65px;
  display: flex;
  align-items: center;
  background: #FAF1E5;
}
.author-posts-wrapper .author-posts-info{
  margin: 0 auto 0 0;
}
.author-posts-wrapper .button-slider- a{
    background: #E7BB7D;
    color: #050C1F;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 40px;
    text-decoration: none;
}
.author-posts-wrapper .ticker-slide{
  padding-right: 24px;
}
.author-posts-wrapper::before{
  display: none!important;
}
.author-posts-wrapper .author-avatar{
width: 64px; height: 64px; overflow: hidden; border-radius: 50%; object-fit:cover;
}
.author-posts-wrapper .author-avatar img{
  width: 64px; height: 64px; overflow: hidden; border-radius: 50%; object-fit:cover;
}

@media(max-width:991px){
  .wp-theme-equi_theme  .wysiwyg :is(h1){font-size: 40px;line-height: 48px;}
  .wp-theme-equi_theme  .wysiwyg :is(h2){font-size: 32px;line-height: 40px;}
  .wp-theme-equi_theme  .wp-theme-equi_theme .home .alle-news-kategorie .kategorie{
        padding-top:48px;
        padding-bottom: 39px;
  }
  .wp-theme-equi_theme .alle-news-kategorie .kategorie{
        padding: 40px 16px 24px;
  }
  .wp-theme-equi_theme .alle-news-kategorie .ajax-search-wrapper{
        padding: 0px 16px 55px;
  }
  .wp-theme-equi_theme .alle-news-kategorie .kategorie h1{
    font-size: 40px;
    line-height: 48px;
  }
  .wp-theme-equi_theme .event-show-slider .event-slider .custom-event-slider .kategorie h1{
    font-size: 40px;
    line-height: 48px;
  }
  .wp-theme-equi_theme .alle-news-kategorie .kategorie h2{
            font-size: 32px;
            line-height: 38px;
  }
  .wp-theme-equi_theme .col-lg-12 .col-lg-12{
    padding: 55px 16px 40px 16px;
  }

  .wp-theme-equi_theme .alle-news-kategorie .col-lg-12{
    padding: 0px 16px 24px 16px;
  }

  .wp-theme-equi_theme .alle-news-kategorie .col-lg-12 .alle-news-layout-wrapper-posts .main-content .row{
    width: auto;
  }

  .wp-theme-equi_theme  .alle-news-kategorie .col-lg-12 .col-md-6{
    padding-bottom: 40px;
  }
  .wp-theme-equi_theme .col-lg-12  .article-thumbnail img{
    height: 100%;
  }
  .wp-theme-equi_theme .pagination{
    margin:0px;
  }
  .wp-theme-equi_theme .alle-news-kategorie .billboard{
    padding-top: 20px;
  }
  /* 
  .wp-theme-equi_theme .alle-news-kategorie .billboard .code-block{
    margin: 0px!important;
  }
  .wp-theme-equi_theme .alle-news-kategorie .billboard .code-block .custom-ad-banner{
    padding-left: 16px;
    padding-right: 16px;
  }
  .wp-theme-equi_theme .alle-news-kategorie .billboard .code-block img{
    width: 100%;
  } */

  .skyscraper-wide, .skyscraper-standard{
    display: none;
  }
  .wp-theme-equi_theme .billboardd{
    width: 320px!important;
    height: 100px!important;
    margin: 0 auto;
  }
  .wp-theme-equi_theme .billboardd .ad-label{
    bottom: 2px!important;
    right: 16px!important;
  }
  .wp-theme-equi_theme .leaderboard{
    width: 320px!important;
    height: 50px!important;
  }
  .wp-theme-equi_theme .leaderboard .ad-container{
    display: flex;
    justify-content: space-between;
  }
  .wp-theme-equi_theme .leaderboard .ad-container .ad-label{
    position: unset;
  }
  .wp-theme-equi_theme .google-ad{
    width: 320px!important;
    height: 50px!important;
    margin: 0px auto 30px;
  }
  .wp-theme-equi_theme .google-ad .ad-container{
    display: flex;
    justify-content: space-between;
  }
  .wp-theme-equi_theme .google-ad .ad-container .ad-label{
    position: unset;
  }
  .wp-theme-equi_theme .content-ad {
    width: 343px!important;
    height: 200px!important;
  }
  .wp-theme-equi_theme .content-ad .ad-label{
    bottom: 16px!important;
    right: 16px!important;
  }
  .wp-theme-equi_theme .skyscraper-wide .ad-text, .skyscraper-standard .ad-text{
    transform: rotate(0deg);
  }
  .wp-theme-equi_theme .custom-ad-banner .ad-label{
    bottom: auto;
    top: auto;
    right: 16px;
  }
  .wp-theme-equi_theme .medium-rectangle .ad-label{
    bottom: 16px;
  }
  .wp-theme-equi_theme .custom-ad-banner .ad-container{
    padding: 16px;
  }
  /* Newsletter Css */
    .wp-theme-equi_theme .newsletter{
    padding: 48px 16px 40px 16px;
  }
  .wp-theme-equi_theme .newsletter .content-center{
    width: 100%;
    max-width: 100%;
    gap:30px;
  }
  .wp-theme-equi_theme .newsletter .content-center .newsletter-box{
    padding:24px 16px;
  }
  .wp-theme-equi_theme .newsletter .content-center .newsletter-box .newsletter-inside{
    text-align: left;
  }
  .wp-theme-equi_theme .newsletter .content-center .newsletter-box .newsletter-inside h2{
    font-size: 32px;
    line-height: 40px;
    text-align: left;
  }
  .wp-theme-equi_theme .newsletter .content-center .newsletter-box .newsletter-inside p{
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin: 0;
  }
  .wp-theme-equi_theme .newsletter .content-center .newsletter-box .newsletter-inside .subscribe-btn{
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  /*  */
  .wp-theme-equi_theme .alle-news-kategorie .col-lg-12 .alle-news-layout-wrapper-posts .main-content-event .row{
    gap:36px;
  }
  .wp-theme-equi_theme .alle-news-kategorie .col-lg-12 .alle-news-layout-wrapper-posts .main-content-event .row .col-12 h2 a{
    font-size: 32px;
    line-height: 40px;
  }
  .wp-theme-equi_theme .event-show-slider .event-slider .custom-event-slider{
    padding: 24px 16px;
  }
  .wp-theme-equi_theme .event-show-slider .event-slider .custom-event-slider .kategorie{
    padding: 24px 0px;
  }
  .wp-theme-equi_theme .event-show-slider .event-slider .event-slide.active{
    display: block;
  }
  .wp-theme-equi_theme .event-show-slider .event-slider .event-slide .event-slide-image{
    width: 100%;
  }
  .wp-theme-equi_theme .event-show-slider .event-slider .custom-event-slider img{
    max-width: 100%;
  }
  .wp-theme-equi_theme .event-show-slider .event-slider .event-slide .event-slide-content{
    width: 100%;
    gap:12px;
    padding-top:12px;
  }
  .wp-theme-equi_theme .event-show-slider .event-slider .slider-controls{
    margin-top: 24px;
  }
  .wp-theme-equi_theme .event-show-slider .event-slider .event-slide .event-slide-content h2{
    font-size: 32px;
    line-height: 40px;
  }
  .wp-theme-equi_theme .main-article{
    padding-left: 16px;
    padding-right: 16px;
  }
  .wp-theme-equi_theme .article{
    padding-left: 16px;
    padding-right: 16px;
  }

  /* homepage banner */
  .home .tablet-header {
    position: relative;
    z-index: 9999;
  }

  .wp-theme-equi_theme .main-article{
     display: none!important;
  }
  .wp-theme-equi_theme  .banner-main-article{
     display: inherit!important;
   }
  .wp-theme-equi_theme .home-banner-section{
    margin-bottom: 55px;
  }
  .wp-theme-equi_theme .home-banner-section .billboard-home{
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .wp-theme-equi_theme .main-article-mobile {
    width: 100%;
    margin-top: -95px;
    padding: 0;
  }
  .wp-theme-equi_theme .main-article-image-mobile img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .wp-theme-equi_theme .main-article-mobile .main-article-row-mobile {
    width: 100%;
    background: #050C1F;
    padding: 24px 16px 100px 16px;
  }
  .wp-theme-equi_theme .main-article-mobile .main-article-row-mobile .content-wrapper-mobile {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .wp-theme-equi_theme .main-article-mobile .main-article-row-mobile .content-wrapper-mobile a{
    color:#050C1F;
    text-decoration: none;
  }
  .wp-theme-equi_theme .main-article-mobile .main-article-row-mobile .content-wrapper-mobile .badge{
    background: #E7BB7D;
    display: flex;
    padding: 6px 18px;
    justify-content: center;
    align-items: center;
    gap: 22px;
    width: max-content;
    border-radius: 40px;
    color: #050C1F;
    font-family: Inter;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px; 
  }
  .wp-theme-equi_theme .main-article-mobile .main-article-row-mobile .content-wrapper-mobile h1{
    color:  #FFF;
    font-family: "Barlow-Condensed";
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 48px; 
    margin-bottom: 0px;
  }
  .wp-theme-equi_theme .main-article-mobile .main-article-row-mobile .content-wrapper-mobile p{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
  }
  .wp-theme-equi_theme .main-article-mobile .main-article-row-mobile .content-wrapper-mobile .btn-main{
    display: flex;
    width: 100%;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; 
    background:  #E7BB7D;
    text-decoration: none;
  }

  .wp-theme-equi_theme .home-banner-section .article {
    margin-top: -60px;
  }

  .wp-theme-equi_theme .home-banner-section .article-row {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .wp-theme-equi_theme .home-banner-section .article-box {
    width: 100%;
  }

  /* .wp-theme-equi_theme .home-banner-section .article-box .image {
    height: 180px;
    aspect-ratio: 18 / 13;
  } */

  .wp-theme-equi_theme .home-banner-section .article-box .info {
    padding: 16px 0 40px;
  }
  /*  */

  /* Events Home */
  .wp-theme-equi_theme .events-homepage-wrapper{
    padding: 24px 16px 110px 16px; 
  }
  .wp-theme-equi_theme .events-homepage-wrapper .events-homepage-row{
    max-width: 100%;
  }
  .wp-theme-equi_theme .events-homepage-wrapper .events-homepage-row .main-event-row-layout{
    flex-direction: column-reverse;
    gap: 24px;
  }
  .wp-theme-equi_theme .events-homepage-wrapper .events-homepage-row .main-event-row-layout .main-event-left{
    width: 100%;
  }
  .wp-theme-equi_theme .events-homepage-wrapper .events-homepage-row .badge{
    margin-bottom: 8px;
  }
  .wp-theme-equi_theme .events-homepage-wrapper .events-homepage-row .main-event-row-layout .main-event-left h2{
    margin-bottom: 16px;
  }
  .wp-theme-equi_theme .events-homepage-wrapper .events-homepage-row .main-event-row-layout .main-event-left .description{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .wp-theme-equi_theme .events-homepage-wrapper .events-homepage-row .main-event-row-layout .main-event-left .btn-main{
    width: 100%;
  }
  .wp-theme-equi_theme .events-homepage-wrapper .events-homepage-row .main-event-row-layout .main-event-right{
    width: 100%;
  }
  .wp-theme-equi_theme .events-homepage-wrapper .events-homepage-row .main-event-row-layout .main-event-right .main-event-image{
    height: 100%;
  }
  .wp-theme-equi_theme .events-homepage-wrapper .events-homepage-row .event-grid{
    flex-direction: column;
    gap: 40px;
  }
  .wp-theme-equi_theme .events-homepage-wrapper .events-homepage-row .event-grid .event-card{
    width: 100%;
  }
  /* .wp-theme-equi_theme .events-homepage-wrapper .events-homepage-row .event-grid .event-card .event-image{
    height: 220px;
  } */
  .wp-theme-equi_theme .events-homepage-wrapper .events-homepage-row .event-grid .event-card .event-info{
    gap:10px;
  }
  /*  */
  .wp-theme-equi_theme .author-posts-wrapper{
    margin-bottom: 16px;
    padding-top: 0px;
    flex-direction: column;
    width: 100%;
    background: transparent;
  }
  .wp-theme-equi_theme .author-posts-wrapper .author-avatar-wrapper{
    background: #FAF1E5;
    width: 100%;
    padding-top: 32px;
    display: flex;
    justify-content: center;
    padding-right: 0px;
  }
   .wp-theme-equi_theme .author-posts-wrapper .button-{
    background: #FAF1E5;
    width: 100%;
    padding: 0 16px 24px;
   }
  .wp-theme-equi_theme .author-posts-wrapper .author-posts-info{
    display: flex;
    justify-content: center;
    background: #FAF1E5;
    margin: 0 auto;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .wp-theme-equi_theme .author-posts-wrapper .author-posts-info .ticker-slide{
    padding: 0 16px;
  }
  .wp-theme-equi_theme .author-posts-wrapper .author-posts-info .ticker-slide strong{
    color: #050C1F;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

    /* Newsticker Slider */
  .wp-theme-equi_theme .newsticker-home-wrapper {
    display: block;
    padding: 16px;
    width: 100%;
    background: transparent;
  }
  .wp-theme-equi_theme  .ticker-progress  {
    top:0px;
    position: relative;
  }
  .wp-theme-equi_theme .newsticker-home-wrapper .ticker-nav {
    background: #FAF1E5;
    padding: 16px 16px 24px;
  }
  .wp-theme-equi_theme .newsticker-home-wrapper .ticker-nav .ticker-prev{
    padding-left: 0px;
  }
  .wp-theme-equi_theme .newsticker-home-wrapper .ticker-slider{
    background: #FAF1E5;
  }
  .wp-theme-equi_theme .newsticker-home-wrapper .ticker-slide{
    padding: 0px 16px 16px 16px;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    word-break: break-word;
  }
  .wp-theme-equi_theme .newsticker-home-wrapper .ticker-slide strong{
    display: block;
  }
  .wp-theme-equi_theme  .newsticker-home-wrapper .button-slider- {
    background: #FAF1E5;
    padding: 0px 16px 16px 16px;
    width: 100%;
    display: flex;
  }
  .wp-theme-equi_theme  .newsticker-home-wrapper .button-slider- .ticker-button{
    background: #E7BB7D;
    width: 100%;
  }
  /*  */
  /* Ads Mobile */
  .wp-theme-equi_theme  #pop-up-ad .pop-up-box{
    width: 90%;
    max-width: 90%;
  }
  /*  */
  
  .wp-theme-equi_theme .event-date-filter-custom{
    max-width: 100%;
    padding: 0px 16px 20px;
    flex-wrap: wrap;
  }
  .wp-theme-equi_theme .event-date-filter-custom .start-date{
    max-width: max-content;
  }
  .wp-theme-equi_theme .event-date-filter-custom .end-date{
    max-width: max-content;
  }
  .bill-dekstop{
    display:none!important;
  }
}
.alle-news-kategorie .billboard{
  padding-top: 112px;
}
@media(max-width:1024px){
  .wp-theme-equi_theme .alle-news-kategorie .col-lg-12 .alle-news-layout-wrapper-posts{
    display: block;
  }
  .wp-theme-equi_theme .alle-news-kategorie .col-lg-12 .alle-news-layout-wrapper-posts .main-content{
    max-width: 100%;
  }

  .wp-theme-equi_theme .left-side-ad,
  .wp-theme-equi_theme .right-side-ad {
    margin: 0 auto;
    width: 100%;
  }
  .archive .alle-news-layout-wrapper-posts .left-side-ad{
    display: none;
  }
  .archive .alle-news-layout-wrapper-posts .right-side-ad{
    display: none;
  }
  .single .right-sidebar-ad{
    display: none;
  }
  .single .left-sidebar-ad{
    display: none;
  }
  .wp-theme-equi_theme .newsletter {
    justify-content: center;
  } 
  .wp-theme-equi_theme .left-side-ad, .right-side-ad{
    display: none;
  }
/* profile page */
    .wp-theme-equi_theme .profile-page .container{
        max-width:100%;
        padding:40px 16px 0px 16px;
    }
    .wp-theme-equi_theme .profile-page .container .profile-header{
        padding-top:36px;
        padding-bottom:36px;
    }
    .wp-theme-equi_theme .profile-page .container .profile-header .profile-title{
        font-size:32px;
        font-weight:40px;
    }
    .wp-theme-equi_theme .profile-page .container .profile-header .profile-role{
        font-size:16px;
        font-weight:24px;
        margin-top:8px;
        margin-bottom:8px;
    }
    .wp-theme-equi_theme .profile-page .container .profile-description{
        margin-bottom:40px;
    }
    .wp-theme-equi_theme .profile-page .container .profile-description span, p{
        font-size:16px;
        line-height:24px;
    }

    .wp-theme-equi_theme .profile-page .container .profile-quote h2{
        font-size: 32px;
        line-height:40px;
    }
    .wp-theme-equi_theme .alle-news-uber-uns .col-lg-12 .alle-news-layout-wrapper-posts .main-content .author-latest-title{
        font-size: 40px;
        line-height: 48px;
        margin-bottom:24px;
        margin-top:64px;
    }
    .wp-theme-equi_theme .alle-news-uber-uns .col-lg-12 {
        padding-bottom:0px;
    }
/*  */
}

@media (max-width: 1400px) and (min-width: 992px) {
    .wp-theme-equi_theme .alle-news-kategorie .col-lg-12{
      padding-left: 40px;
      padding-right: 40px;
    }
    .newsletter{
      padding-left: 40px;
      padding-right: 40px;
    }
    .wp-theme-equi_theme .main-article{
      padding-left: 40px;
      padding-right: 40px;
    }
    .wp-theme-equi_theme .article{
      padding-left: 40px;
      padding-right: 40px;
    }
    /* Newsticker Slider */
  .wp-theme-equi_theme .newsticker-home-wrapper {
    display: block;
    padding: 16px 40px;
    width: 100%;
    background: transparent;
  }
  .wp-theme-equi_theme  .ticker-progress  {
    top:0px;
    position: relative;
  }
  .wp-theme-equi_theme .newsticker-home-wrapper .ticker-nav {
    background: #FAF1E5;
    padding: 16px 16px 24px;
  }
  .wp-theme-equi_theme .newsticker-home-wrapper .ticker-nav .ticker-prev{
    padding-left: 0px;
  }
  .wp-theme-equi_theme .newsticker-home-wrapper .ticker-slider{
    background: #FAF1E5;
  }
  .wp-theme-equi_theme .newsticker-home-wrapper .ticker-slide{
    padding: 0px 16px 16px 16px;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    word-break: break-word;
  }
  .wp-theme-equi_theme .newsticker-home-wrapper .ticker-slide strong{
    display: block;
  }
  .wp-theme-equi_theme  .newsticker-home-wrapper .button-slider- {
    background: #FAF1E5;
    padding: 0px 16px 16px 16px;
    width: 100%;
    display: flex;
  }
  .wp-theme-equi_theme  .newsticker-home-wrapper .button-slider- .ticker-button{
    background: #E7BB7D;
    width: 100%;
  }
  /*  */
}

@media(min-width:767px){
  .home-banner-section .main-article .main-article-row .content-wrapper h1{
    backdrop-filter: blur(6px);
    border-radius: 40px;
    padding: 16px;
    background-color: rgba(5, 12, 31, 0.4);
  }
}

@media(max-width:767px){
    .wp-theme-equi_theme .profile-page .container .profile-header{
        flex-direction:column;
        gap:24px;
    }
    .wp-theme-equi_theme .profile-page .container .profile-header .profile-image{
        width:100%;
    }
    .wp-theme-equi_theme .profile-page .container .profile-header .profile-image img{
        width:100%;
        height:576px;
    }
    .wp-theme-equi_theme .profile-page .container .profile-header .profile-meta{
        width:100%;
    }
    .wp-theme-equi_theme .main-article{
        padding-top: 358px;
        background-size: 500px;
        height: 670px;
        background-color: #050C1F;
    }
    .home-banner-section .main-article .main-article-row .content-wrapper{
      gap:20px;
    }
        .home-banner-section .main-article .main-article-row .content-wrapper h1{
      font-size:40px;
      line-height: 48px;
    }
    body .tablet-header{
      background-color: #050C1F!important;
      border-radius: 0px;
      margin-top:0px;
      padding-top: 20px;
      height: 92px;
      padding-bottom: 25px;
    }
    /* body .tablet-header .main{
      border-radius: 40px;
      background-color: rgba(37, 37, 37, 0.4);
    } */
}


.single-article .left-side-ad {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%; 
}

.wikipferdia-container .left-side-ad {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%; 
}

.single-event .left-side-ad {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%; 
}

.report-container .left-side-ad {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%; 
}

.single-article .right-side-ad {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%; 
}

.wikipferdia-container .right-side-ad {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%; 
}

.single-event .right-side-ad {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%; 
}

.report-container .right-side-ad {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%; 
}


.custom-ad-banner.skyscraper-wide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px; 
}

/* Newsletter Css */
.newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 65px;

}

.newsletter .content-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  width: 100%;
  max-width: 843px;
  margin: 0 auto;
}

.newsletter .content-center .newsletter-box {
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #FAF1E5;
}

.newsletter .content-center .newsletter-box .newsletter-inside{
  display: flex;
  flex-flow: column;
  text-align: center;
  gap:24px;
  width: 100%;
  max-width: 677px;
  margin: 0 auto;
}

.newsletter .content-center .newsletter-box .newsletter-inside h2 {
  color: #050C1F;
  text-align: center;
  font-family: "Barlow-Condensed";
            font-size: 32px;
            line-height: 38px;
  font-style: italic;
  font-weight: 600;
  margin: 0;
}

.newsletter .content-center .newsletter-box .newsletter-inside p {
  color: #050C1F;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin:0;
  margin-bottom: 8px;
}

.newsletter .content-center .newsletter-box .newsletter-inside .subscribe-btn {
  background: #050C1F;
  max-width: max-content;
  margin: auto;
  padding: 12px 40px;
  color:#FFF;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.newsletter .leaderboard{
  margin: 0 auto;
}

/*  */


/* Hide Ad INserter when menu is open */
/* body.menu-open .custom-ad-banner,
body.menu-open .leaderboard,
body.menu-open .code-block {
    display: none !important;
} */


.logo-x-mobile{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 20px;
  padding-right: 15px;
  padding-bottom: 30px;
}



.wp-theme-equi_theme .tablet-header .dl-menuwrapper .dl-menuopen .logo-x-mobile img:first-child{
  margin-left: -8px;
}

/* Hide Ad INserter when menu is open */

/* Event Slider */
.event-slider-background-white{
  background: white;
}
.event-slider-background-white span{
  width: 100%;
  height: 100%;
  display: flex;
}
.event-show-slider{
  background: #050C1F;
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
}
.event-show-slider .event-slider{
  max-width: 100%;
  width: 843px;
  margin: 0 auto;
  background: #050C1F;
}
.event-show-slider .event-slider .custom-event-slider {
  padding: 48px 0px;
  color: #fff;
}

.event-show-slider .event-slider .event-slide.active{
  display: flex;
  gap:32px;
}

.event-show-slider .event-slider .custom-event-slider img {
  width: 100%;
  max-width: 405px;
  height: -webkit-fill-available;
  object-fit: cover;
}
.event-show-slider .event-slider .event-slide {
  display: none;
  transition: all 0.5s ease;
}
.event-show-slider .event-slider .event-slide .event-slide-image{
  width: 50%;
}
.event-show-slider .event-slider .event-slide .event-slide-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap:24px;
  width: 50%;
}
.event-show-slider .event-slider .event-slide .event-slide-content a{
  color: #050C1F;
  text-decoration: none;
}
.event-show-slider .event-slider .event-slide .event-slide-content .event-category {
  background-color: #E7BB7D;
  padding: 6px 18px;
  color: #050C1F;
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px; 
  border-radius: 40px;
  width: max-content;
}
.event-show-slider .event-slider .event-slide .event-slide-content h2{
  color:  #FFF;
  font-family: "Barlow-Condensed";
            font-size: 32px;
            line-height: 38px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0px;
}
.event-show-slider .event-slider .event-slide .event-slide-content p{
  color:  #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}

.event-show-slider .event-slider .event-slide .event-slide-content .button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #E7BB7D;
  color: #000;
  padding: 12px 40px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  max-width: fit-content;
}
.event-show-slider .event-slider .event-slide .event-slide-content .button.secondary {
  background: transparent;
  border: 1px solid #E7BB7D;
  color: #E7BB7D;
}

.event-show-slider .event-slider .slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
  font-size: 18px;
  color: #fff;
}

.event-show-slider .event-slider .slider-controls button {
  background: none;
  border: 0px solid;
  cursor: pointer;
}
.event-show-slider .event-slider .slider-controls button img{
  width: 32px;
  max-width: 32px;
  height: 32px;
}
.event-slide .button.secondary {
  background: none;
  border: none;
  color: #fff;
  text-decoration: underline;
  padding: 0;
}

#slider-pagination {
  font-weight: bold;
}
/* End Event Slider Css */

/* banner homepage */
.home-banner-section {
  margin-bottom: 80px;
}
.main-article {
  position: relative;
  height: 843px;
  overflow: hidden;
  background-size: 1600px;
  background-position: top;
  background-repeat: no-repeat;
  padding: 180px 0 0 0;
}

.main-article img.main-article-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: 0;
}

.main-article .main-article-row {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width:1280px;
  margin: 0 auto;
}

.main-article .main-article-row .content-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width:660px;
  gap:32px;
}
.main-article .main-article-row .content-wrapper .badge {
  background: #E7BB7D;
  display: flex;
  padding: 6px 18px;
  justify-content: center;
  align-items: center;
  gap: 22px;
  width: max-content;
  border-radius: 40px;
  color: #050C1F;
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px; 
}
.main-article .main-article-row .content-wrapper a{
  text-decoration: none;
}
.main-article .main-article-row .content-wrapper h1{
  color: #FFF;
  font-family: "Barlow-Condensed";
  font-size: 56px;
  font-style: italic;
  font-weight: 600;
  line-height: 64px; 
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-article .main-article-row .content-wrapper p{
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px; 
  margin-top: -8px;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-article .main-article-row .content-wrapper .btn-main{
  display: flex;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  background: #E7BB7D;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; 
  width: max-content;
}

.home-banner-section .article{
  margin-top:-200px;
  position: relative;
  z-index: 1;
}
.home-banner-section .article-row {
  display: flex;
  gap: 32px;
  margin-top: 30px;
  max-width: 100%;
  width:1280px;
  margin: 0 auto;
}
.home-banner-section .article-box {
  flex: 1;
}
.home-banner-section .article-box .image {
    width: 100%;
    background-size: cover;
    background-position: center;
    aspect-ratio: 18 / 13;
}
.home-banner-section .article-box .info {
  padding: 24px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-banner-section .article-box .info .content-box-badge-category{
  display: flex;
  align-items: center;
  gap:10px;
}
.home-banner-section .article-box .info .content-box-badge-category a{
  color: #050C1F;
  text-decoration: none;
}
.home-banner-section .article-box .info .content-box-badge-category .badge{
  background: #E7BB7D;
  display: flex;
  padding: 6px 18px;
  justify-content: center;
  align-items: center;
  gap: 22px;
  width: max-content;
  border-radius: 40px;
  color: #050C1F;
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}
.home-banner-section .article-box .info .content-box-badge-category .date{
  color:  #050C1F;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px; 
  margin-bottom: 0px;
}
.home-banner-section .article-box .info span a{
  color:inherit;
  text-decoration: none;
}
.home-banner-section .article-box .info span{
  color: #050C1F;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; 
  margin-bottom: 0px;
}
.home-banner-section .article-box .info .link{
  color: #050C1F;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 1px;
  text-underline-position: from-font;
}

.home-banner-section .billboard-home{
  position:relative;
  z-index:9998;
  margin-bottom:-60px;
  padding-top:112px;
}
  /*  */
  /* Events Home */
.events-homepage-wrapper {
  padding: 80px 0px;
  background-color: #050C1F;
  color: #fff;
}

.events-homepage-wrapper .events-homepage-row{
  max-width: 843px;
  width: 100%;
  margin: 0 auto;
}

.events-homepage-wrapper .events-homepage-row .main-event-row-layout {
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
  align-items: center;
}
.events-homepage-wrapper .events-homepage-row .main-event-row-layout .main-event-left {
  width: 50%;
}
  .events-homepage-wrapper .events-homepage-row a{
    color: #050C1F;
    text-decoration: none;
  }
.events-homepage-wrapper .events-homepage-row .badge{
  background: #E7BB7D;
  display: flex;
  padding: 6px 18px;
  justify-content: center;
  align-items: center;
  gap: 22px;
  width: max-content;
  border-radius: 40px;
  color: #050C1F;
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 16px;
}
.events-homepage-wrapper .events-homepage-row .main-event-row-layout .main-event-left h2 {
  color: #FFF;
  font-family: "Barlow-Condensed";
            font-size: 32px;
            line-height: 38px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 24px;
}
.events-homepage-wrapper .events-homepage-row .main-event-row-layout .main-event-left .description {
  color:  #FFF;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; 
  margin-bottom: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.events-homepage-wrapper .events-homepage-row .main-event-row-layout .main-event-left .btn-main {
  display: flex;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  background: #E7BB7D;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; 
  width: max-content;
}
.events-homepage-wrapper .events-homepage-row .main-event-row-layout .main-event-right {
  width: 50%;
}
.events-homepage-wrapper .events-homepage-row .main-event-row-layout .main-event-right .main-event-image {
  max-width: 100%;
  width: 100%;
  height: 332px;
  object-fit: cover;
}

.events-homepage-wrapper .events-homepage-row .event-grid {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
.events-homepage-wrapper .events-homepage-row .event-grid  .event-card {
  width:33.333% ;
  overflow: hidden;
}
.events-homepage-wrapper .events-homepage-row .event-grid  .event-card .event-image {
  width: 100%;
  aspect-ratio: 18 / 13;
  /* height: 156px; */
  background-size: cover;
  background-position: center;
}
.events-homepage-wrapper .events-homepage-row .event-grid  .event-card .event-info{
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
}
.events-homepage-wrapper .events-homepage-row .event-grid  .event-card .event-info .meta{
  display: flex;
  align-items: center;
  gap: 10px;
}
.events-homepage-wrapper .events-homepage-row .event-grid  .event-card .event-info .meta .badge{
  margin-bottom: 0px;
}
.events-homepage-wrapper .events-homepage-row .event-grid  .event-card .event-info .meta .date{
  color: #FFF;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.events-homepage-wrapper .events-homepage-row .event-grid  .event-card .event-info .article-title{
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.events-homepage-wrapper .events-homepage-row .event-grid  .event-card a{
  color:inherit;
  text-decoration: none;
}
.events-homepage-wrapper .events-homepage-row .event-grid  .event-card .event-info .article-link {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 1px;
  text-underline-position: from-font;
}
/*  */
/* Newsticker Home Slider */
.newsticker-home-wrapper {
  position: relative;
  background: #FAF1E5;
  display: flex;
  gap:20px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  max-width: 100%;
  width: 1280px;
  margin: 0 auto;
}

.ticker-progress {
  position: absolute;
  top: -4px;
  left: 0;
  height: 4px;
  background-color: #E7BB7D;
  width: 0%;
  transition: width 0s;
  z-index: 1;
}


.newsticker-home-wrapper .ticker-slider {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
    scroll-snap-type: x mandatory;
}

.newsticker-home-wrapper .ticker-slide {
  display: inline-block;
  padding: 5px 0 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  scroll-snap-align: start;
  max-width: 100%;
  color: #050C1F;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; 

}
.newsticker-home-wrapper .ticker-slide strong{
  font-weight: 600;
}

.newsticker-home-wrapper .ticker-nav button {
  background: transparent;
  border:0px solid #FAF1E5;
}

.newsticker-home-wrapper .ticker-button {
  background: #E7BB7D;
  color: #050C1F;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; 
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 40px;
  text-decoration: none;;
}
/*  */






/* Profile Page */

/* Base container */
.profile-page .container {
  max-width: 843px;
  margin: 0 auto;
  padding: 160px 0px 80px 0px;
}

/* Title */
.profile-page .container h1 {
    color: #050C1F;
    font-family: "Barlow-Condensed";
    font-size: 56px;
    font-style: italic;
    font-weight: 600;
    line-height: 64px;
    margin-bottom:0px;
}

/* Header layout */
.profile-page .container .profile-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 75px;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-bottom: 40px;
  margin-top:48px;
  border-top:1px solid rgba(5, 12, 31, 0.2);
  border-bottom:1px solid  rgba(5, 12, 31, 0.2);
}

/* Profile image */
.profile-page .container .profile-header .profile-image img {
    width: 259.35px;
    height: 304px;
    object-fit: cover;
}

/* Meta (name, role, link, social) */
.profile-page .container .profile-header .profile-meta {
    display: flex;
    flex-direction: column;
    place-self: center;
    align-self: center;
}

.profile-page .container .profile-header .profile-title {
    color: #050C1F;
    font-family: "Barlow-Condensed";
            font-size: 32px;
            line-height: 38px;
    font-style: italic;
    font-weight: 600;
    margin:0px;
}

.profile-page .container .profile-header .profile-role {
    color: #050C1F;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px; 
    margin-bottom:16px;
    margin-top:24px;
}

.profile-page .container .profile-header .profile-link {
    color: #050C1F;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; 
    margin-bottom:16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: 1px;
    text-underline-position: from-font;
}

/* Social icons */
.profile-page .container .profile-header .profile-social {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.profile-page .container .profile-header .profile-social img {
  width: 24px;
  height: 24px;
}

/* Author description */
.profile-page .container .profile-description {
    margin-bottom: 80px;
}
.profile-page .container .profile-description span,p{
    color: #050C1F;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px; 
    margin-bottom: 0px;
}

/* Quote block */
.profile-page .container .profile-quote {
    color: #050C1F;
    text-align: center;
    align-items: center;
    font-family: "Barlow-Condensed";
            font-size: 32px;
            line-height: 38px;
    font-style: italic;
    font-weight: 600;
    background-color: #FAF1E5;
    padding: 48px 40px;
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.profile-page .container .profile-quote h2{
    display:block;
    max-width: 700px;
    display: flex;
    justify-content: center;
    color: #050C1F;
    text-align: center;
    font-family: "Barlow-Condensed";
            font-size: 32px;
            line-height: 38px;
    font-style: italic;
    font-weight: 600;
    margin-bottom:0px;
}
.profile-page .container .profile-quote span:last-child img{
    width:55px;
    height:36px;
    object-fit:cover;
}
.alle-news-uber-uns .col-lg-12 .col-sm-12 {
    padding-bottom:55px;
}
.alle-news-uber-uns .col-lg-12 .alle-news-layout-wrapper-posts .main-content{
    width: 100%;
    max-width: 843px;
}
.alle-news-uber-uns .col-lg-12 .alle-news-layout-wrapper-posts .main-content .author-latest-title{
    color: #050C1F;
    font-family: "Barlow-Condensed";
    font-size: 56px;
    font-style: italic;
    font-weight: 600;
    line-height: 64px;
    margin-bottom:40px;
}
.alle-news-uber-uns .col-lg-12 .alle-news-layout-wrapper-posts .main-content .row .col-sm-12 .post-excerpt p{
  color:  #050C1F;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}


/* end Profile Page */
.post-type-archive-pferd .horse-topline {
    color: #050C1F;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    gap: 5px;
}

.shortdesc-bottom{margin:40px 0px;color: #050C1F;font-family: Inter;}
.wysiwyg :is(h1,h2,h3){margin:0; font-family: "Barlow-Condensed";font-style: italic;font-weight: 600;}
.wysiwyg :is(h4,h5,h6){margin:0; font-family: Inter;font-weight: 600;}
.wysiwyg :is(p,ul,ol){margin:0;}
.wysiwyg :is(p){font-size: 20px;font-weight: 400;line-height: 34px;}
.wysiwyg :is(h1){font-size: 56px;line-height: 64px;padding-top:20px;padding-bottom:20px;}
.wysiwyg :is(h2){font-size: 32px;line-height: 38px;padding-top:20px;padding-bottom:20px;}
.wysiwyg :is(h3){font-size: 28px;line-height: 36px;padding-top:20px;padding-bottom:20px;}
.wysiwyg :is(h4){font-size: 25px;line-height: 32px;padding-top:20px;padding-bottom:20px;}
.wysiwyg :is(h5){font-size: 21px;line-height: 28px;padding-top:20px;padding-bottom:20px;}
.wysiwyg :is(h6){font-size: 18px;line-height: 24px;padding-top:20px;padding-bottom:20px;}

.event-date-filter-custom{
  padding: 0px 0px 64px;
  width: 100%;
  max-width: 843px;
  overflow: hidden;
  place-self: anchor-center;
  place-self: center;
  margin: 0 auto;
  margin-top: -40px;
  display: flex;
  justify-content: center;
  gap:10px
}
.event-date-filter-custom .start-date ,.event-date-filter-custom .end-date {
  max-width:26%;
  width: inherit;
  border: 0.5px solid #050C1F;
  border-radius: 5px;
  padding:10px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}
.event-date-filter-custom .button{
    align-items: center;
    background: #E7BB7D;
    color: #000;
    padding: 6px 16px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 0.5px solid #050C1F;
}
.reset-filter{
  background: #050C1F;
    max-width: max-content;
    margin: auto;
    padding: 12px 40px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}
.reset-filter:hover{
  color: #FFF;
}

.container-content .row .offset-lg-2 img{
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 18 / 13;
}

.intro.longdesc-top img{
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 18 / 13;
}
.shortdesc-bottom .wysiwyg p > img{
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 18 / 13;
}

.wp-block-image{
      margin-left:auto;
    margin-right: auto;
        justify-self: center;
}

.wp-block-image img{
    object-fit: cover;
    width: 100%;
    max-width: 843px;
    overflow: hidden;
    aspect-ratio: 18 / 13;
}

.container-content .row .offset-lg-2 iframe{
	width:100%;
}