body {
    font-family: 'Poppins', sans-serif;
    color: black;
    font-size: 16px;
    margin: 0;
}

h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;

}

h2 {
    font-family: 'Just Another Hand', cursive;
    font-size: 30px;
}

h3 {
    font-size: 25px;
    font-weight: 600;
    /** padding-top: 100px;
     */
}

h4 {
    font-family: 'Just Another Hand', cursive;
    font-size: 30px;
}

h5 {
    font-size: 20px;
    font-weight: 600;
}

h6 {
    font-size: 20px;
}

p {
    font-size: 14px;
    color: black;
}

ul {
    padding: 0;
}

section {
    padding: 50px 0;
}

/*navigation*/

header nav ul {
    display: flex;
    list-style: none;
    font-size: 17px;
}

header nav ul li {
    padding-right: 35px;
}

header nav ul li a {
    text-decoration: none;
    color: white;
}

header nav ul li.active a {
    border-bottom: 2px solid #c7b25f;
}


.last {
    padding-right: 0;
}

header nav ul li a:hover {
    text-decoration: none;
    color: #c7b25f;
}

.navigation {
    display: flex;
    justify-content: space-between;
}

.navbar {
    display: block;
}

header.background {
    background: black;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hamburger {
    display: block;
    outline: none;
}

#menu-mobile {
    display: none;
}

.header-brand,
.footer-brand {
    font-size: 28px;
    font-weight: bold;
    padding: 30px 0;
    margin: 0;
    color: white;
}

.footer-brand {
    color: black;
    padding: 0;
}

.header-brand:hover {
    text-decoration: none;
    color: #c7b25f;
}

.footer-brand:hover {
    text-decoration: none;
    color: white;
}

.navigation ul {
    margin: 0;
    padding: 0;
}

/*header-img*/

.img-container {
    position: relative;
}

.img-container img {

    width: 100%;
    height: 350px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    background: black;
    opacity: .4;
}

.centered {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-img {
    padding: 0;
}

.header-img h1 {
    margin-bottom: 38px;
}

/*sidebar*/

.sidebar {
    background-color: black;
    padding: 50px 0;
}


/*sidebar&newsmeldungen*/
.sidebar h3,
.sidebar h6,
.sidebar p,
.newsmeldungen h3,
.newsmeldungen h6,
.newsmeldungen p {
    color: white;
}

.row.meldungen {
    flex-direction: column-reverse;
}

.sidebar h3 {
    margin-bottom: 50px;
}

.sidebar p {
    margin-bottom: 50px;
}

/*teasers*/


.teaser img.img-fluid {
    margin: 0;
}

.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.teasers p,
.teasers a {
    color: black;
}

.teasers p {
    margin-bottom: 30px;
}

.teasers a {
    font-weight: 600;
}

.teasers h1 {
    margin-top: 10px;
    margin-bottom: 0;
}

.news {
    margin-left: 15px;
}

.teasers a {
    text-decoration: none;
}

.teasers a:hover {
    color: #c7b25f;
    text-underline: none;
}

/*events*/

.events h1 {
    margin: 0;
    width: 100%;
}

.events p {
    margin-bottom: 30px;
}

.rect {
    display: flex;
    align-items: center;
    background-color: black;
    width: 330px;
    height: 120px;
    border-radius: 8px;
    margin: 30px 0 30px 0;
}

.rect h6,
.rect p {
    color: white;
}

.rect-mini {
    display: flex;
    margin-left: 10px;
    background-color: white;
    padding: 0 25px;
    border-radius: 8px;
}

.rect-mini li {
    text-align: center;
    list-style: none;
    font-size: 14px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.mit-padding {
    padding-left: 15px;
}

/*button*/

.btn-custom {
    background-color: #c7b25f;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    width: 97px;
    height: 38px;
}

.btn-custom:hover {
    background-color: #eddd9f;
    border-color: #eddd9f;
}

.btn-secondary:focus {
    color: #fff;
    background-color: #c7b25f;
    border-color: #c7b25f;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, .5);
}

.btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #c7b25f;
    border-color: #c7b25f;
}

/*footer*/

footer .row {
    justify-content: space-between;
    margin: 0;
}

.footer li, a {
    list-style: none;
    color: black;
}

.footer li a:hover {
    text-decoration: none;
    color: white;
}

.col-md-4.margin-top {
    padding-left: 0;
}

.email {
    text-decoration: none;
    color: black;
}

.email:hover {
    text-decoration: none;
    color: white;
}

footer p {
    color: black;
    font-weight: bold;
    font-size: 18px;
}

.social-icons {
    display: flex;
}

.social-icons ::before {
    color: black;
    font-size: 30px;
    margin-right: 20px;
}

.social-icons ::before:hover {
    color: white;
}

ul.social-icons {

}

.border {
    border: solid #f45f63 !important;
    height: 1px;
    margin: auto;
    margin-bottom: 30px;
}

.copyright li {
    text-align: end;
}

.copyright li.margin-top {
    margin-top: 80px;
}

footer.footer {
    background: #c7b25f;
    padding: 30px 0;
}

/*back to top button*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border-color: black;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 15px;
    border-radius: 100%;
    border-style: solid;
    height: 60px;
    width: 60px;
}

.fa-chevron-up:before {
    color: black;
    margin: 0;
}

#myBtn:hover {
    background-color: black;
}

#myBtn:hover .fa-chevron-up::before {
    color: white;
}


/*locations*/

.locations {
    padding: 50px 0;
}

h3#fribourg,
h3#bern,
h3#thun,
h3#murten {
    margin-top: 10px;
}

