/*************************************************************
  ALLGEMEINE SETTINGS & SCHRIFTEN
**************************************************************/
* {
  border: 0;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: white;
  background-color: black;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

h1 {
  font-family: ueberschrift;
  font-weight: 1600;
  line-height: 2.5rem;
  font-size: 2.5rem;
  letter-spacing: 1px;
  color: #f9b54e;
  margin-top: 10px;
  margin-bottom: 20px;
}

h2 {
  font-family: ueberschrift;
  font-weight: 1600;
  line-height: 1.5rem;
  font-size: 2rem;
  letter-spacing: 1px;
  color: #f9b54e;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

h3 {
  font-family: ueberschrift;
  font-weight: 1600;
  line-height: 1.7rem;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #f9b54e;
  margin-top: 10px;
  margin-bottom: 10px;
}

p, ul, li {
  font-family: schrift;
  line-height: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

li {
  margin-left: 1rem;
}

.teaser {
  font-family: schrift;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  line-height: 1.7rem;
}

.datum {
  font-weight: 200;
  font-size: 1rem;
}

.sub {
  font-weight: 200;
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: white;
}

a:hover, a:visited  {
  text-decoration: none;
  color: white;
}

article p a, article p a:hover, article p a:visited, li a, li a:hover, li a:visited {
  color: #f9b54e;
}

@font-face {
	font-family: schrift;
	src: url(../font/RobotoSlab-VariableFont_wght.ttf);
}

@font-face {
	font-family: ueberschrift;
	src: url(../font/Oswald-VariableFont_wght.ttf);
}

/*************************************************************
  NAVIGATION
**************************************************************/

nav {
  background-color: black;
  width: 100%;
  height: 100px;
  z-index: 1000;
}

.logo {
  float: left;
}

#logo1 {
  display: block;
}

#logo2 {
  display: none;
  width: 70px;
  margin-top: 5px;
}

.logo img {
  width: 328px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;

}

.navbtn {
  padding-top: 30px;
  float: right;
  display: block;
}

#m {
  filter: invert(1);
  width: 33px;
  margin-right: 30px;
  margin-left: 10px;
  padding-top: 5px;
  vertical-align: top;
  cursor: pointer;
}

#en {
  width: 42px;
  margin-top: -2px;
}

#spende {
  position: absolute;
  top: 29px;
  right: 132px;
}

.overlay {
  height: 0%;
  width: 100vw;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #102327;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.somelinks {
  padding: 8px;
  display: inline;
}

.somelinks img {
  width: 40px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 20px;
  opacity: 0.5;
}

.somelinks img:hover {
  opacity: 1;
}

.navlinks {
  padding: 8px;
  text-decoration: none;
  font-family: ueberschrift;
  font-size: 36px;
  color: red;
  display: block;
  transition: 0.3s;
}

.navlinks a:hover {
  color: #f9b54e;
} 

.overlay .closebtn {
  position: absolute;
  top: 32px;
  right: 50px;
  font-size: 60px;
}

@media screen and (max-width: 600px) {
#logo1 {
  display: none;
}

#logo2 {
  display: block;
}
}

/*************************************************************
  FOTO GALLERIE
**************************************************************/

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0, 0.9)
}

/* Schließen Button */
.close {
  color: #efefef;
  position: absolute;
  top: 30px;
  left: 50%;
  font-size: 35px;
  font-weight: bold;
  opacity: 0.7;
}

.close:hover,
.close:focus {
  color: #efefef;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* Slides */
.mySlides {
  display: none;
  color: white;
}

/* Slides */
.mySlides img {
  width: 100%;
}


/* Zurück und Weiter Button */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: -4em;
  width: auto;
  padding: 16px 16px;
  margin-top: 0px;
  color: #efefef;
  opacity: 1;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  opacity: 0.7;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  color: #efefef;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

/*************************************************************
  BUTTON
**************************************************************/

button {
  cursor: pointer;
  border: 2px #f9b54e solid;
  background: black;
  padding: 8px;
  border-radius: 4px;
  font-family: ueberschrift;
  transition-duration: 0.4s;
  font-weight: 600;
  font-size: 1rem;
  color: #f9b54e;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

button:hover {
  background: #f9b54e;
  color: black;
  border: 2px #f9b54e solid;
}

.button2 {
  cursor: pointer;
  border: 2px #f9b54e solid;
  background: #0000;
  padding: 8px;
  border-radius: 4px;
  font-family: schrift;
  transition-duration: 0.4s;
  font-weight: 600;
  font-size: 1rem;
  color: #f9b54e;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button2:hover {
  background: #f9b54e;
  color: #18434d;
  border: 2px #f9b54e solid;
}

/*************************************************************
  Header
**************************************************************/

header {
  background: #102327;
}

.header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 600px;
}

header img {
  width: 100%;
}

.breadcrumb {
  max-width: 600px;
  margin: auto;
  font-weight: 400;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.breadcrumb a {
  color: #f9b54e;
}

@media screen and (max-width: 870px) {
header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 450px;
}

.header img {
  height: 450px;
}
}

/*************************************************************
  Swiper
**************************************************************/

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 720px;
  object-fit: cover;
}

.gradient {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
}

.herotext {
  position: absolute;
  text-align: center;
  top: 75%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 20px;
  display: inline-block;
  letter-spacing: 0.1rem;
  z-index: 2;
  cursor: pointer;
  text-shadow: #000 1px 0 20px;
}

