@font-face {
  font-family: "Berlin Sans FB";
  font-style: normal;
  font-weight: normal;
  src: local("Berlin Sans FB"), url("BRLNSR.woff2") format("woff2"), url("BRLNSR.woff") format("woff");
}
/*@font-face {
    font-family: 'Berlin Sans FB';
    font-style: normal;
    font-weight: bold;
    src: url('ERECHB.woff') format('woff'); //local('Berlin Sans FB Bold'),
}*/
* {
  box-sizing: border-box;
}

html {
  --color_primary: #4b197d;
  --color_primary_dark: #2c0f4a;
  --color_primary_light: #8639d4;
  --color_background: #ECE6F2;
  --color_drop_back: #d3c8de;
  --color_drop_border: #a292b3;
  --color_dragging_back: #c9dec8;
  --color_dragging_border: #d3c8de;
  --color_dialog_background: white;
  --color_dialog_ok: #FFFFFF;
  --color_dialog_ok1: #2AB02A;
  --color_dialog_ok2: #169416;
  --color_dialog_cancel: #000000;
  --color_dialog_cancel1: #e3e3e3;
  --color_dialog_cancel2: #c7c7c7;
  --color_dialog_close: #ffffff;
  --color_dialog_close1: #8d36e3;
  --color_dialog_close2: #721ec7;
}

body {
  font-family: "Trebuchet MS", sans-serif;
  color: var(--color_primary_dark);
  background-color: var(--color_background);
  padding: 0.2rem 1.25rem;
  /* 80 20 */
}

.sticky {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.sticky a {
  color: var(--color_primary);
  text-decoration: none;
  margin-right: 20px;
}
.sticky a:hover, .sticky afocus {
  color: var(--color_primary_light);
}

.container {
  width: 100%;
  max-width: 680px;
  /* 800 */
  text-align: center;
  margin: 0 auto;
}

.container_faq {
  width: 100%;
  max-width: 780px;
  /* 800 */
  text-align: left;
  margin: 0 auto;
}

h1 {
  font-family: "Berlin Sans FB", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: var(--color_primary);
  margin-top: 0.7em;
  margin-bottom: 0.2em;
  text-align: center;
}

h1 a:hover,
h1 a:focus {
  color: var(--color_primary_light);
}

.ers {
  display: inline-block;
  transform: translate(1px, 1px) rotate(-40deg);
}

h1 .ers {
  transform: translate(1px, 1px) rotate(-40deg);
}

h1 #beta {
  width: 30px;
  top: 14px;
  position: relative;
  left: -10px;
}

h2 {
  font-size: 16px;
  color: var(--color_primary);
}

h3, h4 {
  margin-bottom: 0;
  font-size: 16px;
}

h3 + p, h4 + p {
  margin-top: 0.5rem;
}

p + ul {
  margin-top: -12px;
}

/*.container nav
{
    margin-bottom: 40px;
}
.container nav a
{
    border-bottom: 2px solid #d3c8de;
    display: inline-block;
    padding: 4px 8px;
    margin: 0 5px;
}
.container nav a.is-selected
{
    font-weight: 700;
    color: #8639d4;
    border-bottom-color: currentColor;
}
.container nav a:not( .is-selected ):hover,
.container nav a:not( .is-selected ):focus
{
    border-bottom-color: #2c0f4a;
}*/
.container footer, .container header {
  color: #a292b3;
  margin-top: 0.2em;
}

.container footer p + p {
  margin-top: 1em;
}

.container footer a:hover,
.container footer a:focus {
  color: var(--color_primary_light);
}

.container footer ul {
  list-style: none;
}

.box {
  font-size: 1.25rem;
  /* 20 */
  background-color: var(--color_drop_back);
  position: relative;
  padding: 20px 20px;
  cursor: pointer;
  outline: 2px dashed var(--color_drop_border);
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}

.box.dragging {
  outline-offset: -20px;
  outline-color: var(--color_dragging_border);
  background-color: var(--color_dragging_back);
}

.box .box__dragndrop {
  display: inline;
}

.box .box__icon {
  width: 100%;
  height: 80px;
  fill: #a292b3;
  display: block;
  margin-bottom: 40px;
}

/*.box.is-error .box__input
{
    visibility: hidden;
}

.box__error
{
    display: none;
}
.box.is-error .box__error
{
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
}

@-webkit-keyframes appear-from-inside
{
    from	{ -webkit-transform: translateY( -50% ) scale( 0 ); }
    75%		{ -webkit-transform: translateY( -50% ) scale( 1.1 ); }
    to		{ -webkit-transform: translateY( -50% ) scale( 1 ); }
}
@keyframes appear-from-inside
{
    from	{ transform: translateY( -50% ) scale( 0 ); }
    75%		{ transform: translateY( -50% ) scale( 1.1 ); }
    to		{ transform: translateY( -50% ) scale( 1 ); }
}*/
/*.box__restart
{
    font-weight: 700;
}
.box__restart:focus,
.box__restart:hover
{
    color: var(--color_primary_light);
}*/
.box__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.box__file + label {
  max-width: 80%;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  color: var(--color_primary);
}

.box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong {
  color: var(--color_primary_light);
}

.box__file:focus + label,
.box__file.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

/* pointer-events: none; */
/* in case of FastClick lib use */
#errorIcon {
  display: none;
}

#errorMsg {
  display: none;
  color: #c00;
}

.no-js .box {
  background-color: #fcc;
  outline-color: #c00;
  cursor: default;
}
.no-js .box .box__icon {
  display: none;
}
.no-js .box label {
  display: none;
}
.no-js .box #errorIcon {
  display: block;
}
.no-js .box #errorMsg {
  display: block;
}

