.content-outline{
    background-color: rgb(240, 240, 240);
}

.section-container{
    padding: 80px 100px 100px 100px; 
}
.home-title{
    display: flex;
}
.anno{
    font-family: 'Permanent Marker', cursive;
    position: relative;
    top: -12px;
    font-size: 28px;
}

/*------ Intro SECTION ------ */
#intro{
    display: flex;
}
.home-intro-text{
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    height: 60px;
}
.home-title{
    flex: 90%
}

#home-description-container{
    display: flex;
    flex-direction: row;
}

.meister-image img{
    height: 70%;
    pointer-events: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    padding-bottom: 10px;
}
.meister-image{
    width: 15%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.home-section{
    width: 80%;
    padding-right: 5%;
}


/*------ HAND SECTION ------ */
.hand-section{
    background-color: white;
}
.hand-container .image-container{
    box-sizing: border-box;
    margin-top: 50px;
    text-align: center;
}
.hand-container .text-container{
    box-sizing: border-box;
}
img#hand{
    max-width: 900px;
    width: 80%;
    height: auto;
    display: block;
    margin: auto;
    pointer-events: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

/*------ HOUSE SECTION ------ */
.house-section{
    padding-top: 50px;
    background-color: beige;
    
}
.house-container{
    text-align: center;

}
.house-container .image-container{
    padding-top: 40px;
    padding-bottom: 50px;
}
#haus{
    max-width: 100%;
    max-height: 500px;
    pointer-events: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

/*-------Social Media ------------*/
.socialmedia-section{
    background-color: white;
}
.socialmedia-container{
    text-align: center;
    padding: 0px 20px;
}
.socialmedia-content{
    display: inline-flex;
    align-items: center;
}
.socialmedia-content-home{
    border: 2px solid;
    border-radius: 20px;
    border-color: beige;
    padding: 10px;
}
#instagramlogo{
    height: 50px;
    width: 50px;
    padding-right: 20px;
}
#socialmedia-description{
    text-align: left;
}


/*-----------------------------*/

#uebersicht{
    cursor: pointer;
}
g#Z2{
    background-color: blueviolet;
}

@media only screen and (max-width: 1600px) {
    .anno{
        font-size: 26px;
    }
}
@media only screen and (max-width: 1200px) {
    .hand-container .image-container img{
        width: 100%;
    }
}

@media only screen and (max-width: 860px) {
    .section-container{
        padding: 40px 50px 40px 50px;
    }
    .hand-container .image-container{
        padding: 0px;
    }
    .anno{
        font-size: 24px;
    }
    .meister-image{
        width: 15%;
        flex: 15%;
    }
    .meister-image img{
        height: 100px;
    }
    .meister-image{
        width: 100%;
    }
    .home-section{
        width: 100%;
    }
    #intro{
        flex-direction: column;
    }
    #uebersicht{
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

}
@media only screen and (max-width: 620px) {
    .section-container{
        padding: 30px 30px 30px 30px;
    }
    .anno{
        font-size: 12px;
    }
    img#hand{
        width: 100%;
    }

}