:root {
	overflow-y: scroll;
	height: 100%;
	font-size: 16px;
	line-height: 24px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	--pp-rot: #BA032B;
	--pp-blau: #006EAE;
	--pp-grau: #707173;
	--hellgrau: #d3d6da;
	--pp-gelb: #FDC400;
	--grid__columns: 12;
	--grid__gutter: 1.5rem;
	--nav-color: #25455f;
	--nav-active-color: #f47c00;
	--nav-item-line-height: 1.5;
	--nav-mobile-background: #172b3b;
	--nav-mobile-color: #d3d6da;
	--nav-mobile-active-background: #172b3b;
	--nav-mobile-active-color: #f47c00;
	--nav-mobile-active-border-color: #f47c00;
	--nav-mobile-btn-clr: #f47c00;
	--nav-mobile-separator-color: hsla(0,0%,100%,.1);
	--nav-mobile-padding: 120px 20px 20px;
	--nav-mobile-font-size: 18px;
	--nav-mobile-backdrop-height: 80px;
	--nav-submenu-background: #fff;
	--nav-burger-color: #fff;
	--nav-burger-line-color: #BA032B;
	--skip-background: #172b3b;
	--skip-color: #d3d6da;
	--skip-focus-border-color: #f47c00
}

.nav-burger {
	box-shadow:unset;
}

.navigation-main {
	padding-right:10vw;
}

.pprot {
	color:var(--pp-rot);
}
.ppblau {
	color:var(--pp-blau);
}
.ppgrau {
	color:#f7f5f4;
}
.hellgrau {
	color:var(--hellgrau);
}
.ppgelb {
	color:var(--pp-gelb);
}

/* Anpassen Boxmodel */
*, *:before, *:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

body {
	color:#333;
	font-family:Roboto, sans-serif;
	margin:0;
	padding:0;
	min-width:320px;
}

.borderLightGrey {
	background:#fff;
	border:1px solid lightgrey;
}

#eyeAble_customToolOpenerID {
	margin-right:1em;
}

#eyeAble_customToolOpenerID:hover { 
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

#eye-able-hinweis {
	display: none;
	position: absolute;
	top: 10px;
	right: 8vw;
	width: 300px;
	background-color: #000;
	color: #fff;
	padding: 1em;
	border-radius: 1em;
	border: 3px double #fff;
	z-index: 20;
}

#eyeAble_customToolOpenerID:hover + #eye-able-hinweis {
	display: block;
}

#eye-able-hinweis h2 {
	color: #fff;
	font-size: 1.2em;
	margin: 0.5em;
}

#eye-able-hinweis hr {
	border: 3px double #fff;;
	margin: 0;
	margin-bottom: 0.5em;
}

#header .lupe {
	font-size:2em;
	z-index: 20;
}

#sprachenwechsler {
	height:50px;
	width:70px;
	z-index:10;
	padding-top:1em;
}

#sprachenwechsler a {
	background:transparent;
	font-size: 2em;
	text-decoration: none;
}

#gl_pit, #gl_sarah, #gl_markus {
	margin:0 0 2em 0;;
}

#pflege_box, .pflege_box {
	display: flex;
	flex-direction: column;
}

.no_bottom_border {
	border-bottom: 0;	
}

.gl_row {
	display:grid;
	grid-gap:0.5em;
	border-right: 2px solid var(--pp-rot);
	border-bottom: 2px solid var(--pp-rot);
	border-bottom-right-radius: 1em;
}

.mod_article > .ce_rowStart.gl_row {
	margin:0;
}

.gl_1 {
	grid-column: span 4;
}

.gl_2 {
	grid-column: span 8;
}

.gl_3 {
	grid-column: span 12;
}

/* Für Kontaktkarten */
.mt-1e {
	padding-top: 1em;
}

.mt-3e {
	padding-top: 3em;
}

h1, h2, h3, h4 {
	color:#535353
}

h2 {
	font-size: 1.75em;
	line-height: 1.71428571em;
	margin-top: 0.85714286em;
	margin-bottom: 0.85714286em;
}
h3 {
	font-size: 1.3125em;
	line-height: 1.14285714em;
	margin-top: 1.14285714em;
	margin-bottom: 0em;
}
h4,
h5,
h6 {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 0em;
}

h1+h2,
h1+div h2 {
	margin-top: 0;
}

/* sonstige Abstände und Elemente */
ul ul, ol ol, ul ol, ol ul {
	margin-top: 0em;
	margin-bottom: 0em;
}

ol {
	list-style: decimal;
}

hr {
	border: 1px solid #292c37;
	margin: -1px 0;
}

/** Layout **/
#wrapper {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 clamp(2%,5vw,20px);
	font-size:1em;
}

#header .inside {
	align-items: center;
	justify-items: center;
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
}

#headerLogo {
  background: url("../logos/3p_rgb.svg") no-repeat;
  width: 68px;
  height: 68px;
  background-size: contain;
}

#headerLogo button {
	color: transparent;
	background: transparent;
	box-shadow: none;
	height: 4em;
    width: 100%;
}

/* Navigation */
#nav-main {
	display: none;
	background: var(--pp-rot);
	min-width: 320px;
	min-width:-moz-max-content;
	min-width:-webkit-fill-available;
	min-width:stretch;
	overflow: visible;
}

#nav-main ul {
	margin: 0;
	padding: 0;
}

#nav-main li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

#nav-main a,
#nav-main strong {
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 0 0.2em;
	line-height: 1.5;
	padding: 10px 0;
}

#nav-main > a.last,
#nav-main > .active.last {
	margin-right: 0;
}

#nav-main a:hover,
#nav-main a:focus {
	color: #aaa;
}

#nav-main strong.active,
#nav-main .trail {
	color:#fff;
}

#nav-main span.active {
	color:#fff;
	font-weight:700;
}

body.planung #nav-main,
body.planung #nav-main .level_2,
body.planung #nav-main .level_3 > li,
body.planung #nav-main .level_4 > li,
body.planung #nav-main .mod_navigation
{
	background: var(--pp-blau);
}

.handorgel__header__button {
	background-color:var(--pp-grau);
	color:white;
	font-weight: 400;
	padding: 10px 14px;
}

.handorgel__header__button:hover {
	background-color:var(--pp-rot);
	font-weight: 700;
}

.planung .handorgel__header__button:hover {
	background-color:var(--pp-blau);
}

.forschung .handorgel__header__button:hover {
	background-color:var(--pp-gelb);
}

body.forschung #nav-main,
body.forschung #nav-main .level_2,
body.forschung #nav-main .level_3 > li,
body.forschung #nav-main .level_4 > li,
body.forschung #nav-main .mod_navigation
{
	background: var(--pp-gelb);
}

#nav-main .level_2 {
	position: absolute;
	left: auto;
	max-height: 0;
	overflow: hidden;
	background:var(--pp-rot);
	z-index: 200;
	transition: max-height 0.5s ease-in-out;
}

#nav-main .submenu:hover .level_2 {
	max-height: 1000px;
}

#nav-main .level_2 > li {
	display: block;
	text-align: left;
	position: relative;
}

#nav-main .level_2 > li a,
#nav-main .level_2 > li strong,
#nav-main .level_3 > li a,
#nav-main .level_3 > li strong {
	padding: 5px 0;
	border-top: 1px dotted #fff;
	min-width: 320px;
	min-width:-moz-max-content;
	min-width:-webkit-fill-available;
	min-width:stretch;
	min-width:max-content;
}

#nav-main .level_2 > li:first a,
#nav-main .level_2 > li:first strong {
	border-top: 0;
}

#nav-main .level_3 {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
	z-index:300;
	min-width: 320px;
	min-width:-moz-max-content;
	min-width:-webkit-fill-available;
	min-width:stretch;
	min-width:max-content;
}

#nav-main .level_2:hover {
  overflow: visible;
}

#nav-main .level_2 li.submenu:hover .level_3 {
  max-height:60em;
  background:var(--pp-rot);
}

#nav-main .level_3 > li {
  display: block;
  text-align: left;
  position: relative;
}

#nav-main .level_3 > li a,
#nav-main .level_3 > li strong {
  min-width: 320px;
	min-width:-moz-max-content;
	min-width:-webkit-fill-available;
	min-width:stretch;
	min-width:max-content;
}

