@import "content.css";
@import "slider.css";
@import "cross7.css";

@font-face {
	font-family: "Lato Regular";
	src: url("../media/Lato-Regular.eot");
	src: url("../media/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../media/Lato-Regular.woff") format("woff"), url("../media/Lato-Regular.ttf") format("truetype"), url("../media/Lato-Regular.svg#svgFontName") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Lato Bold";
	src: url("../media/Lato-Bold.eot");
	src: url("../media/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../media/Lato-Bold.woff") format("woff"), url("../media/Lato-Bold.ttf") format("truetype"), url("../media/Lato-Bold.svg#svgFontName") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Lato Light";
	src: url("../media/Lato-Light.eot");
	src: url("../media/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../media/Lato-Light.woff") format("woff"), url("../media/Lato-Light.ttf") format("truetype"), url("../media/Lato-Light.svg#svgFontName") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "journalregular";
	src: url("../media/journal-webfont.eot");
	src: url("../media/journal-webfont.eot?#iefix") format("embedded-opentype"), url("../media/journal-webfont.woff2") format("woff2"), url("../media/journal-webfont.woff") format("woff"), url("../media/journal-webfont.ttf") format("truetype"),
		url("../media/journal-webfont.svg#journalregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

* {
	font-family: "Lato Regular";
	font-weight: normal;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
}

.normal {
	display: none;
}

.publishSystemNotify {
	display: none;
}

strong {
	font-family: "Lato Bold";
}
#language {
	float: right;
}
strong span {
	font-family: "Lato Bold";
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

/* Layout */
.leer {
	float: left;
	width: 100%;
	height: 695px;
	z-index: -1;
}
.ortsplanNormal {
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
	box-shadow: 6px 3px 15px 2px #000;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0px);
	width: 100vw;
	max-width: 1908px;
}
#wrap {
	float: left;
	width: 100%;
	position: reltive;
	background: #f2f2f1;
}
#header {
	float: left;
	width: 100%;
	position: relative;
	background: rgba(255, 255, 255, 0.78);
}
/* #headerImage a {
    position: absolute;
    top: 106px;
    right: 0;
	z-index: 999999999999;
}
#headerImage a img {
    width: 300px;
    height: 300px;
} */

#headerImage .header-links-right {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 120px;
	right: 0;
	gap: 1rem;
	z-index: 99999;
	align-items: flex-end;
}

#headerImage .header-links-right .header-link-plakette img {
	height: 200px;
}

/*Wahl*/
#headerImage .header-links-left {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 160px;
	left: 0;
	gap: 1rem;
	z-index: 99999;
	align-items: flex-end;
}

#headerImage .header-links-left .header-link-wahl {
	display: flex;
	align-items: center;
	color: black;
	background-color: white;
	padding: 0.7rem;
	transition: 0.2s;
	font-size: 1rem;
	gap: 0.5rem;
}

#headerImage .header-links-left .header-link-wahl:hover {
	background-color: lightslategrey;
	color: white;
}

