@import url("../font/ubuntu.css?250904");

:root {
    --font-family-primary: "Ubuntu Condensed", "Ubuntu", Arial, sans-serif;
    --color-primary: rgba(0,0,0,1);
    --color-primary-hover: #cc0000;
    --color-secondary: #000;
    --color-light-gray: #e3e3e3;
    --color-white: #fff;
    --color-black: #000000;
    --color-red: rgba(153,0,0,1);
    --color-nav: rgba(0,0,0,1);
    --color-silver: silver;
    --color-yellow-hover: #cccc00;
    --color-success: darkgreen;
    --color-success-hover: darkseagreen;
    --color-save: #1e8946;
    --color-save-hover: #297244;
    --color-shadow: rgba(50,50,50,0.5);
    --color-shadow-light: rgba(100,100,100,0.5);

    --transition-short: all 0.2s ease-in-out;
    --transition-medium: all 0.5s ease-in-out;
    --transition-long: all 0.7s ease-in-out;

    --box-shadow-default: 3px 3px 3px var(--color-shadow);
    --box-shadow-light: 3px 3px 3px var(--color-shadow-light);

    --border-radius-default: 3px;
    --border-strong-white: 1px solid var(--color-white);
    --border-standard-dark: 1px solid var(--color-secondary);
}
/* Abstandhalter */
#spacer01 {
  min-height: 80px;
}

/*Meldung wenn Details gespeichert werden - ist nur 3 Sek.*/
#deindiv			 { position:fixed; 
						top:0px; 
						left:0px; 
						margin-right:0px; 
						/*border-radius:10Px; */
						width:100%; 
						z-index:1001; 
						padding:10px; 
						background-color:#00CC00; 
						border:2px solid #009900; 
						text-align:center;
					 }  
/*Meldung wenn Details gespeichert werden ENDE */

/* ################################# LOGIN */
#DivLogIn01 {
  height: 100%;
  margin: 0 auto;
  min-height: 100vh;
  width: 96%;
  overflow: hidden;
  padding: 2%;
  background: url("/lib/imgAllg/sw_gsLogo1.png") no-repeat 50% 80px rgba(255, 255, 255, 1);
  background-size: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}



/* ################################################ 959 */
@media only screen and (max-width: 959px) {
  #DivLogIn01 {
    background-size: 60%;
    background-position: 50% 50px;
  }
}

/* Auswahl Sprache select */
#DivLogIn01b {
  position: relative;
  clear: both;
  margin: 1% auto 10%;
  padding: 0;
  width: 70px;
  max-width: 70px;
  border-radius: 3px;
  overflow-x: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#DivLogIn01b select {
  width: 100% !important;
  height: 30px;
  font-size: 1em;
  font-weight: 300;
  padding: 4px 33px 4px 4px;
  color: #fff !important;
  border: 0;
  background: url("../img/down.svg") no-repeat 100% / 30px 30px rgba(0, 0, 0, 1);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#DivLogIn01b p {
  color: #222;
  font-size: 1em;
  line-height: 2em;
  font-weight: 400;
}

/* Interne Info */
#DivLogInHead {
  position: fixed;
  right: 3%;
  bottom: 10px;
  font-size: 0.5em;
  width: auto;
}
#DivLogInHead p {
  text-align: right;
  color: rgba(180, 180, 180, 1);
}

/* Errormeldung */
#DivLogIn02 {
  position: relative;
  margin: 30px auto 0;
  width: auto;
  padding: 2% 1% 1%;
  color: #990000;
  font-size: 1em;
  text-align: center;
}

#DivLogIn10, #DivLogIn20, #DivLogIn30, #DivLogIn40 {
  text-align: center;
  position: relative;
  clear: both;
  margin: 0 auto;
  width: 100%;
  min-width: 200px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#DivLogIn10 input, #DivLogIn20 input {
  position: relative;
  margin: 4% auto 0;
  width: 80%;
  max-width: 250px;
  padding: 10px;
  color: #000;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  background-color: rgba(230, 230, 230, 0.5);
  border: 1px solid rgba(210, 210, 210, 1);
  border-radius: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#DivLogIn20 input {
  margin-top: 1%;
}

/* LOGIN-Button */
#DivLogIn30 input {
  margin-top: 2%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 15px;
  width: 80%;
  max-width: 240px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#DivLogIn40 {
  font-size: 0.6em;
  color: rgba(200, 200, 200, 1);
  margin-top: 2%;
}

input[type="submit"]:hover {
  cursor: pointer;
  outline: none;
  background-color: #ffff99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.LogiButton {
  box-shadow: 0 10px 14px -7px #276873;
  background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 1%;
  text-decoration: none;
  text-shadow: 0 1px 0 #3d768a;
}
.LogiButton:hover {
  background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
}
.LogiButton:active {
  position: relative;
  top: 1px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* hiDPI stuff */
}

/* FANCYBOX GROESSE */
.fancybox-slide--iframe .fancybox-content {
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin: 0;
}

/*########################## Nav01_edit - Metadaten Eingabe ##########################*/
#InpLyNE01g,
#InpLyNE01m,
#InpLyNE01q
{
  color: black!important;
  border: 0;
  font-size: 1em;
  height: 40px;
  background-color: rgba(153,120,20,0.4);
  padding:15px;
  width: 100%;
}
#InpLyNE01s2 {
  width: 40px;
  height: 40px;
}


