.main-search-input {
    padding: 0px;
    border-radius: 9mm;
    margin-top: 20px;
    border: none !important
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative
}
.main-search-input-item {
    float: left;
    width: 92%;
    height: 50px;
    position: relative;
    border: none !important
}

.main-search-select{
    float: left;
    height: 50px;
    position: relative;
    border: none !important
}

.main-search-input-item input:first-child {
    border-radius: 50px;
}

.main-search-input-item input {
    float: left;
    width: 100%;
    height: 50px;
    padding-left: 20px;
}

.main-search-select{
    width: 20%;
    height: 50px;
    position: relative;
    border: none !important
}

.main-search-button {
    border-radius: 50px;
    position: absolute;
    right: 0px;
    height: 50px;
    width: 50px;
    color: #fff;
    top: 0;
    cursor: pointer;
    margin-right: -15px; /* margin-left ging einfach nicht danke man*/
    border: none !important
}

.main-search-input-wrap {
    max-width: 600px;
    margin: 20px auto;
    position: relative;
    border: none !important

}

:focus {
    outline: 0;
}

@media only screen and (max-width: 768px) {
    .main-search-input {
        padding: 14px 20px 10px;
        border-radius: 9mm;
        border: none !important
    }

    .main-search-input-item {
        width: 100%;
        height: 50px;
        border-style: none !important;
        margin-bottom: 10px;
        border: none !important
    }

    .main-search-input-item input {
        border-radius: 9mm !important;
        background: #fff;
        border: none !important
    }

    .main-search-button {
        position: relative;
        float: left;
        width: 100%;
        border-radius: 9mm;
        border: none !important
    }
}
.logo{
    margin-top: 150px;
}
.search-with-button{
    height: 50px;
    width: 120px;
    color: #fff;
    top: 0;
    cursor: pointer;
    border-radius: 9mm;
    border: none !important
}
.search-with button, label{

}
.search-with{
    width: 100%;
    padding-top: 20px;
    border: none !important

}
.contentLine{
    width: 100%;
    padding-top: 30px;
    border: none !important
}
.mseLink{
    color: #fff;
    top: 0;
    cursor: pointer;
    border-radius: 9mm;
    padding: 10px;
    text-decoration: none;
    border: none !important

}

footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 50px;
}
.rounded_element{
    margin: 0px;
    display: inline-block;
    border: none !important
}
