/* Schriften */
@import url(fonts.css);

/* Allgemeine Einstellungen */

html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px !important;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 1em 0.5em;
  color: #121212;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Open Sans', Arial, sans-serif;
}
a {
  color: #d40f14;
}
a[target=_blank] {
  display: inline-block;
  margin-right: 0.125em;
  /* 2/16 */
  padding-right: 1.375em;
  /* 22/16 */
}
a[target=_blank]:after,
a[target=_blank]::after {
  content: '\f08e';
  /* fa-external-link */
  display: inline-block;
  width: 1.375em;
  /* 22/16 */
  margin-right: -1.375em;
  /* -22/16 */
  font-family: FontAwesome;
  text-align: right;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6
{
	color: #000000;
}
h1,
.h1 {
  margin: 0.6316em 0 0.7368em 0;
  /* 24/38 0 28/38 0 */
  padding-right: 200px;
  font-size: 2.375rem;
  /* 38/16 */
  line-height: 1.1579;
  /* 44/38 */
  font-weight: bold;
}
h2,
.h2 {
  margin: 0.5263em 0 0.7368em 0;
  /* 20/38 0 28/38 0 */
  font-size: 2.375rem;
  /* 38/16 */
  line-height: 1.1579;
  /* 44/38 */
  font-weight: bold;
}
h2,
.h2 {
  margin: 0.8125em 0 0.75em 0;
  /* 26/32 0 24/32 0 */
  font-size: 2rem;
  /* 32/16 */
  line-height: 1.25;
  /* 40/32 */
  font-weight: normal;
}
h1 + h2 {
  margin: -0.125em 0 0.875em 0;
  /* -4732 0 28/32 0 */
}
h3,
.h3 {
  margin: 1em 0 0.8182em 0;
  /* 22/22 0 18/22 0 */
  font-size: 1.375rem;
  /* 22/16 */
  line-height: 1.4545;
  /* 32/22 */
  font-weight: bold;
}
h4,
.h4 {
  margin: 1em 0 0.8889em 0;
  /* 18/18 0 16/18 0 */
  font-size: 1.125rem;
  /* 18/16 */
  line-height: 1.5556;
  /* 28/18 */
  font-weight: bold;
}
h5,
.h5,
h6,
.h6 {
  margin: 1em 0;
  /* 16/16 0 */
  font-size: 1rem;
  /* 16/16 */
  line-height: 1.5;
  font-weight: bold;
}
p {
  margin: 0.875em 0;
  /* 14/16 0 */
  font-size: 1rem;
  /* 16/16 */
  /* prevent empty Ps from collapsing */
  min-height: 2em;
}
ol,
ul {
  margin: 1.25rem 0 1.5rem 1.75rem;
  /* 20/16 0 24/16 28/16 */
  padding: 0;
  color: #121212;
  font-size: 1rem;
  /* 16/16 */
  line-height: 1.6875;
}
ul,
ol {
  line-height: 1.6875;
}
li {
  margin: 0 0 0.375rem 0;
  /* 0 0 6/16 0 */
  padding: 0;
}
.no-margin,
main div.no-margin {
  margin: 0 !important;
}
.no-padding,
main div.no-padding {
  padding: 0 !important;
}
.display-flex,
main div.display-flex {
  display: flex !important;
}
.height-100, main div.height-100 {
  height: 100% !important;
}
.infokasten {
  overflow: hidden;
  box-sizing: border-box;
  margin: 1.75rem 0 2rem 0;
  /* 28/16 0 32/16 0 */
  padding: 1.75rem 1.5rem 1.5rem 1.5rem;
  /* 28/16 24/16 24/16 24/16 */
  background: #F2F2F2;
}
.infokasten > *:first-child {
  margin-top: 0 !important;
}
.infokasten.infokasten-rechts {
  float: right;
  width: 47.5%;
  margin-left: 5%;
}
@media (max-width: 575px) {
  .infokasten.infokasten-rechts {
    float: none;
    width: auto;
    margin-left: 0;
  }
}
.buttons {
  margin-right: 0;
  margin-left: 0;
  list-style-type: none;
}
.buttons li {
  display: inline-block;
  margin: 0 0.25em 0.5em 0;
  /* 0 4/16 8/16 0 */
}
.buttons a {
  display: block;
  padding: 0.8125em 1.25em 0.875em 1.25em;
  /* 13/16 20/16 14/16 20/16 */
  background: #E4E4E4;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
h2 + .buttons {
  margin-top: 2.5em;
  /* 40/16 */
  margin-bottom: 3.5em;
  /* 56/16 */
}
.clear {
  clear: both;
}
/* Bilder */

/* BEGIN: figure, figure-caption Bildunterschrift (ab 07.02.2022, JL) */

.figure
{
	display: inline-block;
	margin: 1.25em 0;
	padding: 0;
}
.figure:first-child
{
	/* margin-top: 0; */
}
.figure:last-child
{
	/* margin-bottom: 0; */
}
.figure img,
.figure-img
{
	float: none !important;
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0;
}
.figure-caption
{
	display: block;
	margin: 0;
	padding: 0.25em 0.5em 0.35em 0.5em;
	background: #f2f2f2;
	color: #121212;
	font-size: 0.875rem;
	line-height: 1.4;
}

/* END: figure, figure-caption Bildunterschrift (ab 07.02.2022, JL) */

img.left {
  float: left;
  margin: 0 25px 25px 0;
}
img.right {
  float: right;
  margin: 0 0 25px 25px;
}
a img {
  display: block;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
}
a > img {
  width: 100%;
}
.image-30-left,
.image-30-right,
.image-30-center {
  width: 30%;
}
.image-50-left,
.image-50-right,
.image-50-center {
  width: 47.5%;
}
.image-100-center {
  width: 100%;
}
.image-30-left,
.image-50-left {
  float: left;
  margin: 0.375rem 5% 5% 0;
  /* 6/16 5% 5% 0 */
}
.image-30-right,
.image-50-right {
  float: right;
  margin: 0.375rem 0 5% 5%;
  /* 6/16 0 5% 5% */
}
.image-30-center,
.image-50-center,
.image-100-center {
  display: block;
  margin: 2rem auto;
  /* 32/16 auto */
}
img + .image-30-left,
img + .image-50-left {
  margin-right: 0;
}
img + .image-30-right,
img + .image-50-right {
  margin-left: 0;
}
img + img + .image-30-left {
  margin-left: 5%;
}
img + img + .image-30-right {
  margin-right: 5%;
}
.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;
}
.image[target=_blank],
.image-100-center[target=_blank],
.image-50-center[target=_blank],
.image-30-center[target=_blank],
.image-50-right[target=_blank],
.image-30-right[target=_blank],
.image-50-left[target=_blank],
.image-30-left[target=_blank] {
  padding-right: 0;
}
.image[target=_blank] {
  margin-right: 0;
}
.image-100-center[target=_blank],
.image-50-center[target=_blank],
.image-30-center[target=_blank] {
  margin-right: 2rem;
  /* 32/16 */
}
.image-50-right[target=_blank],
.image-30-right[target=_blank] {
  margin-right: 0;
}
.image-50-left[target=_blank],
.image-30-left[target=_blank] {
  margin-right: 5%;
}
.image[target=_blank]:after,
.image[target=_blank]::after,
.image-100-center[target=_blank]:after,
.image-100-center[target=_blank]::after,
.image-50-center[target=_blank]:after,
.image-50-center[target=_blank]::after,
.image-30-center[target=_blank]:after,
.image-30-center[target=_blank]::after,
.image-50-right[target=_blank]:after,
.image-50-right[target=_blank]::after,
.image-30-right[target=_blank]:after,
.image-30-right[target=_blank]::after,
.image-50-left[target=_blank]:after,
.image-50-left[target=_blank]::after,
.image-30-left[target=_blank]:after,
.image-30-left[target=_blank]::after {
  display: none;
}
.force-break {
  clear: both;
}
/* Tabellen ( > Datentabellen) */
table {
  width: 100%;
  margin: 1.5rem 0 1.75rem 0;
  /* 24/16 0 28/16 0 */
  padding: 0;
  border: none;
  border-collapse: collapse;
  color: #121212;
}
table td,
table th {
  padding: 0.625em 1em 0.625em 0;
  /* 10/16 16/16 10/16 0 */
  vertical-align: top;
}
table th {
  text-align: left;
}
table.daten {
  border-top: solid 1px #E4E4E4;
}
table.daten td,
table.daten th {
  padding: 0.75em 1em 0.75em 1em;
  /* 12/16 16/16 12/16 16/16 */
  border-bottom: solid 1px #E4E4E4;
}
table.border_black {
	border-top: solid 1px #000;
}
table.border_black td,
table.border_black th {
	padding: 0.75em 1em 0.75em 1em;
	/* 12/16 16/16 12/16 16/16 */
	border-bottom: solid 1px #000;
}
table.border_grey {
	border-top: solid 1px #4b4f55;
}
table.border_grey td,
table.border_grey th {
	padding: 0.75em 1em 0.75em 1em;
	/* 12/16 16/16 12/16 16/16 */
	border: solid 1px #4b4f55;
}
table.auflistung {
  border-top: solid 1px #E4E4E4;
}
table.auflistung td,
table.auflistung th {
  padding: 1.25em 1em 1.25em 1em;
  /* 12/16 16/16 12/16 16/16 */
  border-bottom: solid 1px #E4E4E4;
  vertical-align: middle;
}
table.auflistung tr td:last-child,
table.auflistung tr th:last-child {
  text-align: center;
}
table.auflistung img {
  display: inline-block;
}
/* Formularelemente */
form {
  margin: 0;
  padding: 0;
}
button,
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=file],
input[type=reset],
input[type=submit],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
button,
input,
textarea,
select {
  font-size: 1rem;
  /* 16/16 */
}
button,
input[type=submit],
input[type=reset],
label {
  cursor: pointer;
}
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=file],
textarea,
select {
  padding: 0.375rem 0.625rem;
  /* 6/16 10/16 */
  border: solid 1px #E4E4E4;
  color: #000;
  line-height: normal;
  font-family: 'Open Sans', Arial, sans-serif;
}
textarea {
  line-height: 1.5;
  /* 24/16 */
}
option {
  font-family: 'Open Sans', Arial, sans-serif;
}
input[type=submit],
input[type=reset] {
  padding: 0.6em 0.9em;
  /* 12/20 18/20 */
  border: none;
  font-size: 1.25rem;
  /* 20/16 */
  line-height: normal;
  font-family: 'Open Sans', Arial, sans-serif;
}
input[type=reset] {
  background: #E4E4E4;
  color: #000;
  font-weight: normal;
}
input[type=submit] {
  background: #d40f14;
  color: #fff;
  font-weight: bold;
}
label {
  color: #121212;
}
label.main {
  display: block;
  margin-bottom: 0.375rem;
  /* 6/16 */
}
.messages {
  overflow: hidden;
  margin: 1.25rem 0;
  /* 20/16 0 */
  padding: 1.25rem 1.25rem 0.625rem 1.25rem;
  /* 20/16 20/16 10/16 20/16 */
  background: #F2F2F2;
}
.messages h2 {
  margin: 0 0 0.6667em 0;
  /* 0 0 12/18 0 */
  color: #000;
  font-size: 1.125rem;
  /* 18/16 */
  line-height: 1.3636;
}
.messages.error h2 {
  color: #d40f14;
}
.messages.success h2 {
  color: #119611;
}
.messages p {
  margin: 0.75rem 0;
  /* 12/16 0 */
}
.messages ul {
  margin-top: 1rem;
  /* 16/16 */
  margin-bottom: 1.125rem;
  /* 18/16 */
}
.required {
  color: #d40f14;
  font-weight: bold;
  font-size: 1.25rem;
  /* 20/16 */
  line-height: 1.2;
  /* 24/20 */
}
form .row {
  overflow: hidden;
  margin: 1.25rem 0;
  /* 20/16 0 */
}
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 .columns {
  margin-top: 2.5rem;
  /* 40/16 0 */
}
form .columns .row:first-child {
  margin-top: 0;
}
form .columns textarea {
  height: 210px;
  resize: vertical;
}
form .row-submit {
  text-align: right;
}
form .row-submit input {
  margin: 0 0 0.625rem 0.375rem;
  /* 0 0 10/16 6/16 */
}

