@font-face {
  font-family: 'Ysabeau2';
  src: url('fonts/2.woff2') format('woff2'),
       url('fonts/2.woff') format('woff');
  font-style: normal;
}

html, body {
    width: 100%;
    min-height: 100vh;
}

main {
    font-family: Ysabeau2;
    font-size:larger;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333;
}

header {
    font-family: Ysabeau2;
    font-size:larger;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #4a90e2;
    color: white;
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
}

footer {
    font-family: Ysabeau2;
    font-size:larger;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #4a90e2;
    color: white;
    padding: 0px 20px 0px 20px;
    border-radius: 8px 8px 8px 8px;
}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    color: #333;
    text-decoration: none;
}

footer a {
    font-size:larger;
}

hr {
    display:block;
    border-width:1px;
    border-color:white;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 8px;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #4a90e2;
    position: relative;
    border-radius: 0 0 8px 8px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size:1.5em;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 3em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.menu-button {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 3em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.overview,
.gallery,
.impressum {
    padding: 5px 20px 5px 20px;
}

.hero,
.contact-info {
    padding: 5px 20px 5px 20px;
    margin-left: 0px;
    justify-items: left;
    justify-content: center;
    display:grid;
}

.custom-bullets, .custom-bullets ul {
    list-style: none;
    padding-left: 20px;
  }

.custom-bullets > li::before {
    content: "\27A4";
    margin-right: 10px;
}

.custom-bullets2 {
    list-style-type:square;
}

.pict {
    padding: 5px 20px 5px 20px;
}

.card,
.box {
    background: white;
    padding: 5px 20px 5px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 8px;
}

.logo {
    padding: 10px;
    font-size:1.5em;
}

.whitelink {
    color:white;
}

.gallery img,
.responsive-img {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 10px auto;
    border-radius: 8px;
}

.txtbullet {
        margin-bottom: 10px;
}

.txtpara {
        margin-bottom: 10px;
}

.menu-checkbox {
        display: none;
}


@media (min-width: 2000px) {

        body {
            width: 1000px;
        }

}

@media (max-width: 360px) {
    header {
        font-size:smaller;
        font-weight: bold;
    }
}

@media (max-width: 950px) {
    .menu-toggle {
        display: block;
        background: #4a90e2;
        border: none;
        font-size: 2.5em;
        color: white !important;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }

    .menu-button {
        display: block;
        background: #4a90e2;
        border: none;
        font-size: 2.5em;
        color: white !important;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        text-align: center;
        border-radius: 0 0 0 0;
    }

    header {
        border-radius: 8px 8px 0 0;
    }


    .logo {
        padding: 0px 0px 0px 0px;
        font-size:1.5em;
    }

    nav ul {
        display: flex;
        flex-direction:column;
        background: #4a90e2;
        position:relative;
        width:auto;
        padding-left: 0px;
        border-radius: 0 0 8px 8px;
    }

    nav ul li {
        text-align: center;
        align-items: center;
        align-content: center;
        padding: 8px 0px;
    }

    .custom-bullets2 {
        list-style-type:square;
    }

    hr {
        display:none;
        border-width:1px;
        border-color:white;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

    .txtbullet {
        margin-bottom: 10px;
    }

    .txtpara {
        margin-bottom: 10px;
    }

    .delim{
        display: none;
    }

    .menu-checkbox {
        display: none;
    }

    label:focus {
        outline: none;
    }

    input:focus {
        outline: none;
    }

    .menunav {
        display: none;
    }

    .menu-checkbox:checked ~ .menunav {
        display: block;
    }

    .menu-checkbox:not(:checked) ~ .menu-button{
        border-radius: 0 0 8px 8px !important;
    }
}
