/* Single Campaign */
.single-campaign {
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    margin: 100px auto;
    align-items: center;
}
.single-campaign--bluebar {
    background: #1A67FF;
    color: #fff;
    font-family: 'Nexa';
    font-style: italic;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    padding: 5px 30px 3px 30px;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: -25px;
}
.single-campaign--title {
    font-family: 'Vitesse';
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
    font-style: italic;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    max-width: 420px;
    line-height: 48px;
}
.single-campaign--shortdescription {
    color: #000;
    font-family: 'Nexa';
    font-weight: bold;
    font-size: 24px;
    max-width: 400px;
    text-align: center;
    margin-bottom: 30px;
}
.single-campaign--buttons button {
    margin: 0 15px;
}

/* Inspiration hero */
.inspiration-hero {
    position: relative;
}
.inspiration-hero--image {
    position: relative;
    display: flex;
    min-height: 600px;
}
.inspiration-hero--image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.25);
}
.inspiration-hero--image img {
    object-fit: cover;
}
.inspiration-hero--content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}
.inspiration-hero--bluebar {
    background: #1A67FF;
    color: #fff;
    font-family: 'Nexa';
    font-style: italic;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    padding: 5px 15px 3px 15px;
    font-size: 18px;
    margin-bottom: 30px;
}
.inspiration-hero--title {
    font-weight: 900;
    font-family: 'Vitesse';
    font-size: 70px;
    font-style: italic;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    text-shadow: rgb(0 0 0 / 46%) 0px 0px 46px;
    margin: auto;
}
.inspiration-hero--shortdescription {
    font-size: 24px;
    max-width: 490px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}
@media (max-width: 989px) {
    .inspiration-hero--image {
        height: 410px;
        position: relative;
        width: 100%;
        min-height: auto;
    }
    .inspiration-hero--content {
        top: 50%;
    }
    .inspiration-hero--title {
        font-size: 35px;
    }
    .inspiration-hero--shortdescription {
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        width: 90%;
    }
}