/* Ausklappbare Elemente */

.expandable-v2
{
	position: relative;
	padding: 6px 10px !important;
	border: solid 4px #ddd !important;
}
.expandable-v2:before,
.expandable-v2::before
{
	content: '';
	color: #121212 !important;
	font-size: 12px !important;
	text-transform: uppercase;
}
.expandable-v2:after,
.expandable-v2::after
{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #f8f8f8 !important;
}

.expandable-v2-begin
{
	padding-top: 4px !important;
	padding-bottom: 8px !important;
	border-bottom: none !important;
}
.expandable-v2-begin:before,
.expandable-v2-begin::before
{
	content: 'Ausklapp-Element Anfang';
}
.compact.expandable-v2-begin:before,
.compact.expandable-v2-begin::before
{
	content: 'Kompakt-Ausklapp-Element Anfang';
}
.expandable-v2-begin:after,
.expandable-v2-begin::after
{
	bottom: 4px;
}

.expandable-v2-end
{
	padding-top: 8px !important;
	padding-bottom: 4px !important;
	border-top: none !important;
}
.expandable-v2-end:before,
.expandable-v2-end::before
{
	content: 'Ausklapp-Element Ende';
}
.compact.expandable-v2-end:before,
.compact.expandable-v2-end::before
{
	content: 'Kompakt-Ausklapp-Element Ende';
}
.expandable-v2-end:after,
.expandable-v2-end::after
{
	top: 4px;
}

