.xcontainer .containerwrap.even {
	background-color: #fff;
}

.xcontainer .containerwrap.odd {
	background-color: #f2f2f2;
}

.containerwrap-notevennorodd {
	
}

.containerwrap-notevennorodd .container {
	overflow: visible;
}

#c39 {
	padding: 50px 0 0 0;
}

.tx-tvt {
	float: left;
	width: 100%;
	height: auto;
}

.tx-tvt-keyfactcategories {
	padding-top: 1.3em;
}

.tx-tvt-keyfactcategories ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}

.tx-tvt-keyfactcategories li {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 256px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
}

.tx-tvt-keyfactcategories li:nth-child(1) {
	/*margin-left: 0;*/
	
}

.tx-tvt-keyfactcategories li.active {
	background-color: #6a232c;
	background-image:
		url('/typo3conf/ext/tvt/Resources/Public/Images/tvt-button-bg-260.svg');
	background-size: cover;
	background-repeat: no-repeat;
}

.tx-tvt.tx-tvt-keyfactcategories > ul > li.tx-tvt-keyfactcategory .tx-tvt-keyfact-icon svg {
	width: 3em;
	height: 3em;
}

 
.tx-tvt-keyfactcategory .tx-tvt-keyfact-icon {
	/*
	position: absolute;
	top: 22%;
	*/
	width: 100%;
	text-align: center;
	/* 	margin-top: 55px; */
}

.tx-tvt-keyfact-icon .svg * {
	stroke: #6a232c;
}

