* {
    box-sizing: border-box;
    font-size: 15px;
    font-family: 'Roboto';
}

.map{
    height:900px;
    width:100%;
}

.container {
    background-image: url(../ressources/images/darkwood.jpg);
    padding-bottom: 200px;
}

.slideshow-container {
    position: absolute;
    background-image: linear-gradient(transparent, white), url("../ressources/images/jazzburgerbremen_20220517_123755.jpg");
    background-size: cover;
    background-blend-mode: screen;
    padding: 20px;
    padding-top: 50px;
    margin-bottom: 150px;
    box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1);
}

body {
    background: #281D19;
    position: relative;
    margin: 0 !important;
}

.slideshow-container {
    position: relative;
}

.slideshow-image img {
    border-radius: 30px;
    width: 70%;
    margin-left: 15%;
    box-shadow: 0 0 2em #000000;
    object-fit: cover;
    height: 450px;
}

.next, .previous {
    position: absolute;
    top: 400px;
    background: none;
    border: none;
    color: black;
}

.next i, .previous i{
    font-size: 2.5rem;
}

.next {
    right: 40px;
}

.previous {
    left: 50px;
}

.search-container {
    text-align: center;
    margin: 30px;
    height: 50px;
}

/*   cinema-container 2 */
.cinema-container {
    padding-left: 5%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.cinema-container a {
    margin: 20px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.cinema-container a img {
    border-radius: 30px;
    width: 375px;
    z-index: -1;
    height: 350px;
    transform: scale(.993, .94);
    transition: transform .5s, opacity .25s;
}

.cinema-container a img:hover {
    opacity: 1;
    transform: scale(1);
    box-shadow: 3px -3px 30px orange,
    -3px 3px 30px orange;
}

.cinema-container a div {
}

hr {
    border-style: none;
    border-top: 6px dotted gainsboro;
    width: 10%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.cinemacontainer{
    margin-top: 40px;
    padding-bottom: 300px;
    margin-bottom: 100px;
    position: relative;
}

.textbeschreibung{
    background: white;
    padding: 50px;
    position: absolute;
    width: 700px;
    z-index:0;
    margin-left: 150px;
    height: 350px;
    top: 300px;
}

.topcinemacontainer{
    position: relative;
}

.topcinema img{
    width: 700px;
    position: absolute;
    z-index: 1;
    left: 350px;
    margin-left: 200px;
    height: 370px;
    bottom:-100px;
    box-shadow: 0 0 2em #000000;
}

.title{
    margin-left: 150px;
    margin-right: 50px;
    width: 400px;
    position: absolute;
    top:-250px;
}

.title span{
    color: #E1FCA2;
    font-family: 'Niconne', cursive;
    font-size: 3.5rem;
}

.allcinema a{
    top:550px;
    border: 1px solid white;
    padding: 10px;
    position: absolute;
    left: 800px;
    margin-left: 200px;
    width: 200px;
}

.allcinema a:hover{
    background: #E1FCA2;
    color: #354a41;
}

#more{
    display: none;
}

.like{
    position: absolute;
    left: 630px;
    top: 290px;
    border: none;
    background: none;
    color: #000000;
}

.like i{
    font-size: 2rem;
}

#myBtn{
    color: grey;
}

#storeInfoDiv {
    color: black;
    margin-right: auto;
    margin-left: auto;
    width: 75%;
    background-color:rgba(255,255,255,0.3);
    border: 2px solid black;
    border-radius: 15px;
    padding: 20px;
}

    #storeInfoDiv p {
        font-size: 2.5em;
        font-family: Empera;
        text-align: center;
    }

.storeInfoTitles {
    text-decoration: underline;
    color: #FFDD04;
    font-size: 3.5em;
    text-align:center;
}
#loadMoreMealsButton {
    font-family: Empera;
    margin-right: 0.5em;
    margin-bottom:0.5em;
}

@media all and (max-width: 359px) {
    #loadMoreMealsButton {
        font-size: 1em;
    }
}

@media all and (min-width: 360px) {
    #loadMoreMealsButton {
        font-size: 5em;
    }




}

@media all and (min-width: 800px) {
    #loadMoreMealsButton {
        font-size: 3em;
    }
}