.columns-wrapper.columns
{
	margin: 1.25em 0;

	columns: auto 2;
	column-gap: 40px;
}
.columns-wrapper.columns.columns-3
{
	margin: 1.25em 0;

	columns: auto 3;
	column-gap: 40px;
}
.columns-wrapper.columns:before,
.columns-wrapper.columns::before,
.columns-wrapper.columns:after,
.columns-wrapper.columns::after
{
	content: ' ';
	display: table;
}
.columns-wrapper.columns:after,
.columns-wrapper.columns::after
{
	clear: both;
}
.columns p
{
	word-wrap: break-word;
	overflow-wrap: break-word;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	text-align: justify;
}

/* BEGIN: Flex-row und 1/3 / 2/3 Columns (ab 04.04.2022, JL) */

.row-flex,
.row-flex *
{
	box-sizing: border-box;
}
.row-flex
{
	display: flex;
	flex-flow: row wrap;
	margin: 1em -20px;
	margin: 1em 0;
}
.row-flex:first-child,
.row-flex >  .col > *:first-child
{
	margin-top: 0;
}
.row-flex:last-child,
.row-flex >  .col > *:last-child
{
	margin-bottom: 0;
}

.row-flex.row-flex-reverse-tablet
{
  flex-flow: row-reverse wrap-reverse;
}