#headerImage .header-links-left .header-link-wahl img {
	height: 50px;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.allesBig {
	float: none;
	max-width: 1812px;
	width: 100%;
	margin: 0 auto;
}
#headerImage::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(59, 104, 194, 0.6) url(../images/bogen.png) no-repeat scroll left bottom;
}
.alles {
	float: none;
	margin: 0 auto;
	width: 100%;
	max-width: 1240px;
}
#footer {
	width: 100%;
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 40px;
	float: left;
	color: #010101;
	font-size: 21px;
	line-height: 28px;
	position: relative;
}
#footer01 {
	float: left;
	width: 492px;
	margin-right: 90px;
}
#footer02 {
	float: left;
	width: 448px;
}
#footer03 {
	float: right;
	width: calc(100% - 1030px);
	margin-top: 122px;
}
#footer h4 {
	color: #22487b;
	font-family: journalregular;
	font-size: 57px;
	line-height: 70px;
	margin-bottom: 18px;
}
#footer01 a {
	color: #010101;
	font-family: Lato Bold;
	position: relative;
}
#footer01 a::after {
	content: "";
	position: absolute;
	bottom: -2px;
	height: 2px;
	width: 0;
	left: 0;
	background: #22487b;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#footer01 a:hover::after {
	width: 100%;
}
#footer03 a {
	padding-right: 16px;
	background: url(../images/li.png) no-repeat scroll right center;
	padding-left: 9px;
	color: #010101;
	padding-bottom: 2px;
	position: relative;
}
#footer03 a::after {
	content: "";
	position: absolute;
	bottom: -2px;
	height: 2px;
	background: #c80201;
	border-radius: 20px;
	width: 0;
	left: 9px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#footer03 a:hover::after {
	width: calc(100% - 25px);
}
#menuequick a:last-child:hover::after,
#schrift a:hover::after {
	width: calc(100% - 9px);
}
#menuequick {
	float: right;
	clear: both;
}
#menuequick a:last-child {
	padding-right: 0;
	background: none;
}
#footer::after {
	content: "";
	position: absolute;
	top: -196px;
	left: 0;
	height: 196px;
	width: 100%;
	background: url(../images/bogen2.png) no-repeat scroll left bottom;
}
/* Kontrast */

#kontrast-alles {
	float: right;
	width: auto;
}

.contrast {
	display: block;
}

.contrast02 {
	display: none;
}

#kontrast-alles img {
	float: left;
	margin-right: 8px;
	margin-top: 1px;
}

/*Popup Schrift*/

#schrift {
	float: right;
	position: relative;
	width: auto;
}

#schrift a {
	padding-right: 0;
	background: none;
}

#popUp {
	color: #fff;
	display: none;
	right: 0;
	padding: 17px 15px;
	position: absolute;
	text-align: center;
	bottom: 25px;
	width: 260px;
	z-index: 160;
	background: #64a7ff none repeat scroll 0 0;
	cursor: pointer;
}

#popUp p {
	color: #fff;
	font-size: 20px;
	text-shadow: 1px 1px 3px #505050;
	line-height: 23px;
	margin-bottom: 14px;
}

#schrift a:hover + #popUp {
	display: block;
}

#popUp:hover {
	opacity: 0.95;
	display: block;
	-webkit-transition: background 0.5s ease-in;
	-moz-transition: background 0.5s ease-in;
	-ms-transition: background 0.5s ease-in;
	-o-transition: background 0.5s ease-in;
	transition: background 0.5s ease-in;
}

#popUp .button {
	background: #fff;
	border: 1px solid #666;
	margin-right: 5px;
	padding: 0 5px;
}

#popUp span.button {
	color: #000;
}

/* Nachoben-Link und Drucken-Link */

#navlinks {
	float: right;
	margin-top: 26px;
	position: relative;
	z-index: 1;
}

#nachOben {
	float: right;
	width: 70px;
	height: 70px;
}

#nachOben a {
	background: #22487b url(../images/up.png) no-repeat scroll center;
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}

#nachOben a:hover,
#drucken a:hover {
	background-color: #64a7ff;
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}

#drucken {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 20px;
}

#drucken a {
	background: #22487b url(../images/drucken.png) no-repeat scroll center;
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}

/* Suchbereich */

#suche {
	width: fit-content;
	position: relative;
	margin: 0 auto;
	margin-top: 207px;
	margin-bottom: 65px;
	float: none;
}
#suche h4 {
	font-family: journalregular;
	font-size: 63px;
	color: #fff;
	text-align: center;
	text-shadow: #000 2px 2px 5px;
	line-height: 78px;
}
#suche a {
	width: 444px;
	float: left;
	margin-left: calc(50% - 247px);
	background: rgba(255, 255, 255, 0.85);
	border-radius: 50px;
	color: #535353;
	font-size: 20px;
	padding: 15px 25px;
	position: relative;
}
#suche a::after {
	content: "Wie können wir helfen?";
	position: absolute;
	right: 7px;
	top: 7px;
	height: 22px;
	width: 25px;
	background: #22487b url(../images/lupe.png) no-repeat scroll right 9px center;
	border-radius: 50px;
	transition: ease width 300ms, ease color 100ms;
	overflow: hidden;
	color: rgba(255, 255, 255, 0);
	padding: 8px 0 10px 15px;
}
#suche a:hover::after {
	color: #fff;
	width: calc(100% - 29px);
	transition: ease width 300ms, ease color 700ms;
}
/* ######################### HauptmenÃ¼ ########################### */

