/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+fffD;
    font-display: swap;
}


* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

body {
    background: #FFFFFF;
    margin: 0;
}

a {
    text-decoration: none;
    color: #00abee;
}
a:hover {
    color: #00abee;
}

body, input, select, textarea {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    line-height: 1em;
}

input, select, textarea {
    width: 100%;
    background: transparent;
    border: 1.65px solid #00abee;
    margin: 0.3em;
    padding: 0.5em;
}

input:focus, select:focus, textarea:focus {
    box-shadow: 0 0 5px #00abee;
}

button {
    background-color: #00abee;
    border-radius: 0;
    border: none;
    padding: 0.8em 1.5em 0.8em 1.5em;
    margin: 0.3em;
    color: #000;
    cursor: pointer;
}
button:hover {
    background-color: #00abee;
}

img {
    width: 100%
}

strong, b {
    font-weight: 700;
}

ul, ol, dl, table, blockquote {
    margin: 0 0 2em 0;
}

ul {
    list-style: disc;
    padding-left: 1em;
}

table {
    border-spacing: 1em 0;
    table-layout: fixed;
}

p {
    line-height: 1.8em;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 1.5em;
    line-height: 1.2em;
}

h2 {
    font-size: 1.15em;
    margin-top: 1em;
    margin-bottom: 0.5;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 1em;
    margin-top: 0.5em;
}
h4 { margin-top: 0.5em; }

h3, h4, h5, h6 {
    margin-bottom: 0;
}

hr {
    display: block;
    height: 1px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5em;
    margin-bottom: 5em;
    background: #000;
    border: 0;
}

header {
    background: #fff;
    color: #000;
}
.top-bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    opacity: 0.6;
    min-height: 3em;
}

body .content {
    padding-top: 2em;
}

.header-logo {
    position: relative;
    display: block;
    width: 100%;
    min-height: 1.8em;
}
.header-logo h1 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.header-logo h2 {
    text-transform: none;
    font-size: 20px;
}
.header-logo div {
    padding: 50px;
    position: absolute;
    top: 0;
    color: #fff;
    opacity: 0.1;
    transition: .5s ease;
}
.header-logo:hover div {
    opacity: 1;
}
.header-logo .notification-banner {
    position: absolute;
    width: 100%;
    padding: 10px;
    font-size: 1.5em;
    line-height: 1em;
    left: 0.25hw;
    top: 200px;
    color: #fff;
    opacity: 1;
    transition: none;
    color: black;
    background: rgba(255, 75, 0, 0.85);
}
.header-logo .notification-banner a {
    font-size: 1em;
    line-height: 1em;
}

.title {
    display: none;
}

.title-logo {
    height: 250px;
    background:
	url('logo.svg')
	#00abee
	top center
	content-box
	no-repeat;
    background-size: contain;
}

header nav#top-nav {
    display: none;
}
header nav.contact {
    flex-grow: 0;
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    user-select: none;
}
header nav.contact .phone svg {
    margin-left: 1em;
}
header nav#top-nav.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 15em;
    margin-top: 3.5em;
    z-index: 1;
    background-color: #dddddd;
}

header nav#top-nav.open a {
    display: block;
    border-radius: 0;
    line-height: 3em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    background-color: inherit;
    transition: color 0.2s ease-in-out;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

header nav#top-nav.open a, .footer-icon {
    display: block;
    border-radius: 0;
    line-height: 3em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    background-color: inherit;
    transition: color 0.2s ease-in-out;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

nav a:hover, header nav.contact a:hover {
    color: #fff;
    background-color: #00abee;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
    outline: none;
    padding-right: 0.5em;
    padding: 8px 16px;
    cursor: pointer;
    color: #000;
}

.button div {
    margin-left: 10px;
    display: none;
}

.button svg {
    width: 30px;
    height: 30px;
}

.button:hover {
    background-color: #fff;
}

nav a.active {
    color: #00abee;
    font-weight: 1000;
}

nav a.active:hover {
    color: #000;
}

nav a {
    color: #000;
    cursor: pointer;
    outline: none;
}

.nav-button {
    padding-right: 0.5em;
    padding: 8px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #000;
}
.nav-button:hover {
    background-color: #fff;
}

.header-logo img,.gallery-menu-item img,.gallery-menu-item picture {
    width: 100%;
    height: auto;
    object-fit: contain;
}

p img {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    display: block;
}

th img {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    display: block;
}

.picture-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.picture-block div {
    flex-basis: 50%;
    min-width: 200px;
    text-align: center;
}

.picture-block li {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: left;
}

