/*
Theme Name: SiPage 02
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>img:not(:first-child) {
    display: none;
}

.sc-slideshow>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>[data-control] button {
    cursor: pointer;
}

.tabs>[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: 994px) {
    .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;
    }
}