/* Blue CTA */
.blue-CTA-widget {
    display: flex;
    flex-direction: row;
}
.blue-CTA-widget.center {
    justify-content: center;
}
.blue-CTA-widget.right {
    justify-content: flex-end;
}
.blue-CTA-widget .blue-CTA-button {
    display: block;
    background: #1A67FF;
    color: #fff;
    width: auto;
    min-width: 228px;
    max-width: 100%;
    padding: 19px 30px;
    transition: all .35s ease;
    border: 2px solid transparent;
    border-radius: 27px;
    font-family: 'Vitesse', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.blue-CTA-widget .blue-CTA-button:hover {
    box-shadow: 0 3px 36px rgb(0 0 0 / 16%);
}

/* Tiles */
.tiles {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    margin-bottom: 20px;
}
.tiles--large {
    overflow: hidden;
}
.tiles--large[data-content-position="top"] {
    padding-right: 10px;
    flex: 1 0 auto;
    flex-basis: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    z-index: 0;
}
.tiles--large[data-content-position="bottom"] {
    padding-right: 10px;
    flex: 1 0 auto;
    flex-basis: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 0;
}
.tiles--small {
    padding-left: 10px;
    flex: 1 0 auto;
    flex-basis: 40%;
}
.tiles--large[data-content-position="top"] .tiles--large-content {
    z-index: 10;
    position: relative;
    width: calc(100% - 325px);
    padding-top: 125px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.tiles--large[data-content-position="bottom"] .tiles--large-content {
    z-index: 10;
    position: relative;
    width: calc(100% - 325px);
    padding-bottom: 125px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
@media only screen and (max-width: 1980px) {
    .tiles--large[data-content-position="top"] .tiles--large-content {
        width: auto;
    }
}
@media only screen and (max-width: 1445px) {
    .tiles--large img {
        object-fit: cover;
        height: 100%;
    }
}
@media only screen and (max-width: 1400px) {
    .tiles--large[data-content-position="top"] .tiles--large-content,
    .tiles--large[data-content-position="bottom"] .tiles--large-content {
        width: 100%;
        padding: 125px 20px;
    }
}
.tiles--large img {
    position: absolute;
    z-index: 5;
}
@media only screen and (max-width: 990px) {
    .tiles--large img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}
.tiles--large-title {
    font-family: 'Vitesse';
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-style: italic;
    max-width: 70%;
    line-height: 62px;
}
.tiles--large-buttons {
    padding-top: 25px;
}
.tiles--large-buttons button:first-child {
    margin-right: 25px;
}
.tiles--small-item:first-child {
    margin-bottom: 20px;
}
.tiles--small-item {
    display: flex;
    flex-direction: row;
    align-content: center;
    position: relative;
    overflow: hidden;
    min-height: 336px;
}

@media only screen and (max-width: 990px) {
    .tiles--small-item {
        padding: 0 20px !important;
    }
}

.tiles--small-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex: 1;
    padding: 40px 0 40px 40px;
    position: relative;
    z-index: 9;
    max-width: 50%;
}
@media only screen and (max-width: 1400px) {
    .tiles--small-left {
        padding: 40px 0 40px 20px;
    }
}

@media (max-width: 990px) {
    .tiles--small-item.image-background .tiles--small-left {
        padding: 0;
    }

    .tiles--small-item.image-background .tiles--small-title-and-button {
        margin-top: 0;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .tiles--small-item.image-background .tiles--small-left {
        align-items: center;
    }
}

@media (max-width: 450px) {
    .tiles--small-item.image-background .tiles--small-left {
        max-width: 100%;
    }
}

.tiles--small-title-and-button {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.tiles--small-right {
    flex: 1;
    position: relative;
    align-items: center;
    display: flex;
    margin: 20px 40px 20px 0;
}
@media only screen and (max-width: 1400px) {
    .tiles--small-right {
        padding: 20px 20px 20px 0;
    }
}
.image-background .tiles--small-right {
    position: absolute;
    padding: 0;
    width: 100%;
    max-height: 100%;
    margin: 0;
    height: 100%;
}
@media only screen and (max-width: 1400px) {
    .image-background .tiles--small-right {
        padding: 0;
    }
}
.image-background .tiles--small-right span.youtube--link {
    left: calc(75% - 20px);
    backdrop-filter: none;
}

.image-background .tiles--small-right img {
    width: 100%;
    max-width: unset;
    height: 100%;
    object-fit: cover;
}
.tiles--small-bluebar.hero-blue-bar {
    font-size: 15px;
}
.tiles--small-title-and-button h3 {
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Vitesse';
    font-style: italic;
    font-weight: 900;
}
.tiles--small-title-and-button button {
    font-size: 17px !important;
    padding: 15px 25px !important;
}
@media only screen and (max-width: 990px) {
    .tiles {
        flex-direction: column;
    }
    .tiles--large[data-content-position="top"],
    .tiles--large[data-content-position="bottom"] {
        padding: 0;
    }
    .tiles--small {
        padding: 0;
        margin-top: 20px;
    }
    .single-campaign {
        margin-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 60px;
    }
    .single-campaign--bluebar {
        font-size: 13px;
    }
    .single-campaign--title {
        font-size: 40px;
        line-height: 46px;
    }
    .single-campaign--shortdescription {
        font-size: 15px;
        line-height: 19px;
    }
    .single-campaign--buttons button:last-child {
        display: none;
    }
}

/* Subcategories */
.subcategory-blocks {
    position: relative;
    max-width: 1280px;
    margin: auto;
    margin-bottom: 50px;
}
.subcategory-blocks h3 {
    font-family: 'Vitesse';
    font-weight: 700;
    font-style: italic;
    color: #000;
    font-size: 35px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 25px;
    display: block;
}
.subcategory-blocks-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.subcategory-block {
    display: flex;
    flex-direction: column;
}
.subcategory-image img {
    height: 100%;
    object-fit: cover;
}
.subcategory-title {
    text-transform: uppercase;
    color: #000 !important;
    font-size: 17px;
    font-weight: 800;
    font-family: 'Nexa';
    padding: 15px 20px;
    background: #F4F4F4;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.subcategory-title:hover,
.subcategory-title:visited,
.subcategory-title:active,
.subcategory-title:focus {
    color: #000000;
}
.subcategory-image {
    align-content: flex-end;
    display: flex;
}

@media only screen and (max-width: 990px) {
    .subcategory-block {
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
        margin-right: 20px;
    }
    .subcategory-blocks-inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        overflow: auto;
        padding: 0 20px;
    }
    .subcategory-blocks {
        position: relative;
        max-width: 1280px;
        margin: auto;
        margin-bottom: 50px;
        overflow: hidden;
    }
    .subcategory-blocks h3 {
        font-family: 'Vitesse';
        font-weight: 700;
        font-style: italic;
        color: #000;
        font-size: 23px;
        text-transform: uppercase;
        padding: 0;
        margin-bottom: 25px;
        display: block;
        padding: 0 20px;
    }
}
/* Landingpage blocks */
.lp-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1304px;
}
.lp-blocks--block-image {
    position: relative;
    display: flex;
    width: 100%;
}
.lp-blocks--block-image img {
    object-fit: cover;
    width: 100%;
}
.lp-blocks--block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: column;
    width: 33.33%;
    padding: 0 12px;
    margin-bottom: 25px;
}
.lp-blocks--block-image h3 {
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    font-style: italic;
    font-family: 'Vitesse' !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 40px;
    padding:0 10px;
}
a.lp-blocks--block-link {
    background: #F4F4F4;
    padding: 15px 20px;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .35s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.lp-blocks--block-link:hover {
    background: #dddddd;
    text-decoration: none;
}
.lp-blocks--block[data-active="false"] .lp-blocks--block-image:after {
    content: '';
    background: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
}
.lp-blocks--block[data-active="false"] a.lp-blocks--block-link {
    color: #1A67FF;
}
.lp-blocks--block .blue-bar {
    background: #1A67FF;
    color: #fff;
    font-family: 'Nexa';
    font-style: italic;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    padding: 5px 15px 3px 15px;
    font-size: 18px;
    position: absolute;
    margin-bottom:30px;
    z-index: 10;
    margin: auto;
    display: block;
    font-size: 15px;
    top: 30px;
    left: 0;
    right: 0;
    width: fit-content;
}

.lp-banner-video-wrapper {
    display: flex;
}
#lp-banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-banner-video-wrapper .video-controls {
    position: absolute;
    z-index: 10;
    right: 20px;
    bottom: 10px;
}

@media (max-width: 849px) {
    .lp-banner-video-wrapper .video-controls {
        right: 10px;
    }
}

.lp-banner-video-wrapper .video-controls button {
    background: transparent;
    padding: 10px;
}

.lp-banner-video-wrapper .video-controls button:active {
     box-shadow: none;
     border: none;
 }

.lp-banner-video-wrapper .video-controls button:hover,
.lp-banner-video-wrapper .video-controls button:focus {
     border: none;
 }

.lp-banner-video-wrapper .video-controls button svg {
    fill: #fff;
    height: 30px;
    width: 30px;
}

@media (max-width: 600px) {
    .lp-banner-video-wrapper {
        aspect-ratio: 9 / 10;
    }
}

.lp-banner-mobile {
    display: none;
}
.lp-banner-desktop {
    display: flex;
}
.lp-banner {
    position: relative;
}

.lp-banner-content {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 20px;
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    font-family: 'Vitesse';
    top: 50%;
    transform: translateY(-50%);
}
h3.lp-blocks-headline {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-family: 'Vitesse';
    font-style: italic;
    margin-bottom: 55px;
    margin-top: 55px;
}

@media screen and (min-width: 990px) {
    .lp-blocks--block:hover .lp-blocks--block-image img {
        transform: scale(1.1);
    }

    .lp-blocks--block-image {
        overflow: hidden;
    }

    .lp-blocks--block-image img {
        transition: all .35s ease;
    }

    .lp-blocks--block:hover a.lp-blocks--block-link {
        background: #dddddd;
        text-decoration: none;
    }
}
@media screen and (max-width: 990px) {
    .lp-banner-mobile {
        display: flex;
    }
    .lp-banner-mobile img {
        width: 100%;
    }
    .lp-banner-desktop {
        display: none;
    }
    .lp-blocks--block-image h3 {
        font-size: 37px !important;
    }
    .lp-banner {
        position: relative;
        width: 100vw;
    }
    h3.lp-blocks-headline {
        font-family: 'Vitesse' !important;
        font-size: 37px !important;
        font-weight: bold; !important;;
    }
}
@media screen and (max-width: 800px) {
    .lp-blocks--block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        margin-bottom: 25px;
        padding: 0;
    }
}
@media screen and (max-width: 490px) {
    .lp-blocks--block-image h3 {
        font-size: 27px !important;
    }
    .lp-banner-content {
        font-size: 37px;
        line-height: 37px;
    }
}