.tx-tvt-keyfactcategory-title {
	position: absolute;
	top: 54%;
	width: 100%;
	text-align: center;
	color: #6a232c;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
	padding: 0 5%;
	letter-spacing: .2em;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.tx-tvt-keyfactcategories li.active .tx-tvt-keyfactcategory-title {
	color: #fff;
}

.tx-tvt-keyfactcategories li.active .tx-tvt-keyfact-icon .svg * {
	stroke: #fff;
}

.tx-tvt-keyfacts {
	text-align: center;
}

html .tx-tvt-keyfacts .containerwrap .container div.row {
	padding: 1.4em 0 1.2em 0;
}

.tx-tvt-keyfact-boxes .tx-tvt-keyfact {
	border: 0px solid;
	cursor: pointer;
	min-height: 260px;
	margin: 0;
	padding: 7px 10px;
	-webkit-transition: background 500ms ease-out;
	-moz-transition: background 500ms ease-out;
	-o-transition: background 500ms ease-out;
	transition: background 500ms ease-out;
	background-image: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0;
}

.tx-tvt-keyfact-boxes .tx-tvt-keyfact:hover {
	color: #fff;
	background-color: #6a232c;
	background-image:
		url('/typo3conf/ext/tvt/Resources/Public/Images/tvt-button-bg.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0;
	-webkit-transition: background 500ms ease-out;
	-moz-transition: background 500ms ease-out;
	-o-transition: background 500ms ease-out;
	transition: background 500ms ease-out;
}

.tx-tvt-keyfact-boxes .tx-tvt-keyfact:hover .tx-tvt-keyfact-title {
	color: #fff;
}

.tx-tvt-keyfact-boxes .tx-tvt-keyfact:hover .tx-tvt-keyfact-icon .svg *
	{
	stroke: #fff;
}

.tx-tvt-keyfact-title {
	font-size: 1.2em;
	line-height: normal;
	letter-spacing: .12em;
	color: #6a232c;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

div.tx-tvt-keyfact-title.keyfact-list-title {
	text-align: left;
	font-weight: 600;
	letter-spacing: 0.04em;
}

div.tx-tvt-keyfact-text.keyfact-list-text {
	text-align: left;
}

.tx-tvt-keyfact-title .fa-angle-double-right {
	display: none;
}

.tx-tvt-keyfact-boxes .tx-tvt-keyfact-title {
	font-size: 24px;
	line-height: normal;
	letter-spacing: .2em;
	color: #6a232c;
	margin: 15px 0;
	text-transform: uppercase;
}

.tx-tvt-keyfact-icon {
	text-align: center;
}

.tx-tvt-keyfact .tx-tvt-keyfact-icon svg {
/* 	width: 100px; */
/* 	height: 100px; */
	width: 3.5em;
	height:3.5em;
}

.tx-tvt-keyfact-icon.keyfact-list-icon {
	    padding-top: .5em;
	
}

.tx-tvt-keyfact-boxes .tx-tvt-keyfact .tx-tvt-keyfact-icon svg {
	width: 62px;
	height: 62px;
}

.tx-tvt-keyfact-text {
	
}

.tx-tvt-keyfact-boxes .tx-tvt-keyfact-text {
	font-size: 18px;
}

.tx-tvt-keyfact-textshort {
	
}

.tx-tvt-keyfact-boxes .tx-tvt-keyfact-textshort {
	font-size: 18px;
}

.push-up {
	position: relative;
	float: left;
	border: 1px solid;
	height: 20px;
	width: 100%;
}

#tx_tvt_keyfacts_ovelay {
	z-index: 100;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #403e39;
	background-color: rgba(64, 62, 57, 0.8);
}

.tx-tvt-keyfacts-ovelay-slider-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.tx-tvt-keyfacts-ovelay-slider-wrap {
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.tx-tvt-keyfacts-ovelay-close {
	font-size: 100px;
	line-height: 48px;
	color: #6a232c;
	text-align: right;
	position: relative;
	z-index: 10;
}

.tx-tvt-keyfacts-ovelay-close span {
	cursor: pointer;
	background-color: #fff;
}

.tx-tvt-keyfacts-ovelay-slider-control {
	background-color: transparent;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #fff;
	font-size: 100px;
	z-index: 1;
	padding: 100px;
}

.tx-tvt-keyfacts-ovelay-slider-control-prev {
	float: left;
	cursor: pointer;
}

.tx-tvt-keyfacts-ovelay-slider-control-prev i.fa:before {
	font-size: 100px;
}

.tx-tvt-keyfacts-ovelay-slider-control-next i.fa:before {
	font-size: 100px;
}

.tx-tvt-keyfacts-ovelay-slider-control-next {
	float: right;
	cursor: pointer;
}

.tx-tvt-keyfacts-ovelay-slider {
	background-color: #fff;
	height: 90%;
	width: 930px;
	margin: 0 auto;
	position: relative;
	padding: 44px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	overflow-x: hidden;
}

.tx-tvt-keyfacts-ovelay-slide {
	position: relative;
	min-height: 700px;
	margin-top: -46px;
	/*overflow: hidden;*/
}

.tx-tvt-keyfacts-ovelay-keyfact {
	position: absolute;
	left: -150%;
	width: 100%;
	top: 0;
}

.tx-tvt-keyfacts-ovelay-keyfact-in {
	left: 0;
	z-index: 2;
}

.tx-tvt-keyfacts-ovelay-keyfact-left {
	
}

.tx-tvt-keyfacts-ovelay-slide-icon {
	text-align: left;
}

.tx-tvt-keyfacts-ovelay-slide-icon svg {
	width: 74px;
	height: 74px;
}

.tx-tvt-keyfacts-ovelay-slide-icon .svg *,
	.tx-tvt-keyfacts-ovelay-related-icon .svg * {
	stroke: #6a232c;
}

.tx-tvt-keyfacts-ovelay-slide-title {
	font-size: 35px;
	line-height: normal;
	letter-spacing: .2em;
	color: #6a232c;
	text-transform: uppercase;
	padding-right: 70px;
}

.tx-tvt-keyfacts-ovelay-slide-text {
	height: 332px;
	background-color: #f2f2f2;
	padding: 60px 48px;
	margin-top: 40px;
	overflow: auto;
	width: 100%;
}

.tx-tvt-keyfacts-ovelay-slide-related {
	float: left;
	width: 100%;
	margin-top: 28px;
}

.tx-tvt-keyfact-related {
	cursor: pointer;
	padding: 20px;
}

.tx-tvt-keyfact-related.active {
	border: 1px solid #6A232C;
}

.tx-tvt-keyfacts-ovelay-slide-related h2 {
	font-size: 20px;
	margin-bottom: 50px;
}

.tx-tvt-keyfacts-ovelay-related-icon svg {
	width: 55px;
	height: 55px;
}

.tx-tvt-keyfacts-ovelay-related-title {
	font-size: 16px;
	line-height: normal;
	color: #43403a;
}

@media ( min-width : 992px) {
	.tx-tvt-keyfactcategories {
		text-align: center;
	}
	.tx-tvt-keyfact-boxes .tx-tvt-keyfact {
		padding: 28px 10px;
		/* margin: 1%; */
		/* width: 336px;*/
		/* height: 465px; */
		/* margin: 8px;
	    
        margin: 8px; 
        display: inline-table;
        float: none; */
	}
}

@media ( min-width : 992px) and (max-width:1024px) {
	.tx-tvt-keyfact-boxes .tx-tvt-keyfact-title {
		font-size: 16px;
		line-height: normal;
		letter-spacing: .12em;
	}
	.tx-tvt-keyfact-boxes .tx-tvt-keyfact-textshort {
		font-size: 14px;
	}
	.tx-tvt-keyfact-boxes .tx-tvt-keyfact .tx-tvt-keyfact-icon svg {
		width: 44px;
		height: 44px;
	}
}

@media ( max-width : 992px) {
	.tx-tvt-keyfactcategory-title {
		padding: 0;
	}
	.tx-tvt-keyfact .tx-tvt-keyfact-icon svg {
		width: 80px;
		height: 80px;
	}
	.tx-tvt-keyfact-title {
/* 		font-size: 40px; */
	}
	.tx-tvt-keyfacts-ovelay-slider-wrap {
		width: 100%;
		padding: 0 0 0 0;
	}
	.tx-tvt-keyfacts-ovelay-slider {
		height: 100%;
		width: 100%;
		overflow: hidden;
	}
	.tx-tvt-keyfacts-ovelay-slide {
		height: 100%;
	}
	.tx-tvt-keyfacts-ovelay-slide-icon svg {
		width: 100%;
		height: auto;
	}
	.tx-tvt-keyfacts-ovelay-slide-title {
		font-size: 26px;
	}
	.tx-tvt-keyfacts-ovelay-slide-text {
		height: auto;
	}
	.tx-tvt-keyfacts-ovelay-slider-control {
		padding: 0 50px 0 50px;
		top: auto;
		transform: translateY(0);
		z-index: 4;
		bottom: 140px;
		color: #6E2932;
		height: 2px;
		overflow: visible;
	}
	.tx-tvt-keyfact-boxes .tx-tvt-keyfact-title {
		font-size: 16px;
		line-height: normal;
		letter-spacing: .12em;
	}
	.tx-tvt-keyfact-boxes .tx-tvt-keyfact-textshort {
		font-size: 14px;
	}
	.tx-tvt-keyfact-boxes .tx-tvt-keyfact .tx-tvt-keyfact-icon svg {
		width: 44px;
		height: 44px;
	}
}

@media ( max-width : 992px) {
	.tx-tvt-keyfact .tx-tvt-keyfact-icon svg {
		width: 50px;
		height: 50px;
		margin-bottom: .5em;
	}
	.tx-tvt-keyfact-title {
/* 		font-size: 24px; */
		text-align: center;
	}
	.tx-tvt-keyfact-boxes .tx-tvt-keyfact {
		min-height: 1px;
	}
	.tx-tvt-keyfact-boxes .tx-tvt-keyfact-icon, .tx-tvt-keyfact-boxes .tx-tvt-keyfact-textshort
		{
		display: none;
	}
	.tx-tvt-keyfact-boxes .tx-tvt-keyfact-title {
		margin: 0 0 0 0;
		text-align: left;
		font-size: 15px;
		padding: 0 0 0 16px;
	}
	.tx-tvt-keyfact {
		padding: 20px;
		margin: 0px;
	}
	.tx-tvt-keyfact-title .fa-angle-double-right {
		display: inline-block;
		margin-left: 0;
		position: absolute;
		left: 4px;
		top: 0;
		line-height: 32px;
	}
	.tx-tvt-keyfacts-ovelay-close {
		font-size: 50px;
	}
	.tx-tvt-keyfacts-ovelay-slider {
		padding: 0px 8px 0 8px;
	}
	.tx-tvt-keyfacts-ovelay-slide {
		height: 100%;
		max-height: 100%;
		overflow: auto;
		min-height: 100%;
	}
	.tx-tvt-keyfacts-ovelay-slider-control {
		padding: 0 12px 0 12px;
		bottom: 80px;
		font-size: 50px;
	}
	.tx-tvt-keyfacts-ovelay-slide-text {
		padding: 20px 20px;
	}
	.tx-tvt-keyfacts-ovelay-slider-control,
		.tx-tvt-keyfacts-ovelay-slide-related {
		display: none;
	}
	.tx-tvt-keyfacts-ovelay-slide-text {
		background-color: #fff;
		padding-top: 20px;
	}
	.tx-tvt-keyfacts-ovelay-slide-icon, .tx-tvt-keyfacts-ovelay-slide-title
		{
		width: 100%;
		padding-top: 60px;
	}
	.tx-tvt-keyfacts-ovelay-slide-icon {
		text-align: center;
	}
	.tx-tvt-keyfacts-ovelay-slide-icon svg {
		width: 20%;
	}
}

/* CONTENT HACKS 

.image-intext-right.image-intext, .image-intext-left.image-intext, .text {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.image-intext-right.image-intext .text, .image-intext-left.image-intext .text, .image-beside-left.image-beside .text, .image-beside-right.image-beside .text {
    width: auto;
    margin-left: 0%;
    margin-right: 0%;
} */

/* MENÜKARTEN RESPONSIVE */
@media ( max-width : 992px) {
	.layout-5 h1 {
		font-size: 18px !important;
		margin-top: 0px !important;
		line-height: 20px !important;
		margin-bottom: 45px !important;
	}
	.layout-5 small {
		font-size: 18px !important;
		margin-top: 0px !important;
		line-height: 20px !important;
		float: none !important;
		color: #333 !important;
		margin-bottom: 45px !important;
	}
	.tx-tvt-keyfactcategory .tx-tvt-keyfact-icon {
		display: none;
	}
	.tx-tvt-keyfactcategories {
		padding-top: .5em;
		padding-bottom: 1.3em;
	}
	.tx-tvt-keyfactcategories li {
		display: block;
		height: auto;
		margin-bottom: 0;
	}
	.tx-tvt-keyfactcategory-title {
		font-weight: 400;
		padding: 0.2em 10px;
		letter-spacing: 0;
		position: relative;
		text-align: left;
		font-size: 1em;
		cursor: pointer;
	}
	.tx-tvt-keyfactcategory-title:before {
		content: "> ";
		font-size: .6em;
		vertical-align: .2em;
		/* font-weight: 600; */
		margin-right: .2em;
	}
} /* ende @media ( max-width : 992px) */