body {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    text-align: left;
    background-color: #fff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1420px;
        margin: 0 auto;
    }
}

.margin-top-50 {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .mobile-wrap-reverse {
        flex-wrap: wrap-reverse
    }
}

h1 {
    font-size: 54px;
    font-weight: bold;
    line-height: 1;
    color: #41bdd8;
    margin: 0 0 20px;
}

h2 {
    font-size: 34px;
    font-weight: bold;
    line-height: 36px;
    margin: 0 0 60px;
}

h3 {
    font-size: 34px;
    font-weight: bold;
    line-height: 36px;
    margin: 0 0 10px;
    color: #4ec4ec;
}

p {
    margin: 0 0 10px;
}

button,
.button {
    width: auto;
    padding: 30px 40px;
    background: #41bdd8;
    display: inline-block;
    color: #fff;
    border: 0;
    font-size: 26px;
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
}

.button:hover {
    color: #fff;
    text-decoration: none;
}

.button-block {
    display: block;
    width: 100%;
    padding: 18px 20px;
}

img {
    max-width: 100%;
}

@media (min-width: 992px) {
    .img-1 {
        height: 365px;
        width: auto;
    }
}

input {
    display: block;
    width: 100%;
    color: #495057;
    background-color: #fff;
    outline: 0;
    font-size: 22px;
}

input[type="text"] {
    height: 66px;
    line-height: 66px;
    border: 0;
    padding: 0 20px;
    margin: 0 0 20px;
}

.section-1 {
    padding: 60px 0 90px;
    background: url('images/intro.jpg') no-repeat;
    background-size: cover;
    color: #fff;
}

.section-1 ul {
    font-size: 32px;
    font-weight: bold;
    list-style: none;
    padding-left: 0;
}

.section-1 ul li {
    margin-bottom: 30px;
    padding-left: 40px;
    background: url('images/haken.png') no-repeat;
    background-position: left center;
}

.intro-text {
    font-size: 38px;
    line-height: 1.2;
}

.talentbringer-form {
    background: rgba(0, 0, 0, 0.3);
    max-width: 630px;
    padding: 55px 65px;
}

.talentbringer-form  h2 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
}

.item-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.item {
    width: 100%;
    text-align: center;
    margin: 50px 0 0;
}

@media (min-width: 992px) {
    .item {
        width: 23%;
        text-align: center;
        margin: 50px 0 0;
    }
}

.item-percentage {
    font-size: 52px;
}

.section-4 {
    margin-bottom: 120px;
}

.green-headline {
    background: #41bdd8;
    color: #fff;
    font-size: 54px;
    padding: 30px 0;
}

ul.talentbringer-list {
    list-style: none;
    padding-left: 0;
}

ul.talentbringer-list li {
    background: url('images/pfeil-blau.jpg') no-repeat;
    padding-left: 80px;
    line-height: 80px;
}

@media (max-width: 991px) {

    .section-1 {
        padding: 0px 0 50px;
    }

    .talentbringer-form {
        padding: 55px 20px;
    }

    .talentbringer-form h2 {
        font-size: 36px;
    }

    .intro-text {
        font-size: 28px;
    }

    ul.talentbringer-list li {
        line-height: 40px;
        min-height: 80px;
        margin-bottom: 30px;
    }

    .green-headline {
        text-align: center;
    }
}


.footer {
    background-color: #000000;
    color: #ffffff;
    min-height:100px;
}

@media (min-width: 768px) {
    .footer .footer-link {
        line-height: 75px;
    }
}

.white-link:link,
.white-link:visited {
    color: #ffffff !important;
    text-decoration: none;
}

.white-link:hover {
    color: #b7b7b7 !important;
    text-decoration: none;
}