@charset "UTF-8";

:root {
	--hell-hell-grau: #f6f6f6;
	/* --rot: #e2001a; */
	--rot: #e0001b;
	--rot75: #e84053;
	--rot25: #f8bfc6;
	--gruen: #79B530;
	--blau: #009EE0;
	--gelb: #FECD1B;
	--hellgelb: #fecd1b40;
	--weiss: #fff;
	--schwarz: #000;

	/* Typo */
	--fontsize-body: .875rem;
	--fontsize-navi: 1rem;
	--fontsize-subnavi: .625rem;
	--fontsize-h1: 1.25rem;
	--fontsize-h2: 1rem;
	--fontsize-h3: 1.125rem;
	--fontsize-h4: 1rem;

	--font-fontawesome: "FontAwesome";

	--more-arrow-height: 1rem;
	--more-arrow-width: 2.183rem;
}
@media (min-width:1024px) { /* lg */
	:root {
		--fontsize-body: 1rem;
		--fontsize-navi: 1rem;
		--fontsize-subnavi: .75rem;
		--fontsize-h1: 1.875rem;
		--fontsize-h2: 1.25rem;
	}
}
@media (min-width:1280px) { /* xl */
	:root {
		--fontsize-body: 1.125rem;
		--fontsize-navi: 1.125rem;
		--fontsize-subnavi: .875rem;
		--fontsize-h1: 2.25rem;
		--fontsize-h2: 1.7rem;
		--fontsize-h3: 1.5rem;
		--fontsize-h4: 1.125rem;
	}
}
@media (min-width:1536px) { /* 2xl */
	:root {
		--fontsize-navi: 1.5rem;
		--fontsize-subnavi: 1rem;
		--fontsize-h1: 3rem;
		--fontsize-h2: 2rem;
	}
}

@font-face {
  font-display: swap;
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'),
       url('../fonts/pt-sans-v17-latin-regular.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/pt-sans-v17-latin-italic.woff2') format('woff2'),
       url('../fonts/pt-sans-v17-latin-italic.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-v17-latin-700.woff2') format('woff2'),
       url('../fonts/pt-sans-v17-latin-700.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/pt-sans-v17-latin-700italic.woff2') format('woff2'),
       url('../fonts/pt-sans-v17-latin-700italic.ttf') format('truetype');
}

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body,div,dl,dt,dd,ul,nav,menu,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}del,ins{text-decoration:none;}
/* Additions */
img{vertical-align: bottom;border: none;}

/* Tailwind-Fixes */
img { border: 0; display: inline; }
html, *, :after, :before { box-sizing: border-box; }

/* */
body {
	font-family: 'PT Sans', 'Trebuchet MS', Palatino, Arial;
	line-height: 1.5;
}
.pt-sans {
	font-family: 'PT Sans', 'Trebuchet MS', Palatino, Arial;
}
.pt-serif {
	font-family: 'PT Serif', 'Trebuchet MS', Palatino, Arial;
}
.text-red,
.hover\:text-red:hover,
.md\:text-red {
	color: var(--rot);
}
@media (min-width:1024px){
	.lg\:text-red {
		color: var(--rot);
	}
}
.fill-red,
.hover\:fill-red:hover,
.md\:fill-red {
	fill: var(--rot);
}
.border-red,
.hover\:border-red:hover,
.group-hover\:border-red:hover {
	border-color: var(--rot);
}
.border-green,
.hover\:border-green:hover {
	border-color: var(--gruen);
}

.Clear {
	clear: both;
}

.Level_0 {
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
}
.More.white-arrow,
.More.hover\:white-arrow:hover {
	background-image: url('../images/pfeil-weiss.png');
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 33px 17px;
	padding-left: 40px;
}
.More.red-arrow,
.More.hover\:red-arrow:hover {
	background-image: url('../images/pfeil-rot.png');
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 33px 17px;
	padding-left: 40px;
}

.bg-hellgrau,
.hover\:bg-hellgrau:hover {
	background: var(--hell-hell-grau);
}
.bg-green,
.hover\:bg-green:hover {
	background: var(--gruen);
}

.Article .Content a[href^="mailto:"]:before {
	color: var(--schwarz);
	content: "\f0e0";
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	margin-right: .25rem;
}
.Article .Content .Person-E-Mail a[href^="mailto:"]:before {
	content: "";
	display: none;
}

@media (min-width:640px){
	.md\:bg-green {
		background: var(--gruen);
	}
}
@media (min-width:1024px){
	.lg\:bg-green {
		background: var(--gruen);
	}
}
.bg-red,
.hover\:bg-red:hover {
	background: var(--rot);
}
.bg-yellow,
.hover\:bg-yellow:hover {
	background: var(--gelb);
}
.bg-blue,
.hover\:bg-blue:hover {
	background: var(--blau);
}

