body {
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    line-height: 1.9rem;
    letter-spacing: 0.01rem;
}

img {
    border-radius: 5px;
}

input,
textarea,
select {
    border-radius: 3px;
    background: white;
}

select {
    width: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.8EM 1EM;
    background-position: right center;
    background-clip: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
}

h1 {
    font-size: 2rem;
    line-height: 2.4rem;
}

.text_right {
    text-align: right;
}

.background_light_grey {
    background-color: var(--color-3);
}

.background_light_purple {
    background-color: var(--color-2);
}

.background_yellow {
    background-color: yellow;
}

.padding_20 {
    padding: 20px;
}

.border_radius_5 {
    border-radius: 5px;
}

#mobile_menu_button {
    border: none;
    background: none;
    font-size: 1.6rem;
    cursor: pointer;
}

#top_menu_buttons a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    float: right;
    align-items: center;
    padding: 10px 20px;
    transition: 0.8s;
    border-radius: 3px;
    margin-right: 7px;
}

#top_menu_buttons a:hover {
    color: white;
    background-color: var(--color-2);
}

@media (min-width:768px) and (max-width:1300px) {
    #top_menu_buttons a {
        font-size: 0.8rem;
        padding: 8px 16px;
    }
}

@media (min-width:320px) and (max-width:767px) {
    #top_menu_buttons {
        position: relative;
        background: white;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
}

#quotation_container {
    position: absolute;
    background: var(--color-3);
    padding: 10px 30px;
    right: calc((100vw - 1400px) / 2);
    top: 18vh;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 5px;
    width: 550px;
}

#quotation_container p {
    margin: 3px 0 1px 0;
}

#quotation_container input[type="submit"] {
    width: 100%;
}

#quotation_container textarea {
    width: 100%;
    height: 75px;
}

@media (min-width:320px) and (max-width:767px) {

    #quotation_container {
        position: absolute;
        background: var(--color-3);
        padding: 10px 30px;
        right: 0;
        left: 5%;
        top: 120vh;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        border-radius: 5px;
        width: 90%;
        z-index: 100;
        clear: both;
        margin-bottom: 30px;
    }

}

#copyright_footer {
    padding: 20px 0;
    font-size: 1rem;
    color: white;
}

#copyright_footer a {
    color: white;
}

#copyright_footer a:hover {
    color: white;
    text-decoration: underline;
}

#quotation_container_mobile {
    position: relative;
    background: var(--color-3);
    padding: 10px 30px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 5px;
    top: 25px;
    left: 5%;
    bottom: 25px;
    width: 90%;
    clear: both;
    display: block;
}

.button,
.button_outline {
    font-weight: 700;
    font-size: large;
    letter-spacing: 0.02rem;
    border: none;
    transition: 0.6s;
    padding: 15px 40px;
    cursor: pointer;
    border-radius: 3px;
}

.button {
    background: var(--color-2);
    color: white;
}

.button_outline {
    box-shadow: inset 0 0 0 2px var(--color-2);
    color: var(--color-2);
}

.button:hover,
.button_outline:hover {
    background: var(--color-2);
    box-shadow: inset 0 0 0 2px var(--color-2);
    color: white;
}

.page_container p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.page_container h3 {
    margin-top: 0;
}

.cookie-consent {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    resize: vertical;
    overflow: auto;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.cookie-consent a {
    color: cornflowerblue;
    text-decoration: underline;
}


.cookie-consent .cookie-consent-container {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    margin: -100px auto 0;
    background: #fff;
    padding: 20px;
    max-width: 480px;
    height: auto;
    border-radius: 7px;
}

.assort_container {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 35px;
    padding-top: 35px;
}

.assort_title {
    display: grid;
    grid-template-columns: 1fr 5fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.assort_overview {
    display: flex;
    flex-wrap: wrap;
}

.assort_item {
    width: 200px;
    height: 200px;
    margin: 10px;
    line-height: 200px;
    overflow: hidden;
    border-radius: 7px;
}

@media (min-width:320px) and (max-width:767px) {
    .assort_title {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .assort_title img {
        max-width: 50%;
    }

    .assort_item {
        width: 100px;
        height: 100px;
        margin: 10px;
        line-height: 100px;
        overflow: hidden;
        border-radius: 7px;
    }
}

hr {
    width: 100%;
    height: 0px;
    border-top: 1px solid lightgray;
}

@media (min-width:320px) and (max-width:767px) {
    .cookie-consent .cookie-consent-container {
        top: 25%;
    }
}

.cookie-consent .cookie-consent-selection {
    text-align: right;
}

.cookie-consent hr {
    margin: 15px 0 25px 0;
    height: 0;
    border: 1px solid darkgrey;
}

.link_block {
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

.portfolio_block {
    width: 48%;
    height: auto;
    margin-bottom: 45px;
    float: left;
}

@media (min-width:320px) and (max-width:767px) {
    .portfolio_block {
        width: 100%;
        height: auto;
        margin-bottom: 5px;
        float: left;
    }
}

.onderhoud_block {
    width: 31%;
    height: auto;
    margin-bottom: 45px;
    float: left;
    margin-right: 2%;
}

@media (min-width:320px) and (max-width:767px) {
    .onderhoud_block {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
        float: left;
    }
}

.parent {
    width: 100%;
    height: 180px;
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: auto;
    grid-column-gap: 25px;
    grid-row-gap: 15px;
    margin-bottom: 15px;
}

.parent>div {
    overflow: hidden;
}

.parent div:first-child {
    border-radius: 5px;
}

.parent>div img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.img_preview {
    width: auto;
    max-width: 150px;
    height: auto;
    max-height: 150px;
    margin: 5px auto 5px auto;
}

.min_height_120 {
    min-height: 120px;
}

.min_height_130 {
    min-height: 130px;
}

.cookie-consent-selection {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
    margin-top: 30px;
}

.cookie-consent-item:nth-child(1) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    text-align: left;
    width: calc(60% - 5px);
    margin-right: 5px;
}

.cookie-consent-item:nth-child(2) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    text-align: right;
    width: calc(40% - 5px);
    margin-left: 5px;
}

.cookies_no_button {
    width: auto;
    height: auto;
    padding: 7px 15px 7px 15px;
    background-color: #ffffff;
    border: 1px solid #04aa6d;
    box-sizing: border-box;
    border-radius: 5px;
    color: #04aa6d;
    font-size: 1.2rem;
}

.cookies_no_button:hover {
    cursor: pointer;
}

.cookies_yes_button {
    width: auto;
    height: auto;
    padding: 7px 15px 7px 15px;
    background-color: #04aa6d;
    border: 1px solid #04aa6d;
    box-sizing: border-box;
    border-radius: 5px;
    color: #ffffff;
    font-size: 1.2rem;
}

.cookies_yes_button:hover {
    cursor: pointer;
}

.fillout {
    display: none;
}

.showroom_opening_hours_block {
    margin: 30px 0;
}

.showroom_opening_hours {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

.showroom_opening_hours li {
    margin: 0 0 6px 0;
}