/*.no-js .box__file + label
{
    display: none;
}

.no-js .box__button
{
    display: block;
}
.box__button
{
    font-weight: 700;
    color: #ece6f2;
    background-color: var(--color_primary_light);
    display: none;
    padding: 8px 16px;
    margin: 40px auto 0;
}
.box__button:hover,
.box__button:focus
{
    background-color: #2c0f4a;
}*/
/**
* 1. Make the dialog container, and its child overlay spread across
*    the entire window.
*/
.dialog-container,
.dialog-overlay {
  position: fixed;
  /* 1 */
  top: 0;
  /* 1 */
  right: 0;
  /* 1 */
  bottom: 0;
  /* 1 */
  left: 0;
  /* 1 */
}

/**
  * 1. Make sure the dialog container and all its descendants sits on
  *    top of the rest of the page.
  * 2. Make the dialog container a flex container to easily center the
  *    dialog.
  */
.dialog-container {
  z-index: 2;
  /* 1 */
  display: flex;
  /* 2 */
}

/**
  * 1. Make sure the dialog container and all its descendants are not
  *    visible and not focusable when it is hidden.
  */
.dialog-container[aria-hidden=true] {
  display: none;
  /* 1 */
}

/**
  * 1. Make the overlay look like an overlay.
  */
.dialog-overlay {
  background-color: rgba(43, 46, 56, 0.9);
  /* 1 */
  animation: fade-in 200ms both;
}

/**
  * 1. Vertically and horizontally center the dialog in the page.
  * 2. Make sure the dialog sits on top of the overlay.
  * 3. Make sure the dialog has an opaque background.
  */
.dialog-content {
  margin: auto;
  /* 1 */
  z-index: 2;
  /* 2 */
  position: relative;
  /* 2 */
  background-color: var(--color_dialog_background);
  /* 3 */
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  padding: 1em;
  max-width: 90%;
  width: 600px;
  border-radius: 5px;
}

@media screen and (min-width: 700px) {
  .dialog-content {
    padding: 2em;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes slide-up {
  from {
    transform: translateY(10%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .dialog-overlay,
.dialog-content {
    animation: none;
  }
}
.dialog-content h1 {
  margin: 0;
  font-size: 1.25em;
}

.dialog-icon {
  width: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}

.dialog-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  border: 0;
  padding: 0.25em;
  background-color: transparent;
  font-size: 1.5em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
  border-radius: 50%;
}

.dialog-ok {
  background-image: linear-gradient(180deg, var(--color_dialog_ok1) 0%, var(--color_dialog_ok2) 100%);
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: var(--color_dialog_ok);
  display: flex;
  font-size: 16px;
  justify-content: center;
  margin-top: 1rem;
  padding: 1rem 1.75rem;
  text-decoration: none;
  width: 100%;
  border: 0;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.dialog-ok:hover {
  background-image: linear-gradient(0deg, var(--color_dialog_ok1) 0%, var(--color_dialog_ok2) 100%);
}

.dialog-cancel {
  background-image: linear-gradient(180deg, var(--color_dialog_close1) 0%, var(--color_dialog_close2) 100%);
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: var(--color_dialog_close);
  display: flex;
  font-size: 16px;
  justify-content: center;
  padding: 1rem 1.75rem;
  text-decoration: none;
  width: 100%;
  border: 0;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.dialog-cancel:hover {
  background-image: linear-gradient(0deg, var(--color_dialog_close1) 0%, var(--color_dialog_close2) 100%);
}

#confirm-dialog .dialog-cancel {
  background-image: linear-gradient(-180deg, var(--color_dialog_cancel1) 0%, var(--color_dialog_cancel2) 100%);
}

#confirm-dialog .dialog-cancel:hover {
  background-image: linear-gradient(0deg, var(--color_dialog_cancel1) 0%, var(--color_dialog_cancel2) 100%);
  color: var(--color_dialog_cancel);
}

.dialog-close:hover {
  background-color: rgba(50, 50, 0, 0.15);
}

input[type=email] {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid var(--color_primary_dark);
}
input[type=email]:focus {
  border: 1px solid var(--color_primary);
}

button#newsletter {
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  color: white;
  background-image: linear-gradient(180deg, var(--color_dialog_close1) 0%, var(--color_dialog_close2) 100%);
}

.eml:before {
  content: "ed." attr(data-dom) "@" attr(data-user);
  unicode-bidi: bidi-override;
  direction: rtl;
}

@media screen and (min-width: 450px) {
  h1 {
    font-size: 36px;
  }
  h1 #beta {
    width: 40px;
    top: 15px;
  }

  h2 {
    font-size: 24px;
  }

  h3, h4 {
    font-size: 18px;
  }

  .sticky {
    left: 5%;
    width: 90%;
    text-align: right;
    font-size: 16px;
  }
}
@media screen and (min-width: 500px) {
  h1 {
    font-size: 42px;
  }
  h1 .ers {
    transform: translate(2px, 1px) rotate(-40deg);
  }
  h1 #beta {
    width: 50px;
    top: 20px;
  }
}
@media screen and (min-width: 700px) {
  .dialog-close {
    top: 1em;
    right: 1em;
  }
}
@media screen and (min-height: 600px) and (min-width: 500px) {
  body {
    padding: 1rem 1.25rem;
  }

  h1 {
    margin-top: 0.67em;
    margin-bottom: 40px;
  }

  .container footer, .container header {
    margin-top: 1em;
  }

  .box {
    padding: 100px 20px;
  }
}

/*# sourceMappingURL=style.css.map */
