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-email {
  width: 350px;
  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;
}

::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;
}

/* .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;
} */