.locations p {
    margin-bottom: 30px;
}

/*events*/
.newsmeldungen {
    background-color: black;
}

.newsmeldungen h3 {
    margin-bottom: 50px;
}

h6.margin-top {
    margin-top: 17px;
}

.info {
    margin-left: 20px;
    margin-top: 30px;
}


/*angebot*/

.angebot {
    background-color: #efe8d8;
}

p.margin-bottom {
    margin-bottom: 100px;
}

p.margin-0 {
    margin: 0;
}

.offer ul {
    margin-left: 15px;
}

.offer ul li {
    font-family: 'Just Another Hand';
    font-size: 20px;
}

::marker {
    color: #c7b25f;
}


/*about*/
.about {
    background-color: #efe8d8;
}

/*personal*/

.personal h4 {
    margin-top: 10px;
}

.personal h6 {
    margin-bottom: 30px;
}

/*öffnungszeiten*/

.oeffnungszeiten {
    background-color: #efe8d8;
}

.oeffnungszeiten li {
    list-style: none;
}

li.tel {
    margin-top: 30px;
}

.oeffnungszeiten li a,
.impressum a {
    text-decoration: none;
    margin-bottom: 50px;
}

.oeffnungszeiten li a:hover,
.impressum a:hover {
    color: #c7b25f;
}

.oeffnungszeiten h5 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.oeffnungszeiten p {
    margin: 0;
}

/*contact*/

.contact.container {

}

form {
    background: black;
    padding: 50px;
    border-radius: 8px;
}

.feedback-input {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    line-height: 22px;
    background-color: #272727;
    border: 2px solid #272727;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
}

.feedback-input:focus {
    border: 2px solid #c7b25f;
}

textarea {
    height: 150px;
    line-height: 150%;
    resize: vertical;
}

[type="submit"] {
    font-family: 'Poppins', sans-serif;
    width: 145px;
    background: #c7b25f;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
    margin-top: -4px;
    /* font-weight: 900; */
}

[type="submit"]:hover {
    background-color: #eddd9f;
}

/*impressum*/

.impressum {
    min-height: calc(100vh - 326px);
}

.impressum h1 {
    color: #c7b25f;
}


/*@media*/

@media (min-width: 375px) {
    footer .footer-brand {
    }
}

@media screen and (min-width: 576px) {

}

@media (min-width: 1024px) {
    h1 {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 50px;

    }

    h2 {
        font-family: 'Just Another Hand', cursive;
        font-size: 40px;
    }

    h3 {
        font-size: 30px;
        font-weight: 600;
    }

    h4 {
        font-family: 'Just Another Hand', cursive;
        font-size: 30px;
    }

    h5 {
        font-size: 20px;
        font-weight: 600;
    }

    h6 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
        color: black;
    }

    .offer ul li {
        font-size: 30px;
    }

    .border {
        width: 865px;
    }

    .img-container img {
        height: 800px;
    }

    .overlay {
        height: 800px;
    }

    .row.meldungen {
        flex-direction: row;
    }

    .feedback-input {
        font-size: 18px;
    }

    [type="submit"] {
        font-size: 20px;
    }
}

@media (min-width: 1025px) {
    .sidebar {
        padding: 80px 0;
        margin: 0;
    }

    .teaser img.img-fluid {
        margin-top: 50px;
    }

    .rect {
        width: 370px;
        height: 120px;
    }

    .rect-mini {
        height: 91px;
        padding: 0 20px;
    }

    .rect-mini li {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .hamburger {
        display: none;
    }

    ul#menu-mobile {
        display: flex;
    }

    #menu-mobile {
        display: block;
    }

    .navbar {
        display: flex;
    }

    #myBtn {
        display: flex;
    }

    .img-fluid {
        height: 400px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}

@media (max-width: 1024px) {
    .teasers p {
        padding-right: 0;
    }

    .teasers .col-md-4 {
        padding-bottom: 85px;
    }

    .header-brand {
        padding: 10px 0;

    }

    .logo img {
        width: 160px;
        height: 50px;
    }
}

@media (max-width: 415px) {

    .copyright li {
        text-align: start;
        margin: 0;
        font-size: 14px;
    }

    .copyright li.margin-top {
        margin-top: 50px;
    }

}

@media (max-width: 768px) {
    form {
        margin-bottom: 30px;
    }

    .sidebar {
        margin-top: 0;
        margin-bottom: 0;
    }

    section.sidebar.col-lg-3 {
        padding-bottom: 100px;
    }

    .newsmeldungen img.img-fluid {
        margin: 30px 0;
    }
}

@media screen and (max-width: 992px) {
    ul.social-icons {
        margin-top: 20px;
    }

    .border {
        margin-top: 15px;
    }

    .rect h6 {
        font-size: 18px;
    }

    .rect p {
        font-size: 14px;
    }
}

@media (max-width: 1000px) {
    .content.teasers {
        width: 100%;
    }
}

@media (max-width: 960px) {
    .row.sidebar {
        flex-direction: column-reverse;
    }
}