/* ------------ ZENTRALES STYLESHEET -------------- */
/*                                   */
/* ------------------------------------------------ */
 
/* ------------ Allgemeine Formatierung -------------- */
/*Google Schrift*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
 
 
 
* {
  margin: 0px;
  padding: 0px;
}


 
h3{
  font-size: 34px;
  color: orange;
  text-transform: uppercase;
  font-weight: normal;
}
 
h4{
  font-size: 18px;
  color: #585857;
  font-weight: 400px;
  margin-bottom: 10px;
}


h1{
  font-family: 'Courier New', Courier, monospace;
  font-size: 40px;
  color:brown;
  text-align: center;

}
 
 
 
/* ------------ Allgemeine Klassen ------------------- */
.clearing{
  clear: both;
}
 
 
 
 
/* ---------------------- BOXEN ----------------------- */
 
body{
  font-family: "Roboto",Arial, Calibri, sans-serif;
  font-size: 20px;
  color:#585857;
  background-color: white;
  background-image: url(images/Portugal\ strandbild.png);
  background-size: auto;
  background-attachment: fixed;
}
 
 
 
header{
  height: 50px;
  padding: 15px;
  background-color:#fff;
}
 
#titel{
  height: 700px;
  padding: 50px;
 
}
 
nav ul
{
  list-style-type: none;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 50px;
}
 
nav a{
display:block;
background-color: orange;
color:#fff;
margin: 1px;
padding: 4px;
border-radius: 5px;
text-decoration: none;
text-transform: uppercase;

}
 
 
 
 
 
main{
  padding: 50px;
  background-color: rgba(256,256,256,0.9);
}
 
article{
  padding: 20px;
  background-color:rgba 227,227,227,;
  margin-bottom: 20px;
 
}
 
article img{
  border-width: 2px;
  color:#fff;
  border-style: solid;
  width: 150px;
  float: left;
  margin-right: 15px;
}
footer{
  background-color: #585857;
  padding: 10px;
  min-height: 150px;
}