body {
    font-family: 'Source Code Pro';font-size: 22px;
    background-color: slategray
}


.headerpic {
    position: relative; z-index: -1; 
}

.headerpic span{
    position: absolute;
    width: 100%; 
    height: auto;
    bottom: 10%;
    text-align: right;
    color: slategray;
    font-size: 200%;
    font-weight: bold;  
  }


img { 
    width: 100%; 
    height: auto;
    min-height: 60px;
    border-radius: 10px;
     box-shadow:  3px 6px rgba(1,5,5,0.1);
}


.klein
{
    display: none;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    left: +40px;
    text-align: center;
    color: ghostwhite;
    
}
.showklein 
{
    display:block;
    top: 0;
    left: +40px;
} 


/*menue icon*/

.container {
    display: inline-block;
    cursor: pointer;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}


.bar1, .bar2, .bar3 {
    width: 35px;
     border-radius: 10px;
    height: 5px;
    background-color: ghostwhite;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
 -webkit-transform: rotate(720deg) translate(-17px, -1px);
    transform: rotate(720deg) translate(-17px, -1px) ;
     
}

.change .bar2 {
    -webkit-transform: rotate(720deg) translate(-17px, -1px);
    transform: rotate(540deg) translate(-17px, -1px);
}


.change .bar3 {
    -webkit-transform: rotate(720deg) translate(-17px, -1px);
    transform: rotate(720deg) translate(-17px, -1px);
}

/* menue end*/
 /* Dropdown Button */

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display:   inline-block;
    border-radius: 10px;
    
    
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
  /*  background-color: rgba(1,5,5,0.1);  */
    background-color: darkslategrey;
     border-radius: 10px;
    opacity: 0.8;
    min-width: 180px;
    height: 100px;
    box-shadow:  8px 10px rgba(1,5,5,0.1);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 6px 8px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
           /*background-color: rgba(1,5,5,0.4); 
            box-shadow:  4px 8px  rgba(255,255,255,0.6); */
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 

/*drop down end*/

.wc
{
    float: right;
}

h1 {
    color: white;
    text-align: center;
}

p { font-family: 'Source Code Pro';
    font-size: 20px;
    color: white;
     text-align: center;
}


 /* unvisited link */
a:link {
    color: ghostwhite;
}

/* visited link */
a:visited {
    color: ghostwhite;
}

/* mouse over link */
a:hover {
    color: antiquewhite;
}

/* selected link */
a:active {
    color: white;
} 


div.errorText {
   
    top: 0;
   /* background-color: green;*/
    color: white;
    
}
div.lang_hidden errorText {
   
    top: 0;
   /* background-color: green;*/
     color: white;
}
