html {
  overflow-y: scroll;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Anpassen Boxmodel */
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

*:before,
*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* Headlines */
h1, h2, h3, h4 {
  font-weight: 700;
}

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 */
p, ul, ol, pre, table, blockquote {
  margin-top: 0em;
  margin-bottom: 1.5em;
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0em;
  margin-bottom: 0em;
}

ol {
  list-style: decimal;
}

li {
  margin-left: 2em;
}

hr {
  border: 1px solid #292c37;
  margin: -1px 0;
}

.border-red {
	border:1px solid #bb1530;
	padding:5px;
	margin-bottom:1em;
}

.border-yellow {
	border:1px solid #e9b20f;
	padding:5px;
	margin-bottom:1em;
}

/** Layout **/
#wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 50px auto 0 auto;
  padding: 0 2%;
}

/* Header Logo */
#header .inside {
  text-align: center;
}

#logo {
  line-height: 0;
}

/* Navigation */
#nav-main {
  /* display: none; */
  margin-top: 100px;
  background: #bb1530;
	min-width: 320px;
	min-width:-moz-max-content;
	min-width:-webkit-fill-available;
	min-width:stretch;
	min-width:max-content;
}

#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 1em;
  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: #e2b8bb;
}

#nav-main strong.active,
#nav-main .trail {
	color:#fff;
}

#nav-main span.active {
	color:#fff;
	font-weight:700;
}

/* Dropdown */

#nav-main {
  overflow: visible;
}

/*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: #0073b1;
}

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: #e9b20f;
}*/

#nav-main .level_2 {
  position: absolute;
  left: auto;
  max-height: 0;
  overflow: hidden;
  background: #bb1530;
  z-index: 200;
  transition: max-height 0.2s 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,
#nav-main .level_4 > li a,
#nav-main .level_4 > li strong
#nav-main .level_5 > li a,
#nav-main .level_5 > 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 a.first,
#nav-main .level_2 > li strong.first {
  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;
	transition: max-height 0.2s ease-in-out;
}

#nav-main .level_2:hover {
  overflow: visible;
}

#nav-main .level_2 li.submenu:hover .level_3 {
  max-height:60em;
  background: #bb1530;
}

#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:300;
	min-width: 320px;
	min-width:-moz-max-content;
	min-width:-webkit-fill-available;
	min-width:stretch;
	min-width:max-content;
	transition: max-height 0.2s ease-in-out;
}

/* Level 5 */
#nav-main .level_5 {
	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;
	transition: max-height 0.2s ease-in-out;
}

#nav-main .level_3:hover {
  overflow: visible;
}

#nav-main .level_4:hover {
  overflow: visible;
}

#nav-main .level_2 .level_3 li.submenu:hover .level_4 {
  max-height:60em;
  background: #bb1530;
}

#nav-main .level_2 .level_3 .level_4 li.submenu:hover .level_5 {
  max-height:60em;
  background: #bb1530;
}

#nav-main .level_4 > li {
  display: block;
  text-align: left;
  position: relative;
}

#nav-main .level_4 > li a,
#nav-main .level_4 > li strong {
  min-width: 330px;
}

#nav-main .level_5 > li {
  display: block;
  text-align: left;
  position: relative;
}

#nav-main .level_5 > li a,
#nav-main .level_5 > 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;
}





/* Mobile Nav */
#nav-mobile {
  width: 160px;
  margin: 0.25em auto;
}

#nav-mobile select {
  margin: 0;
}

/* Header Image Home */
.header-image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.header-image h1 {
  text-align: center;
}


/* 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;
  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: none;
}

.button a:hover,
.button a:focus,
button:hover,
button:focus {
  background-color: #ececec;
}
.button-center,
.text-center {
  text-align: center;
}

button {
  cursor: pointer;
}

/** Footer **/
#footer {
	border-top: 1px solid #ccc;
}

#footer h5 {
	color: #bb1530;
	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;
}

/* Subnavigation links */
#left .inside {
	padding-right: 60px;
}

#left .mod_navigation {
	margin-top: 60px;
  display: none;
}

#left h5 {
	color: #292c37;
	margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1em;
}

#left h5::after {
  width: 40px;
  height: 2px;
  display: block;
  margin-top: 0;
  background-color: #bb1530;
  content: " ";
}

#left .mod_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left .mod_navigation ul li {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

#left .mod_navigation ul li a,
#left .mod_navigation ul li strong {
	color: #292c37;
	text-decoration: none;
	line-height: 2.5;
	display: block;
	font-weight: 400;
}

#left .mod_navigation ul li a:hover,
#left .mod_navigation ul li a:focus {
	color: #bb1530;
	text-decoration: underline;
}


#left .mod_navigation ul li strong.active,
#left .mod_navigation ul li .trail {
	color: #bb1530;
	font-weight: 700;
}

