@font-face {
    font-family: "AvertaPE-Bold";
    src: url("../eValueRate_files/fonts/IntelligentDesign-AvertaPE-Bold.eot"); /* IE9 Compat Modes */
    src: url("../eValueRate_files/fonts/IntelligentDesign-AvertaPE-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../eValueRate_files/fonts/IntelligentDesign-AvertaPE-Bold.otf") format("opentype"), /* Open Type Font */
    url("../eValueRate_files/fonts/IntelligentDesign-AvertaPE-Bold.svg") format("svg"), /* Legacy iOS */
    url("../eValueRate_files/fonts/IntelligentDesign-AvertaPE-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../eValueRate_files/fonts/IntelligentDesign-AvertaPE-Bold.woff") format("woff"), /* Modern Browsers */
    url("../eValueRate_files/fonts/IntelligentDesign-AvertaPE-Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
.first-section {
    padding: 100px 0 !important;
}
.slogan, .slogan-big-text {
    background-color: #019ee3;
    color: #fff;
    padding: 2px 10px;
    font-family: AvertaPE-Bold;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
}
.slogan-big-text {
    text-transform: uppercase;
}
.slogan-text {
    background-color: #fff;
    padding: 15px;
    text-align: justify;
    font-size: 18px;
    line-height: 1.5;
}
.lizenzen {
    background-color: #a863a4;
    display: block;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}
.first-span {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-top: 70px;
}
.second-div {
    padding: 140px 0 !important;
}
.second-title {
    color: #019ee3;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}
.second-text {
    font-size: 18px;
    text-align: justify;
}
@media only screen and (min-width: 1421px) {
    #Footer .container {
        max-width: 1420px;
    }
}
.footer-menu {
    padding-top: 90px;
    line-height: 2;
}
.copyright {
    float: right !important;
}
.powered-by {
    padding-right: 20px;
    line-height: 70px;
    float: left;
}
.sticky-contact {
    position: fixed;
    bottom: 30px;
    right: 40px;
}
@media only screen and (max-width: 767px) {
    .slogan, .slogan-big-text {
        padding: 2px 10px;
        font-family: AvertaPE-Bold;
        font-size: 24px;
    }
    .first-section {
        padding: 20px 0 !important;
    }
    .slogan-text {
        box-sizing: border-box;
        font-size: 14px;
    }
    .second-div {
        padding: 70px 0 !important;
    }
    .second-title > div {
        text-align: center !important;
        margin-bottom: 20px;
        font-size: 24px;
    }
    .second-text > div {
        text-align: justify !important;
        font-size: 14px;
    }
    .sticky-contact {
        z-index: 99999;
    }
    .footer-menu {
        padding-top: 10px;
    }
    .powered-by {
        text-align: center;
        width: 100%;
    }
    .sticky-contact {
        bottom: 10px;
        right: 10px;
    }
    .sticky-contact img {
        width: 60px;
        height: 60px;
    }
}