body {
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

div {
    box-sizing: border-box;
}

.headline {
    font-weight: 700;
}

h1 {
    margin: 0;
    font-size: 2em;
    line-height: 1.2;
}

ul {
    padding-left: 20px;
    margin: 5px 0;
}

li {
    padding: 5px 0;
}

.full-width {
    width: 100%;
    margin: 0 auto;
}

.inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1024px;
}

.inner::after {
    content: "";
    clear: both;
    display: block;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.header {
    padding: 1em 0;
    text-align: center;
}

.header img {
    margin: 0 auto;
}

.content {
    padding: 2em 0;
}

img.main-image {
    max-width: 100%;
    margin: 1em 0;
}

.paragraph p {
    margin: .5em 0;
    font-size: 1.45em;
}

.footer {
    padding: 1em 0 2em;
    font-size: .85em;
}

.footer a.powered-by-extole {
    text-decoration: none;
}

.layout--full-width .footer {
    text-align: center;
}

.cookie-consent-wrapper {
    width: 200px;
    padding: 20px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.cookie-consent-wrapper p {
    font-size: 12px;
    margin: 0;
    line-height: 1.6;
}

.cookie-consent-button {
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-weight: 400;
    width: 100%;
    margin: 15px auto 0;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border: none;
    outline: none;
    cursor: pointer;
    display: block;
}

.layout--full-width .content .inner {
    width: 100%;
}

.layout--two-column .message {
    float: left;
    width: 50%;
}

.layout--full-width .message,
.layout--full-width .message img {
    display: none;
}

.layout--full-width .message--top {
    display: block;
    width: 100%;
    margin-bottom: 2em;
}

.layout--two-column #share-experience-section {
    float: right;
    max-width: 400px;
    width: 100%;
}

.layout--two-column #share-experience-section .extole-js-widget-view .extole-widget-wrapper .extole-image-col-wrapper {
    display: none;
}

.layout--two-column #share-experience-section .extole-js-widget-view .extole-widget-wrapper .extole-widget-col-wrapper {
    width: auto;
    min-height: 475px;
}

.layout--full-width #share-experience-section {
    width: 100%;
    max-width: 802px;
    margin: 0 auto;
}

.layout--full-width #share-experience-section .extole-js-widget-view .extole-widget-wrapper .extole-image-col-wrapper,
.layout--full-width #share-experience-section .extole-js-widget-view .extole-widget-wrapper .extole-widget-col-wrapper {
    float: left;
    width: 400px;
}

.layout--full-width #share-experience-section .extole-js-widget-view .extole-widget-wrapper .extole-image-col-wrapper {
    display: block;
}

.layout #share-experience-section .extole-js-widget-view .extole-widget-wrapper .extole-image-col-wrapper,
.layout #share-experience-section .extole-js-widget-view .extole-widget-wrapper .extole-widget-col-wrapper {
    position: relative;
}

@media screen and (max-width: 900px) {
    .layout--two-column .message {
        width: 40%;
    }

    .layout--full-width .inner {
        max-width: 575px;
    }

    h1 {
        font-size: 1.6em;
    }

    .paragraph p {
        font-size: 1em;
    }

    .layout--full-width #share-experience-section {
        max-width: 402px;
    }

    .layout--full-width #share-experience-section .extole-js-widget-view .extole-widget-wrapper .extole-image-col-wrapper,
    .layout--full-width #share-experience-section .extole-js-widget-view .extole-widget-wrapper .extole-widget-col-wrapper {
        float: none;
        width: 100%;
    }

    .layout--full-width #share-experience-section .extole-js-widget-view .extole-widget-wrapper .extole-image-col-wrapper {
        height: auto;
    }

    .layout--full-width #share-experience-section .extole-js-widget-view .extole-widget-wrapper .extole-image-col-wrapper .extole-desktop {
        display: none;
    }

    .layout--full-width #share-experience-section .extole-js-widget-view .extole-widget-wrapper .extole-image-col-wrapper .extole-mobile {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    li {
        list-style-position: inside;
    }

    .content .inner {
        width: 100%;
    }

    img.main-image {
        max-width: 768px;
        margin: 2em 0 0;
    }

    .layout--two-column .content {
        padding: 0;
    }

    .layout--two-column .message {
        padding-top: 2em;
    }

    .layout--two-column .message > div {
        margin: 0 auto;
        max-width: 90%;
    }

    .layout--two-column .message,
    .layout--two-column #share-experience-section {
        float: none;
        width: auto;
        max-width: 100%;
    }

    .layout--two-column #share-experience-section .extole-js-widget-view .extole-widget-wrapper {
        border: none;
    }

    .layout--full-width .message--top {
        width: 90%;
        margin: 0 auto 2em;
    }

    .footer {
        text-align: center;
    }
}

@media screen and (max-width: 402px) {
    img.main-image {
        margin: 1em 0 0;
    }

    .layout--full-width .content {
        padding: 0;
    }

    .layout--two-column .message,
    .layout--full-width .message--top {
        padding-top: 1em;
    }

    .layout--full-width .message--top {
        margin: 0 auto 1em;
    }

    .layout--full-width #share-experience-section .extole-js-widget-view .extole-widget-wrapper {
        border: none;
    }
}
