
body {
    background-image: url(../img/muellner_hg.jpeg);
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: calc(100vh - 50px);
    background-repeat: no-repeat;
    margin: 0;
    }
.header {
    display: flex;
    justify-content: center;
    padding: 20px;
    margin-bottom: 30px;
}
 
.logo {
    height: 100px;
}

#aussen {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    min-height: 100px;
    gap: 10px;
}
#aussen-gross {
    position: absolute;
    width: 100vw;
    height: calc(100vh - 151px);
    left: 0;
    top: 100px;
    border: none;
    overflow-x: hidden;
    overflow-y: auto;
}
#aussen-cam {
    -webkit-overflow-scrolling: touch;
    width: 100vw;
    height: 250px;
    top: 0px;
    left: 0px;
}

.icons {
    height: 60px;
}

.link {
    background-color: rgba( 255,255,255, 0.2);
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.familie {
    height: 150px;
    border-radius: 100px;
}

.kontakt {
    text-align: center;
    
}

.kontakttext {
    background-color: rgba( 255,255,255, 0.8);
}

h1 {
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-shadow: 
    -1px 2px 1px hsl(0,0%,52%), 
    -2px 4px 1px hsl(0,0%,54%)
}
h2 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    display: flex;
    justify-content: center;
    text-shadow: 
    -1px 2px 1px hsl(0,0%,52%), 
    -2px 4px 1px hsl(0,0%,54%);
}

.video {
    margin: 0 auto;
 display: block;
}