


body
{
    background-color:rgba(155, 244, 66, 0.5) ;
    background-repeat:repeat;
    
    margin-top:3em;
}

/* Uhr */
#clock
{
    z-index: 5;
    position: fixed;
    height: 200px;
    width: 200px;
    align-content: right;
    right: 1%;
    top: 1%;
}

/* diashow */
.diashow
{
    height:480px;
    background: black;
    top: 0;
    overflow: hidden;
}
.dia
{
    display:none;
    position:relative;
    vertical-align: middle;
}
.show
{
    display:block;
}

.diabutton
{
    font-size:6em;
    position:absolute;
    background-color:rgba(255,255,255,0.7);
    top: 2em;
}
#nextdia
{
    right:9px;
}

/* navigation bar */
nav
{
    list-style: none;
    text-decoration: none;
    right:0;
    left:0;
    position:sticky;
    top:0;
    background-color:#000000;
    overflow:visible;
    margin:0;
    padding:0;
    text-align: center;
    text-decoration:none;
    z-index:3;
    width: 100%;
    height: 2.2em;
}
#nav-link
{
    display: none;
    color: white; 
    background-color: #000000;
    width:6em;
    float:left;
    height: 1.2em;
    position:relative;
    padding-top: 0.5em;
    padding-bottom:0.5em;
    margin:0;
    text-decoration:none;
}
#nav-link:hover
{
    background-color: darkorange;
    color:black;
}

.dropdownbox
{
    list-style: none;
    text-decoration:none;
    top:0;
    right:0;
    left:0;
    background-color:#000000;
    overflow:visible;
    margin:0;
    padding:0;
    text-align: center;   
}
.dropdown
{  
    display: block;
    color: white; 
    background-color: #000000;
    min-width:6em;
    float:left;
    height:100%;
    position:relative;
    padding-top: 0.5em;
    padding-bottom:0.5em;
    margin: 0;
}
.dropdown:hover
{
    background-color:darkorange;
    color:black;
}
.dropdown:hover > a
{
    color:black;
}
.dropdown-active
{  
    display: block;
    color: black; 
    background-color: darkorange;
    width:6em;
    float:left;
    height:100%;
    position:relative;
    padding-top: 0.5em;
    padding-bottom:0.5em;
}
.dropdown a
{
    text-decoration:none;
    color:white;
}
.dropdown-active a
{
    text-decoration:none;
    color:black;
}
.dropdown-content
{ 
    position:absolute; 
    min-width:6em;
    display: none;
    z-index: 1;
    list-style: none;
    height:100%;  
}
.dropdown-content li 
{
    color: white;
    background: rgba(0, 0, 0,0.7);
    padding:0.5em;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-width:0.5em;
    border-color:rgba(242, 242, 242,0);
    border-style:solid;
}
.dropdown-content li a
{
    color: white;
}
.dropdown-content li:hover 
{
    border-color: darkorange;
    color:white;
}
.dropdown:hover .dropdown-content
{
    display:block;
}
.dropdown-active:hover .dropdown-content
{
    display:block;
}


/* Seiteninhalt */
.text
{
    margin-top: 3em;
    margin-right: 200px;
}

    /* Galerie */
.Gallery
{
    position: relative;
    width:70%;
    margin:auto;
    clear:both;
    background-color:rgba(0, 0, 0,0.7);
    padding:2%;
    display:flex;
    flex-flow: row wrap;
    
}
.Gallery-image
{
    width: 30%;
    position:relative;
    margin:auto;
    margin:1%;
    background-color:rgba(0,0,0,0);
}
.Gallery-image p
{
    color: white;
    position:relative;
    margin: auto;
    width: 90%;
    margin-top:0;
}
.Gallery img
{
    width: 100%;
    position:relative;
    border-width:1%;
    border-color:rgba(0, 0, 0,0);
    border-style:solid;
}
.Gallery img:hover
{
    border-width:1%;
    border-color:darkorange;
    border-style:solid;
}
.Gallery .rotate
{
    width: 30%;
    position:relative;
    position:center;
    margin:1%;
    transform:rotate(90deg);
}
.bigpic
{
    position: relative;
    width: 100%;
}

    /* Video */
