@font-face {
    font-family: MeineSchrift;
    src: url(../fonts/MarkerFelt.ttc);
}

body {
    font-family: MeineSchrift;
    font-display: auto;
}

.container {
    overflow-x:hidden;
    overflow-y: auto;
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 50px;
    background-image: url(/img/logo_klein_blass.png), url(/img/brett.jpg);
    background-position: center, left top;
    background-repeat: no-repeat, repeat-y;
    margin: 0;
}

.fenster {
    -webkit-overflow-scrolling: touch;
    width:100vw;
    height: calc(100vh - 51px);
    border: none;
    overflow-x:hidden;
    overflow-y: auto;
}

.iframe-fenster {
    overflow-x:hidden;
    overflow-y: auto;
    position: absolute; 
    top: 150px; 
    left: 0; 
    right: 0; 
    bottom: 0;
    margin: 0;
}

.iframe-fenster-milchig {
    overflow-x:hidden;
    overflow-y: auto;
    position: absolute; 
    top: 150px; 
    left: 0; 
    right: 0; 
    bottom: 0;
    margin: 0;
    background-color: rgba( 255,255,255, 0.7);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.iframe-fenster-big {
    overflow-x:hidden;
    overflow-y: auto;
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px;
    margin: 0;

}
.iframe-fenster-fb {
    overflow-x:hidden;
    overflow-y: auto;
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px;
    margin: 0;
    display: flex;
    justify-content: center;
}
.iframe {
    -webkit-overflow-scrolling: touch;
    width: 100vw;
    height: calc(100vh - 201px);
    top: 0px;
    left: 0px;
    border: none;
    overflow-x: hidden;
    overflow-y: auto;
}
.iframe-text {
    -webkit-overflow-scrolling: touch;
    width: 95vw;
    height: calc(100vh - 201px);
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    border: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.iframe-video {
    -webkit-overflow-scrolling: touch;

    height: 100px;
    display: flex;
    justify-content: center;
    border: none;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 10px;
}
.iframe-fb {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: calc(100vh - 301px);
    display: flex;
    justify-content: center;
    border: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.iframe-big {
    -webkit-overflow-scrolling: touch;
    width: calc(100vw - 20px);
    height: calc(100vh - 75px);
    top: 0px;
    left: 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border: none;
    overflow-x: hidden;
    overflow-y: auto;

}
#aussen {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    min-height: 100px;
    gap: 10px;
    width: 100%;
}

#sozial {
    position: absolute;
    top: calc(100vh - 100px);
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    gap: 10px;
}

.icons {
    height: 60px;
}

.icons-sozial {
    height: 40px;
}

.link {
    background-color: rgba( 255,255,255, 0.4);
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    box-shadow: 
    -1px 2px 1px hsl(0,0%,52%), 
    -2px 4px 1px hsl(0,0%,54%)
}

.link-ohg {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#aussen-breit {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    min-height: 80px;
}
.link-breit {
    background-color: rgba( 255,255,255, 0.4);
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    box-shadow: 
    -1px 2px 1px hsl(0,0%,52%), 
    -2px 4px 1px hsl(0,0%,54%)
}

.icons-breit {
    height: 60px;
}

.head {
    min-height: 150px;
    text-align: center;
    display: table;
    width: 100%;
    height: 150px;
}
h1 {
    display: table-cell;
    vertical-align: middle;
    color: rgba(169, 135, 107, 0.5);
    text-shadow: 
    -3px -3px 0 #3b2c1d,
    1px 1px 0 #f5e8e0;
    font-size: 50px;
}

.kontakttext {
    text-align: center;
    
}
.kontakt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
