/* BODY */
body {
  width: 100% !important;
  margin: 0px !important;
}

/*.immer_alles {
  display: grid;
  place-items: center;
  align-items: center;
  width: 100%;
}*/

/* SCHRIFTEN Allgemein */

@font-face {
  font-family: 'karla';
  src: url('./Assets/Karla-VariableFont_wght.woff2') format('woff2'),
       url('./Assets/Karla-Italic-VariableFont_wght.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'karla-italic';
  src: url('./Assets/Karla-Italic-VariableFont_wght.woff2') format('woff2'),
       url('./Assets/Karla-Italic-VariableFont_wght.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'klippo_font';
  src: url('./Assets/klippo-font-zwei.woff2') format('woff2'),
       url('./Assets/klippo-font-zwei.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Menue auf Subsiten */
.menueobjekt {
  font-size: 24pt;
  font-family: 'klippo_font', Arial, Helvetica, sans-serif;
  letter-spacing: -4px;
}

.menueobjekt:hover {
  text-decoration: underline;
  transition: text-decoration 0.8s ease;
  font-weight: bold;
  cursor: url('./Assets/Cursor_Beige.png') 10 20, auto;
}

/* h1 = KARLA GROSS 27px */
h1 {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  font-size: 45px;
}

/* h2 = KLIPPO GROSS 30px */
h2 {
  font-size: 25pt;
  font-family: 'klippo_font', Arial, Helvetica, sans-serif;
  letter-spacing: -4px;
  color: rgb(10, 10, 10);
}

/* h3 = KLIPPO KLEIN 15px */
h3 {
  font-size: 15pt;
  font-family: 'klippo_font', Arial, Helvetica, sans-serif;
  font-weight: normal; /* "regular" ist kein gültiger Wert */
  letter-spacing: -1.5px; /* Korrektur des Trennzeichens */
  color: rgb(10, 10, 10);
}

/* h4 = KARLA GROSS 27px */
h4 {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 27px;
}

/* p = KARLA KLEIN 19px */
p {
  margin-top: 5px;
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
}

li {
  font-size: 15pt;
  font-family: 'klippo_font', Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: -1.5px; /* Korrektur des Trennzeichens */
  color: rgb(10, 10, 10);
}

a {
  color: black;
  text-decoration: none;
}

/* Baustelle */
.Baustelle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
}

.Klippo-Konstruktion {
  animation: rotation 20s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Bilder
/* LOGO */
#logo {
  width: 300px;
  height: 100%;
  cursor: url('./Assets/Cursor_Beige.png'), auto;
}

/* HEADER All Pages */
.header {
  background-color: white;
  text-align: center;
}

/* Grundlegende Styles für das Menü */
.menu_1 {
  display: flex;
  justify-content: center !important;
  gap: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: white;
  text-align: center !important;
  cursor: url('./Assets/Cursor_Beige.png'), auto;
}

.menu_1 li {
  display: inline-block;
}

.menu_1 li a {
  display: block;
  color: rgb(10, 10, 10);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.menu_1 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  justify-content: center;
}

.content-index {
  margin-top: 4em;
}




.immer_alles {
  display: grid;
  place-items: center;
  align-items: center;
  width: 100%;
}


.container-total {
  width: 100% !important;
  margin: 0;
  max-width: 1200px;
  justify-content: center;
  display: block;
  flex-direction: column;
  overflow: hidden;
}


@media (max-width: 480px) {
  .container-total {
    width: 100%;
    display:block;
    margin:0px
  }
}

/* SHIRTS */
.einseinseins-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  margin-bottom: 15px;
}

/* Stil für mittlere Bildschirme: 2 Bilder nebeneinander */
@media (max-width: 769px) {
  .einseinseins-content {
    grid-template-columns: 1fr 1fr;
  }
}

/* Stil für kleine Bildschirme: 1 Bild pro Zeile */
@media (max-width: 480px) {
  .einseinseins-content {
    grid-template-columns: 1fr;
  }
}



/* Hände */
.handundlinks {
  background-color: white;
  flex-direction: row;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.handundrechts {
  background-color: white;
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

/* Rote Hände 1200px */
#roteHand1200, #beigeHand1200 {
  width: 530px;
  height: 100%;
  display: flex;
}

#gelbeHand1200, #blaueHand1200, #weißeHand1200 {
  width: 650px;
  height: 100%;
}

#gelbeHand480, #roteHand480, #blaueHand480, #beigeHand480, #beigeHand480info, #weißeHand480 {
  display: none;
}

#gelbeHand769, #roteHand769, #blaueHand769, #beigeHand769, #weißeHand769 {
  display: none;
}

/* Weiße Hände 1200px */
#weißeHand1200 {
  width: 650px;
  height: 100%;
  display: flex;
}

#weißeHand769 {
  display: none;
}

#weißeHand480 {
  display: none;
}

/* Gelbe Hände 768px */
@media (max-width: 768px) {
  #roteHand1200, #gelbeHand1200, #beigeHand1200, #blaueHand1200, #weißeHand1200 {
    display: none;
  }

  #roteHand769, #beigeHand769 {
    display: block;
    width: 342px;
    height: 100%;
  }

  #gelbeHand769, #blaueHand769, #weißeHand769 {
    display: block;
    width: 419px;
    height: 100%;
  }
}

/* Gelbe Hände 480px */
@media (max-width: 480px) {
  #roteHand1200, #gelbeHand1200, #beigeHand1200, #blaueHand1200, #weißeHand1200 {
    display: none;
  }

  #gelbeHand769, #roteHand769, #blaueHand769, #beigeHand769, #weißeHand769 {
    display: none;
  }

  #roteHand480, #beigeHand480, #beigeHand480info {
    display: flex;
    width: 197px;
  }

  #gelbeHand480, #blaueHand480, #weißeHand480 {
    display: flex;
    width: 199px;
  }
}

/* FOOTER Page */
.content_footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 5em;
  margin-right: 2em;
  padding-top: 2em;
  padding-bottom: 5em;
  max-width: 100% !important;
}

@media (max-width: 769px) {
  #footer-mail {
    font-size: 30px;
    margin-left: 12px;
  }
}

#footer-mail {
  margin-left: 20px;
}

.footer-item-mail {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 769px) {
  .content_footer {
    display: flex;
    flex-direction: column;
  }
}

.footer_black {
  background-image: url('Assets/muster_weiß-100.jpg');
  position: relative;
  bottom: 0;
  display: block;
  max-width: 100%;
}

.footer-font {
  color: black;
  margin-left: 1em;
  margin-right: 1em;
  font-weight: bold;
}

@media (max-width: 769px) {
  .footer-font {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 480px) {
  .content_footer h3 .footer-font .span-mail {
    font-size: 35px !important;
    font-style: italic;
  }
}

/* Text_Underline_von LINKS */
.textlinks {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
  cursor: url('./Assets/Cursor_Beige.png'), auto;
}

.textlinks::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  border-radius: 7px;
  background-color: currentColor;
  transition: width 0.3s ease-in-out;
}

.textlinks:hover::after {
  width: 100%;
}

/* Text_Underline_von RECHTS */
.textrechts {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: url('./Assets/Cursor_Beige.png'), auto;
}

.textrechts::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  border-radius: 7px;
  background-color: currentColor;
  transition: width 0.3s ease-in-out;
}

.textrechts:hover::after {
  width: 100%;
}

/* SHIRT */
#Angela_Shirt:hover, #EinEi_Shirt {
  cursor: url('./Assets/Cursor_Beige.png'), auto;
}

#Paternoster_Shirt:hover {
  content: url('./Shirt/Paternoster_Back.svg');
  transition: content 0.3s ease;
  cursor: url('./Assets/Cursor_Beige.png'), auto;
}

/* Shirt Einzeln */
.zweieins-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 25px;
  margin: 15px;
  justify-content: flex-start;
  max-width: 100% !important;
  overflow: hidden;
}

.einszwei-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 25px;
  margin: 15px;
  justify-content: flex-start;
}

@media (max-width: 769px) {
  .zweieins-content, .einszwei-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .zweieins-content, .zweicontent, .eincontent {
    grid-template-columns: 1fr;
  }
  .zweicontent .shirtbild {
    grid-column: 1 / -1;
  }
}

.zweicontent {
  display: grid;
  grid-gap: 25px;
  margin: 15px;
  grid-template-columns: 1fr 1fr;
}

.zweivertical {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 15px;
}

.eincontent {
  display: grid;
  grid-gap: 25px;
  margin: 15px;
  grid-template-columns: 1fr;
}

.shirtbild {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.graphicbild {
  width: 100%;
  height: auto;
  border-radius: 5px;
  min-width: 200px;
}

@media (max-width: 450px) {
  .graphicbild {
    display: block;
    max-width: 100%;
  }
}

.zweieins-content_bilder {
  margin: 2%;
  padding: 1%;
  width: 100%;
}

.zweieins-content_text {
  margin-left: 10px;
  margin-right:30px;
  padding: 0;
  width: 100%!important;
  flex-direction: column;
}

@media (max-width: 480px) {
  .zweieins-content_text {
    order: -1;
  }
  #bild-rechts {
    width: 100%;
  }
}

/* KONTAKT */
#instaicon_gross {
  width: 135px;
  height: auto; /* Korrektur von "hight" zu "height" */
}

#handgebogen {
  width: 150px;
  height: auto; /* Korrektur von "hight" zu "height" */
}

.handgebogen_container {
  margin-top: 4%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}

#ichfreumich {
  max-width: 350px;
}

.content-kontakt-mail {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.content-kontakt {
  background-image: url('./Assets/muster_weiß-100.jpg');
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}

.textdermail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* PROJEKT GRID AUFBAU 
.zweizweidrei-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  background-color: papayawhip;
}

.dreizweizwei-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  background-color: pink;
}

/* Stil für einzelne Elemente 
.element-projekt {
  max-height: 300px;
  margin: 5px;
  padding: 5px;
}

.drittes-element-projekt {
  margin: 5px;
  padding: 5px;
  max-height: 300px;
}

/* Stil für einzelne Elemente 
.element, .drittes-element {
  width: auto;
  margin: 2%;
  padding: 5%;
  min-width: 200px;
  max-width: 400px;
}

@media (max-width: 480px) {
  .element, .drittes-element {
    display: block;
    width: 100%;
  }
}

.element_200 {
  width: 100%;
  min-width: 200px;
  max-width: 400px;
}*/
/* 
@media (max-width: 769px) {
  .element-projekt, .drittes-element-projekt {
    max-width: 100%;
  }
}

@media (max-width: 450px) {
  .element-projekt, .drittes-element-projekt {
    max-width: 100%;
    width: 100%;
    display: block;
    box-sizing: border-box; /* Stellt sicher, dass Padding und Border in der Breite enthalten sind 
    overflow: hidden; /* Verhindert das Überlaufen von Inhalten 
  }
}*/

/* PROJEKT KONTENT */


.Bild-Center{
  display:flex;
  align-items: center;
  justify-content: center;
}

/* 01_ESB */
#ESB-Dose {
  cursor: url('./Assets/Cursor_Beige.png'), auto;
}

.ESB-container {
  position: relative;
  display: block; /* or block, depending on your layout needs */
}

#ESB-Dose-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

@media (max-width: 768px) {
  #ESB-Dose-overlay {
    display: block;
  }
}

/* 01_Fuchs */
#Fuchs_Titel:hover {
  content: url('./Projektfolio/foxmitbackround.png');
  transition: content 0.3s ease;
}

/* 01_Bauwagen */
#Bauwagen_Titel_400 {
  display: none;
}

#Bauwagen_Titel:hover {
    content: url('./Projektfolio/Bauwagen_Skelett.png');
    transition: background-image 0.3s ease;
    cursor: url('./Assets/Cursor_Beige.png'), auto;}


/*@media (max-width: 769px) {
  #Bauwagen_Titel {
    display:none;
  }

  #Bauwagen_Titel_400 {
    display: block;
  }
  
  #Bauwagen_Titel_400:hover {
    content: url('./Projektfolio/400x600/Bauwagen_Skelett_400x600.png');
    transition: background-image 0.3s ease;
    cursor: url('./Assets/Cursor_Beige.png'), auto;
  }
}*/


/* 02_Legenundlernen */

#LegenuLernen_Titel:hover {
  content: url('./Projektfolio/Legen und Lernen.png');
  transition: content 0.3s ease;
  cursor: url('./Assets/Cursor_Beige.png'), auto;
}

/*#LegenuLernen_Titel_400{
  display: none;
}

@media (max-width: 769px) {
  #LegenuLernen_Titel {
    display:none;
  }

  #LegenuLernen_Titel_400 {
    display: block;
  }
  
  #LegenuLernen_Titel_400:hover {
    content: url('./Projektfolio/400x600/Legenundlernen2_400x600.png');
    transition: background-image 0.3s ease;
    cursor: url('./Assets/Cursor_Beige.png'), auto;
  }
}
*/

/* 02_Barakudas */
#Barakudas_Titel:hover {
  content: url('./Projektfolio/Barakuda_Zwinker.png');
  transition: content 0.3s ease;
}

