@charset "UTF-8";


@media screen and (min-width: 360px) {
    .logo {
        position: absolute;
        right: 2rem;
        top: 1.4em;
        width: 220px;
        z-index: 100;
    }
}


@media screen and (min-width: 500px) {

    .image-back-hero {
        background-image: url(../images/canvas_intro.jpg);
        background-size: cover;
        background-position: left;
    }

    #slider-cranio,
    #slider-about {
        display: block;
    }

    .slider-static {
        display: none;
    }

    .slider-spacer {
        margin: 6rem 0 0;
    }

    .image-kontakt-square {
        display: none;
    }

    .image-kontakt {
        display: block;
    }

    .main-container {
        animation-duration: 5s;
        animation-timing-function: ease-in-out;
        animation-delay: 0s;
        animation-iteration-count: 1;
        animation-name: blendIn;
        animation-fill-mode: forwards;
    }

    #intro-text-svg-square {
        display: none;
    }

    #intro-text-svg {
        display: flex;
    }
}


@media screen and (min-width: 550px) {

    body {
        font-size: 1.0em;
        line-height: 1.5rem;
    }

    h1 {
        font-size: 2rem;
        font-weight: 500;
        line-height: 2.2rem;
        margin: 0 0 0.75em;
    }

    h2 {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.8rem;
        margin: 1em 0 0.2em;
    }

    h3 {
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1.7rem;
    }

    h4 {
        font-size: 0.8rem;
        font-weight: 300;
        line-height: 1.4rem;
        margin: 0;
    }

    .cd-top {
        right: 40px;
    }

    .footer {
        display: block;
    }

    .footer-mob {
        display: none;
    }

}


@media screen and (min-width: 630px) {

    .break-desktop {
        display: block;
    }

}

@media screen and (min-width: 650px) {

    .quote {
        float: right;
    }

    .offer-box-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1.1rem;
    }

    .address-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-left: 0;
    }

    .break-mobile {
        display: none;
    }

}


@media screen and (min-width: 750px) {

    .hero-img-mobile {
        display: none;
    }

    .hero-img {
        display: block;
    }

    nav {
        display: block;
    }

    .hamburger {
        display: none;
    }
}


@media screen and (min-width: 800px) {

    .image-back {
        background-image: url(../images/canvas_01.jpg);
        background-size: cover;
        background-position: center;
    }

    .offer-box {
        margin: 1rem 3rem;
    }

    .offers {
        margin: 0 3rem;
    }

    .address-grid,
    h1.green.address {
        margin-left: 3rem;
    }

}


@media screen and (min-width: 850px) {
    .text-container {
        padding: 0;
    }

    .address-grid {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: 1fr 1fr;
    }

}



/* @media screen and (min-width: 1050px) {

    #intro-text-svg-square {
        display: none;
    }

    #intro-text-svg {
        display: flex;
    }

} */