:root {
  --ratio: 2.0;
  --cta-color: rgb(0, 102, 254);
  --light-color-bg: rgb(238, 241, 247);
  --dark-color-bg: rgb(55, 65, 81);
  --grey-color: rgb(107, 114, 128);
  --leading: 0.025em;

  --dunkelblau: #002c50;
  --blau: #39f;

  --separatorColor: #aaa;
}



.map-dialog button {
  display: block;
  margin-top: 2rem;
  padding-right: 5vw;
  padding-left: 5vw;
  height: 44px;
  border-radius: calc(3px * var(--ratio));
  border: none;
  letter-spacing: ccalc(3 * var(--leading, 0.025em));
  font-family: inherit;
  color: white;
  background-color: var(--blau);
  font-size: large;
  font-weight: 700;
  font-weight: normal;
}

.map-dialog button:hover {
  cursor: pointer;
  border-color: var(--dunkelblau);
  background-color: var(--dunkelblau);

}

button.cta {
  background-color: var(--blau);
  color: white;
}

#open_dialog {
  margin: 0 auto;
}

.close-x {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
}

.close-x:focus { outline: none; border:0;}

.xdialog {
  position: relative;
  border: none !important;
  border-radius: calc(5px * var(--ratio));
  box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 12vh 1.6rem;
  width: 60%;
  max-width: 860px;
  font-size: 16px;
}

.map-dialog img {
  display: block;
  max-width: 75%;
  margin: 1rem 0 auto 2rem;
}

.map-dialog input {
  margin: 1em auto;
  padding:10px;
  border-radius: calc(3px * var(--ratio));
  background-color: #efefef;
  border: 1px solid rgb(200,200,200);
  font-size: 16px;
}

.map-dialog input.in-mail {
  width: 100%;
  max-width:400px;
  margin: 1em auto;
}

.map-dialog input.input-number {
  width: 50px;
}

.map-dialog * { 
  text-align: center; 
}

.map-dialog h2 {
  margin: 2rem 0 1rem;
  font-weight: 900;
  text-align: center;
  color: var(--blau) !important;
}

.map-dialog p {
  letter-spacing: var(--leading, 0.025em);
  line-height: 1.625;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex.flex-space-between {
  justify-content: space-between;
}

.flex button {
  margin: 8px auto;
}

/* Editor bottom */

.panel-editor {
	padding-bottom:3rem;
}
.panel-section-bottom {
  position:fixed;
  right:0;
  left:auto;
  bottom:0;
  padding:1rem;
  background-color:var(--hellblau);
  text-align:center;
}
