/* FAKTEN */

/* Grundeinstellungen */
.fakt {
    z-index: 200; 
    position: absolute;
    margin: 0 auto;
    padding: 10px 20px;
    line-height: 1.5em;
    border-radius: 10px;
    border-color: #a9cec2;
    border-style: solid;
    opacity: 0;
    box-shadow:  0 0 2em 0.5em black;
    transition: all 2s ease-in-out;
    text-align: center;
}

.faktstrich {
    margin-top: 20px;
    width: 30%;
}

h1.fakten-titel {
    font-size: 3em;
  font-family: "Permanent Marker", cursive;
    color: #a9cec2;
    margin-top: 15px;
}

.title {
    font-size: 1.3m;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

.fakten-text {
    font-size: 1em;
    font-weight: 300;
    opacity: 1;
    color: white;
    text-align: justify;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
}

.fadeIn-Fakt {
    opacity: 1;
}


/* FAKT 01 */

.fakt-container-01 {
    top: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    z-index: 199;
    transition: all 2s ease-in-out;
    opacity: 0;
    text-align: center;
}


.fakt01 {
    z-index: 200;
    width: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 20px;
    line-height: 1.5em;
    border-radius: 10px;
    border-color: #a9cec2;
    border-style: solid;
    box-shadow:  0 0 2em 0.5em black;
    background: black;
}


/* FAKT 02 */

.fakt02 {
    width: 30%;
    bottom: 5%;
    left: 5%;
    background-color: rgba(0,0,0,0.5);
}

/* FAKT 03 */
.fakt03 {
    width: 35%;
    top: 5%;
    right: 5%;
    background-color: rgba(0,0,0,0.5);
}


/* FAKT 04 */

.fakt-container-04 {
    top: 230px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 199;
    transition: all 2s ease-in-out;
    opacity: 0;
    text-align: center;
}

.fakt04 {
    z-index: 200;
    width: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0 auto;
    background-color: rgba(0,0,0,1);
    padding: 10px 20px;
    line-height: 1.5em;
    border-radius: 10px;
    /*    border-color: rgba(199,17,60,1);*/
    border-color: #a9cec2;
    border-style: solid;
    box-shadow:  0 0 2em 0.5em black;
}

/* FAKT 05 */

.fakt-container-05 {
    top: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    z-index: 199;
    transition: all 2s ease-in-out;
    opacity: 0;
    text-align: center;
}


.fakt05 {
    z-index: 200;
    width: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 20px;
    line-height: 1.5em;
    border-radius: 10px;
    border-color: #a9cec2;
    border-style: solid;
    box-shadow:  0 0 2em 0.5em black;
    background: black;
}

/* FAKT 06 */


.fakt06 {
    z-index: 200;
    width: 35%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 20px;
    line-height: 1.5em;
    border-radius: 10px;
    border-color: #a9cec2;
    border-style: solid;
    opacity: 0;
    box-shadow:  0 0 2em 0.5em black;
    transition: all 2s ease-in-out;
}


/* FAKT 07 */

.fakt07 {
    width: 30%;
    bottom: 5%;
    left: 5%;
    background-color: rgba(0,0,0,0.5);
}

/* FAKT 08 */

.fakt08 {
    width: 30%;
    bottom: 5%;
    left: 5%;
    background-color: rgba(0,0,0,0.5);
}

/* FAKT 09 */

.fakt-container-09 {
    top: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    z-index: 199;
    transition: all 2s ease-in-out;
    opacity: 0;
    text-align: center;
}


.fakt09 {
    z-index: 200;
    width: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 20px;
    line-height: 1.5em;
    border-radius: 10px;
    border-color: #a9cec2;
    border-style: solid;
    box-shadow:  0 0 2em 0.5em black;
    background: black;
}


/* FAKT 10 */

.fakt10 {
    width: 30%;
    bottom: 5%;
    left: 5%;
    background-color: rgba(0,0,0,0.5);
}


/* FAKT 11 */


.fakt-container-11 {
    top: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    z-index: 199;
    transition: all 2s ease-in-out;
    opacity: 0;
    text-align: center;
}
.fakt11 {
    z-index: 200;
    width: 33%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 20px;
    line-height: 1.5em;
    border-radius: 10px;
    border-color: #a9cec2;
    border-style: solid;
    box-shadow:  0 0 2em 0.5em black;
    background: black;
}


/* FAKT 12 */

.fakt12 {
    width: 30%;
    bottom: 5%;
    left: 5%;
    background-color: rgba(0,0,0,0.5);
}


/* FAKT 13 */

.fakt13 {
    z-index: 300 !important;
    width: 35%;
    bottom: 5%;
    left: 5%;
    background-color: rgba(0,0,0,0.5);
}

/* SICHTBAR, immer zuunterst */

.sichtbar {
    opacity: 1;
}
