body {
  margin: 0px 20px;
  font-family: Arial, Helvetica;
  background-image: url("arburgxworld.jpg");
  font-family: Arial;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/*
body:before {
  -webkit-animation: zoomin 240s ease-in -240s infinite alternate forwards;
  -moz-animation: zoomin 240s ease-in -240s infinite alternate forwards;
  -o-animation: zoomin 240s ease-in -240s infinite alternate forwards;
  background-image: url("assets/arburgxworld.jpg");
  background-size: cover;
  content: " ";
  height: 100%;
  position: fixed;
  -webkit-transform-origin: center center 0;
  -moz-transform-origin: center center 0;
  -o-transform-origin: center center 0;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
*/

html {
  height: 100%;
  color: white;
}

.hidden {
  background: white;
  color: white;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

a {
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  display: inline-block;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

a:hover {
  color: #2bad7f;
  text-decoration: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
  background: #484e4d !important;
  cursor: not-allowed !important;
}

h3 {
  color: white;
  margin-bottom: 30px;
  text-align: left;
}

ul li {
  text-align: left;
  list-style: square;
  color: white;
  margin: 20px 0px;
}

p {
  text-align: left;
  color: white;
}

.captchaInput {
	width: 270px;
}

.repeat-icon {
	color: white;
	top: -40px;
	position: relative;
  cursor: pointer;
  margin-left: 10px;
}

.repeat-icon:hover {
	color: #2BAD7F;
}

.captchaRiddle {
	display: inline-block;
	border: 1px solid #2BAD7F;
	border-radius: 5px;
	padding: 0px 10px;	
}

.wrapper_user svg {
  width: 170px;
  height: 170px;
}

.footer {
  margin: 20px;
  float: right;
}

input:focus {
  outline: none;
}

.captchaLabel {
	padding-right: 4px;
}

span.label {
  color:white;
}

.content {
  position: absolute;
  margin: auto;
  width: calc(100% - 40px);
  padding: 10px 0px;
  top: 0px;
}

#HEADER {
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#FOOTER {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  bottom: 0px;
  right: 0px;
  font-size: 10.5px;
  font-family: Arial;
  box-sizing: border-box;
  display: block;
  float: right;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#LOGO {
  height: 40px;
}

#TITLE {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: white;
  display: block;
  text-align: center;
  text-shadow: 8px 8px 4px rgba(0,0,0,1);
  opacity: 0.99;


  animation: fadein 2s;
  -moz-animation: 2s normal forwards fadein ease-in; /* Firefox */
  -webkit-animation: 2s normal forwards fadein ease-in; /* Safari and Chrome */
  -o-animation: fadein 2s; /* Opera */
}

#CONSENT_IFRAME,
#CONSENT_OBJECT,
#CONSENT_EMBED {
  width: 100%;
  height: calc(100vh - 120px);
  margin: 10px 0px;
  border: 1px solid gray;
  display: none;
  background-color: #fff;
}

#CONTROLS {
  display: block;
}

div#CONTROLS > div,
div#CONTROLS > div > select {
  width: 100%;
}

div#CONTROLS > div > select > option {
  color: rgba(0, 0, 0, 0.8);
}
div#CONTROLS > div label {
  font-weight: 700;
  font-size: 1rem;
  color: white;
  text-shadow: 8px 8px 4px rgba(0,0,0,1);
}

#COMBI {
  font-size: 1rem;
  padding: 10px;
  margin-top: 5px;
  display: block;
}

#DOWNLOAD {
  color: white;
  display: block;
  font-size: 1rem;
  background-color:rgba(43,173,127, 0.7);
  margin-top: 0px;
}

#DOWNLOAD > div {
 margin: auto;
}

#DOWNLOAD_FILENAME {
  font-size: 0.8rem;
}

#PDFLOGO {
  margin: auto;
}

input:focus {
  outline: none;
}

.ibm-small-modal {
  max-width: 390px !important
}

.ibm-medium-modal {
  max-width: 570px !important
}

.ibm-large-modal {
  max-width: 750px !important
}

.ibm-xlarge-modal {
  max-width: 980px !important
}

.ibm-full-modal {
  max-width: 100% !important
}

.modal-content p {
  color: black !important;
}

.modal-content a {
  text-shadow: none !important;
  color: #2bad7f !important;
}

.modal-footer button {
  width: auto !important;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1.3) rotate(-7deg) blur(4px);
    -moz-transform: scale(1.3) rotate(-7deg) blur(4px);
    -o-transform: scale(1.3) rotate(-7deg) blur(4px);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg) blur(0px);
    -moz-transform: scale(1) rotate(0deg) blur(0px);
    -o-transform: scale(1) rotate(0deg) blur(0px);
  }
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(1.3) rotate(-7deg);
    -moz-transform: scale(1.3) rotate(-7deg);
    -o-transform: scale(1.3) rotate(-7deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
  }
}



/* - mobile - */

@media (max-width: 320px){

  .content {
    margin: 0px;
    padding: 0px !important;
    width: 100% !important;
    position: absolute;
  }

  body:before {
    background-position-x: -200px !important;
  }

  #TITLE
  {
    margin-top: -20px;
    margin-left: auto;
    display: block;
  }

  #CONTROLS
  {
    margin-left: auto;
    display: block;
    position: relative;
 }
}

@media (min-width: 321px) and (max-width: 400px) {

  .content {
    margin: 0px;
    padding: 0px !important;
    width: 100% !important;
    position: absolute;
  }

  body:before {
    background-position-x: -200px !important;
  }

  #TITLE
  {
    margin-top: -20px;
    margin-left: auto;
    display: block;
  }

  #CONTROLS
  {
    margin-left: auto;
    display: block;
    position: relative;
 }

}

@media (min-width: 401px) and (max-width: 900px) {
    
  .content {
    margin: 0px;
    padding: 0px 15px !important;
    width: calc(100% - 30px) !important;
    position: absolute;
  }

  body:before {
    background-position-x: -200px !important;
  }

  #TITLE
  {
    margin-left: auto;
    display: block;
  }

  #CONTROLS
  {
    margin-left: auto;
    display: block;
    position: relative;
 }
}
  
@media (min-width: 801px) {
  body:before {
    background-position-x: -200px !important;
  }
}

@media (min-width: 901px) {
  body:before {
    background-position-x: -75px !important;
  }
  #HEADER {
    display: flex;
  }
}

@media (min-width: 1201px) {
  body:before {
    background-position-x: 0px !important;
  }  
}