.AWO-Label span {
	background-color: var(--rot);
	color: var(--weiss);
	display: inline-block;
	font-style: italic;
	font-weight: 700;
	padding: 1.25rem 2rem 1.5rem 2rem;
}
.Article-View-2 .Content ul,
.Article-View-2 .Content ul li {
	clear: both !important;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.Article-View-2 .Content ul li:before {
	color: var(--schwarz) !important;
	content: '\f061' !important;
	font-family: var(--font-fontawesome);
	font-size: 1.25rem !important;
	float: left;
	margin-top: -2px !important;
	padding-right: 1rem;
	position: static !important;
	vertical-align: 0;
}
.Article-View-3 .Content ul,
.Article-View-3 .Content ul li {
	clear: both !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.Article-View-3 .Content ul {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
}
.Article-View-3 .Content ul li {
	align-items: stretch;
	display: flex;
	min-height: 50%;
	padding: 1rem;
	width: 100%;
}
@media (min-width: 640px) {
	.Article-View-3 .Content ul li {
		width: 50%;
	}
}
.Article-View-3 .Content ul li:before {
	display: none !important;
}
.Article-View-3 .Content ul li a {
	align-items: center;
	background: var(--rot);
	color: var(--weiss);
	display: flex;
	font-weight: 700;
	margin: 1rem;
	padding: 1rem 2rem;
	text-decoration: none;
	width: 100%;
}
@media (min-width: 1536px) {
	.Article-View-3 .Content ul li a {
		font-size: 1.25rem;
	}
}
.Article-View-3 .Content ul li a:hover {
	background: var(--gruen);
	text-decoration: underline;
}

main a {
	color: var(--rot);
	text-decoration: none;
/*	transition: color .3s; */
}
.Content a {
	text-decoration: underline;
}
a:focus,
a:hover,
a:active {
	text-decoration: underline;
}

strong, b,
.cke_editable strong, .cke_editable b {
	font-weight: 700;
}
em,
i,
.cke_editable em,
.cke_editable i {
	font-style: italic;
}
strong i,
b i,
i strong,
i b,
strong em,
b em,
em strong,
em b,
.cke_editable strong i,
.cke_editable b i,
.cke_editable i strong,
.cke_editable i b,
.cke_editable strong em,
.cke_editable b em,
.cke_editable em strong,
.cke_editable em b {
	font-style: italic;
	font-weight: 700;
}

.Highlights a {
	color: #000;
}
@media (min-width:1024px){
	.Highlights {
		padding-bottom: calc(23.333333% + 1rem);
	}
}
@media (min-width: 1536px) {
	.Highlights { padding-bottom: calc(23.333333% + 2rem); }
}
.HL-Illu {
	padding-bottom: 70%;
}
@media (min-width:640px) and (max-width:1023px) {
	.HL-Illu {
		padding-bottom: 35%;
	}
}
@media (min-width:1024px){
	.Highlights a:focus .Message .Title,
	.Highlights a:hover .Message .Title,
	.Highlights a:active .Message .Title {
		background: var(--rot) !important;
		color: #fff !important;
	}
	.Abstandhalter {
		padding-bottom: 70%;
	}
}

.Persons-in-Contentarea .Person.border-l-8 {
	border: 0 !important;
}
.Persons-in-Contentarea a[href^="mailto:"]:before {
	display: none !important;
}

/* Formulare */
p.Input input,
p.Select select,
fieldset select,
.Textarea textarea {
	background: var(--weiss);
	border: 1px solid var(--schwarz);
	border-radius: 4px;
	color: var(--schwarz);
	padding: .5rem 1rem;
	transition: all .3s;
	width: 100%;
}

p.Input input:focus,
p.Input input:hover,
p.Select select:focus,
p.Select select:hover,
fieldset select:focus,
fieldset select:hover,
.Textarea textarea:focus,
.Textarea textarea:hover {
	background: var(--hellgelb);
}

p.Select select,
fieldset select {
	display: inline-block;
	width: auto;
}
p.Select label {
	display: block;
}
p.Input.Date label {
	padding-right: 1rem;
}

/* Suche */
.F_s0 input,
.F_s1 input,
.F_sort select {
	width: 100% !important;
}

/* Buttons */
.Button a,
p.Input.Submit input {
	background: var(--gruen);
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	color: var(--weiss);
	display: inline-block;
	font-weight: 700;
	min-height: 2rem;
	padding: .5rem 2rem;
	text-decoration: none !important;
	transition: all 0.25s ease-in-out;
	width: auto;
}
.Button a:focus,
.Button a:hover,
.Button a:active,
p.Input.Submit input:focus,
p.Input.Submit input:hover {
	background-color: var(--weiss);
	border-color: var(--schwarz);
	color: var(--schwarz);
}
p.Input input::placeholder,
p.Input input:-ms-input-placeholder,
p.Input input::-webkit-input-placeholder,
p.Input input:-moz-placeholder,
p.Input input::-moz-placeholder {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: var(--schwarz) !important;
	opacity:1;
}
fieldset.Checkbox li label {
	padding-left: .5rem;
}
.Checkbox.F_subscriptions legend {
	font-weight: 700;
}
.Radio.F_scope ul,
.Radio.F_mode ul {
	margin-left: -1rem;
	margin-right: -1rem;
}
.Radio.F_scope ul li,
.Radio.F_mode ul li {
	display: inline-block;
	padding: 0 1rem;
}

.Radio li {
	padding: .25rem 0;
}
.Radio li label {
	padding-left: .25rem;
}

.Textarea textarea {
	display: block;
	min-height: 10rem;
	width: 100%;
}

form input[type="radio"],
form input[type="checkbox"] {
	width: auto;
}
.Checkbox label,
.Radio label {
	padding-left: .5rem;
}
form input[type="date"],
form .F_PLZ input {
	padding-left: .5rem;
	padding-right: .5rem;
	width: auto;
	max-width: 100%;
}

/* Mitgliedsformular */
.Mitgliedsformular .F_Monatsbeitrag ul,
.Mitgliedsformular .F_sex ul,
.Mitgliedsformular .F_Beitragsfreiheit ul,
.Mitgliedsformular .F_Turnus ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}
.Mitgliedsformular .F_Monatsbeitrag ul li,
.Mitgliedsformular .F_sex ul li,
.Mitgliedsformular .F_Beitragsfreiheit ul li,
.Mitgliedsformular .F_Turnus ul li {
	padding-left: 1rem;
	padding-right: 1rem;
}

/* Fehlermeldungen in Formularen */
.Form-Error label {
	color: var(--rot);
}
.Form-Error-Message {
	color: var(--rot);
	font-size: .75rem;
	padding-left: .5rem;
}

fieldset legend {
	display: block;
	font-size: var(--fontsize-h2);
	font-weight: 700;
	margin-bottom: 1rem;
	width: 100%;
}
fieldset fieldset legend {
	border-bottom: 1px solid #000;
	font-size: var(--fontsize-h4);
	padding-bottom: 1rem;
}
.Search fieldset legend {
	font-size: var(--fontsize-body);
}

h1,
.h1 {
	font-size: var(--fontsize-h1);
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: calc(2 * var(--fontsize-body));
}
h2,
.h2 {
	font-size: var(--fontsize-h2);
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: calc(2 * var(--fontsize-body));
}

/* Absatz */
main p,
.cke_show_borders p {
	margin-bottom: 1rem;
}

.Content,
.cke_show_borders {
	font-size: var(--fontsize-body);
	line-height: 1.6;
}

/* Beschnittene Bilder */
.Image.Cropped picture {
	display: block;
	overflow: hidden;
	object-fit: cover;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.Listing li .Image a {
  padding-bottom: 56.25%;
}

/* Blockquote */
main blockquote,
.cke_show_borders blockquote {
	font-style: italic;
	margin: 0 1rem 0 2rem;
}

/* Listen */
.Article .Content ul,
.Article .Content ol,
.cke_show_borders ul,
.cke_show_borders ol {
	clear: left;
	list-style: none;
	margin: 1.25rem .75rem;
}
.Article .Content ul li,
.Article .Content ol li,
.Content.Project-Block-Standard ul li,
.Content.Project-Block-Standard ol li,
.Content.Project-Block-Bildumfluss ul li,
.Content.Project-Block-Bildumfluss ol li,
.cke_show_borders ul li,
.cke_show_borders ol li {
	list-style: none;
	margin-bottom: .75rem;
	margin-left: .75rem;
}
.Article .Content ol,
.Article .Content ol li,
.Content.Project-Block-Standard ol,
.Content.Project-Block-Standard ol li,
.Content.Project-Block-Bildumfluss ol,
.Content.Project-Block-Bildumfluss ol li,
.cke_show_borders ol,
.cke_show_borders ol li {
	list-style: decimal;
}
.Content.Project-Block-Standard ol li[data-list="bullet"] {
	list-style: none !important;
	margin-bottom: .75rem !important;
	margin-left: .75rem !important;
}
.Article .Content ul li,
.Content.Project-Block-Standard ul li,
.Content.Project-Block-Standard ol li[data-list="bullet"],
.Content.Project-Block-Bildumfluss ul li,
.cke_show_borders ul li,
div[class^="ProjectPropertyType_"] ul li,
aside .Service ul li {
	padding-left: 1rem;
}
.Article .Content ul li:before,
.Content.Project-Block-Standard ul li:before,
.Content.Project-Block-Standard ol li[data-list="bullet"]:before,
.Content.Project-Block-Bildumfluss ul li:before,
.cke_show_borders ul li:before,
div[class^="ProjectPropertyType_"] ul li:before,
aside .Service ul li:before {
	color: var(--rot);
	content: '\f0c8';
	display: block;
	font-family: var(--font-fontawesome);
	font-size: .5rem;
	margin-left: -1rem;
	margin-top: 5px;
	position: absolute;
}
.ProjectPropertyType_2 ul li:before {
	color: var(--weiss) !important;
}
.Article .Content .Documents ul li:before,
.Gallery ul li:before {
	content: '' !important;
	display: none !important;
}

.Content h3,
.cke_editable h3 {
    clear: left;
    font-size: var(--fontsize-h3);
    font-weight: 700;
    line-height: 150%;
    margin-top: .75rem;
}
body.Topic-40 .Content h3 {
    border-bottom: 1px solid var(--schwarz);
	margin-bottom: 1rem;
	margin-top: 2rem;
	padding-bottom: 1rem;
}
.Content h4,
.cke_editable h4 {
	clear: left;
    font-size: var(--fontsize-h4);
	font-weight: 700;
	line-height: 150%;
    margin-top: .75rem;
}

/* Projekt-Termine */
.Projectevent-Listing a:focus .Datetime,
.Projectevent-Listing a:hover .Datetime,
.Projectevent-Listing a:active .Datetime {
	background: var(--rot);
}
.Projectevent-Listing a:focus .Title,
.Projectevent-Listing a:hover .Title,
.Projectevent-Listing a:active .Title {
	text-decoration: underline;
}
.Projectevent-Listing a:focus .Inner,
.Projectevent-Listing a:hover .Inner,
.Projectevent-Listing a:active .Inner {
	border-color: var(--rot);
}

.Project-Block-Rot {
	background: var(--rot);
	color: #fff;
}
.Project-Block-Gruen {
	background: var(--gruen);
	color: #fff;
}
.Project-Block-Blau {
	background: var(--blau);
	color: #fff;
}
.Project-Block-Gelb {
	background: var(--gelb);
}
.Project-Block-Rot,
.Project-Block-Gruen,
.Project-Block-Blau,
.Project-Block-Gelb {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.Project-Block-Rot *,
.Project-Block-Gruen *,
.Project-Block-Blau * {
	color: #fff;
}
.Article .Content.Project-Block-Rot ul li:before,
.Article .Content.Project-Block-Gruen ul li:before,
.Article .Content.Project-Block-Blau ul li:before {
	color: var(--weiss);
}
.Project-Block-Bildumfluss:before {
	background: #000;
	content: '';
	display: block;
	height: 1px;
	margin-left: -132px;
	margin-bottom: 1rem;
	margin-top: 1rem;
	width: calc(100% + (100px + 1rem));
}
.Project-Block-Bildumfluss {
	float: right;
	width: calc(100% - 100px);
}
@media only screen and (min-width: 640px) {
	.Project-Block-Bildumfluss:before {
		margin-left: -182px;
		width: calc(100% + (150px + 1rem));
	}
	.Project-Block-Bildumfluss {
		width: calc(100% - 150px);
	}
}
.Project-Block-Bildumfluss .Content {
	padding-top: 1rem;
}
.Project-Block-Bildumfluss + * {
	clear: right;
}
.Project-Block-Bildumfluss + .Gallery {
	clear: none;
	margin: 0 !important;
	padding-top: 1.5rem;
	width: 100px;
}
@media only screen and (min-width: 640px) {
	.Project-Block-Bildumfluss + .Gallery {
		width: 150px;
	}
}
.Project-Block-Bildumfluss + .Gallery ul.thumbnails,
.Project-Block-Bildumfluss + .Gallery ul.thumbnails li,
.Project-Block-Bildumfluss + .Gallery ul.thumbnails li a,
.Project-Block-Bildumfluss + .Gallery ul.thumbnails li img {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100%;
}
.Project-Block-Bildumfluss + .Gallery:after {
	clear: right;
	content: '';
	display:block;
	width: 100%;
	height: 1px;
}

.ProjectPropertyType_2 {
	background: var(--rot);
	margin-bottom: 1rem;
	color: #fff;
}
.ProjectPropertyType_2 * {
	color: #fff;
}

/* Akkordion */
.Akkordion-List button {
	cursor: pointer;
	margin: 0 !important;
}
.Akkordion-List button span i:after {
	color: var(--lila);
	content: '\f067';
	font-family: var(--font-fontawesome);
	font-style: normal;
	display: inline-block;
	float: right;
}
.Akkordion-List button[aria-expanded="true"] span i:after {
	content: '\f068';
}
.Akkordion-List .Akkordion-Wrap {
	display: none;
}

/* Downloads */
.Documents li * {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.Documents li a {
	margin: 0 -.5rem;
}
.Documents li a .Image,
.Documents li a .Desc {
	padding: 0 .5rem;
}
.Documents li a .Image {
	width: 4rem;
}
.Documents li a .Desc {
	width: calc(100% - 4rem);
}
.Documents li.image a .Image {
	width: 12rem;
}
.Intern .Documents li a .Image {
	display: none;
}
.Intern .Documents li a .Desc {
	padding: 0;
	width: 100%;
}

/* Accordion */
.Accordion button {
	background: var(--gruen);
	border: 0;
	display: block;
	padding: 0;
	text-align: left;
	width: 100%;
}
html[dir="rtl"] .Accordion button {
	text-align: right;
}
.Accordion li {
	margin-bottom: 1rem;
}
.Accordion h2,
.Accordion button {
	cursor: pointer;
	margin: 0 !important;
}
.Accordion h2 span,
.Accordion button span {
	color: var(--weiss);
	display: block;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 15px 1.875rem;
}
.Accordion h2 span i:after,
.Accordion button span i:after {
	color: var(--weiss);
	content: '\f0da';
	display: block;
	font-family: 'FontAwesome';
	font-style: normal;
	float: right;
}
html[dir="rtl"] .Accordion h2 span i:after,
html[dir="rtl"] .Accordion button span i:after {
	content: '\f0d9';
	float: left;
}
.Accordion h2.show span i:after,
.Accordion button[aria-expanded="true"] span i:after {
	content: '\f0d7' !important;
}
.Accordion .Accordion-Item {
	background: #eee;
	border-top: 1px solid #fff;
	display: none;
	padding: 1.875rem;
}
.Accordion .Accordion-Item .MediaBox {
	margin-left: -1.875rem;
}

.Documents li.image a .Desc {
	width: calc(100% - 12rem);
}
.Documents li a:focus .Title,
.Documents li a:hover .Title,
.Documents li a:active .Title {
	text-decoration: underline;
}
.Documents li a .Title:before {
	color: rgba(68,68,75,1);
	content: '\f019';
	font-family: "FontAwesome";
	margin-right: 10px;
}
.Documents .pdf a .Title:before {
	content: '\f1c1';
}
.Documents .image a .Title:before {
	content: '\f1c5';
}
.Documents .audio a .Title:before {
	content: '\f1c7';
}
.Documents .msword a .Title:before,
.Documents li a[href$=".docx"] .Title:before {
	content: '\f1c2';
}
.PUB main .Documents li.Preview-Image .Image img {
	background: url(/kontext/images/icons/spinner.gif) center no-repeat;
}

/* Medien */
.MediaBox {
	clear: both;
	margin: 0 auto;
	padding-top: 6px;
	width: 100%;
}
.MediaBox ul,
.MediaBox ul li,
.MediaBox ul li a {
	display: inline !important;
	margin: 0 !important;
}
.MediaBox ul li {
	margin: 0 .75rem 0 0 !important;
}
.MediaBox ul li.License:before {
	content: 'Lizenz: ';
}
.MediaBox ul li:last-child {
	margin: 0 !important;
}
.MediaBox .mediaParent {
	background-color:rgba(255,255,255,0.8);
	display: block;
	/* padding-bottom: 4px; */
	position: relative;
	width: auto;
	z-index: 0;
	/* line-height: 0; */
}
.MediaBox.oembed.youtube .mediaParent {
	padding-top: 0 !important;
}
.MediaBox a {
	display: block;
}
.MediaBox a:hover, .MediaBox a:active, .MediaBox a:focus {
	background: none;
}
.MediaBox.Left, .MediaBox.Right {
	clear: both;
	width: 350px;
	max-width: 35%;
}
.MediaBox.Left img, .MediaBox.Right img {
	width: 100%;
}

.MediaBox.Left {
	float: left;
	margin: 0 15px 15px 0;
}
.MediaBox.Right {
	float: right;
	margin: 0 0 15px 15px;
}
.MediaBox .Title,
.MediaBox .Copyright {
	color: rgba(0,0,0,0.5);
	font-size: .625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.MediaBox .Copyright {
	color: rgba(0,0,0,0.3);
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}
.MediaBox .Copyright:before {
	content: 'Foto: ';
}
.MediaBox .Copyright:after {
	content: '';
}
.MediaBox img {
	height: auto;
	width: 100%;
}






.MediaBox.oembed .mediaParent iframe {
	border: 0 none;
}
.MediaBox.oembed.rich {
	display: flex;
	justify-content: center;
	width: 100%;
}
.MediaBox.oembed.rich .mediaParent {
	flex: 0 0 auto;
	width: auto;
}
.MediaBox.oembed.rich .mediaParent > * {
	display: block;
	width: auto;
}
.MediaBox.oembed.gmaps,
.MediaBox.oembed.gmaps .mediaParent  {
	display: block;
}
.MediaBox.oembed.gmaps .mediaParent iframe {
	height: 100%;
	width: 100%;
}
.MediaBox.embed-16by9 .mediaParent,
.MediaBox.video .mediaParent {
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
.MediaBox.video .mediaParent::before,
.MediaBox.embed-16by9 .mediaParent::before {
	display: block;
	content: '';

}
.MediaBox.embed-16by9 .mediaParent::before {
	padding-top: 56.25%;
}
.MediaBox.embed-16by9 .mediaParent > *,
.MediaBox.bundestag .mediaParent span,
.MediaBox.bundestag .mediaParent iframe {
	border: 0;
	bottom: 0;
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}

.MediaBox .mediaParent.oembed-privacy {
	display: block !important;
	flex: 1 !important;
}
.MediaBox .mediaParent.oembed-privacy::before {
	padding-top: 0 !important;
}
.MediaBox .mediaParent.oembed-privacy ~ * {
	display: none;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder {
	height: auto !important;
	position: static !important;
	width: auto !important;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body {
	background: #f9f9fa;
	font-size: 0.875rem;
	padding: 1rem;
	position: relative;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-repeat: no-repeat;
	content: '';
	height: 24px;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 24px;
}
.MediaBox.bundestag .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-image: url(/kontext/images/icons/socialnetwork/24x24/bundestag.png);
}
.MediaBox.europarl .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-image: url(/kontext/images/icons/socialnetwork/24x24/europarl.png);
}
.MediaBox.facebook .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-image: url(/kontext/images/icons/socialnetwork/24x24/facebook.png);
}
.MediaBox.gmaps .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-image: url(/kontext/images/icons/socialnetwork/24x24/gmaps.png);
}
.MediaBox.soundcloud .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-image: url(/kontext/images/icons/socialnetwork/24x24/soundcloud.png);
}
.MediaBox.twitter .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-image: url(/kontext/images/icons/socialnetwork/24x24/twitter.png);
}
.MediaBox.vimeo .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-image: url(/kontext/images/icons/socialnetwork/24x24/vimeo.png);
}
.MediaBox.youtube .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-image: url(/kontext/images/icons/socialnetwork/24x24/youtube.png);
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body .media-placeholder-title {
	font-style: italic;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body h1 {
	font-size: 1.125rem;
	margin: 0 0 0.625rem;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body p {
	margin: 0 0 0.625rem;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body button {
	background: var(--weiss);
	border: 0;
	border-radius: 3px;
	box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	display: block;
	font-size: 1rem;
	margin: auto;
	padding: 10px 16px;
	text-decoration: none;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body button:hover {
	background: #f9f9fa;
	text-decoration: underline;
}








.MediaBox.oembed.rich .mediaParent {
	width: 100%;
}
/* Responsive Youtube-Loesung */

.MediaBox.oembed.youtube .mediaParent:before {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.MediaBox.oembed.youtube .mediaParent .media-placeholder-body {
	background-color:rgba(0,0,0,0.75);
	color: var(--weiss);
}
.MediaBox.Video {
/*	height: 100%;*/
	padding-top: 0;
	width: 100%;
}
.MediaBox.europarl .embedHelper, .MediaBox.vimeo .embedHelper, .MediaBox.youtube .embedHelper, .MediaBox.gmaps .embedHelper {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}
.MediaBox.europarl .embedHelper iframe, .MediaBox.europarl .embedHelper object, .MediaBox.europarl .embedHelper embed, .MediaBox.vimeo .embedHelper iframe, .MediaBox.vimeo .embedHelper object, .MediaBox.vimeo .embedHelper embed, .MediaBox.youtube .embedHelper iframe, .MediaBox.youtube .embedHelper object, .MediaBox.youtube .embedHelper embed {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.MediaBox.europarl.europarl .embedHelper, .MediaBox.vimeo.europarl .embedHelper, .MediaBox.youtube.europarl .embedHelper {
	padding-bottom: 63%;
}

.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body {
	height: 1200px;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body .media-placeholder-title,
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body h1,
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body p {
	margin-left: 75px;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body .media-placeholder-title,
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body h1 {
	margin-bottom: 20px;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body p {
	margin-bottom: 50px;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body button {
	background: rgba(230,68,21,1);
	border: 1px solid rgba(230,68,21,1);
	border-radius: 0;
	box-shadow: none;
	color: var(--weiss);
	margin-bottom: 50px;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body button:hover {
	background: var(--weiss);
	color: rgba(230,68,21,1);
	text-decoration: none;
}
.MediaBox .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	background-image: none !important;
	content: '\f059';
	font-family: var(--font-fontawesome);
	font-size: 60px;
	right: auto;
	top: 3rem;
}
.MediaBox.youtube .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	content: '\f167';
}
.MediaBox.vimeo .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	content: '\f194';
}
.MediaBox.facebook .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	content: '\f230';
}
.MediaBox.twitter .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	content: '\f099';
}
.MediaBox.gmaps .mediaParent.oembed-privacy .media-placeholder .media-placeholder-body:after {
	content: '\f1a0';
}

/* Twitter */
.EmbeddedTweet {
	border: 0 !important;
}

/* Retweets */
.MediaBox.oembed.twitter.retweet {
	margin-top: 1rem;
	padding-top: 1.5rem !important;
	position: relative;
}
.MediaBox.oembed.twitter.retweet:before {
	content: '\f079';
	display: inline-block;
	font-family: var(--font-fontawesome);
	left: 1rem;
	position: absolute;
	top: -0.5rem;
}
.MediaBox.oembed.twitter.retweet:after {
	content: 'Caren Lay hat retweetet:';
	display: inline-block;
	left: 2.75rem;
	font-size: 12px;
	position: absolute;
	top: -0.5rem;
}
.Lang-en .MediaBox.oembed.twitter.retweet:after {
	content: 'Caren Lay retweeted:';
}
.MediaBox.oembed.twitter .retweetLink {
	display: none;
}
.MediaBox.oembed.twitter.retweet .retweetLink {
	display: block;
	height: 16px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

/* Gallery */
.GalleryImage {
	margin-bottom: 20px;
}
.GalleryImage menu {
	background: #e1e2e8;
    background: -moz-linear-gradient(top, #e1e2e8, #ccc);
    background: -webkit-gradient(linear, left top, left bottombottom, from(#e1e2e8), to(#ccc));
	padding: 5px 0;
	width: 440px; /* ! */
}
.GalleryImage menu a {
	color: #00314a;
	text-decoration: none;
}
.GalleryImage menu a:focus,
.GalleryImage menu a:hover,
.GalleryImage menu a:active {
	text-decoration: underline;
}
.GalleryImage .Previous {
	display: inline;
}
.GalleryImage .Previous a {
	background: url(images\icons\cc_mono_icons/arrow_left_icon&16.png) left top no-repeat;
	padding: 0 0 0 12px;
}
.GalleryImage .Next {
	margin: -16px 0 0 200px;
	position: absolute;
	text-align: right;
	width: 240px; /* ! */
}
.GalleryImage .Next a {
	background: url(images\icons\cc_mono_icons/arrow_left_icon&16.png) right top no-repeat;
	padding: 0 12px 0 0 ;
}
.GalleryImage .Photographer {
	font-style: italic;
}

/* Fotogalerien */
.Main .Content ul.Gallery,
.Main .Content ul.Gallery li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.Main .Content ul.Gallery {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 500px; /* ! */
}
.Main .Content ul.Gallery li {
	border-bottom: 10px solid #fff;
	float: left;
	height: 140px; /* ! */
	list-style: none;
	margin: 0 ;
	overflow: hidden;
	padding: 0;
	width: 150px; /* ! */
}

.container-lg,
.Intro .container {
	max-width: 90%;
}

/* Beschnittene Bilder */
.Image.Cropped picture {
	display: block;
	overflow: hidden;
	object-fit: cover;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
.Image.Cropped.Flat picture {
	padding-top: 33.333337%;
}
.Image.Cropped.Square picture {
	padding-top: 100%;
}
.Image.Cropped.Splash picture {
	padding-top: 75%;
}
.Image.Cropped picture img {
	bottom: -100%;
	left: -100%;
	height: auto;
	margin: auto;
	object-fit: cover;
	height: 100%;
	position: absolute;
	right: -100%;
	top: -100%;
	width: 100%;
}

p {
	margin-bottom: 1rem;
}

/* Paging */
.Paging ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.5rem;
}
.Paging ul li {
	border: 1px solid var(--rot);
	margin: .5rem;
	padding: .5rem;
	min-width: 2.5rem;
	text-align: center;
}
.Paging ul li.Active,
.Paging ul li.Active a {
	background: var(--rot);
	color: var(--weiss);
}
.Paging ul li.Active a {
	display: block;
}
.News a .Title {
	color: var(--rot);
}
.News a:focus .Title,
.News a:hover .Title,
.News a:active .Title {
	text-decoration: underline;
}

.Fileserver .Sitemap ul {
	margin-top: 1rem;
}
.Fileserver .Sitemap ul.Level-2 > li a {
	border-bottom: 1px solid var(--rot);
	border-top: 1px solid var(--rot);
	display: block;
	margin-top: -1px;
	padding: 1rem;
}
.Fileserver .Sitemap ul.Level-3 > li a {
	border-bottom: 0;
	border-top: 0;
	padding: 0;
}
.Fileserver .Sitemap ul.Level-2 {
	border-left: 1px solid var(--rot);
	border-right: 1px solid var(--rot);
}
.Fileserver .Sitemap li.Active {
	background: #fff;
}
.Fileserver .Sitemap ul.Level-2 > li:last-child > ul {
	border-bottom: 1px solid var(--rot);
}
.Fileserver .Sitemap ul li {
	position: relative;
}
.Fileserver .Sitemap ul.Level-3 li div:before {
	content: '';
	border-top: 1px solid var(--rot);
	position: absolute;
	top: .75rem;
	width: 1rem;
}
.Fileserver .Sitemap ul li a {
	display: block;
}
.Fileserver .Sitemap ul ul {
	padding-bottom: 1rem;
}
.Fileserver .Sitemap ul ul ul {
	padding-bottom: 0;
}
.Fileserver .Sitemap ul ul li {
	margin-top: 1rem;
}
.Fileserver .Sitemap ul.Level-3 li a {
	margin-left: 2rem;
}
.Fileserver .Sitemap ul.Level-4 li div:before {
	width: 2rem;
}
.Fileserver .Sitemap ul.Level-4 li a {
	margin-left: 3rem;
}
.Fileserver .Sitemap ul.Level-5 li div:before {
	width: 3rem;
}
.Fileserver .Sitemap ul.Level-5 li a {
	margin-left: 4rem;
}
.Fileserver .Sitemap ul.Level-6 li div:before {
	width: 4rem;
}
.Fileserver .Sitemap ul.Level-6 li a {
	margin-left: 5rem;
}

/* Cookie-Consent */
.cookieconsent-banner-opened footer {
	padding-bottom: 4rem !important;
}
@media only screen and (max-width: 1023px) { /* 1140 */
	.cc-window.cc-banner {
		width: auto !important;
	}
	.cc-color-override--1810296591.cc-window {
		background-color: #fff !important;
		border: 1px solid #ccc !important;
		border-radius: 5px;
		box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
		display: block !important;
		margin: 1rem;
		padding-top: 3rem !important;
	}
	.cc-color-override--1810296591.cc-window:before {
		background: url("/images/biscuit-svgrepo-com.svg") left center no-repeat;
		background-size: 24px 24px;
		color: var(--dunkelpetrol) !important;
		content: 'Wir nutzen Cookies!';
		font-weight: 700;
		margin-top: -2rem;
		padding-left: 2rem;
		position: absolute;
		width: calc(100% - 4rem);
	}
	.cc-banner .cc-message {
		display: block !important;
		margin: 0 0 1rem 0 !important;
	}
	.cc-color-override--1810296591 .cc-btn {
		background-color: #eee !important;
		color: var(--dunkelpetrol) !important;
	}
	.cc-window.cc-banner .cc-compliance {
		-webkit-box-flex: none !important;
		-ms-flex: none !important;
		flex: none !important;
	}
	.cc-compliance {
		display: block !important;
		width: 100% !important;
	}
	.cc-color-override--1810296591 .cc-btn {
		border-radius: 5px;
		display: block !important;
		margin-bottom: 1rem !important;
	}
	.cc-btn + .cc-btn {
		margin-left: 0 !important;
	}
	.cc-link {
		opacity: 1 !important;
		display: inline !important;
		font-weight: 700 !important;
		padding: 0 !important;
		text-decoration: underline !important;
	}
}

@media only screen and (max-width: 47.9375em) { /* 767 */
	.Nav {
		min-height: 1rem;
	}
	.Navi {
		background: var(--gruen);
		border: 0;
		max-height: 0;
		margin-bottom: -3rem;
		margin-left: -1rem;
		margin-top: 1rem;
		overflow: hidden;
		padding: 0;
		position: relative;
		transition: all 0.6s;
		z-index: 10000000;
	}

	/* Mobile-Navi */
	nav {
		width: 100%;
		z-index: 100000000;
	}
	nav input[id*="NaviCheckbox"] {
		display: none;
	}
	nav input[id*="NaviCheckbox"] + label {
		background: var(--weiss);
		cursor: pointer;
		display: block;
		text-align: center;
		text-indent: 0;
		user-select: none;
		width: 100%;
	}
	nav input[id*="NaviCheckbox"] + label:after {
		color: #000;
		content: '\f0c9';
		font-family: var(--font-fontawesome);
		font-size: 2rem;
		line-height: 0;
		position: absolute;
		right: 1.5rem;
		top: 2.8rem;
	}
	nav input[id*="NaviCheckbox"]:checked + label:before {
		color: rgba(36,50,76,0.25);
	}
	nav input[id*="NaviCheckbox"]:checked + label:after {
		background: none;
		content: '\f00d';
		font-family: var(--font-fontawesome);
	}
	nav input[id*="NaviCheckbox"]:checked ~ .Navi {
		max-height: 9999px;
	}
	.Navi ul {
		backface-visibility: hidden;
		display: block;
	}
	.Navi li a {
		border-top: 1px solid var(--weiss);
		color: var(--weiss);
		display: block;
		padding: 1rem;
	}
	.Navi-Main ul li {
		display: block;
		margin: 0;
		width: 100%;
	}
	.Navi-Main li li {
		display: none;
	}
	.Navi-Main li.Active li {
		display: block;
	}
	.Navi-Main li li a:before {
		content: '\f054';
		font-family: var(--font-fontawesome);
		font-size: .5rem;
		margin-left: -1rem;
		margin-top: .375rem;
		position: absolute;
	}
	.Navi-Main li li a {
		color: rgba(255,255,255,.75);
		font-size: .875rem;
		padding-left: 3rem;
	}
	.Documents li.image a .Image {
		width: 6rem;
	}
}
@media only screen and (max-width: 32em) { /* 767 */
	.Documents li a {
		margin: 0;
	}
	.Documents li a .Image,
	.Documents li a .Desc {
		padding: .5rem 0;
	}
	.Documents li.image a .Image {
		width: 10rem;
	}
	.Documents li a .Desc {
		width: 100%;
	}

}
@media only screen and (min-width: 768px) { /* 760 */
	.Mobile-Only {
		display: none !important;
		visibility: hidden !important;
	}

	/* Navi */
	.Navigation input[id*="NaviCheckbox"] {
		display: none;
	}
	.Navigation input[id*="NaviCheckbox"] + label {
		display: none;
	}

	/* Hover-Effekt */
	.Navi-Main a {
		display: block;
		position: relative;
		text-decoration: none !important;
		transition: all 0.3s ease-out 0s;
	}
	.Navi-Main a:before {
		content: '';
		position: absolute;
		bottom: 0;
		right: auto;
		top: 1.75rem;
		left: 0;
		width: 0;
		height: 4px;
		background: var(--weiss);
		opacity: 0;
		border-radius: 10px;
		transition: all 0.3s ease-out 0s;
	}
	.Navi-Main a:focus:before,
	.Navi-Main a:hover:before,
	.Navi-Main a:active:before {
		opacity: 1;
		width: 100%;
	}
	.Navi-Main .Level_1 a:before {
		display: none;
	}
	/* Hover-Effekt Ende */

	/* Hauptnavi */
	.Level_0 {
		align-items: center;
		gap: 2rem;
		height: 3.375rem;
		justify-content: center;
	}
	.Navi-Main li ul {
		display: none;
		padding-top: 1rem;
		position: absolute;
		text-transform: none;
		width: 261px;
		z-index: 100000;
	}
	.Navi-Main ul li ul li {
		margin: 0;
	}
	.Navi ul li:hover ul {
		display: block;
		z-index: 100001;
	}

	.Navi-Main li ul li {
		border: 2px solid var(--weiss);
		border-top: 1px solid var(--weiss);
		display: block;
		margin-right: 0;
	}
	.Navi-Main li ul li:first-child {
		border-top: 0;
		margin-top: -1px;
	}
	.Navi-Main a {
		font-size: var(--fontsize-navi);
		font-weight: 700;
	}
	.Navi-Main li:hover ul li a {
		background: var(--gruen);
		color: var(--weiss);
		display: block;
		font-size: var(--fontsize-subnavi);
		line-height: 160%;
		opacity: 1;
		padding: .5rem 1rem;
		text-transform: none;
	}
	.Navi-Main li:hover ul li a:focus,
	.Navi-Main li:hover ul li a:hover,
	.Navi-Main li:hover ul li a:active {
		background: var(--rot);
	}
	.Navi-Main .Level_2 {
		display: none !important;
	}

	/* Navi */
	.Navi .Nav ul li {
		float: left;
		font-size: 14px;
		line-height: 100%;
		margin-right: 20px;
		text-transform: uppercase;
	}
	.Navi .Nav ul li a:focus,
	.Navi .Nav ul li a:hover,
	.Navi .Nav ul li a:active {
		text-decoration: underline;
	}
	.Navi .Nav ul li:last-child {
		margin-right: 0;
	}
	.AWO-Label span:before {
		content: '';
		background-image: url(../images/awo-herz-weiss.svg);
		background-repeat: no-repeat;
		background-size: 97px 100px;
		display: block;
		height: 100px;
		margin-left: -2.5rem;
		margin-top: -1.875rem;
		position: absolute;
		width: 97px;
		z-index: 25;
	}
	.AWO-Label span {
		line-height: 1;
		margin-left: -1rem;
		margin-top: -1rem;
	}
	.Splash .AWO-Label span {
		position: absolute;
		rotate: -7.5deg;
	}
}
@media (min-width: 1024px) {
	.Level_0 {
		padding-top: .5rem;
	}
	.Navi-Main a:before {
		background: var(--rot);
	}
	.Intern .Navi-Main a:before {
		background: var(--weiss);
	}
	.Navi-Main li ul {
		display: none;
		padding-top: calc(1.5rem + 1px);
		position: absolute;
		text-transform: none;
		width: 261px;
		z-index: 100000;
	}
	.HL-Teaser {
		height: 309px;
	}
	.Sidebar {
		position: sticky;
		top: 1rem;
	}
	.Article .Content ul li:before,
	.cke_show_borders ul li:before,
	div[class^="ProjectPropertyType_"] ul li:before {
		margin-top: 7px;
	}
}
@media (min-width: 1280px) {
	.Level_0 {
		justify-content: flex-end;
		padding-top: .875rem;
	}
	.HL-Teaser {
		height: 394px;
	}
	.Article .Content ul li:before,
	.cke_show_borders ul li:before,
	div[class^="ProjectPropertyType_"] ul li:before {
		margin-top: 9px;
	}
}
@media (min-width: 1536px) { /* 1521 */
	.Level_0 {
		padding-top: .75rem;
	}

	.Navi-Main a:before {
		top: 2.5rem;
	}
	.AWO-Label span {
		font-size: 2rem;
	}
	.HL-Teaser {
		height: 480px;
	}
}

/* Quill editor */
/*
.Content.Project-Block-Standard ol li[data-list="bullet"] {
	list-style-type: disc;
}
*/
[class^="Content Project-Block-"] ol li[data-list="bullet"] {
    list-style-type: disc;
}

/* Admin */
.no-mq .Article,
.no-mq .Wrapper {
	margin: 0 !important;
	padding: 0 !important;
}
.no-mq .Fixed {
	position: inherit !important;
}
.no-mq .Breadcrumbs {
	display: none;
}