@charset "utf-8";
@font-face {
  font-family: 'aladdin';
  src: url("../font/aladdin.ttf") format('truetype');
}
@font-face {
  font-family: 'BubblegumSans';
  src: url("../font/BubblegumSans-Regular.ttf") format('truetype');
}
/* CSS Document */
body {
  background-color: floralwhite;
  min-width: 360px;
}
.flexboxx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-top: 115px;
}
.flxxi {
  box-sizing: border-box;
  border: 0px solid gray inset;
  border-radius: 0px;
  padding: 0px;
  background-color: white;
  margin-right: 20px;
  width: 70%;
  margin-top: -230px;
}
.flxxi img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 0px;
}
#logo {
  position: fixed;
  z-index: 99999;
  top: 160px;
  width: 233px;
  height: 127px;
  background-repeat: no-repeat;
  background-image: url(../bilder/logo.svg);
  margin-top: -67px;
  background-color: hsla(240, 9%, 98%, 1);
  border-radius: 4px;
  margin-left: 8px;
  box-shadow: 1px 1px 0px 1px hsla(0, 0%, 59%, 0.70);
}
.logo_f {
  position: fixed;
  z-index: 0;
  left: 10px;
  top: 50%;
  width: 380px;
  height: 100px;
  background-repeat: no-repeat;
  background-image: url(../bilder/logo_flach.png);
  background-size: cover;
}
#navi {
  position: fixed;
  z-index: 99999;
  top: 0px;
  left: 0;
  width: 100%;
  height: 88px;
  background-color: #37474f;
  border-radius: 4px;
  box-shadow: 5px 8px 18px #888888;
}
#menu {
  position: relative;
  color: aliceblue;
  display: block;
  width: auto;
  left: 400px;
  height: 52px;
  top: 30px;
}
#hmbg {
  position: fixed;
  display: none;
  height: 42px;
  top: 32px;
  right: 20px;
  width: auto;
  z-index: 999999;
  cursor: pointer;
}
.bar { /*strich für hamburger*/
  border-top: 2px solid white;
  width: 25px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.toptitel {
  font-size: 1.1em;
  font-weight: 500;
  font-variant: small-caps;
  color: #900;
  /*font-family: "Times New Roman", serif;*/
}
.zusatz {
  font-size: 0.7em;
  text-transform: uppercase;
}
.Ttable {
  width: 100%;
  height: 45px;
}
.Ttable td {
  hyphens: auto;
  padding: 10px;
  border-right: 2px solid hsla(37, 100%, 97%, 1.00);
}
.Ttable tr {
  background-color: hsla(359, 77%, 25%, 0.2)
}
.Ttablee tr:nth-child(odd) {
  background-color: #8f6962;
}
.Ttable tr:nth-child(even) {
  background: #f6f2ee;
}
.Ttable th {
  hyphens: auto;
  padding: 10px;
  background-color: #8F6962;
}
@media (min-width: 10px) {
  .flexboxx {
    width: 100%;
    padding: 0;
  }
  .ang_beschreibung {
    display: none;
  }
  .flxxi {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .logo_f {
    display: none;
  }
}
@media (max-width: 500px) {
  .card {
    padding: 0;
    margin-left: -8px;
  }
  .Ttable {
    transform: scale(0.9);
  }
}
@media (min-width: 800px) {
  .flexboxx {
    width: 100%;
  }
  .flxxi {
    width: 700px;
  }
  .Ttable {
    transform: scale(1);
  }
}
@media (min-width: 1200px) {
  .flexboxx {
    width: 100%;
  }
  .flxxi {
    width: 800px;
  }
}
@media (min-width: 1300px) {
  .flexboxx {
    width: 1350px;
  }
  .flxxi {
    width: 800px;
  }
  .logo_f {
    display: block;
  }
}
.top-upload {
  font-size: 9pt;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  padding: 8px;
  background-color: #dedede;
  border-radius: 6;
}
.get_image_arr {
  margin-right: 4px;
  margin-bottom: 4px;
  float: left;
}
.ang_images {
 margin-top: 5px;
  width: 98%;
  float: left;
  text-align: center;
  overflow-y: scroll;
  max-height: 600px;
}
.dialog_img {
  width: 98%;
  padding: 0px 0px 0px 0px;
  margin: 0px 6px 6px 0px;
  height: auto;
}
.dialog_img_sel {
  box-shadow: 3px 3px 5px 0px gray;
  /*border-bottom: 1px solid red;*/
}
.imgdel, .imgdelxx, .imgdel_arr {
  float: left;
  width: 10%;
  height: 25px;
  background-color: rgba(220, 53, 69, 1.00);
  margin-left: 4px;
  text-align: center;
  color: aliceblue;
  padding-top: 3px;
  border-radius: 4px;
  cursor: pointer;
}