﻿.divScroll {
  position: relative;
  height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
}

.positionFürDialog {
  z-index: -1;
}

.divpopup {
  display: inline;
  background: white;
  position: absolute;
  border: 0px solid black;
  z-index: 700;
  width: 75%;
  max-width: 1000px;
  height: 85%;
  max-height: 90%;
  color: black;
  padding: 0;
  margin-top: -5%;
  overflow-y: hidden; /*Scrollbar*/
  overflow-x: hidden;
}

.divNoScroll {
  height: 10%;
}

.weißerhintergrund {
  background-color: white;
}

.bodyOhneScrollbar {
  overflow-y: hidden; /*Scrollbar*/
  overflow-x: hidden;
  background-color: whitesmoke;
}

.bodyMitScrollbar {
  overflow-y: auto; /*Scrollbar*/
  overflow-x: hidden;
}

.leerBox {
  display: flex;
}


.bodyOverflow {
  overflow-y: scroll; /*Scrollbar*/
  overflow-x: hidden;
}

.dialogContainer {
  display: flex;
  justify-content: center;
  margin:0 auto;
  width:80%;
  top: 0;
  height: 100%;
}

.inputLink {
  background: none !important;
  color: rgb(0,68,148);
  border: none;
  padding: 0 !important;
  font: inherit;
  /*border is optional*/
  border-bottom: none;
  cursor: pointer;
}

  .inputLink :hover {
    background: none !important;
    color: black;
    border: none;
    padding: 0 !important;
    font: inherit;
    /*border is optional*/
    border-bottom: 1px solid black;
    cursor: pointer;
  }

.flex-item-dialog {
  display: flex;
  padding: 0px;
  margin-top: 2px;
  margin-left: 0%;
}

.flex-item-dialog-beschreibung {
  font-weight: normal;
  width: 40%;
  font-size: small;
  height: auto;
  text-align: right;
}

.flex-item-dialog-data {
  font-weight: bold;
  width: 60%;
  max-width: 250px;
  margin-left: 20px;
  z-index: 200;
  text-align: left;
  /*background:lightgray;*/
}

.flex-item-dialog-fullWidth {
  display: inline-flex;
  padding: 0px;
  width: 98%;
  margin-left: 2%;
  margin-top: 2px;
}

.flex-item-dialog-button {
  font-weight: normal;
  font-size: inherit;
  width: 25%;
  height: auto;
  margin: 5% auto;
  text-align: center;
}

.löschenDialogDiv {
  width: 100%;
  background: /*rgba(180, 180, 180, 1)*/ antiquewhite;
  text-align: center;
  color: gray;
}

.divOver {
  position: absolute;
  width: 100%;
  z-index: 4001;
  opacity: 1;
  max-width: 875px;
}

.divNachricht {
  top: 0%;
  width: inherit;
  height: 100%;
  margin-left: 0%;
  z-index: 5000;
}

.divNachrichtContent {
  top: 0%;
  margin-left: 0px;
  margin-right: 0px;
  width: inherit;
  height: 60px;
  position: relative;
  background: rgba(180, 180, 180, 1);
  text-align: center;
  padding: 0px;
  padding-top: 10px;
  color: white;
  border: 2px solid gray;
}

.btn-MydefaultTürkisDialog {
  background-image: linear-gradient(to bottom, #00b3dc 50%, rgb(0,68,148) 50%, rgb(0,68,148) 95%, rgb(0,68,148) 95%);
  background-size: 100% 200%;
  background-position: top center;
  border: 0px solid #00b3dc;
  display: inline-block;
  color: white;
  transition: all .15s ease-in;
  width: 120px;
  height: 30px;
}

  .btn-MydefaultTürkisDialog :hover {
    background-position: bottom center;
    color: white;
  }

.btn-MydefaultRotDialog {
  background-image: linear-gradient(to bottom, #d9534f 50%, rgb(0,68,148) 50%, rgb(0,68,148) 95%, rgb(0,68,148) 95%);
  background-size: 100% 200%;
  background-position: top center;
  border: 0px solid #d9534f;
  display: inline-block;
  color: white;
  transition: all .15s ease-in;
  width: 120px;
  height: 30px;
}

  .btn-MydefaultRotDialog :hover {
    background-position: bottom center;
    color: white;
  }