/*########################## Nav01_edit - Metadaten Eingabe ENDE ##########################*/

/* ############################## LAY 33 GALERIE DARSTELLUNG */
#ContLay33Div {
  padding: 2%;
  overflow: hidden;
}

#ContLay33ImgContDiv, #ContLay33ImgContDiv2, #ContLay33ImgContDiv3 {
  position: relative;
  float: left;
  margin: 0 0.1%;
  width: 33.1%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#ContLay33ImgDiv {
  margin: 0.5% auto 0;
  max-width: 100%;
  height: auto;
  position: relative;
  background-color: rgba(100, 100, 100, 1);
  color: #fff;
  text-align: center;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#ContLay33ImgDiv img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#divLy33Sel select {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px auto 15px;
  width: 80%;
  min-width: 100px;
  height: 30px;
  padding: 5px 33px 5px 5px;
  color: #000;
  border: 0;
  font-size: 1em;
  cursor: pointer;
  background: url("../img/down.svg") no-repeat 100% / 30px 30px rgba(255, 255, 255, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ############################## LAY 33 GALERIE DARSTELLUNG ENDE */

/* ##################### 1 CONTAINER AUSSEN */
#EditContainerDiv {
  position: relative;
  margin: 0 0 0;
  padding: 60px;
  background-color: #fff;
  border: 0;
  width: 100%;
  max-width: 1500px;
  font-size: 1em;
  overflow: hidden;
  background-color: rgba(255,255,255,1);
}

/* ##################### 2 TOP BUTTONS */
#TopButtonDiv {
  z-index: 10000;
  position: relative;
  height: 0;
  clear: both;
}

#zurueckBtn {
  position: fixed;
  top: 10px;
  left: 5%;
  width: 20%;
  min-width: 140px;
  max-width: 140px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#speichernBtn {
  position: fixed;
  top: 10px;
  right: 5%;
  width: 20%;
  min-width: 140px;
  max-width: 140px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#zurueckBtn:hover, #speichernBtn:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#zurueckBtn input, #speichernBtn input {
  cursor: pointer;
  border: 0;
  width: 100%;
  height: 40px;
  padding: 1%;
  color: #fff !important;
  font-size: 1.2em !important;
  font-weight: 700 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#zurueckBtn input {
  background-color: #990000 !important;
}

#speichernBtn input {
  background-color: #1e8946 !important;
  border-radius: 3px;
}

/* Daten geändert Text */
#Datengeaendert {
  margin: 0;
  padding: 1%;
  width: 100%;
  background-color: darkseagreen;
  color: white !important;
  font-weight: 700;
  text-align: center !important;
}

/* ##################### 3 TOP Text */
#TopTxtDiv {
  position: relative;
  margin-top: 70px;
  float: left;
  clear: both;
  width: 100%;
  padding: 1%;
  border-bottom: 3px solid rgba(230, 230, 230, 1);
}

#TopTxtDiv p, #TopTxtDiv font {
  font-size: 0.8em;
  font-weight: 300 !important;
  color: rgba(50, 50, 50, 1);
}

/* ##################### 4 INFOS */
#InfoDiv {
  position: relative;
  float: left;
  min-width: 49%;
  width: auto;
  font-size: 0.7em;
  margin-top: 1%;
}
#InfoDiv1 {
  position: relative;
  float: left;
  width: 42%;
  padding: 1%;
}
#InfoDiv1a {
  position: relative;
  float: left;
  margin-right: 3%;
  width: 20%;
  font-size: 1em;
}
#InfoDiv1b {
  position: relative;
  float: left;
  clear: both;
  width: 76%;
  font-size: 0.9em;
}

#InfoDiv2 {
  position: relative;
  float: right;
  clear: right;
  width: auto;
  min-width: 130px;
  padding: 5px;
}
#InfoDiv2a {
  position: relative;
  float: left;
  width: auto;
  padding-top: 7px;
  height: 30px;
  font-size: 1.5em;
  font-weight: bold;
}
#InfoDiv2b {
  position: absolute;
  float: none;
  font-size: 1.1em;
  padding: 0;
  border: 0;
  right: 30px;
}
#InfoDiv2b input {
  width: 30px;
  height: 30px;
  border: 0;
}

#InfoDiv3, #InfoDiv4, #InfoDiv5, #InfoDiv6 {
  position: relative;
  float: left;
  clear: left;
  width: 96%;
  padding-left: 1%;
}
#InfoDiv3a, #InfoDiv4a, #InfoDiv5a, #InfoDiv6a {
  position: relative;
  float: left;
  margin-right: 2%;
  width: 35%;
  font-size: 0.8em;
}
#InfoDiv3b, #InfoDiv4b, #InfoDiv5b, #InfoDiv6b {
  position: relative;
  float: left;
  width: 63%;
  font-size: 0.8em;
  border-radius: 3px;
}

/* ##################### 5 ALLGEMEINES */
#AllgDiv {
  position: relative;
  float: left;
  width: 50%;
  font-size: 1em;
  border-left: 3px solid rgba(230, 230, 230, 1);
  overflow: auto;
  margin: 1% 0 0 0.5%;
  padding-left: 1%;
}