#left .mod_navigation .level_2 {
    list-style-type: square;
}

#left .mod_navigation .level_2 li {
    margin-left: 1.5em;
    border-bottom: none;
}

/* Formatierung Bilder */
figure.float_left {
	margin-right: 1.5em;
}

figure.float_right {
	margin-left: 1.5em;
}

figure.float_above,
figure.float_below {
  margin-bottom: 1.5em;
}

.image_container {
  display: inline-block;
}

.caption {
	line-height: 1.2;
	font-size: 0.875em;
	background-color: #e1e1e1;
	text-align: center;
	padding: 3px;
	margin-bottom: 0.25em;
}

/** Tabelle **/
table {
	width: 100%;
	overflow: auto;
}

th,td {
	padding: 5px 10px;
}

th {
	background: #efefef;
	font-weight: 700;
	text-align: left;
}

/** Akkordeon **/
.ce_accordion {
	margin-bottom: 1px;
}

.ui-accordion-content {
	padding: 0.25em 0.5em;
}

.ce_accordion .toggler {
	cursor: pointer;
	color: #fff;
	background: #aaa;
	outline: none;
	padding: 0.5em;
	font-weight: 700;
}

.ce_accordion .toggler.active,
.ce_accordion .toggler:hover {
	background: #bb1530;
}

.forschung .ce_accordion .toggler.active,
.forschung .ce_accordion .toggler:hover {
	background: #e9b20f;
}

.planung .ce_accordion .toggler.active,
.planung .ce_accordion .toggler:hover {
	background: #0073b1;
}

/* ul.level_1 .forschung {
	background: #e9b20f;
	margin: 0 1em 0 1em;
	padding: 0 1em 0 1em;
}

ul.level_1 .planung {
	background: #0073b1;
	margin: 0 1em 0 1em;
	padding: 0 1em 0 1em; */
}

/** Slider **/

.ce_sliderStart {
	background: #efefef;
}

.slider-control {
	height: 60px;
}

.slider-control .slider-menu {
	font-size: 50px;
	line-height: 55px;
}

.slider-control .slider-prev {
	left: 15px;
}

.slider-control .slider-next {
	right: 15px;
}

/** Galerie **/
.ce_gallery>ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
}

.ce_gallery>ul li.col_first {
	clear:none;
}

.ce_gallery>ul li {
	float: none;
	margin: 0.25em auto;
}

/** Formular **/
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 #bb1530;
}

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;
}

.radio_container span {
	margin-right: 2em;
}

.radio_container input {
	width: auto;
	margin-left: 2px;
}

.radio_container label {
	display: inline-block;
}

.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;
}

/* Breadcrumb */
.mod_breadcrumb ul {
	list-style: none;
	margin: 0;
}

.mod_breadcrumb li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.mod_breadcrumb li:after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  content: " > ";
  width: 20px;
  text-align: center;
}

.mod_breadcrumb .last:after {
	content: '';
}

/* Buchnavi */
.mod_booknav ul {
	list-style: none;
	margin: 1.5em 0;
}

.mod_booknav ul li {
	display: inline-block;
	margin: 0 2em 0 0;
	padding: 0;
}

.mod_booknav ul .next:after,
.mod_booknav ul .previous:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-align: center;
  width: 20px;
}
.mod_booknav ul .next:after {
  content: "\f0da";
}

.mod_booknav ul .previous::before {
  content: "\f0d9";
}

/* 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: underline;
}

/* Kommentar Antworten*/
.comment_default {
    padding: 0.75em 0;
    margin-bottom: 0.75em;
}

.comment_default .info {
	font-weight: 700;
	border-bottom: 1px solid #ccc;
}

.comment_default .reply {
	font-style: italic;
	padding-left: 2em;
	border-left: 2px solid #ccc;
}

.comment_default .reply .info {
	border-bottom: none;
}

.ce_comments .tl_confirm {
  position:absolute;
  top:-6em;
  z-index:999;
  padding:10px;
  background:#48b570;
  color:#fff;
  display:block
}

/* Events */
.calendar td {
	padding: 5px;
	height: 120px;
}

.calendar .head {
	text-align: center;
}

.calendar .label {
	width: 14.25%;
	font-size: 0.75em;
}

.calendar .header {
	font-size: 0.75em;
	background-color: #efefef;
	padding-left: 3px;
}

.calendar .empty .header {
	background-color: #fff;
}

.calendar .today .header{
	background-color: #bb1530;
	color: #fff;
	font-weight: 700;
}

.calendar .event {
	margin: 3px 0;
	line-height: 1.1;
}

.calendar .event a {
	font-size: 0.75em;
}


.minicalendar .head,
.minicalendar .label,
.minicalendar td {
	text-align: center;
}


