@font-face {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	src: url('/static/fonts/Fontawesome/fontawesome-webfont.eot?v=4.7.0');
	src: url('/static/fonts/Fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
		url('/static/fonts/Fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		url('/static/fonts/Fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		url('/static/fonts/Fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		url('/static/fonts/Fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}

@font-face {
	font-family: 'FontAwesome Brands';
	font-weight: normal;
	font-style: normal;
	src: url('/static/fonts/Fontawesome/fa-brands-400.woff2');

}

@font-face {
	font-family: "DStV-intern";
	src: url("/static/fonts/DStV-Intern/DStV-intern.eot");
	src: url("/static/fonts/DStV-Intern/DStV-intern.eot?#iefix") format("embedded-opentype"),
		url("/static/fonts/DStV-Intern/DStV-intern.woff2") format("woff2"),
		url("/static/fonts/DStV-Intern/DStV-intern.woff") format("woff"),
		url("/static/fonts/DStV-Intern/DStV-intern.ttf") format("truetype"),
		url("/static/fonts/DStV-Intern/DStV-intern.svg#font") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "DStV-intern";
		src: url("/static/fonts/DStV-Intern/DStV-intern.svg#DStV-intern") format("svg");
	}
}

[data-icons8]:before {
	content: attr(data-icons8);
}

:root {
	/*======================================
	  FORMULARE
	======================================*/
	--form-elements-font-color: #4f4f4f;
	--form-elements-border: 1px solid #545b62;
	--form-elements-border-radius: .25rem;
	--form-elements-padding: .375rem .75rem;

	--checkbox-and-radio-ckecked-background-color: #cacaca;
	--checkbox-and-radio-ckeckmark-background-color: #cacaca;

	--form-submit-color: #4f4f4f;
	--form-submit-border: 1px solid #545b62;
	--form-submit-border-radius: .25rem;
	--form-submit-border-padding: 0.25rem 2.5rem;
	--link-button-hover-background-color: #cacaca;

	--footer-inside-sitemap-font-color: #4f4f4f;

	--body-font-color: #4f4f4f;

	--toolbar-item-hover-color: #efa400;

	--navi-flyout-border-top: 1px solid #EEEEEE;
	--navi-flyout-border-bottom: 1px solid #EEEEEE;
}

body {
	background-color: #f4f4f4;
}

header {
	border-top: 5px solid #EE9B0E;
	padding-top: 15px;
	border-bottom: none;
	box-shadow: 0px 7px 20px 1px rgba(181, 181, 181, .69) !important;
	position: relative;
	z-index: 99;
}

input {
	outline: none;
}

.container-logo-toolbar img {
	max-width: 250px;
	height: auto;
}

.container-logo-toolbar+div+.container-fluid {
	background-color: #EEEEEE;
	width: 100%;
	margin-top: -3px;
	z-index: 99;
}

.hauptnavigation .wrapper-level-1 {
	float: left;
	margin-top: 18px;
}

.hauptnavigation .parent>a {
	background: none !important;
}

.hauptnavigation .wrapper-level-1 ul li a {
	float: left;
	background-color: #EEEEEE;
	border-bottom: 0px;
}

.hauptnavigation ul.level-1>li>a {
	padding: 12px 15px 14px 15px;
	margin: 0px;
	color: #4f4f4f !important;
}

.hauptnavigation ul.level-1>li>a:hover {
	background-color: #efa400;
	border-bottom: none;
	color: #fff !important;
}

.hauptnavigation ul.level-2>li a:hover,
.hauptnavigation ul.level-2>li a.active,
.hauptnavigation ul.level-2>li a.activated {
	background-color: #efa400;
	color: #fff;
}

.hauptnavigation .parent a:hover {
	color: #efa400;
}

.toolbar {
	margin-top: 0px;
}

.toolbar li a span {
	font-size: 16px;
	color: #4f4f4f !important;
}

.breadcrump {
	display: none;
}

.icons8 {
	color: #efa400;
}

a {
	color: #efa400;
}

a:hover {
	color: #efa400;
}

footer .footer {
	padding: 30px 0;
	background-color: #f4f4f4;
	color: #4f4f4f;
	/*font-weight: 700;*/
	margin-top: -500px;
}

.foot h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
}

#main-footer a {
	color: #efa400;
}

