.gradient-background {
	width: 100%;
	height: 100%;
	background: #505050;
	display: block;
	position: absolute;
	color: white;
	display: flex;
	justify-content: center;
	flex-direction: column;
	animation: huesweep 20s infinite cubic-bezier(.25,.8,.25,1);
	font-family: Consolas,monaco,monospace;
}

.gradient-background.background-error {
	animation: none;
	background-color: #505050;
}

.gradient-background.background-error-404 {
	animation: none;
	background-color: #505050;
}

.gradient-background.background-default {
	animation: none;
	background-color: transparent;
}

.language-element {
	text-align: center;
	font-size: 20px;
	padding: 7px;
	cursor: pointer;
	display: flex;
	justify-content: left;
	padding-left: 10px;
	padding-right: 10px;
}

.loading-text {
	text-align: center;
	width: 100%;
	font-size: 1vw;
}

.language-element div {
	margin-left: 5px;
	margin-right: 5px;
}

.lang-text {
	margin-top: 7px;
	padding-right: 7px;
}

.language-wrapper {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.lang-icon {
	height: 25px;
	width: 40px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 7px;
}

.background-blurred-bg {
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
}

.background-no-anim {
	animation: none;
	background-color: transparent;
}

#progress {
	font-family: esalescustom !important;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
}

.background-blurred {
	filter: blur(10px);
    -webkit-filter: blur(10px);
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.0;
    transition: opacity 2s cubic-bezier(.25,.8,.25,1);
}

.language-element:hover {
	background-color: rgba(255,255,255,0.2);
}

.background-default .text-container {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: 2px solid white;
}

.text-container-special.text-container {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: 2px solid white;
}

.text-as-icon {
	font-size: 180px;
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 80px;
}

@keyframes huesweep {
  0% {
    background-color: rgba(0,0,0,0);
  }
  80% {
    background-color: rgba(0,0,0,0);
  }
  85% {
    background-color: #0091DF;
  }
  90% {
    background-color: #66B512;
  }
  95% {
    background-color: #D30F4B;
  }
  100% {
    background-color: rgba(0,0,0,0);
  }
}

.icon-gear {
	background-image: url(./cog.png);
	background-size: contain;
	background-position: center;
	height: 100px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	animation: rotation 4s infinite linear;
	background-repeat: no-repeat;
}

.heart-icon{
	background-image: url(./heart.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: auto;
    margin-bottom: auto;
    height: 16px;
	width: 16px;
}

.footer-icon {
	background-image: url(./bayer_logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 15px;
	right: 15px;
}

.divider {
	width: 100%;
	height: 1px;
	background-color: white;
	display: block;
}

.esales-logo {
	background-image: url(./esalesweb-logo-white.png);
	background-size: contain;
	background-position: center;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
	margin-bottom: -20px;
	background-repeat: no-repeat;
}

.footer-text a {
	color: white !important;
	text-decoration: none !important;
}

.footer-text a:visited {
	color: white;
	text-decoration: none;
}

.footer-text a:hover {
	color: white !important;
	text-decoration: underline !important;
}

.footer {
	bottom: 10px;
	display: block;
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	font-family: Consolas,monaco,monospace;
}

.footer-text {
	display: flex;
	font-size: 0.8vw;
}

.footer-text div {
	padding-left: 6px;
	padding-right: 6px;	
}

.bayer-slash {
	opacity: 0.5;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.text-main {
	font-size: 25px;
	text-align: center;	
}

.text-small {
	font-size: 15px;
	text-align: center;	
}

.text-container {
	border: 2px solid white;
	border-radius: 15px;
	margin: 20px;
	padding: 40px;
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.font-roboto {
	font-family: 'Roboto', sans-serif;
}

body {
	margin: 0px;
}

/****** loading anim *******/

.loading-icon-center {
    margin-left: auto;
    margin-right: auto;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 320px;
  height: 320px;
}
.lds-ellipsis div {
  position: absolute;
  top: 132px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  
  box-shadow: 0px 0px 5px black;
}
.lds-ellipsis div:nth-child(1) {
  left: 32px;
  animation: lds-ellipsis1 0.4s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 32px;
  animation: lds-ellipsis2 0.4s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 128px;
  animation: lds-ellipsis2 0.4s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 224px;
  animation: lds-ellipsis3 0.4s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(96px, 0);
  }
}