/*max width:816*/

@charset „UTF-8“;
@media only screen and (max-width: 816px) {
  

*   {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
 
html {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}

.wrapper {
  width: 600px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.clearer {
    clear: both;
}

/*--------------body---------------------*/


.logo {
    
    width: 500px;
}

.logo img {
    width: 100%;
    height: auto;
    float: left;
    
}

p.text1 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 70px;
    float: left;
    font-size: 16px;
    color: #575656;
}

br.text {
    margin-bottom: 15px;
}

/*--------------strich---------------*/


.strich {
    height: 5px;
    width: 100%;
    background-color: #575656;
    margin-top: 40px;
}

.strich2 {
    width: 50%;
    height: 47px;
    border-bottom: 5px solid #575656;
    -webkit-transform:
        rotate(-45deg);
    position: relative;
    top: -150px;
    left: 537px;
}



/*--------------footer---------------------*/


a {
    text-decoration: none;
    color: #575656;
}

/*--------------impressum---------------*/

.impressum{
    width: 50%;
    float: left;
}

.impressum a {
    color: #575656;
    font-family: Arial;
}


#something {
    display: none;
    padding-top: 5px;
    color: #575656;
}


#something:target {
    display: block;
}

/*--------------kontakt---------------*/

.kontakt {
    text-align: left;
    float: left;

}

.kontakt a {
    color: #575656;
    font-family: Arial;
    float: left;
}



/*------------buttons x------------*/


.impressum a.closebtn {
    float: left;
    z-index: 1;
    margin-top: -24px;
    margin-left: 90px;
    position: relative;
    background-color: transparent;
    color: #575656;

}

.closebtn:hover,
.closebtn:focus {
  color: #575656;
  text-decoration: none;
}
 
    
}