.allcinema-container {
    text-align: center;
    padding-top: 150px;
}

.allcinemalabel span {
    color: #FFDD04;
    font-family: Empera;
    font-size: 3.5rem;
}

.wrapper {
    overflow-x: hidden;
    display:  grid;
    width: 100%;
    
}

#myContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding-right: 40px;
}

#one {
    grid-column: 1 / 2;
    grid-row: 0;
    text-align: left;
}

#two {
    grid-column: 2 / 2;
    grid-row: 1;
    text-align: right;
}

.three {
    text-align: justify;
    line-height: 1.7;
    margin: 0em 2em 0em 2em;
}

.section1 {
    display: flex;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    background: rgba(106, 163, 99, 0.1);
    margin-bottom: 20px;
    width: 100%;
}

.menuTitleParagraph {
    font-family: Empera;
    color: #FFDD04;
}

.section2_1 {
    display: flex;
    flex-direction: column;
}

.section1 div {
    width: 75%;
}

.section1 img {
    padding-top: 100px;
}

.section1 img {

    margin-right: 0
}

#image-left {
    margin-right: 10px;
    margin-bottom: 5px;
}

.kompetenz_img {
    margin-top: -50px;
}

.responsive {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.box {
    transform: translateX(200%);
    transition: transform 0.7s ease;
}

.box:nth-of-type(even) {
    transform: translateX(-200%);
}

.box.show {
    transform: translateX(0);
}

@media screen and (max-width: 800px) {
    .section1 {
        flex-direction: column;
        padding: 10px;
    }

    .section1 div {
        width: 100%;
    }

    .section2 {
        flex-direction: column;
        padding: 10px;
    }

    .section2 div {
        width: 100%;
    }

    .kompetenz_img {
        width: 100%;
        margin-left: 0px;
    }

}

@font-face {
    font-family: Empera;
    src: url(../ressources/fonts/Empera-SoftVintage.ttf);
}

@font-face {
    font-family: Metropolis;
    src: url(../ressources/fonts/Metropolis-Regular.otf);
}

