*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;

}

#titelname {
    margin: -4% 0px 0px 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
}

#titel {
    padding: 10% 0% 0% 0%;
    font-family: 'Roboto Slab', serif;
    font-size: 5rem;  
}

#beschreibung {
    padding: 8% 0px 0px 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
}

#beschreibung p + p {
    padding-top: 1rem;
}

.gal-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
}

.linkButton{
    margin: 0px 5px 0px 10px;
}

.linkButton, .linkButton a {
    display: inline-block;
    vertical-align: top;
}

.icons {
    color: lightgray;
}

#iconTel:hover, #iconInstagram:hover, #iconMail:hover, #iconFacebook:hover {
    color: lightgray;
}

#impressum a, #impressum a:visited {
    color: #666666;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    position: absolute;
    right: 3%;
    bottom: 2%;
    text-orientation: sideways-right;
}

.namensgebung {
    position: absolute;
    display: none;
    width: 0px;
    height: 0px;
}

a {
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

/* div, span {
    border: 1px solid lightblue
} */

@media only screen and (max-width: 1240px) {
    #titelname {
        margin: -4% 0px 0px 0px;
        font-family: 'Poppins', sans-serif;
        font-size: 1.2rem;
        font-weight: 600;
    }
    
    #titel {
        padding: 10% 0% 0% 0%;
        font-family: 'Roboto Slab', serif;
        font-size: 3rem;  
    }

    #impressum a, #impressum a:visited {
        color: #666666;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        font-size: 0.6rem;
        position: absolute;
        right: 3%;
        bottom: 2%;
        text-orientation: sideways-right;
    }

    #beschreibung {
        font-size: 1rem;
    }
    .gal-desc {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 734px) {
    #titelname {
        margin: 0.3rem 0px 0px 0px;
        font-family: 'Poppins', sans-serif;
        font-size: 1.1rem;
        font-weight: 600;
    }
    
    #titel {
        padding: 1rem 0% 0% 0%;
        font-family: 'Roboto Slab', serif;
        font-size: 2.5rem;  
    }

    #rechts {
        display: none;
    }
}