#AllgDiv1 {
  width: 100%;
  clear: both;
}
#AllgDiv1a {
  float: left;
  width: 40%;
  padding: 1%;
  font-size: 0.7em;
  text-align: right;
}
#AllgDiv1b {
  float: right;
  width: 60%;
  font-size: 0.8em;
  font-weight: 200;
  padding: 1%;
  color: black;
}
#AllgDiv1b span {
  margin-left: 2%;
  color: rgba(140, 140, 140, 1) !important;
  font-weight: 300 !important;
  font-size: 0.9em;
}

#AllgDiv2 {
  width: 100%;
  clear: both;
}
#AllgDiv2a {
  float: left;
  width: 40%;
  padding: 15px 2% 2% 2%;
  text-align: right;
  font-size: 1.2em;
}
#AllgDiv2b {
  float: right;
  width: 60%;
  font-size: 0.7em;
  padding: 1%;
}
#AllgDiv2b input {
  float: left;
  width: 70px;
  height: 40px;
  border: 0;
  margin: 0 3% 2% 0;
  border-radius: 3px;
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  padding: 5px;
  color: firebrick;
  background-color: rgba(251, 230, 236, 1);
  cursor: pointer;
}
#AllgDiv2b p {
  font-size: 0.8em;
  text-align: left;
}

#AllgDiv3 {
  width: 100%;
  clear: both;
}
#AllgDiv3a {
   font-family: var(--font-family-primary);
  float: left;
  text-align: right;
  width: 40%;
  height: 50px;
  border-radius: 3px;
  padding: 2%;
  font-size: 1em;
  font-weight: bold;
  min-height: 70px;
  margin-bottom: 1%;
}
#AllgDiv3b {
  float: left;
  margin-left: 1%;
  width: 30%;
  min-width: 150px;
  font-size: 1em;
  font-weight: bold;
  background-color: rgba(240, 240, 240, 1);
  border-radius: 3px;
  border: 0;
  color: #000;
  padding: 1%;
  min-height: 70px;
  margin-bottom: 1%;
}

#AllgDiv4 {
  width: 100%;
  clear: both;
}
#AllgDiv4a {
  float: left;
  clear: both; 
  width: 20%;
  min-width: 100px;
  padding: 1%;
  font-size: 1em;
  color: blue;
  margin-top: 1%;
}
#AllgDiv4b {
  float: left;
  width: 100%;
  margin-bottom: 3%;
  font-size: 1em;
  padding-bottom: 2%;
  border-bottom: 3px solid rgba(230, 230, 230, 1);
  color: #000;
}
#AllgDiv4b input {
  float: left;
  width: 100%;
  height: 40px;
  border: 0;
  margin: 0 3% 2% 0;
  border-radius: 3px;
  text-align: left;
  font-size: 1.2em;
  font-weight: 400;
  padding: 8px 8px 8px 40px;
  color: #777 !important;
  cursor: pointer;
  background: url("/lib/imgAllg/infoKreisInv.svg") no-repeat 10px 50% / 20px 20px rgba(0, 0, 0, 0.1);
}
#AllgDiv4b p {
  font-size: 1em;
}

/* ##################### 6 Überschrift */
#UeberschriftDiv {
  z-index: 100;
  position: relative;
  clear: both;
  margin: 0 auto;
  width: 100%;
}

#UeberschriftDiva {
  position: relative;
  float: left;
  clear: left;
  width: 24%;
  min-width: 150px;
  padding: 0;
  font-size: 1em;
  font-weight: 700;
  margin-top: 1.5%;
  text-align: right;
}
#UeberschriftDivb {
  position: relative;
  float: right;
  clear: right;
  width: 75%;
  font-size: 1em;
  padding: 0;
  margin: 1% 0;
}

#UeberschriftDivb input {
  width: 100%;
  padding: 2%;
  height: 50px;
  border-radius: 3px;
  background-color: rgba(153, 0, 0, 1);
  color: white;
  border: 0;
  font-weight: 400;
  font-size: 1.3em;
  cursor: pointer;
}

#BildpositionDIVa {
  width: 100%;
  position: relative;
  clear: both;
  margin-bottom: 10px;
}

#BildpositionDIVb {
  min-height: 60px;
  width: 100%;
  position: relative;
  clear: both;
}

/* Checkmark neu definieren */
#BildpositionDIV .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#BildpositionDIV .container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
#BildpositionDIV .container .checkmark {
  height: 50px;
  width: 50px;
  background-color: #eee;
  border: 2px solid #ccc;
  border-radius: 5px;
  transition: background-color 0.2s ease;
}
#BildpositionDIV .container input:checked ~ .checkmark {
  background-color: green;
  border-color: green;
}
#BildpositionDIV .container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#BildpositionDIV .container input:checked ~ .checkmark:after {
  display: block;
}
#BildpositionDIV .container .checkmark:after {
  left: 18px; /* Zentriert Haken */
  top: 4px;
  width: 12px;
  height: 30px;
  border: solid white;
  border-width: 0 5px 5px 0;
  transform: rotate(45deg);
}