.picture-block img {
    width: 30vw;
}
.grid, .gallery {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2%;
    justify-content: center;
}
.grid > div {
    flex-shrink: 1;
    flex-basis: 100%;
    background: #DFE1E1;
    padding: 0.8em;
    margin-top: 1em;
w}
.grid div img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

address {
    font-style: normal;
}
address * {
    display: block;
    margin-bottom: 0.5em;
}

address .phone.button::before, address .mail.button::before {
    content: normal;
    padding-right: 0;
}
address *::before {
    padding-right: 0.5em;
    min-width: 2.5ex;
    display: inline-block;
}
address .phone::before {
    content: "☎";
}
address .mail::before {
    content: "✉";
}
address .opening-hours::before {
    content: "⏲";
    padding-right: 1em;
}
.name, address .opening-hours {
    font-weight: bold;
    margin-bottom: 0.5em;
}

@media only screen and (min-width: 900px) {
    .title {
	display: inline-flex;
	align-items: center;
	flex-shrink: 1;
	font-size: 20px; /*fallback*/
	font-size: 1.5vw;
	font-weight: 1000;
	letter-spacing: 0.122em;
	color: #000;
	padding-left: 1em;
	padding-right: 1em;
    }
}
@media only screen and (min-width: 670px) {
    .title-logo {
	padding-top: 3em;
	height: 300px;
    }
    h1 {
        font-size: 3em;
    }
    
    h2 {
        font-size: 2em;
    }
    .header-logo {
	padding-top: 0;
	min-height: 1.3em;
    }
    .header-logo .notification-banner {
        width: 50%;
        padding: 50px;
    }
    .top-bar {
	background: #fff;
	opacity: 0.6;
    }
    header nav, header nav#top-nav {
	display: inline-flex;
	flex-grow: 1;
	height: inherit;
	background-color: inherit;
	overflow: hidden;
	font-size: 12px;
    }

    nav a {
	display: inline-block;
	user-select: none;
	padding-left: 0.75em;
	padding-right: 0.75em;
	transition: color 0.2s ease-in-out;
	color: #000;
	font-weight: bold;
	border-radius: 4px;
    }
    header nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	color: #000;
	user-select: none;
	cursor: pointer;
    }

    header .nav-button {
	display: none;
    }
    .picture-block img {
        width: 20vw;
    }
    .grid > div {
        flex-shrink: 1;
        flex-basis: 40%;
        background: #DFE1E1;
        padding: 0.8em;
        margin-top: 1em;
    }
    .gallery-menu-item:nth-child(even) div, .gallery-menu-item:nth-child(odd) img, .gallery-menu-item:nth-child(odd) picture {
        order: 1;
    }
    .gallery-menu-item:nth-child(odd) div, .gallery-menu-item:nth-child(even) img, .gallery-menu-item:nth-child(even) picture {
        order: 2;
    }
}

section {
    background: #f0f0f0;
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 2em;
    padding-bottom: 1em;
}

section#home a {
    color: #000;
}

.gallery-menu {
    margin-bottom: 1em;
}
.gallery-menu-item {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.gallery-menu-item div, .gallery-menu-item img, .gallery-menu-item picture {
    flex-basis: 50%;
    flex-grow: 1;
    min-width: 200px;
}

.menu-gallery-description {
    padding: 2em;
    background-color: #fff;
    color: #000;
    text-align: center;
}
.gallery-menu-item h1 {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 2vw;
}
.gallery-menu-item h2 {
    display: block;
    margin-top: 3em;
    font-size: 1em;
    font-weight: bold;
    color: #00abee;
    text-transform: none;
}
.gallery-menu-item .menu-gallery-button {
    display: inline-block;
    padding: 1em;
    background-color: #302430;
    color: #fff;
    margin: 3em;
}
.gallery-menu-item .menu-gallery-button:hover {
    background-color: #00abee;
}


.gallery div {
    color: #000;
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 3em;
    flex-basis: 45%;
    min-width: 200px;
}
.gallery img {
    width: 100%;
}

footer {
    color: #333;
    line-height: 1.65em;
    text-align: center;
    margin-bottom: 10px;
}

footer nav {
    height: inherit;
    line-height: inherit;
    margin-right: 1.5em;
}

footer nav a {
    font-weight: normal;
    text-decoration: none;
    color: #00abee;
}

footer div {
    color: #333;
}

.contact-box {
    display: flex;
    justify-content: center;
    margin-top: 3em;
    margin-bottom: 1em;
}

iframe.map {
    aspect-ratio: 1/1;
}

/* Only for devices with small display (roughly smaller than 5")*/
@media screen and (max-width: 450px) {
    header nav#top-nav.open {
	width: 120px;
    }
    div.footer-icons {
	flex-wrap: wrap;
    }
}
