<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: SiPage 10
Version: 3.2.1
Author: SiMedia GmbH
Text Domain: SiMedia
Domain Path: /assets/languages
*/

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

p {
    margin-top: 0;
}

img, video {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    min-height: 1px;
}

.center {
    text-align: center;
}

/*Wrapper Width Styles*/
.fullWidth {
    width: 100%;
}

.widthWrapper, .contentWrapper, .sc-header {
    margin-left: auto;
    margin-right: auto;
}

/*BoxLayout Styles*/
.boxLayout {
    display: flex;
    flex-direction: column;
}

.boxLayout .box:nth-child(2), .change-order .boxLayout .box:nth-child(1), .change-order-m .boxLayout .box:nth-child(1), .change-order-m .boxLayout .box:nth-child(1) {
    margin-top: 5%;
}

.change-order .boxLayout .box:nth-child(1) {
    order: 2;
}

.change-order .boxLayout .box:nth-child(2) {
    margin-top: 0;
}

.change-order-m .boxLayout .box:nth-child(1) {
    order: 2;
}

.change-order-m .boxLayout .box:nth-child(2) {
    margin-top: 0;
}

/*Slick Styles*/
.sc-slideshow&gt;img:not(:first-child) {
    display: none;
}

.sc-slideshow&gt;picture:not(:first-child) img {
    display: none;
}

.slick-arrow:focus, ul.slick-dots li button:focus {
    outline: 0
}

/*Lightcase Styles*/
[data-sigallery] img:hover {
    cursor: pointer;
}

/*Accordion Styles*/
[data-accordion] [data-control] {
    cursor: pointer;
}

/*Tabs Styles*/
.tabs&gt;[data-control] button {
    cursor: pointer;
}

.tabs&gt;[data-control] button:focus {
    outline: none;
}

/* Lazyload styles (slideshows) header */
header .sc-slideshow img.lazyloaded {
    animation: none;
}

header .sc-slideshow.slick-initialized img.lazyloaded {
    animation: lazyloadFadeIn 1s;
}

@media (min-width: 700px) {
    .boxLayout {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .boxLayout .box {
        width: 50%;
    }

    .boxLayout .box:nth-child(2), .change-order .boxLayout .box:nth-child(1), .change-order-m .boxLayout .box:nth-child(1) {
        margin-top: 0;
    }

    .change-order-d .boxLayout .box:nth-child(1), .change-order-m .boxLayout .box:nth-child(2) {
        order: 2;
    }
}</pre></body></html>