/* ##################### 8,9 BILDER */
#PicDiv {
  position: relative;
  float: left;
  margin: 0 1% 0.4% 0;
  background-color: rgba(230, 230, 230, 1);
  padding: 1%;
  min-height: 100px;
  width: 70%;
  border-radius: 3px;
}
#PicDiv p {
  width: 90%;
  text-align: center;
  padding: 2%;
  background-color: rgba(233, 221, 123, 1);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30%;
  display: block;
  font-size: 1.3em;
}
#PicDiv a {
  text-decoration: underline;
  cursor: pointer;
}

#PicDiv2 {
  width: 32.97%;
  min-height: 300px;
  position: relative;
  float: left;
  margin: 0.1%;
  padding: 3%;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


#PicDiv2TxtDiv {
  position: relative;
  clear: both;
  max-height: 40px;
}
#PicDiv2TxtDiv p {
  position: relative;
  font-size: 1em;
  background-color: transparent;
}

#PicDiv2 a {
  color: #000000;
  text-decoration: underline;
  padding: 0.4%;
  font-size: 0.8em;
  display: inline-block;
}

#PicDiv2 img {
  position: relative;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  max-height: 120px;
  border-radius: 3px !important;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#PicDiv2 img:hover {
  z-index: 10000000;
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#PicDiv2Ly04 {
  width: 19%;
  height: 180px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0.5%;
  padding: 0;
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#PicDiv2Ly04 img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  margin: 0 auto;
  border-radius: 3px !important;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#PicDiv2Ly04 img:hover {
  z-index: 100000;
  overflow: visible;
  transform: scale(1.3);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#PicDivClose {
  z-index: 1000;
  position: relative;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  left: inherit;
  right: inherit;
  height: 50px;
  width: auto;
  padding: 0;
  background-color: rgba(255, 25, 255, 0);
  border: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#PicDivClose p {
  padding: 0;
  border: 0;
  margin: 0;
  all: unset;
}
#PicDivClose img {
  position: relative;
  max-height: 50px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  
}
#PicDivClose img:hover {
  transform: scale(1.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ###### 9 BILDER Aufladen, Zuordnen, ... */
#PicDiv3 {
  position: relative;
  float: right;
  margin-bottom: 2%;
  background-color: #e3e3e3;
  padding: 1%;
  min-height: 100px;
  width: 28%;
  border-radius: 3px;
  overflow-x: auto;
}

#PicDiv3a {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  min-width: 100px;
  margin-bottom: 20px;
}
#PicDiv3aa {
  width: 100%;
  padding: 2%;
  font-size: 0.7em;
  font-weight: 400;
}
#PicDiv3ab {
  clear: both;
  background: #688831 url("../img/kameraPlusI.svg") no-repeat 10px 50% / 30px 30px !important;
  border: 0;
  box-shadow: 2px 2px 2px #555;
  border-radius: 3px !important;
  width: 100% !important;
  min-height: 75px;
  padding-top: 17px;
  color: #fff;
  font-size: 1em !important;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#PicDiv3ab a {
  color: #fff;
}
#PicDiv3ab:hover, #PicDiv3ab:active {
  background-color: rgba(0, 0, 0, 1) !important;
}

#PicDiv3b {
  position: relative;
  float: left;
  width: 100%;
}
#PicDiv3ba {
  margin-top: 40px;
  width: 100%;
  padding: 2%;
  text-align: left;
  font-size: 0.8em;
  font-weight: 400;
}
#PicDiv3bb {
  width: 100%;
  padding: 1%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#PicDiv3bb input {
  border: 0;
  width: 100%;
  height: 30px;
  padding: 15px;
  font-size: 1em;
  background-color: white;
  cursor: pointer;
  margin-bottom: 5px;
}
#PicDiv3bc {
  position: relative;
  float: left;
  margin-bottom: 2%;
  padding: 1%;
  width: 100%;
  border-radius: 3px;
  overflow-x: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#PicDiv3bc select {
  width: 100% !important;
  height: 30px;
  font-size: 1em;
  font-weight: 300;
  padding: 4px 33px 4px 4px;
  color: #000 !important;
  border: 0;
  background: url("../img/down.svg") no-repeat 100% / 30px 30px rgba(255, 255, 255, 1);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#PicDiv3bc p {
  color: #222;
  font-size: 1em;
  line-height: 2em;
  font-weight: 400;
}

#PicDiv3c {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}
#PicDiv3cBtn {
  position: relative;
  clear: both;
  width: 100%;
  margin: 0 auto 3%;
}

/* Bild Position Button */
#PicDiv3dBtn {
  position: relative;
  float: left;
  clear: both;
  background: #445942 url("../img/edit.svg") no-repeat 10px 50% / 30px 30px !important;
  border: 0;
  box-shadow: 2px 2px 2px #555;
  border-radius: 3px !important;
  width: 100% !important;
  min-height: 50px;
  padding-top: 5px;
  margin-top: 2%;
  color: #fff;
  font-size: 1em !important;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#PicDiv3dBtn a {
  color: #fff;
}
#PicDiv3dBtn:hover, #PicDiv3dBtn:active {
  background-color: rgba(0, 0, 0, 1) !important;
}