/* Level 4 */
#nav-main .level_4 {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
	z-index:400;
}

#nav-main .level_3:hover {
  overflow: visible;
}

#nav-main .level_2 .level_3 li.submenu:hover .level_4 {
  max-height:60em;
  background:var(--pp-rot);
}

#nav-main .level_4 > li a,
#nav-main .level_4 > li strong {
  min-width: 330px;
}

#nav-main ul.level_1 a.submenu::after,
#nav-main ul.level_1 span.submenu::after {
	font-weight:bold;
	content:" \25BC";
	color:#fff;
}

#nav-main ul.level_1 ul.level_2 a.submenu::after,
#nav-main ul.level_1 ul.level_2 span.submenu::after {
	font-weight:bold;
	content:" \25BA";
	color:#fff;
}

#nav-main li.active {
	border-top:2px solid #fff;
	padding:5px 0 5px 0;
	margin: 0 1em;
}

/* Boxen */
.box-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.box {
  width: 100%;
  min-width: 200px;
  text-align: center;
  margin-bottom: 2em;
}

.box h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 1.25em 0;
  padding: 0;
}

.box h2::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75em;
  background: #292c37;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
}

.box-left h2::before {
  content: "\f118";
}

.box-middle h2::before {
  content: "\f0c3";
}

.box-right h2::before {
  content: "\f021";
}


/** Buttons **/
.button a,
button {
  display: inline-block;
  padding: 0.5em 2.75em;
	background:var(--pp-rot);
  font-size: 1.3125em;
	margin: 0.5em 0;
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  border: 0;
  transition: all 0.3s ease 0s;
}

.button a:hover,
.button a:focus,
button:hover,
button:focus {
  background-color: #710c13;
}
.button-center,
.text-center {
  text-align: center;
}

button {
  cursor: pointer;
}

/** Footer **/

#footer h5 {
	color:var(--pp-rot);
	margin-top: 0;
  margin-bottom: 0.25em;
}

#footer a,
#footer a:visited {
	color: #292c37;
	text-decoration: none;
}

#footer a:hover {
	color: #710c13;
}

.footer-copyright {
	margin-top: 40px;
	border-top: 1px solid #ccc;
	font-size: 0.75em;
	padding: 10px 0;
  text-align: center;
}

/* Social Icons */
.socialicons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.socialicons li {
	font-size: 2.5em;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-left: 0;
}

/* Formatierung Bilder */
figure.float_left,
.media--left figure {
	float: left;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

figure.float_right,
.media--right figure {
	float:right;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

figure.float_above,
figure.float_below,
.media--above figure,
.media--below figure {
  margin-bottom: 1.5em;
}

.bild-mb1 {
	margin-bottom:1em;
}

.image_container,
.media figure,
.content-text figure {
	display: inline-block;
}

.caption,
figcaption {
	line-height: 1.2;
	font-size: 0.875em;
	background-color: #e1e1e1;
	text-align: center;
	padding: 3px;
	margin-bottom: 0.25em;
}

.kontakte--h1 {
	font-size:1.5em;
	text-align:center;
	background-color: white;
	color:var(--pp-rot);
	padding:0.6em 0.5em;
	border-bottom:2px solid var(--pp-rot);
	border-right:2px solid var(--pp-rot);
	border-bottom-right-radius:1em;
	margin:0;
}

/** Tabelle **/
table {
	width: 100%;
	overflow: auto;
}

th,td {
	padding: 5px 10px;
}

th {
	background: #efefef;
	font-weight: 700;
	text-align: left;
}


label{
	display: block;
}

input,
textarea,
select {
	margin-bottom: 1em;
	padding: 0.5em;
	border: 1px solid #999;
	outline: 0;
	width: 100%;
	border-radius: 2px;
}

input:focus,
textarea:focus,
select:focus {
	border: 1px solid var(--pp-rot);
}

form span.mandatory {
	display: none;
}

.submit {
	margin-top: 0;
}

p.error {
	color: red;
	background: #f1f1f1;
	border: 2px solid red;
	padding: 0.5em;
	margin: 0 0 0.25em 0;
}

.checkbox_container input {
	width: auto;
	margin-bottom: 0;
}

.checkbox_container label {
	display: inline;
	vertical-align: middle;
}

input[type=submit],
input[type=text] {
	-webkit-appearance: none;
}

/* Nachrichten Styling */
.layout_latest {
	margin-bottom: 3em;
	padding-bottom: 3em;
	border-bottom: 1px solid #ccc;
}


.layout_latest h2,
.layout_full h1 {
	margin: 0;
}

.layout_latest h2 a {
	color: #292c37;
	text-decoration: none;
}

.layout_latest .info,
.layout_full .info {
	font-size: 0.875em;
}

.mod_newsarchive .layout_latest .info {
	margin-bottom: 0;
}

.layout_latest .info:before,
.layout_full .info:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
	content: "\f073";
	width: 20px;
	text-align: center;
}

#footer .layout_simple {
	border-bottom: 1px solid #ccc;
	padding: 0.5em 0;
}

#footer .layout_simple.first {
	padding-top: 0;
}

#footer .layout_simple a {
	font-weight: 700;
	text-decoration: none;
}


/* News-Menü */
.mod_newsmenu ul {
	list-style: none;
	margin: 0;
}

.mod_newsmenu .year {
	margin: 0;
}

.mod_newsmenu a {
	text-decoration: none;
}

.mod_newsmenu a:hover,
.mod_newsmenu a:focus,
.mod_newsmenu strong.active
 {
	color: #710c13;
	text-decoration: none;
}

/** Newsletter Footer **/
.page-newsletter #footer .mod_subscribe .error {
  display: none;
}
#footer .mod_subscribe .submit {
  width: 100%;
}

a, a:visited {
	color:var(--pp-rot);
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #710c13;
  outline: 0;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.forschung li a, .forschung p a {
	color:#e9b20f;
}

.planung p a {
	color:#0073b1;
}

.mehrNachrichten {
	margin:0 10px 0 10px;
	padding:0 0 10px 0;
}

.submenu_hide a::after {
	content:" >>";
}

#mobile-menu-185 a {
	color:#fff;
}

#mobile-menu-185 .level_2 {
	padding-left:1em;
}

#mobile-menu-185 .level_3 {
	padding-left:1em;
}

#mobile-menu-185 .level_4 {
	padding-left:1em;
}

.mobile_menu .inner {
	height:auto;
	background:var(--pp-rot);
	color:var(--hellgrau);
	margin-top:4em;
	padding-left:0.5em;
}

.mobile_menu .active {
	color:white;
	font-weight:800;
	font-style: italic;
}

.planung .mobile_menu .inner {
	background:var(--pp-blau);
}

.forschung .mobile_menu .inner {
	background:var(--pp-gelb);
}

.mobile_menu_trigger {
	display:block;
}

.mod_mobile_menu {
	height:auto;
	float:left;
	margin-top: 0.5em;
}

.menubutton {
	color:var(--pp-rot);
	font-size: 2em;
	font-weight: 700;
}

.forschung .menubutton {
	color:var(--pp-gelb);
}

.planung .menubutton {
	color:var(--pp-blau);
}

strong {
	font-weight:bold;
}

.kontakte.block {
	background:#fff;
	border-right:2px solid var(--pp-rot);
	border-bottom:2px solid var(--pp-rot);
	border-bottom-right-radius: 1em;
	padding:1em 1em 0 1em;
	font-size:0.8rem;
	min-height:15em;
	margin-bottom:1em;
}

.kontakt.block {
	background:#fff;
	border-right:2px solid var(--pp-rot);
	border-bottom:2px solid var(--pp-rot);
	padding:1em 1em 0 1em;
	min-height:10em;
	margin-bottom:1em;
}

.grid12.kontakte {
	float:none;
	display:block;
	width:100%;
}

.kontakte_blank {
	clear:left;
}

/**
 * Reset the margin and padding of the block elements
 */
div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea {
	margin:0;
	padding:0;
}

/**
 * Basic element formatting
 */
