body{
    font-family: "Monteserrat", "Shadows Into Light", "Comforter" arial;
    margin: 0;
    background-color: #e7e5de;
}

body p {
  font-family: monospace;
  font-size: large;
  letter-spacing: 5px;
}


/* Hier stehen die Styles für den Header */

.wrapper{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


html, body {
	width: 100%;
	height: 100%;
	margin: 0;
}

html {
	font-family: "Montserrat", sans-serif, arial, monospace;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.logo img {
  height: 100px;
  margin: 5px;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav ul li {
  margin-left: 20px;
}


#menu {
	margin: 0px 30px 0 0;
}

#menu li {
  text-decoration: none;
}

#menu a {
	text-decoration: none;
  list-style: none;
	clear: right;
	color: #555555;
	margin: 0 10px;
	line-height: 70px;
	font-size: 120%;
  font-family: monospace;
  letter-spacing: 3px;
}

#menu a:hover {
	color: #bf7f7f;
}

#menu a:active {
	color: #bf7f7f;
}

.toggle {
  display: none;
  cursor: pointer;
}

.toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #000;
  margin-bottom: 5px;
}

/* Hier stehen die Styles für die Main Page */

#main-page {
  position: unset;
  margin-top: 40px;
}

#banner img {
	width: 100%;
	margin: 0 auto 30px auto;
}

section:after {
  content:"";
  clear: both;
  display: block;
}

h1 {
  font-family: monospace;
  font-size: xx-large;
  letter-spacing: 20px;
  color: #4f1206;
}

h2 {
  font-family: monospace;
  letter-spacing: 5px;
  font-size: x-large;
}

h4 {
  color: #555555;
  font-size: larger;
  font-weight: lighter;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #5755a4;
  line-height: 40px;
  text-underline-offset: 10px;
}

.intro-container{
  display: flex;
  width: 87%;
  margin: 0px auto 40px auto;
}

.intro-box-1 {
  width: 40%;
}

.img-home-2 {
  display: none;
}

.intro-box-2 {
  width: 60%;
}

.img-home-1 {
  display: block;
  width: 80%;
  margin: 0 10%
}

.img-home-2 {
  display: none;
}

.intro-box-2 h1,h2 {
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top:0px;
  margin-right: 10px;
  line-height: 48px;
  font-weight: normal;
}

.about-btn {
  width: 250px;
  float: right;
  margin-right: 100px;
}

.about-btn:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about-btn img {
  width: 100%;
}

.front-logo {
  width: 50%;
}

.front-logo img{
    margin: 20px;
}

.flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto 80px auto;
  max-width: 1000px;
  flex-wrap: wrap;
}

.flex-container:after {
  content:" ";
  clear: both;
  display: block;
}

.item-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.item-container:first-child  {
  margin-bottom: 50px;
}

.item {
  width: 300px;
  height: 300px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item a {
  text-decoration: none;
  text-align: center;
}

.item img {
  width: 220px;
}

.item img:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.item h3 {
  font-weight: lighter;
  color: #5a5a5a;
  font-family: monospace;
  font-size: x-large;
  letter-spacing: 5px;
  border: 2px solid;
  border-radius: 11% 14% 15% 34% / 2% 2% 12% 2%;
  position: relative;
  display: inline-block;
  width: 73%;
  padding: 10px 0;
  background-color: #f3f3f3;
}

.item h3::before {
  border: 2px solid #61554d;
  width: 99%;
  height: 88%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.015) rotate(0.5deg);
  border-radius: 11% 11% 3% 4% / 5% 6% 7% 7%;
  content: " ";
}

#upcoming-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #
  background-size: cover;
	padding-top: 35px;
	padding-bottom: 60px;
  margin-bottom: 70px;
  margin-top: 50px;
  background: #4f1206;
}

#upcoming-section h5 {
  font-size: 25px;
  font-family: monospace;
  letter-spacing: 6px;
  font-weight: normal;
  color: #f3f3f3;
  border-radius: 11% 14% 15% 34% / 2% 2% 12% 2%;
  border-bottom: 2px solid #f3f3f3;
  padding: 15px;
}

.upcoming-container {
  display: flex;
  width: 87%;
  margin: 0px auto 40px auto;
  border-radius: 11% 14% 15% 34% / 2% 2% 12% 2%;
  position: relative;
  border: 2px solid #8a867db5;
  padding: 26px;
  background-color: #f3f3f3;
}


.upcoming-container::before {
  content: " ";
  border: 2px solid #544840;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.015) rotate(0.5deg);
  border-radius: 40% 29% 15% 34% / 1% 5% 7% 4%;
}

.box-container-1{
  width: 30%;
}

.box-container-1 .box img {
  width: 100%;
  border-radius: 25px;
}

.box-container-1 .box p {
  font-size: 16px;
  font-weight: bold;
}

.box-container-2 .box p {
  font-size: 18px;
}

.box-container-2{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0px 10px;
  font-size: 2.5rem;
  letter-spacing: 0.3ch;
  position: relative;
  width: 60%;
  margin-left: 5%;
  background-size: cover;
  justify-content: end;
 }

.box {
  color: #0f0d0b;
  padding-left: 10px;
}

.index-container{
  display: block;
  width: 70%;
  max-width: 1000px;
  text-align: left;
  margin: 80px auto;
  font-family: arial;
}

.index-container p {
  color: #555555;
  line-height: 30px;
  font-weight: lighter;
  font-family: system-ui;
}

#heading-caption {
	background-color: #03d6ec;
	color: #fff;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: arial;
	text-align: center;
}

.content {
  width: 80%;
  margin: 20px auto;
  line-height: 30px;
}

.content h5 {
  font-size: 20px;
  font-weight: 600;
}

footer{
  background: url(../img/home/hg_2.png) fixed no-repeat;
  border-top: 3px solid #76ab73
  margin-top: 0;
  padding: 30px 0;
}

footer:after{
  content: "";
  display: block;
  clear: both;
}

footer ul{
  float: left;
  list-style-type: none;
  color: #eee;
  width: 28%;
  margin: 0 auto;
  font-family: monospace;
  letter-spacing: 5px;
}

footer li{
  margin: 10px 0;
}

footer a{
  color: #eee;
  text-decoration: none;
}
