/*	Responsive Tabs v1.4, Copyright 2014, Joe Mottershaw, https://github.com/joemottershaw/ */

.container {
	margin: 0 auto;
	text-align: left;
	padding: 0 20px 0 0;
	overflow: hidden
}
.tabs {
}
.responsive-tabs {
	top: 30px;
	margin: 0;
	list-style-type: none;
	position: relative;
	overflow: hidden
}
.responsive-tabs li {
	font-family: 'Humanst521-Light';
	font-size: 1.2em;
	letter-spacing: 1px;
	width: 280px;
	margin: 0;
	text-align: center;
	line-height: 16px;
	float: left;
}
.responsive-tabs li a {
	color: rgba(0,0,0,0.6);
	display: block;
	padding: 8px 40px 8px 0;
	text-decoration: none;
}
.responsive-tabs li a:hover {
	color: rgba(0,0,0,1.00);
}
.responsive-tabs li.active {
	font-family: 'Humanst521-Bold' !important;
}
.responsive-tabs-content {
	margin-bottom: 20px;
	max-width: 700px
} /* max-width ... maximale breite des textfeldcontainers */
.responsive-tabs-content.bm-remove {
	margin-bottom: 0;
}
.responsive-tabs-content.bm-smaller {
	margin-bottom: 5px;
}
.responsive-tabs-content.bm-small {
	margin-bottom: 10px;
}
.responsive-tabs-content.bm-medium {
	margin-bottom: 20px;
}
.responsive-tabs-content.bm-large {
	margin-bottom: 30px;
}
.responsive-tabs-content.bm-larger {
	margin-bottom: 40px;
}
.responsive-tabs-content .responsive-tabs-panel {
	padding: 20px 60px 0 20px;
}
.responsive-tabs-content .responsive-tabs-panel .responsive-tab-title {
	display: none;
}
/* Tabs Left */
.responsive-tabs.responsive-tabs-left {
	width: 280px;
	float: left;
}
.responsive-tabs.responsive-tabs-left li {
	text-align: left;
	float: none;
	text-align: right;
}
.responsive-tabs-content.responsive-tabs-left {
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
.responsive-tabs li {
	display: none;
}
.responsive-tabs-content .responsive-tabs-panel {
	padding: 20px
}
.responsive-tabs-content .responsive-tabs-panel .responsive-tab-title {
	display: block;
}

.responsive-tabs-panel img { display:block}
.responsive-tabs-panel h2 { line-height:3em}
}