table {
	border-spacing:0;
	border-collapse:collapse;
}
caption,th,td {
	text-align:left;
	text-align:start; /* see #4596 */
	vertical-align:top;
}
abbr,acronym {
	font-variant:normal;
	border-bottom:1px dotted #666;
	cursor:help;
}
blockquote,q {
	quotes:none;
}
fieldset,img,iframe {
	border:0;
}
ul {
	list-style-type:none;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
del {
	text-decoration:line-through;
}
ins {
	text-decoration:none;
}
footer,nav,section,aside,article,figure,figcaption {
	display:block;
}

/**
 * Default font settings
 */
 
input,button,textarea,select {
	font-family:inherit;
	font-size:99%;
	font-weight:inherit;
}
pre,code {
	font-family:Monaco,monospace;
}
h1,h2,h3,h4,h5,h6 {
	margin-top:1em;
}

h2 {
	font-size:1.6667em; /* 20px */
}
h3 {
	font-size:1.5em;	/* 18px */
}
h4 {
	font-size:1.3333em; /* 16px */
}
table {
	font-size:inherit;
}
caption,th {
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form {
	margin-bottom:12px; /* Should match the font size */
}

/**
 * Set the default margin of the grid columns
 */
*[class*="grid"] {
	float:left;
	margin-left:10px;
	margin-right:10px;
	display:inline;
}

/**
 * Add a default margin to all content elements, so they align with the floatet
 * ones (otherwise you would have to add "grid12" to every element)
 */
.mod_article *[class*="ce_"],.mod_article *[class*="mod_"] {
	margin-left:10px;
	margin-right:10px;
}

/**
 * Handle news and event reader modules which are added via content element and
 * contain content elements themselves (see #5331)
 */
.mod_article .mod_newsreader,.mod_article .mod_eventreader,
.mod_article .gl,.mod_article .gl {
	margin-left:0;
	margin-right:0;
}
.mod_article *[class*="layout_"] > *,.mod_article *[class*="event_"] > * {
	margin-left:10px;
	margin-right:10px;
}

/**
 * Remove the margin from floated articles, because the margin is already
 * applied to its content elements (see above)
 */
.mod_article.grid1,.mod_article.grid2,.mod_article.grid3,.mod_article.grid4,.mod_article.grid5,.mod_article.grid6,
.mod_article.grid7,.mod_article.grid8,.mod_article.grid9,.mod_article.grid10,.mod_article.grid11,.mod_article.grid12 {
	margin-left:0;
	margin-right:0;
}

/**
 * Automatically clear the floats in the main column, so you do not have to add
 * a clearing div to each article
 */
#main .inside {
	overflow:hidden;
	min-height:1px; /* see #4893 */
}

/**
 * Grid column widths
 */
.grid1  { width:60px;  }
.grid2  { width:140px; }
.grid3  { width:220px; }
.grid4  { width:300px; }
.grid5  { width:380px; }
.grid6  { width:460px; }
.grid7  { width:540px; }
.grid8  { width:620px; }
.grid9  { width:700px; }
.grid10 { width:780px; }
.grid11 { width:860px; }
.grid12 { width:940px; }

/**
 * Floated articles can be 20 pixel wider (no margin)
 */
.mod_article.grid1  { width:80px;  }
.mod_article.grid2  { width:160px; }
.mod_article.grid3  { width:240px; }
.mod_article.grid4  { width:320px; }
.mod_article.grid5  { width:400px; }
.mod_article.grid6  { width:480px; }
.mod_article.grid7  { width:560px; }
.mod_article.grid8  { width:640px; }
.mod_article.grid9  { width:720px; }
.mod_article.grid10 { width:800px; }
.mod_article.grid11 { width:880px; }
.mod_article.grid12 { width:960px; }

/**
 * Default offset widths
 */
.offset1  { margin-left:90px  !important; }
.offset2  { margin-left:170px !important; }
.offset3  { margin-left:250px !important; }
.offset4  { margin-left:330px !important; }
.offset5  { margin-left:410px !important; }
.offset6  { margin-left:490px !important; }
.offset7  { margin-left:570px !important; }
.offset8  { margin-left:650px !important; }
.offset9  { margin-left:730px !important; }
.offset10 { margin-left:810px !important; }
.offset11 { margin-left:890px !important; }
.offset12 { margin-left:970px !important; }

/**
 * Floated articles do not have margin
 */
.mod_article.offset1  { margin-left:80px  !important; }
.mod_article.offset2  { margin-left:160px !important; }
.mod_article.offset3  { margin-left:240px !important; }
.mod_article.offset4  { margin-left:320px !important; }
.mod_article.offset5  { margin-left:400px !important; }
.mod_article.offset6  { margin-left:480px !important; }
.mod_article.offset7  { margin-left:560px !important; }
.mod_article.offset8  { margin-left:640px !important; }
.mod_article.offset9  { margin-left:720px !important; }
.mod_article.offset10 { margin-left:800px !important; }
.mod_article.offset11 { margin-left:880px !important; }
.mod_article.offset12 { margin-left:960px !important; }

	/**
	 * Floated articles can be 20 pixel wider (no margin)
	 */
	.mod_article.grid1  { width:62px;  }
	.mod_article.grid2  { width:124px; }
	.mod_article.grid3  { width:186px; }
	.mod_article.grid4  { width:248px; }
	.mod_article.grid5  { width:310px; }
	.mod_article.grid6  { width:372px; }
	.mod_article.grid7  { width:434px; }
	.mod_article.grid8  { width:496px; }
	.mod_article.grid9  { width:558px; }
	.mod_article.grid10 { width:620px; }
	.mod_article.grid11 { width:682px; }
	.mod_article.grid12 { width:744px; }

	/**
	 * Reduce the offset widths
	 */
	.offset1  { margin-left:72px  !important; }
	.offset2  { margin-left:134px !important; }
	.offset3  { margin-left:196px !important; }
	.offset4  { margin-left:258px !important; }
	.offset5  { margin-left:320px !important; }
	.offset6  { margin-left:382px !important; }
	.offset7  { margin-left:444px !important; }
	.offset8  { margin-left:506px !important; }
	.offset9  { margin-left:568px !important; }
	.offset10 { margin-left:630px !important; }
	.offset11 { margin-left:692px !important; }
	.offset12 { margin-left:754px !important; }

	/**
	 * Floated articles do not have margin
	 */
	.mod_article.offset1  { margin-left:62px  !important; }
	.mod_article.offset2  { margin-left:124px !important; }
	.mod_article.offset3  { margin-left:186px !important; }
	.mod_article.offset4  { margin-left:248px !important; }
	.mod_article.offset5  { margin-left:310px !important; }
	.mod_article.offset6  { margin-left:372px !important; }
	.mod_article.offset7  { margin-left:434px !important; }
	.mod_article.offset8  { margin-left:496px !important; }
	.mod_article.offset9  { margin-left:558px !important; }
	.mod_article.offset10 { margin-left:620px !important; }
	.mod_article.offset11 { margin-left:682px !important; }
	.mod_article.offset12 { margin-left:744px !important; }

*[class*="grid"] {
	float:none;
	display:block;
	width:auto;
}
*[class*="offset"] {
	margin-left:10px;
}

form,figure {
	margin:0;
	padding:0;
}

/**
 * Fix some font issues
 */
select,input,textarea {
	font-size:99%;
}

.pflegebox.grid12 {
	display:flex;
}

/**
 * Fix some positioning issues
 */
#container,.inside {
	position:relative;
}

#left {
	margin-left:-100%;
}
#right {
	margin-right:-100%;
}

/**
 * Float classes (see #6851)
 */
.float_left {
	float:left;
}
.float_right {
	float:right;
}

/**
 * Clear floats
 */
.block {
	overflow:hidden;
}
.clear,#clear {
	height:0.1px;
	font-size:0.1px;
	line-height:0.1px;
	clear:both;
}

/**
 * Hide invisible elements
 */
.invisible {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}

/**
 * Custom layout sections
 */
.custom {
	display:block;
}
#container:after,.custom:after {
	content:"";
	display:table;
	clear:both;
}

#container {
	padding-left:0;
	padding-right:0;
}
#main,#left,#right {
	float:none;
	width:auto;
	position: relative;
}
#left {
	right:0;
	margin-left:0;
}
#right {
	margin-right:0;
}
.float_right {
	float:none;
}

img {
	max-width:100%;
	height:auto;
}
.ie7 img {
	-ms-interpolation-mode:bicubic;
}
.ie8 img {
	width:auto; /* see #5789 */
}

