.tvo-container {
    background-color: var(--color-primary-lightergrey);
    border: 1px solid #DDD;
    padding: 1rem !important;
    font-size: 0.9rem;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.tvo-container.green {
    background-color: var(--color-primary-green);
}
.tvo-container h3 { margin-top: 0px; }

.tvo-headline {
    font-family: 'XXIINeueNorm-CndMedium';
    font-size: var(--teaser-headline-font-size);
    line-height: 1.2em;
}

.tvo-image {
    width: 100%;
    cursor: pointer;
}

.tvo-image-info {
    position: relative;
    max-height: 26px;
    cursor: pointer;
    display: inline-block !important;
    vertical-align: top;
}

.tvo-hidden {
    display:none;
}

.tvo-center {
    text-align: center;
}

.tvo-auswahl {
    display: flex;
    flex-wrap: wrap;
}

#tvo_loading_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.tvo-loading-flex {
    display: flex;
    justify-content: space-between;
}

.tvo-auswahl-text {
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    line-height: 100%;
    top: calc(100% - 2.7rem);
    cursor: pointer;
}
.tvo-auswahl-text.green {
    color: var(--color-primary-green);
}

.tvo-auswahl-text.white {
    color: var(--color-primary-white);
}

.tvo-auswahl-privat-gewerbe-image {
    max-width: 50%;
    max-width: 200px;
}

#tvo_panel_privat, #tvo_panel_gewerbe, #tvo_anwendungen_gewerbe, #tvo_produktempfehlung_ergebnisse_1, #tvo_produktempfehlung_ergebnisse_2 {
    display: none;
}

#tvo_hinweis_1_text, #tvo_hinweis_2_text, #tvo_hinweis_3_text {
    display: none;
}

.slider {
	width: 95%;
	margin: 20px auto;
	height: 5px;
	background: rgb(80,80,80);
}

.slider-values {
	text-align: center;
    color: var(--color-primary-black);
    font-size: 1.2rem;
    font-weight: bold;
}

.ui-slider-range {
    background: var(--color-primary-green);
}
.ui-slider-handle {
	background: var(--color-primary-green) !important;
	border-color: none !important;
	box-shadow: none !important;
	width: 1.2em !important;
	height: 1.2em !important;
	top: -0.5em !important;
    border-radius: 100px;
}

.ui-slider, .ui-slider-handle, .ui-slider-range, .ui-slider .ui-slider-handle {
    cursor: pointer;
}

.ui-slider-handle:focus {
    outline: none !important;
}

.ui-slider .ui-state-active {
    background: var(--color-primary-green-active);
    border-color: var(--color-primary-green-active);
}

.tvo-anwendungen-gewerbe-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tvo-anwendungen-gewerbe-image {
    text-align: center;
    max-width: 120px;
    max-height: 139.83px;
}

.tvo-anwendungen-gewerbe-text {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 100%;
    top: calc(100% - 2.3rem);
    cursor: pointer;
}

.tvo-anwendungen-gewerbe-text.green {
    color: var(--color-primary-green);
}

.tvo-anwendungen-gewerbe-text.white {
    color: var(--color-primary-white);
}

.flex-item.w20 {
    flex-basis: 20%
}

.tvo-produktempfehlungen {
    margin-top: 0px !important;
}

.tvo-produktempfehlungen > .tvo-container {
    margin-bottom: 20px;
    margin-top: 10px;
}

.tvo-produktempfehlungen > .tvo-container.green {
    margin-bottom: 0px;
}

.tvo-produktempfehlung-image {
   max-width: 100%;
   max-height: 160px;
}

.tvo-empfehlung-text {
    font-size: 1.1rem;
    font-weight: bold;
}

.tvo-container-percent-and-doughnut {
    position: relative;
    width: 80%;
    height: auto;
    margin: auto;
}

.tvo-result-percent-big {
    color: var(--color-primary-black);
    font-family: 'XXIINeueNorm-CndExtraBold';
	position: absolute;
    top: calc(95% - 3rem);
    left: calc(50% - 2.2rem);
    font-size: 3rem;
    font-weight: bold;
}

.tvo-result-percent-big.tvo-black {
    color: var(--color-primary-black);
    position: relative;
    margin-top: -1rem;
    left: auto;
    text-align: center;
}

.tvo-container-doughnut {
    position: relative;
    text-align: center;
    z-index: 1;
}

.tvo-result-co2-text {
    text-align: center;
    font-size: 1.1rem;
}

.tvo-hinweis-text {
    font-size: 1.2rem;
    font-weight: bold;
}

.tvo-image-info {
    position: relative;
    height: 40px;
    cursor: pointer;
    display: inline !important;
    vertical-align: top;
    padding-right: 0px !important;
}

.tvo-docu-text {
    position: absolute;
    vertical-align: middle;
    padding-left: 30px !important;
    width: 100%;
    color: var(--color-primary-white);
    font-weight: bold;
    text-align: left;
    font-size: 1rem;
    line-height: 100%;
    top: -0.65rem;
    cursor: pointer;
}


.tvo-disclaimer{
    font-size: 0.8rem;
    color: var(--color-primary-black);
}

.tvo-disclaimer a{
    font-weight: bold;
    color: var(--color-primary-green);
}

.tvo-disclaimer a:hover{
    color: var(--color-primary-green-hover);
}
