@font-face {
    font-family: 'EduMarist';
    src: url('../fonts/EduMarist-Medium.woff2') format('woff2'),
        url('../fonts/EduMarist-Medium.woff') format('woff');
    font-weight: 400;
}

body {
    background-color: #B9B9B9;
}

.balken {
    display: flex;
    position: fixed;
    z-index: 1;
    width: 100%;
    
}


.balken__portfolio--demenz {
    background-color: #989B83;
}

.balken__portfolio--demenz {
    background-color: #989B83;
    border: 1px solid #989B83;
  outline-style: solid;
  outline-color: #989B83;
  outline-width: thin;
}
.balken__portfolio--both {
    background-color: #ffffff;
}

.balken__portfolio--FIB {
    background-color: #97848a;
}

.background {
    position: relative;
}

.Objects {
    position: absolute;

}



.startseite__hoverbild {
    top: -0.001px;
    position: absolute;
    left: 0px;
    pointer-events: none;
    opacity: 0;
}

.startseite__hoverbild.aktiv {
    opacity: 1;
}


.sprachschalter--startseite {
    background-color: #B9B8B5;
}

.sprachschalter--mondes {
    background-color: #DFC331;

}

.sprachschalter--demenz {
    background-color: #989B83;
}

.sprachschalter--about {
    background-color: #B9B8B5;
}

.sprachschalter--vitra {
    background-color: #095876;
}

.sprachschalter--mak {
    background-color: #5d6530;
}
.sprachschalter--london {
    background-color: #AA552E;
}
.sprachschalter--kindheit {
    background-color: #47836E;
}
.sprachschalter--wlf {
    background-color: #DFA745;
}
.sprachschalter--both {
    background-color: #ffffff;
}

.sprachschalter--FIB {
    background-color: #97848a;
}
.text__tabelle {
    border: none;
    margin-bottom: 50px;
}

.text__zelle {
    padding: 0 20px 0 0;
}
p { 
    
    
   
    font-size: 21px;
    line-height: 33.5px; // Zeilenhöhe innerhalb von p-Elementen
    color: black;
    width: 100%;
   padding-right: 5px;
   
            

        margin-top: 20px; 		// Abstand zwischen p-Elementen
        margin-bottom: 50px; 
    }