.logo img {
	width:auto;
	height:50px;
}

.lupe img {
	width:auto;
	height:35px;
}

legend {
	width:100%;
	display:block;
	font-weight:bold;
	border:0;
}

input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="email"],
input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],input:not([type]),textarea {
	width:100%;
	display:inline-block;
	padding:3px 6px;
	background:#fff;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:inset 0 1px 1px #eee;
	-webkit-box-shadow:inset 0 1px 1px #eee;
	box-shadow:inset 0 1px 1px #eee;
	-moz-transition:all .15s linear;
	-webkit-transition:all .15s linear;
	-o-transition:all .15s linear;
	transition:all .15s linear;
}
input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="email"]:focus,
input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,input:not([type]):focus,textarea:focus {
	outline:0;
	background:#fcfcfc;
	border-color:#bbb;
}

/**
 * Fix some width and height settings
 */
input[type="file"] {
	cursor:pointer;
}
select,input[type="file"] {
	display:block;
}
form button,input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"] {
	width:auto;
}
textarea,select[multiple],select[size] {
	height:auto;
}

/**
 * Checkboxes and radio buttons
 */
input[type="radio"],input[type="checkbox"] {
	margin:0 3px 0 0;
}
input[type="radio"],input[type="checkbox"],label {
	vertical-align:middle;
}

/**
 * Handle disabled and read-only
 */
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly] {
	cursor:not-allowed;
	background:#eee;
}
input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly] {
	background:transparent;
}

/**
 * Buttons
 */
form button,input[type="submit"],.button {
	display:inline-block;
	padding:4px 15px 4px 14px;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	line-height:16px;
	font-size:11px;
	color:#000;
	cursor:pointer;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#ececec;
	background-image:-moz-linear-gradient(top, #fff, #ececec);
	background-image:-webkit-linear-gradient(top, #fff, #ececec);
	background-image:-ms-linear-gradient(top, #fff, #ececec);
	background-image:-o-linear-gradient(top, #fff, #ececec);
	background-image:linear-gradient(to bottom, #fff, #ececec);
	background-repeat:repeat-x;
	-moz-transition:background .15s linear;
	-webkit-transition:background .15s linear;
	-o-transition:background .15s linear;
	transition:background .15s linear;
	font-weight:normal;
}

form button:active,input[type="submit"]:active,.button:active {
	background-color:#e6e6e6;
	background-position:0 -30px !important;
}

/**
 * Blue buttons
 */
form button.blue,input[type="submit"].blue,.button.blue {
	background-color:#2f96b4;
	background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image:-ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image:linear-gradient(to bottom, #5bc0de, #2f96b4);
	border-color:#2f96b4;
	color:#fff;
}
form button.blue:active,input[type="submit"].blue:active,.button.blue:active {
	background-color:#2e95b3;
}

/**
 * Green buttons
 */
form button.green,input[type="submit"].green,.button.green {
	background-color:#51a351;
	background-image:-moz-linear-gradient(top, #62c462, #51a351);
	background-image:-webkit-linear-gradient(top, #62c462, #51a351);
	background-image:-ms-linear-gradient(top, #62c462, #51a351);
	background-image:-o-linear-gradient(top, #62c462, #51a351);
	background-image:linear-gradient(to bottom, #62c462, #51a351);
	border-color:#51a351;
	color:#fff;
}
form button.green:active,input[type="submit"].green:active,.button.green:active {
	background-color:#4f9f4f;
}

/**
 * Orange buttons
 */
form button.orange,input[type="submit"].orange,.button.orange {
	background-color:#f89406;
	background-image:-moz-linear-gradient(top, #fbb450, #f89406);
	background-image:-webkit-linear-gradient(top, #fbb450, #f89406);
	background-image:-ms-linear-gradient(top, #fbb450, #f89406);
	background-image:-o-linear-gradient(top, #fbb450, #f89406);
	background-image:linear-gradient(to bottom, #fbb450, #f89406);
	border-color:#f89406;
	color:#fff;
}
form button.orange:active,input[type="submit"].orange:active,.button.orange:active {
	background-color:#f28f04;
}

/**
 * Red buttons
 */
form button.red,input[type="submit"].red,.button.red {
	background-color:#bd362f;
	background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image:-ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image:linear-gradient(to bottom, #ee5f5b, #bd362f);
	border-color:#bd362f;
	color:#fff;
}
form button.red:active,input[type="submit"].red:active,.button.red:active {
	background-color:#be322b;
}

/**
 * Basic form layout
 */
.widget {
	margin-bottom:12px;
}
.widget > label {
	display:block;
	margin-bottom:6px;
}

/**
 * Inline form layout
 */
.inline-form .widget {
	display:inline-block;
	margin-bottom:0;
	vertical-align:middle;
}

/**
 * Horizontal form layout
 */
.horizontal-form .widget:after {
	content:"";
	display:table;
	clear:both;
}
.horizontal-form .widget > label {
	width:20%;
	float:left;
	padding:3px 2% 0 0;
	text-align:right;
}
.horizontal-form .widget > input,.horizontal-form .widget > textarea {
	width:78%;
	float:left;
}
.horizontal-form .widget > fieldset {
	margin-left:20%;
}

/*!
 * This file is part of Contao.
 *
 * (c) Leo Feyer
 *
 * @license LGPL-3.0-or-later
 */

.download-element {
	padding:3px 6px 3px 22px;
	background:url("../images/iconPLAIN.svg") left center no-repeat;
}

ul.enclosure {
	padding-left:0;
}

li.download-element {
	list-style-type:none;
}

/* Stylesheet.css */
.kontakt2 {
float:left;
margin-right:4em
}

.kontakt1 {
float:left;
margin-right:4em;
margin-left:4em
}

a.cookiebar__link,a.cookiebar__link:visited {
color:#ff0
}

div.mejs-mediaelement video {
width:640px;
height:auto;
max-width:640px;
border:2px solid #f00;
margin:0 auto
}

div.menuUberUns a {
font:1em Roboto, sans serif;
text-decoration:none;
color:rgba(0,0,0,.6)
}

div.menuUberUns {
padding-top:20px;
padding-left:20px;
background-color:#f3f3f3;
font:1em Roboto, sans serif;
color:rgba(0,0,0,.6)
}

#backbutton {
margin-left:10px
}

#galerie_lokationen h1 {
margin-left:0;
font-size:1em;
font-style:italic;
font-weight:normal
}

#galerie_lokationen h2 {
margin-left:0;
padding-left: 20px;
}

.kontaktdaten_neu .bold a, .kontaktdaten_neu_ohne .bold a {
color:var(--pp-rot);
font-weight:bold;
}

.praktische a {
color:var(--pp-rot)
}

.praktische a#backbutton {
color:var(--pp-rot)
}

#kontakt_f, #kontakt_b {
	margin:0.5em 0;
}

#kontakt_f a {
text-decoration:none;
color:var(--pp-gelb)
}

#kontakt_f .flexibox {
	border-bottom: 1px solid var(--pp-gelb);
}

#kontakt_f .flexibox.noBorder, #kontakt_b .flexibox.noBorder, .flexibox.noBorder {
	border:0;
}

#kontakt_f .ui-accordion-content, #kontakt_b .ui-accordion-content {
	padding:0;
}

#kontakt_f .mod_article, #kontakt_f .content-text, #kontakt_b .mod_article, #kontakt_b .content-text {
	margin:0;
}

.kontakt_f .menubutton {
	color:var(--pp-gelb)
}

#kontakt_b a {
text-decoration:none;
color:var(--pp-blau)
}

#kontakt_b .flexibox {
	border-bottom: 1px solid var(--pp-blau);
}

.kontakt_b .menubutton {
	color:var(--pp-blau)
}

.mod_eventlist .header {
margin:16px 10px 0;
padding:0
}

.mod_eventlist h2 {
margin-top:3px
}

.mod_eventlist a {
font-weight:normal;
text-decoration:none;
color:#535353
}

.mod_eventlist p.more a,.mod_eventlist a.more {
font-weight:normal;
text-decoration:none;
color:var(--pp-rot)
}

.mejs-container {
width:640px;
height:360px
}

.mod_eventlist .time {
display:none
}

.mod_eventlist a.more,.mod_newslist a.more,
#projekt-petra .mod_eventlist a.more,#projekt-petra .mod_newslist a.more {
width:100%;
text-align:center;
font-size:.8em;
font-weight:bold;
text-decoration:none;
text-transform:uppercase
}

.mod_eventlist.all,.mod_newslist.all {
margin-bottom:5px;
border:1px solid lightgrey;
background-color: #fff;
border-radius: 5px
}

.layout_full.noinfo .info {
display:none
}

.mod_newslist,
#projekt-petra .mod_newslist {
margin-bottom:5px
}

.pagination p,.pagination .first,.pagination .previous,.pagination .next,.pagination .last {
display:none
}

.pagination ul {
padding-top:10px;
text-align:center
}

.pagination li {
display:inline-block;
background-color:#f7f5f4;
border:1px solid #cecece;
border-radius:5px
}

.pagination li a,.pagination li span {
display:block;
padding:3px 10px;
text-decoration:none
}

.mod_breadcrumb {
display:none;
}

/* Boxen */
.box-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.box {
  width: 100%;
  min-width: 200px;
  text-align: center;
  margin-bottom: 2em;
}

.box h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 1.25em 0;
  padding: 0;
}

.box h2::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75em;
  background: #292c37;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
}

.box-left h2::before {
  content: "\f118";
}

.box-middle h2::before {
  content: "\f0c3";
}

.box-right h2::before {
  content: "\f021";
}


/** Buttons **/
.button a,
button {
  display: inline-block;
  padding: 0.5em 2em;
	background:var(--pp-rot);
  font-size: 1.3125em;
	margin: 0.5em 0;
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  border: 0;
  transition: all 0.3s ease 0s;
}

.button a:focus,
button:focus {
  background-color: #cccccc;
}
.button-center,
.text-center {
  text-align: center;
}

button {
  cursor: pointer;
}

#footer h5 {
	color:var(--pp-rot);
	margin-top: 0;
  margin-bottom: 0.25em;
}

