/* ------------ ZENTRALES STYLESHEET -------------- */
/*                 ZUNAME VORNAME                   */
/* ------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Londrina+Sketch&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');
/* ------------ Allgemeine Formatierung -------------- */
@import url('https://fonts.googleapis.com/css2?family=Londrina+Sketch&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');

* {
  margin: 0px;
  padding: 0px;
}


img{
  border-radius: 10px;

}


/* ------------ Allgemeine Klassen ------------------- */
.clearing{
  clear: both;
}
h1{
  color: cadetblue;
  font-size: 50px;
  text-align: center;
  font-variant: small-caps;
  font-family: "Roboto", Arial, sans-serif;
}
h2{
  color: gray;
  font-size: 30px;
  text-align: center;
  font-variant: small-caps;
  font-family: "Roboto", Arial, sans-serif;
 /* margin-bottom: 5px;
  margin-top: 5px;*/
}
h3{
  color: #fff;
  font-size: 25px;
  text-align: center;
  font-variant: small-caps;
  font-family: "Roboto", Arial, sans-serif;
  /*margin-bottom: 15px;
  margin-top: 5px;*/
}
h3 a{
  text-decoration: none;
  color: #000;
}
h4{
  text-align: right;
  font-variant: small-caps;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 40px;
  color: aqua;
}
h5{
  text-align: left;
  font-variant: small-caps;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  color: black;
  margin: 5px;
}
ol{
  margin-left: 15px;
}
ul{
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  margin-left: 20px;
}
p{
  font-size: 20px;
  font-family: "Roboto", Arial, sans-serif;
}
hr{
  border-top-width: 3px;
  border-top-style: solid;
  color: aqua;
}

/* ---------------------- BOXEN ----------------------- */

body{
  background-color: #fff;
}
.card {
  width: 225px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  margin: 10px;
  display: inline-block;
  /*width: calc(33.333% - 20px);*/
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  height: 70px;
}

.card h3 {
  margin-bottom: 10px;
  color: #333;
}

.card p {
  font-size: 1rem;
}

.card:hover {
  transform: translateY(-10px);
}
/*main {
  padding: 40px 0;
}*/
section {
  /*margin-bottom: 60px;*/
  text-align: center; 
}

section h2 {
  font-size: 2rem;
  /*margin-bottom: 20px;*/
}

section p {
  font-size: 1.1px;
}
header{
  background-image: url(images/headerbild3.jpg);
  
}
/*
main{
  background-color: red;
}*/
/*#eins{
  background-color: rgb(255, 0, 0);
}*/
#flagge{
  display: block;
margin: auto;
width: 50%;
}
#sydney{
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  margin-left: 20px;
  margin-top: 20px;
}
#sydney li{
  margin-top: 5px;
}
#zwei{
  background-color: #00ff00;
}
nav a{
  display: block;

  color: blue;
  margin: 5px;
  padding: 4px;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;

}
nav ul{
  list-style-type: none;
  display: flex;
  text-align: center;
  justify-content: center;
  
}
nav{
  text-align: center;
  /*background-color: rgb(255, 0, 0);*/
}
main{
  width: 600px;

  min-height: 600px;
  margin: auto;
}
footer{
  margin: auto;
  text-align: center;
  min-width: 100px;
  margin-top: 35px;
  color: #000;
}
#footer{
  margin-top: 50px;
}
#Video{
  color: aqua;
}
#karte{
  margin-top: 0px;
}
#index{
  margin: auto;
  text-align: center;
  min-width: 100px;
  margin-top: 35px;
  color: #000;
  margin-top: 5px;
}
