/* ------------ ZENTRALES STYLESHEET -------------- */
/*                 Florian Hatheuer                  */
/* ------------------------------------------------ */
 
/* ------------ 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;
}

 
h1{
  color: red;
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  }
h3{
  font-size: 45px;
  color: green;
  text-transform: uppercase;
  font-weight: normal;
}
h4{
  font-size: 45px;
  color: black;
  text-transform: uppercase;
  font-weight: normal;
}
h5{
  font-size: 45px;
  color: red;
  text-transform: uppercase;
  font-weight: normal;
}
h6{
  font-size: 45px;
  color: green;
  text-transform: uppercase;
  font-weight: normal;
}
h2{
  font-size: 45px;
  color: black;
  text-transform: uppercase;
  font-weight: normal;
}
h5{
  font-size: 45px;
  color: red;
  text-transform: uppercase;
  font-weight: normal;
}
h6{
  font-size: 45px;
  color: green;
  text-transform: uppercase;
  font-weight: normal;
}






 

 
 
 
/* ------------ Allgemeine Klassen ------------------- */
.clearing{
  clear: both;
}
 
 
 
 
/* ---------------------- BOXEN ----------------------- */
 
body{
  font-family: "Roboto",Arial, Calibri, sans-serif;
  font-size: 20px;
  color:#585857;
  background-image: url(images/Dubai.jpg);
  background-size: auto;
  background-attachment: fixed;
  background-repeat: no-repeat; 
  background-size: 1250px;
}
 
header{
  height: 90px;
  padding: 15px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(Images/Flagge.jpg); 
  }
  nav ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

nav ul li {
    display: inline;
    margin: 0 20px;
}

nav ul li a {
    text-decoration: none;
    color: #c0392b;
    font-weight: bold;
    transition: color 0.3s ease;
    background-color: orange;
}

nav ul li a:hover {
    color: #a93226;
}








#titel{
  height: 700px;
  padding: 50px;
 
}
 
main{
  padding: 50px;
  
}
 
article{
  padding: 20px;
  background-color:rgba 227,227,227,0.8;
  margin-bottom: 20px;
 
}
 
article img{
  border-width: 2px;
  color:#fff;
  border-style: solid;
  width: 200px;
  float: left;
  margin-right: 15px;
}
