body {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
  /* min-height:100%;
  min-width: 100%; */
}

/* html {
  background:url(../images/denken.jpg); no-repeat center center fixed;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;

} */
#bg {
  position: fixed;
  top: 0;
  left: 0;
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}

.opacity {
  top: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.box {
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  z-index: 1;
  width: 750px;
  position: absolute;
  right: 5%;
  bottom: 0;
  font-size: 1.5em;
  background-color: rgba(48, 69, 85, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  /* opacity: .8; */
}

.btn {
  background: #75B12C;
  border: none;
  border-radius: 8px;
  color: #fff;
  padding: 10px 30px;
  font-size: 1em;
  cursor: pointer;
}

.content {
  margin-top: 2em;
  position: absolute;
  width: 100%;
  height: 90%;
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
  padding-left: 1em;
  padding-right: 1em;
  transition: transform 1s;
  transform-style: preserve-3d;
  box-sizing: border-box;
  overflow: scroll;
}

.box::-webkit-scrollbar, .content::-webkit-scrollbar {
  display: none;
}

.center {
  text-align: center;
}

.small-grey-text {
  font-size: 0.6em;
  color: #C4C4C4;
}

.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 51px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.grey-color {
  color: #C4C4C4;
}

.h1-header {
  font-size: 2em;
  font-weight: normal;
}

.hidden {
  display: none;
}

.content-text {
  line-height: 1.57em;
  margin-top: 1em;
}

a {
  color: inherit;
}

.highlight-green {
  color: #75B12C;
}

.highlight-blue {
  color: #57D4FF;
}

.input-style {
  font-size: 0.8em;
  height: 2em;
  background-color: rgba(0, 0, 0, 0);
  padding: 3px 8px;
  border: 2px solid #C4C4C4;
  border-radius: 8px;
  TEXT-ALIGN: center;
  color: #fff;
  outline: none;
  width: 300px;
  z-index: 2;
}

.form-div {
  margin-top: 2em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.moving-label {
  position: absolute;
  transition: all .25s ease;
  top: 3px;
  font-size: 0.8em;
  color: lightgrey;
  left: 0;
  right: 0;
  z-index: -1;
}

input[type="text"]:focus~.moving-label, input[type="text"]:valid~.moving-label,input[type="number"]:focus~.moving-label, input[type="number"]:valid~.moving-label {
  display: block;
  top: -1.5em;
}

.label-wrapper {
  /* width: 300px; */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C4C4C4;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C4C4C4;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #C4C4C4;
}

.fixed-logo {
  color: #83C3D9;
  position: absolute;
  z-index: 10;
  top: 1em;
  font-size: 0.8em;
  /* //right: 5.5em; */
  right: 1em;
}

.fixed-footer {
  color: #83C3D9;
  position: absolute;
  z-index: 10;
  bottom: 1em;
  font-size: 14px;
  right: 1em;
  display: flex;
  flex-direction: row;
}

#myVideo {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
}

@keyframes slide-up-1 {
  from {
    margin-top: 40%;
    height: 300%;
  }

  to {
    margin-top: 1.5em;
    height: 100%;
  }
}

@keyframes slide-up-2 {
  from {
    margin-top: 40%;
    height: 300%;
  }

  to {
    margin-top: 2em;
    height: 100%;
  }
}

@keyframes slide-up-3 {
  from {
    margin-top: 40%;
    height: 300%;
  }

  to {
    margin-top: 1em;
    height: 100%;
  }
}

.box .up1 {
  animation: 0.6s slide-up-1;
  animation-timing-function: ease;
  margin-top: 1.5em;
}

.box .up2 {
  animation: 0.6s slide-up-2;
  animation-timing-function: ease;
  margin-top: 2em;
}

.box .up3,
.box .up4 {
  animation: 0.6s slide-up-3;
  animation-timing-function: ease;
  margin-top: 1em;
}

.w-m {
  display: none;
}

.right-slide {
  text-align: right;
}
.invalid{
  border: 2px solid red;
}
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.85em;
  margin-top: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: normal

}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark{
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 2px solid #8cad2d;
  background-color: #fff;
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 0.6em;
}


.checkbox-container input:checked ~ .checkmark {
  background-color: green;
}
.checkbox-container .invalid ~ .checkmark {
  background-color: red;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* input[type="checkbox"]+label::before {
    width: 15px;
    height: 15px;
    border-radius: 5px;
    border: 2px solid #8cad2d;
    background-color: #fff;
    display: block;
    content: "";
    position: absolute;
    left: 0px;
}
input[type="checkbox"] {
    opacity: 0;
    display: none;
} */
/* .transformY{

  transition: transform 1s, opacity 0.5s;
    transform: translateY(0%)!important;
  opacity: 1!important;
}  */
/* .box .p4 {
animation: 1s slide-up-2;
animation-timing-function: ease-out;
margin-top:2em;
} */