.minicalendar .active {
	background: #bb1530;
}

.minicalendar .active a,
.minicalendar .active a:visited {
	color: #fff;
}

.layout_upcoming {
	padding: 1em 0.25em;
	border-bottom: 1px solid #ccc;
}

.layout_upcoming.odd {
	background: #efefef;
}

/** Newsletter Footer **/

.page-newsletter #footer .mod_subscribe .error {
  display: none;
}
#footer .mod_subscribe .submit {
  width: 100%;
}


/** Suche **/

#header .mod_form {
  margin: 0.5em 0;
}

#form-search {
	position: relative;
  display: inline-block;
}

#form-search input.text {
	margin-bottom: 0;
	padding-right: 30px;
	width: 160px;
	transition: all 0.2s ease 0s;
  height: 36px;
}

#form-search input.text:focus {
	width: 240px;
}

#form-search input.submit {
	position: absolute;
    right: 6px;
    top: 7px;
    width: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.mod_search form {
	border: 1px solid #ccc;
	padding: 25px;
}

.mod_search .header {
	margin-top: 2em;
	padding: 0.5em;
	text-align: center;
	background: #292c37;
	color: #fff;
}

mark {
	background: yellow;
	font-weight: 700;
}

.mod_search > div {
	padding: 0.75em 0.5em;
}

.mod_search .odd {
	background: #f3f3f3;
}

.mod_search form button {
	width: 100%;
}

/* Viewport min 1210px */
@media screen and (min-width: 1380px) {
  #header .mod_form {
  	position:absolute;
  	top: -36px;
  	right: 0;
  	z-index: 10;
    margin: 0;
  }

  /* Header Image Home */
  .header-image h1 {
    position: absolute;
    bottom: 50px;
    left: 25px;
    font-size: 3.375em;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    text-align: left;
  }

  .header-image h1 span {
    background: rgba(159, 17, 27, 0.85);
    margin-top: 5px;
    float: left;
    padding: 10px;
  }

  #nav-main {
    display: block;
  }

  #nav-mobile {
    display: none;
  }

  #left .mod_navigation {
    display: block;
  }

  .box {
    width: 30%;
    text-align: left;
    margin: 0;
  }

  #footer h5 {
    margin-bottom: 0.5em;
  }

  .footer-copyright {
    text-align: left;
  }

  #form-search input.text {
    width: 115px;
  }

}

/* Viewport min 960px */
@media screen and (min-width: 960px) {
  #wrapper {
    padding: 0;
  }
}
/* Ende main_dropdown.css */



/* Links */
a,
a:visited {
	color: #bb1530;
	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 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 .inner {
	height:auto;
	background:#fff;
	margin-top:3em;
}

.mod_mobile_menu {
	height:auto;
	float:left;
}

strong {
	font-weight:bold;
}

.kontakte.block {
	background:#fff;
	border-right:2px solid #bb1530;
	border-bottom:2px solid #bb1530;
	padding:1em 1em 0 1em;
	font-size:0.8rem;
	min-height:15em;
	margin-bottom:1em;
}

.kontakt.block {
	background:#fff;
	border-right:2px solid #bb1530;
	border-bottom:2px solid #bb1530;
	padding:1em 1em 0 1em;
	min-height:10em;
	margin-bottom:1em;
}

h1.ce_headline.kontakte_h1 {
	background:#bb1530;
	color:#fff;
	border:1px solid #bb1530;
	padding:1em 1em 0 1em;
	margin-top:1em;
}

.grid12.kontakte {
	float:none;
	display:block;
	width:100%;
}

.kontakte_blank {
	clear:left;
}

/* Ersatz für Contao-Standard CSSe */

/*!
 * This file is part of Contao.
 *
 * (c) Leo Feyer
 *
 * @license LGPL-3.0-or-later
 */

/**
 * Reset the margin and padding of the block elements
 */
body,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;
}
header,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 {
	font-size:100%;
	font-weight:normal;
}
h1 {
	font-size:1.8333em; /* 22px */
}
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;
}
a {
	color:#00f;
}

/**
 * Default margins
 */
h1,h2,h3,h4,h5,h6 {
	margin-top:1em;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form {
	margin-bottom:12px; /* Should match the font size */
}

/*!
 * This file is part of Contao.
 *
 * (c) Leo Feyer
 *
 * @license LGPL-3.0-or-later
 */

/**
 * Make the wrapping container 960 pixel wide
 */
#wrapper {
	width:1280px;
	margin:0 auto;
}

/**
 * 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;
}

/**
 * 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; }

/**
 * Reduce the overall width and the width of the grid columns if the screen
 * width is less than 980px (e.g. on a portrait tablet)
 */