#PicDiv3cBtn input {
  background: #a0a645 url("../img/edit.svg") no-repeat 10px 50% / 30px 30px;
  border: 0;
  box-shadow: 2px 2px 2px #555;
  border-radius: 3px !important;
  width: 100%;
  padding: 10px;
  color: #fff !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  text-align: center;
  height: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#PicDiv3cBtn input:hover, #PicDiv3cBtn input:active, #PicDiv3cBtn input:focus {
  background-color: rgba(0, 0, 0, 1) !important;
  cursor: pointer;
}

/* ##################### 10 Seiteninhalt Wordeditor */
#SeiteninhaltDiv {
  position: relative;
  clear: both;
  border: 0;
  width: 100%;
  margin-bottom: 1%;
  background-color:rgba(153,0,0,0.4);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  padding: 15px;
}

#SeiteninhaltDiva {
  text-align: center;
  width: 100%;
  padding: 0;
  font-size: 1.7em;
  font-weight: 700;
  margin: 2% 0 1%;
}
#SeiteninhaltDivb {
  position: relative;
  margin: 0 auto;
  clear: both;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
}
#SeiteninhaltDivb textarea {
  border: 1px solid rgba(0, 0, 0, 1);
  width: 100%;
  min-height: 600px;
  background-color: lightyellow;
  cursor: pointer;
}
#mceu_15 {
  border: 0px solid rgba(230, 230, 230, 1) !important;
  padding: 10px;
}

/* ##################### 11 DATEIANHÄNGE */
#DateienDiv {
  position: relative;
  clear: both;
  width: 100%;
  background-color: rgba(92, 117, 128, 0.3);
  overflow-x: auto;
  margin: 2% auto 0.5%;
  padding: 2%;
}
#DateienDiv1 {
  padding: 1%;
  font-size: 0.7em;
  margin-bottom: 1%;
}
#DateienDiv2 {
  padding: 2%;
}
#DateienDiv2 input {
  background: rgba(168, 231, 54, 1) url("../img/edit.png") no-repeat 10px 17px / 4%;
  border: 0;
  box-shadow: 2px 2px 2px #555;
  border-radius: 3px !important;
  min-width: 250px;
  padding: 10px 10px 10px 40px;
  color: #222 !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  text-align: center;
  height: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#DateienDiv2 input:hover, #DateienDiv2 input:active {
  background-color: #fff !important;
  cursor: pointer;
}

#DateienDiv3 {
  padding: 0;
  min-height: 40px;
  font-size: 0.8em;
}
#DateienAufladenBtn {
  margin-bottom: 2%;
  border-radius: 3px !important;
  cursor: pointer;
  background: rgba(54, 107, 128, 1) url("/lib/imgAllg/dateiUploadW.svg") no-repeat 10px 50% / 30px 30px !important;
  position: relative;
  float: left;
  clear: left;
  margin-right: 1%;
  height: 50px;
  width: 49% !important;
  min-width: 200px;
  padding-top: 15px;
  color: #222 !important;
  font-size: 1.1em !important;
  font-weight: 700 !important;
  text-align: center !important;
  border: 0;
  box-shadow: 2px 2px 2px #555;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#DateienAufladenBtn:hover, #DateienAufladenBtn:focus {
  background-color: rgba(0, 0, 0, 1) !important;
}

#DateienAufladenBtn p, #DateienAufladenBtn a {
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  margin: 1%;
}

#DateienDiv3 img {
  height: 30px;
  width: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#DateienDiv3 img:hover, #DateienDiv3 img:focus {
  transform: scale(1.2);
}

#DateienEditBtn {
  position: relative;
  float: right;
  clear: right;
  margin-right: 0;
  width: 50%;
  height: 50px;
  min-width: 100px;
  font-size: 0.9em;
}
#DateienEditBtn input {
  background: #3b739a url("../img/edit.svg") no-repeat 10px 50% / 30px 30px;
  border: 0;
  box-shadow: 2px 2px 2px #555;
  border-radius: 3px !important;
  width: 100%;
  padding: 10px 10px 10px 50px;
  color: #fff !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  text-align: center;
  height: 50px;
  margin-bottom: 2%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#DateienEditBtn input:hover, #DateienEditBtn input:focus {
  background-color: rgba(0, 0, 0, 1) !important;
  cursor: pointer;
}

/* ##################### 12 VIDEO */
#VideoDiv {
  position: relative;
  float: left;
  clear: left;
  overflow-x: auto;
  background: rgba(204, 117, 59, 0.7) url("../img/videoGrau.svg") no-repeat 20px 10px / 60px 60px;
  background-blend-mode: overlay;
  width: 49%;
  min-height: 350px;
  padding: 1% 3%;
  margin: 0 1% 1% 0;
  text-align: right;
}
#VideoDiv iframe {
  background-color: rgba(0, 0, 0, 1);
  position: relative;
  float: none;
  margin: 0 0 0 auto;
  max-width: 480px;
  width: 80%;
  min-height: 290px;
  padding: 2%;
}

#VideoDiv1 h2 {
  font-size: 1.2em;
  text-align: center;
  color: white;
}

#VideoDiv2, #VideoDiv3, #VideoDiv4 {
  position: relative;
  clear: both;
  width: 100%;
}
#VideoDiv2a, #VideoDiv3a, #VideoDiv4a {
  float: left;
  width: 20%;
  max-width: 160px;
  padding: 1%;
  font-size: 0.7em;
  font-weight: 400;
  color: white;
}
#VideoDiv2a p {
  clear: both;
  float: none;
  width: 100%;
  min-width: 170px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  padding-left: 40px;
  max-width: inherit;
}

