/* Gravityforms */
.gform_wrapper input:not([type="submit"]), .gform_wrapper textarea, .gform_wrapper select {
    border: solid 1px #cacaca;
    border-radius: 3px;
		background-color: #ffffff;
}

.gform_widget {
    background-color: #1d64a8;
    border-radius: 7px;
    padding: 15px;
}

.gform_widget .gform_title {
    color: inherit;
    font-size: 1.3em;
    margin: 0 0 25px;
    text-align: center;
}

.gform_widget .gform_footer {
    padding-bottom: 0!important;
}

.gform_widget .gform_footer input {
    margin-bottom: 0!important;
}
/* END Gravityforms */

/* Flex template */
.page-template-tpl-flex .header, .page-template-tpl-flex .footer {
    margin: 0;
}

.page-template-tpl-flex .main .container.full-width {
    width: 100%;
    max-width: unset;
}

.page-template-tpl-flex .main .container {
    max-width: 1400px;
}

.page-template-tpl-flex .main .row {
    margin: 0;
    width: 100%;
}

.sollicitatie {
	background-color:#f9f9f9;
	padding:30px;
}

.page-template-tpl-flex .main .row > div {
    padding: 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}

.image-column img, .image-column a {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    background-color: #ffffff;
}

.image-column.cover img {
    object-fit: cover;
}

.image-column.contain img {
    object-fit: contain;
}

.page-template-tpl-flex .main .row > div .button {
    display: inline-block;
    margin-top: 5px;
}

.row-colour {
    margin: 0;
}

.row-colour.white {
    background-color: #ffffff;
}

.row-colour.grey {
    background-color: #f2f2f2;
}

.row-colour.orange {
    background-color: #e89d0c;
}

.row-colour.darkblue {
    background-color: #1c3461;
}

.row-colour.lightblue {
    background-color: #1d64a8;
}

.row-colour.lightblue *, .row-colour.darkblue *, .row-colour.orange * {
    color: #ffffff;
}

.row-colour.orange .button {
    background-color: #1c3461;
}

.text-column h2 {
    font-size: 2em;
}

.text-column h3 {
    font-size: 1.5em;
}

.page-template-tpl-flex .main .row > div .button:nth-of-type(2) {
    background-color: #0089cf;
}

.page-template-tpl-flex .main .row > div .button:nth-of-type(2):hover {
    background-color: #e89d0c;
}

.page-template-tpl-flex .main .row > div.image-column {
    align-self: stretch;
}

.page-template-tpl-flex .main .row.centered > div {
    align-self: center;
}

.page-template-tpl-flex .main .row > div.floor-gallery-column {
    align-self: center;
}

/* END Flex template */

/* /lagerbuehne/ */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

.button-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-container .button {
    margin: auto!important;
    padding: 15px 50px;
}

.usp-list {
    column-count: 2;
    column-gap: 50px;
}

.text-column > ul li {
    list-style: none;
}

.text-column > ul li:before {
    content: '\f00c';
    font-family: FontAwesome;
    margin-right: 5px;
    color: #0089cf;
}

/* END /lagerbuehne/ */

.usp-list {
    column-count: 2;
    column-gap: 50px;
}

/* Footer */
.footer .widget {
    color: #ffffff;
}

.footer a {
    color: #e89d0c;
}

.footer__logo {
    font-size: 0;
}

.footer__title {
    float: none;
    font-size: 1.2em;
    border-bottom: solid 2px #0089cf;
    display: inline-block;
    width: auto;
    padding: 0 15px 5px 0;
}

.footer ol, .footer ul {
    color: #ffffff;
    margin-top: 0;
}

.copyright-footer {
    background-color: #162646;
    color: #ffffff;
    padding-top: 10px;
}

.copyright-footer a {
    color: #ffffff;
    text-decoration: underline;
    margin: 0 5px;
}

/* END Footer */
/* Configurator */
.onw-gform-previous {
    grid-column: span 1!important;
}

#gform_submit_button_5 {
    background-color: #3B8F09;
    margin-left: 16px;
    white-space: normal;
    padding: 13px 16px;
}

#input_5_6_5_container {
    flex: 0 0 100%;
}
/* END Configurator */
/* Blog Overview */
.blog-overview {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.post-thumbnail {
    overflow: hidden;

    &:hover {
        img {
            transform: scale(1.05);
        }
    }
}

.post-preview {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);

    img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        transition: all 200ms ease-in-out;
    }
}

.post-inner {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.post-content {
    padding: 1.5rem;
}

.post-meta {
    width: 100%;
    color: #666;
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.excerpt {
    margin-bottom: 1rem;
}

.read-more {
    display: inline-block;
    margin-top: auto;
    padding: 0.5rem 1rem;
    background-color: #1d64a8;
    color: white;
    text-decoration: none!important;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.read-more:hover {
    background-color: #e89d0c;
}

.excerpt .read-more {
    display: none;
}
/* END Blog Overview */