  
body {
    background-color: #EDBC9B;   
    }

.name {
	color: rgb(255, 250, 245, 0.7);
	margin-top: 65px;
	font-family: "Avenir Next";
    font-weight: 400;
    font-size: 70px;
    text-transform: uppercase;
    border-top: 2.5px solid black;
    }
    .name a {
            color: rgb(255, 250, 245, 0.7);
    margin-top: 65px;
    font-family: "Avenir Next";
    font-weight: 400;
    font-size: 70px;
    text-transform: uppercase;
    border-top: 2.5px solid black;

    }
.profession {
	color: black;
	margin-top: -55px;
	font-family: "Avenir Next";
    font-size: 30px;
    font-weight: 400;
    text-transform: lowercase;

    }
    .profession a {
        color: black;
        margin-top: -55px;
        font-family: "Avenir Next";
        font-size: 30px;
        font-weight: 400;
    }

    .profession a:hover {
        transform: 3.5s;
        color: rgb(255, 250, 245, 0.7);
    }


a {
    color: black;
    margin-top: -45px;
    font-family: Arial;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    }


.links {
    color: black;
    margin-top: -40px;
    font-family: "Avenir Next";
    font-size: 28px;
    font-weight: 400;
    text-transform: lowercase;

    }
    .links a {
        color: black;
        margin-top: -40px;
        font-family: "Avenir Next";
        font-size: 28px;
        font-weight: 400;
    }

        .links a:hover {
        color: rgb(255, 250, 245, 0.7);
        
    }

/******************KKKKAAAAIIII SSSSTTTTRRRRAAAATTTTHHHHMMMMMANNNN*****************/

.short-cv {
    /*hyphens: auto;*/
    text-align: justify; 
    -moz-text-align-last: justify;
    /*text-align-last: justify;*/
    margin-top:0px;
    margin-bottom:0px;
    font-size: 20px; 
    font-weight: 470;
    font-family: Avenir Next;
    width: 60vw; /* 50% von fesnterbbreite */
    /*margin-left: 19%;
    margin-right: 19%;*/
    }

   
 .flex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}   

/******************CCCCHHHHOOOORRRREEEOOOOGRRRRRAPPPPHHHEEEERRR*****************/

.chorographer-center {
    /*hyphens: auto;*/
    text-align: justify; 
    -moz-text-align-last: justify;
    /*text-align-last: justify;*/
    margin-top:0px;
    margin-bottom:0px;
    margin-left: 19%;
    margin-right: 19%;
    font-size: 20px; 
    font-weight: 300;
    font-family: Arial;
    width: 60vw; /* 50% von fesnterbbreite */
}

/******************CCCCOOOOOOMMMMMMMPPPPPPPPEEEEEEERRRRRR*****************/

.composer-center {
    /*hyphens: auto;*/
    text-align: justify; 
    -moz-text-align-last: justify;
    /*text-align-last: justify;*/
    margin-top:0px;
    margin-bottom:0px;
    margin-left: 19%;
    margin-right: 19%;
    font-size: 20px; 
    font-weight: 300;
    font-family: Arial;
    width: 60vw; /* 50% von fesnterbbreite */

.composer-bilder {
    height: 200px;
    object-fit: contain;
    object-position: right;
    border-width: 2px;
    border-style:solid;
    border-color: white;
}

/******************MMMMMMOOOOOOOVVVVVVVEEEEERRRRRRRRR*****************/

}

    .mover-center {
    /*hyphens: auto;*/
    text-align: justify; 
    -moz-text-align-last: justify;
    /*text-align-last: justify;*/
    margin-top:0px;
    margin-bottom:0px;
    margin-left: 19%;
    margin-right: 19%;
    font-size: 20px; 
    font-weight: 300;
    font-family: Arial;
    line-height: 1.1; 
    width: 60vw; /* 50% von fesnterbbreite */
    border:dashed;

    }

    .mover-fussnote {
    /*hyphens: auto;*/
    text-align: center; 
    -moz-text-align-last: justify;
    /*text-align-last: justify;*/
    margin-top:0px;
    margin-bottom:0px;
    margin-left: 19%;
    margin-right: 19%;
    font-size: 20px; 
    font-weight: 300;
    font-family: Arial;
    border: none ;

}
    }



/*

.subscribe-button {    /*button is the CSS-Selector == which element we are targeting */
        background-color: rgb(250,0,0); /*this is the CSS Property and the value we change it to*/
        color: white;
        border: none;
        height: 35px;
        width: 110px;
        border-radius: 2px ; /* rounded corners */
        cursor: pointer; /* create a hand when hover over the button */
        margin-right: 10px;
    }

    .join-button {
        background-color: white;
        color: rgb(0,0,230);
        border-style: solid;
        border-color: rgb(41, 118, 211);
        height: 35px;
        width: 50;
        border-radius: 2px;
        cursor: pointer;
    }

    .tweet-button {
        background-color: rgb(2, 137, 255);
        color: white;
        border: none;
        height: 35;
        width: 70;
        border-radius: 5px;
        font-weight: bold;
        font-size: 15px;
        cursor: pointer;
        margin-left: 10px;
    }*/