@media (max-width:1209px)
{
	/**
	 * Reduce the overall width
	 */
	/*#wrapper {
		width:744px;
	}*/

	/**
	 * Reduce the grid column widths
	 */
	/*.grid1  { width:42px;  }
	.grid2  { width:104px; }
	.grid3  { width:166px; }
	.grid4  { width:228px; }
	.grid5  { width:290px; }
	.grid6  { width:352px; }
	.grid7  { width:414px; }
	.grid8  { width:476px; }
	.grid9  { width:538px; }
	.grid10 { width:600px; }
	.grid11 { width:662px; }
	.grid12 { width:724px; }*/

	/**
	 * 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; }
}

/**
 * Remove all floats and fixed widths if the screen width is less than 768
 * pixel (e.g. on a mobile phone)
 */
@media (max-width:767px)
{
	/**
	 * Remove the overall width
	 */
	#wrapper {
		width:auto;
	}

	/**
	 * Show all columns underneath each other
	 */
	*[class*="grid"] {
		float:none !important;
		display:block !important;
		width:auto !important;
	}
	*[class*="offset"] {
		margin-left:10px !important;
	}
}

/*!
 * This file is part of Contao.
 *
 * (c) Leo Feyer
 *
 * @license LGPL-3.0-or-later
 */

/**
 * Standardize some basic elements
 */
body,form,figure {
	margin:0;
	padding:0;
}
img {
	border:0;
}
header,footer,nav,section,aside,article,figure,figcaption {
	display:block;
}

/**
 * Fix some font issues
 */
body {
	font-size:100.01%;
}
select,input,textarea {
	font-size:99%;
}

/**
 * Fix some positioning issues
 */
#container,.inside {
	position:relative;
}

/**
 * Holy grail CSS layout
 *
 * @see http://www.alistapart.com/articles/holygrail
 */
#main,#left,#right {
	float:left;
	position:relative;
}
#main {
	width:100%;
}
#left {
	margin-left:-100%;
}
#right {
	margin-right:-100%;
}
#footer {
	clear:both;
}
#main .inside {
	min-height:1px; /* see #4893 */
}

/**
 * Format the Contao image galleries (now rendered as unordered lists)
 */
.ce_gallery > ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
}
.ce_gallery > ul li {
	float:left;
}
.ce_gallery > ul li.col_first {
	clear:left;
}

/**
 * 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;
}

/*!
 * This file is part of Contao.
 *
 * (c) Leo Feyer
 *
 * @license LGPL-3.0-or-later
 */

/**
 * Apply the holy grail CSS layout if the screen is at least 768 pixel wide,
 * otherwise display all columns underneath each other
 *
 * @see http://www.alistapart.com/articles/holygrail
 */
@media (max-width:767px)
{
	#wrapper {
		margin:0;
		width:auto;
	}
	#container {
		padding-left:0;
		padding-right:0;
	}
	#main,#left,#right {
		float:none;
		width:auto;
	}
	#left {
		right:0;
		margin-left:0;
	}
	#right {
		margin-right:0;
	}
}

/**
 * Flexible images (videos see #4896)
 *
 * @see http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries
 */
img {
	max-width:100%;
	height:auto;
}

img.editLine {
	max-width:none;
	height:auto;
}

.ie7 img {
	-ms-interpolation-mode:bicubic;
}
.ie8 img {
	width:auto; /* see #5789 */
}

/*!
 * This file is part of Contao.
 *
 * (c) Leo Feyer
 *
 * @license LGPL-3.0-or-later
 */

/**
 * Since fieldset borders are removed in the reset style sheet, adjust the
 * legends accordingly
 */
legend {
	width:100%;
	display:block;
	font-weight:bold;
	border:0;
}

/**
 * Text fields and textareas
 */
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;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
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:#eee;
}

/**
 * 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:none;
	-moz-transition:background .15s linear;
	-webkit-transition:background .15s linear;
	-o-transition:background .15s linear;*/
	transition:none;
	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:0px;
}
.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:0px 2% 0 0;
	text-align:right;
}
.horizontal-form .widget > input,.horizontal-form .widget > textarea,.horizontal-form .widget > select {
	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
}

.image_container {
margin-right:0
}

div.menuUberUns a {
font:16px 'Open Sans',sans serif;
text-decoration:none;
color:rgba(0,0,0,.6)
}

div.menuUberUns {
padding-top:20px;
padding-left:20px;
background-color:#f3f3f3;
font:16px 'Open Sans',sans serif;
color:rgba(0,0,0,.6)
}

mitarbeiterbereich a {
color:#bb1530
}

#backbutton {
margin-left:10px
}

#galerie_lokationen {
margin-left:-13px
}

#galerie_lokationen h1 {
margin-left:0;
padding-left:20px;
font-size:1em;
font-style:italic;
font-weight:normal
}

