:root {
    --main-color: #D00000;
  }

/*icons*/
.box-icon-megan-icon {
    color: var(--main-color);
}

.button-primary-gradient:before{
    background: linear-gradient(to right, #D66B6B, #D00000);
}

.rd-navbar-static .rd-nav-link::before {
    background: #D00000;
}

.ui-to-top {
    background: #D00000; 
}

.list-share-2 .icon:hover {
    background: #D00000;
}

.rd-navbar-contacts-2 a:hover {
    color: #D00000;
}

h1 a:focus, h1 a:hover, h2 a:focus, h2 a:hover, h3 a:focus, h3 a:hover, h4 a:focus, h4 a:hover, h5 a:focus, h5 a:hover, h6 a:focus, h6 a:hover, [class^='heading-'] a:focus, [class^='heading-'] a:hover {
    color: #D00000;
}


.desktop .box-icon-megan:hover .box-icon-megan-header::before, .desktop .box-icon-megan:hover .box-icon-megan-header::after {
    border-color: #D00000;
}

.footer-social-list-2 .icon::after {
    background: #D00000;
}

.footer-modern-contacts a:hover {
    color: #D00000;
}

.footer-modern-line-3 a:hover {
    color: #D00000;
}

.footer-modern-list a:hover {
    color: #D00000;
}

.select2-results .select2-highlighted {
    color: #ffffff;
    background: #D00000;
}

.select2-container-active {
    border-color: #D00000;
}
.select2-drop-active {
    border: 1px solid #D00000;
    border-top: 0;
}

.swiper-slider-2 .swiper-button-prev:hover .swiper-button-arrow::after, .swiper-slider-2 .swiper-button-next:hover .swiper-button-arrow::after {
    background: #D00000;
}

.cta-modern-decor {
    background: linear-gradient(to right, #D66B6B, #D00000);
}

.rd-navbar-modern {
    background: #ffffff;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone {
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.footer-modern-contacts .mobile-phone {
    font-size: 18px;
    letter-spacing: .1em;
}

.footer-modern-contacts .globe {
    font-size: 18px;
    letter-spacing: .1em;
}

.footer-modern-contacts .email {
    font-size: 18px;
    letter-spacing: .1em;
}

.footer-modern-contacts .home {
    font-size: 18px;
    letter-spacing: .1em;
}

.footer-modern-contacts .email {
    font-size: 18px;
    letter-spacing: .1em;
}

.footer-modern-line-3{
    background: #2c2c2c;
}

.dots-style-2 .owl-dot.active::before {
    background: #D00000;
}

i {
    font-style:normal;
}


/* LEA */ 
a.rd-nav-link {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
}
.visualButton {
    border-radius: 100vmax;
    border: 1px solid #d52f33;
    padding: 1rem 2rem !important;
    background: #d52f33;
    background-image: linear-gradient(180deg, hsl(358.55deg 66.4% 50.98%), hsl(358.55deg 66.4% 40.98%));
    color: white !important;
    transition: all 250ms ease-in-out; 
}
.visualButton:hover {
    background-color: white !important;
    color: black !important;
    border: linear-gradient(180deg, hsl(358.55deg 66.4% 50.98%), hsl(358.55deg 66.4% 40.98%)) 1px solid;
    background-image: none;
    
}

.rd-navbar-inner{
    align-items: center;
}
.rd-navbar-modern.rd-navbar-static .rd-navbar-panel{
    margin: 0; 
}

.oh {
    position: relative;
    overflow: visible;
}

a, a:focus, a:active {
    color: #d52f33;
}

a.rd-nav-link.visualButton:before {
    content: none;
}

.material-parallax.parallax img {
    height: 150vh;
}

.footer-modern-line-2 .row.row-30 {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1600px){
    .footer-modern-line-2 {
        margin-left: 4rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .row.row-60.justify-content-center.justify-content-xxl-between.textLeft .col-md-9.col-lg-6.position-static.index-1 {        
        width: 100% !important;
    }
}

/* BG-Bild */ 
.section-bg-creative {
    position: relative;
    overflow: hidden;
    min-height: 35vh;
}

.row.row-60.justify-content-center.justify-content-xxl-between .col-md-9.col-lg-6.position-static.index-1 {
    width: 100%;
}
.row.row-60.justify-content-center.justify-content-xxl-between.textLeft {
    justify-content:space-between !important;
}
 

/* slider elemente */
span.swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-bullet-line {
    opacity: 1;
    stroke: #d52f33;
    stroke-dasharray: 63;
    stroke-dashoffset: 63;
    transition: stroke-dashoffset .5s;
}

.swiper-bullet-line-2 {

    stroke: #d52f33;
}
.swiper-pagination-bullet::before {

    background: #d52f33;
}

footer a.brand {
    padding: 1rem;
}



/* OffCanvas */
@media only screen and (max-width: 12200px) {
    .rd-navbar-fixed .rd-nav-item.active .rd-nav-link {
        background: initial !important;
        color: black;
        font-weight: 400;
        position: relative;
    }
    .rd-navbar-fixed .rd-nav-item.active .rd-nav-link:after {
        content: '';
        position: absolute;
        background-color: #d52f33;
        left: 0;
        top: 0;
        bottom: 0;
        width: 5px;
    }

    .rd-navbar-right.rd-navbar-nav-wrap.toggle-original-elements li a {
        font-size: 1.25rem !important;
        text-align: center;
        margin: 1rem 0;
        font-weight: 300 !important;
    }

    .rd-navbar-right.rd-navbar-nav-wrap.toggle-original-elements.active {
        min-width: 30vw;
    }
    .rd-navbar-fixed .rd-nav-link {
        display: block;
        font-size: 16px;
        padding: 0.5rem 0;
    }

    .rd-navbar-right.rd-navbar-nav-wrap.toggle-original-elements hr {
        margin-top: 3rem;
        background: black;
        padding: 1px 0 0 0;
    }


    .visualButton {
        border-radius: 4vmax;
        border: 1px solid #d52f33;
        padding: 1rem 2rem !important;
        background: #d52f33;
        background-image: linear-gradient(180deg, hsl(358.55deg 66.4% 50.98%), hsl(358.55deg 66.4% 40.98%));
        color: white !important;
        transition: all 250ms ease-in-out;
        width: fit-content;
        margin: auto !important;
    }

}