video
{
    position: relative;
    width:70%;
    margin:auto;
    clear:both;
    background-color:rgba(0, 0, 0,0.7);
    padding:2%;
    display:flex;
}

    /* Formular */
form
{
    width: 70%;
    margin: auto;
}
input
{
    position: relative;
    width: 100%;
}


    /* Überschriften */
h1
{
    font-size: 6em;
    font-kerning: fantasy;
    color: black;
    margin-left:2em;
}
h2
{
    margin-top:5%;
    margin-left:15%;
    color:black;
}
h3
{
    margin-left:12%;
    color:black;
}
h4
{
    margin-left:12%;
    color:black;
}
p
{
    margin-left:10%;
    color:black;
    clear:both;
    position: center;
    position:relative;
    width: 80%;
}

    /* footer */
footer
{
    list-style: none;
    text-decoration: none;
    right:0;
    left:0;
    bottom:0;
    background-color:black;
    overflow:visible;
    margin:0;
    padding:0;
    text-align: center;
    text-decoration:none;
    z-index:3;
    width: 100%;
    height: 2.2em;
}
footer a
{
    color:white;
    
}

/* media queries */
@media only screen and (max-width: 1110px)
{
    .Gallery-image
    {
        width: 48%;
    }
}
@media only screen and (max-width: 782px)
{
    #clock
    {
        display:none;
    }
    .text
    {
        width:90%;
        margin: auto;
        margin-top: 3em;
    }
}
@media only screen and (max-width: 20cm)
{
    .diashow
    {
        height:200px;
    }
    .diabutton
    {
        font-size:3.5em;
    }
    
    /* navigation bar */
    .dropdownbox
    {
        display:none;
    }
    #nav-link
    {
        display:block;
    }
    #nav-link:hover ~.dropdownbox
    {
        display:block;
        
    }
    .dropdownbox:hover
    {
        display:block;
    }
    .dropdownbox
    {
        list-style: none;
        text-decoration: none;
        top:0;
        right:0;
        left:0;
        background-color:#000000;
        overflow:visible;
        margin:0;
        padding:0;
        clear:left right;
        text-align: center;
        text-decoration:none;
    }
    .dropdown
    {  
        display: block;
        color: white; 
        background-color: #000000;
        width:100%;
        float:left;
        height:100%;
        position:relative;
        padding-top: 0.5em;
        padding-bottom:0.5em;
        margin:0;
    }
    .dropdown:hover
    {
        background-color: darkorange;
        color:black;
    }
    .dropdown-active:hover
    {
        background-color: darkorange;
        color:black;
    }
    .dropdown-active
    {  
        display: block;
        color: black; 
        background-color: darkorange;
        width:100%;
        float:left;
        height:100%;
        position:relative;
        padding-top: 0.5em;
        padding-bottom:0.5em;
    }   
    .dropdown a
    {
        text-decoration:none;
        color:white;
    }
    .dropdown-active a
    {
        text-decoration:none;
        color:black;
    }
    .dropdown-content
    { 
        position:relative; 
        width:100%;
        display: block;
        list-style: none;
        height:100%;  
        clear:left right;
        
    }
    .dropdown-content li 
    {
        color: #000000; background: rgba(242, 242, 242,0.7);
        padding:0.5em;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        border-width:0.5em;
        border-color:rgba(242, 242, 242,0);
        border-style:solid;
    }   
    .dropdown-content li a
    {
        color: #000000;
    }   
    .dropdown-content li:hover 
    {
        border-color: #000000;
    }   
  
    .text
    {
        width: 100%;
    }  
}