.footer-copyright {
	margin-top: 40px;
	border-top: 1px solid #ccc;
	font-size: 0.75em;
	padding: 10px 0;
	text-align: center;
}

.socialicons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.socialicons li {
	font-size: 2.5em;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-left: 0;
}

table {
	width: 100%;
	overflow: auto;
}

th,td {
	padding: 5px 10px;
}

th {
	background: #efefef;
	font-weight: 700;
	text-align: left;
}

input,
textarea,
select {
	padding: 0.5em;
	border: 1px solid #999;
	outline: 0;
	width: 100%;
	border-radius: 2px;
}

input:focus,
textarea:focus,
select:focus {
	border: 1px solid var(--pp-rot);
}

form span.mandatory {
	display: none;
}

.submit {
	margin-top: 0;
}

p.error {
	color: red;
	background: #f1f1f1;
	border: 2px solid red;
	padding: 0.5em;
	margin: 0 0 0.25em 0;
}

input[type=submit],
input[type=text] {
	-webkit-appearance: none;
}

.layout_latest {
	margin-bottom: 3em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}


.layout_latest h2,
.layout_full h1 {
	margin: 0;
	margin-bottom:1em;
}

.layout_latest h2 a {
	color: #292c37;
	text-decoration: none;
}

.layout_latest .info,
.layout_full .info {
	font-size: 0.875em;
}

.mod_newsarchive .layout_latest .info {
	margin-bottom: 0;
}

.layout_latest .info:before,
.layout_full .info:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
	content: "\f073";
	width: 20px;
	text-align: center;
}

#footer .layout_simple {
	border-bottom: 1px solid #ccc;
	padding: 0.5em 0;
}

#footer .layout_simple.first {
	padding-top: 0;
}

#footer .layout_simple a {
	font-weight: 700;
	text-decoration: none;
}


/* News-Menü */
.mod_newsmenu ul {
	list-style: none;
	margin: 0;
}

.mod_newsmenu .year {
	margin: 0;
}

.mod_newsmenu a {
	text-decoration: none;
}

.mod_newsmenu a:focus,
.mod_newsmenu strong.active
 {
	color: #710c13;
	text-decoration: underline;
}

.layout_upcoming {
	padding: 1em 0.25em;
	border-bottom: 1px solid #ccc;
}

.layout_upcoming.odd {
	background: #efefef;
}

.mod_search form {
	border: 1px solid #ccc;
	padding: 25px;
}

.mod_search .header {
	margin-top: 2em;
	padding: 0.5em;
	text-align: center;
	background: var(--pp-grau);
	color: #fff;
}

.search_default {
	padding: 0.75em 0.5em 0 0.5em;
}

.search_default .url {
	display:none;
}

.mod_search form button {
	width: 100%;
}

@font-face {
	font-family: 'Roboto';
	font-display: auto;
	font-style:normal;
	font-weight:400;
	src:local('Roboto Regular'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-display: auto;
	font-style:normal;
	font-weight:500;
	src:local('Roboto Medium'), url('../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-display: auto;
	font-style:normal;
	font-weight:600;
	src:local('Roboto SemiBold'), url('../fonts/Roboto-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-display: auto;
	font-style:normal;
	font-weight:700;
	src:local('Roboto Bold'), url('../fonts/Roboto-Bold.ttf') format('truetype');
}

.mejs-container {
width:640px;
height:360px
}


.sr-only {
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0, 0, 0, 0);
border:0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
position:static;
width:auto;
height:auto;
margin:0;
overflow:visible;
clip:auto
}

p {
margin-bottom:0.8em
}

h1 {
	font-weight:700;
	margin-bottom:0.6em;
	font-size:1.2em;
}

h2 {
font-size:1em
}

h3,h4 {
margin-bottom:0.6em
}

h3 {
font-size:1em
}

.gl h3 {
	font-size:1.2em;
	font-weight:bold;
	margin-left:250px;
}

h4 {
font-weight:400;
font-size:1em
}

.mod_article ul {
margin-left:22px;
list-style-type:disc
}

.mod_article .gl ul {
margin-left:22px;
list-style-type:none
}

a:focus,a:active {
color:#555;
text-decoration:none
}

.mod_article [class*="row_"] td,.mod_article [class*="row_"] th {
padding-bottom:4px
}

.mod_article [class*="row_"] label {
margin-bottom:0
}

.mod_article [class*="row_"].row_last td,.mod_article [class*="row_"].row_last th {
padding-bottom:0
}

.mod_article [class*="col_"] {
padding-right:8px
}

.mod_article [class*="col_"] label {
padding-right:0
}

.mod_article [class*="col_"].col_last {
padding-right:0
}

span.mandatory {
padding-left:4px;
color:#e71a3b
}

input.submit {
margin-top:8px
}

/** galerie Anpassungen für Contao 5.2px **/
.content-gallery ul {
	list-style: none;
	display: grid;
	grid-gap: 10px;
	padding: 0;
	margin-left:0;
}

.content-gallery--cols-2 ul {
	grid-template-columns: repeat(2, 1fr);
}

.content-gallery--cols-3 ul,
.content-gallery--cols-4 ul,
.content-gallery--cols-5 ul,
.content-gallery--cols-6 ul,
.content-gallery--cols-7 ul,
.content-gallery--cols-8 ul,
.content-gallery--cols-9 ul,
.content-gallery--cols-10 ul,
.content-gallery--cols-11 ul,
.content-gallery--cols-12 ul {
	grid-template-columns: repeat(3, 1fr);
}

.content-gallery ul li,
.content-gallery ul li img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	list-style: none;
}

.content-gallery ul li a {
	text-decoration: none;
	line-height: 0;
	border: none;
}

.toggler {
margin-top:0;
margin-bottom:1em;
padding:1px 0 2px 2px;
background-color:#ccc;
font-weight:bold;
color:#fff
}

.toggler_first {
color:#a84204
}

div.mejs-mediaelement video {
width:640px;
height:auto;
max-width:640px;
margin:0 auto
}

#header .background {
position:relative;
z-index:1;
padding:0 0 1em 0
}

#footer {
font-size:0.8em;
color:#535353;
clear: both;
margin-top: 0px;
border-top: 1px solid #ccc;
background: #f7f5f4;
}

#footer .inside {
max-width:960px;
margin:0 auto
}

#footer .kontakt-text {
	display:grid;
	margin:1.5em 0.8em 0;
	grid-template-columns: 1fr;
}