#VideoDiv2b, #VideoDiv3b, #VideoDiv4b {
  float: left;
  width: 80%;
  font-size: 1em;
  border-radius: 3px;
}
#VideoDiv2b {
  width: 40px;
  height: 40px;
  padding: 0;
}
#VideoDiv2b input {
  width: 40px;
  height: 40px;
  border: 0 !important;
}

#VideoDiv3b select {
  width: 100%;
  min-width: 170px;
  height: 30px;
  padding: 5px 33px 5px 5px;
  color: #000;
  border: 0;
  font-size: 1em;
  cursor: pointer;
  background: url("../img/down.svg") no-repeat 100% / 30px 30px rgba(255, 255, 255, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#VideoDiv4a, #VideoDiv4b {
  margin-top: 1%;
}
#VideoDiv4b input {
  width: 100%;
  height: 40px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  border: 0;
  font-size: 1em;
  cursor: pointer;
  border-radius: 3px;
}

/* ##################### 13 SOUND */
#SoundDiv {
  position: relative;
  float: left;
  overflow-x: auto;
  background: rgba(128, 85, 95, 1) url("../img/musik.svg") no-repeat 20px 15px / 50px 50px;
  background-blend-mode: overlay;
  width: 50%;
  height: 350px;
  padding: 1%;
  margin-bottom: 1%;
  text-align: right;
}
#SoundDiv iframe {
  background-color: rgba(0, 0, 0, 1);
  position: relative;
  float: none;
  margin: 0 0 0 auto;
  max-width: 480px;
  width: 80%;
  min-height: 290px;
  padding: 2%;
}

#SoundDiv1 h2 {
  font-size: 1.2em;
  text-align: center;
  color: white;
}

#SoundDiv2, #SoundDiv3, #SoundDiv4 {
  position: relative;
  clear: both;
  width: 100%;
}
#SoundDiv2a, #SoundDiv3a, #SoundDiv4a {
  float: left;
  width: 20%;
  max-width: 160px;
  padding: 1%;
  font-size: 0.7em;
  font-weight: 400;
  color: white;
}
#SoundDiv2b, #SoundDiv3b, #SoundDiv4b {
  float: left;
  width: 80%;
  font-size: 1em;
  border-radius: 3px;
}
#SoundDiv2b {
  width: 40px;
  height: 40px;
  padding: 0;
}

#SoundDiv3b select {
  width: 100%;
  min-width: 170px;
  height: 30px;
  padding: 5px 33px 5px 5px;
  color: #000;
  border: 0;
  font-size: 1em;
  cursor: pointer;
  background: url("../img/down.svg") no-repeat 100% / 30px 30px rgba(255, 255, 255, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#SoundDiv4a, #SoundDiv4b {
  margin-top: 1%;
}
#SoundDiv4b p {
  text-align: center !important;
  color: lightgrey;
}
#SoundDiv4b input {
  width: 100%;
  height: 40px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  border: 0;
  font-size: 1em;
  cursor: pointer;
  border-radius: 3px;
}

/* ######################################### LAY 6, LAY 10, 22 */
#DatumDiv {
  position: relative;
  clear: both;
  margin: 0 auto;
  width: 100%;
  overflow: auto;
  background-color: rgba(230, 230, 230, 1);
}

#DatumAb, #DatumBis {
  position: relative;
  float: left;
  overflow: auto;
  height: 150px;
  width: 50%;
  padding: 2%;
}

#DatumAb1, #DatumBis1 {
  float: left;
  width: 50%;
  max-width: 80px;
  padding: 1%;
  font-size: 0.8em;
  font-weight: 400;
  color: black;
}

#DatumAb2, #DatumBis2 {
  float: left;
  width: 50%;
  max-width: 180px;
  padding: 1%;
  font-size: 0.7em;
  color: black;
}

#DatumAb2 input, #DatumBis2 input {
  width: 100%;
  border: 0;
  cursor: pointer;
  background-color: rgba(127, 116, 140, 1);
  border-radius: 3px;
  height: 40px;
  font-size: 1.5em;
  color: white;
  text-align: center;
}

/* ######################################### LAY22 */
#ArtikelDiv {
  position: relative;
  clear: both;
  margin: 0 auto 1%;
  width: 100%;
  overflow: auto;
  padding: 1%;
  background-color: rgba(133, 116, 111, 0.5);
  border-radius: 3px;
}
#ArtikelDiv1 {
  position: relative;
  float: left;
  width: 50%;
  min-width: 100px;
}
#ArtikelDiv1 h2 {
  font-size: 1.7em;
  font-weight: 700;
  color: white;
}
#ArtikelDiv1a {
  float: left;
  width: 20%;
  min-width: 100px;
  padding: 2%;
  font-size: 0.7em;
  font-weight: 400;
}
#ArtikelDiv1b {
  float: left;
  width: 30%;
  min-width: 150px;
  font-size: 0.7em;
  padding: 1%;
}
#ArtikelDiv1b input {
  border: 0;
  width: 100%;
  border-radius: 3px;
  height: 40px;
  padding: 10px;
  font-size: 1.4em;
  background-color: white;
  cursor: pointer;
  margin: 0 5px 5px 0;
}
#ArtikelDiv1b p {
  font-size: 0.9em;
}
#ArtikelDiv1c {
  float: left;
  clear: none;
  width: 100%;
  padding: 2%;
  font-size: 0.8em;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

