.acc-sidebar-area .ad-weather-widget .weather-content img {
    -webkit-box-shadow: 0px 4px 40px rgb(27 30 35 / 40%);
    box-shadow: 0px 4px 40px rgb(27 30 35 / 40%);
}

h1, h2, h3, h4, h5, h6, .main-menu a  {
    color: #383837 !important;
    font-family: 'Anton', sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
}

.header-navigation .main-menu ul > li > a {
    font-size: 1.5rem !important;
}

.custombg
{
    background-color: #ddd !important;
}

html, body 
{
    overflow-x: hidden;
}



@media only screen and (max-width: 768px)
{
    .back-to-top {
        left: 10px !important
    }
}

@media only screen and (min-width: 768px)
{
    .back-to-top {
        right: 30px !important
    }
}

.tangerine
{
    font-family: 'Tilt Warp' !important;
}

.default-navigation {
    padding: 15px 0 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 767px)
{
    .section-title h2 {
        font-size: 2rem !important;
    }
}

.footer-default .copyright-area .copyright-nav ul li a:hover, .copyright-area .copyright-nav ul li a:hover, .contact-info-widget .contact-info-box p:hover a, .contact-info-widget .contact-info-box p i, .footer-nav-widget .footer-nav-content ul.footer-nav li a:hover, .footer-newsletter label i, .accommodation-form-three .nice-select:after, .accommodation-form-three label i, .accommodation-form-two .form_group label i, .accommodation-form .nice-select:after, .accommodation-form label, .contact-icon-box .icon i, .sidebar-widget-area .recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date h5:hover, .sidebar-widget-area .recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date span.posted-on:hover, .sidebar-widget-area .category-widget ul.category-nav li a:hover, .post-navigation-item .post-nav-item .content h6:hover, .blog-standard-post-item .entry-content h3.title:hover, .single-blog-post-item .entry-content h4.title:hover, .post-meta ul li span:hover, .accordion-card .accordion-header h4.accordion-title[aria-expanded=true]:after, .single-gallery-item .gallery-content .cat-link:hover, .gallery-filter-button .gallery-btn li.active, .single-service-item-three .text h3.title:hover, .single-service-item-two .text h4.title:hover, .single-service-item .text h3.title:hover, .vedhak-pagination ul li a.next-btn, .fancy-icon-box-three:hover .text .btn-link, .fancy-icon-box-two .icon-title .icon i, .fancy-icon-box .icon i, .features-left-icon-box-two .icon i, .features-thumb-item .text h4.title:hover, .counter-item-two .icon i, .counter-item .icon i, .experience-box .big-text h2.number, .hero-area-form .adventure-hero-form .nice-select:after, .hero-area-form .adventure-hero-form label i, .btn-link:hover {
    color: #a33026 !important;;
}

.gallery-filter-button .gallery-btn li:after {
    background-color: #a33026 !important;
}
/* ############ */
/* ############ */
/* preloader */
/* ############ */
/* ############ */

.preloader .pre-box {
    background: #a33026 !important;
}

/* ############ */
/* ############ */
/* navigation link  ändern */
/* ############ */
/* ############ */

.header-navigation .main-menu ul > li:hover > a {
    color: #a33026 !important;
}

.header-navigation .main-menu ul > li > a {
    text-transform: none !important;
}


/* ############ */
/* ############ */
/* cta in navigation ändern  */
/* ############ */
/* ############ */

.main-btn.btn-green {
    background-color: #a33026 !important;
}

.main-btn.btn-green:hover {
    background-color: #161616 !important;
}

/* ############ */
/* ############ */
/* main button ändern  */
/* ############ */
/* ############ */

.main-btn.btn-yellow {
    background-color: #a33026 !important;
}

.main-btn.btn-yellow:hover {
    background-color: #161616 !important;
}


.customshadow 
{
    box-shadow: 0 4px 15px 0 rgb(0 0 0 / 20%);
    transition: all 0.3s ease;
}

.customshadow:hover
{
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
}


/* ############ */
/* ############ */
/* größe herosection ändern */
/* ############ */
/* ############ */

#herosection
{
    background-image: url(../bg.jpg);
    background-position: top right !important;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-top: 5px;
    display: flex;
    
}

#logoonbg 
{
    width: 100%;
}

#mobilecta
{
    padding-bottom: 20%;
    text-align: center;
}

