/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

* {
    box-sizing: border-box;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.main-content {
    background-image: url("./images/mountains.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #cccccc;
}

#main-menu {
    justify-content: space-between;
}

.site-header {
    padding-right: 3rem;
    padding-left: 3rem;
}

    .site-header .columns {
        display: block;
    }

.currency-wrapper {
    justify-content: center;
}

.logo-wrapper #main-menu {
    justify-content: center;
}

@media screen and (min-width: 477px) {
    .site-header .columns {
        display: flex;
    }

    .currency-wrapper {
        justify-content: flex-end;
    }

    .logo-wrapper #main-menu {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 900px) {
    #main-menu {
        justify-content: start;
    }
}

@media screen and (min-width: 1400px) {
    .site-header {
        padding-right: 0rem;
        padding-left: 0rem;
    }

    #main-menu li {
        padding-right: 3rem;
    }
}

.main-content > .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.site-header svg {
    max-width: 150px;
    width: 100%;
    height: 50px;
}

footer ul {
    margin-top: 30px !important;
}

.logo-button {
    min-width: 220px;
    margin-bottom: 20px;
    height: 100px;
    position: relative;
    background-color: #fff;
    border: 2px solid #000;
    transition: outline 0.2s;
}

    .logo-button:hover {
        outline: 1px solid #000;
    }

select {
    position: relative;
    border: none;
    background-color: #fff;
    -webkit-appearance: none;
}

.select-field {
    height: 20px;
    height: fit-content;
    align-items: center;
}

    .select-field::after {
        position: relative;
        display: inline-block;
        content: url(./images/arrow.svg);
        width: 10px;
        height: 10px;
    }

a {
    color: #4a4a4a;
    text-decoration: none;
}

.footer-container .inner {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-button svg {
    width: 150px;
    display: inline-block;
}

.logo-button .inner > div:after {
    content: "   ↗";
    display: flex;
    opacity: 0;
    width: 0;
    align-items: center;
    margin-left: 0px;
    font-size: 20px;
    font-weight: bolder;
    transition: opacity 0.6s 0.2s, margin-left 0.4s;
}

.logo-button:hover .inner > div:after {
    opacity: 1;
    margin-left: 20px;
    width: auto;
}

.footer-logo-image {
    margin-bottom: 20px;
    width: 250px;
}


body {
    /*background-image: url("/fileupload/template_hotels/ridershotel/images/mountains.jpg");*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

header.site-header, .footer-container {
    background-color: #fff;
}