.row-flex .col
{
	flex: 0 0 100%;
	padding: 0.5em 20px 0.5em 20px;
}
@media (min-width: 769px)
{
	.row-flex .col-1-1
	{
	  flex: 0 0 49%;
	}
	.row-flex .col-1-3
	{
		flex: 0 0 39%;
	}

	/* this is only for the backend */
	.row-flex .col-1-3.col-33-percent
	{
		flex: 0 0 32%;
		overflow: scroll;
	}

	.row-flex .col-2-3
	{
		flex: 0 0 60%;
	}
}

/* END: Flex-row und 1/3 / 2/3 Columns (ab 04.04.2022, JL) */

/* BEGIN inline-data formats */

.inline-data-wrapper,
.inline-data-wrapper *
{
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.inline-data-wrapper
{
	display: flex;
	flex-flow: row wrap;

	margin-top: 1rem;
	margin-bottom: 1rem;
}
.inline-data-item
{
	flex: 0 0	100%;
	display: flex;
	flex-flow: row wrap;

	padding-top: 0.5rem;
	padding-bottom: 0.5rem
}
@media (min-width: 400px)
{
	.inline-data-item
	{
		flex-flow: row nowrap;
	}
}
.inline-data-item > *
{
	flex-grow: 1;

	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;

	text-align: left !important;
}
.inline-data-item > *:first-child
{
	flex: 0 0 100%;
	padding-right: 1.5rem;
}
@media (min-width: 400px)
{
	.inline-data-item > *:first-child
	{
		flex: 0 0 40%;
	}
}
/* @media (min-width: 592px) */
@media (min-width: 784px)
{
	.inline-data-item > *:first-child
	{
		flex: 0 0 30%;
	}
}

/* version/variant with border */

.inline-data-wrapper.bordered .inline-data-item + .inline-data-item
{
	margin-top: 0.5rem;
	padding-top: 1rem;
	border-top: solid 1px #e4e4e4;
}

/* END inline-data formats */

/* Teaser-Elemente */

.background_wrapper.gray {
  background-color: #f2f2f2;
}

ul.teasers_wide {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

ul.teasers_wide li div.content_wrapper a {
  display: flex;
}

ul.teasers_wide li div.content_wrapper a img.content_image {
  aspect-ratio: 1 / 1;
  max-width: 25%;
  object-fit: cover;
}

ul.teasers {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, auto);
}

ul.teasers li {
  scale: 0.95;
  overflow: hidden;
}

ul.teasers li.placeholder {
  border: 1px dashed #bbb;
}

ul.teasers li.placeholder::before {
  content: 'Platzhalter 3er-Raster';
  color: #bbb;
  margin: 0;
  padding: 0.5em;
  font-size: 11px;
  text-transform: uppercase;
  border: 1px dashed #bbb;
}

/* FontAwesome */
.fa,
.fa::before,
.fas,
.fas::before,
.fab,
.fab::before{
  font-family: 'FontAwesome', sans-serif;
}

/* Section with deco banner */

.image-container.deco-container {
  min-height: 120px;
}

.image-container.deco-container img {
  max-height: 120px;
  object-position: center;
}

.deco-banner-headline {
  font-weight: bold;
}

main .content div.left h2.deco-banner-headline,
main .content div.column h2.deco-banner-headline,
main .content div.columns h2.deco-banner-headline {
  font-weight: bold;
}

/* image teaser */

.flex
{
  display: flex;
  flex-flow: row wrap;
  margin: -12px;
}
.flex .column-50
{
  flex: 0 0 100%;
  padding: 12px;
  display: flex;
}
@media (min-width: 768px)
{
  .flex .column-50
  {
    flex: 0 0 49%;
  }
}
.teaser-container
{
  flex: 0 0 100%;
  display: flex;
  background-color: rgba(255, 255, 255, 0.9);

  flex-direction: column;
}
@media (min-width: 576px)
{
  .teaser-container
  {
    flex-direction: row;
  }
}
.image-container
{
  flex: 0 0 152px;
  height: 100%;
  min-height: 152px;
}
@media (min-width: 576px)
{
  .image-container
  {
    /*flex: 0 0 152px;*/
    /*min-height: 152px;*/
  }
}
.image-container img
{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-container
{
  flex: 0 0 auto;
  height: auto;
  min-height: initial;

  display: flex;
  justify-content: flex-start;
  align-items: center;

  padding: 24px 20px 0 20px;
}
@media (min-width: 576px)
{
  .icon-container
  {
    flex: 0 0 152px;
    height: 100%;
    min-height: 152px;

    justify-content: center;

    padding-bottom: 30px;
  }
}
.icon-container img
{
  width: auto;
  height: auto;
  max-width: 80px !important;
  object-fit: contain;
}

.text-container
{
  flex: 1 0 40%;
  padding: 24px 20px 30px 20px;

  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 576px)
{
  .text-container
  {
    padding-right: 40px;
  }
}
.text-container > *
{
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.35;
}
@media (min-width: 576px)
{
  .text-container > *
  {
    font-size: 1rem;
  }
}
.text-container > *:first-child
{
  font-weight: bold;
  font-size: 1rem;
}
@media (min-width: 576px)
{
  .text-container > *:first-child
  {
    font-size: 1.125rem;
  }
}
.text-container > * + *
{
  margin-top: 8px;
}

/* link-related css */

a.teaser-container,
a.teaser-container *
{
  text-decoration: none !important;
}
a.teaser-container:hover .text-container > *:first-child,
a.teaser-container:focus .text-container > *:first-child
{
  color: #d40f14;
  text-decoration: underline !important; /* comment this line for live system (without accessibility styles) */
}

.text-container > *:first-child a
{
  color: inherit;
  text-decoration: none !important;
}
.text-container > *:first-child a:hover,
.text-container > *:first-child a:focus
{
  outline: none !important;
  color: #d40f14;
  text-decoration: underline !important; /* comment this line for live system (without accessibility styles) */
}

a.teaser-container .text-container > *:first-child,
.text-container > *:first-child a
{
  display: inline-block;
  padding-right: 0.8182em;
}
a.teaser-container .text-container > *:first-child::after,
.text-container > *:first-child a::after
{
  content: '\f105';
  display: inline-block;
  width: 0.8182em;
  margin-right: -0.8182em;
  font-style: normal;
  font-family: FontAwesome;
  text-align: right;
}

/* Employees */

@media (min-width: 786px) and (max-width: 1227px){
  .infokasten.mitarbeiter .col-1-3{
    flex: 0 0 33%;
  }
  .infokasten.mitarbeiter .col-2-3{
    padding-left: 0;
  }
  .infokasten.mitarbeiter img{
    width: 120px;
    height: 120px;
    object-fit: cover;
    max-width: max-content;
  }
}
.infokasten.infokasten-outline {
  border: 1px solid #c6c7c8;
  background-color: unset;
}
.infokasten.bg-none
{
  background-color: #FFF;
  border: none;
}
.infokasten.employees .text-container > :first-child {
  font-style: italic;
  font-size: 1em;
}
.infokasten.employees .teaser-container {
  border-color: #E4E4E4;
  border-style: solid;
  border-width: 1px;
}
.infokasten.employees  .image-container img {
  height: inherit;
}
@media (max-width: 576px){
  .infokasten.employees  .image-container {
    min-height: 250px;
  }
  .infokasten.employees  .image-container img {
    height: 100%;
  }
}

/* Icon Teaser */

.infokasten.icon-teaser .icon-teaser-container {
  width: 100%;
  float: left;
}
.infokasten.icon-teaser .icon-teaser-container img {
  height: 50px;
  width: auto;
}
@media (min-width: 575px){
  .infokasten.icon-teaser .icon-teaser-container {
    width: 50%;
  }
  .icon-teaser div.icon-teaser-container p {
    padding-right: 1.5em;
  }
  .icon-teaser div.icon-teaser-container:nth-child(even) p {
    padding-right: 0;
  }
}
@media (min-width: 767px){
  .infokasten.icon-teaser .icon-teaser-container {
    width: 24%;
  }
  .icon-teaser div.icon-teaser-container:nth-child(even) p {
    padding-right: inherit;
  }
  .icon-teaser div.icon-teaser-container:nth-child(4n+0) p {
    padding-right: 0;
  }
}


/* Infokasten mit Videos 2-Spaltig*/

.infokasten.videos-2 .teaser-container {
  background-color: transparent;
}

.infokasten.videos-2 .text-container {
  padding: 0;
}
.infokasten.videos-2 .text-container > * {
  padding: 0;
  font-size: 1rem;
}
@media (min-width: 576px){
  .infokasten.videos-2 .text-container > * {
    font-size: 1.125rem;
  }
}


/* Infokasten mit Tabelle */

.infokasten.list-table > *:first-child {
  margin-top: 0 !important;
  margin-bottom: -10px;
}
.infokasten.list-table p{
  font-weight: bold;
}
.infokasten.list-table ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.infokasten.list-table li{
  width: 100%;
  padding: 2px 2px 2px 20px;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.35;
}
.infokasten.list-table  li:before{
  content: "\2022";
  padding-right: 5px;
  float: left;
  margin-left: -10px;
  width: 10px;
}
.infokasten.list-table li:last-child
{
  flex-grow: 1;
}
@media (max-width: 575px){
  .infokasten.list-table li:nth-child(n){
    flex-break: after;
  }
  .infokasten.list-table li:nth-child(2n)
  {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 576px) and (max-width: 767px){
  .infokasten.list-table li:nth-child(2n)
  {
    flex-break: after;
  }
  .infokasten.list-table li:nth-child(4n),
  .infokasten.list-table li:nth-child(4n-1)
  {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .infokasten.list-table li{
    width: 50%;
    font-size: 1rem;
    line-height: 1.6875;
  }
}
@media (min-width: 768px){
  .infokasten.list-table li:nth-child(3n)
  {
    flex-break: after;
  }
  .infokasten.list-table li:nth-child(6n),
  .infokasten.list-table li:nth-child(6n-1),
  .infokasten.list-table li:nth-child(6n-2)
  {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .infokasten.list-table li{
    width: 33.33333333%;
    font-size: 1rem;
    line-height: 1.6875;
  }
}

/* two column section */

.flex-column
{
	flex-direction: column !important;
}

.two-column-section {
  display: flex;
  flex-direction: row;
  /*flex-direction: row;*/
  padding: 1.875rem 2.625rem 0 0;
  margin-bottom: 3rem;
  background-color: #F2F2F2;
}

.two-column-section .two-column-main-content {
  display: flex;
}

.two-column-section > p {
  padding: 1rem 3rem;
}

.two-column-section .image-container.two-column-image-container {
  width: 50%;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
}

.two-column-section .two-column-content {
  width: 50%;
  padding-left: 3.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

main .content div.column .two-column-section .two-column-content h2 {
  font-weight: bold;
  font-size: 2.375rem;
  line-height: 2.75rem;
  margin-bottom: 1.25rem;
  margin-top: 0;
}

.two-column-section .two-column-content h3 {
  margin-top: 0;
}
/*
.two-column-section .two-column-content a {
  display: block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.two-column-section .two-column-content a:hover {
  text-decoration: underline;
}

.two-column-section .two-column-content a:after {
  content: '\f105';
  display: inline-block;
  width: 0.8182em;
  margin-right: -0.8182em;
  font-family: FontAwesome;
  text-align: right;
}
*/
.two-column-main-content.reverse {
  flex-direction: row-reverse;
  padding-right: 0;
}

.reverse .two-column-content {
  padding: 0 5.375rem 0 0;
}

.reverse .image-container.two-column-image-container {
  padding: 0 0 0 1.875rem;
}

@media screen and (max-width: 992px) {
  .two-column-section {
    padding-right: 0;
  }
  .two-column-section .two-column-content {
    padding-left: 1rem;
  }
  .reverse.two-column-section .two-column-content {
    padding-right: 1rem;
  }
  main .content div.column .two-column-section .two-column-content h2,
  .two-column-section .two-column-content h3 {
    margin-bottom: 0.8125em;
  }
}

@media screen and (max-width: 767px) {
  .two-column-section {
    padding: 0 2.625rem 0 0;
    margin-bottom: 3rem;
  }

  .reverse.two-column-section,
  .two-column-section {
    flex-direction: column;
  }

  .two-column-section .image-container.two-column-image-container,
  .two-column-section .two-column-content {
    padding: 0;
    width: 100%;
  }

  .two-column-section .two-column-content h3 {
    margin-top: 1em;
  }
  main .content div.column .two-column-section .two-column-content h2 {
    margin-top: 1.9296875rem;
  }
}

@media (max-width: 592px) {
  main .content div.column .two-column-section .two-column-content h2 {
    font-size: 1.125rem;
    line-height: 1.6rem;
  }
  .two-column-section {
    padding: 0 2.625rem 0 0;
    margin-bottom: 1.75rem;
  }
}

/* Infokasten */
.infokasten.bg-primary,
.infokasten.bg-secondary,
.infokasten.bg-info,
.infokasten.bg-success,
.infokasten.bg-warning {
  border: none;
}
.infokasten.bg-primary {
  /* old scheme
  background-color: rgba(212, 15, 20, 0.2); */
  background-color: #d40f14;
}
.infokasten.bg-secondary {
  /* old scheme
  background-color: rgba(135, 136, 138, 0.2); */
  background-color: #E7E7E8;
}
.infokasten.bg-info {
  /* old scheme
  background-color: rgba(133, 200, 232, 0.2); */
  background-color: #B2C5CF;
}
.infokasten.bg-info-inverted {
  background-color: #336780;
}
.infokasten.bg-success {
  /* old scheme
  background-color: rgba(167, 191, 92, 0.2); */
  background-color: #ECE5D7;
}
.infokasten.bg-warning {
  /* old scheme
  background-color: rgba(238, 113, 0, 0.2); */
  background-color: #668DA0;
}
.infokasten.bg-primary *:not(a, .plyr *),
.infokasten.bg-info-inverted *:not(a, .plyr *),
.infokasten.bg-warning *:not(a, .plyr *),
.infokasten.bg-primary a:not(.teaser-container a),
.infokasten.bg-info-inverted a:not(.teaser-container a),
.infokasten.bg-warning a:not(.teaser-container a)
{
  /* enforce inverted text color scheme for certain background types */
  color: #ffffff !important;
}

.infokasten.bg-primary .teaser-container *:not(a, .plyr *),
.infokasten.bg-info-inverted .teaser-container *:not(a, .plyr *),
.infokasten.bg-warning  .teaser-container *:not(a, .plyr *)
{
  color: #000000 !important;
}

.infokasten .infokasten
{
  background-color: rgba(255, 255, 255, 0.9);
}
.infokasten .infokasten .row-flex
{
  margin: 0 -24px;
  padding: 0 12px;
}
.infokasten .infokasten .row-flex .col-1-3
{
  flex: 0 0 140px;
}
.infokasten .infokasten .row-flex .col-2-3
{
  flex: 1 0 50%;
}
.infokasten[class*="bg-"] .expandable-content .expandable-wrapper h3.expandable-trigger {
  background-color: #fff;
}
.infokasten .expandable-wrapper
{
  border-color: #D7D7D7;
}
.infokasten .row-flex .col + .col
{
  padding-right: 20px;
}
.infokasten .expandable-wrapper.compact {
  margin: 0;
}
.expandable-wrapper.compact .expandable-trigger,
.infokasten .expandable-wrapper.compact.bg-white .expandable-trigger
{
  background-color: #ffffff;
}
.infokasten .expandable-wrapper .expandable-wrapper .expandable-trigger,
.infokasten .expandable-wrapper.compact .expandable-trigger
{
  margin-bottom: 0;
  background-color: transparent;
}
.expandable-wrapper.compact .expandable-content,
.infokasten .expandable-wrapper.compact.bg-white .expandable-content
{
  border-color: #ffffff;
}
.infokasten .expandable-wrapper .expandable-wrapper .expandable-content,
.infokasten .expandable-wrapper.compact .expandable-content
{
  border-color: transparent;
}

/* Alerts */

.alert {
  position: relative;
  border-radius: 2px;
  padding: 16px 16px 16px 40px;
  margin: 1em 0;
}
.alert::before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 16px;
  left: 16px;
  content: "\f05a";
}
.alert p {
  margin: 0;
}
.alert a {
  font-weight: bold;
}

.alert.alert-primary {
  background-color: rgba(212, 15, 20, 0.1);
  border: 1px solid rgba(212, 15, 20, 0.3);
}
.alert.alert-primary p,
.alert.alert-primary a,
.alert.alert-primary li,
.alert.alert-primary::before {
  color: rgb(172, 10, 38);
}

.alert.alert-secondary {
  background-color: rgba(135, 136, 138, 0.1);
  border: 1px solid rgba(135, 136, 138, 0.3);
}
.alert.alert-secondary p,
.alert.alert-secondary a,
.alert.alert-secondary li,
.alert.alert-secondary::before {
  color: black;
}

.alert.alert-info {
  background-color: rgba(133, 200, 232, 0.1);
  border: 1px solid rgba(133, 200, 232, 0.3);
}
.alert.alert-info p,
.alert.alert-info a,
.alert.alert-info li,
.alert.alert-info::before {
  color: rgba(0, 97, 143, 1);
}

.alert.alert-success {
  background-color: rgba(167, 191, 92, 0.1);
  border: 1px solid rgba(167, 191, 92, 0.3);
}
.alert.alert-success p,
.alert.alert-success a,
.alert.alert-success li,
.alert.alert-success::before {
  color: rgba(78, 102, 0, 1);
}

.alert.alert-warning {
  background-color: rgba(238, 113, 0, 0.1);
  border: 1px solid rgba(238, 113, 0, 0.3);
}
.alert.alert-warning p,
.alert.alert-warning a,
.alert.alert-warning li,
.alert.alert-warning::before {
  color: rgba(167, 79, 0, 1);
}

/* START Compact teasers */

ul.compact-teaser {
  list-style-type: none;
  padding: 0;
  margin: 0 -30px 0 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
ul.compact-teaser li {
  display: -webkit-flex;
  display: flex;
  width: calc(33% - 20px);
  margin: 0 20px 20px 0;
  border: 1px solid #EAEAEA;
}
.col.col-1-2 ul.compact-teaser li {
  margin: 0 0 20px 0;
  width: calc(50% - 25px);
}
.col.col-1-3 ul.compact-teaser li {
  margin: 0 0 20px 0;
  width: calc(100% - 30px);
}
ul.compact-teaser li img,
ul.compact-teaser li div.image-content {
  width: 140px;
  height: auto;
  min-height: 140px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
ul.compact-teaser li div.image-content.icon {
  background-size: contain;
}
ul.compact-teaser div:not(.image-content) {
  padding: 20px;
}
ul.compact-teaser h3 {
  font-size: 1rem;
  margin: 0;
  line-height: 1.3rem;
}
ul.compact-teaser p {
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.25rem;
}
ul.compact-teaser h3 + p {
  margin-top: 0.5rem;
}

/* END Compact teasers */

/* START Compact teasers - TinyMCE only */

ul.compact-teaser li {
  outline: thin dashed #CCCCCC;
  display: block;
  padding: 2px 4px 4px 4px;
}

ul.compact-teaser li img {
  width: 140px;
}

ul.compact-teaser h3 {
  font-size: 16px;
}

ul.compact-teaser li::before {
  content: 'LI (Teaser)';
  font-size: 11px;
  text-transform: uppercase;
  color: #CCCCCC;
  display: block;
  padding: 2px;
}

/* END Compact teasers - TinyMCE only */

/* START Image + Text Combo */

div.img-txt-combo
{
  display: inline-block;
  position: relative;
}

div.img-txt-combo a:hover span,
div.img-txt-combo a:focus span
{
  text-decoration: underline !important;
}

div.img-txt-combo div
{
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 67%;
}

div.img-txt-combo.top div
{
  top: 1.25%;
  transform: initial;
}

div.img-txt-combo.bottom div
{
  top: initial;
  bottom: 1.25%;
  transform: initial;
}

div.img-txt-combo span
{
  background-color: #d40f14;
  color: #ffffff !important;
  padding: 0.25em 0.5em 0.25em 1.25em;
  font-size: 3.125em;
  font-size: calc(2vw + 0.6rem);
  font-weight: bold;
  line-height: 2.25em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* columns, 50/50 */
.columns div.img-txt-combo span,
.col-1-1 div.img-txt-combo span
{
  font-size: 1.92em;
  font-size: calc(1.1vw + 0.25rem);
}

/* columns, 2/3 */
.col-2-3 div.img-txt-combo span
{
  font-size: 1.92em;
  font-size: calc(1.1vw + 0.6rem);
}

/* columns, 1/3 */
.columns.columns-3 div.img-txt-combo span,
.col-1-3 div.img-txt-combo span
{
  font-size: .91em;
  font-size: calc(0.3vw + 0.5rem);
}
/* END Image + Text Combo */

/* Generische Buttons 03.08.23 Marius Mauritz  */

/* Common button styles */
a.button,
a[href].button {
  padding: 0.6em 0.9em;
  display: inline-block;
  border: 3px solid  #d40f14;
  background-color:  #d40f14;
  color: #fff !important;
  text-align: center;
  text-decoration:none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Sizes */
a.button-sm{
  font-size: 0.8em;
  padding: 0.2em 0.45em;
}

a.button-lg{
  font-size: 1.2em;
  padding: 0.9em 1.35em;
}

.col-1-3 .button {
  width: 100%;
}

h3 a.button span,
h4 a.button span
{
  display: block;
  font-size: 75%;
  font-weight: 600;
}

/* Icons */

a.button::after{
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome, sans-serif;
  text-align: right;
  transform: scale(1.3);
  margin-left:1em;
  margin-right: calc(1em - 0.9em);
}
a[target="_blank"].button::after {
  margin-left: 0;
  margin-right: 0 !important;
}
a.button-sm::after{
  transform: scale(1.1);
  margin-left:0.5em;
  margin-right: calc(0.5em - 0.45em);
}
a.button-lg::after {
  transform: scale(1.5);
  margin-left: 1.5em;
  margin-right: calc(1.5em - 1.35em);
}
a.button.button-icon-none::after{
  display: none;
}
a.button.button-icon-calendar::after{
  content : "\f073";
}
a.button.button-icon-search::after{
  content : "\f002";
}
a.button.button-icon-decline::after{
  content : "\f00d";
}
a.button.button-icon-accept::after{
  content : "\f00c";
}
a.button.button-icon-arrow-right::after{
  content : "\f105";
}
a.button.button-icon-arrow-left::after{
  content : "\f104";
}
a.button.button-icon-arrow-up::after{
  content : "\f106";
}
a.button.button-icon-arrow-down::after{
  content : "\f107";
}

/* Hover and Focus styles */
a.button:hover,
a[href].button:hover,
a.button:focus-visible,
a[href].button:focus-visible {
  background-color: #fff;
  color: #d40f14 !important;
  border-color: #d40f14;
  text-decoration:underline !important;
}

/* Outline button styles */
a.button-outline,
a[href].button-outline {
  background-color: #fff;
  color: #d40f14 !important;
  border-color: #d40f14;
}

a.button-outline:hover,
a[href].button-outline:hover,
a.button-outline:focus-visible,
a[href].button-outline:focus-visible {
  background-color: #fff;
  color: #000 !important;
  border-color: #000;
}

/* Dark button styles */
a.button-dark,
a[href].button-dark{
  background-color: #000;
  color: #fff !important;
  border-color: #000;
}

a.button-dark:hover,
a[href].button-dark:hover,
a.button-dark:focus-visible,
a[href].button-dark:focus-visible {
  background-color: #d40f14;
  color: #fff !important;
  border-color: #d40f14;
}

/* Dark outline button styles */
a.button-dark-outline,
a[href].button-dark-outline{
  background-color: #fff;
  color: #000 !important;
  border-color: #000;
}

a.button-dark-outline:hover,
a[href].button-dark-outline:hover,
a.button-dark-outline:focus-visible,
a[href].button-dark-outline:focus-visible{
  background-color: #fff;
  color: #d40f14 !important;
  border-color: #d40f14;
}

/* Alternate button styles */
a.button-alt,
a[href].button-alt{
  background-color: #336780;
  color: #fff !important;
  border-color: #336780;
}

a.button-alt:hover,
a[href].button-alt:hover,
a.button-alt:focus-visible,
a[href].button-alt:focus-visible {
  background-color: #fff;
  color: #336780 !important;
  border-color: #336780;
}

/* Alternate button outline styles */
a.button-alt-outline,
a[href].button-alt-outline{
  background-color: #fff;
  color: #336780 !important;
  border-color: #336780;
}

a.button-alt-outline:hover,
a[href].button-alt-outline:hover,
a.button-alt-outline:focus-visible,
a[href].button-alt-outline:focus-visible{
  background-color: #336780;
  color: #fff !important;
  border-color: #336780;
}

/* Width-Modifier for buttons */
a.button.full-width
{
  width: 100%;
}

/* Font-Style modifier for buttons */
a.button.emphasize
{
  font-size: 140%;
  line-height: 140%;
  font-weight: bold;
}
