@import "swiper-bundle.min.css";
@import "style.css";
@import "navi.css";
@import "fonts.css";
@import "responsive.css";
@import "focus.css";
@import "swiper.css";

/* ==============================================================================================================
R E S E T
-------------------------------------------------------------------------------------------------------------- */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    outline: none;
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, hgroup, menu, nav, output, ruby, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

.swiper-container-portfolio-navigation .swiper-button-prev:after,
.swiper-container-portfolio-navigation .swiper-button-next:after {
    display: none !important;
}

.portfolio-modal li {
    margin-bottom: 5px;
}

.scroll-container {
    width: 100%;
    height: 100%;
}

.scroll-container .text-left {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
}

body .about-slide {
    background-image: url('../images/profilbild.webp') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: right top !important;
}
.about {
    background: none !important;
}

.showOnSmallLandscape {
    display: none;
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
    body .about-slide {
        background-size: auto 100% !important;
        background-position: 70% 0% !important;
    }
}
