
/* Allgemeine Einstellungen */

html,
body
{
	margin: 0;
	padding: 0;
}
body
{
	background: #fff;
	color: #615557;
	font: normal normal 1.125em/1.5556em Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; /* 18/16 28/18 */
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus
{
	z-index: 10000;
	outline: solid 4px rgba(0,0,0,0.8);
}
a
{
	color: #0047c2;
	text-decoration: none;
}
a:hover,
a:focus
{
	text-decoration: underline;
}
a[target=_blank]
{
	display: inline-block;
	padding-left: 24px;
	background: transparent url(../images/layout/external-200.png) no-repeat -4px 0;
	background-size: 26px 26px;
}
a img
{
	display: block;
	border: none;
}
a[target=_blank] img
{
	margin-left: -24px;
}
a.image[target=_blank]
{
	padding: 0;
	background: transparent;
}
a.image[target=_blank] img
{
	/*margin: 0 auto;*/
}
a span
{
	cursor: pointer;
}
img
{
	max-width: 100%;
	height: auto;
}
.image-50-left,
.image-30-left
{
	float: left;
	margin: 0.375em 4.4943820225% 4.4943820225% 0; /* 6/16 (40/890)*100 (40/890)*100 0 */
}
.image-50-right,
.image-30-right
{
	float: right;
	margin: 0.375em 0 4.4943820225% 4.4943820225%; /* 6/16 0 (40/890)*100 (40/890)*100 */
}
.image-100-center,
.image-50-center,
.image-30-center
{
	display: block;
	margin: 2em auto; /* 32/16 auto */
}
.image-30-left,
.image-30-right,
.image-30-center
{
	width: 30.3370786517%; /* (270/890)*100 */
}
.image-50-left,
.image-50-right,
.image-50-center
{
	width: 47.752808988764044943820224719101%; /* (425/890)*100 */
}
.image-100-center
{
	width: 100%;
}

img + .image-50-left,
img + .image-30-left
{
	margin-right: 0;
}
img + .image-50-right,
img + .image-30-right
{
	margin-left: 0;
}

img + img + .image-30-left
{
	margin-left: 4.4943820225%; /* (425/890)*100 */
}
img + img + .image-30-right
{
	margin-right: 4.4943820225%; /* (425/890)*100 */
}

.image-30-left + .image-30-right + .image-30-left
{
	margin-left: 0;
}
.image-30-left + .image-30-left + .image-30-right
{
	margin-right: 0;
}

.image-30-right + .image-30-left + .image-30-right
{
	margin-right: 0;
}
.image-30-right + .image-30-right + .image-30-left
{
	margin-left: 0;
}
img.image_left {
	float: left;
}
img.image_right {
	float: right;
}
hr
{
	height: 0;
	margin: 2em 0; /* 36/18 0 */
	border: 0;
	border-bottom: 1px solid #e6e9eb;
}
h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 1.5em 0 1em 0;
	padding: 0;
	color: #333;
	font-family: Aleo, Georgia, Times, serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
{
	color: #333;
}
h1
{
	/*margin: 1.55em 0 1.2em 0;*/ /* 62/40 0 48/40 0 */
	margin: 1.4em 0 0.8em 0; /* 56/40 0 32/40 0 */
	color: #5676b2;
	font-size: 2.2222em; /* 40/18 */
	/*line-height: 1.1em;*/ /* 44/40 */
	line-height: 1.15em; /* 46/40 */
}
h1 a
{
	color: #5676b2;
}
h2
{
	margin: 0.9286em 0 0.6429em 0; /* 26/28 0 18/28 0 */
	font-size: 1.5556em; /* 28/18 */
	line-height: 1.2857em; /* 36/28 */
}
h2.subheadline
{
	/*margin: -1.0714em 0 1.7143em 0;*/ /* -30/28 0 48/28 0 */
	margin: -0.5714em 0 1.1429em 0; /* -16/28 0 32/28 0 */
	color: #7a6c6e;
	font-weight: normal;
}
h2.subheadline a
{
	color: #7a6c6e;
}
h3
{
	margin: 1.0909em 0 0.8182em 0; /* 24/22 0 18/22 0 */
	font-size: 1.2222em; /* 22/18 */
	line-height: 1.3636em; /* 30/22 */
}
h4
{
	font-size: 1.1111em; /* 20/18 */
}
h5
{
	font-size: 1em; /* 18/18 */
}
p
{
	margin: 0 0 0.7778em 0; /* 0 0 14/18 0 */
	padding: 0;
}
address
{
	margin: 0 0 0.7778em 0; /* 0 0 14/18 0 */
	padding: 0;
	font-style: normal;
}
blockquote
{
	margin: 0 0 0.7778em 0; /* 0 0 14/18 0 */
	padding: 0;
	font-style: italic;
}
.ausrichtung-links
{
	float: left;
}
.ausrichtung-rechts
{
	float: right;
}
.more
{
	color: #333;
	font-family: Aleo, Georgia, Times, serif;
	font-weight: bold;
}
.more a
{
	display: inline-block;
	padding-right: 19px;
	background: transparent url(../images/layout/more-arrow-200.png) no-repeat right center;
	background-size: 11px 24px;
	color: #333;
	text-decoration: none;
}
.more a:hover,
.more a:focus
{
	text-decoration: underline;
}
.toplink
{
	color: #333;
	font-family: Aleo, Georgia, Times, serif;
	font-weight: bold;
}
.toplink a
{
	display: inline-block;
	padding-left: 30px;
	background: transparent url(../images/layout/toplink-arrow-200.png) no-repeat left center;
	background-size: 24px 24px;
	color: #333;
}
.backlink
{
	color: #333;
	font-weight: bold;
	font-family: Aleo, Aleo, Georgia, Times, serif
}
.backlink a
{
	display: inline-block;
	padding-left: 30px;
	background: transparent url(../images/layout/lycal/lycal-backlink-arrow-200.png) no-repeat -1px center;
	background-size: 26px 26px;
	color: #333;
}

.half
{
	width: 50%;
}
div.half
{
	float: left;
	width: 45%;
	padding-right: 5%;
}
.tag
{
	display: inline-block;
	padding: 0.2778em 0.5556em 0.2222em 0.5556em; /* 5/18 10/18 4/18 10/18 */
	background: #f5f6f7;
	color: #52484a;
	font-weight: bold;
	font-family: Aleo, Georgia, Times, serif;
	line-height: 1.3333em; /* 24/18 */
	text-decoration: none;
}
ol,
ul
{
	margin: 1.5556em 0 1.6667em 0; /* 28/18 0 30/18 0 */
	padding: 0;
	color: #333;
	line-height: 1.4444em; /* 26/18 */
	list-style-type: none;
}
li
{
	margin: 0 1.6667em 0.5556em 1.6667em; /* 0 30/18 10/18 30/18 */
	padding: 0;
}
li:before,
li::before
{
	float: left;
	margin-left: -1.6667em; /* 30/18 */
	min-width: 1.1111em; /* 20/18 */
	color: #ad1524;
	text-align: right;
}
ul li:before,
ul li::before
{
	content: '•';
	font-size: 1.3333em; /* 24/18 */
}
.links > li
{
	margin-left: 0;
}
.links > li:before,
.links > li::before
{
	display: none;
}
.links > li > a
{
	display: block;
	padding-left: 1.6667em; /* 30/18 */
	background: transparent url(../images/layout/links-arrow-200.png) no-repeat -2px -0.1111em; /* -2 -2/18 */
	background-size: 26px 26px;
	text-decoration: none;
}
.links > li > a[target=_blank]
{
	background: transparent url(../images/layout/external-200.png) no-repeat -2px 0;
	background-size: 26px 26px;
}
.links > li > a:hover,
.links > li > a:focus
{
	text-decoration: underline;
}
ol
{
	counter-reset: ordered-list;
}
ol li:before,
ol li::before
{
	content: counter(ordered-list) '.';
	counter-increment: ordered-list;
}

aside,
main,
nav,
section
{
	display: block;
}
nav
{
	overflow: hidden; /* chrome renders space above the element without this */
}

/* Allgemeine Einstellungen > Tabellen */

.nowrap
{
	white-space: nowrap;
}
table
{
	margin: 1.5556em 0 1.6667em 0; /* 28/18 0 30/18 0 */
	padding: 0;
	border: none;
	border-collapse: collapse;
	line-height: 1.3333em; /* 24/18 */
}
td,
th
{
	padding: 0.5em 0.6667em 0.3889em 0; /* 9/18 12/18 7/18 0 */
	vertical-align: top;
}
th
{
	text-align: left;
}
table.data td,
table.data th
{
	border-top: solid 1px #e6e9eb;
}
table.data tr:first-child td,
table.data tr:first-child th
{
	border-top: none;
}
table.middle td,
table.middle th,
tr.middle td,
tr.middle th
{
	vertical-align: middle;
}

/* Allgemeine Einstellungen > Formularelemente */

.messages
{
	padding: 1.2222em 1.1111em 0.5em 1.1111em; /* 22/18 20/18 9/18 20/18 */
	background: #ebf2ff;
}
.messages *:first-child
{
	margin-top: 0;
}
.messages h2
{
	margin-bottom: 0.5455em; /* 12/22 */
	font-size: 1.2222em; /* 22/18 */
}
.messages ul
{
	margin: 0 0 0.7778em 0; /* 0 0 14/18 0 */
}
.messages ul li
{
	margin-bottom: 0;
}
.messages ul li:before,
.messages ul li::before
{
	color: #615557;
}
.error
{
	background: #ffebeb;
}
.success
{
	background: #e9fae6;
}
.required
{
	color: #25438a;
	font-weight: bold;
	font-size: 2em; /* 36/18 */
	line-height: 0.5em; /* 18/36 */
	vertical-align: bottom;
}
button,
.button
{
	display: inline-block;
	margin: 0 0 0.7778em 0; /* 0 0 14/18 0 */
	padding: 0.5556em 1.1111em; /* 10/18 20/18 */
	background: #e6e9eb;
	border: none;
	color: #52484a;
	font-weight: bold;
	font-family: Aleo, Georgia, Times, serif;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	/*outline: none;*/
}
button.more-button,
.button.more-button
{
	padding-right: 36px;
	background-image: url(../images/layout/button-arrow-200.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 44px 40px;
}
button:hover,
button:focus,
.button:hover,
.button:focus
{
	background-color: #d4dadd;
	text-decoration: none;
}
button.mfp-close,
button.mfp-arrow
{
	background-color: transparent;
}
form
{
	margin: 0;
	padding: 0;
}
label
{
	cursor: pointer;
}
label.main
{
	display: block;
	margin-bottom: 0.5em; /* 9/18 */
}
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=file],
textarea,
select
{
	box-sizing: border-box;
	margin: 0;
	padding: 0.5556em 1.1111em; /* 10/18 20/18 */
	background: #f5f6f7;
	border: solid 1px #dadee0;
	color: #52484a;
	font: normal bold 1em/normal Aleo, Georgia, Times, serif; /* 18/18 */
}
input[type=file]::-ms-value
{
	background: transparent;
	border: none;
}
input[type=file]::-ms-browse
{
	border: solid 1px #949494;
}
textarea
{
	line-height: 1.3333em; /* 24/18 */
}
select
{
	padding-left: 0.8889em; /* 16/18 */
}
option
{
	font-family: Aleo, Georgia, Times, serif;
}
input[type=submit],
input[type=reset]
{
	box-sizing: border-box;
	margin: 0;
	padding: 0.5556em 1.1111em; /* 10/18 20/18 */
	background: #25438a;
	border: solid 1px #25438a;
	color: #fff;
	font: normal bold 1em/normal Aleo, Georgia, Times, serif; /* 18/18 */
	cursor: pointer;
}
input[type=submit]:hover,
input[type=submit]:focus
{
	background: #1c3775;
	border-color: #1c3775;
}
input[type=reset]
{
	background: #e6e9eb;
	border-color: #e6e9eb;
	color: #52484a;
	font-weight: normal;
}
input[type=reset]:hover,
input[type=reset]:focus
{
	background: #d4dadd;
	border-color: #d4dadd;
}
input[type=checkbox],
input[type=radio]
{
	font-size: 1em; /* 18/18 */
	margin-right: 0.5em; /* 9/18 */
}
form .row
{
	margin: 1em 0; /* 18/18 0 */
}
form .row:after,
form .row::after
{
	content: '.';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
form .row .column
{
	box-sizing: border-box;
	float: left;
	padding-left: 1em; /* 18/18 */
}
form .row .column:first-child
{
	padding-left: 0;
}
form .row .zip
{
	width: 30%;
}
form .row .city
{
	width: 70%;
}
form .row input[type=text],
form .row input[type=email],
form .row input[type=search],
form .row input[type=password],
form .row input[type=file],
form .row textarea,
form .row select
{
	width: 100%;
}
form .row label.inline
{
	margin-right: 1em; /* 18/18 */
}
form .row-submit
{
	margin: 1.3333em 0; /* 24/18 0 */
	text-align: right;
}
form .row-submit input
{
	margin-left: 1em; /* 18/18 */
}
form .row-submit input:first-child
{
	margin-left: 0;
}
form .row-data-protection-notice
{
	margin-top: 1.5em; /* 27/18 */
	padding: 1em 1em 0.5em 1em; /* 18/18 18/18 9/18 18/18 */
	background: #f5f6f7;
}
form .row-data-protection-notice p
{
	font-size: 0.8889em; /* 16/18 */
	line-height: 1.5em; /* 24/16 */
}

/* Allgemeine Einstellungen > Formularelemente > Captcha */

.row-captcha > div
{
	position: relative;
}
.row-captcha .input
{
	margin-right: 221px;
}
.row-captcha .input input
{
	height: 50px;
}
.row-captcha a,
.row-captcha img
{
	position: absolute;
	top: 0;
}
#captcha_id
{
	right: 49px;
	width: 155px;
	height: 50px;
}
.row-captcha a,
#reload_captcha
{
	right: 0;
	width: 50px;
	height: 50px;
	background: #25438a;
}
#reload_captcha:hover,
#reload_captcha:focus
{
	background: #1c3775;
}

/* Allgemeine Einstellungen > Formularelemente > Suchbox */

.form-searchbox
{
	position: relative;
}
.form-searchbox input[type=text],
.form-searchbox input[type=search]
{
	display: block;
	width: 100%;
}
.form-searchbox input[type=submit]
{
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 46px;
	height: 100%;
	background: transparent url(../images/layout/searchbox-submit-200.png) no-repeat right center;
	background-size: 46px 40px;
	border: none;
	text-indent: -99999px;
}

/* Allgemeine Einstellungen > Dropdown-Boxen */

.dropdown-button
{
	position: relative;
}
.dropdown-button button
{
	display: block;
	width: 100%;
	margin: 0;
	background-image: url(../images/layout/dropdown-button-arrow-200.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 35px 24px;
}
.dropdown-button.expanded button
{
	background-color: #d4dadd;
}
.dropdown-button nav
{
	position: absolute;
	z-index: 100;

	top: 2.6667em; /* 48/18 */
	left: 0;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	transition: 0s 1.5s;
}
.dropdown-button.expanded nav
{
	visibility: visible;
	transition: none;
}

.dropdown-button ul
{
	overflow: hidden;
	margin: 0;
	background: #fff;

	transition: 0.5s;
	-webkit-transform: translate3D(0, -100%, 0);
	-ms-transform: translate3D(0, -100%, 0);
	transform: translate3D(0, -100%, 0);

	/*transform-origin: top;*/
}
.dropdown-button.expanded ul
{
	-webkit-transform: translate3D(0, 0, 0);
	-ms-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0);
}
.dropdown-button ul li
{
	margin: 0;
}
.dropdown-button ul li:before,
.dropdown-button ul li::before
{
	display: none;
}
.dropdown-button ul a
{
	display: block;
	padding: 0.5556em 1.1111em 0.4444em 1.1111em; /* 10/18 20/18 8/18 20/18 */
	border: solid 1px #e6e9eb;
	border-top: none;
	color: #615557;
	text-decoration: none;
}
.dropdown-button ul a[target=_blank]
{
	background: transparent;
}
.dropdown-button button img,
.dropdown-button ul a img
{
	display: inline;
	margin-right: 6px;
}

.quicklinks h2
{
	color: #ad1524;
}
.quicklinks .dropdown-button button
{
	background: #ad1524 url(../images/layout/dropdown-button-arrow-white-200.png) no-repeat right center;
	background-size: 35px 24px;
	color: #fff;
}
.quicklinks .dropdown-button button:hover,
.quicklinks .dropdown-button button:focus,
.quicklinks .dropdown-button.expanded button
{
	background-color: #940c19;
}

/* Allgemeine Einstellungen > Infokasten */

.infobox
{
	box-sizing: border-box;
	padding: 1.1111em 8.3333333333%; /* 20/18 (30/360)*100 */
	border: solid 1px #e6e9eb;
}
.infobox .image
{
	display: block;
	margin-bottom: 1.3333em; /* 24/18 */
}
.infobox h2
{
	margin-top: 0.5em; /* 12/24 */
	font-size: 1.3333em; /* 24/18 */
}

/* Allgemeine Einstellungen > Artikel-Liste */

.item-list .item
{
	margin: 0 0 5.5555555556% 0; /* 0 0 (40/720)*100 0 */
}
.item-list .item:before,
.item-list .item::before
{
	display: none;
}
.item-list .item:after,
.item-list .item::after
{
	content: '.';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
.item-list .image
{
	float: left;
	width: 26.3888888889%; /* (190/720)*100 */
	margin-right: 4.1666666667%; /* (30/720)*100 */
}
.item-list .image img
{
	width: 100%;
}
.item-list div
{
	float: left;
	width: 69.4444444444%; /* (500/720)*100 */
}
.item-list a
{
	text-decoration: none;
}
.item-list h2
{
	margin: 0.6818em 0 0.6667em 0; /* 15/22 0 12/22 0 */
	color: #5676b2;
	font-size: 1.2222em; /* 22/18 */
}
.item-list h2 a
{
	color: #5676b2;
}
.item-list h2 a:hover,
.item-list h2 a:focus
{
	text-decoration: underline;
}
.item-list p
{
	margin: 0;
	color: #615557;
	font-size: 0.8889em; /* 16/18 */
}
.item-list p a
{
	color: #615557;
}

/* Allgemeine Einstellungen > News-Listen */

body:not(.frontpage) .news-item-list .item
{
	margin: 0;
	padding: 1.3889em 0 1.6667em 0; /* 25/18 0 30/18 0 */
	border-top: solid 1px #e6e9eb;
}
body:not(.frontpage) .news-item-list .item:first-child
{
	padding-top: 0;
	border-top: none;
}
body:not(.frontpage) .news-item-list .image
{
	width: 16.6666666667%; /* (120/720)*100 */
}
body:not(.frontpage) .news-item-list div
{
	width: 79.1666666667%; /* (570/720)*100 */
}
body:not(.frontpage) .news-item-list h2
{
	margin-bottom: 0;
}
body:not(.frontpage) .news-item-list p
{
	margin-top: 0.9375em; /* 15/16 */
}

/* Allgemeine Einstellungen > Bildergalerie */

.gallery:after,
.gallery::after
{
	content: '.';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
.gallery a
{
	box-sizing: border-box;
	float: left;
	width: 30.5555555556%; /* (220/720)*100 */
	margin: 0 0 4.1666666667% 4.1666666667%; /* 0 0 (30/720)*100 (30/720)*100 */
	padding: 10px;
	background: #f5f6f7;
	text-align: center;
	text-decoration: none;
}
.gallery a:nth-child(3n-2)
{
	clear: left;
	margin-left: 0;
}
.gallery a img
{
	width: 100%;
}
.gallery a p
{
	margin: 0.5em 0; /* 9/18 0 */
	line-height: 1.3333em; /* 24/18 */
}
.right-column .gallery a,
.right-column .gallery a:nth-child(3n-2)
{
	clear: none;
	width: 45.8333333333%; /* (165/360)*100 */
	margin: 0 0 8.3333333333% 8.3333333333%; /* 0 0 (30/360)*100 (30/360)*100 */
}
.right-column .gallery a:nth-child(2n-1)
{
	clear: left;
	margin-left: 0;
}

/* Allgemeine Einstellungen > Alphabetliste */

ol.alphabet li
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 40px 40px;
}
ol.alphabet li:before,
ol.alphabet li::before
{
	display: none;
}
ol.alphabet li a
{
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	background: #e6e9eb;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	color: #52484a;
	font-weight: bold;
	font-family: Aleo, Georgia, Times, serif;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
ol.alphabet li.active a,
ol.alphabet li.active a:hover,
ol.alphabet li.active a:focus
{
	background: #25438a;
	color: #fff;
	/*color: #ad1524;*/
}
ol.alphabet li a:hover,
ol.alphabet li a:focus
{
	background: #d4dadd;
}
ol.alphabet li a:before,
ol.alphabet li a::before
{
	content: ' ';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
ol.alphabet li a span
{
	display: inline-block;
	vertical-align: middle;
}

/* Allgemeine Einstellungen > Fraktionsliste */

.composition
{
	margin-top: 27px;
	text-align: center;
}
.fractions li
{
	margin: 0;
	padding: 18px 0 18px 110px;
	border-top: solid 1px #e6e9eb;
}
.fractions li:first-child
{
	/*border: none;*/
}
.fractions li:before,
.fractions li::before
{
	display: none;
}
.fractions li > *:first-child
{
	float: left;
	width: 65px;
	height: 65px;
	margin: 26px 0 30px -90px;

}
.fractions li > img:first-child
{
	margin-top: 6px;
	margin-bottom: 6px;
}
.fractions img
{
	border: solid 1px #e6e9eb;
}

.kopf-stormarn
{
	overflow: hidden;
}
.kopf-stormarn img
{
	float: right;
}

/* Framework */

.row
{
	/*overflow: hidden;*/
}
.wrapper
{
	/*overflow: hidden;*/
	max-width: 63.3333333333em; /* 1140/18 */
	margin: 0 auto;
	padding: 0 1.6666666667em; /* 0 30/18 */
}
.column .wrapper
{
	max-width: none;
	margin: 0;
	padding: 0;
}
.wrapper:after,
.wrapper::after
{
	content: '.';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
.column.content
{
	/*overflow: hidden;*/
	float: left;
	width: 63.1578947368%; /* (720/1140)*100 */
	padding-bottom: 4.4444em; /* 80/18 */
}
.column.right-column
{
	/*overflow: hidden;*/
	float: left;
	width: 31.5789473684%; /* (360/1140)*100 */
	margin-left: 5.2631578947%; /* (60/1140)*100 */
	padding-top: 2.2222em; /* 40/18 */
	padding-bottom: 4.4444em; /* 80/18 */
}
.column.right-column > *
{
	margin-bottom: 1.6667em; /* 30/18 */
}
.column-full-width.content
{
	float: none;
	width: auto;
}

/* Framework > Toolbar */

.row-toolbar .form-searchbox
{
	min-width: 360px;
}
.row-toolbar .wrapper > *
{
	display: inline-block;
	float: left;
	margin: 1.25em 0.75em 1.25em 0; /* 20/16 12/16 20/16 0 */
	font-size: 0.8889em; /* 18/16 */
}
.fontsize button
{
	position: relative;
	width: 2.375em; /* 38/16 */
	height: 2.375em; /* 38/16 */
	overflow: hidden;
	margin-bottom: 0;
	margin-left: -0.1875em; /* -3/16 */
	text-indent: -99999px;
}
.fontsize button:first-child
{
	margin-left: 0;
}
.fontsize button:before,
.fontsize button::before
{
	content: 'A';

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 0;
	text-align: center;
	line-height: 2.375em; /* 38/16 */
	vertical-align: middle;
}
.fontsize .fontsize-smaller:before,
.fontsize .fontsize-smaller::before
{
	content: '–'
}
.fontsize .fontsize-larger:before,
.fontsize .fontsize-larger::before
{
	content: '+'
}
.today
{
	color: #333;
	font-family: Aleo, Georgia, Times, serif;
	font-weight: bold;
	line-height: 2.375em; /* 38/16 */
	white-space: nowrap;
}
.today span
{
	display: inline-block;
	margin-right: 0.5em; /* 8/16 */
	padding-left: 0.8125em; /* 13/16 */
	border-left: solid 1px #e6e9eb;
}
.today span:first-child
{
	padding-left: 0.25em; /* 4/16 */
	border: none;
}

/* Framework > Header */

.row-header
{
	position: relative;
	z-index: 1001;
	background: #25438a;
	border-top: solid 1.9444444444em rgba(98,131,192,0.96); /* 35/18 */
	border-bottom: solid 1.9444444444em rgba(98,131,192,0.96); /* 35/18 */
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box; /* makes transparent borders unaffected by the background-color */
}
.fixed-header .row-header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-width: 0;
	/*transition: border 0.5s;*/
}
.row-header h1 /* only for screen readers and the document outline */
{
	/*position: absolute;*/
	overflow: hidden;
	height: 0;
	margin: 0;
	font-size: 0;
}

/* Framework > Header > Logo */

.row-header .logo
{
	float: right;
	max-width: 15.9444444444em; /* 287/18 */
	margin: -1.9444444444em 0; /* -35/18 0 */
}
.fixed-header .row-header .logo
{
	overflow: hidden;
	width: 200px;
}
.fixed-header .row-header .logo img
{
	width: 287px;
	max-width: none;
}

/* Framework > Header > Suchbox */

.row-header .form-searchbox
{
	display: none;
}

/* Framework > Header > Hauptnavigation */

#navigation ul
{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.3333em; /* 24/18 */
}
#navigation ul li
{
	float: left;
	margin: 0;
}
#navigation ul li:before,
#navigation ul li::before
{
	display: none;
}
#navigation ul li a
{
	display: block;
	text-decoration: none;
}

/* Framework > Header > Hauptnavigation > Erste Ebene */

#navigation > ul > li > a
{
	padding: 0.8333em 1em 0.6667em 1em; /* 15/18 18/18 12/18 18/18 */
	color: #fff;
	font-weight: bold;
}
#navigation > ul > .active > a
{
	color: #8ba9e3;
}
#navigation > ul > li > a.expanded
{
	background-color: #d7e3fa;
	color: #25438a;
}

/* Framework > Header > Hauptnavigation > Zweite Ebene */

#navigation ul ul
{
	font-size: 0.8889em; /* 16/18 */
	line-height: 1.3125em; /* 21/16 */
}
#navigation ul ul ul
{
	font-size: 1em; /* 16/16 */
}
#navigation .wrapper
{
	max-width: 71.25em; /* 1140/16 */
	padding-right: 1.875em; /* 30/16 */
	padding-left: 1.875em; /* 30/16 */
}
#navigation .sub-nav
{
	display: none;
	position: absolute;
	top: 2.7778em; /* 50/18 */
	left: 0;
	width: 100%;
	padding: 2.7778em 0 3.1111em 0; /* 50/18 0 56/18 0 */
	background: #d7e3fa;
}
#navigation .sub-nav.expanded
{
	display: block;
}
#navigation .sub-nav > ul > li
{
	width: 31.5789473684%; /* (360/1140)*100 */
	margin-left: 2.6315789474%; /* (30/1140)*100 */
}
#navigation .sub-nav > ul > li:nth-child(3n-1)
{
	clear: left;
	margin-left: 0;
}
#navigation ul ul li
{
	border-top: solid 1px #b7ccf2;
}
#navigation ul ul > li:nth-child(-n+4)
{
	border-top: none;
}
#navigation ul ul li a
{
	padding: 0.75em 0 0.625em 1.6875em; /* 12/16 0 10/16 27/16 */
	background: transparent url(../images/layout/subnavigation-links-arrow-200.png) no-repeat -2px 0.5625em; /* -2 9/16 */
	background-size: 26px 26px;
	color: #25438a;
}
#navigation ul ul li a:hover,
#navigation ul ul li a:focus
{
	text-decoration: underline;
}

/* Framework > Brotkrumnen-Navigation */

#breadcrumb
{
	padding: 1.4444em 0; /* 26/18 0 */
	background: #f5f6f7;
	color: #25438a;
}
#breadcrumb a
{
	color: #25438a;
	text-decoration: none;
}
#breadcrumb a:hover,
#breadcrumb a:focus
{
	text-decoration: underline;
}
#breadcrumb span
{
	margin-right: 0.375em; /* 6/16 */
	font-size: 0.8889em; /* 16/18 */
}
#breadcrumb ol
{
	display: inline;
	margin: 0;
	color: #25438a;
	font-size: 0.8889em; /* 16/18 */
}
#breadcrumb li
{
	display: inline;
	margin: 0 0.375em 0 0; /* 0 6/16 0 0 */
	padding-right: 1em; /* 16/16 */
	white-space: nowrap;
	background: transparent url(../images/layout/breadcrumb-arrow-200.png) no-repeat right center;
	background-size: 7px 12px;
}
#breadcrumb li:before,
#breadcrumb li::before
{
	display: none;
}
#breadcrumb li:last-child
{
	padding-right: 0;
	background: transparent;
}

/* Framework > Slider (Startseite) */

.frontpage .row-content
{
	clear: both;
}
.caroufredsel_wrapper
{
	border-top: solid 2px #fff; /* fights calculation inaccuracies */
}
.row-slider
{
	position: relative;
	top: -6.6666666667em; /* -120/18 */
	margin-bottom: -6.6666666667em; /* -120/18 */
}
.fixed-header .row-slider
{
	top: 0;
	margin-bottom: 0;
}
.row-slider h1 /* only for screen readers and the document outline */
{
	overflow: hidden;
	height: 0;
	margin: 0;
	font-size: 0;
}
.row-slider ul
{
	margin: 0;
}
.row-slider ul li
{
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.row-slider ul li:before,
.row-slider ul li::before
{
	display: none;
}
.row-slider ul li .wrapper
{
	height: 590px;
	margin-top: 120px; /* offset the overlay of the navigation */
}
.row-slider ul li .wrapper:before,
.row-slider ul li .wrapper::before
{
	content: ' ';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.row-slider ul li .overlay
{
	display: inline-block;
	vertical-align: middle;

	box-sizing: border-box;
	max-width: 470px;
	margin-left: 8.7719298246%; /* (100/1140)*100 */
	padding: 0.5556em 1.6667em 1.3889em 1.6667em; /* 10/18 30/18 25/18 30/18 */
	background: rgba(255,255,255,0.88);
}
.row-slider ul p:not(.more)
{
	color: #615557;
	font-size: 0.8889em; /* 16/18 */
}

/* Framework > Slider (Startseite) > Navigationselemente */

.row-slider .previous,
.row-slider .next
{
	position: absolute;
	z-index: 1000;
	top: 50%;
	display: block;
	overflow: hidden;
	width: 80px;
	height: 140px;
	margin-top: -70px;
	margin-top: -20px;

	background: transparent url(../images/layout/slider-arrow-spritesheet-200.png) no-repeat 0 0;
	background-size: 80px 560px;
	text-indent: -99999px;
}
.fixed-header .row-slider .previous,
.fixed-header .row-slider .next
{
	margin-top: -20px;
}
.row-slider .previous:hover,
.row-slider .previous:focus,
.row-slider .next:hover,
.row-slider .next:focus
{
	background-color: rgba(0,0,0,0.5);
}
.row-slider .previous
{
	left: 0;
	background-position: 0 0;
}
.row-slider .next
{
	right: 0;
	background-position: 0 -140px;
}
.row-slider .pagination
{
	position: absolute;
	z-index: 1000;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
}
.row-slider .pagination a
{
	display: inline-block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	margin: 0 5px 12px 5px;
	background: #333;
	border-radius: 50%;
	text-indent: -99999px;
}
.row-slider .pagination a.selected
{
	background: #ad1524;
}

/* Framework > Inhaltsbereich > Pressemitteilungen (Startseite) */

.column.content.press-releases
{
	padding: 0;
}
.column.content.press-releases h1
{
	display: inline-block;
	margin: 1.4286em 0.7143em 0.6429em 0; /* 40/28 20/28 18/28 0 */
	color: #333;
	font-size: 1.5556em; /* 28/18 */
	line-height: 1.2857em; /* 36/28 */
}
.column.content.press-releases .button
{
	padding-top: 0.3889em; /* 7/18 */
	padding-bottom: 0.3333em; /* 6/18 */
	padding-left: 0.8333em; /* 15/18 */
}

/* Framework > Rechte Spalte > Rubrikmenü (Aufschlagseiten) */
/* most styles inherited from .links */

#subnavigation ul
{
	font-size: 0.8889em; /* 16/18 */
}
#subnavigation ul li
{
	margin: 0;
	border-top: solid 1px #e6e9eb;
}
#subnavigation ul li:first-child
{
	border: none;
}
#subnavigation ul a
{
	display: block;
	padding-top: 0.75em; /* 12/16 */
	padding-bottom: 0.625em; /* 10/16 */
	background-image: url(../images/layout/subnavigation-links-arrow-200.png);
	background-position: -2px 0.5625em; /* -2 9/16 */
	color: #25438a;
}

/* Framework > Services auf einen Blick */

.row-services
{
	padding: 2.2222em 0 2.7778em 0; /* 40/18 0 50/18 0 */
	border-top: solid 1px #e6e9eb;
}
.row-services h1 /* only for screen readers and the document outline */
{
	/*position: absolute;*/
	overflow: hidden;
	height: 0;
	margin: 0;
	font-size: 0;
}
.row-services .wrapper .column
{
	float: left;
	width: 31.5789473684%; /* (360/1140)*100 */
	margin: 0 0 2.6315789474% 2.6315789474%; /* 0 0 (30/1140)*100 (30/1140)*100 */
}
.row-services .wrapper .column:first-child
{
	margin-left: 0;
}
.row-services h2
{
	margin-bottom: 0.8571em; /* 24/28 */
}

/* Framework > Services auf einen Blick > Online-Services */

.services .form-searchbox
{
	margin-bottom: 1.5em; /* 27/18 */
}

/* Framework > Services auf einen Blick > Leistungen von A-Z */

.services-alphabetical ol.alphabet
{
	margin-top: 0;
}
.services-alphabetical ol.alphabet li
{
	padding: 0 0 12.5% 12.5%; /* 0 0 (45/360)*100 (45/360)*100 */
}

/* Framework > Rechte Spalte > Services auf einen Blick (Startseite) */

.column-services h1 /* only for screen readers and the document outline */
{
	/*position: absolute;*/
	overflow: hidden;
	height: 0;
	margin: 0;
	font-size: 0;
}
.column-services h2
{
	margin-top: 1.4286em; /* 40/28 */
}

/* Framework > Rechte Spalte > Services auf einen Blick (Startseite) > Kontaktelement */

.column.right-column.column-services
{
	padding-top: 0;
	padding-bottom: 0;
}
.column-services .contact
{
	margin-top: 2.2222em; /* 40/18 */
}
.column-services .contact h2
{
	display: none;
}
.column-services .office-phone-number
{
	display: block;
	margin-bottom: 1px;
	padding: 10% 0;
	background: #f5f6f7;
}
.column-services .office-phone-number img
{
	max-width: 150px;
	margin: 0 auto;
}
.column-services .contact .button
{
	display: block;
}

/* Framework > Rechte Spalte > Routenplaner ("Wo Sie uns finden") */

.public-transportation h3
{
	font-size: 1.1111em; /* 20/18 */
}
.row-timetable .column
{
	margin-top: -1px;
	background: #fff;
	border: solid 1px #e6e9eb;
	text-align: center;
}
.row-timetable .column:first-child
{
	margin-top: 0;
}
.row-timetable .column h3
{
	margin-top: 0.8em; /* 16/20 */
}
.row-timetable .column p
{
	margin: 0.5em 0 1em 0; /* 8/16 0 16/16 0 */
	font-size: 0.8889em; /* 16/18 */
}
.row-timetable .column .image
{
	margin: 0;
}
.row-timetable .column .image a
{
	padding: 0;
}
.row-timetable .column .image a img
{
	margin: 0;
}
.form-route-planner h3
{
	margin-top: -0.2em; /* -4/20 */
}
.form-route-planner p
{
	margin: 1em 0 0.5em 0; /* 16/16 0 8/16 0 */
}
.form-route-planner .row
{
	margin: 0 0 1em 0; /* 0 0 18/18 0 */
}

/* Allgemeine Einstellungen > Teaser-Elemente */

.teaser > .image
{
	display: block;
}
.teaser > h2
{
	color: #5676b2;
	font-size: 1.2222em; /* 22/18 */
}
.teaser > h2 a
{
	color: #5676b2;
}
.teaser > h2 a:hover,
.teaser > h2 a:focus
{
	text-decoration: underline;
}
.teaser > p
{
	color: #615557;
	font-size: 0.8889em; /* 16/18 */
}
.teaser > p a
{
	color: #615557;
	text-decoration: none;
}
.teaser a[target=_blank]
{
	padding-left: 0;
}
.teaser *:not(.more) a[target=_blank]
{
	background: transparent;
}
.teaser a[target=_blank] img
{
	margin-left: 0;
}
.teaser > .more
{
	margin-bottom: 0.3333em; /* 6/18 */
	color: #333;
	font-size: 1em; /* 18/18 */
}
.teaser > .more a
{
	color: #333;
}

/* Framework > Teaser-Liste */

.teasers .column:before,
.teasers .column::before
{
	display: none;
}

/* Framework > Teaser-Liste (Startseite) */

.row-teasers h1
{
	margin: 0.9286em 0 0.6429em 0; /* 26/28 0 18/28 0 */
	color: #333;
	font-size: 1.5556em; /* 28/18 */
	line-height: 1.2857em; /* 36/28 */
}
.row-teasers .wrapper.teasers
{
	padding-bottom: 1em; /* 18/18 */
}
.row-teasers .wrapper .column
{
	float: left;
	width: 31.5789473684%; /* (360/1140)*100 */
	margin: 0 0 2.6315789474% 2.6315789474%; /* 0 0 (30/1140)*100 (30/1140)*100 */
}
.row-teasers .wrapper .column:nth-child(3n+1)
{
	clear: left;
	margin-left: 0;
}

/* Framework > Inhaltsbereich > Teaser-Liste (Aufschlagseite) */

.column .teasers.wrapper .column
{
	float: left;
	width: 47.9166666667%; /* (345/720)*100 */
	margin: 0 0 4.1666666667% 4.1666666667%; /* 0 0 (30/720)*100 (30/720)*100 */
}
.column .teasers.wrapper .column:nth-child(odd)
{
	clear: left;
	margin-left: 0;
}

/* Framework > Inhaltsbereich > LVW > Listen */

.form-lvw-add-zufish
{
	margin-top: 1em; /* 18/18 */
}
.lvw-toplink
{
	/*margin-top: -16px;*/
	margin-bottom: 1.5556em; /* 28/18 */
}
.list-lvw
{
	margin-top: 0.6667em; /* 12/18 */
}
.list-lvw > li
{
	margin: 0;
	border-bottom: solid 1px #e6e9eb;
}
.list-lvw > li:first-child
{
	border-top: solid 1px #e6e9eb;
}
.list-lvw > li:before,
.list-lvw > li::before
{
	display: none;
}
.list-lvw > li > a
{
	display: block;
	padding: 0.4444em 0.8333em 0.3333em 45px; /* 8/18 15/18 6/18 45 */
	background: transparent url(../images/layout/links-arrow-200.png) no-repeat 13px 0.3333em; /* 13 6/18 */
	background-size: 26px 26px;
	text-decoration: none;
}
.list-lvw > li > a:hover,
.list-lvw > li > a:focus
{
	text-decoration: underline;
}
.list-lvw > li > a[target=_blank]
{
	background: transparent url(../images/layout/external-200.png) no-repeat 13px 0.2222em; /* 13 4/18 */
	background-size: 26px 26px;
}
.list-lvw > li > a .zufish-icon
{
	display: inline;
	margin-left: 4px;
	vertical-align: middle;
}

/* Framework > Inhaltsbereich > LVW > Fachbereich-Listen */

.list-lvw-fb
{
	margin-top: 0;
}
.list-lvw-fb > li
{
	border-bottom: none;
}
.list-lvw-fb > li:first-child
{
	border-top: none;
}

/* Framework > Inhaltsbereich > LVW > Leistungs-Detailseiten */

h2.category-list
{
	position: relative;
	margin-bottom: -1px;
	padding: 0.6429em 1.0714em; /* 18/28 30/28 */
	background: #f5f6f7;
	border: solid 1px #e6e9eb;
	border-bottom: none;
}
.teaser-lvw
{
	overflow: hidden;
	margin-bottom: -1px;
	padding: 1.3889em 1.6667em 1.1111em 1.6667em; /* 25/18 30/18 20/18 30/18 */
	border: solid 1px #e6e9eb;
}
.teaser-lvw > *:first-child
{
	margin-top: 0;
}
.lvw-backlink
{
	margin-top: 1em; /* 18/18 */
}
.lvw-backlink-service-overview
{
	margin-bottom: -0.1111em; /* -2/18 */
	padding-bottom: 0.8889em; /* 16/18 */
	border-bottom: solid 1px #e6e9eb;
}

/* Framework > Inhaltsbereich > LVW > Leistungs-Detailseiten > Spezieller Hinweis */

.lvw-special-notice
{
	overflow: hidden;
	padding: 0 1.6667em 1.1111em 1.6667em; /* 0 30/18 20/18 30/18 */
	background: #f5f6f7;
}
.lvw-special-notice ul
{
	margin-bottom: 0;
}

/* Framework > Inhaltsbereich > LVW > Formulare & Dokumente */

.filesize
{
	color: #333;
}
.list-lvw-category h4
{
	margin-left: 1em; /* 20/20 */
}
.list-lvw-categories
{
	margin: 0;
}
.list-lvw-categories > li
{
	/*border-t*/
	border-bottom: none;
}
.list-lvw-categories > li:first-child
{
	border-top: none;
}
.list-lvw-categories > .list-lvw-documents
{
	border-bottom: solid 1px #e6e9eb;
}
.list-lvw-categories > .list-lvw-documents:first-child
{
	border-top: solid 1px #e6e9eb;
}

/* Framework > Inhaltsbereich > LVW > Lexikon */

ol.lvw-alphabet
{
	overflow: hidden;
	margin: 0 0 20px 0;
}
ol.lvw-alphabet li
{
	padding: 0 0 11.1111111111% 11.1111111111%; /* 0 0 100/11 100/11 */
}
ol.lvw-alphabet .lvw-menueon a,
ol.lvw-alphabet .lvw-menueon a:hover,
ol.lvw-alphabet .lvw-menueon a:focus
{
	background: #25438a;
	color: #fff;
}

/* Framework > Inhaltsbereich > Suche > Formular */

.search-messages
{
	margin-bottom: 2em; /* 36/18 */
}
.form-search h2
{
	margin: 1.0909em 0 0.9091em 0; /* 24/22 0 20/22 0 */
	font-size: 1.2222em; /* 22/18 */
}
.form-search ul
{
	margin: 0 0 1.3333em 0; /* 0 0 24/18 0 */
}
.form-search ul li
{
	margin-right: 0;
	margin-left: 0;
}
.form-search ul li:before,
.form-search ul li::before
{
	display: none;
}
.form-search .row
{
	padding-top: 1em; /* 18/18 */
	border-top: solid 1px #e6e9eb;
}

/* Framework > Inhaltsbereich > Suche > Suchergebnisse */

.search_category
{
	margin: 1.0714em 0 0.8571em 0; /* 30/28 0 24/28 0 */
}
.search_category span
{
	display: inline-block;
	font-weight: normal;
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.search-more
{
	margin: 1.5em 0 2.5em 0; /* 27/18 0 45/18 0 */
	text-align: right;
}
.search_result
{
	margin-top: -1px;
	padding-bottom: 0.8889em; /* 16/18 */
	border-top: solid 1px #e6e9eb;
	border-bottom: solid 1px #e6e9eb;
}
.search_result h3 img
{
	display: inline-block;
	margin-left: 0.2222em; /* 4/18 */
}
.search_result .release
{
	font-weight: normal;
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.9545em; /* 21/22 */
}
.search_result .url
{
	color: #737b8f;
	font-size: 0.8889em; /* 16/18 */
}
.search_result .url .tag
{
	margin-right: 0.25em; /* 4/16 */
}

/* Framework > Inhaltsbereich > Suche > Suchergebnisse > Pagination */

.search_pagination
{
	overflow: hidden;
	margin-top: -1px;
	padding: 14px 0 10px 0;
	border-top: solid 1px #e6e9eb;
	border-bottom: solid 1px #e6e9eb;
}
.search_pagination .search_page_wrapper
{
	float: right;
}
.search_pagination a,
.search_pagination span
{
	display: inline-block;
}
.search_pagination .page,
.search_pagination .hits
{
	padding: 0.2222em 0 0.1111em 0; /* 4/18 0 2/18 0 */
}
.search_pagination .previous,
.search_pagination .next,
.search_pagination .menue,
.search_pagination .menue_active
{
	margin-bottom: 0.2778em; /* 5/18 */
	padding: 0.2222em 0.6667em 0.1111em 0.6667em; /* 4/18 12/18 2/18 12/18 */
	background: #e6e9eb;
	color: #52484a;
}
.search_pagination .menue_active
{
	background: #25438a;
	color: #fff;
}
.search_pagination a:hover,
.search_pagination a:focus
{
	text-decoration: none;
}
.search_pagination a:not(.menue_active):hover,
.search_pagination a:not(.menue_active):focus
{
	background-color: #d4dadd;
}
.search_pagination .previous .fa,
.search_pagination .next .fa
{
	font-size: 0.8889em; /* 16/18 */
}
.search_pagination .previous .fa
{
	margin-right: 0.1875em; /* 3/16 */
}
.search_pagination .next .fa
{
	margin-left: 0.1875em; /* 3/16 */
}

/* Framework > Inhaltsbereich > Sitemap */

#sitemap ul
{
	margin: 0;
}
#sitemap li
{
	margin: 0;
}
#sitemap a
{
	display: block;
}

/* Framework > Inhaltsbereich > Sitemap > Erste Ebene */

#sitemap > ul > li
{
	float: left;
	width: 47.9166666667%; /* (345/720)*100 */
	margin: 0 0 4.1666666667% 4.1666666667%; /* 0 0 (30/720)*100 (30/720)*100 */
}
#sitemap > ul > li:nth-child(odd)
{
	clear: left;
	margin-left: 0;
}
#sitemap > ul > li > a
{
	padding: 0.6429em 0.5357em 0.5714em 0; /* 18/28 15/28 16/28 0 */
	background: transparent;
	color: #333;
	font: normal bold 1.5556em/1.1429em Aleo, Georgia, Times, serif; /* 28/18 32/28 */
}

/* Framework > Inhaltsbereich > Sitemap > Zweite Ebene */

#sitemap ul ul > li
{
	border-top: solid 1px #e6e9eb;
}
#sitemap ul ul li a
{
	padding-top: 0.5556em; /* 10/18 */
	padding-right: 0.8333em; /* 15/18 */
	padding-bottom: 0.4444em; /* 8/18 */
	background-position: -2px 0.4444em; /* -2 8/18 */
}
#sitemap ul ul li a[target=_blank]
{
	background-position: -2px 0.5em; /* -2 9/18 */
}

/* Framework > Inhaltsbereich > Umfragen */

.row .panel
{
	border-top: solid 1px #e6e9eb;
}
.row .panel:first-child,
.lypoll-survey .panel
{
	border-top: none;
}
.column.content h2.page-header
{
	margin: -0.5714em 0 1.1429em 0; /* -16/28 0 32/28 0 */
	color: #7a6c6e;
	font-weight: normal;
}
.column.content h2.page-header a
{
	color: #7a6c6e;
}

.lypoll h5
{
	margin-top: 0;
	margin-bottom: 0.8889em; /* 16/18 */
}
.panel-body h4
{
	margin-top: 0.7em; /* 14/20 */
	color: #5676b2;
}
.panel-body > h5
{
	margin-top: 0.1111em; /* 2/18 */
	margin-bottom: 0.7778em; /* 14/18 */
}
.lypoll ol
{
	margin-top: 0.8889em; /* 16/18 */
}

/* Framework > Rechte Spalte > Umfragen */

#lypoll-navigation ul
{
	font-size: 0.8889em; /* 16/18 */
}
#lypoll-navigation ul li
{
	margin: 0;
	border-top: solid 1px #e6e9eb;
}
#lypoll-navigation ul li:first-child
{
	border: none;
}
#lypoll-navigation ul a
{
	display: block;
	padding-top: 0.75em; /* 12/16 */
	padding-bottom: 0.625em; /* 10/16 */
	background-image: url(../images/layout/subnavigation-links-arrow-200.png);
	background-position: -2px 0.5625em; /* -2 9/16 */
	color: #25438a;
}
#lypoll-navigation ul a.active
{
	background-image: url(../images/layout/more-arrow-200.png);
	background-position: 6px 10px;
	background-size: 11px 1.5em; /* 11 24/16 */
	color: #333;
	font-weight: bold;
}

/* Framework > Inhaltsbereich > Herrenhäuser */

.herrenhaeuser a[name]
{
	display: block;
	height: 1px;
}

/* Framework > Toplink */

.row-toplink
{
	padding: 0.5556em 0 0.5em 0; /* 10/18 0 9/18 0 */
	background: rgba(240,240,240,0.86);
	text-align: center;
}
.row-toplink a
{
	display: inline-block;
	padding-left: 30px;
	background: transparent url(../images/layout/toplink-arrow-200.png) no-repeat left center;
	background-size: 24px 24px;
	color: #333;
	font-weight: bold;
	font-family: Aleo, Georgia, Times, serif;
}
.fixed-toplink .row-toplink
{
	position: fixed;
	z-index: 1000;
	left: 0;
	bottom: 0;
	width: 100%;
}
.fixed-toplink .row-further-information
{
	margin-top: 2.6111em; /* 47/18 offset the missing height */
}

/* Framework > Weiterführende Informationen */

.row-further-information
{
	background: #25438a;
}
.row-further-information h1 /* only for screen readers and the document outline */
{
	/*position: absolute;*/
	overflow: hidden;
	height: 0;
	margin: 0;
	font-size: 0;
}
.row-further-information .wrapper
{
	position: relative;
	max-width: 66.6666666667em; /* (1200/18) */
	padding: 0;
	color: #d7e3fa;
}
.row-further-information .wrapper .column
{
	float: left;
	box-sizing: border-box;
	width: 33.3333333333%; /* (400/1200)*100 */
	padding: 1.1111em 1.6667em 1.6667em 1.6667em; /* 20/18 30/18 30/18 30/18 //ehemals: (30/1140)*100 (2.6315789474%) */
}
.row-further-information .wrapper .column:first-child
{
	border: none;
}
.row-further-information .wrapper .column:before,
.row-further-information .wrapper .column::before
{
	content: '';
	position: absolute;
	top: 0;
	display: block;
	height: 100%;
	width: 1px;
	background: #6283c2;
}
.row-further-information .wrapper .column.contact:before,
.row-further-information .wrapper .column.contact::before
{
	left: 0;
	display: none;
}
.row-further-information .wrapper .column.information:before,
.row-further-information .wrapper .column.information::before
{
	left: 33.3333333333%;
}
.row-further-information .wrapper .column.links:before,
.row-further-information .wrapper .column.links::before
{
	left: 66.6666666667%;
}
.row-further-information h2
{
	margin-bottom: 1em; /* 22/22 */
	color: #fff;
	font-size: 1.2222em; /* 22/18 */
}
.row-further-information a
{
	color: #d7e3fa;
	text-decoration: none;
}
.row-further-information a:hover,
.row-further-information a:focus
{
	text-decoration: underline;
}
.row-further-information .more
{
	font-size: 1em; /* 18/18 */
}
.row-further-information .more a
{
	background-image: url(../images/layout/further-information-more-arrow-200.png);
	color: #fff;
}
.row-further-information .office-phone-number
{
	display: inline-block;
	max-width: 150px;
}
.row-further-information address,
.row-further-information p,
.row-further-information ul
{
	font-size: 0.8889em; /* 16/18 */
}
.row-further-information ul
{
	margin-top: 0;
}
.row-further-information ul a
{
	background-image: url(../images/layout/further-information-links-arrow-200.png);
}
.row-further-information ul a[target=_blank]
{
	background-image: url(../images/layout/further-information-external-200.png);
}

/* Framework > Footer */

.row-footer
{
	padding: 2.2222em 0; /* 40/18 0 */
	background: #e6e9eb;
	text-align: center;
}
.row-footer .copyright
{
	margin-bottom: 0.2222em; /* 4/18 */
	color: #333;
	font-weight: bold;
	font-family: Aleo, Georgia, Times, serif;
}
.row-footer .legal
{
	margin: 0;
	color: #615557;
	font-size: 0.8889em; /* 16/18 */
}
.row-footer .legal a
{
	display: inline-block;
	margin-left: -0.25em; /* -4/16 */
	color: #615557;
	text-decoration: none;
}
.row-footer .legal a:hover,
.row-footer .legal a:focus
{
	text-decoration: underline;
}
.row-footer .legal a:after,
.row-footer .legal a::after
{
	content: '·';

	display: inline-block;
	width: 1.25em; /* 20/16 */
	text-align: center;
}
.row-footer .legal a:last-child:after,
.row-footer .legal a:last-child::after
{
	display: none;
}

/* Framework > Popup */

.mfp-content
{
	text-align: center;
}
.white-popup
{
	display: inline-block;
	position: relative;
	background: #FFF;
	padding: 30px 20px;
	width: auto;
	max-width: 1000px; /* 500px */
	margin: 20px auto;
}
.white-popup table td
{
	border: 1px solid black;
	vertical-align: top;
	padding: 5px;
}
.mfp-bottom-bar
{
	padding-top: 6px;
}

/* Pressemitteilungen (alte) */

/*p img.ausrichtung-links,*/
main > img.ausrichtung-links
{
	margin: 0 1em 1em 0;
}

/*p img.ausrichtung-rechts,*/
main > img.ausrichtung-rechts
{
	margin: 0 0 1em 1em;
}

/* Breakpoints */

@media screen and (max-width: 1040px)
{
	/* Framework > Header > Logo */

	.row-header .logo
	{
		max-width: 9.5555555556em; /* 172/18 */
		margin: -0.7778em 0; /* -14/18 0 */
	}
	.fixed-header .row-header .logo
	{
		width: 120px;
	}
	.fixed-header .row-header .logo img
	{
		width: 172px;
	}

	/* Framework > Header > Hauptnavigation > Erste Ebene */

	#navigation > ul
	{
		font-size: 0.8889em; /* 16/18 */
	}
	#navigation > ul > li > a
	{
		padding-right: 0.8125em; /* 13/16 */
		padding-left: 0.8125em; /* 13/16 */
	}

	/* Framework > Header > Hauptnavigation > Zweite Ebene */

	#navigation ul ul
	{
		font-size: 1em; /* 16/16 */
	}

	/* Framework > Slider (Startseite) */

	.row-slider
	{
		top: -6.3888888889em; /* -115/18 */
		margin-bottom: -6.3888888889em; /* -115/18 */
	}
	.fixed-header .row-slider
	{
		top: 0;
		margin-bottom: 0;
	}
	.row-slider ul li .wrapper
	{
		margin-top: 115px; /* offset the overlay of the navigation */
	}
}

@media screen and (min-width: 821px) and (max-width: 1040px)
{
	/* Allgemeine Einstellungen > Bildergalerie */

	.gallery a p
	{
		font-size: 0.8333em; /* 15/18 */
	}
}

@media screen and (min-width: 821px)
{
	/* Allgemeine Einstellungen */

	.hidden-desktop
	{
		display: none !important;
	}

	/* Framework > Header > Hauptnavigation */

	.navigation-wrapper
	{
		height: auto !important; /* overwrite height set by javascript */
	}
	.open-menu-button,
	.close-menu-button-wrapper,
	.back-button-wrapper
	{
		display: none;
	}

	/* Framework > Header > Hauptnavigation > Zweite Ebene */

	#navigation ul ul li:first-child
	{
		display: none;
	}
}

@media screen and (max-width: 820px)
{
	/* Allgemeine Einstellungen */

	body
	{
		font-size: 1.125em !important; /* 18/16 overwrite inline styles from the fontsize-tool */
	}
	.hidden-tablet
	{
		display: none !important;
	}

	/* Allgemeine Einstellungen > Infokasten */

	.infobox
	{
		padding-right: 1.6667em; /* 30/18 */
		padding-left: 1.6667em; /* 30/18 */
	}
	.column.right-column .infobox
	{
		background: #fff;
		border: none;
	}

	/* Framework */

	.column.content,
	.column.right-column
	{
		float: none;
		width: auto;
		margin: 0;
	}
	.column.content
	{
		padding-bottom: 2.5em; /* 45/18 */
	}
	.column.right-column
	{
		margin: 0 -1.6667em; /* 0 -30/18 */
		padding: 2.7778em 1.6667em 1.1111em 1.6667em; /* 50/18 30/18 20/18 30/18 */
		background: #f5f6f7;
		text-align: center;
	}
	.column.right-column > *
	{
		display: inline-block;
		width: 100%;
		max-width: 540px;
		margin-bottom: 1.6667em; /* 30/18 */
		text-align: left;
	}
	.column.right-column > script
	{
		display: none;
	}

	/* Framework > Toolbar */

	.row-toolbar
	{
		display: none;
	}

	/* Framework > Header */

	.row-header
	{
		border: none;
	}
	.fixed-header .row-header
	{
		position: static;
	}

	/* Framework > Header > Logo */

	.row-header .logo
	{
		margin: 0;
	}

	/* Framework > Header > Suchbox */

	.row-header .form-searchbox
	{
		display: block;
		left: 0;
		right: 0;
		margin: 0 1.6667em; /* 0 30/18 */
	}

	/* Framework > Header > Hauptnavigation */

	.open-menu-button
	{
		margin: 15px 0 17px -9px;
		padding: 6px 12px 6px 46px;
		background: transparent url(../images/layout/open-menu-button-200.png) no-repeat left center;
		background-size: 40px 40px;
		color: #fff;
		font-size: 16px;
	}
	.open-menu-button:hover,
	.open-menu-button:focus
	{
		background-color: transparent;
	}
	.navigation-wrapper
	{
		position: absolute; /* fixed does not work with a parent that uses a transform, maybe absolute and js calculated browser height */
		top: 0;
		left: 0;
		bottom: 0;

		background: #d7e3fa;
		width: 100%;
		max-width: 360px;

		-webkit-transform: translate3D(-100%, 0, 0);
		-ms-transform: translate3D(-100%, 0, 0);
		transform: translate3D(-100%, 0, 0);
	}
	.close-menu-button-wrapper
	{
		margin: 0 1.6667em; /* 0 30/18 */
	}
	.close-menu-button
	{
		display: block;
		width: 100%;
		margin: 15px 0 17px -10px;
		padding: 6px 12px 6px 42px;
		background: transparent url(../images/layout/close-menu-button-200.png) no-repeat left center;
		background-size: 40px 40px;
		color: #25438a;
		font-size: 16px;
	}
	.close-menu-button:hover,
	.close-menu-button:focus
	{
		background-color: transparent;
	}
	body.offset
	{
		position: relative;
		overflow: hidden;
		transition: 0.5s;

		-webkit-transform: translate3D(360px, 0, 0);
		-ms-transform: translate3D(360px, 0, 0);
		transform: translate3D(360px, 0, 0);
	}
	body.no-offset
	{
		-webkit-transform: translate3D(0, 0, 0);
		-ms-transform: translate3D(0, 0, 0);
		transform: translate3D(0, 0, 0);
	}
	body > .overlay
	{
		opacity: 0;
		transition: opacity 0.5s;
	}
	body.offset > .overlay
	{
		display: block;
		position: absolute;
		z-index: 1002;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(51,51,51,0.5);
		background: #000;
		opacity: 0.5;
	}
	body.no-offset > .overlay
	{
		opacity: 0;
	}

	#navigation
	{
		position: absolute;
		top: 170px;
		bottom: 0;
		left: 0;
		right: 0;

		overflow: auto;
		overflow-x: hidden;
		overflow-y: auto;
	}
	#navigation ul,
	#navigation .wrapper
	{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 0 1.875em 40px 1.875em; /* 0 30/16 40 30/16 */
	}
	#navigation ul li
	{
		float: none;
	}

	/* Framework > Header > Hauptnavigation > Erste Ebene */

	#navigation ul
	{
		text-transform: uppercase;
	}
	#navigation > ul > li
	{
		border-bottom: solid 1px #b7ccf2;
	}
	#navigation > ul > li:first-child
	{
		border-top: solid 1px #b7ccf2;
	}
	#navigation > ul > li > a
	{
		padding: 0.75em 1.6875em 0.625em 0.625em; /* 12/16 27/16 10/16 10/16 */
		background: transparent url(../images/layout/subnavigation-links-arrow-200.png) no-repeat right 0.5625em; /* -2 9/16 */
		background-size: 26px 26px;
		color: #25438a;
	}
	#navigation > ul > .active > a
	{
		color: #25438a;
	}
	#navigation > ul > li > a.expanded
	{
		background-color: transparent;
	}

	/* Framework > Header > Hauptnavigation > Zweite Ebene */

	#navigation .back-button-wrapper
	{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 1.875em; /* 0 30/16 */
	}
	#navigation .back-button
	{
		display: block;
		width: 100%;
		padding: 0.75em 0.625em 0.625em 1.6875em; /* 12/16 10/16 10/16 27/16 */
		background: transparent url(../images/layout/menu-back-button-200.png) no-repeat 2px center;
		background-size: 26px 26px;
		border-top: solid 1px #b7ccf2;
		color: #25438a;
		font-weight: bold;
		font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
		text-align: right;
		text-transform: uppercase;
	}
	#navigation .wrapper
	{
		top: 44px;
	}
	#navigation .sub-nav
	{
		display: block;
		overflow: hidden;
		height: 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;

		width: auto;
		padding: 0;
		background: #d7e3fa;

		transition: 0.5s;
		-webkit-transform: translate3D(100%, 0, 0);
		-ms-transform: translate3D(100%, 0, 0);
		transform: translate3D(100%, 0, 0);
	}
	#navigation .expand-tablet .sub-nav
	{
		overflow: auto;
		height: auto;
	}
	#navigation .expanded-tablet .sub-nav
	{
		overflow: auto;
		height: auto;
		-webkit-transform: translate3D(0, 0, 0);
		-ms-transform: translate3D(0, 0, 0);
		transform: translate3D(0, 0, 0);
	}
	#navigation .sub-nav > ul > li,
	#navigation .sub-nav > ul > li:nth-child(3n-2)
	{
		float: none;
		width: auto;
		margin: 0;
	}
	#navigation ul ul
	{
		text-transform: none;
	}
	#navigation ul ul li
	{
		border: none;
		border-bottom: solid 1px #b7ccf2;
	}
	#navigation ul ul li:first-child
	{
		border-top: solid 1px #b7ccf2;
	}
	#navigation ul ul li a
	{
		padding: 0.75em 0.625em 0.625em 0.625em; /* 12/16 10/16 10/16 10/16 */
		background: transparent;
	}

	/* Framework > Slider (Startseite) */

	.caroufredsel_wrapper
	{
		border: none;
	}
	.row-slider,
	.fixed-header .row-slider
	{
		top: 0;
		margin-bottom: 0;
		border: 0;
	}
	.row-slider ul li .wrapper
	{
		max-width: none;
		height: 460px;
		margin-top: 0;
		padding: 0;
		background: rgba(255,255,255,0.88);
		text-align: center;
	}
	.row-slider ul li .overlay
	{
		max-width: none;
		width: 100%;
		margin: 0 0 0 -0.2778em; /* 0 0 0 -5/18 combat the white-space */
		padding: 0.5556em 1.6667em 1.3889em 1.6667em; /* 10/18 30/18 25/18 30/18 */
		padding-right: 90px;
		padding-left: 90px;
		background: transparent;
	}

	/* Framework > Slider (Startseite) > Navigationselemente */

	.row-slider .previous,
	.row-slider .next
	{
		margin-top: -70px;
	}
	.row-slider .previous:hover,
	.row-slider .previous:focus,
	.row-slider .next:hover,
	.row-slider .next:focus
	{
		background-color: #fff;
	}
	.row-slider .previous
	{
		background-position: 0 -280px;
	}
	.row-slider .next
	{
		right: 0;
		background-position: 0 -420px;
	}
	.row-slider .pagination
	{
		position: absolute;
		z-index: 1000;
		left: 0;
		bottom: 0;
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
	}

	/* Framework > Rechte Spalte > Alphabetliste */

	ol.alphabet li a
	{
		border-color: #f5f6f7;
	}

	/* Framework > Rechte Spalte > Formularelemente */

	.row input[type=text],
	.row input[type=email],
	.row input[type=search],
	.row input[type=password],
	.row textarea,
	.row select
	{
		background-color: #fff;
	}

	/* Framework > Rechte Spalte > Rubrikmenü (Aufschlagseiten) */

	#subnavigation
	{
		display: none;
	}

	/* Framework > Rechte Spalte > Teaser-Elemente */

	.right-column .teaser .image
	{
		margin-bottom: -1px;
	}
	.right-column .teaser h2
	{
		margin-top: 0;
		padding-top: 0.9091em; /* 20/22 */
		border-top: solid 1px #e6e9eb;
	}

	/* Framework > Services auf einen Blick */

	.row-services
	{
		padding-top: 1em; /* 18/18 */
		padding-bottom: 2em; /* 36/18 */
		border-top: none; /* not needed with a gray right column */
	}
	.row-services .wrapper .column
	{
		clear: none;
		width: 47.9729729730%; /* (355/740)*100 */
		margin: 0 0 4.0540540541% 4.0540540541%; /* 0 0 (30/740)*100 (30/740)*100 */
	}
	.row-services .wrapper .column:nth-child(odd)
	{
		clear: left;
		margin-left: 0;
	}

	/* Framework > Services auf einen Blick > Leistungen von A-Z */

	.row-services .wrapper .column.services-alphabetical
	{
		width: 100%;
	}
	.row-services ol.alphabet li
	{
		padding: 0 0 7.6923076923% 7.6923076923%; /* 0 0 ((740/13)/740)*100 ((740/13)/740)*100 */
	}

	/* Framework > Teaser-Liste (Startseite) */

	.row-teasers .wrapper .column,
	.row-teasers .wrapper .column:nth-child(3n+1)
	{
		clear: none;
		width: 47.9729729730%; /* (355/740)*100 */
		margin: 0 0 4.0540540541% 4.0540540541%; /* 0 0 (30/740)*100 (30/740)*100 */
	}
	.row-teasers .wrapper .column:nth-child(odd)
	{
		clear: left;
		margin-left: 0;
	}

	/* Framework > Rechte Spalte > Services auf einen Blick (Startseite) */

	.column.column-services
	{
		background: transparent;
	}
	.column.column-services .wrapper
	{
		display: block;
		max-width: none;
		margin-bottom: 0;
	}
	.column.column-services .wrapper .column
	{
		float: left;
		width: 47.9729729730%; /* (355/740)*100 */
		margin: 0 0 4.0540540541% 4.0540540541%; /* 0 0 (30/740)*100 (30/740)*100 */
	}
	.column.column-services .wrapper .column:nth-child(odd)
	{
		clear: left;
		margin-left: 0;
	}
	.column-services h2
	{
		margin-top: 0.9286em; /* 26/28 */
	}

	/* Framework > Rechte Spalte > Services auf einen Blick (Startseite) > Kontaktelement */

	.column-services .contact
	{
		margin-top: 0;
	}
	.column-services .contact h2
	{
		display: block;
	}

	/* Framework > Weiterführende Informationen */

	.row-further-information .wrapper .column
	{
		width: 50%;
	}
	.row-further-information .wrapper .column:first-child
	{
		position: relative;
		z-index: 1;
		width: 100%;
		background: #25438a;
		border-bottom: solid 1px #6283c2;

		text-align: center;
	}
	.row-further-information .wrapper .column.information:before,
	.row-further-information .wrapper .column.information::before
	{
		display: none;
	}
	.row-further-information .wrapper .column.links:before,
	.row-further-information .wrapper .column.links::before
	{
		left: 50%;
	}

	/* Framework > Weiterführende Informationen > Kontakt */

	.row-further-information .wrapper .column.contact address,
	.row-further-information .wrapper .column.contact p.contact
	{
		display: inline-block;
		min-width: 12.5em; /* 200/16 */
		margin-right: 0.8125em; /* (15-2)/16 */
		margin-left: 0.8125em; /* (15-2)/16 */
	}
	.row-further-information .wrapper .column.contact address
	{
		text-align: right;
	}
	.row-further-information .wrapper .column.contact p.contact
	{
		text-align: left;
	}

	/* Klasse zum Ausblenden im mobilen Layout */

	.hide_mobile {
		display: none;
	}
}

@media screen and (max-width: 520px)
{
	/* Allgemeine Einstellungen */

	body
	{
		font-size: 1em !important; /* 16/16 */
	}
	.half,
	div.half
	{
		float: none;
		width: auto;
		padding-right: 0;
	}

	/* Allgemeine Einstellungen > Artikel-Liste */

	.item-list .image
	{
		display: none;
	}
	.item-list div
	{
		float: none;
		width: auto;
	}

	/* Allgemeine Einstellungen > Bildergalerie */

	.gallery a,
	.gallery a:nth-child(3n-2),
	.right-column .gallery a,
	.right-column .gallery a:nth-child(3n-2)
	{
		clear: none;
		width: 46.7391304348%; /* (215/460)*100 */
		margin: 0 0 6.5217391304% 6.5217391304%; /* 0 0 (30/360)*100 (30/460)*100 */
	}
	.gallery a:nth-child(2n-1),
	.right-column .gallery a:nth-child(2n-1)
	{
		clear: left;
		margin-left: 0;
	}

	/* Framework > Header > Logo */

	.row-header .logo
	{
		margin: 1px -12px 0 0;
	}

	/* Framework > Slider (Startseite) */

	.row-slider ul li .wrapper
	{
		height: 360px;
		padding-bottom: 60px;
	}
	.row-slider ul li .overlay
	{
		padding-right: 30px;
		padding-left: 30px;
	}

	/* Framework > Slider (Startseite) > Navigationselemente */

	.row-slider .previous,
	.row-slider .next
	{
		display: none !important;
	}

	/* Framework > Services auf einen Blick */

	.row-services .wrapper .column
	{
		float: none;
		width: auto;
		margin: 0 0 2em 0; /* 0 0 32/16 0 */
	}

	/* Framework > Services auf einen Blick > Leistungen von A-Z */

	.row-services ol.alphabet li
	{
		padding: 0 0 10% 10%;
	}

	/* Framework > Rechte Spalte > Services auf einen Blick (Startseite) */

	.column.column-services .wrapper
	{
		display: block;
		max-width: none;
		margin-bottom: 0;
	}
	.column.column-services .wrapper .column,
	.column.column-services .wrapper .column:nth-child(odd)
	{
		float: none;
		width: auto;
		margin: 0 0 2em 0; /* 0 0 32/16 0 */
	}

	/* Framework > Rechte Spalte > Services auf einen Blick (Startseite) > Leistungen von A-Z */

	.column.column-services ol.alphabet li
	{
		padding: 0 0 10% 10%;
	}

	/* Framework > Teaser-Liste (Startseite) */

	.row-teasers .wrapper .column,
	.row-teasers .wrapper .column:nth-child(3n+1)
	{
		float: none;
		width: auto;
		margin: 0 0 2em 0; /* 0 0 32/16 0 */
	}

	/* Framework > Inhaltsbereich > Teaser-Liste (Aufschlagseite) */

	.column .teasers.wrapper .column,
	.column .teasers.wrapper .column:nth-child(odd)
	{
		float: none;
		width: auto;
		margin: 0 0 2em 0; /* 0 0 32/16 0 */
	}

	/* Framework > Inhaltsbereich > Sitemap > Erste Ebene */

	#sitemap > ul > li,
	#sitemap > ul > li:nth-child(odd)
	{
		float: none;
		width: auto;
		margin-left: 0;
	}

	/* Framework > Weiterführende Informationen */

	.row-further-information .wrapper .column
	{
		float: none;
		width: auto;
		border-top: solid 1px #6283c2;
	}
	.row-further-information .wrapper .column:first-child
	{
		width: auto;
		border: none;
	}
	.row-further-information .wrapper .column.links:before,
	.row-further-information .wrapper .column.links::before
	{
		display: none;
	}

	/* Framework > Weiterführende Informationen > Kontakt */

	.row-further-information .wrapper .column.contact
	{
		text-align: left;
	}
	.row-further-information .wrapper .column.contact address,
	.row-further-information .wrapper .column.contact p.contact
	{
		display: block;
		min-width: 0;
		margin-right: 0;
		margin-left: 0;
		text-align: left;
	}

	/* Popup */
	.white-popup table td {
		display: block;
		border: 0 none;
		padding: 0;
	}
	.white-popup table td:first-child {
		font-weight: bold;
	}
	.white-popup table tr td:last-child {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 420px)
{
	/* Allgemeine Einstellungen > Formularelemente > Captcha */

	.row-captcha a,
	.row-captcha img
	{
		position: static;
		float: left;
		margin: 15px 15px 0 0;
	}
	#captcha_id
	{
		right: 49px;
		width: 155px;
		height: 50px;
	}
	#reload_captcha
	{
		margin: 0;
	}
}

@media screen and (max-width: 360px)
{
	/* Allgemeine Einstellungen > Bildergalerie */

	.gallery a,
	.gallery a:nth-child(3n-2),
	.right-column .gallery a,
	.right-column .gallery a:nth-child(3n-2),
	.gallery a:nth-child(2n-1),
	.right-column .gallery a:nth-child(2n-1)
	{
		display: block;
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}

	/* Framework > Header > Hauptnavigation */

	body.offset
	{
		-webkit-transform: translate3D(100%, 0, 0);
		-ms-transform: translate3D(100%, 0, 0);
		transform: translate3D(100%, 0, 0);
	}
}