#footer .footer-link {
float:right;
margin:0 10px 0
}

#footer hr {
margin:1em 0;
border-style:solid;
border-top:1px;
border-color:#cecece
}

#footer .nav-footer {
position:relative;
line-height:2.5;
margin-left:1.5em;
}

#footer .nav-footer ul {
list-style-type:none;
text-align:center;
}

#footer .nav-footer ul li {
float:left;
padding-right:1.5em
}

#footer .nav-footer ul li.last {
padding-right:1.5em;
padding-left:0.7em
}

#footer .nav-footer.first-left ul li.first {
position:absolute;
left:0
}

#footer a {
color:#535353;
text-decoration:none;
}

#footer a:focus,#footer a:active {
color:#efefef
}

.mod_newslist {
margin-top:25px;
border:1px solid lightgrey;
}

.mod_newslist .layout_latest {
position:relative;
margin-bottom:0px;
margin-top:0px;
background-color:#fff
}

.mod_newslist .layout_latest.last {
margin-bottom:0px;
margin-top:0px
}

.mod_newslist .layout_latest .info {
position:absolute;
right:0;
margin:0;
padding:4px 5px 7px 8px;
border-radius:0 0 0 5px;
background-color:#555;
color:#efefef
}

.mod_newslist .layout_latest h2 {
font-size:1em;
font-weight:normal
}

.mod_newslist .layout_latest h2 a {
color:#535353;
text-decoration:none;
}

.mod_newslist .layout_latest h2 a::after {
content:" ...";
text-decoration:none;
}

.block-link,
#projekt-petra .block-link {
position:relative;
min-height:24.5em;
margin-bottom:2em;
text-align:center;
line-height:1.5;
font-weight:normal;
color:#555;
border-radius:5px
}

.block-link img,
#projekt-petra .block-link img {
display:block
}

.block-link h1,
#projekt-petra .block-link h1 {
margin:0px 10px 1rem;
overflow:hidden;
color:#555;
font-size:1.1em;
text-transform:uppercase;
text-overflow:ellipsis
}

.block-link h1 a,
#projekt-petra .block-link h1 a {
text-decoration:none
}

.block-link h1 a:focus,.block-link h1 a:active,
#projekt-petra .block-link h1 a:focus,#projekt-petra .block-link h1 a:active {
text-decoration:underline
}

.block-link p,
#projekt-petra .block-link p {
margin:0 10px;
font-size:1em;
text-overflow:ellipsis;
overflow:hidden
}

.block-link > p:last-child,
#projekt-petra .block-link > p:last-child {
margin:1rem auto
}

.block-link > p:last-child a,
#projekt-petra .block-link > p:last-child a {
display:inline-block;
padding:0.5rem;
text-transform:uppercase;
text-decoration:none
}

#projekt-petra .block-link {
margin-left:auto;
margin-right:auto
}

.StickyNote {
	top: 150px;
	right: 40px;
}

.karte {
	display:flex;
	flex-direction:column;
	height:200px;
}

.pflegeki .karte, .pflegekinder .karte {
	height:225px;
}

#projekt-petra p.karte_ende, p.karte_ende {
	margin-top:auto;
	text-align-last: right;
}

.shadow,
#projekt-petra .shadow {
background-color:#fff;
box-shadow:2px 2px 8px #333
}

.circle,
#projekt-petra .circle {
position:relative;
top:27px;
width:54px;
height:54px;
border-radius:27px;
margin:-54px auto 0
}

.circle .tri,
#projekt-petra .circle .tri {
position:relative;
left:2px;
width:15px;
height:54px;
line-height:54px;
margin:0 auto;
overflow:hidden
}

.circle .tri .arrow,
#projekt-petra .circle .tri .arrow {
position:relative;
top:4px;
right:11px;
display:inline-block;
width:22px;
height:22px;
transform:rotate(45deg);
background-color:#fff
}

.red .circle,
#projekt-petra .red .circle {
background-color:var(--pp-rot)
}

.yellow .circle,
#projekt-petra .yellow .circle {
background-color:#e9b20f
}

.blue .circle,
#projekt-petra .blue .circle {
background-color:#0073b1
}

.mod_eventlist,.mod_newslist,
projekt-petra .mod_eventlist,#projekt-petra .mod_newslist {
border:1px solid lightgrey;
background-color:#fff;
border-radius:5px;
margin-right:auto;
padding-bottom:10px;
}

.mod_eventlist h1,.mod_newslist h1,
#projekt-petra .mod_eventlist h1,#projekt-petra .mod_newslist h1 {
margin:10px;
margin:10px;
margin:10px;
font-size:1.2em
}

.mod_eventlist a.more,.mod_newslist a.more,
#projekt-petra .mod_eventlist a.more,#projekt-petra .mod_newslist a.more {
display:inline-block;
margin:0 10px 10px
}

.mod_eventlist .empty,.mod_newslist .empty,
#projekt-petra .mod_eventlist .empty,#projekt-petra .mod_newslist .empty {
margin:0 10px 10px
}

.red a {
color:var(--pp-rot)
}

.yellow a {
color:#e9b20f
}

.blue a {
color:#0073b1
}

.mitarbeiter,
table.mitarbeiter {
	border-top: 0;
	border-right: 2px solid var(--pp-rot);
	border-bottom: 2px solid var(--pp-rot);
	border-left: 0;
}

#kontakt_b .mitarbeiter,
#kontakt_b table.mitarbeiter {
	border-top: 0;
	border-right: 2px solid #0073b1;
	border-bottom: 2px solid #0073b1;
	border-left: 0;
}

#kontakt_f .mitarbeiter,
#kontakt_f table.mitarbeiter {
	border-top: 0;
	border-right: 2px solid #e9b20f;
	border-bottom: 2px solid #e9b20f;
	border-left: 0;
}

table.mitarbeiter td {
	border:0;
}

table.mitarbeiter img {
max-width:512px
}

table.mitarbeiter tr td:last-child {
padding-left:10px;
vertical-align:bottom
}

#page {
background:#f7f5f4;
padding-bottom:1em
}

#newsbild {
	background-color: #fff;
	box-shadow: 1px 1px 4px #cecece;
	max-width: 400px;
	margin-left:auto;
	margin-right:auto;
	padding: 2em;
}

.yellow .caption {
	color:#e9b20f;
	text-align:center;
	font-style:italic;
	font-size:1.2em;
}

.mod_eventlist a {
	color:#535353;
}

#header {
	display:inline;
}

#header .headerimage {
	display: block;
	width: 100%;
	grid-column: span 5;
}

#header .right {
	position: absolute;
	right: 6em;
	top: 1em;
	width:60%;
}

.block-link, #projekt-petra .block-link {
	min-height:18em;
}

#footer .footer-link {
	margin-top:1em;
}

.content-text.bg_white,
.bg_white tr,
.bg_white div {
	background-color:inherit;
}

.flexibox.bg_white p strong {
	margin-left:0;
}


.flexibox {
	border-top: 0;
	border-bottom: 1px solid var(--pp-rot);
	border-left: 0;
	display: flex;
	font-size: 1em;
	margin-top: 0.625em;
	margin-right: 0.625em;
	margin-bottom: 0.75em;
	margin-left: 0.625em;
}

.flexibox.bg_white {
	border-top: 0;
	border-bottom: 1px solid var(--pp-rot);
	border-left: 0;
	background-color:inherit;
	padding-top: 0.625em;
	padding-right: 0.625em;
	padding-bottom: 0.75em;
	padding-left: 0.625em;
}

.flexibox.no_bottom_border {
	border-bottom:0;
}

.flexibox img {
	margin-right:2em;
}

.gf img {
	margin: 0 0 0 1em;
}

.h1_rand h1, .h1_rand h2 {
	margin-left:0.625em;
}

.h1_rand h2 {
	margin-left:0.625em;
	font-size:1.2em;
	font-weight:700;
}

.h1_rand_2 h2 {
	margin-left:1.25em;
	font-size:1.2em;
	font-weight:700;
}

.h1_rand_2 p {
	margin-left:2em;
	font-size:0.9rem;
}

.tgl_kontakte_flex.flexibox {
	border:0;
}

#kein_rand .flexibox.bg_white {
	border:0;
}

.eineZeile {
	margin-bottom:1em;
}

