.fzg_01 {
	background: url('../images/fahrzeug_01_aussen_rot_01.jpg') no-repeat;
}

.fzg_02 {
	background: url('../images/fahrzeug_vanTi_plus_aussen_rot_01.jpg') no-repeat;
}

.fzg_03 {
	background: url('../images/fahrzeug_02_aussen_rot_01.jpg') no-repeat;
}

.fzg_04 {
	background: url('../images/fahrzeug_03_aussen_rot_01.jpg') no-repeat;
}

.fzg_05 {
	background: url('../images/fahrzeug_04_aussen_rot_01.jpg') no-repeat;
}

.fzg_06 {
	background: url('../images/fahrzeug_05_aussen_rot_01.jpg') no-repeat;
}

section {

}

ul.tabs {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	height: 32px;
	width: 75%;
	position: relative;
	filter: brightness(100%)!important;
}

ul.tabs li {
	width: calc(33%);
	float: left;
	line-height: 21px;
	background-color: #666;
	color: #fff;
	overflow: hidden;
	position: relative;
	font-style: italic;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	padding: 5px;
}

ul.tabs li span {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
}

ul.tabs li.active {
	background-color: rgb(225,13,27);
	color: #fff;
	display: block;
}

ul.tabs li.activeTab {
	background-color: rgb(225,13,27);
	color: #fff;
	display: block;
}

.tab_container {
	clear: both;
	width: 75%;
	margin: 0 auto;
}

.tab_content {
	position: relative;
	padding: 0;
	display: none;
	border-top: 27px solid rgb(225,13,27);
  	margin-bottom: 50px;
  	background: #FFFFFF;
}

.tab_drawer_heading { display: none; overflow: hidden;}


.d_active {
	background-color: rgb(225,13,27)!important;
	color: #fff;
}

@media screen and (max-width: 920px) {
	ul.tabs {
		display: none;
	}

	.tab_container {
		width: 100%;
	}

	.tab_drawer_heading {
		background: rgb(248, 232, 225)!important;
		margin: 0;
		padding: 0;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.d_active h2 {
		background-color: rgb(225,13,27)!important;
	}

	.d_active span {
		background-color: rgb(225,13,27)!important;
	}

	.d_active {
		background: rgb(248, 232, 225)!important;
		color: #fff!important;
	}

	.tab_content {
		margin-top: -3px!important;
		border-top: 3px solid rgb(248, 232, 225)!important;
		border-bottom: 3px solid #fff;
	}
}

.red {
	filter: none!important;
}

.current {
	filter: none!important;
}

.circleBackground {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1!important;
}

.circleBackground_active {
	background: rgba(248, 232, 225, .5);
	display: block!important;
	left: -13px;
	width: calc(100% + 26px);
	top: -16px;
	height: calc(100% + 32px);
}

.circleBackground_hover {
	background: rgba(248, 232, 225, .5);
	display: block!important;
	left: -13px;
	width: calc(100% + 26px);
	top: -16px;
	height: calc(100% + 32px);
}

.current_headline_active {
	display: block!important;
	background-color: rgb(225,13,27)!important;
	color: #fff!important;
}

.current_headline_hover {
	display: block!important;
	z-index: 9999999;
	background-color: rgb(225,13,27)!important;
}

.fzg_headline {
	position: absolute;
	left: -13px;
	bottom: -40px;
	display: none;
	background: rgb(248, 232, 225);
	color: #fff;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	width: calc(100% + 26px);
	text-align: center;
	padding: 5px 0;
	z-index: 9999;
}

.call-outs {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 1;
	justify-content: center;
	margin-bottom: 27px;
	margin-left: -9px;
}

.call-out {
	position: relative;
	width: 100%;
	text-align: left;
	border-radius: 50%;
	border: 3px solid rgba(51,51,51,1);
	filter: grayscale(100%) brightness(100%);
	background-size: cover;
	background-position: center center;
}

.call-out:after {
	display: block;
	content: '';
	margin-top: 100%;
}

.link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
}

@media screen and (max-width: 920px) {
	.call-out {
		display: none;
	}
}

@media screen and (min-width: 920px) {
	.call-out {
		width: calc(25% - 25px);
    	margin: 30px 10px 10px 10px;
	}
}