#mainMenue {
	float: right;
	width: 66.5%;
	margin-top: 17px;
}

#menue {
	float: left;
	width: 100%;
}

#menue ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}

#menue ul#nav ul {
	visibility: hidden;
}

#menue ul#nav li:hover > ul {
	visibility: visible;
}

#menue ul li {
	float: left;
	height: auto;
	left: 0;
	list-style-type: none;
	position: relative;
	top: 0;
	width: auto;
	z-index: 99;
}

#menue ul li:hover {
}

#menue ul li:hover > a,
#menue ul li:hover a span {
	color: #22487b;
	font-family: Lato Bold;
}

#menue ul li a {
	text-decoration: none;
	display: block;
	color: #242424;
	font-size: 24px;
	font-weight: normal;
	padding: 30px 0 30px 0px;
	margin: 0px;
	text-align: left;
	font-family: Lato Light;
	line-height: 29px;
}
#mainMenue #menue li.menueebene4Active a,
#mainMenue #menue li.menueebene4 a {
	text-align: right;
}
#menue ul li a span {
	color: #c80201 !important;
}
#mainMenue #menue li.menueebene0Active,
#mainMenue #menue li.menueebene1Active,
#mainMenue #menue li.menueebene2Active,
#mainMenue #menue li.menueebene3Active,
#mainMenue #menue li.menueebene4Active,
#mainMenue #menue li.menueebene5Active {
}

#mainMenue #menue li.menueebene0Active > a,
#mainMenue #menue li.menueebene1Active > a,
#mainMenue #menue li.menueebene2Active > a,
#mainMenue #menue li.menueebene3Active > a,
#mainMenue #menue li.menueebene4Active > a,
#mainMenue #menue li.menueebene0Active > a span,
#mainMenue #menue li.menueebene1Active > a span,
#mainMenue #menue li.menueebene2Active > a span,
#mainMenue #menue li.menueebene3Active > a span,
#mainMenue #menue li.menueebene4Active > a span {
	color: #22487b;
	font-family: Lato Bold;
}
#menue ul li.menueebene0Active,
#menue ul li.menueebene0 {
	width: 28%;
}

#menue ul li.menueebene1Active,
#menue ul li.menueebene1 {
	width: 18%;
}

#menue ul li.menueebene2Active,
#menue ul li.menueebene2 {
	width: 18%;
}

#menue ul li.menueebene3Active,
#menue ul li.menueebene3 {
	width: 15%;
}

#menue ul li.menueebene4Active,
#menue ul li.menueebene4 {
	width: 21%;
}

#menue ul li ul {
	left: 0px;
}

#menue ul li ul ul,
#menue ul li ul ul ul {
	left: 100%;
	min-height: 100%;
}

#menue ul li.menueebene3Active ul ul,
#menue ul li.menueebene3 ul ul,
#menue ul li.menueebene4Activeul ul,
#menue ul li.menueebene4 ul ul,
#menue ul li.menueebene5Active ul ul,
#menue ul li.menueebene5 ul ul {
	left: unset;
	height: 100%;
	right: 100%;
}

/* Ebene 2 */
#menue ul li ul li.act {
	background: #851515;
}

#menue ul li ul li.act > a {
	color: #fff;
}

#menue ul li ul {
	float: none;
	position: absolute;
	z-index: 1000;
	top: 75px;
	left: 0px;
	background: #fff;
	padding: 0 0 0 0;
	border-bottom: 0;
	margin: 0px;
	width: auto;
}

#menue ul ul {
	border-top: 0;
	border-bottom: 0;
	margin: -6px 0 0 0;
}

#menue ul li ul li {
	padding: 0;
	position: unset;
}

