:root {
    --pleio-blue: #0771f2;
    --pleio-orange: #ee5e45;
    --pleio-white: #ffffff;
    --pleio-lightGray: #cccccc;
    --pleio-margin: 20px;
    --test: #0771F2;
}

.lead.___home .lead__justify {
    min-height: 150px;
}

.contact {
    display: flex;
    background-color: var(--pleio-white);
    padding: 20px;
}

.contact h2 {
    padding: 10px 0;
}

.contact p {
    margin-bottom: 10px;
}

.contact div {
    width: 50%;
    padding: var(--pleio-margin);
}

.contact label {
    display: block;
}

.contact input {
    width: 100%;
    border: 1px solid var(--pleio-lightGray);
    margin-right: 10px;
}

@media (max-width:800px) {
    .contact {
        flex-wrap: wrap;
    }
    .contact div {
        width: 100%
    }
}

.btn-bar {
    margin-top: 30px;
}

.btn-bar li {
    display: flex;
    padding: 10px 0;
}

.btn {
    border-radius: 5px;
    padding: 10px;
    margin-right: 10px;
    text-decoration: none;
    border: 1px solid;
}

.btn-bar .btn {
    width: 100%;
    text-align: center;
}

.btn__pri {
    color: var(--pleio-white);
    background-color: var(--pleio-blue);
}

.btn__sec {
    color: var(--pleio-blue);
    background-color: var(--pleio-white);
}

.icon {
    fill: var(--pleio-blue);
    color: var(--pleio-blue);
}

.socials {
    display: flex;
    margin-top: var(--pleio-margin);
}

.socials li {
    display: flex;
    align-items: center;
    margin-right: var(--pleio-margin);
    min-width: 40%;
}

.socials svg {
    margin-right: 10px;
max-width: 34px;
max-height: 34px;
}

.price {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    height: 100%;
}

.price h3 {
    color: var(--pleio-blue);
    text-align: center;
    font-size: 1.5em;
    padding-bottom: var(--pleio-margin);
}

.price ul {
    padding-left: var(--pleio-margin);
    flex-grow: 2;
}

.price li {
    list-style: disc;
}

.price p {
    text-align: center;
    margin-top: calc(var(--pleio-margin)*2);
}

.price strong {
    font-size: 2em;
    display: block;
}

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

.team * {}

.team li {
    list-style: none;
    width: 100%;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: [img] 25% 5% [text] 65% 5%;
    grid-template-rows: 25% [name]25% [role] 25% 25%;
    background-color: var(--pleio-white);
    border-radius: 10px;
    outline: 1px solid var(--pleio-lightGray);
}

.team img {
    width: 100%;
    grid-column: img / span 1;
    grid-row: 1 / 4;
    border-radius: 10px 0 0 10px;
}

.team li strong {
    grid-column: text;
    grid-row: name;
}

.team li span {
    grid-column: text;
    grid-row: role;
}

.lead .read-more {
    display: inline-flex;
}


/* tiles */

.tile {
    --light-color: var(--pleio-white);
    --theme-color: var(--pleio-blue);
    --spacing: 20px;
    background-color: var(--light-color);
    width: 100%;
    min-height: 180px;
    display: flex;
    position: relative;
    padding: var(--spacing);
    font-size: 1.7em;
    font-weight: bold;
}


/* colors */

.tile__orange {
    --theme-color: var(--pleio-orange);
}

.tile__clickable {
    outline: 1px solid #f00;
}

.tile a:after {
    font-size: 50%;
    content: "Lees meer";
    position: absolute;
    padding: var(--spacing);
    left: 0;
    bottom: 0;
    width: 100%;
    color: var(--light-color);
    background-color: var(--theme-color);
}

.FeedItemMeta {
   display: none;
}

.page-header {
  max-width: 1024px;
  margin:  0 auto;
 padding:  20px 20px;
font-size: 190%;
}
/* start tarieven tabel */
div[data-guid="b398811a-6b49-4eb2-a17a-606d044b1cb9"] table { min-width: 768px; margin-bottom: -21px;}


div[data-guid="b398811a-6b49-4eb2-a17a-606d044b1cb9"]  td { text-align: center;} 

div[data-guid="b398811a-6b49-4eb2-a17a-606d044b1cb9"] th:first-child, 
div[data-guid="b398811a-6b49-4eb2-a17a-606d044b1cb9"]  td:first-child {width: 200px; text-align: left;}
/* end table */
div[class^='WidgetSettings__Wrapper'] { min-width: 50%;width: 90%}

.belangrijk {
display: inline-block;
padding: 3px;
outline: 3px dotted hotpink;
}