@import url(
  "https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Roboto:300,400");


body {
  font-family: "Roboto", sans-serif;
  margine: 0;;


}

p {
  font-family: "Roboto Condensed", sans-serif;
}

#logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#logo_bild {
  widht: 50px;
  height: 50px;
  backround-color: blue;
  border-radius: 5px;
  hiddenow: hidden;
  


}

#logo_bild_oben {
  backround-color: skyblue;
  withd: 100%;
  height: 100%;
}

#logo_text a {
  fontsize:  30px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: black;
  font-weight: 100;
  
  
  
}

#nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  font-weight: 100;
  color: gray;
}

#nav ul li {
  padding-left: 20px;
  padding-right: 20px;
}

#nav ul li:hover {
  curser: pointer;
  color: #00AA55;
  
  
}

#slider img {
  display: flex; 
    justify-content: center; 
    align-items: center;
}
  

#mitte {
  padding-left: 5%;
  padding: right; 5%;
}

#mitte h1, h2, h3, h4 {
  color: skyblue;
  font-weight: 300;
}

#shop {
  text-algine: center;
}

.produkt img{
  widht: 80%;
  max-width: 240px;
  
}

.flex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}



#paypal-button-werwolf-rot-cape { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}