#menue ul ul li:hover a {
	background-image: none;
}

#menue ul li ul li a {
	display: block;
	text-decoration: none;
	float: left;
	text-align: left;
	width: calc(100% - 77px);
	font-size: 20px;
	padding: 8px 40px 8px 37px;
	text-transform: none;
	white-space: nowrap;
}

/* Ebene 3 */
#menue ul ul ul {
	display: none;
	float: none;
	position: absolute;
	top: 0px;
	border: 0;
	background: url(../images/sub_bg_grey.png);
	border-bottom: 0;
}

#menue ul li ul li ul li a {
	color: #fff;
	white-space: normal;
}

#menue ul li ul li ul li a.l3-act {
	color: #000;
}

#menue ul li ul li ul li:hover {
	background: #fff;
}

#menue ul li ul li ul li.l3-act {
	background: #fff;
}

#menue ul li ul li ul li:hover a {
	color: #000 !important;
}

#menue ul li ul li a.pfeilSub {
	background: url(../images/menue-pfeil-g.png) no-repeat right 10px center !important;
}

#menue ul li ul li.sub:hover a.pfeilSub {
	background: url(../images/menue-pfeil-w.png) no-repeat right 10px center !important;
}

#menue ul li ul li.sub.act a.pfeilSub {
	background: url(../images/menue-pfeil-w.png) no-repeat right 10px center !important;
}

/*
#menue ul li ul li a:hover.pfeilSub, #menue ul li ul li:hover {
	background-color:#2a507b;
}*/
#menue li:hover ul,
#menue li.over ul {
	display: block;
}

/* Headlines */

/*
 *	Wird nur für Backendbenutzer angezeigt
 *  width anpassen
*/

#mainMenueSub li ul li:nth-child(4n + 5) {
	clear: left;
}

#mainMenueSub ul li ul li.menueumbruch {
	clear: both;
}

#mainMenueSub {
	top: 106px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 5;
}

#mainMenueSub ul {
	float: left;
	width: 100%;
}

#mainMenueSub ul li ul {
}

#mainMenueSub ul#nav.dropdown:hover,
#mainMenueSub ul#nav.dropdown:active {
}

#mainMenueSub ul li.menueebene0,
#mainMenueSub ul li.menueebene0Active,
#mainMenueSub ul li.menueebene1,
#mainMenueSub ul li.menueebene1Active,
#mainMenueSub ul li.menueebene2,
#mainMenueSub ul li.menueebene2Active,
#mainMenueSub ul li.menueebene3,
#mainMenueSub ul li.menueebene3Active,
#mainMenueSub ul li.menueebene4,
#mainMenueSub ul li.menueebene4Active,
#mainMenueSub ul li.menueebene5,
#mainMenueSub ul li.menueebene5Active {
	display: none;
	width: calc(66.5% - 50px);
	z-index: 5;
	background: #fff url(../images/menue-bg.png) no-repeat scroll left 13px bottom;
	padding-left: 33.5%;
	border-top: 1px solid #22487b;
	border-bottom: 1px solid #22487b;
	padding-top: 40px;
	padding-bottom: 80px;
	float: left;
	padding-right: 50px;
}

#mainMenueSub ul .menueebene0 .menueebene0Active,
#mainMenueSub ul .menueebene0Active .menueebene0Active,
#mainMenueSub ul .menueebene0 .menueebene0,
#mainMenueSub ul .menueebene0Active .menueebene0,
#mainMenueSub ul .menueebene1 .menueebene1Active,
#mainMenueSub ul .menueebene1Active .menueebene1Active,
#mainMenueSub ul .menueebene1 .menueebene1,
#mainMenueSub ul .menueebene1Active .menueebene1,
#mainMenueSub ul .menueebene2 .menueebene2Active,
#mainMenueSub ul .menueebene2Active .menueebene2Active,
#mainMenueSub ul .menueebene2 .menueebene2,
#mainMenueSub ul .menueebene2Active .menueebene2,
#mainMenueSub ul .menueebene3 .menueebene3Active,
#mainMenueSub ul .menueebene3Active .menueebene3Active,
#mainMenueSub ul .menueebene3 .menueebene3,
#mainMenueSub ul .menueebene3Active .menueebene3,
#mainMenueSub ul .menueebene4 .menueebene4Active,
#mainMenueSub ul .menueebene4Active .menueebene4Active,
#mainMenueSub ul .menueebene4 .menueebene4,
#mainMenueSub ul .menueebene4Active .menueebene4,
#mainMenueSub ul .menueebene5 .menueebene4Active,
#mainMenueSub ul .menueebene5Active .menueebene5Active,
#mainMenueSub ul .menueebene5 .menueebene5,
#mainMenueSub ul .menueebene5Active .menueebene5 {
	display: none;
	visibility: hidden;
	height: 0;
}

