* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
}

/* input fields */
input,
select,
.tbDatum {
  height: unset !important;
}

input,
select,
textarea,
.tbDatum {
  border: 1px solid #dcdcdc;
  padding: 0.25em;
  border-radius: 2px;
  outline-color: var(--primary-color);
  font-family: inherit;
}

  input[type="image"] {
    padding: 0;
  }

.tbRequiered,
[style*="background-color:NavajoWhite"],
[style*="background-color:#FFDEAD"],
[style*="background-color: navajowhite"] {
  background-color: #9ccdff33 !important;
}

body {
  background-color: #f7f7f7;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  font-size: 14px;
  min-height: 100vh;
}

.main {
  background-color: #fff;
  border-radius: 2px;
  padding: 1em;
  box-shadow: 1px 1px 3px #00000015;
  width: 950px;
}

  .main > * + * {
    margin-top: 1em;
  }

h1 {
  font-size: 1.2em;
}

#divContent > * + *,
#divInput > * + *,
#divCheck > * + * {
  margin-top: 1em;
}

#divNext {
  text-align: right;
}

#divLan {
  text-align: right;
}

.button {
  font-size: inherit;
  padding: 0.35em 0.5em;
  border-radius: 2px;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  background-color: #ffffffcc;
}

  .button:hover {
    text-decoration: none;
  }

  .button:active {
    position: relative;
    top: 1px;
  }

fieldset {
  padding: 0.5em;
  border: 1px solid #d7d7d7;
}

.green {
  color: black;
  border: solid 1px #7090FF;
  background: #75FF50;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#95B9FE), to(#7090FF));
	background: -moz-linear-gradient(top,  #95B9FE,  #7090FF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95B9FE', endColorstr='#7090FF');
	*/
}

.yellow {
  color: black;
  border: solid 1px #7090FF;
  background: #FFFD50;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#95B9FE), to(#7090FF));
	background: -moz-linear-gradient(top,  #95B9FE,  #7090FF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95B9FE', endColorstr='#7090FF');
	*/
}

.red {
  color: #fef4e9;
  border: solid 1px #7090FF;
  background: #FF5050;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#95B9FE), to(#7090FF));
	background: -moz-linear-gradient(top,  #95B9FE,  #7090FF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95B9FE', endColorstr='#7090FF');
	*/
}

.button.small {
}

.button.medium {
  font-size: 18px;
  height: 60px;
  width: 230px;
}

.button.mediumXS {
  font-size: 18px;
  height: 60px;
  width: 230px;
}

.button.big {
  font-size: 30px;
}

.button.invisible {
  width: 0px;
  height: 0px;
  background-color: Transparent;
  border-width: 0px;
}

.imgCross {
  width: 20px;
  height: 20px;
}

.flag {
  width: 32px;
  height: 24px;
  cursor: pointer;
}


/* CreateAccount - STYLES */

.iFrame,
.iFrameHinweis {
  padding: 0px;
  border: solid 1px black;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.iFrameHinweis {
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 4px #00000038;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
}

.step {
}

  .step.current {
    font-weight: bold;
  }

  .step.inactive {
    color: Gray;
    cursor: default;
  }