#main-footer a:hover {
	color: #efa400 !important;
}

.stage img {
	margin-top: -12px;
	/*box-shadow: inset 0px 10px 10px lightgrey !important;*/
}

.title-date,
.content-date span,
.content-title a,
.content-title span {
	color: #4f4f4f;
}

#main-footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #EEEEEE;
	padding-left: 12px;
	padding-right: 12px;
}

.hauptnavigation .wrapper-level-2 {
	top: 54px;
}

.hauptnavigation .item-5892:before {
	content: "\f107";
	font-family: "DStV-intern";
	font-size: 20px;
	line-height: 20px;
	margin-right: 5px;
	color: #808080;
}

.hauptnavigation .item-5892:hover:before {
	color: #fff;
}

.hauptnavigation .item-5910:before {
	content: "\f10a";
	font-family: "DStV-intern";
	font-size: 20px;
	line-height: 20px;
	margin-right: 5px;
	color: #808080;
}

.hauptnavigation .item-5910:hover:before {
	color: #fff;
}

.hauptnavigation .item-43963:before {
	content: "\f103";
	font-family: "DStV-intern";
	font-size: 20px;
	line-height: 20px;
	margin-right: 5px;
	color: #808080;
}

.hauptnavigation .item-43963:hover:before {
	color: #fff;
}

.hauptnavigation .item-35118:before,
.hauptnavigation .item-mobile-35118:before {
	content: "\f108";
	font-family: "DStV-intern";
	font-size: 20px;
	line-height: 20px;
	margin-right: 5px;
	color: #808080;
}

.hauptnavigation .item-35118:hover:before,
.hauptnavigation .item-mobile-35118:hover:before {
	color: #fff;
}

.hauptnavigation .item-5894:before {
	content: "\f10b";
	font-family: "DStV-intern";
	font-size: 20px;
	line-height: 20px;
	margin-right: 5px;
	color: #808080;
}

.hauptnavigation .item-5894:hover:before {
	color: #fff;
}

.hauptnavigation .item-5895:before {
	content: "\f106";
	font-family: "DStV-intern";
	font-size: 20px;
	line-height: 20px;
	margin-right: 5px;
	color: #808080;
}

.hauptnavigation .item-5895:hover:before {
	color: #fff;
}

.toolbar li:nth-child(1) a::before {
	content: "";
}

.hauptnavigation a.item-5893,
.hauptnavigation a.item-76148 {
	display: none !important;
}

.hauptnavigation a.item-76148:before {
	content: "\f102";
	font-family: "DStV-intern";
	color: #808080;
	font-size: 20px;
	line-height: 20px;
	margin-right: 5px;
}

.hauptnavigation a.item-76148:hover:before {
	color: #fff;
}

.hauptnavigation a.item-5893:before {
	content: "\f100";
	font-family: "DStV-intern";
	color: #808080;
	font-size: 20px;
	line-height: 20px;
	margin-right: 5px;
}

.hauptnavigation a.item-5893:hover:before {
	color: #fff;
}

.hauptnavigation a.item-gremien {
	display: none !important;
}

.hauptnavigation a.item-gremien:before {
	content: "\f103";
	font-family: "DStV-intern";
	color: #808080;
	font-size: 20px;
	line-height: 20px;
	margin-right: 5px;
}

.hauptnavigation a.item-gremien:hover:before {
	color: #fff;
}

.hauptnavigation div.wrapper-level-2 div.parent,
.hauptnavigation ul.level-2,
.container-logo-toolbar,
.hauptnavigation,
.container {
	max-width: 1240px;
	max-width: 1210px;
}

#content {
	padding-bottom: 50px;
}

.toolbar li a.logout:before {
	content: "\f109";
	font-family: "DStV-intern";
	font-size: 17px;
	line-height: 17px;
	margin-right: 0px;
	margin-left: 0px;
	color: #efa400;
}

.stage.row {
	background: #F59C00;
	margin-top: -12px;
	position: relative;
	min-height: 300px;
	overflow: clip;
}