#mainMenueSub li {
	list-style: outside none none;
}

#mainMenueSub ul li.hover {
}

#mainMenueSub li ul li {
	float: left;
	margin-right: 7%;
	text-align: left;
	width: 19.7%;
	margin-bottom: 35px;
}

#mainMenueSub li ul li:nth-child(4n) {
	margin-right: 0;
}

#mainMenueSub li ul li:first-child,
#mainMenueSub li ul li:nth-child(2),
#mainMenueSub li ul li:nth-child(3),
#mainMenueSub li ul li:nth-child(4) {
	border: medium none;
}

#mainMenueSub li ul li a {
	color: #22487b;
	float: left;
	font-size: 20px;
	padding: 26px 45px 6px 10px;
	width: calc(100% - 55px);
	margin-bottom: 5px;
	line-height: 23px;
	position: relative;
	border-bottom: 1px solid #22487b;
}
#mainMenueSub li ul li.sub a {
	background: url(../images/mnu_unten.png) no-repeat scroll right 10px bottom 10px;
}
#mainMenueSub li ul li.sub a.open,
#mainMenueSub li ul li.sub a:hover,
#mainMenueSub li ul li.sub a.act {
	background: #22487b url(../images/mnu_oben.png) no-repeat scroll right 10px bottom 10px;
	color: #fff;
}
#mainMenueSub ul li ul li a:hover,
#mainMenueSub ul li ul li a.act {
	background-color: #22487b;
	color: #fff;
}

#mainMenueSub li ul li a.underline {
	font-size: 21px;
	font-family: "Lato Bold";
}

#mainMenueSub li ul li.active a.underline {
	background: #d9e7ff;
	padding-left: 10px;
	width: calc(100% - 10px);
}

#mainMenueSub li ul li.active a.underline::after {
	display: none;
}

#mainMenueSub li ul li a.underline:hover {
	background: #d9e7ff;
	padding-left: 10px;
	width: calc(100% - 10px);
}

#mainMenueSub ul li ul li a.pfeilSubAct {
	background: #d9e7ff;
}

#mainMenueSub ul li ul li a.pfeilSubAct.underline::after {
	display: none;
}

#mainMenueSub ul li ul li ul {
	border: medium none;
	float: left;
	padding: 0;
	background: none;
	width: 100%;
	margin-top: 15px;
	display: none;
}

#mainMenueSub ul li ul li ul li {
	border: medium none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#mainMenueSub ul li ul li ul li a:hover,
#mainMenueSub ul li ul li ul li a.l3-act {
	padding-left: 13px;
	padding-right: 5px;
	border-left: 2px solid #22487b;
}

#mainMenueSub ul li ul li ul li a {
	border-left: 2px solid #fff;
	border-bottom: none;
	color: #112a54 !important;
	float: left;
	font-size: 18px;
	height: auto;
	line-height: 16px;
	margin: 0;
	padding: 2px 10px 4px 8px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	width: calc(100% - 20px);
	background: none !important;
	transition: ease all 300ms;
}

#mainMenueSub ul li ul li .menu-ul.open,
#mainMenueSub ul li ul li.active .menu-ul {
	display: block;
	width: 100%;
	float: left;
}
/* contentbereich */