#ctaalt 
{
    background-color: #fff !important;
    border : 2px solid #a33026 !important;
    color:#a33026 !important;
    font-size: 1.5em !important;
}

#ctaalt:hover
{
    background-color: #383837 !important;
    border : 2px solid #383837 !important;
    color:#fff !important;
}

@media only screen and (max-width: 768px)
{
    #logoonbg 
    {
        display: none;
    }
    #mobilecta
    {
        display: block;
    }
    #herosection
    {
        align-items: flex-end;
        
    }
    .desktopstartimg
    {
        display: none;
    }
    .mobilestartimg
    {
        display: block;
    }
}

@media only screen and (min-width: 768px)
{
    #logoonbg 
    {
        max-width: 50%;
        display: block;
    }
    #mobilecta
    {
        display: none;
    }
    #herosection
    {
        align-items: center;
        
    }
    .desktopstartimg
    {
        display: block;
    }
    .mobilestartimg
    {
        display: none;
    }
}

#willkommen
{
    min-height: 100vh;
    display: flex;
    align-items: center;
}



/* ############ */
/* ############ */
/* main headline änder */
/* ############ */
/* ############ */



@media only screen and (max-width: 768px)
{
    #herosection
    {
        height: 85vh !important;

    }
    #mainheadline
    {
        font-size: 3rem !important;
        color: #fff !important; 
    }
    
    #subheadline
    {
        font-size: 5rem !important;
        color: #a33026 !important;
    }
}

@media only screen and (min-width: 768px)
{
    #herosection
    {
        height: 95vh !important;

    }
    #mainheadline
    {
        font-size: 5rem !important;
        color: #fff !important; 
    }
    
    #subheadline
    {
        font-size: 7rem !important;
        color: #a33026 !important;
    }
}


/* ############ */
/* ############ */
/* CHECK ICON ÄNDERN */
/* ############ */
/* ############ */

ul.check-style-one li i {
    background-color: #383838 !important;
}
/* ############ */
/* ############ */
/* leistungen */
/* ############ */
/* ############ */

@media only screen and (min-width: 992px)
{
    .leistungengrid 
    {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }
}

@media only screen and (max-width: 992px)
{
    .leistungengrid 
    {
        display: block;
    }
}



#leistungen ul.check-style-one li i {
    background-color: #fff !important;
    color: #383838 !important;
}

/* ############ */
/* ############ */
/* Gallerie */
/* ############ */
/* ############ */

#flexgallerie{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}


/* ############ */
/* ############ */
/* Partner */
/* ############ */
/* ############ */

#partner
{
    min-height: 70vh;
    display: flex;
    align-items: center;
}

#partnergrid
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    justify-content: space-between;

}

#partnergrid img 
{
    width: 100%;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
}

/* ############ */
/* ############ */
/* footer */
/* ############ */
/* ############ */

#footerlogo
{
    max-width: 600px !important;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.footer-default 
{
    background-color: #F9F9F7 !important;
}

.footer-default a, .footer-default p, .footer-default li{
    color: #161616 !important;
} 

.back-to-top {

    background-color: #161616 !important;
}


/* ############ */
/* ############ */
/* kontakt */
/* ############ */
/* ############ */
#kontakt i 
{
    color: #a33026 !important;
}

#kontakt 
{
    background-position: right center !important;
}



/* ############ */
/* ############ */
/* footer */
/* ############ */
/* ############ */

@media only screen and (max-width: 768px)
{
    footer 
    {
        height: 100px !important;
    }
}

@media only screen and (min-width: 768px)
{
    footer 
    {
        height: 150px !important;
    }
}

footer 
{
    background-image: url(../bg2.jpg);
    background-position: top right !important;
    background-size: auto 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}


.footer-default {
    background-color: #fff !important;
}


/* ############ */
/* ############ */
/* modal */
/* ############ */
/* ############ */

.modalcustom {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
  }
  
  /* Stil des Bildes im Modal */
  .modalcustom img {
    margin: auto;
    display: block;
    max-width: 800px;
    height: auto;
    width: 90%;
  }

    /* Stil des Bildes im Modal */
    .meinBild:hover{
        cursor: pointer;
      }
  
  /* Schließsymbol im Modal */
  .schliessen {
    color: white;
    font-size: 5rem !important;
    font-weight: bold;
    margin-top: 200px;

  }
  
  /* Schließsymbol Hover-Effekt */
  .schliessen:hover,
  .schliessen:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }