@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* oberste Zeile - Hinweis - anzeigen */
#MainMenue {
  min-height: 24px;
  padding-left:16px;
  display: flex;
  align-items: center;
  background-color: #ff00af;
}
#textMainMenue{
  font-size: 10px;
  font-weight:normal;  
  color: rgb(9, 7, 41);
  padding: 0px 16px 0px 8px;
}

/* Style Button "addNewLink" */
#addNewLink{
  background-color: #ff00af;
  color: rgb(42, 36, 41);
  width:  200px;
  height: 32px;
  padding: 4px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  box-shadow: 0 18px 24px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  cursor:pointer;
}

#button01mainMenue,
#button02mainMenue,
#button03mainMenue {
  background-color: #ff00af;
  color: rgb(42, 36, 41);
  width:  200px;
  height: 32px;
  padding: 4px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  box-shadow: 0 18px 24px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  cursor:pointer;
}

header a {
  text-decoration: none;
}

header {
  min-height: 40px;
  padding-left:0px;
  display: flex;
  justify-content: space-between;
  background-color: #333333;
  margin-bottom: 8px;
}

#brand {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;

}
#brand a {
  color: #bbd9cc;
}
#Button_Brand{
  background-color: #ff00af;
}
#Button_Brand_Text01{
  background-color: #ff00af;
  color: whitesmoke;
  padding-left: 1px;
  padding-right: 1px;
  text-align: center;
  font-size: smaller;
}

#Baustelle{
}
#Button_Baustelle{
  background-color: lightgrey;
  width: 50%;
  height: auto;
  border-width: 5px;
  border-radius: 5px;
  cursor: pointer;

}
#Button_Baustelle_Icon{
  width: 100%;
  height: auto;
 }

#Button_Baustelle_Text01{
  background-color: lightgrey;
  color: black;
  padding: 4 px;
  text-align: center;
  font-size:large;
}







#MenueButton{
  font-weight:normal;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  padding-right: 40px;
	width: 99%;
	margin: auto;
	list-style:none;
	margin:0 auto;
	z-index:2;
}

body {
  min-height: 100vh;
  background-color: #ff00af;
  color: white;
  font-family: "Poppins", sans-serif;
}
#InsideBody a {
  font-family: "Poppins", sans-serif;
  color: rgb(30, 32, 31);
  padding-left: 24px;
  font-size: 24px;
  font-weight:bold;
  border-color:darkgray ;
  border: 10px;
}

#Tabelle_Icons{
  padding-left: 16px;
}
#Icon_Button{
  width: 120px;
  height: 120px;
  background-color: #ff00af;
  color: white;
  font-family: "Poppins", sans-serif;
}

/*
.Jelly-Wallpaper {
  background-image: url("/pictures/Jelly-Wallpaper_0100.webp");
  height: 10%;
}
*/
/*
<img src="/pictures/Jelly-Wallpaper_01.webp" alt="Jelly Wallpaper" />		
*/

#insideBody {
  padding: 16px;
}

/* Menü */
ul {
  list-style-type:none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* eingeblendetes Memue Element */
ul a {
  color: whitesmoke;
}
/* ausgeblendetes Memue Element */
ul b {
  color:  rgba(200, 200, 200, 0.650);
 
}
ul li {
  padding: 5px;
  margin-left: 10px;
}
nav a:hover {
  color: #ff00af;
  color:black

}
ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
  background-color: #ff00af;
  border-radius: 15px;
}


#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.mobile-menu {
  display: none;
  position: absolute;
  top: 8px;
  right: 0px;
  padding-top: 8px;
  padding-left:  5px;
  padding-right: 5px;
  width: fit-content;
  height: fit-content;
  margin: 50px;
  background-color: rgb(12, 65, 112);
}
.mobile-menu li {
  margin-bottom: 15px;
}
.mobile-menu li a{
  color: whitesmoke;
}
.mobile-menu li b{
  color:  rgba(200, 200, 200, 0.650);
}
.mobile-menu a:hover{
  color:black;
}

@media only screen and (max-width: 600px) {
  header nav {
    display: none; 
  }

  #hamburger-icon {
    display: block;
  }
}
/* ******************************** */
/* Im Smartphone */
@media only screen and (max-width: 600px) {
.LaufschriftKopf{
  background-color: #ff00af;
  color:lightgrey;
  font-size: 16px;
  margin-left: 16px;
  width: 96%;
  height: 32px; 
  cursor: none;
  border: none;
}
  
/* Button_Tabelle */
#Button_Tabelle{
  background-color: #ff00af;
  width: 100%;
  height: 168px;
  border-radius: 5px;
  cursor:pointer;
  outline:none;
  margin-left: 0px;
  padding-left: 0px;
}

#Button_Tabelle:hover {
  background-color: #303030;
}
#Button_Tabelle:active {
  background-color: rgb(12, 65, 112);}
/* Icon in Button */
#Button_Icon{
  margin-top: 0px;
  margin-bottom: 0px;
  width:98%;
  height: 128px;
  border-radius: 5px;
}
/* Text in Button */
#Button_Text01{
  font-size:small;
  color:rgb(39, 44, 44);
}
#Button_Text02{
  font-size:smaller;
  color:rgb(24, 29, 29);
}
  }

/* Im Browser */
@media only screen and (min-width: 601px){
.LaufschriftKopf{
  background-color: #ff00af;
  color:lightgrey;
  font-size: 16px;
  margin-left: 16px;
  width: 96%;
  height: 32px; 
  cursor: none;
  border: none;
}
/* ******************************** */
/* Button_Tabelle */
#Button_Tabelle{
  background-color: #ff00af;
  width: 178px;
  height: 200px;
  border-radius: 5px;
  cursor:pointer;
  outline:none;
}

#Button_Tabelle:hover {
  background-color: rgba(200, 200, 200, 1);
}
#Button_Tabelle:active {
  background-color: #99ccff;
}
/* Icon in Button */
#Button_Icon{
  margin-top: 0px;
  margin-bottom: 0px;
  width: 171px;
  height: 156px;
  border-radius: 5px;
}
/* Text in Button */
#Button_Text01{
  font-size: larger;
  color:rgb(39, 44, 44);
}
#Button_Text02{
  color:rgb(210, 19, 57);
  color:rgb(24, 29, 29);
}
}

footer {
  width: 100%;
  height: 24px;
  position: fixed;
  text-align: left;
  padding: 0px 0px 0px 16px;
  bottom: 0px;
  border: #292929;
  border-width: 1px;
  border-style:groove;
  background-color: #ff00af;
}
#textFooter{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: rgba(200, 200, 200, 0.650);
}



/* ***************************** */
/* Lauftext */
	.marquee {
		max-width: 100vw; /* iOS braucht das */
		white-space: nowrap;
		overflow: hidden;
		font-weight: lighter;
    font-size: normal;
    color:whitesmoke;
	}

	.marquee span {
		display: inline-block;
		padding-left: 105%; /* die zusätzlichen 5% erzeugen einen verzögerten Start und vermeiden so ein Ruckeln auf langsamen Seiten */
		animation: marquee 10s linear infinite;
	}

	/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
	.marquee span:hover {
		animation-play-state: paused 
	}

	/* Make it move */
	@keyframes marquee {
	    0%   {transform: translate3d(0,0,0);}
	    100% {transform: translate3d(-100%,0,0);}
	}
/* ***************************** */


