/*
 *CSS for the Search Form (Homepage)
 */
#search-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 800px;
}

#searchform {
    text-align: center;
}

.input#s {
    background-color: transparent;
    color: white;
}

.search-form-input {
    background-color: transparent;
    background-image: url("https://relaunch.basecom.de/wp-content/uploads/2019/03/fa_search_white.svg");
    background-position: 2% 50%;
    background-repeat: no-repeat;
    background-size: 44px;
    padding: 12px 50px 12px 65px;
    border-color: transparent;
    border-bottom: 2px solid #ffffff !important;
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-size: 43px;
    line-height: 90px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: none;
    border-bottom: #ffffff;

}
.screen-reader-text {
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-size: 80px;
    line-height: 90px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: none;
    margin-right: 2%;

}
.search-form-input::placeholder {
    color: white;
    opacity: 1;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
}

.search-form-input {
    pointer-events: all;
}

.search-form-input:focus {
	outline: none;
}

.input#s.search-form-input {
    border-bottom: #ffffff;
}

#particle-background .section_inner.clearfix {
    pointer-events: none;
}

@media only screen and (max-width: 900px) {
    #searchform label {
        font-size: 64px;
    }
    #searchform input {
        font-size: 16px;
        background-size: 16px;
        padding: 12px 12.5%;
        max-height: 64px;
    }
    #searchform input:placeholder-shown {
        width: 75%;
        text-align: center;
    }
    .search-scroll-down-arrow .align-icon {
        margin-top: 18vh;
    }
}