.stage img {
	margin: 0 auto;
	width: 100%;
	object-fit: cover;
	max-width: 100%;
	max-height: 300px !important;
	margin-left: -50px;
}

.toolbar {
	color: #4f4f4f;
}

.datenschutz .trenn-line,
.impressum .trenn-line {
	display: none;
}

.hauptnavigation .close-navi::after {
	font-size: 1.75rem;
	display: block;
	color: var(--close-icon-color);
	content: "\f10c";
	font-family: "DStV-intern";
	float: right;
	margin-top: -5px;
}

.hamburger,
.hamburger::before,
.hamburger::after {
	background-color: #4f4f4f;
}

.navigationGroup a+a {
	float: right;

}


/*#################################*/

h1 {
	margin-top: 15px;
	margin-bottom: 25px;
	color: #4f4f4f;
	text-decoration: none;
	font-weight: 700;
	text-align: left;
}

.content-image img {
	width: 100%;
	height: auto;
	max-width: unset;
	margin-bottom: 20px;
}

/*TEASER*/
.pagination {
	margin-bottom: 10px;
}

.pagination .blaettern-text {
	float: left;
	margin-right: 10px;
}

.pagination ul li {
	float: left;
	padding: 0;
	margin: 0;
}

.pagination ul li>span,
.pagination ul li>a {
	margin-right: 15px;
}

.filter-allgemein ul,
.filter-allgemein li {
	float: left;
	margin-bottom: 0 !important;
}

.filter-allgemein .filter-year-text {
	float: left;
	margin-top: 4px;
}

.filter-allgemein .filter-year-text+.filter-liste li button {
	transform: unset !important;
	left: 0 !important;
	margin-right: 10px;
}

.filter-allgemein li i {
	display: none;
}

.liste li div img,
.teaser li div img,
.teaser li div>*,
.liste li>div,
.teaser li>div {
	padding: unset !important;
}

.teaser li {
	margin: 0;
	margin-bottom: 25px;
}

.teaser.stellungnahme .stellungnahme-items li {
	border-top: 1px solid #cacaca;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.teaser .dachzeile {
	font-size: 16px;
}

.teaser li div img {
	margin-top: 0px;
}

.teaser li div h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

.marginalspalte .teaser {
	padding-top: 0;
	padding-bottom: 0;
}

.marginalspalte .teaser-terms {
	margin-top: 47px;
}

/*#################################*/
.logo {
	padding-left: 0;
}

.stage img {
	margin-left: 0;
}

.toolbar li a::before {
	content: "" !important;
}

.fa-phone {
	font-family: 'FontAwesome' !important;
	font-weight: 900;
	transform: rotate(245deg);
}

.fa-phone:before {
	content: "\f095";
	font-size: 24px;
	line-height: 0px;
}

.wrapper-level-1 {
	width: 100%;
}

.level-1:not(.second) {
	float: left;
	margin-bottom: 0;
}

.level-1.second {
	float: right;
	margin-bottom: 0;
}

.hauptnavigation ul.level-1>li>a.active {
	border-bottom: none !important;
}

.level-1.second li:not(.suche) span {
	display: none;
}

.level-1:not(.second)>li:first-child a span {
	display: none;
}

.level-1:not(.second)>li:first-child a {
	font-family: 'FontAwesome';
	font-weight: 900;
	padding-top: 20px !important;
	padding-bottom: 6px !important;
}

.level-1:not(.second)>li:first-child a:before {
	content: "\f015";
	font-size: 35px;
	line-height: 0px;

}

.level-1.second li:not(.suche) a {
	font-family: 'FontAwesome Brands';
	font-weight: 400;
}

.level-1.second li.facebook-weiterleitung a:before {
	content: "\f39e";
	font-size: 20px;
	line-height: 0px;
	position: relative;
	top: 3px;
}

.level-1.second li.x-weiterleitung a:before {
	content: "\f099";
	font-size: 22px;
	line-height: 0px;
	position: relative;
	top: 3px;
}

.level-1.second li.linkedin-weiterleitung a:before {
	content: "\f0e1";
	font-size: 22px;
	line-height: 0px;
	position: relative;
	top: 3px;
}