#effekt_red, #effekt_yellow, #effekt_blue {
	max-width: 300px;
}

#effekt_red:hover {
		border:1px solid var(--pp-rot);
		background-color: #eee;
}

#effekt_red p a {
	color: #111;
}

#effekt_red p a:hover {
	text-decoration: none;
}

#effekt_yellow:hover {
		border:1px solid #e9b20f;
		background-color: #eee;
}

#effekt_yellow p a {
	color: #111;
}

#effekt_yellow p a:hover {
	text-decoration: none;
}

#effekt_blue:hover {
		border: 1px solid #0073b1;
		background-color: #eee;
}

#effekt_blue p a {
	color: #111;
}

#effekt_blue p a:hover {
	text-decoration: none;
}

.featured:hover, .arc_1:hover {
	border: 1px solid #555;
	background-color: #fff;
	z-index: 100;
}

.p_mb_0 {
	margin-bottom:0;
}

.dreiecke:after {
	content:url("../logos/3p_rgb.svg");
}

.socialMediaLinks {
	display:flex;
	justify-content: space-between;
}

.socialMediaLinks img {
	width:50px;
	height:auto;
}

.mod_article .ce_rsce_abtneu, .mod_article.AL_Kontakt, .mod_article.AL_Kontakt .content-text {
	margin:0;
}

.AL_Kontakt {
	margin-top:1em;
}

.AL_Kontakt .mod_article .content-text {
	display:grid;
	grid-template-columns: 1fr;
	padding:0;
	border:none;
}

.AL_Kontakt .mod_article .flexibox {
	margin-top:0;
}

.AL_Kontakt .mod_article .content-text .flexibox {
	margin:0;
	padding:0;
	border:none;
}

.AL_Kontakt .mod_article *[class*="ce_"] {
	margin:0;
	padding:0;
	border:none;
}

.ce_rsce_abtneu {
	background:#f7f5f4;
}

.kontaktdaten_neu {
	display: grid;
	border-bottom: 1px solid var(--pp-rot);
	margin-bottom: 1em;
	padding: 0.5em 1em;
}

.kontaktdaten_neu_ohne {
	display: grid;
	margin-bottom: 1em;
	padding: 0.5em 1em;
}

.silentiumfilm {
	text-align:center;
}

#silentiumfilm {
	background:var(--pp-gelb);
	color:var(--pp-grau);
	border-radius:15px;
}

#silentiumfilm:before {
	content:url("../logos/die-gluhbirne_32.png");
	width:32px;
	height:32px;
}

button#silentiumfilm {
	padding:0.5em 1.5em;
	margin-left:50px;
	margin-right:25px;
}

.erziehungsstellenStartseite {
	text-align:center;
}

#erziehungsstellenStartseite {
	background:var(--pp-rot);
	color:var(white);
	border-radius:15px;
}

#kleinesLogoStartseite {
	max-width:32px;
	height:auto;
	vertical-align:middle;
	margin-left:0.5em;
}

button#erziehungsstellenStartseite {
	padding:0.6em 1.2em;
	margin-left:25px;
	margin-right:50px;
}

#buttonsStartseite {
	display:inline-flex;
}

.pflegeki {
	padding-top:1em;
	padding-right:1em;
	padding-left:1em;
	min-height:21em;
}

.neuesDesign p, .neuesDesign ul {
	font-size:1.5em;
	padding-left:2em;
}

.oval img {
	border-radius:50%;
	width:410px;
	height:273px;
}

.abstand2em p {
	padding-bottom:2em;
}

#fuer-est-eltern-mobile {
	display:none;
}

.wieButton {
	margin-top: 2rem;
	padding: 1rem 2rem;
	background-color: #fdc400;
	border: 1px solid #707173;
	text-decoration: none;
	width: 20rem;
	margin: 3rem auto;
	border-radius: 20px;
}

.wieButton a {
	color: #ffffff;
	text-decoration: none;
	width: 20rem;
}

.wieButton:hover {
	background-color: #333333;
}

.wieH1 {
	margin: 0px 10px 1rem;
	overflow: hidden;
	color: #555;
	font-size: 1.1em;
	text-overflow: ellipsis;
	font-weight: 700;
	padding: 0;
}

.StickyFilm {
  display:block;
  height:auto;
  width:15em;
  padding:0;
  position:relative;
  top:230px;
  right:calc(21vw - 160px);
}

.StickyFilm p {
  background:#fff;
  display:block;
  padding:0.5em;
  text-align: center;
  line-height: 1.2em;
}

.StickyFilmNoYoutube {
  display:block;
  grid-column:span 4;
  height:auto;
  padding:0;
}

.StickyFilmNoYoutube p {
  background:#fff;
  display:block;
  padding:0.5em;
  text-align: center;
  line-height: 1.2em;
}

.StickyFilmNoYoutube h2 {
  color:var(--pp-rot);
  font-weight:bold;
}

#recruitmentFilm {
	text-align: center;
}

#recruitmentFilm h1 {
	background: var(--pp-rot);
	color: #fff;
}

#pflegefamilieWerden {
	text-align: center;
	border: 2px solid var(--pp-rot);
	margin-top:1em;
}

#pflegefamilieWerdenVideo {
	text-align: center;
}

.video_container {
	display: flex;
	justify-content: center;
}

.video_container iframe {
	width: 100vw;
	height: 56.25vw;
	max-width: 800px;
	max-height: 450px;
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#fuerEltern button, #fuerJugendaemter button {
	background-size: 100%;
	background-repeat: no-repeat;
	height: 209px;
	width:300px;
}

#fuerEltern button {
	background-image: url("https://projekt-petra.de/files/contaoLive/images/Erziehungsstellen/EST_2.webp");
	border: 1px solid #fff;
}

#fuerJugendaemter button {
	background-image: url("https://projekt-petra.de/files/contaoLive/images/Erziehungsstellen/ESTfuerJA_2.webp");
	border: 1px solid #ba032b;
}

#fuer-est-eltern-mobile {
	grid-column: span 12;
	padding:0 1em;
}

/* Ersatz für bundle.css */
button.svelte-a1dxlu {
	background: #656565;
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 2em 0;
	outline: none;
	padding: 25px 30px 25px 60px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s;
	width: 100%
}

.infoButtons.svelte-a1dxlu {
	display: grid;
	grid-gap: 2em;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
}

@media only screen and (max-width: 960px ) {
	button.svelte-a1dxlu {
		font-size: 0.8em
	}

	.infoIcon.svelte-a1dxlu::before {
		transform: scale(0.2)
	}
}

@media only screen and (max-width: 640px) {
	#fuerEltern.svelte-a1dxlu,#fuerJugendaemter.svelte-a1dxlu {
		grid-column: 1 / 12
	}

	.infoButtons.svelte-a1dxlu {
		grid-template-columns: 1fr;
		margin: 0;
		justify-items: center;
	}
}

#fuer-est-eltern.svelte-pcwz5p {
	display: none
}

#fuer-est-jugendaemter.svelte-nq3agm {
	display: none
}

.h1normal.svelte-68v2uk {
	font-size: 1.2em;
	font-weight: 700;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2em;
	text-align: center
}

@media only screen and (max-width: 640px) {
	.h1normal.svelte-68v2uk {
		font-size: 0.8em
	}
}

.h1_red_centered.svelte-1fv8a9r {
	background-color: #bb1530;
	border-radius: 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 2em;
	padding: 1.5em;
	text-align: center
}

#footer.svelte-1qn3jmd.svelte-1qn3jmd {
	width: 100%;
	border-top: 1px solid #CCC;
	background: #f7f5f4
}

#fusszeile.svelte-1qn3jmd.svelte-1qn3jmd {
	font-size: 1.2em;
	color: #535353;
	margin-top: 0px;
	background: #f7f5f4;
	clear: both;
	display: grid;
	grid-template-columns: 80px 1fr;
	grid-gap: 20px;
	max-width: 960px;
	margin: 0.5em auto
}

#fusszeile.svelte-1qn3jmd p.svelte-1qn3jmd {
	margin: 0
}

.kontaktKarten.svelte-1mt92wh.svelte-1mt92wh {
	cursor: pointer;
	display: grid;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 0 0 2em 0;
	outline: none;
	position: relative;
	text-align: center;
	text-decoration: none;
	grid-gap: 2em;
	grid-template-columns: 1fr 1fr;
	padding: 1em
}

