body {
  margin: 0px;
}

/* _______________________________________________ HEADER _______________________________________________ */

/* Header - Allgemein */
header {
  display: flex;
  background-color: white;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

/* Header - Logo */
.logo{
  margin: 2%;
}

/* Header - Navigation */
.navigation {
  font-family: 'Heebo';
  list-style-type: none;
  font-size: 1.2em;
  font-weight: lighter;
  margin: 2%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  border-radius: 20px;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Header - Navigation - Ändert Farbei bei hover */
li a:hover {
  background-color: #111;
}

/* Header - Navigation - Ändert Farbei bei Webshop */
.webshopnav {
  background-color: #DF726A;
}


/* _______________________________________________ INDEX _______________________________________________ */

/* Index - Ganze Content Box */
.content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: auto;
  margin: 0;
  padding: 0;
}

/* Index - Zitat */
.zitat {
  background-color: #D3DFD7;
  height: 670px;
  width: 100%;
  font-family: 'Gaegu';
  color: white;
  font-size: 6em;
  font-weight: lighter;
  font-style: italic;
  text-align: center;
}

.zitat-p{
  padding: 70px 0;
}

/* Index - Text links und Bild rechts */
.beitrag2 {
  background-color: white;
  height: 550px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
  margin-bottom: 50px;
}

.text-links {
  font-family: 'Heebo';
  height: 100px;
  width: 500px;
  text-align: justify;
  margin-left: 5%;
}

.bild-rechts {
  margin-right: 5%;
  border-radius: 20px;
}

/* Index - 3 Beiträge nebeneinander */
.beitrag3 {
  background-color: #F4F2F0;
  height: 625px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.beitrag3-bild1 {
  background-color: #DF726A;
  height: 400px;
  width: 400px;
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
  border-radius: 20px;
  font-family: 'Gaegu';
  font-size: 4em;
  font-style: bold;
  color: white;
}

.beitrag3-bild1 a {
  color: white;
  text-decoration: none;
  text-align: center;
}

.beitrag3-bild2 {
  background-color: #DF726A;
  height: 400px;
  width: 400px;
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
  border-radius: 20px;
  font-family: 'Gaegu';
  font-size: 4em;
  font-style: bold;
  color: white;
}

.beitrag3-bild2 a {
  color: white;
  text-decoration: none;
  text-align: center;
}

.beitrag3-bild3 {
  background-color: #DF726A;
  height: 400px;
  width: 400px;
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
  border-radius: 20px;
  font-family: 'Gaegu';
  font-size: 4em;
  font-style: bold;
}

.beitrag3-bild3 a {
  color: white;
  text-decoration: none;
  text-align: center;
}

/* Index - Text rechts und Bild links */
.beitrag4 {
background-color: white;
height: 550px;
width: 100%;
display: flex;
justify-content: space-around;
margin-top: 100px;
margin-bottom: 50px;
}

.text-rechts {
font-family: 'Heebo';
height: 100px;
width: 500px;
text-align: justify;
margin-right: 5%;
}

.bild-links {
margin-left: 5%;
border-radius: 20px;
}




/* _______________________________________________ FOOTER _______________________________________________ */

.footer {
  background-color: #383230;
  height: 325px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  color: white;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}

.footer a  {
  color: white;
  text-decoration: none;
}

/* Footer - Abschnitt mit Nav */
.service-footer {
color: white;
font-family: 'Heebo';
font-weight: lighter;
font-size: 1em;
height: 50px;
width: 250px;
margin-top: 50px;
margin-left: 5%;
}

/* Footer - Abschnitt mit AGB's und Co */
.bedingungen-footer {
color: white;
font-family: 'Heebo';
font-weight: lighter;
font-size: 1em;
height: 50px;
width: 250px;
margin-top: 50px;
}

/* Footer - Abschnitt mit Adresse */
.kontakt-footer {
color: white;
font-family: 'Heebo';
font-weight: lighter;
font-size: 1em;
height: 50px;
width: 250px;
margin-top: 50px;
}

/* Footer - Abschnitt mit Social Media */
.social-footer {
margin-right: 50px;
margin-top: 50px;
}




/* _______________________________________________ ERFOLGE _______________________________________________ */

/* Erfolge - Zitat */
.erfolge-zitat {
  background-color: #F4F2F0;
  height: 670px;
  width: 100%;
  font-family: 'Gaegu';
  color: #383230;
  font-size: 4em;
  font-weight: lighter;
  font-style: italic;
  text-align: center;
  align-items: center;
  padding: 70px 0;
}




/* _______________________________________________ KAUFEN _______________________________________________ */

/* Kaufen - Text */
.kaufen-text{
  background-color: #DF726A;
  height: 500px;
  width: 100%;
  font-family: 'Gaegu';
  color: white;
  font-size: 4em;
  font-weight: lighter;
  font-style: italic;
  text-align: center;
  align-items: center;
  padding: 70px 0;
}





/* _______________________________________________ CREATIVWRITING _______________________________________________ */

/* Creativ Writing - Text */
.creativwriting-beitrag {
  background-color: white;
  height: 550px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
  margin-bottom: 50px;
}

/* Creativ Writing - 1 Spalte */
.reativwriting-beitrag-text-links{
  font-family: 'Heebo';
  height: 100px;
  width: 500px;
  text-align: justify;
  margin-left: 15%;
}

/* Creativ Writing - 2 Spalte */
.reativwriting-beitrag-text-rechts{
  font-family: 'Heebo';
  height: 100px;
  width: 500px;
  text-align: justify;
  margin-right: 15%;
}


/* CREATIV WRITING - Slideshow */
/* creativ wiriting - Slideshow - container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  background: white;
}

/* creativ wiriting - Slideshow - Bilder sind zu beginn nicht sichtbar */
.mySlides {
  display: none;
}

/* creativ wiriting - Slideshow - Links/Rechts Schalter */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  font-family: 'Heebo';
}

/* creativ wiriting - Slideshow - Positionierung des Rechts Buttons */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* creativ wiriting - Slideshow - Schwarzes Mouse Hover bei den rechts/links Pfeilen */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* creativ wiriting - Slideshow - Beschriftung der Bilder */
.text {
  color: black;
  font-size: 15px;
  padding: 10px 0px;
  position: absolute;
  bottom: 2px;
  width: 100%;
  text-align: center;
  font-family: 'Heebo';
  font-weight: 800;
  background: White;
}

/* creativ wiriting - Slideshow - Zahlen rechts oben 1-3 */
.numbertext {
  color: white;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-family: 'Heebo';
  font-weight: 800;
}

/* creativ wiriting - Slideshow - Punkte zum weiter schalten */
.dot {
  cursor: pointer;   /* Einstellen der Maus */
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* creativ wiriting - Slideshow - Ative punkte */
.active, .dot:hover {
  background-color: #717171;
}

/* creativ wiriting - Slideshow - Animation fadet aus [Zeit] */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

/* creativ wiriting - Slideshow - Animation fadet aus [Transparenz] */
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



/* _______________________________________________ WEITERBILDUNGEN _______________________________________________ */

/* Weiterbildungen - Titel */
.weiterbildungen-titel {
font-family: 'Gaegu';
text-align: center;
padding-top: 30px;
font-size: 1.5em;
}

/* Weiterbildungen - Text */
.weiterbildungen-beitrag {
  font-family: 'Heebo';
  display: flex;
  justify-content: center;
  padding-bottom: 45px;
}


/* Weiterbildungen - Angebote */
.weiterbildungen-angebote  {
  display: flex;
  height: auto;
  flex-direction: column;
  font-family: 'Gaegu';
  color: white;
  gap: 20px;
  padding-left: 150px;
  padding-right: 150px;
  text-align: center;
}

/* Weiterbildungen - Angebote */
.weiterbildungen-angebote p {
  padding-left: 30px;
  font-size: 1.6em;
  padding-bottom: 10px;
}

/* Weiterbildungen - Weiterbildung 1 */
.weiterbildungen-angebot1 {
  background-color: #D3DFD7;
  border-radius: 5px;
  padding-bottom: 20px;
}

/* Weiterbildungen - Weiterbildung 2 */
.weiterbildungen-angebot2 {
  background-color: #383230;
  border-radius: 5px;
  padding-bottom: 20px;
}

/* Weiterbildungen - Weiterbildung 3 */
.weiterbildungen-angebot3 {
  background-color: #DF726A;
  border-radius: 5px;
  padding-bottom: 20px;
}

/* Weiterbildungen - Weiterbildung 4 */
.weiterbildungen-angebot4{
  background-color: #ad9e8f;
  border-radius: 5px;
  padding-bottom: 20px;
}

/* Weiterbildungen - Weiterbildung 1 - Button */
.weiterbildung-angebot1-button {
background: white;
border: none;
height: 50px;
width: 150px;
font-size: 1em;
border-radius: 5px;
font-weight: 600;
}

.weiterbildung-angebot1-button:hover {
  background: linear-gradient(0deg, white 0%, #ebebeb 100%);
}

/* Weiterbildungen - Weiterbildung 2 - Button */
.weiterbildung-angebot2-button {
background: white;
border: none;
height: 50px;
width: 150px;
font-size: 1em;
border-radius: 5px;
font-weight: 600;
}

.weiterbildung-angebot2-button:hover {
  background: linear-gradient(0deg, white 0%, #ebebeb 100%);
}

/* Weiterbildungen - Weiterbildung 3 - Button */
.weiterbildung-angebot3-button {
background: white;
border: none;
height: 50px;
width: 150px;
font-size: 1em;
border-radius: 5px;
font-weight: 600;
}

.weiterbildung-angebot3-button:hover {
  background: linear-gradient(0deg, white 0%, #ebebeb 100%);
}

/* Weiterbildungen - Weiterbildung 4 - Button */
.weiterbildung-angebot4-button {
background: white;
border: none;
height: 50px;
width: 150px;
font-size: 1em;
border-radius: 5px;
font-weight: 600;
}

.weiterbildung-angebot4-button:hover {
  background: linear-gradient(0deg, white 0%, #ebebeb 100%);
}






/* _______________________________________________ UBERUNS _______________________________________________ */

/* Uber uns - Titel mitte */
.uberuns-titel{
  font-family: 'Gaegu';
  text-align: center;
  padding-top: 30px;
  font-size: 1.5em;
}

/* Uber uns - Text mitte */
.uberuns-beitrag {
  font-family: 'Heebo';
  display: flex;
  justify-content: center;
  padding-bottom: 45px;
}

/* Uber uns - Formular */
.uberuns-formular {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 50px;
}

/* Uber uns - Formular - Gestaltung der Textelemente des Formulars */
input[type=text], select, textarea {
  width: 800px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box; /* gleiche grösse für alle Elemente */
  margin-top: 6px;
  margin-bottom: 16px;
}

/* Uber uns - Formular - Style vom Senden Button */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Uber uns - Formular - Wechsel der Farbe bei hover */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Uber uns - Formular - Antwort, wenn man es gesendet hat  */
.fomrular-antwort {
  font-family: 'Gaegu';
  font-size: 1.5em;
  display: flex;
  padding-left: 550px;
  padding-bottom: 45px;
  color: #DE473C;
}



/* _______________________________________________ WEBSHOP _______________________________________________ */

/* Webshop - Allgemein  */
.shop {
  height: auto;
  width: auto;
  padding-top:100px;
  font-family: 'Gaegu';
  color: white;
  text-align: center;
}

/* Webshop - Bilder  */
.shop img {
  padding-bottom: 40px;
  padding-top: 0px;
}

/* Webshop - Text  */
.shop p {
  font-size: 3em;
  padding: 0px;
  margin: 30px;
}

/* Webshop - Erste Reihe  */
.shop-reihe1 {
  display: flex;
  justify-content:space-evenly;
  flex-direction: row;
  padding: 50px;
}

/* Webshop - 1 Produkt */
.shop-item-1{
  background-color: #D3DFD7;
  height: 400px;
  width: 300px;
  border-radius: 5px;
}

/* Webshop - 1 Produkt - 1 Button  */
.shop-item-1-button {
  background: white;
  border: none;
  height: 70px;
  width: 200px;
  font-size: 1em;
  border-radius: 5px;
}

/* Webshop - 1 Produkt - 1 Button - Mauseffekt  */
.shop-item-1-button:hover {
  background: linear-gradient(0deg, white 0%, #ebebeb 100%);
}

/* Webshop - 2 Produkt */
.shop-item-2{
  background-color: #383230;
  height: 400px;
  width: 300px;
  border-radius: 5px;
}

/* Webshop - 2 Produkt - 2 Button  */
.shop-item-2-button {
  background: white;
  border: none;
  height: 70px;
  width: 200px;
  font-size: 1em;
  border-radius: 5px;
}

/* Webshop - 2 Produkt - 2 Button - Mauseffekt  */
.shop-item-2-button:hover {
  background: linear-gradient(0deg, white 0%, #ebebeb 100%);
}

/* Webshop - 3 Produkt */
.shop-item-3{
  background-color: #DF726A;
  height: 400px;
  width: 300px;
  border-radius: 5px;
}

/* Webshop - 3 Produkt - 3 Button  */
.shop-item-3-button {
  background: white;
  border: none;
  height: 70px;
  width: 200px;
  font-size: 1em;
  border-radius: 5px;
}

/* Webshop - 3 Produkt - 3 Button - Mauseffekt  */
.shop-item-3-button:hover {
  background: linear-gradient(0deg, white 0%, #ebebeb 100%);
}

/* Webshop - Zweite Reihe  */
.shop-reihe2 {
  display: flex;
  justify-content:space-evenly;
  flex-direction: row;
  padding: 40px;
  border-radius: 5px;
}

/* Webshop - 4 Produkt */
.shop-item-4{
  background-color: #DF726A;
  height: 400px;
  width: 300px;
  border-radius: 5px;
}

/* Webshop - 4 Produkt - 4 Button  */
.shop-item-4-button {
  background: white;
  border: none;
  height: 70px;
  width: 200px;
  font-size: 1em;
  border-radius: 5px;
}

/* Webshop - 4 Produkt - 4 Button - Mauseffekt  */
.shop-item-4-button:hover {
  background: linear-gradient(0deg, white 0%, #ebebeb 100%);
}

/* Webshop - 5 Produkt */
.shop-item-5{
  background-color: #D3DFD7;
  height: 400px;
  width: 300px;
  border-radius: 5px;
}

/* Webshop - 5 Produkt - 5 Button  */
.shop-item-5-button {
  background: white;
  border: none;
  height: 70px;
  width: 200px;
  font-size: 1em;
  border-radius: 5px;
}

/* Webshop - 5 Produkt - 5 Button - Mauseffekt  */
.shop-item-5-button:hover {
  background: linear-gradient(0deg, white 0%, #ebebeb 100%);
}

/* Webshop - 6 Produkt */
.shop-item-6{
  background-color: #383230;
  height: 400px;
  width: 300px;
  border-radius: 5px;
}


/* Webshop - 6 Produkt - 6 Button  */
.shop-item-6-button {
  background: white;
  border: none;
  height: 70px;
  width: 200px;
  font-size: 1em;
  border-radius: 5px;
}

/* Webshop - 6 Produkt - 6 Button - Mauseffekt  */
.shop-item-6-button:hover {
  background: linear-gradient(0deg, white 0%, #ebebeb 100%);
}

/* Webshop - Titel  */
.webshop-titel{
  font-family: 'Gaegu';
  text-align: center;
  padding-top: 30px;
  font-size: 1.5em;
}


/* Webshop - Beitrag  */
.webshop-beitrag {
  font-family: 'Heebo';
  display: flex;
  justify-content: center;
  margin: 0px;
}





/* _______________________________________________ AGBS _______________________________________________ */

.agbs {
background-color: #F4F2F0;
height: 670px;
width: 100%;
font-family: 'Gaegu';
color: #383230;
font-size: 4em;
font-weight: lighter;
font-style: italic;
text-align: center;
align-items: center;
padding: 70px 0;
}




/* _______________________________________________ IMPRESSUM _______________________________________________ */

.impressum {
background-color: #F4F2F0;
height: 670px;
width: 100%;
font-family: 'Gaegu';
color: #383230;
font-size: 4em;
font-weight: lighter;
font-style: italic;
text-align: center;
align-items: center;
padding: 70px 0;
}



/* _______________________________________________ RECHTLICHES _______________________________________________ */

.rechtliches {
background-color: #F4F2F0;
height: 670px;
width: 100%;
font-family: 'Gaegu';
color: #383230;
font-size: 4em;
font-weight: lighter;
font-style: italic;
text-align: center;
align-items: center;
padding: 70px 0;
}




/* _______________________________________________ DATENSCHUTZ _______________________________________________ */

.datenschutz {
background-color: #F4F2F0;
height: 670px;
width: 100%;
font-family: 'Gaegu';
color: #383230;
font-size: 4em;
font-weight: lighter;
font-style: italic;
text-align: center;
align-items: center;
padding: 70px 0;
}
