html {
    /*font-size: calc(100vw / 1020);*/
}


html {
    font-size: calc(100vw / 500);
}

header nav.mainmenu {
    display: none;
}

.site-container a.menu-button {
    background-image: url(../img/site-container-menu.svg);
    background-size: calc(100% - 12rem);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -10000px;
    display: block !important;
    position: absolute;
    right: 10rem;
    top: 50%;
    width: 0;
    height: 0;
    border: solid 1px rgba(102, 102, 102, 0.31);
    border-radius: 3px;
    padding: 22rem;
    display: block;
    z-index: 1001;
    transform: translate(0, -50%);
}



.header-slideshow {padding-bottom: 53vw;height: auto;}

header a.logo {
    width: 200rem;
    padding: 10rem;
    background-color: transparent;
}

header .center-container {
    background-color: rgba(255, 255, 255, 0.79);
    position: fixed;
    z-index: 3000;
}

section.main .content {
    float: none;
    width: 100%;
    padding: 0rem;
}

section.main aside {
    float: none;
    width: 100%;
    margin-top: 40rem;
}

section.main:before {
    display: none;
}

section.main aside h2:first-child {
    margin-top: 0;
}

a.logo {}

footer#footer1 a.logo {
    margin: 0 auto;
    width: 200rem;
    padding-top: 20rem;
}

footer#footer1 ul.info {
    margin-left: 0;
    text-align: center;
}

footer#footer1 ul.info li label {
    display: block;
    width: 100%;
    font-weight: bold;
}

footer#footer1 ul.info li span {
    display: block;
}

footer#footer1 nav.mainmenu ul {
    margin-left: 0;
    padding: 0;
    padding-bottom: 30rem;
}

footer#footer1 nav.mainmenu ul li {
    display: block;
    text-align: center;
}

footer#footer1 nav.mainmenu ul li a {
    margin: 0;
    padding-bottom: 10rem;
    display: block;
}

#footer2 .center-container {
    padding-left: 0;
    text-align: center;
}

a.creatic {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 40rem;
}

section.main {
    margin-top: initial;
}