.typo3-editPanel {
	background-color: #f1f1f1;
	border: 1px dotted #909090;
	clear: both;
	float: left;
	font-size: 11px;
	padding: 4px;
	position: relative;
	width: 98.4%;
	z-index: 500;
}

img.frontEndEditIcons {
	width: auto !important;
	max-width: 100% !important;
}

#homeBoxRight02 .typo3-editPanel {
	display: none;
}

/* contentInfobox */

.contentbereichInfobox .typo3-editPanel {
	margin: 5px 0 0 0;
	width: 587px;
}

/* rechte Randleiste */

.typo3-editPanel {
}

.typo3-editPanel-controls {
	float: left;
	margin-right: 4px;
}

.typo3-editPanel-controls .feedit-icon {
	margin: 0 4px 0 0;
	width: auto !important;
}

.typo3-editPanel-label {
	float: left;
	color: #000000;
	font: 11px arial, tahoma, helvetica, sans-serif;
	padding: 2px 0 0 0;
}

/* Spalte:1 */
#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery.ce-border .ce-column {
}

/* Spalte:2 */
#contentbereich .ce-textpic.ce-textpic.ce-center:not(.ce-intext) .ce-gallery.ce-border.ce-gallery[data-ce-rows="1"] .ce-row.ce-gallery[data-ce-columns="2"] .ce-row {
	width: 100%;
	margin-top: 20px;
}

#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="2"] .ce-row .ce-column,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="2"] .ce-row:last-child .ce-column {
	float: left;
}

#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="2"].ce-gallery:not([data-ce-columns="1"]) .ce-row .ce-column:last-child,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="2"].ce-gallery:not([data-ce-columns="1"]) .ce-row:last-child .ce-column:last-child,
#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="2"] .ce-row .csc-textpic-last,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="2"] .ce-row:last-child .csc-textpic-last {
	margin-right: 0;
	float: right;
}

#contentbereich .ce-textpic .ce-gallery[data-ce-columns="2"] .ce-row .ce-column .image-caption {
}

/* Spalte:3 */
#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="3"] .ce-row .ce-column,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="3"] .ce-row:last-child .ce-column {
	float: left;
}

#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="3"] .ce-row .ce-column,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="3"] .ce-row:last-child .ce-column {
	margin-right: 1.9%;
}

#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="3"].ce-gallery:not([data-ce-columns="1"]) .ce-row .ce-column:last-child,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="3"].ce-gallery:not([data-ce-columns="1"]) .ce-row:last-child .ce-column:last-child,
#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="3"] .ce-row .csc-textpic-last,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="3"] .ce-row:last-child .csc-textpic-last {
	margin-right: 0;
	float: right;
}
#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery.ce-gallery4 .ce-gallery[data-ce-rows="1"] .ce-row.ce-gallery[data-ce-columns="3"] .ce-row .ce-column {
	margin-left: 1.1%;
}
#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery.ce-border.ce-gallery4 .ce-gallery[data-ce-rows="1"] .ce-row.ce-gallery[data-ce-columns="3"] .ce-row .ce-column {
	margin-left: 1.4%;
}
#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery.ce-gallery4 .ce-gallery[data-ce-rows="1"] .ce-row.ce-gallery[data-ce-columns="3"] .ce-row .ce-gallery:not([data-ce-columns="1"]) .ce-column:first-child,
#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery.ce-border.ce-gallery4 .ce-gallery[data-ce-rows="1"] .ce-row.ce-gallery[data-ce-columns="3"] .ce-row .ce-gallery:not([data-ce-columns="1"]) .ce-column:first-child {
	margin-left: 0;
}
#contentbereich .ce-textpic .ce-gallery[data-ce-columns="3"] .ce-row .ce-column .image-caption {
}
#contentbereich .ce-textpic.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-rows="1"] .ce-row.ce-gallery[data-ce-columns="3"].ce-gallery:not([data-ce-columns="1"]) .ce-row .ce-column:first-child.imgdiv {
	margin-right: 1.4%;
}
/* Spalte:4 */
#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="4"] .ce-row .ce-column,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="4"] .ce-row:last-child .ce-column {
	float: left;
}

