/* ------------ 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 -------------- */


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





/* ------------ Allgemeine Klassen ------------------- */
.clearing{
  clear: both;
}
h1{
  color: rgba(0, 0, 0, 0.829);
  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;
}
ol{
  margin-left: 15px;
}
p{
  font-size: 20px;
  font-family: "Roboto", Arial, sans-serif;
}

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


main{
  background-color: red;
}*/
#eins{
  background-color: rgba(255, 0, 0, 0.708);
}
#zwei{
  background-color: rgba(255, 140, 0, 0.907);
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  background-image:url(images/kopiemisty-beach-2839863_1920.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;

}
header {
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  background-repeat: no-repeat;
  color: #fff;
}
.header-box {
  
  padding: 15px;
  margin: 20px auto;
  width: 70% auto;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(47, 243, 3, 0.6);
}
.container {
  display: flex;
  flex: 1;
  padding: 20px;
}
.spalte, .box1 {
  padding: 20px;
  flex: 1;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.6);
}
.spalte, .box {
  padding: 20px;
  flex: 1;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.6);
}
.boxes {
  display: flex;
  justify-content: space-evenly;
  margin: 20px;
  text-decoration: none;
  width: 100%;
}
  
.box {
 max-width: 700px;
  height: 200px;
  display: flex;
  align-items: left;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}
.box1 {
  max-width: 320px;
   height: 200px;
   display: flex;
   align-items: left;
   justify-content: center;
   font-size: 18px;
   font-weight: bold;
 }

.box1 ul{
  text-align: center;
  text-decoration: none;
  list-style-type: none;
}
.box ul{
  text-align: center;
  text-decoration: none;
  list-style-type: none;
}


footer {
  padding: 20px;
  font-size: 16px;
}

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;
  color: #fff;
  
}
nav{
  text-align: center;
  color: #fff;
}
main{
  width: 500px;
  margin: auto;
}
footer{
  margin: auto;
  text-align: center;
  min-width: 1530px;
  margin-top: 64px;
  margin-bottom: 0px;
  position: absolute;
  bottom: 10px;
  width: 50%;
  margin: auto;
}