.kontaktKarten.svelte-1mt92wh a.svelte-1mt92wh {
	text-decoration: none;
	color: #333
}

.kontaktKarte.svelte-1mt92wh.svelte-1mt92wh {
	display: flex;
	background: #FFF;
	box-shadow: 1px 1px 5px
}

.kontaktKarte.svelte-1mt92wh img.svelte-1mt92wh {
	width: 5em;
	padding: 0.5em;
	height: auto
}

.kontaktKarte.svelte-1mt92wh p.svelte-1mt92wh {
	padding: 0.5em 0 0 0;
	margin: 0;
	font-size: 1em;
	font-weight: 700;
}

@media only screen and (max-width: 640px) {
	.kontaktKarten.svelte-1mt92wh.svelte-1mt92wh {
		grid-template-columns: 1fr;
		margin: 0
	}

	.kontaktKarte.svelte-1mt92wh.svelte-1mt92wh {
		font-size: 0.8em
	}
}

.svelte-18z6ewo {
	display: flex;
	margin: 0 auto;
	height: 6em;
	max-width: 100%
}

.svelte-creyrz {
	max-width: 100%;
	margin-top: 1px;
	height: auto
}

/* Viewport min 500px */
@media screen and (min-width: 500px) {
	#footer .kontakt-text {
		grid-template-columns: 250px 1fr;
	}
	
	.AL_Kontakt .mod_article .content-text {
		grid-template-columns: 200px 1fr;
	}
}

/* Viewport min 768px */
@media screen and (min-width: 768px) {
	#nav-main {
		display: grid;
		grid-column: 1 / span 5;
		font-size: 0.7rem;
		justify-content: center;
		width:100%;
	}
	
	#headerLogo {
		background: url("../logos/projektpetra_3p_logo_rgb.svg") no-repeat;
		width: 100%;
		height: 4em;
		background-size: contain;
	}
	
	#headerLogo.logo.forschung {
		background: url("../logos/forschungsgruppe_logo_rgb.svg") no-repeat;
		background-size: contain;
	}
	
	#headerLogo.logo.planung {
		background: url("../logos/planungsgesellschaft_logo_rgb.svg") no-repeat;
		background-size: contain;
	}
	
	#header .lupe {
		text-align:right;
		font-size:2.5em;
	}

	#header .inside {
		grid-template-columns: 30% 1fr 1fr 1fr 10%;
		justify-items:center;
	}
	
	.nav-wrapper {
		grid-column: span 3;
		background: var(--pp-rot);
	}
	
	.navigation-main .active, .navigation-main .sibling a, .navigation-main .sibling a.visited {
		color: white;
	}
	
	#pflege_box, .pflege_box {
		flex-direction: row;
		justify-content: space-evenly;
		width: 100%;
	}
	
	/* Formatierung Bilder */
	figure.float_left,
	.media--left figure {
		float: left;
		margin-right: 1.5em;
		width: unset;
	}

	figure.float_right,
	.media--right figure {
		float:right;
		margin-left: 1.5em;
		width: unset;
	}
	
	/** galerie Anpassungen für Contao 5.2px **/
	.content-gallery ul {
		list-style: none;
		display: grid;
		grid-gap: 10px;
		padding: 0;
		margin-left:0;
	}

	.content-gallery--cols-2 ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.content-gallery--cols-3 ul {
		grid-template-columns: repeat(3, 1fr);
	}

	.content-gallery--cols-4 ul {
		grid-template-columns: repeat(4, 1fr);
	}

	.content-gallery--cols-5 ul {
		grid-template-columns: repeat(5, 1fr);
	}

	.content-gallery--cols-6 ul {
		grid-template-columns: repeat(6, 1fr);
	}

	.content-gallery--cols-7 ul {
		grid-template-columns: repeat(7, 1fr);
	}

	.content-gallery--cols-8 ul {
		grid-template-columns: repeat(8, 1fr);
	}

	.content-gallery--cols-9 ul {
		grid-template-columns: repeat(9, 1fr);
	}

	.content-gallery--cols-10 ul {
		grid-template-columns: repeat(10, 1fr);
	}

	.content-gallery--cols-11 ul {
		grid-template-columns: repeat(11, 1fr);
	}

	.content-gallery--cols-12 ul {
		grid-template-columns: repeat(12, 1fr);
	}

	.content-gallery ul li,
	.content-gallery ul li img {
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		list-style: none;
	}

	.content-gallery ul li a {
		text-decoration: none;
		line-height: 0;
		border: none;
	}

	.gl_1 {
		grid-column: span 2;
	}

	.gl_2 {
		grid-column: span 4;
	}

	.gl_3 {
		grid-column: span 6;
	}

	.mobile_menu_trigger {
		display:none;
	}

	.logo img {
		max-width:100%;
		height:auto;
		width: 454px;
	}
	
	.forschung .logo img, .planung .logo img {
		width: auto;
		height: 89px;
	}

	#sprachenwechsler {
		position:relative;
	}
	
	.StickyFilmNoYoutube {
		width: 17em;
		position: absolute;
		top: 115px;
		right: calc(21vw - 140px);
	}
	
	.StickyFilmNoYoutube h2 {
		color: #fff;
		font-weight: bold;
		font-size:0.8em;
		line-height:1em;
		margin-bottom: 6px;
	}
	
	.mod_breadcrumb {
		display:inline-flex;
		font-size:.85em;
		justify-content: space-between;
		width: 90%;
	}
	
	.mod_breadcrumb a {
		text-decoration:none;
		color:#535353;
		margin: auto 0;
	}
	
	.mod_breadcrumb li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}

	.mod_breadcrumb li:not(.last):after {
		padding-right:5px;
		padding-left:10px;
		font-family:FontAwesome;
		color:#666;
		content:" > "
	}
	
	[class*="grid"] {
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		display: inline;
	}
	
	.grid1  { width:60px;  }
	.grid2  { width:140px; }
	.grid3  { width:220px; }
	.grid4  { width:30%; }
	.grid5  { width:380px; }
	.grid6  { width:460px; }
	.grid7  { width:540px; }
	.grid8  { width:620px; }
	.grid9  { width:700px; }
	.grid10 { width:780px; }
	.grid11 { width:860px; }
	.grid12 { width:100%; }
	
	.pflegebox .grid12 {
		display:flex;
	}
	
	#projekt-petra .block-link {
		margin-left:0.5em;
		margin-right:0.8em;
	}
	
	#bereiche {
		display:flex;
		width:100%;
		justify-content:space-around;
	}
	
	.headerButtons {
		grid-column: span 5;
	}
	
	#fuerEltern button, #fuerJugendaemter button {
		width: 350px;
		height: 244px;
	}

}
/* Ende Viewport min 768px */

/* Viewport min 960px */
@media screen and (min-width: 960px) {

	#nav-main {
		font-size: 0.9em;
	}
	
	.StickyFilmNoYoutube {
		width: 20em;
		top: 125px;
	}
}
/* Ende Viewport min 960px */

/* Viewport min 1210px */
@media only screen and (min-width: 1210px) {
	#header .mod_form {
		position:absolute;
		top: -36px;
		right: 0;
		z-index: 10;
		margin: 0;
	}

	#nav-main {
		font-size: 1em;
	}

	.box {
		width: 30%;
		text-align: left;
		margin: 0;
	}

	#footer h5 {
		margin-bottom: 0.5em;
	}

	.footer-copyright {
		text-align: left;
	}

	#header .headerimage {
		margin-top:1px;
		min-width: 100%;
	}
	
	#header .headerimage img {
		opacity: 1;
		width:100%;
	}
	
	#header .logo {
		height:4em;
		float:left;
	}
	
	#header .right {
		width:auto;
	}

	.block-link, #projekt-petra .block-link {
		min-height:17em;
	}
	
	.pflegekinder {
		min-height:28em;
	}
	
	.StickyFilmNoYoutube {
		width: 25em;
		top: 145px;
	}
}
/* Ende Viewport min 1210px */

/* Viewport für Print */
@media only print {
	body {
		font-size:12px;
	}
	#header, .mod_breadcrumb, .pdf_link, #footer {
		display:none;
	}
}
/* Ende Viewport für Print */