/*

This CSS file is for providing theme information for WordPress.
Please don't add any CSS styles here. CSS is generated via SCSS

Theme Name: ImmoWire - Theme 1 - Child
Theme URI: https://immowire.de
Author: Marcus Kober
Author URI: https://immowire.de
Description: Ihr WordPress-Theme von ImmoWire
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: immowiret1
Tags: custom-menu, editor-style, featured-images, wide-blocks
Template: immowire-theme-1

*/

.header {
    position: relative;
}

.header--scrolled {
    padding: 20px 0;
}

.header__dsm-logo-link {
    display: block;
    margin: 0 auto 30px;
    max-width: 600px;
    width: 96%;
}

.header__dsm-logo-link img {
    width: 100%;
}

.header__inside {
    justify-content: center;
}

@media screen and (min-height: 900px) {
    .header {
        position: sticky;
    }
}

@media screen and (min-width: 700px) {
    .header__dsm-logo-link {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1000px) {
    .header--layout02 .header__contact-wrapper {
        margin-left: 30px;
    }
}

@media screen and (min-width: 1150px) {
    .footer__column--address {
        width: 50%;
    }

    .footer__logo {
        width: 100%;
    }
}