.main_intern a {
color:#BB1530
}

.main_intern a#backbutton,.kontakt a#backbutton,.suche a#backbutton {
color:#BB1530
}

.praktische {
background-image: url(files/logos/projektpetra_1p_logo_rgb.svg);
}

.praktische a {
color:#BB1530
}

.praktische a#backbutton {
color:#BB1530
}

#kontakt_f a {
text-decoration:none;
color:#e9b20f
}

#kontakt_f .flexibox {
	border-right: 2px solid #e9b20f;
  border-bottom: 2px solid #e9b20f;
}

#mitarbeiterbereich a {
color:#BB1530
}

#kontakt_b a {
text-decoration:none;
color:#0073b1
}

#kontakt_b .flexibox {
	border-right: 2px solid #0073b1;
  border-bottom: 2px solid #0073b1;
}

.ce_gallery ul {
list-style-type:none
}

a {
text-decoration:none;
color:#bb1530
}

.mod_breadcrumb li {
display:inline-block
}

.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:#BB1530
}

.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;
box-shadow: 1px 1px 4px #cecece;
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.block {
margin-left:10px;
font-size:.9em;
padding:0;
}

.mod_breadcrumb li:not(.last):after {
padding-right:5px;
padding-left:10px;
font-family:FontAwesome;
color:#666;
content:" > "
}

/* Header Image Home */
.header-image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.header-image h1 {
  text-align: center;
}


/* 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;
  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: none;
}

.button a:focus,
button:focus {
  background-color: #cccccc;
}
.button-center,
.text-center {
  text-align: center;
}

button {
  cursor: pointer;
}

button.pdf_button {
  display: inline-block;
	margin: 0 0 0 4em;
  padding: 3px 5px;
	background-color:	#ccf;
	text-align: center;
	color: #00f;
	text-decoration: none;
  border-radius: 5px;
  border: 1px solid #00f;
	font-size: 11px;
	font-weight: 500;
	vertical-align: text-bottom;
	line-height: 16px;
}

button.textGelb {
  display: inline-block;
	margin: 0 0 0 4em;
  padding: 3px 5px;
	background-color:	#f6e3ce;
	text-align: center;
	color: #8a4b08;
	text-decoration: none;
  border-radius: 5px;
  border: 1px solid #8a4b08;
	font-size: 11px;
	font-weight: 500;
	vertical-align: text-bottom;
	line-height: 16px;
}

button.textGruen {
  display: inline-block;
	margin: 0 0 0 4em;
  padding: 3px 5px;
	background-color:	#cfc;
	text-align: center;
	color: #080;
	text-decoration: none;
  border-radius: 5px;
  border: 1px solid #080;
	font-size: 11px;
	font-weight: 500;
	vertical-align: text-bottom;
	line-height: 16px;
}

button.textRot {
  display: inline-block;
	margin: 0 0 0 4em;
  padding: 3px 5px;
	background-color:	#fcc;
	text-align: center;
	color: #f00;
	text-decoration: none;
  border-radius: 5px;
  border: 1px solid #f00;
	font-size: 11px;
	font-weight: 500;
	vertical-align: text-bottom;
	line-height: 16px;
}

button.pdf_button:hover {
	background-color:	#cecece;
}

/** Footer **/
#footer {
	margin-top: 0px;
	border-top: 1px solid #ccc;
	background: #f7f5f4;
	color: #535353;
}

#footer h5 {
	color: #bb1530;
	margin-top: 0;
  margin-bottom: 0.25em;
}

#footer a,
#footer a:visited {
	color: #292c37;
	text-decoration: underline;
}

.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 {
	margin-right: 1.5em;
}

figure.float_right {
	margin-left: 1.5em;
}

figure.float_above,
figure.float_below {
  margin-bottom: 1.5em;
}

.image_container {
  display: inline-block;
}

.caption {
	line-height: 1.2;
	font-size: 0.875em;
	background-color: #e1e1e1;
	text-align: center;
	padding: 3px;
	margin-bottom: 0.25em;
}

/** Tabelle **/
table {
	width: 100%;
	overflow: auto;
}

th,td {
	padding: 5px 10px;
}

th {
	background: #cccccc;
	font-weight: 700;
	text-align: left;
}


/** Slider **/

.ce_sliderStart {
	background: #efefef;
}

.slider-control {
	height: 60px;
}

.slider-control .slider-menu {
	font-size: 50px;
	line-height: 55px;
}

.slider-control .slider-prev {
	left: 15px;
}

.slider-control .slider-next {
	right: 15px;
}

/** Galerie **/
.ce_gallery>ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	list-style-type:none;
}

.ce_gallery>ul li.col_first {
	clear:none;
}

