body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.navbar-custom {
    background: white;
    margin-bottom: 0;
}

.navbar-brand img {
    height: 25px;
    margin-top: -5px;
}

@media (max-width: 767px) {
    .navbar-brand img {
        margin-top: -1px;
    }
}

header {
    padding-top: 0px;
    padding-bottom: 0px;
    background: url(../img/searchturbo_bg.png);
    margin-bottom: 0px;
}

main {
    flex: 1;
}

.wrapper {
    background: -webkit-gradient(radial, center center, 0, center center, 800, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.0)));
    background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.0));
    background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.0));
    background: -ms-radial-gradient(circle, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.0));
    padding-top: 144px;
    padding-bottom: 144px;
    text-align: center;
}

.section1 h2 {
    color: #333;
    font-size: 13pt;
}

.section2 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.section3 {
    background: rgb(255,164,94);
    padding-top: 60px;
    padding-bottom: 80px;
    color: white;
    text-align: center;
}

.section3 h3 {
    color: white;
    margin-bottom: 60px;
    font-size: 16pt;
}

.section4 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.section4 h3 {
    margin-bottom: 30px;
}

footer {
    background: #999;
    color: #eee;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 80px;
    font-family: 'Share Tech', sans-serif;
}

footer a:link, footer a:visited {
    color: #eee;
}

.description {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}

h1 {
    margin: 0;
}

h2,h3 {
    font-family: 'Share Tech', sans-serif;
    font-size: 16pt;
    color: #666;
    margin-top: 10pt;
}

.imprint, .privacy {
    margin-top: 30pt;
    margin-bottom: 60pt;
}

.imprint h2, .privacy h2 {
    font-size: 25pt;
    margin-bottom: 30pt;
}

.imprint h3, .privacy h3 {
    font-size: 13pt;
    margin-top: 30pt;
    font-weight: bold;
}

.fa-stack {
    color: #FB7D23;
    opacity: 0.7;
}

.fa-responsive {
    font-size: 2em;
}

.logo-responsive {
    width: 90%;
}

.feature {
    text-align: center;
}

.navbar-nav>li, .navbar-nav, .navbar-header {
    float: left !important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

.navbar-right {
    float: right!important;
}

.vertical-align {
    display: flex;
    flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo {
    padding-left: 10%;
    padding-right: 10%;
}

@media (min-width:992px) {
    .fa-responsive {
        font-size: 5em;
    }

    .logo-responsive {
        width: 55%;
    }

    .section1 h2 {
        font-size: 16pt;
    }

    .section2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section3 h3 {
        font-size: 20pt;
    }

    .section4 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}