/**
 * Theme Name: 3seenbahn
 * Theme URI: https://www.devonwheels.net/themes/3seenbahn
 * Description: Custom theme for the 3Seenbahn club
 * Version: 1.0
 * Author: Dev On Wheels
 * Author URI: https://www.devonwheels.net/
 * Tags: block-patterns, full-site-editing
 * Text Domain: 3seenbahn
 * Domain Path: /assets/lang
 * Tested up to: 6.4
 * Requires at least: 6.2
 * Requires PHP: 7.4
 * License: GNU General Public License v2.0 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 */

@font-face {
    font-family: "Syntax";
    src: url("assets/fonts/syntax/syntax_regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

*, *::before, *::after {
    box-sizing: inherit; }

html {
    scroll-behavior: smooth; }

body {
    background-color: #f4f4f4;
    color: #212121;
    display: flex;
    flex-direction: column;
    font-family: "Syntax", Arial, Verdana, sans-serif;
    font-size: 1.125rem;
    hyphens: auto;
    line-height: 1.5;
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    width: 100vw; }

h1 {
    font-size: clamp(2rem, 8vw, 4rem);
    font-weight: bolder;
}

p {
    margin: 1.5rem 0; }

ul {
    padding: 0 0 0 1rem; }

img {
    height: 100%;
    max-width: 100%;
    overflow: hidden; }
img.align-left {
    margin-bottom: 1.5rem; }
@media screen and (min-width: 768px) {
    img.align-left {
        float: left;
        margin: 0 1.5rem 0.5rem 0; } }

.container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 1.5rem;
    position: relative;
    width: calc(100% - 3rem); }
.container::before, .container::after {
    clear: both;
    content: "";
    display: table; }

.clearfix::before, .clearfix::after {
    clear: both;
    content: "";
    display: table; }

.logo {
    display: block; }

.btn, .wp-element-button {
    background-color: #4d81b1;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #f4f4f4;
    cursor: pointer;
    padding: 0.75rem;
    text-decoration: none; }

.menu {
    list-style: none;
    margin: 0;
    padding: 0; }
.menu li {
    display: block;
    margin: 0 0 1.5rem 0; }
@media screen and (min-width: 768px) {
    .menu li {
        display: inline-block;
        margin: 0 1.5rem 0 0; } }
.menu li:last-child {
    margin: 0; }

.box {
    display: block; }
.box--bordered {
    border: 8px solid #e3e2e2; }

.clubname {
    text-wrap: nowrap; }

.timetable {
    border: 8px solid #e3e2e2;
    border-bottom: 0;
    margin-bottom: 0;
}
.timetable + .timetable {
    border-bottom: 8px solid #e3e2e2;
    border-top: 0;
    margin-bottom: 1.5rem;
}
.timetable table {
    box-shadow: rgba(0, 0, 0, 0.2) 0 8px 24px;
    border-collapse: collapse;
    font-size: 1rem;
    width: 100%; }
@media screen and (min-width: 768px) {
    .timetable table {
        font-size: inherit; } }
.timetable table thead {
    border: 0;
}
.timetable table tr {
    background-color: #f4f4f4; }
.timetable table tr:nth-child(2n+1) {
    background-color: #deddde; }
.timetable table th {
    background-color: #13507a;
    border: 0;
    border-right: 2px dashed #f4f4f4;
    color: #f4f4f4;
    font-weight: normal;
    padding: 0.5rem;
    text-align: left; }
@media screen and (min-width: 768px) {
    .timetable table th {
        text-wrap: nowrap; } }
.timetable table th:last-child {
    border-right: 0; }
.timetable table td {
    border: 0;
    border-right: 2px dashed #939192;
    padding: 0.5rem; }
.timetable table td:last-child {
    border-right: 0; }

.pricetable table {
    border: 0;
    border-collapse: collapse;
    font-size: 1rem;
    width: 100%; }
@media screen and (min-width: 768px) {
    .pricetable table {
        font-size: inherit; } }
.pricetable table thead {
    border: 0;
}
.pricetable table tr {
    background-color: #f4f4f4; }
.pricetable table tr:nth-child(2n+1) {
    background-color: #deddde; }
.pricetable table th {
    background-color: #13507a;
    color: #f4f4f4;
    font-weight: normal;
    padding: 0.5rem; }
.pricetable table td {
    border: 0;
    border-right: 2px dashed #939192;
    padding: 0.5rem; }
.pricetable table td:last-child {
    border-right: 0; }
.pricetable table td:nth-child(2), .pricetable table td:nth-child(3) {
    text-align: center; }

.tablecaption {
    font-style: italic;
    text-align: center; }

.columns {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 1.5rem 0; }
@media screen and (min-width: 768px) {
    .columns {
        flex-direction: row; } }

.column {
    flex: 1 0 0; }
@media screen and (min-width: 768px) {
    .column--5of12 {
        flex: 41.67%; }
    .column--7of12 {
        flex: 58.33%; }
    .column--1of3 {
        flex: 33%; }
    .column--2of3 {
        flex: 66%; }
    .column--1of2 {
        flex: 50%; } }

.navigation {
    background-color: #f4f4f4;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    left: 0;
    padding: 1.5rem 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
.navigation__container {
    align-items: center;
    display: flex;
    justify-content: space-between; }
.navigation__container::before, .navigation__container::after {
    display: none; }
.navigation__logo {
    max-width: 5rem; }
@media screen and (min-width: 768px) {
    .navigation__logo {
        max-width: none; } }
.navigation__toggle {
    display: block;
    z-index: 10; }
@media screen and (min-width: 768px) {
    .navigation__toggle {
        display: none; } }
@media screen and (max-width: 767px) {
    .navigation__menu {
        background-color: #f4f4f4;
        box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
        height: 100vh;
        padding: 10rem 1.5rem;
        position: absolute;
        top: -1.5rem;
        width: calc(95% - 3rem); }
    .navigation__menu[data-state="closed"] {
        right: -100%; }
    .navigation__menu[data-state="opened"] {
        right: 0; } }

.wp-block-navigation__responsive-close {
    padding: var(--wp--preset--spacing--50) 0;
    margin: 0 auto;
    width: var(--wp--style--global--content-size);
}

.navigation_container {
    background-color: #fff;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.hero {
    background-image: linear-gradient(rgba(68, 68, 68, 0.5), rgba(68, 68, 68, 0.5)), url("../images/e41_schluchsee.jpg");
    background-position: 42% 94%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 6rem);
    overflow: hidden;
    padding: 3rem 0; }

.section {
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 6rem);
    overflow: hidden;
    padding: 3rem 0; }
.section--bg-alt {
    background-color: #e2e2e2; }

.contentinfo {
    background-color: #4d81b1;
    color: #f4f4f4; }