/** Formular **/
label{
	display: block;
}

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 #bb1530;
}

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;
}

.radio_container span {
	margin-right: 2em;
}

.radio_container input {
	width: auto;
	margin-left: 2px;
}

.radio_container label {
	display: inline-block;
}

.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;
}

/* Breadcrumb */
.mod_breadcrumb ul {
	list-style: none;
	margin: 0;
}

.mod_breadcrumb li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.mod_breadcrumb li:after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  content: "\f0da";
  width: 20px;
  text-align: center;
}

.mod_breadcrumb .last:after {
	content: '';
}

/* Buchnavi */
.mod_booknav ul {
	list-style: none;
	margin: 1.5em 0;
}

.mod_booknav ul li {
	display: inline-block;
	margin: 0 2em 0 0;
	padding: 0;
}

.mod_booknav ul .next:after,
.mod_booknav ul .previous:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-align: center;
  width: 20px;
}
.mod_booknav ul .next:after {
  content: "\f0da";
}

.mod_booknav ul .previous::before {
  content: "\f0d9";
}

/* Nachrichten Styling */
.layout_latest {
	margin-bottom: 3em;
	padding-bottom: 1em;
	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:focus,
.mod_newsmenu strong.active
 {
	color: #710c13;
	text-decoration: underline;
}

/* Kommentar Antworten*/
.comment_default {
    padding: 0.75em 0;
    margin-bottom: 0.75em;
}

.comment_default .info {
	font-weight: 700;
	border-bottom: 1px solid #ccc;
}

.comment_default .reply {
	font-style: italic;
	padding-left: 2em;
	border-left: 2px solid #ccc;
}

.comment_default .reply .info {
	border-bottom: none;
}

.ce_comments .tl_confirm {
  position:absolute;
  top:-6em;
  z-index:999;
  padding:10px;
  background:#48b570;
  color:#fff;
  display:block
}

/* Events */
.calendar td {
	padding: 5px;
	height: 120px;
}

.calendar .head {
	text-align: center;
}

.calendar .label {
	width: 14.25%;
	font-size: 0.75em;
}

.calendar .header {
	font-size: 0.75em;
	background-color: #efefef;
	padding-left: 3px;
}

.calendar .empty .header {
	background-color: #fff;
}

.calendar .today .header{
	background-color: #bb1530;
	color: #fff;
	font-weight: 700;
}

.calendar .event {
	margin: 3px 0;
	line-height: 1.1;
}

.calendar .event a {
	font-size: 0.75em;
}


.minicalendar .head,
.minicalendar .label,
.minicalendar td {
	text-align: center;
}


.minicalendar .active {
	background: #bb1530;
}

.minicalendar .active a,
.minicalendar .active a:visited {
	color: #fff;
}

.layout_upcoming {
	padding: 1em 0.25em;
	border-bottom: 1px solid #ccc;
}

.layout_upcoming.odd {
	background: #efefef;
}

/** Newsletter Footer **/

.page-newsletter #footer .mod_subscribe .error {
  display: none;
}
#footer .mod_subscribe .submit {
  width: 100%;
}


/** Suche **/

#header .mod_form {
  margin: 0.5em 0;
}

#form-search {
	position: relative;
  display: inline-block;
}

#form-search input.text {
	margin-bottom: 0;
	padding-right: 30px;
	width: 160px;
	transition: all 0.2s ease 0s;
  height: 36px;
}

#form-search input.text:focus {
	width: 240px;
}

#form-search input.submit {
	position: absolute;
    right: 6px;
    top: 7px;
    width: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.mod_search form {
	border: 1px solid #ccc;
	padding: 25px;
}

.mod_search .header {
	margin-top: 2em;
	padding: 0.5em;
	text-align: center;
	background: #292c37;
	color: #fff;
}

mark {
	background: yellow;
	font-weight: 700;
}

.mod_search > div {
	padding: 0.75em 0.5em;
}

.mod_search .odd {
	background: #f3f3f3;
}

.mod_search form button {
	width: 100%;
}

/* Viewport min 768px */
@media screen and (min-width: 1380px) {
  #header .mod_form {
  	position:absolute;
  	top: -36px;
  	right: 0;
  	z-index: 10;
    margin: 0;
  }

  /* Header Image Home */
  .header-image h1 {
    position: absolute;
    bottom: 50px;
    left: 25px;
    font-size: 3.375em;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    text-align: left;
  }

  .header-image h1 span {
    background: rgba(159, 17, 27, 0.85);
    margin-top: 5px;
    float: left;
    padding: 10px;
  }

  #left .mod_navigation {
    display: block;
  }

  .box {
    width: 30%;
    text-align: left;
    margin: 0;
  }

  #footer h5 {
    margin-bottom: 0.5em;
  }

  .footer-copyright {
    text-align: left;
  }

  #form-search input.text {
    width: 115px;
  }

}

