a,
a:hover,
.nav-underline .nav-link:hover,
.footer .nav-link {
    color: #DF1F79;
}
h2 {
    color: #DF1F79;
}
.stoerer {
  	position: absolute;
    top: 58px;
    left: 171px;
    transform: rotate(10deg);
    background-color: coral;
    padding: 3px 5px
}

.btn-primary, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #DF1F79;
    border-color: #DF1F79;
}

.main-content {
    padding-top: 0 !important;
}

.carousel-caption h5,
.slider-text p {
    background-color: #DF1F79;
    display: inline-block;
    padding: 10px;
    font-size: 4em;
    font-weight: 700;
}
.carousel-caption h5 a,
.carousel-caption a p {
    color: #ffffff;
}
.slider-text p {
    font-size: 1.6em;
}
.navbar {
    /*
    background-image: url('/fileadmin/template/images/skyline.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;*/
}
.navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    top: -26px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(8, 82, 60, 1)' stroke-width='3' stroke-linecap='square' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.skyline {
    position: absolute;
    right: 0;
    bottom: -1px;
}
.navbar-light {
    /*background-image: url(/fileadmin/template/images/Header_Farbflaeche.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 200px;*/
    background-color: #DF1F79 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 400;
}
#header {
    min-height: 200px;
    background: url('/fileadmin/template/images/Header_Farbflaeche.jpg') no-repeat center top, linear-gradient(90deg, rgba(130,37,107,1) 50%, rgba(250,184,0,1) 50%);
}
.navbar-brand {
    display: none;
}
.frauenlauf {
    height: 160px;
    margin-right: 20px;
    margin-top: 20px;
}

.anmelden {
    height: 120px;
    margin-top: 45px;
}
.mlc-logo {
    height: 85px;
}
.brand-color hr {
    border-top: 10px solid #cccccc;
}
.navbar-expand-sm {
    overflow-y: initial!important;
}

.footer .nav-link {
    padding: 0;
}
.owl-item .item {
    text-align: center;
}
.owl-carousel .owl-item {
    	float: none !important;
  	display: inline-block;
}
.owl-item .item img {
    height: 70px;
    width: auto;
}
.owl-wrapper {
  width: auto !important;
  text-align: center;
}


@media only screen and (max-width: 1300px) {
    .skyline {
        width: 40%;
    }
    .skyline img {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .navbar {

    }
}
@media only screen and (max-width: 860px) {
    .carousel-caption h5 {
        font-size: 2em;
    }
    .slider-text p {
        font-size: 1em;
    }
    .frauenlauf {
        height: 65px;
    }
    .mlc-logo {
        height: 65px;
    }
    .skyline {
        display: none;
    }
  #header { padding-bottom: 1em; }
}
@media only screen and (max-width: 620px) {
    .frauenlauf {
        height: 50px;
    }
    .anmelden {
        height: 40px;
        margin-top: 30px;
    }
    .mlc-logo {
        height: 50px;
    }
    #header .col {
        text-align: right;
    }
}



.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-success,
.klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-info.cm-btn-accept,
.tx-we-cookie-consent a.btn-primary { background: #DF1F79; border-color: transparent; }
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-link, .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-learn-more { color: #DF1F79; }