/*
 * Gebruik zoveel mogelijk nested CSS
 * Meer informatie: https://www.w3schools.com/cssref/sel_nesting.php
 */


.aw-readmore-trigger {
    color: #F88C20;
    cursor: pointer;
}

.aw-read-more-single {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
    height: 180px;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.aw-read-more-single:not(.open)::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 52%);
    z-index: 1;
    margin-top: -50px;
    width: 100%;
    opacity: 0.8;
}

div#hidden-atts.hidden {
	display: none;
}

body div .aw-read-more-single.open {
    height: auto;
    overflow: visible;
}


.w-full.flex.flex-row.justify-start {
    display: flex;
    justify-content: flex-start;
}

p.w-1\/2.text-gray-500 {
    width: 50%;
	font-weight: 500;
}

.att-item:nth-child(even) {
    background: #19493614;
}

h2.font-bold.text-\[18px\].pt-8.pb-4 {
    font-size: 22px;
    line-height: 22px;
    margin-top: 40px;
}

p.w-1\/2 {
    margin: 0;
    padding: 11px;
}

.font-extrabold, span.text-3xl.font-bold {
    font-size: 28px;
    line-height: 28px;
    margin-top: 40px;
    font-weight: 700;
}



.kenmerken.adres {
    margin-top: 40px;
}

.kenmerken.adres .font-extrabold {
    margin-top: -20px;
}

.kenmerken.adres:nth-child(1) .att {
    margin-top: -20px;
}


p.text-black.description_single {
    margin-top: 12px;
}

.aw-toggle-leesmeer.open {
    display: none !important;
}

div#aw-leesmeer-txt:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    z-index: 1;
    margin-top: -50px;
    width: 100%;
    opacity: 0.8;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(245 243 239) 52%) !important;
}


.elementor-widget-theme-post-content.open#aw-leesmeer-txt:before {
display: none;
}

span.elementor-button-text {
    letter-spacing: 0px;
}