.gradient-background {
    width: 100%;
    height: 100%;
    background: #505050;
    display: block;
    position: absolute;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
}

.area-panel .gigya-screen-caption {
    color: white !important;
}

.area-panel .gigya-composite-control-label {
    color: white !important;
}

.area-panel .gigya-composite-control-link {
    color: #8ec2de !important;
}

.area-panel .gigya-label-text {
    color: white !important;
}

.gradient-background.background-error {
    background-color: #505050;
}

.gradient-background.background-error-404 {
    background-color: #505050;
}

.gradient-background.background-default {
    background-color: transparent;
}

.text-link-block {
    text-align: center;
    font-size: 50px;
    padding: 7px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.text-link-block:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.3);
}

.consent-button:hover {
    background-color: #84c341;
    cursor: pointer;
}

.consent-button-cancel:hover {
    background-color: #ce2c34;
    cursor: pointer;
}

.gigya-consent-page .divider {
    margin-bottom: 10px;
    margin-top: 5px;
}

.consent-button {
    background-color: #66b512;
    color: white;
    padding: 10px;
    width: 7vw;
    border-radius: 30px;
    margin: 5px;
    font-size: 1vw;
    text-align: center;
}

.consent-text {
    margin-bottom: 20px;
    font-size: 1vw;
}

.consent-button-cancel {
    color: white;
    font-size: 1vw;
    background-color: #505050;
    padding: 10px;
    width: 7vw;
    border-radius: 30px;
    margin: 5px;
    text-align: center;
}

.consent-buttons {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.language-element {
    text-align: center;
    font-size: 20px;
    padding: 7px;
    cursor: pointer;
    display: flex;
    justify-content: left;
    padding-left: 10px;
    padding-right: 10px;
}

.language-element div {
    margin-left: 5px;
    margin-right: 5px;
}

.lang-text {
    margin-top: 7px;
    padding-right: 40px;
}

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

.loading-icon-center {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

#progress {
    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;
    transition: opacity 2s cubic-bezier(0.25, 0.8, 0.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;
}

.index-page .text-as-icon {
    margin-bottom: -10px;
}

.text-as-icon {
    font-size: 180px;
    text-align: center;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 80px;
}

.heart-icon {
    margin-top: 0px;
}

.heart-icon {
    background-image: url(./heart.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    margin-top: 2px;
}

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

.bayer-title {
    font-size: 50px;
    text-align: center;
    padding: 20px;
}

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

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

.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);
    }
}
