/*begrüßung*/

section.begruessung {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 80px auto 50px auto; 
}

            img.ich {
                width: 500px;
                height: auto;  
                display: block;
            }

        figure.me{
            max-width: 800px;
            margin-left: 30px;
            margin-top: auto;
            margin-bottom: auto;
            text-align: right;
        }

            h2.hi {
                font-weight: 500;
                font-style: normal;
                letter-spacing: 10px;
                font-size: 40px;
                margin-right: 0px;
                margin-bottom: 10px;
            }

            h1 {
                font-weight: 900;
                font-size: 150px;
                font-style: normal;
                letter-spacing: 10px;
                margin: 0px;  
            }

            h4 {
                margin-right: 15px;
                font-weight: 300;
                font-size: 14px;
                font-style: normal;
                max-width: 900px;
                color: #ea5b0c;
                text-align: right;
                margin-top: 0;
                margin-bottom: 2px;
                letter-spacing: 2px;
            }

            a.artist {
                font-weight: 300;
                font-size: 8pt;
                font-style: normal;
                letter-spacing: 1px;
            }


/*rätsel*/
    h3 {
        margin: auto;
        margin-top: 80px;
        margin-bottom: 20px;
        text-align: center;
        font-weight: 900;
        font-size: 75px;
        font-style: normal;
        letter-spacing: 10px; 
    }

    section.raetsel {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        .raetsel figure {
           /* position: relative;*/
            margin: 20px;
            }

        .raetsel img{
            width: 180px;
            height: 230px;
            cursor:url(bilder/allgemein/cursor_h.svg), auto;
        }

        figcaption {
            color: darkgreen;
            padding: 5px;
            border: 1px solid darkgreen;
            letter-spacing: 2px;
            text-align: center;
            margin-bottom: 10px;
            font-size: 12px;
            font-weight: 300;
        }

            /*Haarfarbe*/
                    img.ichfarbig {
                        filter: grayscale(100%);
                        transition: filter 2s; 
                    }

                    img.ichfarbig:hover{
                        filter: grayscale(0%);
                    }

            /*Alter*/
                    img.alter {
                        filter: blur(50px);
                        transition: filter 2s;   
                    }

                    img.alter:hover{
                        filter: blur(0px);
                    }

            /*Größe*/
                       img.gross {
                        width: 180px;
                        height: 230px; 
                        
                        }

                        .anzeigebild:hover {
                            opacity: 1;
                        }

                        .anzeigebild {
                            position: absolute;
                            width: 180px;
                            height: 230px;
                            opacity: 0;
                            transition: opacity 2s; 
                        }

            /*Standort*/
                    img.map {
                        filter: blur(10px);
                        transition: filter 2s;
                        width: 180px;
                        height: 230px; 
                    }

                    img.map:hover{
                        filter: blur(0px);
                    }

            /*schokolade*/
                    img.schokolade {
                        filter: blur(10px);
                        transition: filter 2s;
                       
                    }

                    img.schokolade:hover{
                        filter: blur(0px);
                    }
            /*Lieblingsfarbe*/
                    img.farbe {
                        filter: grayscale(100%);
                        transition: filter 2s;
                    }

                    img.farbe:hover {
                        filter: grayscale(0%);
                    }

/*biografie*/   

section.bio{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/*zeitstrahl*/  

    figure.timeline {
        display: flex;
        flex-direction: row;
        height: auto;
        
        font-weight: 300;
        font-size: 10px;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.5px;
        
    }
        text.timeline_ex {
          padding-right: 20px;
          text-align: end;
        }
        
            p.pr {
                margin-top: 134px;
            }
            p.q {
                margin-top: 58px;
            }
            p.m {
                margin-top: 44px;
            }
            p.p {
                margin-top: 82px;
            }
            p.f {
                margin-top: 84px;
            }
            p.s {
                margin-top: 42px;
            }


    text.timeline_date {
        margin-right: 30px;
       
        
        font-weight: 300;
        font-size: 12px;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.5px;
        color: #ea5b0c;
        
        border-left: 2px dashed #ea5b0c;
        padding-left: 20px;
    }

        p.eins { 
            margin-top: -10px;
            }
        p.zwei {
            margin-top: 70px;
            }
        p.drei {
            margin-top: 110px;
            }
        p.vier {
            margin-top: 40px;
            }
        p.fünf {
            margin-top: 80px;
            }
        p.sechs {
            margin-top: 80px;
            }
        p.sieben {
            margin-top: 40px;
            }
        p.heute {
            margin-top: 60px;
            margin-bottom: -10px;
        }


/*referenzen*/   

    figure.lebenslauf {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 70%;
        margin: 10px;
        
        font-weight: 300;
        font-size: 12px;
        font-style: normal;
        line-height: 10pt;
        letter-spacing: 2px;
    }

     section.bio figure.lebenslauf div {
            display: flex;
            flex-direction: row;
            margin: 30px 10px 30px 10px;
            line-height: normal;
          
        }
 
                .time{
                    margin-top: 1px;
                    margin-right: 20px;
                    max-width: 100px;
                    text-align: center;

                    color: #ea5b0c;
                    
                }

                    p.strich {
                        margin-top: 0px;
                        padding-bottom: 5px;
                        border-bottom: 1px solid #ea5b0c;
                        margin-bottom: -6px;
                    }

            section.bio figure.lebenslauf div div {
                display: flex;
                flex-direction: column;
                align-self: flex-start;
                align-items: flex-start;
                margin: 0px;
                max-width: 500px;
            }

                    h5{
                        margin: 0px;
                        font-weight: 600;
                        font-size: 14px;
                        font-style: bold;
                        color: #ea5b0c;
                    }
                    
                     h5 p{
                        margin: 0px 0px 7px 0px;
                    }

                    p.wo{
                        margin: 2px 0px 9px 0px;
                    }

                    p.was{
                        font-style: italic;  
                        margin: 0px;   
                    }

/*skills*/   
section.kompe {
        display: flex;
        flex-direction: column;
        min-width: 600px;
        max-width: 700px;
        margin: 0px auto;
}

.kompe h3{
    margin-top: 50px;
}

    h6 {
        font-weight: 600;
        font-size: 12pt;
        letter-spacing: 2px;
        text-align: center;
        margin: 20px 0px;
    }

        .programs {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: center;
            margin: 10px;
        }
       
        
            .programs text{
                width: 150px;
                font-weight: 300;
                font-size: 9pt;
                letter-spacing: 1px;
                text-align: end;
                margin-right: 10px;
            }
    
        
        .tat {
            margin: 10px auto 30px auto;
        }
                    .tat_img {
                        width: 800px;
                        height: 22px; 
                        cursor: url("bilder/allgemein/cursor_h.svg")
                        }

                        .tat_text:hover {
                            opacity: 1;
                        }

                        .tat_text {
                            position: absolute;
                            width: 800px;
                            height: 22px;
                            opacity: 0;
                            transition: opacity 1s; 
                            
                            font-weight: 300;
                            font-size: 9pt;
                            letter-spacing: 1px;
                            color: white;
                            margin-left: 160px;
                            margin-top: 3px;
                        }

                            .wd {
                                margin-left: 200px;
                                margin-right: 120px;
                            }
     



