/* ==============================================================================================================
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;
}

p,
.portfolio-modal {
    font-size: 20px;
    /* font-size: 16.847999572753906px; */
}

.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 all and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
all and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape),
all and (min-device-width: 375px) and (max-device-width: 900px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (orientation: landscape) and (max-width: 768px) {
    */

@media all and (min-device-width: 375px) and (max-device-width: 900px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (orientation: landscape) and (max-width: 768px) {

    .showOnSmallLandscape {
        display: block;
        opacity: 0.7;
        margin-bottom: 18px;
    }

    .hideOnSmallLandscape {
        display: none;
    }

    /***********************/

    body .swiper-pagination-v .swiper-pagination-bullet {
        margin: 1em 0 !important;
    }

    nav.swiper-pagination-v:before {
        top: 2em !important;
    }

    /***********************/

    .scroll {
        bottom: 2em !important;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
    }

    body .swiper-pagination-fraction {
        bottom: -45px !important;
        right: 0.8em !important;
    }

    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 15px !important;
    }

    body .scroll-container .text-left {
        padding-top: 13vh !important;
        padding-bottom: 13vh !important;
    }

    /***********************/

    .swiper-container-portfolio-navigation {
        top: 50%;
        margin-top: -30px;
    }

    body #logo {
        transform: scale(0.5);
        margin: 0 auto -2em;
    }

    body #logo + h3 + h5 {
        margin-bottom: 5em;
    }

    .col-sm-12 {
        width: 90% !important;
    }

    .footer p {
        font-size: 1em;
    }
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
    body .about-slide {
        background-size: auto 100% !important;
        background-position: 70% 0% !important;
    }
}
