

@font-face {
    font-family: "Tangerine";
    src: local("Tangerine"), url("Tangerine-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Tangerine";
    src: local("Tangerine"), url("Tangerine-Regular.ttf");  
    font-weight:normal;
}

@font-face {
    font-family: "Cherry Swash";
    src: local("Cherry Swash"), url("CherrySwash-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Cherry Swash";
    src: local("Cherry Swash"), url("CherrySwash-Regular.ttf");  
    font-weight:normal;
}

@font-face {
    font-family: "Snippet";
    src: local("Snippet"), url("Snippet.ttf");  
    font-weight:normal;
}



html,body {

    height:100%;
    max-height:100%;
    margin: 0px;
    padding:0px;
    overflow: hidden;

}

body {
    background-image: url(buehne.jpg);
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;          
}


#linker-vorhang,
#rechter-vorhang {
    background-image: url(roter-vorhang.jpg);
    width:50%;
    height:95%;
    position: absolute;
    bottom:5%;    
    z-index:3;

    box-shadow: 0px 10px 20px 0px black;

    animation-name: VorhangAuf;
    animation-duration: 1.25s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;

}

#linker-vorhang {
    left:0%;
    background-position: right bottom;
    transform-origin: left;
}

#rechter-vorhang {
    right:0%;
    background-position: left bottom;
    transform-origin: right;

}

@keyframes VorhangAuf {
    from {
        transform:scaleX(1);
        z-index:10;
    }

    to {
        transform:scaleX(.2);
        z-index:0;
    }
}


#menu {

    /*display:none;*/

    position: absolute;
    bottom:3%;
    left:3%;
    z-index: 111;

    background-color: white;    

    border:5px black double;

    padding-top:.5em;
    padding-left:.5em;
    padding-right:1.5em;
    padding-bottom:.5em;

    font-size: 200%;
    font-weight:bold;
    font-family: 'Tangerine', cursive; /*'Stalemate', 'Rouge Script', 'Miss Fajardose', 'Lovers Quarrel', 'Monsieur La Doulaise', 'Allura', 'Alex Brush'  ;*/

    transform: rotateZ(-5deg) ;

}

#menu a {
    color:black;
    text-decoration: none;
}

#menu > ol {
    list-style-type: circle;    
}

#menu > ol > li:not(:last-child) {
    padding-bottom: 1em;
}


.seite {
    margin: auto;
    position: absolute;
    left: 0; 
    right: 0;
    height:80%;
    top:50px;
    max-width:500px;        
    padding:20px;

    z-index: 10;

    border:3px gold solid;
    border-radius: 50px;

    color:white;    
    background-color: rgba(0,0,0,.85);
    box-shadow: gold 0px 0px 15px 5px ;

    font-family: "Snippet";
    line-height: 150%;   

    visibility:hidden;
    opacity:0;
    transform: rotateY(180deg);

    transition-property: transform, opacity, visibility;
    transition-timing-function: ease ;
    transition-duration: .75s;
}

.seite:target {
    visibility: visible;
    opacity:1;    
    transform: rotateY(0deg);

    transition-property: transform, opacity, visibility;
    transition-timing-function: ease ;
    transition-duration: .75s;
}

.scroller {    
    overflow: auto;    
    max-height:100%;
    top:0px;
    padding:0px 30px;
}

.seite a {
    color:white;
    text-decoration: underline dotted;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Cherry Swash";    
}

h1 {
    font-size:400%;
    /*line-height: 200%;*/
    /*      font-variant-caps: small-caps;*/
}

h2 {
    font-size:200%;
    line-height: 125%;    
    margin-bottom:1.5em;
}

h3 {
    font-size:150%;
}

h4 {
    font-size:125%;
}

.fett {
    font-weight: bold;
}

ul {
    list-style-type: "\2013  " ;
}

#willkommen {
    height:50%;
}

.aktuelleSeite {
    font-weight:bold;
    text-decoration: underline dotted;
    list-style-type: disc;
}

.mitgliederliste {
    list-style: none;
}


#gruppenbild-künstlerclub {
    width:100%;
}

.gruppenbild-kuensterclub-beschreibung {
    font-size:90%;
    font-style: italic;
    padding-left: 1em;
    padding-right: 1em;
    display:inline-block;
    text-align: center;
}

.veranstaltung {
    margin-bottom: 3em;
}

.veranstaltung ins {
    font-weight:bold;
    text-decoration: none;
    color:rgb(200,0,0);
}

.filme {
    list-style-type: "📺 ";
}

.vorschau {
    height:100px;
    margin-right:15px;
}

:not(:target) ~ #willkommen {
    visibility: visible;
    opacity:1;    
    transform: rotateY(0deg);

    transition-property: transform, opacity, visibility;
    transition-timing-function: ease ;
    transition-duration: .75s;
}

:target ~ #willkommen {
    visibility: hidden;
    opacity:0;
    transform: rotateY(180deg);

    transition-property: transform, opacity, visibility;
    transition-timing-function: ease ;
    transition-duration: .75s;
}

#mobile-menu-button,
#mobile-menu-checkbox {
    display:none;
}

@media (max-width: 1200px)  {
    .seite {
        left:333px;
        right:auto;        
    }
}


@media (max-width: 850px)  {

    #mobile-menu-button {
        display:initial;
        background-color: white;
        top:0;
        width:100%;
        position: fixed;
        z-index:12;
        font-family: 'Tangerine', cursive;
        text-align: center;
        font-size:2em;

    }

    #mobile-menu-button:after{
        content:"≡";
        position: absolute;
        top:-0.2em;
        right:10px;
    }

    #menu {
        z-index:11;
        transform: none;
        left:3%;
        right:3%;        
        bottom:auto;
        top:-15em;
        overflow:auto;
        max-height:80%;
        transition: top ease .5s;

    }

    #mobile-menu-checkbox:checked + #menu {
        top:1.5em;       
        transition: top ease .5s;
    }

    #menu > ol > li {
        padding-bottom: 5px !important;        
    }


    .seite {
        left:5%;
        right:5%;  
        max-height:90%;
        /*padding: .5;*/
        border-radius: 10px;       
        box-shadow: gold 0px 0px 15px 0px;
    }
    
    .scroller {
        padding: 0em;
    }
    
    h1 {
        font-size: 222%;
    }
    
    h2 {
        margin-top: 0px;
        font-size:150%;
        line-height: 125%;    
        margin-bottom:1em;
    }
    
    #willkommen {
        height: 80%;
    }
    
}