#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery.ce-border.ce-gallery[data-ce-columns="4"] .ce-row .ce-column,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="4"] .ce-row:last-child .ce-column {
	margin-right: 1.8%;
}

#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="4"].ce-gallery:not([data-ce-columns="1"]) .ce-row .ce-column:last-child,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="4"].ce-gallery:not([data-ce-columns="1"]) .ce-row:last-child .ce-column:last-child,
#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="4"] .ce-row .csc-textpic-last,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="4"] .ce-row:last-child .csc-textpic-last {
	margin-right: 0;
	float: right;
}

#contentbereich .ce-textpic .ce-gallery[data-ce-columns="4"] .ce-row .ce-column .image-caption {
}

/* Spalte:5 */
#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="5"] .ce-row .ce-column,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="5"] .ce-row:last-child .ce-column {
	float: left;
}

#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery.ce-border.ce-gallery[data-ce-columns="5"] .ce-row .ce-column,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="5"] .ce-row:last-child .ce-column {
}

#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="5"].ce-gallery:not([data-ce-columns="1"]) .ce-row .ce-column:last-child,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="5"].ce-gallery:not([data-ce-columns="1"]) .ce-row:last-child .ce-column:last-child,
#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="5"] .ce-row .csc-textpic-last,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="5"] .ce-row:last-child .csc-textpic-last {
	margin-right: 0;
}

#contentbereich .ce-textpic .ce-gallery[data-ce-columns="5"] .ce-row .ce-column .image-caption {
}

/* Spalte:6 */
#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="6"] .ce-row .ce-column,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="6"] .ce-row:last-child .ce-column {
	float: left;
}

#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery.ce-border.ce-gallery[data-ce-columns="6"] .ce-row .ce-column,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="6"] .ce-row:last-child .ce-column {
}

#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="6"].ce-gallery:not([data-ce-columns="1"]) .ce-row .ce-column:last-child,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="6"].ce-gallery:not([data-ce-columns="1"]) .ce-row:last-child .ce-column:last-child,
#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="6"] .ce-row .csc-textpic-last,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="6"] .ce-row:last-child .csc-textpic-last {
	margin-right: 0;
}

#contentbereich .ce-textpic .ce-gallery[data-ce-columns="6"] .ce-row .ce-column .image-caption {
}

/* Spalte:7 */
#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="7"] .ce-row .ce-column,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="7"] .ce-row:last-child .ce-column {
	float: left;
}

#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery.ce-border.ce-gallery[data-ce-columns="7"] .ce-row .ce-column,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="7"] .ce-row:last-child .ce-column {
}

#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="7"].ce-gallery:not([data-ce-columns="1"]) .ce-row .ce-column:last-child,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="7"].ce-gallery:not([data-ce-columns="1"]) .ce-row:last-child .ce-column:last-child,
#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="7"] .ce-row .csc-textpic-last,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="7"] .ce-row:last-child .csc-textpic-last {
	margin-right: 0;
}

#contentbereich .ce-textpic .ce-gallery[data-ce-columns="7"] .ce-row .ce-column .image-caption {
}

/* Spalte:8 */
#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="8"] .ce-row .ce-column,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="8"] .ce-row:last-child .ce-column {
	float: left;
}

#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery.ce-border.ce-gallery[data-ce-columns="8"] .ce-row .ce-column,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="8"] .ce-row:last-child .ce-column {
}

#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="8"].ce-gallery:not([data-ce-columns="1"]) .ce-row .ce-column:last-child,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="8"].ce-gallery:not([data-ce-columns="1"]) .ce-row:last-child .ce-column:last-child,
#contentbereich .ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="8"] .ce-row .csc-textpic-last,
.ce-textpic.ce-center:not(.ce-intext) .ce-gallery[data-ce-columns="8"] .ce-row:last-child .csc-textpic-last {
	margin-right: 0;
}

#contentbereich .ce-textpic .ce-gallery[data-ce-columns="8"] .ce-row .ce-column .image-caption {
}

DIV.ce-column {
	height: 100%;
}
