* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    height:100%;
}

body  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.grid-ce > .grid-row {
    display: grid;
}
.grid-ce-25-25-25-25 > .grid-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-ce-33-33-33 > .grid-row {
    grid-template-columns: 1fr 1fr 1fr;
}
.grid-ce-20-80 > .grid-row {
    grid-template-columns: 1fr 4fr;
}
.grid-ce-25-75 > .grid-row {
    grid-template-columns: 1fr 3fr;
}
.grid-ce-33-66 > .grid-row {
    grid-template-columns: 1fr 2fr;
}
.grid-ce-40-60 > .grid-row {
    grid-template-columns: 2fr 3fr;
}
.grid-ce-50-50 > .grid-row {
    grid-template-columns: 1fr 1fr;
}
.grid-ce-60-40 > .grid-row {
    grid-template-columns: 3fr 2fr;
}
.grid-ce-66-33 > .grid-row {
    grid-template-columns: 2fr 1fr;
}
.grid-ce-75-25 > .grid-row {
    grid-template-columns: 3fr 1fr;
}
.grid-ce-80-20 > .grid-row {
    grid-template-columns: 4fr 1fr;
}
.grid-ce-100 > .grid-row {
    grid-template-columns: 1fr;
}

.lbx-iframe-privacy iframe {
    display: none;
}
.lbx-iframe-privacy .iframe-privacy-preview {

}
.lbx-iframe-privacy .iframe-privacy-placeholder {
    background-image: url('../Images/video-placeholder.jpg');
    background-size: cover;
    background-position: center;
}
.lbx-iframe-privacy .iframe-privacy-content {
    background: rgba(255,255,255, 0.85);
    padding: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.lbx-iframe-privacy .iframe-privacy-message {
    align-self: flex-end;
    flex-basis: 60%;
    text-align: center;
}
.lbx-iframe-privacy .iframe-privacy-link {
    align-self: center;
    flex-basis: 60%;
    text-align: center;
    background: #0E2B8D;
    padding: 1rem;
    color: #fff;
    cursor: pointer;
    transition: all ease 1s;
}

.lbx-iframe-privacy .iframe-privacy-link:hover {
    background: #29206e;
}


.tx-go-maps-ext .js-gme-preview {
    background-image: url('../Images/map-placeholder.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
}
.tx-go-maps-ext .js-gme-preview-layer  {
    height: 100%;
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background: rgba(255,255,255, 0.75);
    transition: all 1s ease;
    padding: 4rem 2rem;
}
.tx-go-maps-ext .js-gme-preview-layer a.js-gme-show {
    display: inline-block;
    background: #0E2B8D;
    padding: 1rem;
    color: #fff;
    text-align: center;
    margin-top: 2rem;
    transition: all ease 1s;
}
.tx-go-maps-ext .js-gme-preview-layer a.js-gme-show:hover {
    background: #29206e;
    text-decoration: none;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
    display: none;
}