.level-1.second li.youtube-weiterleitung a:before {
	content: "\f167";
	font-size: 22px;
	line-height: 0px;
	position: relative;
	top: 3px;
}

.level-1.second li.suche a {
	font-family: 'FontAwesome';
	font-weight: 900;
	border: 2px solid transparent;
}

.level-1.second li.suche a:hover {
	border: 2px solid transparent;
}

.level-1.second li.suche a span {
	display: none;
}

.level-1.second li.suche a:before {
	content: "\f002";
	font-size: 24px;
	line-height: 0px;
	position: relative;
	top: 3px;
}

.pipe {
	display: none;
}

.brotkrumen * {
	display: none;

}

.brotkrumen a {
	display: inline-block;
}


@media (max-width: 1160px) and (min-width: 980px) {

	table tr td.right,
	table tr td.rightColumn {
		width: 55%;
		padding: 20px 0;
		vertical-align: top;
	}
}

@media (max-width: 980px) {
	.marginalspalte {
		max-width: 100% !important;
		margin-top: 40px;
	}

	.marginalspalte * {
		/*display: none;*/
	}

	.subnavigation {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	table tr:first-child {
		display: none;
	}

	table tr td.right,
	table tr td.left {
		width: 100%;
		float: left;
		display: block;
		padding: 10px;
		box-sizing: border-box;
	}

	table tr td.right .icon-wrapper {
		display: none;
	}

	table tr td.left .icon-wrapper {
		display: block !important;
	}

	form div label {
		float: left;
	}

	.item-user {
		display: none;
	}

	.hauptnavigation .toolbar {
		display: block;
	}

	.hauptnavigation .toolbar li a {
		padding: 10px 0 10px 10px !important;
	}

	.hauptnavigation .toolbar li a:hover,
	.hauptnavigation .toolbar li a:hover:before,
	.hauptnavigation .toolbar li a:hover .toolbar-title {
		color: #fff !important;
		background-color: #efa400;
	}

	.container-logo-toolbar+div+.container-fluid {
		background-color: #EEEEEE;
		width: 100%;
		margin-bottom: 12px;
		box-shadow: 0px 7px 20px 1px rgba(181, 181, 181, .69) !important;
		z-index: 99;
		position: absolute;
	}

	.docview .navigation-wrapper .col-12 {
		padding: 0;
	}

	.dv-schliessen {
		display: block !important;
	}

	.docview .container tr td.left.is-attachment div.content-date span {
		display: none;
	}

	body.docview:not(.dv-anlagen) .container tr td.right.is-attachment .title-description-wrapper {
		margin-top: -42px;
	}

	.logout form div label {
		float: left;
		width: 100%;
	}

	.hauptnavigation>div>ul li.level-2 a {
		padding-left: 35px !important;
	}

	.hauptnavigation div.hamburger-icon {
		position: absolute !important;
		top: -40px;
		right: -19px;
		transform: translate(-50%, -50%);
		width: 50px !important;
		height: 50px;
		cursor: pointer;
		display: block !important;
	}
}


@media screen and (min-width: 769px) {

	.hauptnavigation ul.level-1>li>a.activated,
	.hauptnavigation ul.level-1>li>a:hover {
		border-bottom: navajowhite;
	}
}

@media screen and (max-width: 980px) {
	.stage img {
		margin: 0 auto;
		width: 100%;
		object-fit: cover;
		max-width: 100%;
		max-height: 300px !important;
		margin-left: 0px;
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 19px;
	}

	.docview .navigation-wrapper .col-12 {
		padding: 0;
	}

	.dv-schliessen {
		display: block !important;
	}

	.docview .container-logo-toolbar .toolbar {
		display: none;
	}

	.docview .container-logo-toolbar+div+.container-fluid {
		background-color: #EEEEEE;
		width: 100%;
		margin-bottom: 12px;
		box-shadow: unset !important;
		z-index: 99;
		position: absolute;
	}

	.hauptnavigation {
		position: relative;
		z-index: 15;
	}

	.hauptnavigation ul.level-1>li>a.active {
		border-bottom: var(--navi-responsive-link-border) !important;
	}

	.hauptnavigation .li-35118 {
		display: none !important;
	}

	.hauptnavigation ul.level-1>li:nth-child(6),
	.hauptnavigation a.item-5893,
	.hauptnavigation a.item-wissensspeicher,
	.hauptnavigation a.item-gremien,
	.hauptnavigation a.item-76148 {
		display: block !important;
	}

	.hauptnavigation a.item-mobile-35118 .icon-up,
	.hauptnavigation a.item-gremien .icon-up,
	.hauptnavigation a.item-5910 .icon-up,
	.hauptnavigation a.item-43963 .icon-up,
	.hauptnavigation a.item-35118 .icon-up,
	.hauptnavigation a.item-mobile-35118 .icon-down,
	.hauptnavigation a.item-gremien .icon-down,
	.hauptnavigation a.item-43963 .icon-down,
	.hauptnavigation a.item-35118 .icon-down,
	.hauptnavigation a.item-5910 .icon-down {
		width: 100%;
	}

	.hauptnavigation .li-mobile-35118 {
		display: none;
	}

	.hauptnavigation .icon-down,
	.hauptnavigation .icon-down,
	.hauptnavigation .icon-down,
	.hauptnavigation .icon-up {
		text-align: right;
		right: 15px;
	}

	.logo {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}

	.item-user {
		display: none;
	}

	.hauptnavigation .toolbar {
		display: block;
		max-width: 100%;
	}

	.hauptnavigation .toolbar li a {
		padding: 10px 0 10px 10px !important;
		height: auto;

	}

	.hauptnavigation .toolbar li a:hover,
	.hauptnavigation .toolbar li a:hover:before,
	.hauptnavigation .toolbar li a:hover .toolbar-title {
		color: #fff !important;
		background-color: #efa400;
	}

	.container-logo-toolbar+div+.container-fluid {
		background-color: #EEEEEE;
		width: 100%;
		margin-bottom: 12px;
		box-shadow: 0px 7px 20px 1px rgba(181, 181, 181, .69) !important;
		z-index: 99;
		position: absolute;
	}

	.docview .navigation-wrapper .col-12 {
		padding: 0;
	}

	.dv-schliessen {
		display: block !important;
	}

	.docview .container tr td.left.is-attachment div.content-date span {
		display: none;
	}

	body.docview:not(.dv-anlagen) .container tr td.right.is-attachment .title-description-wrapper {
		margin-top: -42px;
	}

	.logout form div label {
		float: left;
		width: 100%;
	}

	.hauptnavigation>div>ul li.level-2 a {
		padding-left: 35px !important;
	}

	.hauptnavigation>div>ul li.level-3 a {
		padding-left: 50px !important;
	}

	.hauptnavigation div.hamburger-icon {
		position: absolute !important;
		top: -40px;
		right: -19px;
		transform: translate(-50%, -50%);
		width: 50px !important;
		height: 50px;
		cursor: pointer;
		display: block !important;
	}

	.hauptnavigation {
		margin-top: 0px;
	}

	#fieldset-submit #addFile {

		margin-bottom: 15px;
	}

	body {
		overflow-x: hidden;
	}
}