/* Viewport min 960px */
@media screen and (min-width: 960px) {
  #wrapper {
    padding: 0;
  }
}


/* base.scss */

.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
}

body {
color:#333;
line-height:1.5;
font-family:'Open Sans', sans-serif;
font-size:14px
}

p {
margin-bottom:0.8em
}

h1,h2,h3,h4 {
color:#535353
}

h1 {
font-weight:700;
margin-bottom:0.6em
}

h1 {
font-size:1.2em
}

h2 {
font-size:1em
}

h3,h4 {
margin-bottom:0.6em
}

h3 {
font-size:1em
}

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;
}

.ce_gallery>ul li {
	float: none;
	margin: 0.25em auto;
	list-style-type:none;
}

a {
color:#111;
}

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
}

.formbody label {
display:inline-block;
min-width:160px;
line-height:29px;
margin-bottom:4px;
padding-right:8px
}

.formbody input.checkbox {
position:relative;
top:5px;
width:19px;
height:19px
}

.toggler {
margin-top:0;
margin-bottom:0;
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
}

#header .lupe {
text-align:right;
margin-right:5em;
padding-top:1em;
float:right;
}

#footer {
color:#535353;
}

#footer .inside {
max-width:960px;
margin:0 auto
}

#footer .kontakt-text {
margin:1.5em 0.8em 0
}

#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;
box-shadow:1px 1px 4px #cecece
}

.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:" ...";
}

.block-link,
#projekt-petra .block-link {
position:relative;
min-height:24.5em;
margin-bottom:2em;
text-align:center;
line-height:1.5;
font-weight:1;
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
}

@media (max-width:768px) {
#projekt-petra .block-link {
margin-left:auto;
margin-right:auto
}

}

.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:#bb1530
}

.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 {
box-shadow:2px 2px 8px #333;
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:#bb1530
}

.yellow a {
color:#e9b20f
}

.blue a {
color:#0073b1
}

a.ausleihe {
	color: #00f;
	background-color:	#ccc;
	border: solid 1px #00f;
	padding: 0.25em 1em;
	border-radius: 5px;
}

a.reservierung {
	color: #080;
	background-color:	#ccc;
	border: solid 1px #080;
	padding: 0.25em 1em;
	border-radius: 5px;
	margin-left: 2em;
}

.mitarbeiter,
table.mitarbeiter {
	border-top: 0;
	border-right: 2px solid #bb1530;
	border-bottom: 2px solid #bb1530;
	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
}

body {
min-width:320px;
}

#page {
background:#f7f5f4;
padding-bottom:1em
}

#wrapper {
width:100%;
max-width:1280px
}

.mod_breadcrumb a {
text-decoration:none;
color:#535353;
}

#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;
}

/* Für Mobile Geräte */
#wrapper {
	width: 100%;
	max-width: 1280px;
}

#wrapper .mitarbeiter img {
	max-width:100%;
}

#header {
	display:inline;
}

#header .headerimage img {
		opacity: 1;
		width:100%;
}

#header .right {
	position: absolute;
	right: 6em;
	top: 1em;
	width:60%;
}

p.logo_kontakt, p.logo_stellen, p.logo_suche, p.logo_suche_1 {
  display:inline;
}

p.logo_kontakt a, p.logo_stellen a, p.logo_suche a, p.logo_suche_1 a {
  color:#535353;
  text-decoration:none;
}

p.logo_kontakt {
  margin-bottom:0em;
  margin-top:1.0em;
  margin-left:1em;
}

p.logo_stellen, p.logo_suche, p.logo_suche_1 {
  color:#535353;
  margin-bottom:0em;
  margin-left:2em;
}

p.logo_suche, p.logo_suche_1 {
  margin-left:1em;
}

.block-link,
#projekt-petra .block-link {
	min-height:18em;
}

#footer .footer-link {
	margin-top:1em;
}

.ce_text.bg_white,
.bg_white tr,
.bg_white div {
	background-color:#fff;
}

.bg_white p strong {
	margin-left:2em;
}

.flexibox.bg_white p strong {
	margin-left:0;
}


.flexibox {
	border-top: 0;
  border-right: 2px solid #bb1530;
  border-bottom: 2px solid #bb1530;
  border-left: 0;
	display: flex;
  flex-wrap:wrap;
	margin-top: 0.625em;
  margin-right: 0.625em;
	margin-bottom: 0.75em;
	margin-left: 0.625em;
}

.flexibox.bg_white {
	background-color:#fff;
	padding-top: 0.625em;
  padding-right: 0.625em;
	padding-bottom: 0.75em;
	padding-left: 0.625em;
}

.flexibox img {
	margin-right:2em;
}