#ArtikelDiv2, #ArtikelDiv3, #ArtikelDiv4, #ArtikelDiv5 {
  position: relative;
  float: right;
  clear: both;
  width: 50%;
  overflow: auto;
}
#ArtikelDiv2a, #ArtikelDiv3a, #ArtikelDiv4a, #ArtikelDiv5a {
  float: left;
  min-width: 90px;
  width: 20%;
  padding: 2%;
  font-size: 1em;
  font-weight: 400;
}
#ArtikelDiv2b, #ArtikelDiv3b, #ArtikelDiv4b, #ArtikelDiv5b {
  float: left;
  width: auto;
  min-width: 90px;
  font-size: 0.8em;
  padding: 1% 1% 1% 0;
}

#ArtikelDiv2b {
  color: rgba(153,0,0,1);
}
#ArtikelDiv2b input {
  border: 0;
  width: 90px;
  color: black;
  height: 40px;
  padding: 15px;
  font-size: 1.4em;
  background-color: white;
  cursor: pointer;
  margin: 0 5px 5px 0;
  text-align: center;
}
#ArtikelDiv3b input {
  border: 0;
  width: 120px;
  text-align: right;
  height: 40px;
  padding: 15px;
  font-size: 1.4em;
  background-color: white;
  cursor: pointer;
  margin: 0 5px 5px 0;
}
#ArtikelDiv3c {
  float: left;
  width: auto;
  min-width: 70px;
  font-size: 0.9em;
  padding: 25px;
  color: white;
}
#ArtikelDiv4b input {
  border: 0;
  width: 90px;
  text-align: center;
  height: 30px;
  padding: 15px;
  font-size: 1.4em;
  background-color: white;
  cursor: pointer;
  margin: 0 5px 5px 0;
}
#ArtikelDiv5b {
  width: 90px;
  border: 0;
  border-radius: 3px;
  text-align: left;
  font-size: 1.5em;
  font-weight: 700;
}

/* ################################################ 1350 */
@media only screen and (max-width: 1350px) {
  #DivTop1, #TableTop1 {
    height: 100px;
    max-height: 100px;
  }
  #DivNav1 {
    top: 70px;
    -webkit-transition: var(--transition-long);
    transition: var(--transition-long);
  }
  #TableTop1 .buttonmittel {
    position: fixed;
    top: 70px;
    left: 10px;
    -webkit-transition: var(--transition-long);
    transition: var(--transition-long);
  }
  #InpLy21aa {
    position: fixed;
    bottom: 10px;
    top: auto;
    left: 10px;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
  #DivContent1 {
    padding-top: 100px !important;
  }
  #PicDiv2 {
    min-height: 300px;
  }
}