@media screen and (max-width: 905px) {
	.stage img {
		margin: 0 auto;
		margin-left: auto;
		width: 100%;
		object-fit: unset;
		max-width: inherit;
		max-height: 300px !important;
		margin-left: 0px;
		width: auto;
		text-align: right;
		position: absolute;
		right: -189px;
	}
}


.suche-terms form {
	margin-bottom: 30px;
}

form:not(.consentToolForm):not(.veranstaltungsanmeldung-form) *:not(script):not(i) {
	display: block !important;
}

form input[type="submit"] {
	padding: var(--form-elements-padding);
}

form #term,
form #query {
	max-width: 50%;
}

.home-link {
	margin-bottom: 15px;
	display: block;
}

.teaser-allgemein .teaser-data p,
.teaser-focusthema .teaser-data p {
	display: none;
}

.startseite .teaser-allgemein .teaser-data p {
	display: block;
}

video {
	max-width: 100%;
}

.video-wrapper.drittel .youtube-warning {
	display: none;
	position: absolute;
	top: 50%;
	padding: 2%;
	text-align: center;
	transform: translateY(-50%);
	height: 100%;
	overflow-y: scroll;
	color: #4f4f4f !important;
}

.video-button {
	border: 2px solid #4f4f4f !important;
	background: #fff;
	color: #4f4f4f !important;
	padding: 6px 7px 5px 7px !important;
}