.h1_rand h1 {
	margin-left:0.625em;
}

h1 code {
	font-size: 1.8em;
	text-align:center;
}

/*.tgl_kontakte_flex 
.ui-accordion-content {
	border-top: 0;
  border-right: 2px solid #bb1530;
  border-bottom: 2px solid #bb1530;
  border-left: 0;
}*/

.tgl_kontakte_flex.flexibox {
	border:0;
}

#kein_rand .flexibox.bg_white {
	border:0;
}

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: #0073b1;
}

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: #e9b20f;
}
  	
/* Für Desktop */

@media only screen and (min-width: 1380px) {
	
	#wrapper {
		font-size:1em;
	}
	
	#wrapper .mitarbeiter img {
		max-width:100%;
	}
		
	#header .headerimage {
		margin-top:1px;
	}
	
	#header .headerimage img {
		opacity: 1;
		width:100%;
	}
	
	#header .logo {
		height:4.77em;
		margin: 0 1em 0 1em;
		float:left;
	}
	
	#header .right {
		position: absolute;
		right: 6em;
		top: 1em;
		width:auto;
	}
	
	p.logo_suche {
	    display:block;
	    margin-top:1em;
	    margin-right:5em;
	    font-size:1.2em;
	    font-weight:bold;
	    color:#535353;
	    float:right;
	}
	
	p.logo_suche_1 {
	    display:block;
	    margin-top:1em;
	    margin-right:5em;
	    font-size:1.2em;
	    font-weight:bold;
	    color:#535353;
	    float:left;
	}
  	
  	p.logo_stellen {
	    display:inline-block;
	    margin-top:1em;
	    vertical-align:middle;
	    font-size:1.2em;
	    font-weight:bold;
	    color:#bb1530;
  	}
  	
  	p.logo_stellen a {
  		color:#bb1530;
  	}

  	p.logo_kontakt {
	    display:inline-block;
	    margin-top:1em;
	    margin-left:1em;
	    vertical-align:middle;
	    font-size:1.2em;
	    font-weight:bold;
	    color:#535353;
  	}
  	
  	.block-link,
	#projekt-petra .block-link {
		min-height:18em;
	}
	
	.pflegekinder {
		min-height:28em;
	}
	
	#nur_mobile {
		display:none;
	}
	
	body#top.ma_login * div.ma_logout {
		display: none;
	}
}

div#aktMitteilung {
	border: 4px double #bb1830;
    font-size: 1em;
    padding: 1em 1em 0 1em;
    background-color: #ccc;
}

#top-grid {
	display:grid;
	font-weight: 600;
	justify-items: center;
	background-color: #fff;
	color: #444;
	margin:0 auto 2em auto;
	text-align:center;
	grid-template-columns: 1fr 1fr 1fr;
}

#top-grid .box {
	background-color: #ddd;
	color: #bb1830;
	border-right:2px solid #bb1830;
	border-bottom:2px solid #bb1830;
	border-radius: 5px;
	padding: 1em;
	font-size: 100%;
	text-align:center;
	vertical-align:middle;
	min-height:3em;
	min-width:24em;
}

button.textRot:disabled {
	background-color: #ddd;
	color: #333;
	border-color:#333;
	cursor: not-allowed;
}

.owl-item.active {
	opacity: 40%;
}

.owl-item.active img {
	padding:50px;
}

.owl-item.active.center {
	opacity: 100%;
}

.owl-item.active.center img {
	padding:0px;
}

.row {
	display: grid;
}

input[type="button"], input[type="submit"], input[type="reset"], button[type="submit"], form input[type="submit"], #btnToggle {
    background-image: none;
    border-radius: 4px;
    border-right: 2px solid #444;
    font-size: 1.2em;
    margin: 0.5em 1em;
    border-bottom: 2px solid #444;
    color: #000;
    cursor: pointer;
    padding: 4px 8px;
    text-decoration: none;
}

#mitarbeitersuche {
	width:800px;
	margin:1em auto;
}

#mitarbeitersuche ul {
	list-style:none;
}

.wieAkkordeon {
	cursor: pointer;
  color: #fff;
  background: #aaa;
  outline: none;
  padding: 0.5em;
  font-weight: 700;
	border:none;
	margin-left:20px;
	margin-right:20px;
	margin-top:1em;
}

#gridAnzeigen .dokuWrapper {
	display:grid !important;
}

.ce_hyperlink.wieAkkordeon:hover {
	background-color: #bb1530;
}

.wieAkkordeon a {
	color:white;
}

.ce_hyperlink.wieAkkordeon {
	margin-left:20px;
	margin-right:20px;
	background-color: #aaa;
  border:none;
}

.kleinesVideo video {
	height:480px;
}

.neuerEintrag a {
	color: #ffffff;
}