.swiper-button-next, .swiper-button-prev {
  color: white;
  text-shadow: 1px 2px 9px #000a;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  background: #f9b54e;
  opacity: 1;
}

@media screen and (max-width: 870px) {
.swiper-slide img {
  height: 450px;
}

.herotext {
  top: 60%;
  width: 80%;
}
}

/*************************************************************
  Hauptteil
**************************************************************/

main {
  background-color: #102327;
}

article {
  max-width: 600px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.center {
  max-width: 600px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}

.center h2 {
  text-align: left;
}

.kasten {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100px;
}

.eck1 {
  background-color: #18434d;
  transform: rotate(4deg);
  transform-origin: 0% 0%;
  width: 200%;
  height: 100px;
  position: absolute;
}

.eck2 {
  background-color: #18434d;
  transform: rotate(-4deg);
  transform-origin: 0% 100%;
  width: 200%;
  height: 100px;
  position: absolute;
}

.eck3 {
  background-color: #102327;
  transform: rotate(4deg);
  transform-origin: 50% 0%;
  width: 200%;
  height: 100px;
  position: absolute;
  top: 0;
}

.eck4 {
  background-color: #18434d;
  transform: rotate(-4deg);
  transform-origin: 50% 100%;
  width: 200%;
  height: 100px;
  position: absolute;
  bottom: 0;
}

.vollbild {
  background-image: url("../img/header/sidd-web-2.jpg");
  height: 80vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.hero-text h2 {
  text-shadow: 1px 1px 10px black;
}

/*************************************************************
  Grid 1
**************************************************************/

.green {
  background-color: #18434d;
  position: relative;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;
}

.beschreibung {
  padding: 15px;
  margin-bottom: 50px;
  padding-left: 0px;
}

.column {
  -ms-flex: 33%;
  flex: 33%;
  max-width: 33%;
  box-sizing: border-box;
  padding: 0 20px;
}

.column img {
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 870px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 580px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/*************************************************************
  Grid 2
**************************************************************/

.green2 {
  background-color: #102327;
  position: relative;
}

.row2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column2 {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 25%;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  padding-bottom: 50px;
}

.column3 {
  -ms-flex: 20%;
  flex: 20%;
  max-width: 20%;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  padding-bottom: 50px;
}

.rund {
  vertical-align: middle;
  width: 60%;
  padding-left: 20%;
  padding-right: 20%;
  border-radius: 50%;
}

.koop-logo {
  vertical-align: middle;
  width: 50%;
  padding-left: 25%;
  padding-right: 25%;
}

@media screen and (max-width: 870px) {
.column2, .column3 {
  -ms-flex: 50%;
  flex: 50%;
  max-width: 50%;
}

.rund, .koop-logo {
  width: 40%;
  padding-left: 30%;
  padding-right: 30%;
}

}

@media screen and (max-width: 580px) {
  .column2, .column3 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/*************************************************************
  Zoom In
**************************************************************/

.img-hover-zoom {
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.img-hover-zoom img {
  transition: transform .5s ease;
  width: 100%;
}

.img-hover-zoom:hover img {
  transform: scale(1.2);
}

.img-hover-zoom2 {
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}

.img-hover-zoom2 img {
  transition: transform .5s ease;
  width: 100%;
}

.img-hover-zoom2 img:hover {
  transform: scale(1.2);
}

/*************************************************************
  SCROLL UP
**************************************************************/

#scroll-up {
  position: fixed;
  bottom: 20px;
  right: 32px;
  border: 2px #f9b54e solid;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  z-index: 10;
  width: 40px;
  height: 31px;
  text-align: center;
  padding: 0px;
  padding-top: 10px;
}

#scroll-up img {
  width: 20px;
}

#scroll-up:hover {
  background-color: #f9b54e;
}

@media screen and (max-width: 600px) {
#scroll-up {
  right: 20px;
}
}

/*************************************************************
  Accordion
**************************************************************/

.accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  padding: 20px;
  padding-left: 0px;
  padding-right: 0px;
  outline: none;
  transition: 0.4s;
  font-size: 1.5em;
  font-family: ueberschrift;
  font-weight: 600;
  line-height: 1.5em;
  font-weight: 800;
  font-size: 1em;
  color: #f9b54e;
  padding-bottom: 0px;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-family: schrift;
  border-radius: 0px;
  margin-bottom: 100px;
}

/*************************************************************
  YOUTUBE
**************************************************************/

.youtube {
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden; 
  width: 100%;
  height: auto;
}

.youtube iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
  border: 0;
}

/*************************************************************
  Anschrift
**************************************************************/

.anschrift {
  max-width: 608px;
}

.anschrift img {
  width: 25px;
  margin-right: 10px;
  vertical-align: middle;
  filter: invert(0.7);
  height: auto;
}

.anschrift p, .anschrift a {
  font-family: schrift;
  font-size: 1rem;
  display: block;
  color: white;
  padding-bottom: 5px;
  padding-top: 5px;
}

/*************************************************************
  Footer
**************************************************************/

footer {
  text-align: center;
  padding: 50px;
  background-color: #433d48;
}

footer a {
  opacity: 0.7;
}

footer a:hover {
  opacity: 1;
}

footer img  {
  height: 25px;
  opacity: 0.5;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
}

footer img:hover  {
  opacity: 1;
}