.video-button:hover {
	border: 2px solid #fff !important;
	background: #4f4f4f !important;
	color: #fff !important;
	transition: unset !important;
}

#robinsonList-element,
#delete-element,
#save-element,
#cancel-element,
#register-element {
	width: 100%;
	float: left;
	display: block;
}

#cancel-element {
	margin-top: -30px;
}

#robinsonList,
#delete,
#save,
#cancel,
#register {
	float: left;
	display: block;
	transform: unset !important;
	left: 0 !important;
}

#email {
	width: 50%;
}

.teaser-gallery ul {
	padding-left: 10px;
	padding-right: 10px;
}

.teaser-gallery li {
	padding-left: 5px;
	padding-right: 5px;
	position: relative;

}

.teaser-gallery li .teaser-overlay {
	width: calc(100% - 10px);
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
}

.teaser-gallery li:hover>.teaser-overlay {
	display: none;
}

.teaser-gallery li div img {
	margin-top: 0px;
	max-width: 100%;
}

.teaser-mehr-zum-thema li .img-wrapper-teaser,
.teaser-focusthema li .img-wrapper-teaser,
.teaser-allgemein li .img-wrapper-teaser {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

.stage-picture .teaser-overlay,
.teaser-mehr-zum-thema li .img-wrapper-teaser .teaser-overlay,
.teaser-focusthema li .img-wrapper-teaser .teaser-overlay,
.teaser-allgemein li .img-wrapper-teaser .teaser-overlay {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	z-index: 12;
	left: 0px;
}

.slick-slider .change-cursor-on-hover,
.teaser-mehr-zum-thema li:hover,
.teaser-focusthema li:hover,
.teaser-allgemein li:hover {
	cursor: pointer;
}

/*.stage-picture:hover  .teaser-overlay,*/
.teaser-mehr-zum-thema li:hover .img-wrapper-teaser .teaser-overlay,
.teaser-focusthema li:hover .img-wrapper-teaser .teaser-overlay,
.teaser-allgemein li:hover .img-wrapper-teaser .teaser-overlay {
	display: none;
}

.stage-picture .stage.row {
	margin-top: 0 !important;
}

.slider .caption-and-copyright {
	margin-top: -12px;
	display: block;
	width: 100%;
	height: 100%;
	line-height: initial;
	margin-left: 12px;
}

.teaser-kontakt li div img {
	margin-bottom: 15px;
}

.teaser-kontakt li div img+div {
	margin-top: -50px !important;
	margin-bottom: 15px;
}

.stage img {
	border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
	#email {
		width: 80%;
	}
}

@media (max-width: 1024px) {
	.hauptnavigation ul.level-2 a {
		padding: 12px 15px 14px 15px;
		margin: 0px;
		color: #4f4f4f !important;
	}

	.hauptnavigation ul.level-2>li:hover a {
		color: #fff !important;
	}

	.fa-phone {
		display: none;
	}
}

/*
#content .liste, #content .teaser {
  padding-top: 44px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 5px solid #ddd;
}
*/
.image-left+br {
	display: none;
}

.image-left+br+br {
	display: none;
}

.image-left+br+br+br {
	display: none;
}

@media (max-width: 640px) {

	.bild-drittel,
	.image-drittel {
		max-width: 50%;
	}

}

@media (max-width: 480px) {

	.bild-halb,
	.image-halb,
	.bild-drittel,
	.image-drittel {
		max-width: 100%;
	}

}

h1+.image-ganz {
	margin-bottom: 25px;
}

.geschaeftsstelle .teaser-kontakt img+div {
	display: none;
}

.fachkraefte-gewinnen #liste-mitarbeiter .img-responsive.img-reload+div {
	display: none;
}