@import url(../css/fonts.css);
@import url(../css/animate.css);
@import url(../css/dialog.css);
@import url(../css/head.css);
@import url(../css/opener.css);
@import url(../css/intro.css);
@import url(../css/leistungen.css);
@import url(../css/about.css);
@import url(../css/footer.css);

body {
    color: #000 !important;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans Cond Regular';
    font-size: 1.1em;
    background-color: #fff;
}
h1,
h2,
h3,
h4 {
    font-weight: 700;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 0.15em;
}
h1 {
    font-size: 1.6em;
    font-weight: bold !important;
}
h2 {
    font-size: 1.6em !important;
    font-weight: bold !important;
}
h3,
h4 {
    font-size: 1.4em;
    font-weight: bold !important;
}
li {
    h4 {
        font-size: 1.1em;
        margin: 0;
    }
}
p {
    font-size: 1.1em;
}
h4 {
    margin: 1em 0 !important;

}
strong {
    font-family: 'Open Sans Bold';
}
a {
    color: #000;
    text-decoration: none !important;
   &:hover {
        color: #000;
    } 
}
.text-align-center {
    text-align: center;
}
.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.page-content {
    max-width: 1800px;
    margin: 0 auto;
    width: 100%;
    background-color: #fff6f3;
    color: #362f2d;
    /* padding-top: 5em; */
    &.black {
        background-color: #000;
        color: #fff;
        .partner-logo {
            fill: #fff;
        }
    }
}
section {
    padding: 4em 1em;
    display: block;
    width: 90%;
    margin: 0 auto;
}

#spicyknife {
    fill: #444;
    width: 6em;
    margin: 1em 0;
}
.booking-button {
            background-color: #000;
            border: 1px solid #fff;
            color: #fff;
            padding: 0.75em 2em;
            margin-right: 1em;
            font-weight: bold;
            transition: all .2s ease-in;
            font-size: 0.9em;
            display: flex;
            align-items: center;
            svg {
                width: 1.5em;
                height: 1.5em;
                margin-right: 0.75em;
            }
            &:hover {
                background-color: #fff6f3 ;
                color: #362f2d ;
                border: 1px solid #fff;
            }
        }

        .star-wrapper {
            gap: 0.75em;
            display: flex;
            justify-content: center;
            .star {
                width: 2.25em;
                height: 2.25em;
                margin-bottom: 1.5em;
            }
        }
        
.rating {
    width: 40em;
    height: 15em;
    margin: 0 auto;
    display: flex;
    align-items: center;
    p {
        font-size: 0.9em;
    }
   
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
}
.prev-icon,
.next-icon {
    width: 2em;
    height: 2em;
    fill: #fff;
}
 .next-icon {
        rotate: 180deg;
    }

    .team-wrapper {
        display: flex;
        justify-content: space-between;
        .team {
            width: 30%;
            img {
                width: 100%;
            }
            span {
                font-weight: 700;
                font-family: "Montserrat",sans-serif;
                letter-spacing: 0.15em;
                display: block;
                margin-top: 1em;
            }
        }
        
    }
    .partner-logo {
        width: 15em;
        height: 10em;
    }
    .impressum {
        h1,
        h2,
        h3 {
            margin: 1em 0;
        }
    }
    iframe {
        max-width: 100%;
        width: 100%;
    }
    .carousel-inner {
            overflow: unset !important;
        }
    /*****************************/
/* MOBILE */
/*****************************/
@media (max-width: 700px) {
   section {
        h2 {
            font-size: 1.3em !important; 
            margin-bottom: 2em;
        }
   }
    .team-wrapper { 
        display: block;
        justify-content: space-between;
        .team {
            width: 100%;
            margin-bottom: 2em;
            img {
                width: 100%;
            }
            span {
                margin-top: 1em;
            }
        }
        
    }
    .rating {
        width: 60%;
        height: 30em;
        p {
            font-size: 1em;
        }
    }
    iframe {
        width: 100%;
    }
    .booking-button {
        svg {
            width: 1.2em;
            height: 1.2em;
        }
    }
}