.taal-wissel {
    color: rgb(255, 255, 255);
    background-color: rgb(88, 88, 87);
    padding: 1em 1.8em;
    width: 100%;
    flex-direction: row;
    text-align: center;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}

form .input-validation-error{
    border: 2px solid #ff0000;
}

.search {
    padding-top: 30px;
}

    .search input[type="text"],
    #search input[type="text"] {
        padding: 10px 0px;
        text-indent: 5px;
        border: 1px solid #ccc;
        margin-right: -2px;
    }

.overlay-menu a {
    text-transform: capitalize;
}

#search button,
button.search-button {
    padding: 10px 10px;
    border: 1px solid #f4f4f4;
}

#search {
    margin-bottom: 30px;
}


.cd-popup-container select {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: auto;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.aboutblok {
 margin-bottom: 0px; 
min-height: 260px;
/* display: inline-block; */
}





.searchresults {
    padding: 30px 0px;
}

    .searchresults ul {
        list-style-type: none;
    }

        .searchresults ul li {
            padding: 15px 15px;
            background-color: #f4f4f4;
            margin-bottom: 15px;
        }

            .searchresults ul li .title {
                text-decoration: none;
                font-weight: bold;
                color: #333;
            }

            .searchresults ul li a {
                text-decoration: none;
            }

.header-yellow {
    padding-top: 75px;
}

@media (min-width: 768.1px) {

    .industries-blok a span {
        display: block;
        min-height: 90px;
        font-size: 1rem;
    }

    .industries-blok {
        padding: 20px 40px;
    }

        .industries-blok a {
            display: block;
            min-height: 90px;
            font-size: 1.2rem;
        }
}


@media (max-width: 768px) {
    .industries-blok {
        padding: 20px;
    }

        .industries-blok a {
            font-size: 1rem;
        }

            .industries-blok a span {
                display: block;
                min-height: 90px;
            }


    .owl-carousel .owl-stage-outer {
        height: 200px;
    }

    .button.scrollTo {
        margin-top: 15px;
    }

    .footer-logo {
        margin-top: 30px;
    }
}






/***** HEADER ICONS *****/
@media (max-width: 480px) {

    .industries-blok a {
        font-size: 1rem;
    }

        .industries-blok a span {
            display: block;
            min-height: 60px;
        }
}


@media only screen and (min-width:1600px){
 
    .headericon {
        position: absolute;
        right: 90px;
        top: -88px;
         width: 170px;;
    }
    
}
