

#animation-content{
    height: auto;
    width:100%;
    background-color: white;
    font-family: sans-serif;;
    font-size:15px;
    color: #575756;
    position: relative;
}

#interactive-animation-container{
    width:100%;
    height:auto;
}
#interactive-animation-container > video{
    transition: opacity 0.75s;
    width:100%;
}

#language-picker{
    position: absolute;
    top: 5px;
    right: 10px;
    text-align: right;
}
#language-picker input[type="radio"]{
    width:0px;
    visibility: hidden;
}
#language-picker label{
    border: 0px solid transparent;
    border-left: 3px solid transparent;
    cursor: pointer;
    user-select: none;
}
#language-picker input[type="radio"]:checked + label{
    border-left: 3px solid #e30613;
}
#mode-name{
    margin-top:21px;
}

.anim-btn{
    text-align:center;
    background-color: rgba(0,0,0,0);
    box-shadow: inset 0 0 0 2px #575756;
    color: #575756;
    border:none;
    appearance:none;
    padding: 12px 30px;
    font-weight:bolder;
    width:100%;
    margin-bottom:5px;
    cursor:pointer;
}
.anim-btn:hover{
    box-shadow: inset 0 0 0 2px #52beca;
    background-color: #b9e0e5;
    color: #575756;
}
.anim-btn.active{
    box-shadow: inset 0 0 0 2px #575756;
    background-color: #99d7db;
    color: #575756;
}

.anim-btn-grp{
    width: -ms-min-content;
    width: -moz-min-content;
    width: min-content;
}
@media screen and (-ms-high-contrast: acitve), (-ms-high-contrast: none){
    .anim-btn{
        display: block;
    }
    .anim-btn-grp{
        display: -ms-grid-columns;
        -ms-grid-columns: min-content;
    }
}

.anim-controls{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    background-color: #fff;
    min-height:275px;
}

.anim-controls > div{
    padding: 10px 20px;
}

.anim-controls h3:not(.txt-red) span:not(h3),{
    text-align: right;
}

.anim-controls-center{
    display: inline-block;
    width: calc(30% - 40px);
}

.anim-controls-left{
    display: inline-block;
    width: calc(30% - 40px);
}

.anim-controls-right{
    display: inline-block;
    width: calc(39% - 40px);
    overflow:hidden;
}

.anim-controls-right > div{
    display: inline-flex;
    /*flex-wrap: wrap;*/
}

.anim-controls-right > div > div:first-child{
    padding: 0 15px 0 5px;
}

.anim-controls-right > div > div:last-child{
    min-width: min-content;
    word-break: break-word;
}

.anim-radio-btn{
  border-left: 3px solid #e30613;
}

/*Dektop ab: 970px
Tablet ab: 768px
Mobile von: 0px*/

@media (max-width: 969px) {
    .anim-controls{
        backdrop-filter: blur(2px);
        background-color: rgba(255,255,255,.75);
        max-height: 100%;
        overflow-y: auto;
        padding-right: 10px;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
    }

    .anim-controls-center,
    .anim-controls-left,
    .anim-controls-right {
        margin-left: auto;
        width:100%;
    }
}

@media (max-width: 767px) {
    .anim-controls{
        width: 75%;
    }
}

.desktop-excluded{
    visibility: hidden;
    display: none;
}

@media (max-width: 969px) {
    .desktop-excluded{
        visibility: visible;
        display: inherit;
    }

    .desktop-only{
        visibility: hidden;
        display: none;
    }
}

.anim-slider{
    width:100%;
    height:34px;
    background: transparent;
    -webkit-appearance: none;
}

.anim-slider:focus{
    outline:none;
    box-shadow: none;
}

.anim-slider::-webkit-slider-thumb{ /*Chrome/Safari*/
    -webkit-appearance: none;
    width:20px;
    height:34px;
    margin-top: -4px;
    background: #eeeeee;
    cursor:pointer;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.anim-slider::-moz-range-thumb{ /*FF*/
    width:20px;
    height:34px;
    border-radius: 0 !important;
    background: #eeeeee;
    cursor:pointer;
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.anim-slider::-moz-range-track{ /*FF*/
    -moz-appearance: none;
    width:100%;
    height:34px;
    /*padding-top:5px;*/
    background:transparent;
    cursor:pointer;
}

@media screen and (-ms-high-contrast: acitve), (-ms-high-contrast: none){ /*IE*/
    .anim-slider{
        padding-top: 0;
        padding-bottom:0;
        height:43px;
        cursor: pointer;
    }
}

.anim-slider::-ms-thumb{ /*IE*/
    width:20px;
    height:43px;
    background: #eeeeee;
    cursor:pointer;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.anim-slider::-ms-track{ /*IE*/
    margin-top:-5px;
    -webkit-appearance:none;
    border: 0 none;
    width:100%;
    height:34px;
    background: transparent;
    color: transparent;
    margin-top:-17px;
}

.anim-slider::-ms-fill-lower,
.anim-slider::-ms-fill-upper{ /*IE*/
    background: transparent;
    height:0;
}
.anim-slider::-ms-tooltip{
    display: none;
}

.anim-slider-div{
    height:34px;
    width:100%;
    background: linear-gradient(90deg, #63BED9 10%, #DE0C19 90%);
}

.ec-compressor-box{
    width:100%;
    height:34px;
    padding:5px;
    background-color: #dedede;
}

.ec-compressor-status{
    height:100%;
}

.float-left{float:left;}
.float-right{float:right;}

.load-slider-div{
    height:34px;
    width:100%;
    background: linear-gradient(0deg, #fff 10px, #dedede 11px, #dedede 24px, #fff 25px);
    margin-bottom: 28px;
}

.radio-label{
    color: #c3c3c3;
    cursor: pointer
}

.checked{
    color: #575756;
}

.txt-bold{font-weight: bold;}
.txt-red{color: #e30613;}
.txt-big{font-size: 1.8em;}
.txt-medium{font-size: 1.4em}
