.logo {
    background-position: 50% 0%;
    background-repeat: no-repeat;
    height: 50px;
    width: 100%;
    color: #666;
}

.logo img {
    display: none;
}

.fixed-top .logo img {
    display: block;
}


.impulslinie {
    position: absolute;
    margin-top: 150px;
    margin-left: -500px;
    background-color: #eac012;
    border-radius: 50px;
    width: 800px;
    height: 80px;
    z-index: -10;
}


.buttondiv {
    margin-top: 0.5em;
    background-color: #eac012;
    border-color: #e5e5f4;
    border: 0px solid #e5e5f4;
    border-radius: 30px;
    width: 300px;
    line-height: 3em;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}

.buttondiv:hover {
    background: #93B566;
    color: #fff;
}

.inputdiv {
    margin-top: 0.3em;
    border-color: #ced4da;
    border: 1px solid #ced4da;
    line-height: 2.5em;
    color: #333;
    border-radius: 5px;
    font-size: 1em;
    font-weight: normal;
    padding-left: 10px;
    width: 100%;
}

.footer-logo {
    display: flex;
    margin: auto;
    max-width: 400px;
    margin-bottom: 10px;
}
