/* Gravityforms */
.gform_wrapper input:not([type="submit"]), .gform_wrapper textarea, .gform_wrapper select {
    border: solid 1px #cacaca;
    border-radius: 3px;
		background-color: #ffffff;
}
/* END Gravityforms */
/* Landingspagina */
.header__main {
    justify-content: space-between;
    width: 100%;
}

.onw-content h1, .onw-content h2, .onw-content h3, .onw-content h4, .onw-content h5, .onw-content h6 {
		float: none;
}

.onw-content h2 {
    font-size: 2em;
}

.onw-content h3 {
    font-size: 1.5em;
}

.onw-content .button {
    display: inline-block;
    margin-top: 5px;
}

.usp-list {
    column-count: 2;
    column-gap: 50px;
}

.usp-list li {
    list-style: none;
}

.usp-list li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
		font-weight: 600;
    margin-right: 5px;
    color: #0089cf;
}
/* END Landingspagina */
/* Configurator */
.onw-gform-previous {
    grid-column: span 1!important;
}

#gform_submit_button_3 {
    background-color: #3B8F09;
    margin-left: 16px;
    white-space: normal;
    padding: 13px 16px;
}

#input_3_6_5_container {
    flex: 0 0 100%;
}
/* END Configurator */
/* 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;
}

body .sidebar iframe {
    display: none!important;
}

head:has(link[href="https://noordrek.ch/kontakt-noordrek-schweiz/"]) ~ body .sidebar iframe {
    display: block!important;
    margin-top: 25px;
}

/* 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 */