/* 02_Surfboard */
#Surfboard_Titel:hover {
  content: url('./Projektfolio/Surfboard_front.png');
  transition: content 0.3s ease;
}


/* 03_Otter */
#Otter_Titel:hover {
  content: url('./Projektfolio/Ottenmitbackround.png');
  transition: content 0.3s ease;
}

/* 03_Kinderbilder  = in JS?*/

/* 03_Amonia*/
#Amonia_Design_Game_400 {
  display: none;
}

#Amonia_Design_Game:hover {
  content: url('./Projektfolio/Amonia_Designgame_2.png');
  transition: content 0.3s ease;
  cursor: url('./Assets/Cursor_Beige.png'), auto;
}

/* @media (max-width: 769px) {
  #Amonia_Design_Game {
    display:none;
  }

  #Amonia_Design_Game_400 {
    display: block;
  }
  
  #Amonia_Design_Game_400:hover {
    content: url('./Projektfolio/400x600/Amonium2_400x600.png');
    transition: background-image 0.3s ease;
    cursor: url('./Assets/Cursor_Beige.png'), auto;
  }
}
*/

/* 04_Kinderbuch*/

#Kinderbuch_400 {
  display: none;
}

#Kinderbuch:hover {
  cursor: url('./Assets/Cursor_Beige.png'), auto;
  transition: all 0.3s ease;
}

/* 
@media (max-width: 769px) {
  #Kinderbuch {
    display: none;
  }

  #Kinderbuch_400 {
    display: block;
  }

  #Kinderbuch_400:hover {
    cursor: url('./Assets/Cursor_Beige.png'), auto;
    transition: all 0.3s ease;
  }
}*/



/* 04_Igel */
#Igel_Titel:hover {
  content: url('./Projektfolio/Igelkarte_400_600.png');
  transition: content 0.3s ease;
}

#Simian_Chr_Titel:hover {
  content: url('./Projektfolio/SIMIAN_Weihnachten.gif');
  transition: content 0.3s ease;
}

#Sommer_Simian_Titel:hover {
  content: url('./Projektfolio/Sommer-Flyer.gif');
  transition: content 0.3s ease;
  cursor: url('./Assets/Cursor_Beige.png'), auto;
}


#HotTub_Titel:hover {
  content: url('./Shirt/HotTub_1.png');
  transition: content 0.3s ease;
  cursor: url('./Assets/Cursor_Beige.png'), auto;
}

/* PROJEKTSEITE - ALLGEMEIN */
.maillink {
  font-style: italic;
  font-weight: 500;
  font-size: 28px;
}

.maillink:hover {
  font-style: italic;
  font-weight: 800;
}

.eincontent-rechts {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 15px;
}

@media (min-width: 480px) {
  #bild-rechts {
    max-width: 50%;
  }
}

/* PROJEKTSEITE - BILDERBUCH */
#bärenbild:hover {
  content: url('./Projektfolio/05_Bilderbuch/300x400_Baer_Zwinker.png');
  transition: content 0.3s ease;
}

/* INFO */
.content-info {
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.grosserinfotext {
  max-width: 100%;
  margin:1rem;
}

#danketext {
  max-width: 400px;
}

@media (max-width: 450px) {
  #danketext, #biotext {
    max-width: 100%;
    display: block;
  }
}

#tina-move {
  max-width: 400px;
  max-height: 533px;
  padding-bottom: 5px;
}

#tina-move:hover {
  content: url('./Info/tina-move-2.gif');
  transition: content 0.3s ease;
}

.tina-move-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 100%;
}

@media (max-width: 450px) {
  .Platzhalterbild {
    max-width: 200px;
  }
}

@media (max-width: 450px) {
  #tina-move {
    max-width: 100%;
    display: block;
  }
}

.content-info-hallo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  margin-bottom: 15px;
  max-width: 100% !important;
}

.content-info-ausbildung {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 25px;
  margin-bottom: 15px;
}

@media (max-width: 759px) {
  .content-info-hallo {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
  }
}

/* Versteckt den Banner anfangs */
#scrollBanner {
  position: fixed;
  bottom: 50px;
  width: 300%;
  background-image: url('Assets/muster_weiß-100.jpg');
  color: black;
  text-align: left;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 2px;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  animation: marquee 40s linear infinite;
  font-family: 'klippo_font';
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes marquee {
  from { left: 1%; }
  to { left: -100%; }
}