/* ################################################ 959 */
@media only screen and (max-width: 959px) {
  #InfoDiv {
    width: 100%;
    min-width: 100%;
    clear: both;
    padding: 0;
    border-bottom: 2px solid #fff;
  }
  [id^="InfoDiv"]:not(#InfoDiv) {
    background-color: rgba(230, 230, 230, 1);
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 4px;
    font-size: 1.2em;
  }
  #InfoDiv2a {
    background-color: rgba(230, 230, 230, 0);
    position: relative;
    float: none;
    clear: both;
    height: inherit;
   width: inherit;
    padding: inherit;
  }
  #InfoDiv2b {
   display: inherit;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    right: inherit;
  }
  [id*="InfoDiv"] .container .checkmark {
    left: 50%;
    transform: translateX(-50%);
  }

  #AllgDiv {
    width: 100%;
    min-width: 100%;
    background-color: #e3e3e3;
    border-bottom: 2px solid #fff;
    margin-left: 0;
    border-left: 0;
  }
  #AllgDiv4a, #AllgDiv4b {
    float: none;
    text-align: center;
    width: 100%;
    padding: 10px;
    font-size: 1em;
  }
  #AllgDiv4b input {
    width: 100%;
    background-color: #fff;
    color: #777 !important;
  }

  #UeberschriftDiva {
    z-index: 100;
    clear: both;
    width: 100%;
    text-align: center;
    padding: 3% 1% 1%;
    font-size: 1.6em;
  }
  #UeberschriftDivb {
    z-index: 100;
    clear: both;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #UeberschriftDivb input {
    font-size: 1em;
    font-weight: bold;
    height: 60px;
    border-radius: 3px;
    background-color: rgba(214, 194, 89, 1);
    border: 0;
    color: black;
  }

  #BildpositionDIV .container {
    left: 50%;
    transform: translateX(-50%);
  }

  #ArtikelDiv1, #ArtikelDiv2, #ArtikelDiv3, #ArtikelDiv4 {
    width: 100%;
    float: left;
  }
  #ArtikelDiv1b, #ArtikelDiv1a {
    clear: both;
    width: 100%;
  }

  #PicDiv {
    clear: both;
    margin-top: 2%;
    margin-bottom: 1%;
    width: 100%;
    padding: 0;
    background-color: inherit;
  }
  #PicDiv2 {
    width: 100%;
    min-height: inherit;
    clear: both;
    margin: 0 0 1%;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 3px solid rgba(200, 200, 200, 1);
  }
  #PicDiv2 img:hover {
    transform: scale(1);
    max-width: 420px;
  }

  #PicDivClose {
    position: relative;
    margin: 2% auto 0;
  }

  #PicDiv2Ly04 {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: inherit;
    text-align: left;
    clear: none;
    margin: 0 0 1%;
    text-align: center;
  }
  #PicDiv2Ly04 img {
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: inherit;
    max-height: 300px;
  }

  #PicDiv3 {
    clear: both;
    width: 100%;
    margin-bottom: 2%;
  }
  #PicDiv3ab {
    width: 100% !important;
    min-width: 250px;
    background-size: 3% !important;
  }
  #PicDiv3ba {
    width: 100%;
    clear: both;
    margin-top: 2%;
  }
  #PicDiv3bb, #PicDiv3bc {
    float: left;
    clear: both;
    width: 100%;
    min-width: inherit;
  }
  #PicDiv3bb input {
    width: 100%;
    text-align: left;
  }
  #PicDiv3cBtn input {
    min-width: inherit;
    max-width: inherit;
    font-size: 0.8em !important;
    background-size: 4%;
  }

  #SeiteninhaltDiva {
    margin-top: 4%;
  }

  #DateienAufladenBtn {
    clear: both;
    float: none;
    width: 100% !important;
    min-width: 100%;
    max-width: none;
    background-position: 10px 10px !important;
    background-size: 2.7% !important;
  }
  #DateienEditBtn {
    position: relative;
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 2%;
    height: 50px;
    min-width: 100px;
  }
  #DateienEditBtn input {
    background-size: 3% !important;
    background-position: 10px 12px !important;
  }

  #SoundDiv, #VideoDiv {
    clear: both;
    width: 100%;
    height: auto;
    padding: 2% 2% 30px;
    margin-right: 0;
    text-align: center;
  }
  #SoundDiv {
    min-height: 300px;
  }
  #VideoDiv {
    border-bottom: 3px solid #fff;
  }
  #VideoDiv iframe, #SoundDiv iframe {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  /* ######## Lay6, Lay10 */
  #DatumAb, #DatumBis {
    clear: both;
    height: auto;
    width: 100%;
    padding: 2%;
    border-bottom: 3px solid #fff;
  }
  #DatumAb2, #DatumBis2 {
    width: 100%;
    max-width: 100%;
    padding: 1%;
    font-size: 1em;
  }
  #DatumAb2 input, #DatumBis2 input {
    width: 100%;
    background-color: blueviolet;
    font-size: 1.4em;
  }
}

/* ################################################ 600 */
@media only screen and (max-width: 600px) {
  #DivEditKdBasis01 {
    position: relative;
    top: 100px;
    margin-top: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #EditContainerDiv {
    position: relative;
    clear: both;
    top: 120px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #TopButtonDiv {
    z-index: 10000000;
    position: fixed;
    top: 5px;
    left: 1%;
    width: 98%;
  }
  #zurueckBtn, #speichernBtn {
    position: relative;
    float: none;
    clear: both;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #speichernBtn {
    margin-top: 10px;
  }
  #zurueckBtn input, #speichernBtn input {
    min-height: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

/* BLAETTERBUTTONS NEU 2025 */
#BlaetterbuttonsDiv2 {
  display: flex;
  justify-content: center;
  padding: 1rem;
  clear: both;
  position: fixed;
  bottom: 5px;
  left: 50%;
  z-index: 100;
  background-color: rgba(153,0,0,0.9);
  border-radius: 7px;
  -webkit-border-radius: 7px;
}
#BlaetterbuttonsDiv2 form {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}
.paging-btn {
  width: 45px;
  height: 45px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%;
  border: none;
  border-radius: 50%;
  cursor: pointer !important;
  padding: 0;
  transition: background-color 0.2s ease;
}
#btnFirst {
  background-image: url("/lib/imgAllg/bl_gli.svg");
}
#btnPrev {
  background-image: url("/lib/imgAllg/bl_li.svg");
}
#btnNext {
  background-image: url("/lib/imgAllg/bl_re.svg");
}
#btnLast {
  background-image: url("/lib/imgAllg/bl_gre.svg");
}
.paging-btn:hover, .paging-btn:focus {
  background-color: #333;
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.select-wrapper select {
  font-size: 1.1rem !important;
  font-weight: bold;
  padding: 0.5em !important;
  min-width: 60px;
  min-height: 45px;
  border-radius: 3px;
  outline: 1px dotted rgba(0, 0, 0, 0.5) !important;
  background-color: #fff !important;
  color: #000;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 959px) {
  #BlaetterbuttonsDiv2 {
    transform: scale(0.9);
    position: fixed;
    bottom: 5px;
    left: auto;
    right: 5px;
  }
  #BlaetterbuttonsDiv2 form {
    flex-direction: column;
    align-items: stretch;
    gap: 0.3rem;
  }
  #seitenzahlDiv {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .paging-btn, .select-wrapper select {
    width: 100%;
     width: 45px;
  height: 45px;
    font-size: 1.2rem;
  }
}