:root {
    --font-size-multiplier: 1;
}

html {
    background: #fff;
    font-family: Calibri, sans-serif;
    padding: 0;
    margin: 0;
}

body {
    width: 1200px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

#header {
    width: 100%;
    display: flex;
    /*background: #F5FDFE;*/
    justify-content: space-between;
    color: #00A2B5;
}

#header > * {
    /*display: inline-block;*/
    /*width: 33%;*/
}

#header > span {
    /*border: solid 1px blue;*/
    margin-top: auto;
    margin-bottom: auto;
}

#logo {
    height: 70px;
    vertical-align: middle;
    border: 0;
    text-align: left;
    padding-left: 20px;
}

#header-name {              /* Josef Grosser */
    text-align: center;
    font-weight: bold;
    margin-right: -50px;
    position: relative;
    left: 5%;
    font-size: 150%;
}

#header-caption {           /* Váš pomocník ve světě realit */
    text-align: right;
    padding-right: 5px;
    margin-right: 2%;
    font-size: 150%;
}

#main-background-image {
    width: 100%;
}

#menu-wrapper {
    display: flex;
    justify-content: space-around;
    background: #00A2B5;
    padding: 1px 0 12px 0;
    position: relative;
    top: -5px;
}

#menu-wrapper a {
    color: #fff;
    text-decoration: none;
    transition: all .2s ease-in-out;
    font-size: 120%;
}

#menu-wrapper a:hover {
    /*color: #1bd199;*/
    border-bottom: solid 25px #FAFEFE;
}

#menu-wrapper li {
    display: inline;
    list-style-type: none;
    margin-right: 40px;
    font-weight: bold;
}

.menu-current-link {
    border-bottom: solid 3px #B8F8FF;
}

#content-wrapper {
    background: #FAFEFE;
    padding: 15px 0 0 0;
    position: relative;
    bottom: 8px;
}

#offer {
    /*text-align: center;*/
}

#tmp-content {
    display: none;
}

#particle {
    position: absolute;
    /*opacity: .5;*/
    width: 28px;
    height: 28px;
    /*rotate: 30deg;*/

}

#footer {
    background: #00A2B5;
    height: 40px;
    margin-top: 50px;
}

@media only screen and (max-width: 1080px) {
    body {
        width: 100%;
    }

    #header {
        flex-direction: column;
    }

    #logo-hyperlink {
        text-align: center;
    }

    #header-name {
        font-size: 200%;
        margin: 0 auto;
        text-align: center;
        left: 0;
    }

    #header-caption {
        text-align: center;
        font-size: 150%;
    }

    #content-wrapper {
        bottom: 0;
    }

    #menu-wrapper {
        display: block;
    }

    #menu-wrapper ul {
        margin: 4px 0;
    }

    #menu-wrapper li {
        display: block;
        margin: 5px 0;
        font-size: 130%;
    }

    #menu-wrapper li:before{
        position: relative;
        top: 3px;
        content: "\2B1D";
        color: #B8F8FF;
        font-size: 150%;
        margin-right: 8px;
    }

    #menu-wrapper a:hover {
        border-bottom: none;
    }

    :root {
        --font-size-multiplier: 1.2;
    }
}