@media (max-width: 480px) {
  #scrollBanner {
    animation: marquee 10s linear infinite;
    bottom: 20px;
  }
}

/* DANKE TEXT */
.dankelink {
  font-style: italic;
}

.dankelink:hover {
  font-style: italic;
  cursor: url('./Assets/Cursor_Beige.png'), auto;
  font-weight: 800;
}

/* CAROUSEL */
.content-info-carousell {
  display: grid;
  grid-gap: 0px;
  margin-bottom: 15px;
}

@media (min-width: 769px) {
  #danketext, .carousel {
    grid-area: overlap;
    width: 100%;
    height: 80%;
  }
}

.karousell-bild {
  margin-top: 80px;
  margin-right: 20px;
  max-height: 400px;
  border-radius: 3px;
}

#danketext {
  right: 0;
}

.carousel {
  width: 100%;
  overflow-x: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.7s ease;
}

.carousel-track:hover {
  cursor: url('./Assets/Cursor_Beige.png'), auto;
}

.carousel:hover {
  cursor: url('./Assets/Cursor_Beige.png'), auto;
}

#bild_lehr {
  max-width: 300px;
}

/* Carousel Button */
.carousel-button {
  display: none;
}

@media (max-width: 769px) {
  .carousel-button {
    display: block;
  }
}

.carousel-navi {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transform: translateY(-300%);
}

.carousel-button {
  top: 80%;
  border: none;
  background-color: transparent;
  color: transparent;
  font-size: 4rem;
  padding: 10px;
  z-index: 1;
}

#nextButton {
  background-image: url('Assets/nachrechts.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 60px;
  border: none;
  cursor: pointer;
  outline: none;
}

#prevButton {
  background-image: url('Assets/nachlinks.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 60px;
  border: none;
  cursor: pointer;
  outline: none;
}

.carousel-button.right {
  right: 10px;
  background-image: url('Assets/nachrechts.png');
}

@media (max-width: 769px) {
  #bild_lehr {
    display: none;
  }
}

/* BEWEGLICHE NOTIZ */
.Platzhalterbild {
  max-width: 400px;
  margin-bottom: 20px;
}

@media (max-width: 450px) {
  .Platzhalterbild {
    max-width: 100%;
    display: block;
  }
}

@media (min-width: 450px) {
  .beweglichesBild {
    position: absolute;
    max-width: 400px;
    cursor: auto;
  }
}

@media (max-width: 450px) {
  .alle-notizen {
    display: grid;
    grid-template-columns: auto;
    grid-gap: -5px;
    max-width: 100%;
    position: relative;
  }
}

@media (max-width: 769px) {
  .beweglichesBild {
    position: static;
    max-width: 320px;
  }
}

/* NOTIZ 1 */
@media (max-width: 450px) {
  #Notiz_1 {
    top: auto;
    left: auto;
  }
}

#Notiz_1 {
  top: 75rem;
  left: 20rem;
}

@media (max-width: 1100px) {
  #Notiz_1 {
    top: 92rem;
    left: 3rem;
  }
}

@media (max-width: 450px) {
  #Notiz_1 {
    top: 113rem;
    left: 0rem;
  }
}

/* NOTIZ 2 */
#Notiz_2 {
  top: 60rem;
  left: 22rem;
}

@media (max-width: 1100px) {
  #Notiz_2 {
    top: 86rem;
    left: 17rem;
  }
}

@media (max-width: 1100px) {
  #Notiz_2 {
    top: 98rem;
    left: 4rem;
  }
}

#Notiz_5 {
  top: 48rem;
  left: 7rem;
}

@media (max-width: 1100px) {
  #Notiz_5 {
    top: 98rem;
    left: 12rem;
  }
}

@media (max-width: 1100px) {
  #Notiz_5 {
    top: 110rem;
    left: 7rem;
  }
}

#Notiz_3 {
  top: 25rem;
  right: 3rem;
}

@media (max-width: 850px) {
  #Notiz_3 {
    top: 67rem;
    right: -2rem;
  }
}

#Notiz_4 {
  top: 45rem;
  right: 1rem;
}

@media (max-width: 850px) {
  #Notiz_4 {
    top: 50rem;
    right: 1rem;
  }
}

.beweglichesBild:hover {
  cursor: url('./Assets/Cursor_Beige.png'), auto;
}


.conent-buerokratie{
  margin: 1rem;
  padding: 1rem;
}