/* ScaleFoxx custom CSS */
/* Logo Frabe:  color: #1e4899;

 
/* Logo */
header a.logo img {
    max-height: 86px !important;
}



/* Slider Text */
.sliderText {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    }

@media (max-width: 768px) {
    .sliderText {
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 700;
    }}

.sliderTextSmall {
    color: #fff;
    font-size: 20px;
}

.listP {
    font-size: 14px;
}

/* ============== Colors ============ */
/* pfeil nach unten im Slider */
.bg-deep-pink {
    background-color: #0033cc;
}

.BgWhite {
    background-color: #fff !important;
}

/* text blue */
.text-deep-blue, .btn.text-deep-blue {
    color: #1e4899;
}

/* Filter über Para */
.bg-black, .background-black {
    background-color: #9e9e9e;
}



/* Fonts */
body, h1, p, li {
font-family: 'Montserrat', sans-serif !important;
}

body {
    font-size: 16px;
    color: #6f6f6f;
    font-weight: 400;
    line-height: 26px;
}

/* text medium leistungen */
.text-medium {
    font-size: 18px;
    line-height: 23px;
}


h4 {
    font-size: 25px;
    line-height: 46px;
}

@media (max-width: 691px) {
h4 {
    font-size: 18px;
    line-height: 35px;
    }}


/* =================== Padding =================== */
.morePadBotTop {
    padding-bottom: 60px;
    padding-top: 60px;
}


/* Margin */

/* Leistungen 3 Header weiter nach rechts */
.leistungenLeftMargin {
    margin-left: 35px !important;
}



/* Leistungen md column 90% */
@media (min-width: 768px) {
.col-md-4.Col90Prozent {
    max-width: 90% !important;
    }}


