@font-face {
  font-family: "MySans";
  src: local('-=#=-'), url(../ttf/Overpass-Regular.ttf) format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "MySans";
  src: local('-=#=-'), url(../ttf/Overpass-Bold.ttf) format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "MySans";
  src: local('-=#=-'), url(../ttf/Overpass-Light.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "MySerif";
  src: local('-=#=-'), url(../ttf/FrankRuhlLibre-Regular.ttf) format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "MySerif";
  src: local('-=#=-'), url(../ttf/FrankRuhlLibre-Bold.ttf) format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "MySerif";
  src: local('-=#=-'), url(../ttf/FrankRuhlLibre-Medium.ttf) format("truetype");
  font-weight: 500;
}
.hyphens {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-locale: 'de';
}
body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: MySerif, serif;
  background-color: #fbfbfb;
}
html {
  font: normal 1.5vw MySerif;
}
a {
  text-decoration: none;
  color: inherit;
}
a.pfeil {
  padding-left: 22px;
}
a.pfeil:before {
  content: "";
  background-image: url(../img/weiter-pfeil.svg);
  background-repeat: no-repeat;
  background-position: 4px 2px;
  width: 14px;
  height: 14px;
  color: white;
  display: inline-block;
  background-color: #004554;
  border-radius: 4px;
  xfont: normal 1.5px MySans;
  font-size: inherit;
  position: absolute;
  position: static;
  margin-left: -22px;
  margin-right: 5px;
}
#content {
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#content_inner {
  position: relative;
  background-color: #fbfbfb;
}
body#Start #content_inner {
  height: 100%;
  background-color: #fbfbfb;
}
body#Login table,
body#Login input {
  font-family: MySans, sans-serif;
}
#content.minimize {
  transform: scale(0.33);
  transform-origin: center top;
}
#content.minimize .adminbar {
  display: none;
}
#content.minimize .blockcontainer > div {
  border: 4px dashed green;
  margin-bottom: 10px;
  background-color: #fff;
}
#SendNewsletter #content_inner {
  padding: 20px;
}
.button {
  background: #00ACD3 0% 0% no-repeat padding-box;
  border-radius: 4px;
  display: inline-block;
  font: normal 23px/26px MySans;
  color: #FFFFFF;
  padding: 0.8em 1em 0.65em 1em;
  text-align: center;
  border: none;
}
.button.blue {
  background: #00ACD3 0% 0% no-repeat padding-box;
}
.button.green {
  background: #69B022 0% 0% no-repeat padding-box;
}
.button.darkblue {
  background: #004554 0% 0% no-repeat padding-box;
}
.dm_edittable .button {
  padding: 10px !important;
  font-size: 110% !important;
}
.dm_submitbutton {
  background: #69B022 0% 0% no-repeat padding-box !important;
  border-radius: 0 !important;
  border: none !important;
  color: white !important;
  padding: 8px !important;
  height: auto !important;
  width: 100% !important;
  font-size: 130% !important;
  margin: 0 !important;
  margin-top: 8px !important;
}
.select2-results {
  font: normal 18px/25px MySans;
}
#popupLayerScreenLocker {
  z-index: 3000;
}
#dm_iframe_pe {
  z-index: 3010;
}
#_DataManager {
  font-family: MySans;
}
.ui-datepicker {
  z-index: 600 !important;
}
.blockcontainer_drag_outer {
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 3600;
  background-color: #eee;
  display: none;
}
.block_drag {
  padding: 5px;
  margin: 5px;
  text-align: center;
  border: 1px solid black;
  background-color: #fff;
}
.adminbar {
  background-color: #fbfbfb;
  padding: 2px 5px 3px 5px;
  position: fixed;
  bottom: 0;
  z-index: 2200;
  width: 100%;
  max-width: 1920px;
  font: normal 22px/24px MySans;
}
.adminbar .adminbar_inner {
  background-color: #fbfbfb;
}
.adminbar .ishidden,
.adminbar .isnothidden {
  display: inline-block;
  vertical-align: bottom;
}
.adminbar .ishidden a,
.adminbar .isnothidden a {
  background-image: url(../img/sichtbar.svg);
  background-size: 37px 37px;
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
  display: inline-block;
  vertical-align: bottom;
}
.adminbar .ishidden {
  display: none;
}
.adminbar .ishidden a {
  background-image: url(../img/sichtbar-aus.svg);
}
.adminbar .isnothidden,
.adminbar .mainaction2 {
  margin-right: 5px;
}
.adminbar .nobreak {
  display: inline;
  white-space: nowrap;
}
.adminbar.compact .actions {
  display: inline-block;
}
.adminbar.compact .actions a {
  display: none !important;
}
.adminbar.compact .actions .mainaction {
  display: inline-block !important;
}
.adminbar.compact .ishidden {
  display: inline-block;
}
.adminbar.compact .isnothidden {
  display: none;
}
.adminbar .actions {
  display: inline;
}
.adminbar .actions a.edit {
  background: #69B022 0% 0% no-repeat padding-box;
  border-radius: 4px;
  display: inline-block;
  color: #FFFFFF;
  padding: 0.25em 0.3em 0.1em 0.3em;
  text-align: center;
  vertical-align: bottom;
  border: none;
  margin-bottom: 2px;
}
.adminbar .actions a.new {
  display: inline-block;
  vertical-align: bottom;
}
.adminbar .actions a.new img {
  height: 36px;
  margin-left: -5px;
  display: block;
}
.adminbar .actions span a.edit {
  background: #00ACD3 0% 0% no-repeat padding-box;
}
.adminbar .actions span a.sec1 {
  background: #004554 0% 0% no-repeat padding-box !important;
}
.adminbar .actions span a.sec2 {
  background: #D4990B 0% 0% no-repeat padding-box !important;
  margin-right: 3px;
}
.adminbar .actions span a.sec3 {
  background: #888 0% 0% no-repeat padding-box !important;
  margin-right: 3px;
}
.adminbar .actions span a.logout {
  background: #D4990B 0% 0% no-repeat padding-box;
}
.adminbar:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  top: 0px;
  left: 3%;
  right: 3%;
  width: 94%;
  height: 20%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.img-flag {
  height: 30px;
}
.maindiv {
  height: 30px;
  width: calc( 40vw + 40px );
  background-position: calc( 20vw + 12px ) 4px;
  background-repeat: no-repeat;
  background-image: url(../img/dwe-logo.svg);
  margin: 0 auto;
  margin-top: 3.6vw;
  margin-bottom: 3.6vw;
  clear: both;
}
.maindiv:before {
  margin-right: 40px;
}
.maindiv:before,
.maindiv:after {
  content: " ";
  border-bottom: 1px solid #D4990B;
  width: 20vw;
  height: 1px;
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
}
.church-stoffe td .list {
  padding-left: 1.5em;
}
.church-stoffe td b {
  margin-left: -1.5em;
  width: 1.5em;
  display: inline-block;
}
.header {
  height: 115px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  xbackground-color: #abfbfb;
  z-index: 500;
  xbox-shadow: 0 5px 5px rgba(0,0,0,0.08);
}
.header .header_inner {
  background-color: #fbfbfb;
  height: 100%;
}
.header .menubutton {
  position: absolute;
  left: 220px;
  top: 35px;
}
.header .mailbutton {
  position: absolute;
  left: 390px;
  top: 35px;
}
.header .mailbutton img {
  height: 40px;
  opacity: 0.75;
}
.header .logo {
  position: absolute;
  left: calc( 50% - ( 256px / 2) );
  top: 17px;
}
.header .logo img {
  width: 256px;
}
.header .search {
  position: absolute;
  left: 310px;
  top: 36px;
}
.header .searchinput_outer {
  position: absolute;
  left: 360px;
  top: 24px;
  width: 370px;
  display: none;
}
.header .searchinput_outer .searchinput input,
.header .searchinput_outer .searchinput button {
  display: inline-block;
  background-color: rgba(0,0,0,0.5);
  border: none;
  color: #fff;
  font: normal 24px/24px MySans;
}
.header .searchinput_outer .searchinput input[type=text] {
  width: 260px;
  height: 22px;
  padding: 22px 10px 18px 10px;
  vertical-align: bottom;
}
.header .searchinput_outer .searchinput button {
  height: 62px;
  margin-left: 5px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 22px;
  padding-bottom: 18px;
}
.header .searchinput_outer .searchinput input::placeholder {
  opacity: 1;
  color: white;
}
.header .social {
  position: absolute;
  right: 220px;
  top: 35px;
}
.header .social a {
  display: inline-block;
  margin-left: 12px;
}
.header .social img {
  height: 40px;
}
.header:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  bottom: 0px;
  left: 3%;
  right: 3%;
  width: 94%;
  height: 20%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: var(--header_opacity,0);
}
body#Start .header {
  display: none;
  position: fixed;
  height: 115px;
  width: 100%;
  xborder: 1px solid green;
}
body#Start .header .header_inner {
  margin: 0 auto;
  max-width: 1920px;
  xborder: 1px solid red;
  position: relative;
}
body#Start .header:after {
  max-width: calc(1920px - 4%);
  margin: 0 auto;
}
.bereichsheader,
.contentheader,
.newsterminheader {
  width: 45em;
  margin: 0 auto;
  margin-top: 2rem;
  xborder: 1px solid red;
}
.bereichsheader .bereichspic,
.contentheader .bereichspic,
.newsterminheader .bereichspic {
  float: left;
}
.bereichsheader .bereichspic img,
.contentheader .bereichspic img,
.newsterminheader .bereichspic img {
  width: 9.2em;
  box-shadow: 10px 0px 15px #00000033;
}
.bereichsheader .path,
.contentheader .path,
.newsterminheader .path {
  padding-left: 13em;
  font: bold 0.8em/1.2em MySans;
  color: #69B022;
  padding-top: 1.5em;
}
.bereichsheader .path .start,
.bereichsheader .path a,
.contentheader .path .start,
.contentheader .path a,
.newsterminheader .path .start,
.newsterminheader .path a {
  color: #00ACD3;
}
.bereichsheader .path span,
.contentheader .path span,
.newsterminheader .path span {
  color: #848484;
}
.bereichsheader .div,
.contentheader .div,
.newsterminheader .div {
  height: 0.3em;
  border-bottom: 2px solid #ddd;
}
.bereichsheader .datum,
.contentheader .datum,
.newsterminheader .datum {
  font: normal 26px/28px MySans;
  margin-bottom: 0.6em;
}
.bereichsheader h1 textarea,
.contentheader h1 textarea,
.newsterminheader h1 textarea {
  font: normal 2.6rem/3.0rem MySerif;
  color: #848484;
  width: auto;
}
.newsterminheader .path,
.contentheader .path {
  padding-left: 3em;
}
h1.title,
.pagetitle {
  margin: 0;
  padding: 0;
  font: normal 2.6rem/3.0rem MySerif;
  color: #848484;
  position: relative;
  bottom: -0.8rem;
  left: 0;
  text-align: center;
}
h1.title,
.textblock .pagetitle {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-locale: 'de';
}
body#Suche .linklist {
  list-style-type: none;
}
body#Suche .linklist img {
  height: 80px;
  vertical-align: top;
  float: left;
  margin-bottom: 10px;
}
body#Suche .linklist .title,
body#Suche .linklist .snippet {
  padding-left: 140px;
}
body#Suche .linklist .title {
  font: bold 0.92em/1.3em MySans;
  color: #69B022;
}
body#Suche .linklist .snippet {
  font: normal 0.8em/1.5em MySans;
}
body#Kontakt .contentheader .path,
body#Bewerbung .contentheader .path {
  padding-left: 2em;
}
body#Kontakt .ueberschrift,
body#Bewerbung .ueberschrift {
  margin-top: 0.8em;
}
body#Kontakt .formcontent,
body#Bewerbung .formcontent {
  width: 78%;
  margin: 0 auto;
  margin-top: 1.4em;
}
body#Kontakt .formcontent h3,
body#Bewerbung .formcontent h3 {
  font: bold 1.8rem/2.3rem MySans;
  color: #00ACD3;
}
body#Kontakt .formcontent .ap,
body#Bewerbung .formcontent .ap {
  float: right;
  width: 26%;
  xfont: normal 0.68965517241379px MySans;
  color: #707070;
}
body#Kontakt .formcontent .ap .block,
body#Bewerbung .formcontent .ap .block {
  margin-top: 0.9em;
  font-size: 95%;
}
body#Kontakt .formcontent .ap h4,
body#Bewerbung .formcontent .ap h4 {
  margin: 0;
  padding: 0;
  font: normal 40px/40px MySerif;
  color: #848484;
  margin-bottom: 0.5em;
}
body#Kontakt .formcontent .ap img.contactpersonpic,
body#Bewerbung .formcontent .ap img.contactpersonpic {
  margin-bottom: 0.5em;
  xfilter: grayscale(100%);
  margin-right: 0;
}
body#Kontakt .formcontent .ap img.dwepic,
body#Bewerbung .formcontent .ap img.dwepic {
  width: 250px;
}
body#Kontakt .formcontent .ap .dataTypeIcon,
body#Bewerbung .formcontent .ap .dataTypeIcon {
  width: 18px;
  margin: 0;
}
body#Kontakt .formcontent .form,
body#Bewerbung .formcontent .form {
  width: 68%;
  font: bold 18px/22px MySans;
  color: #2E2E32;
}
body#Kontakt .formcontent .form input[type=text],
body#Kontakt .formcontent .form textarea,
body#Kontakt .formcontent .form select,
body#Bewerbung .formcontent .form input[type=text],
body#Bewerbung .formcontent .form textarea,
body#Bewerbung .formcontent .form select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #00ACD3;
  font: bold 22px/24px MySans;
  color: #2E2E32;
  margin-bottom: 2.5em;
  background-color: transparent;
}
body#Kontakt .formcontent .form select,
body#Bewerbung .formcontent .form select {
  margin-bottom: 1.5em;
}
body#Kontakt .formcontent .form label,
body#Kontakt .formcontent .form input[type=text]::placeholder,
body#Bewerbung .formcontent .form label,
body#Bewerbung .formcontent .form input[type=text]::placeholder {
  opacity: 1;
  color: #848484;
  font: bold 14px/17px MySans;
  line-height: 200%;
}
body#Kontakt .formcontent .form input[type=text]:focus,
body#Kontakt .formcontent .form textarea:focus,
body#Bewerbung .formcontent .form input[type=text]:focus,
body#Bewerbung .formcontent .form textarea:focus {
  outline: none;
}
body#Kontakt .formcontent .form input[name=chktxt],
body#Bewerbung .formcontent .form input[name=chktxt] {
  border: 1px solid #00ACD3;
  border-radius: 4px;
  padding: 4px 5px 0px 5px;
  width: 40px;
  margin-right: 8px;
}
body#Kontakt .formcontent .form input[name=chktxt]::placeholder,
body#Bewerbung .formcontent .form input[name=chktxt]::placeholder {
  line-height: 195%;
}
body#Kontakt .formcontent .form textarea,
body#Bewerbung .formcontent .form textarea {
  height: 70px;
}
body#Kontakt .formcontent .form .button,
body#Bewerbung .formcontent .form .button {
  width: 100%;
  cursor: pointer;
}
body#Kontakt .formcontent .form .pflicht,
body#Bewerbung .formcontent .form .pflicht {
  padding-left: 50px;
  margin-bottom: 18px;
}
body#Kontakt .formcontent .form .add label,
body#Bewerbung .formcontent .form .add label {
  font: bold 18px/22px MySans;
  color: #2E2E32;
}
body#Kontakt .formcontent .form label div,
body#Bewerbung .formcontent .form label div {
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
}
body#Kontakt .checkmark_container,
body#Bewerbung .checkmark_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-left: 24px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body#Kontakt .checkmark_container input,
body#Bewerbung .checkmark_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body#Kontakt .checkmark,
body#Bewerbung .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #00ACD3;
  border-radius: 4px;
}
body#Kontakt .checkmark_container:hover input ~ .checkmark,
body#Bewerbung .checkmark_container:hover input ~ .checkmark {
  background-color: #eee;
}
body#Kontakt .checkmark_container input:checked ~ .checkmark,
body#Bewerbung .checkmark_container input:checked ~ .checkmark {
  background-color: #2196F3;
}
body#Kontakt .checkmark:after,
body#Bewerbung .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
body#Kontakt .checkmark_container input:checked ~ .checkmark:after,
body#Bewerbung .checkmark_container input:checked ~ .checkmark:after {
  display: block;
}
body#Kontakt .checkmark_container .checkmark:after,
body#Bewerbung .checkmark_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body#Bewerbung #anrede {
  width: 6em;
  display: block;
}
body#Bewerbung #fname,
body#Bewerbung #lname {
  width: 100%;
  display: block;
}
body#Bewerbung #zip,
body#Bewerbung #city {
  display: block;
}
.newslistfilter select {
  border-radius: 3px;
  background-color: #bd7;
  color: black;
  border: none;
  font: normal 22px/26px MySans;
  padding: 6px 3px 3px 3px;
  display: inline-block;
  vertical-align: bottom;
}
.newslistfilter option {
  background-color: #bd7;
}
.stellen {
  background-color: #f1f8eb;
  padding: 1.5em;
  text-align: center;
}
.stellen .title {
  font: normal 40px/40px MySerif;
  color: #848484;
}
.stellen .subtitle {
  font: bold 20px/22px MySans;
  color: #2E2E32;
  margin-top: 0.4em;
  margin-bottom: 0.5em;
}
.stellen .stellen_table {
  margin: 0 auto;
  width: 60%;
  font: normal 20px/30px MySans;
  color: #707070;
  text-align: left;
}
.stellen .stellen_table .caption {
  margin-top: 1.5em;
  font: bold 25px/37px MySans;
  line-height: 125%;
  margin-bottom: 0.2em;
}
.stellen .stellen_table td:nth-child(1) {
  width: 75%;
}
.stellen .stellen_table td:nth-child(2) {
  text-align: right;
}
.stellen .stellen_table tr:nth-child(2n) .caption {
  color: #69B022;
}
.stellen .stellen_table tr:nth-child(2n) .button {
  background: #69B022 0% 0% no-repeat padding-box;
}
.stellen .stellen_table tr:nth-child(2n+1) .caption {
  color: #00ACD3;
}
.stellen .stellen_table tr:nth-child(2n+1) .button {
  background: #00ACD3 0% 0% no-repeat padding-box;
}
#content_stadtkarte #stadtteil,
#content_stadtkarte #bereich,
#content_stadtkarte #kw {
  border-radius: 3px;
  background-color: #bd7;
  color: black;
  border: none;
  font: normal 16px/22px MySans;
  padding: 6px 3px 3px 3px;
  display: inline-block;
  vertical-align: bottom;
}
#content_stadtkarte #bereich {
  margin-left: 10px;
}
#content_stadtkarte #bereich,
#content_stadtkarte #kw {
  background-color: #7ce;
}
#content_stadtkarte .clearfilter {
  display: inline-block;
  vertical-align: bottom;
}
#content_stadtkarte .clearfilter img {
  height: 30px;
  display: block;
}
#content_stadtkarte #st_toolbar select {
  max-width: 195px;
}
#content_stadtkarte #stadtteil option {
  background-color: #bd7;
}
#content_stadtkarte #bereich option,
#content_stadtkarte #kw option {
  background-color: #7ce;
}
#content_stadtkarte #st_toolbar>div {
  background-color: #f8f8f8;
}
#content_stadtkarte #st_toolbar:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  bottom: 0px;
  left: 3%;
  right: 3%;
  width: 94%;
  height: 20%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#content_stadtkarte #stadtteil_liste {
  font: normal 20px/26px MySans;
}
#content_stadtkarte #stadtteil_liste h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  margin-top: 20px;
}
#content_stadtkarte #stadtteil_liste ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content_stadtkarte #stadtteil_liste li {
  margin: 0;
  padding: 0;
  line-height: 120%;
  margin-bottom: 6px;
}
#content_stadtkarte #stadtteil_liste a {
  display: block;
}
#content_stadtkarte #stadtteil_liste a.pfeil:before {
  margin-top: 1px;
}
#content_stadtkarte #stadtteil_liste li.active {
  font-weight: bold;
}
#content_stadtkarte #stadtteil_liste li.active a {
  color: #00ACD3;
}
#content_stadtkarte #infolayer {
  position: absolute;
  left: -9000px;
  z-index: 9500;
  padding-top: 0px;
  padding: 20px;
}
#content_stadtkarte #infolayer #infolayer_inner {
  border: 1px solid black;
  background-color: #fff;
  font: normal 18px/22px MySans;
  padding: 15px;
}
#content_stadtkarte #infolayer #infolayer_inner b {
  color: #555;
  display: block;
  margin-bottom: 5px;
}
#content_stadtkarte #infolayer #infolayer_inner ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#content_stadtkarte #infolayer #infolayer_inner li {
  line-height: 130%;
  margin-top: 3px;
}
#content_stadtkarte #infolayer #infolayer_inner li a {
  display: block;
  line-height: 105%;
}
.featurepic img {
  width: 100%;
}
.downloads a.pfeil:before,
.tab_downloads a.pfeil:before {
  margin-top: 0rem;
  margin-bottom: 0.13rem;
  margin-right: 8px;
  vertical-align: middle;
}
.textmodlink {
  display: block;
  padding-left: 22px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.textmodlink:before {
  content: "";
  background-image: url(../img/weiter-pfeil.svg);
  background-repeat: no-repeat;
  background-position: 4px 2px;
  width: 14px;
  height: 14px;
  color: white;
  display: inline-block;
  background-color: #004554;
  border-radius: 4px;
  xfont: normal 1.5px MySans;
  font-size: inherit;
  position: absolute;
  position: static;
  margin-left: -22px;
  margin-right: 5px;
}
.textblock {
  width: 45rem;
  margin: 0 auto;
  margin-top: 2em;
}
.textblock .ueberschrift {
  font: bold 1.65em/1.1em MySans;
  color: #00ACD3;
  margin-bottom: 0.65em;
}
.textblock .absatz {
  margin-bottom: 1.5em;
  font: normal 0.8em/1.5em MySans;
}
.textblock .einleitung {
  margin-bottom: 1.5em;
  font: normal 0.8em/1.5em MySans;
  font-weight: bold;
}
.textblock .zwischenueberschrift {
  margin-top: 0.6em;
  font: bold 0.92em/1.3em MySans;
  color: #69B022;
  margin-bottom: 1.4em;
}
.textblock .pagetitle {
  display: none;
}
.textblock ul {
  font: normal 0.8em/1.5em MySans;
  margin-top: 0;
  margin-bottom: 1.7em;
  padding-bottom: 0;
}
.ueberschrift {
  font: bold 1.65em/1.1em MySans;
  color: #00ACD3;
}
.absatz {
  font: normal 0.8em/1.5em MySans;
}
.einleitung {
  font: normal 0.8em/1.5em MySans;
  font-weight: bold;
}
.zwischenueberschrift {
  font: bold 0.92em/1.3em MySans;
  color: #69B022;
}
ul {
  font: normal 0.8em/1.5em MySans;
}
body#News .textblock .ueberschrift,
body#Newstermin .textblock .ueberschrift,
body#Termin .textblock .ueberschrift,
body#Freizeit .textblock .ueberschrift,
body#Fortbildung .textblock .ueberschrift,
body#Pushnews .textblock .ueberschrift,
body#Churchtermin .textblock .ueberschrift {
  display: none;
}
body#News .textblock .pagetitle,
body#Newstermin .textblock .pagetitle,
body#Termin .textblock .pagetitle,
body#Freizeit .textblock .pagetitle,
body#Fortbildung .textblock .pagetitle,
body#Pushnews .textblock .pagetitle,
body#Churchtermin .textblock .pagetitle {
  display: none;
}
body#News #page_subtitle,
body#Newstermin #page_subtitle,
body#Termin #page_subtitle,
body#Freizeit #page_subtitle,
body#Fortbildung #page_subtitle,
body#Pushnews #page_subtitle,
body#Churchtermin #page_subtitle {
  font: bold 1.15em/1.3em MySans;
  color: #69B022;
}
.dm_edittable .pagetitle {
  position: static;
  bottom: auto;
  left: 0;
  text-align: left;
  font: normal 1.6rem/2.0rem MySerif;
}
.dm_edittable_pages_termin .pagetitle {
  font: bold 1.65rem/1.9rem MySans;
  color: #00ACD3;
}
.dm_edittable_pages_termin .ueberschrift {
  font: bold 0.92rem/1.3rem MySans;
  color: #69B022;
}
.editmode textarea {
  width: 100%;
  font-size: inherit !important;
  margin: 0 !important;
  padding: 2px !important;
  height: 18px;
}
.editmode .editbuttons {
  font-size: 20px;
  line-height: 25px;
}
.textbox {
  max-height: 5em;
  position: relative;
  overflow: hidden;
  margin-top: 1em;
  transition: max-height 5s;
  margin-bottom: 1.5em;
}
.textbox .title {
  font: bold 0.8em/1.5em MySans;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.textbox.active {
  max-height: 2000px;
  margin-bottom: 0em;
}
.textbox .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  xpadding: 30px 0;
  transition: opacity 1s;
  opacity: 1;
  background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fbfbfb);
}
.textbox.active .read-more {
  opacity: 0;
  z-index: 1;
}
.textbox.active2 .read-more {
  z-index: -1;
}
.news_date {
  background-image: url(../img/newsdatebg.png);
  box-shadow: 1px 1px 1px #ccc;
  width: 50px;
  height: 72px;
  background-size: 50px 72px;
  color: #00ACD3;
  text-align: center;
  float: left;
  line-height: 130%;
  font-size: 95%;
  margin-right: 10px;
}
.news_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.news_list li {
  clear: left;
  padding-top: 5px;
}
.news_list li hr {
  background-color: #00ACD3;
  height: 1px;
  margin: 0;
  padding: 0;
  margin-bottom: 1px;
  border: none;
  box-shadow: 0px 0px 1px #00ACD3;
}
.news_list li h4 {
  color: #00ACD3;
  margin: 5px 0 3px 0;
  padding: 0;
  padding-left: 50px;
}
.news_list li h4 a {
  color: #00ACD3 !important;
}
.news_list li .news_topline {
  padding-left: 50px;
  margin-top: 5px;
  line-height: 120%;
  font-weight: bold;
}
.news_list li .news_content {
  padding-left: 60px;
}
.news_list li .news_content img {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.mobile .news_list li .news_content img {
  width: 6em;
  margin-right: 0.45em;
  margin-top: 0.3em;
  margin-bottom: 0;
}
.news_list li .news_content .news_text {
  margin-top: 3px;
  margin-bottom: 4px;
}
.field_title {
  font: bold 0.92em/1.3em MySans;
  color: #69B022;
  font-weight: bold;
  margin-bottom: 15px;
}
.field_data {
  font: normal 0.8em/1.5em MySans;
  padding-left: 3em;
  margin-bottom: 25px;
}
.field_data ul {
  margin: 0;
  padding: 0;
  padding-left: 1em;
  font-size: inherit;
}
.picbar {
  width: 100%;
  position: relative;
  margin-top: 1.5rem;
}
.picbar .bg {
  height: 190px;
  top: 30px;
  background-image: url(../img/picbarbg.png);
  position: absolute;
  width: 100%;
}
.picbar .pictures_outer {
  position: relative;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.picbar .pictures_outer .title,
.picbar .pictures_outer .ueberschrift,
.picbar .pictures_outer .bu,
.picbar .pictures_outer .copyright,
.picbar .pictures_outer .div,
.picbar .pictures_outer .close {
  display: none;
}
.picbar .pictures_outer .pictures {
  overflow: hidden;
}
.picbar .pictures_outer .pictures .pictures_inner {
  white-space: nowrap;
}
.picbar .pictures_outer .pictures .pictures_inner .slide {
  display: inline-block;
}
.picbar .pictures_outer .pictures .pictures_inner img {
  margin-left: 5px;
  margin-right: 5px;
  display: block;
}
.picbar .pictures_outer .pictures .pictures_inner .slide_picture {
  position: Relative;
}
.picbar .pictures_outer .pictures .pictures_inner .slide_picture a:hover > .smallbu {
  display: block;
}
.picbar .pictures_outer .pictures .pictures_inner .smallbu {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  margin-right: 5px;
  margin-left: 5px;
  background-color: rgba(255,255,255,0.75);
  padding: 8px;
  z-index: 1000;
  white-space: normal;
  text-align: left;
  font: normal 16px/18px MySans;
}
.picbar .prev,
.picbar .next {
  background-color: white;
  position: absolute;
  top: 110px;
  z-index: 1500;
  border-radius: 4px;
  width: 45px;
  height: 45px;
}
.picbar .prev img,
.picbar .next img {
  padding-top: 11px;
}
.picbar .prev {
  left: 20px;
}
.picbar .next {
  right: 20px;
}
.picbar.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  margin: 0;
  position: fixed;
}
.picbar.overlay .prev,
.picbar.overlay .next {
  top: 45vh;
}
.picbar.overlay .bg {
  background: none;
  background-color: #ddd;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.picbar.overlay .pictures_outer .title,
.picbar.overlay .pictures_outer .ueberschrift,
.picbar.overlay .pictures_outer .bu,
.picbar.overlay .pictures_outer .copyright,
.picbar.overlay .pictures_outer .div,
.picbar.overlay .pictures_outer .close {
  display: block;
}
.picbar.overlay .pictures_outer .close {
  float: right;
}
.picbar.overlay .pictures_outer .close img {
  width: 3rem;
}
.picbar.overlay .pictures_outer .title {
  font: normal 2rem/2.5rem MySerif;
  color: #848484;
  text-align: left;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.picbar.overlay .pictures_outer .bu {
  font: bold 1.0rem/1.25rem MySans;
  color: #2E2E32;
  text-align: left;
  margin-top: 0.5em;
  height: 5em;
  overflow: auto;
  overscroll-behavior: contain;
}
.picbar.overlay .pictures_outer .copyright {
  font: normal 1.0rem/1.4rem MySans;
  color: #848484;
  text-align: left;
}
.picbar.overlay .pictures_outer .ueberschrift {
  font-size: 120%;
  text-align: left;
  margin: 0;
  margin-top: 1em;
  margin-bottom: 0em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.picbar.overlay .pictures_outer .div {
  background-color: #888;
  position: absolute;
  top: 4.2rem;
  height: 2px;
  width: 100%;
}
.picbar.overlay .pictures_outer .pictures .pictures_inner {
  white-space: normal;
}
.picbar.overlay .slide {
  position: absolute;
  top: 4.5rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 13rem);
  height: calc(var(--vh, 1vh) * 100 - 13rem);
}
.picbar.overlay .slide_picture {
  xdisplay: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
}
.picbar.overlay .slide_picture a,
.picbar.overlay .slide_picture .video {
  display: block;
  width: 100%;
  height: 100%;
}
.picbar.overlay .slide_picture .smallbu {
  display: none !important;
}
.picbar.overlay .slide_picture img,
.picbar.overlay .slide_picture video {
  object-fit: contain;
  object-position: center center;
  height: 100%;
  width: 100%;
  margin: 0 !important;
}
.video {
  display: inline-block;
  position: relative;
}
.video video {
  display: inline-block;
}
.video .video_playbutton {
  background-image: url(../img/Play-Button.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tabs {
  position: relative;
  margin: 0 auto;
  margin-top: 3.4rem;
  margin-bottom: 4.2rem;
  width: 42rem;
  xheight: 16rem;
}
.tabs .tab label {
  display: inline-block;
  position: relative;
  width: 14rem;
  background-color: #FBFBFB;
  font: bold 0.8rem/1.1rem MySans;
  box-sizing: content-box;
  padding: 12px 20px 6px 15px;
  border-bottom: 2px solid #e8e8e8;
}
.tabs .tab input {
  display: none;
}
.tabs .tab .text {
  visibility: hidden;
  font: normal 0.75rem/1.1rem MySans;
  color: #707070;
  xheight: calc( 16rem - 40px );
  overflow: auto;
  background-color: #F2F2F2;
  position: absolute;
  top: 0;
  xbox-sizing: content-box;
  left: calc( 14rem + 35px);
  width: calc( 26rem - 50px );
  padding: 20px 20px 20px 30px;
}
.tabs .tab input:checked ~ label {
  background-color: #f2f2f2;
}
.tabs .tab b,
.tabs .tab .einleitung {
  color: #2E2E32;
  font-weight: bold;
}
.tabs .tab .notactive {
  position: relative;
  left: 2px;
  top: 3px;
  display: inline-block;
}
.tabs .tab .notactive img {
  width: 0.45rem;
  margin-right: 0.5em;
}
.tabs .tab .active {
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  xheight: 100%;
  border-left: 4px solid #00ACD3;
  display: none;
}
.tabs .tab .dataTypeIcon {
  width: 14px;
}
.tabs .tab p {
  margin: 0;
  margin-bottom: 5px;
  margin-top: 5px;
}
.tabs .tab p:last-child {
  margin-bottom: 0;
}
.tabs .tab p.traeger {
  color: #69B022;
  font-weight: bold;
}
.tabs .tab input:checked ~ label .active {
  display: inline-block;
}
.tabs .tab input:checked ~ label .notactive {
  display: none;
}
.tabs .tab input:checked ~ .text {
  visibility: visible;
}
.tabs .tel,
.tabs .fax {
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: 0 2px;
  padding-left: 30px;
}
.tabs .tel {
  background-image: url(../img/Tel-Ringing.svg);
}
.tabs .fax {
  background-image: url(../img/com-fax-24px.svg);
}
.newsletter_inline input[type=text] {
  font: normal 22px/33px MySans;
  background-image: url(../img/Mail.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: 10px 11px;
  padding: 6px 4px 2px 42px;
  color: #2E2E32;
  border-radius: 4px;
  border: 2px solid #848484;
  margin-bottom: 12px;
  width: 250px;
}
.newsletter_inline .button {
  padding: 0.5em 1em 0.33em 1em;
}
.newsletter_inline input::placeholder {
  opacity: 1;
}
.footer {
  display: grid;
  grid-template-columns: 23% 23% 23% 23%;
  grid-column-gap: 2%;
  width: 78%;
  margin: 0 auto;
}
.footer .dwe {
  grid-row: 1;
  grid-column: 1 / 3;
}
.footer .dwe img {
  width: 320px;
  margin-bottom: 45px;
}
.footer .dwe .button {
  display: block;
  margin-bottom: 65px;
}
.footer .social {
  grid-row: 1;
  grid-column: 4;
  align-self: end;
  padding-bottom: 45px;
}
.footer .social a {
  font: bold 26px/28px MySans;
  color: #2E2E32;
  display: block;
  margin-bottom: 0.5em;
}
.footer .social img {
  margin-bottom: -1px;
}
.footer .social img {
  margin-right: 0.5em;
}
.footer .social .ig img {
  height: 30px;
  margin-right: 0.2em;
}
.footer .ueberuns {
  grid-row: 2;
  grid-column: 1;
}
.footer .kontakt {
  grid-row: 2;
  grid-column: 2;
}
.footer .kontakt .tel,
.footer .kontakt .mail,
.footer .kontakt .contact {
  font: normal 22px/24px MySans;
  color: #2E2E32;
  background-repeat: no-repeat;
  background-size: 24px auto;
  padding-left: 30px;
  padding-bottom: 8px;
}
.footer .kontakt .tel {
  font: normal 22px/34px MySans;
  background-image: url(../img/Tel-Ringing.svg);
  padding-bottom: 2px;
}
.footer .kontakt .mail,
.footer .kontakt .contact {
  background-image: url(../img/Mail.svg);
}
.footer .bereiche {
  grid-row: 2;
  grid-column: 3;
}
.footer .newsletter {
  grid-row: 2;
  grid-column: 4;
  position: relative;
}
.footer .newsletter .subtitle {
  font: normal 40px/40px MySerif;
  color: #004554;
  margin-bottom: 12px;
}
.footer .newsletter .space {
  height: 36px;
}
.footer .newsletter input {
  font: normal 22px/33px MySans;
  background-image: url(../img/Mail.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: 10px 11px;
  padding: 6px 4px 2px 42px;
  color: #2E2E32;
  border-radius: 4px;
  border: 2px solid #848484;
  margin-bottom: 12px;
  width: calc( 100% - 48px);
}
.footer .newsletter .button {
  padding: 0.5em 1em 0.35em 1em;
}
.footer .newsletter input::placeholder {
  opacity: 1;
}
.footer .meta {
  grid-row: 3;
  grid-column: 2 / 5;
  text-align: right;
  font: normal 22px/33px MySans;
  color: #2E2E32;
  padding-top: 30px;
  padding-bottom: 65px;
}
.footer .title {
  font: normal 40px/40px MySerif;
  color: #D4990B;
  margin-bottom: 1.2em;
}
.footer .text {
  font: normal 22px/33px MySans;
  color: #2E2E32;
}
.sitemap a {
  display: block;
  margin-top: 0.5em;
  color: #00ACD3;
  font: bold 0.8em/1.5em MySans;
}
.sitemap a.bereich {
  font: bold 0.95em/1.3em MySans;
  color: #69B022;
  border-bottom: 1px solid #69B022;
  margin-top: 1em;
}
.menuhide {
  position: fixed;
  top: 0;
  left: -560px;
  width: 560px;
  height: 99vh;
  z-index: 2010;
  background-color: #fbfbfb;
}
.menu {
  position: fixed;
  top: 0px;
  left: -555px;
  transition: left 0.3s;
  z-index: 2000;
  padding-right: 40px;
}
.menu .menu_close {
  position: absolute;
  right: 64px;
  top: 30px;
  display: inline-block;
  z-index: 2010;
  padding: 2px;
  background-color: #f5f5f5;
}
.menu .menu_close img {
  width: 40px;
  display: block;
}
.menu.show {
  left: 0;
}
.menu .menu_inner {
  width: 470px;
  background-color: #f5f5f5;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
  padding: 15px;
  max-height: 90vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-locale: 'de';
}
.menu .menu_inner .upper {
  xdisplay: grid;
  xgrid-template-columns: 45% 55%;
  margin-bottom: 20px;
}
.menu .menu_inner .title {
  font: normal 40px/40px MySerif;
  color: #D4990B;
}
.menu .menu_inner .title img {
  width: 50%;
  margin-left: 2px;
}
.menu .menu_inner .themen {
  width: 100%;
  border: none;
  margin: 0;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.menu .menu_inner .themen img {
  width: 29.9%;
  margin: 0.1%;
}
.menu .menu_inner .social {
  padding-left: 8%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.menu .menu_inner .social img {
  height: 36px;
  margin-right: 10px;
}
.menu .menu_inner .left {
  xwidth: 44%;
  display: inline-block;
  position: relative;
  text-align: center;
}
.menu .menu_inner ul {
  padding-left: 8% !important;
  padding-right: 5% !important;
  padding-top: 10px !important;
}
.menu .menu_inner ul a {
  display: block;
}
.menu .menu_inner .button.darkblue {
  display: block;
}
.menu .menu_inner .shortcuts {
  xwidth: 39%;
  xdisplay: inline-block;
  vertical-align: bottom;
  display: grid;
  grid-template-columns: 49% 49%;
  grid-gap: 2%;
}
.menu .menu_inner .shortcuts .button {
  width: 79.5%;
  margin-bottom: 10px;
}
.menu .menu_inner .important {
  xwidth: 53%;
  xdisplay: inline-block;
  xpadding-left: 2%;
  margin-top: 10px;
  margin-bottom: 5px;
}
ul.bereiche {
  list-style-type: none;
  font: normal 22px/25px MySans;
  color: #555;
  padding: 0;
  margin: 0;
  position: relative;
  padding-left: 5px;
  display: inline-block;
}
ul.bereiche li {
  padding-left: 22px;
  padding-bottom: 10px;
}
ul.bereiche li.active {
  color: #69B022;
  font-weight: bold;
}
ul.bereiche li.sub {
  color: #00ACD3;
}
ul.bereiche li:before {
  content: "";
  background-image: url(../img/weiter-pfeil.svg);
  background-repeat: no-repeat;
  background-position: 4px 2px;
  width: 14px;
  height: 14px;
  color: white;
  display: inline-block;
  background-color: #004554;
  border-radius: 4px;
  font: normal 12px/8px MySans;
  position: absolute;
  margin-top: 4px;
  margin-left: -22px;
}
.mainbuttons {
  position: absolute;
  xbottom: 0vh;
  z-index: 1500;
  height: 55vh;
  xposition: relative;
  xborder: 1px solid green;
  xwidth: 100px;
  top: 0;
}
.mainbuttons .mainbuttons_inner {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 80px;
  top: 0;
  text-align: center;
}
.mainbuttons a {
  display: block;
}
.mainbuttons .navbutton {
  position: absolute;
  left: 0;
  background-color: rgba(0,0,0,0.2);
  padding-top: 17px;
  padding-bottom: 17px;
  width: 80px;
  height: 49px;
  text-align: center;
}
.mainbuttons .menubutton {
  top: 30px;
  left: 0;
  xposition: sticky;
  z-index: 1000;
  xbottom: 10vh;
}
.mainbuttons .menubutton img {
  width: 56px;
  padding-top: 3px;
}
.mainbuttons .search {
  top: 130px;
  left: 0;
  xposition: sticky;
  z-index: 1000;
  padding-top: 14px;
  padding-bottom: 14px;
  xbottom: 15vh;
}
.mainbuttons .search img {
  width: 40px;
  padding-top: 5px;
}
.mainbuttons .searchinput {
  xposition: sticky;
  margin-left: 90px;
  text-align: left;
  top: 130px;
  xheight: 40px;
  xposition: fixed;
  position: absolute;
  z-index: 1000;
  display: none;
  xbottom: 15vh;
  width: 340px;
}
.mainbuttons .searchinput input,
.mainbuttons .searchinput button {
  display: inline-block;
  background-color: rgba(0,0,0,0.2);
  border: none;
  color: #eee;
  font: normal 22px/22px MySans;
}
.mainbuttons .searchinput input[type=text] {
  width: 230px;
  height: 37px;
  padding: 22px 10px 18px 10px;
  vertical-align: bottom;
}
.mainbuttons .searchinput button {
  height: 77px;
  margin-left: 5px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 22px;
  padding-bottom: 18px;
}
.mainbuttons .searchinput input::placeholder {
  opacity: 1;
  color: white;
}
.mainbuttons .mail {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 34px;
  top: 224px;
  left: 0;
  xposition: fixed;
  xbottom: 10vh;
  z-index: 1000;
}
.mainbuttons .mail img {
  width: 40px;
}
.hauptelement {
  height: 100%;
  position: relative;
  max-height: 100vmin;
}
.hauptelement .dwe100 {
  position: absolute;
  margin-left: -110px;
  margin-top: -130px;
}
.hauptelement .dwe100 img {
  width: 160px;
  rotate: -15deg;
}
.hauptelement .dwe100_mobile {
  display: none;
}
.hauptelement .main_slides,
.hauptelement .main_slides>div {
  height: 100%;
}
.hauptelement .main_slides>div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.hauptelement .main_slides img.hintergrund {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: calc(100% - (150vmin / 3 * 1.2) );
  display: block;
}
.hauptelement .smbuttons {
  left: calc(100% - (150vmin / 3 * 1.2) - 100px );
  position: absolute;
  top: 10px;
  width: 100px;
  height: 30px;
  border: 1px solid red;
}
.hauptelement .infotext {
  position: absolute;
  bottom: 0;
  left: 160px;
  width: 220px;
  padding: 25px;
  line-height: 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-locale: 'de';
  background-color: rgba(255,255,255,0.7);
  height: 370px;
}
.hauptelement .infotext img.logo {
  width: 210px;
  margin-bottom: 20px;
}
.hauptelement .infotext .prevnext {
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: 220px;
}
.hauptelement .infotext .prev {
  display: inline-block;
  width: 50%;
  cursor: pointer;
}
.hauptelement .infotext .next {
  display: inline-block;
  width: 50%;
  text-align: right;
  cursor: pointer;
}
.hauptelement .infotext .title {
  font: bold 18px/28px MySans;
  letter-spacing: 0.9px;
  color: #2E2E32;
  display: inline;
}
.hauptelement .infotext .text {
  font: 300 18px/28px MySans;
  letter-spacing: 0.9px;
  color: #2E2E32;
  display: inline;
}
.hauptelement .infotext .portraitlink {
  display: inline-block;
  background-color: rgba(255,255,255,0.4);
  background-size: auto 0.7em;
  background-position: 11px 14px;
  padding-right: 10px;
  padding-top: 8px;
  background-image: url("../img/Weiter-weiss.svg");
  padding-left: 26px;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-size: 85%;
}
.hauptelement .person_ort {
  position: absolute;
  left: 300px;
  bottom: 368px;
  font: 300 2.5vmin/3.2vmin MySans;
  width: 50vmin;
  letter-spacing: 1.25px;
  color: white;
}
.hauptelement .person_ort_inner {
  position: absolute;
}
.hauptelement .grid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc( 150vmin / 3 * 1.2 );
  display: grid;
  height: 100%;
  grid-template-rows: 33.33% 33.33% 33.33%;
  -ms-grid-rows: 33.3% 33.3% auto;
}
.hauptelement .grid .news_slides > div,
.hauptelement .grid .spenden_slides > div,
.hauptelement .grid .stellen_slides > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}
.hauptelement .grid .item {
  position: relative;
}
.hauptelement .grid .item img.hintergrund {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  display: block;
}
.hauptelement .grid .item .item_content {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.8em 0.8em 0.2em 0.8em;
  width: calc(100% - 1.6em);
  font-size: 4vmin;
  height: calc(100% - 1em);
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-locale: 'de';
}
.hauptelement .grid .item .item_content .boxtitle {
  font: normal normal bold 2.5vh MySans;
  color: #2E2E32;
  border-bottom: 1px solid #00ACD3;
  margin-bottom: 1em;
}
.hauptelement .grid .item .item_content .einrichtung {
  font: normal 2.5vh/2.2vh MySans;
  color: #2E2E32;
  margin-bottom: 0.9em;
  margin-top: 1.3em;
}
.hauptelement .grid .item .item_content .imgcontainer {
  float: left;
  margin-right: 0.5em;
  width: 23vh;
  max-height: 20vh;
  position: relative;
}
.hauptelement .grid .item .item_content img {
  margin: 0 auto;
  display: block;
  width: auto;
  max-width: 23vh;
  max-height: 20vh;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.hauptelement .grid .item .item_content .date {
  font: normal normal normal 1.6vh MySans;
  color: #2E2E32;
  margin-bottom: 1em;
}
.hauptelement .grid .item .item_content .button {
  position: absolute;
  font-size: 2vh;
  bottom: 0.5em;
  right: 0.5em;
}
.hauptelement .grid .item1 img.hintergrund {
  opacity: 0.25;
  background-color: white;
}
.hauptelement .grid .item1 .title {
  font: 500 2.5vh/2.7vh MySerif;
  color: #004554;
}
.hauptelement .grid .item2 img.hintergrund {
  opacity: 0.75;
  background-color: white;
}
.hauptelement .grid .item2 .title {
  font: bold 3.8vh/4.1vh MySerif;
  text-shadow: 2px 2px 2px rgba(255,255,255,0.5);
  color: #000;
}
.hauptelement .grid .item3 img.hintergrund {
  opacity: 0.2;
  background-color: white;
  filter: grayscale(100%);
}
.hauptelement .grid .item3 .item_content .boxtitle {
  border-bottom-color: #69B022;
}
.hauptelement .grid .item3 .title {
  font: bold 2.8vh/3.3vh MySerif;
  color: #000000;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .hauptelement .grid .item {
    height: 33.33%;
  }
}
@media only screen and (min-height: 1080px) {
  .hauptelement {
    max-height: 1080px;
  }
  .hauptelement .main_slides img.hintergrund {
    width: calc(100% - 650px);
  }
  .hauptelement .main_slides .smbuttons {
    left: calc(100% - 650px - 100px );
  }
  .hauptelement .person_ort {
    font: 300 26px/32px MySans;
  }
  .hauptelement .grid {
    width: 650px;
  }
  .hauptelement .grid .item .item_content {
    xmargin: 36px 36px 8px 36px;
    font-size: 44px;
  }
  .hauptelement .grid .item .item_content .imgcontainer {
    width: 250px;
    max-height: 220px;
  }
  .hauptelement .grid .item .item_content img {
    max-width: 250px;
    max-height: 220px;
  }
  .hauptelement .grid .item .item_content .boxtitle {
    font: normal normal bold 26px MySans;
  }
  .hauptelement .grid .item .item_content .date {
    font: normal normal normal 18px MySans;
  }
  .hauptelement .grid .item .item_content .button {
    font-size: 22px;
  }
  .hauptelement .grid .item .item_content .einrichtung {
    font: normal 27px/30px MySans;
  }
  .hauptelement .grid .item1 .title {
    font: 500 28px/33px MySerif;
  }
  .hauptelement .grid .item2 .title {
    font: bold 41px/46px MySerif;
  }
  .hauptelement .grid .item3 .title {
    font: bold 30px/38px MySerif;
  }
}
.xxxhauptelement {
  height: 100%;
  position: relative;
  max-height: 100vmin;
}
.xxxhauptelement .navbutton {
  position: absolute;
  left: 0;
  background-color: rgba(0,0,0,0.2);
  padding-top: 17px;
  padding-bottom: 17px;
  width: 80px;
  text-align: center;
}
.xxxhauptelement .menu {
  top: 2em;
}
.xxxhauptelement .menu img {
  width: 56px;
}
.xxxhauptelement .search {
  top: 8em;
}
.xxxhauptelement .search img {
  width: 40px;
}
.xxxhauptelement .mail {
  padding-top: 22px;
  padding-bottom: 22px;
  top: 14em;
}
.xxxhauptelement .mail img {
  width: 40px;
}
.xxxhauptelement .infotext {
  position: absolute;
  bottom: 0;
  left: 160px;
  width: 220px;
  padding: 25px;
  background-color: rgba(255,255,255,0.7);
  height: 370px;
}
.xxxhauptelement .infotext img {
  width: 210px;
  margin-bottom: 20px;
}
.xxxhauptelement .infotext .title {
  font: bold 18px/28px MySans;
  letter-spacing: 0.9px;
  color: #2E2E32;
}
.xxxhauptelement .infotext .text {
  font: 300 18px/28px MySans;
  letter-spacing: 0.9px;
  color: #2E2E32;
}
.xxxhauptelement .person_ort {
  position: absolute;
  left: 300px;
  bottom: 250px;
  font: 300 2.0vw/2.7vw MySans;
  width: 40vw;
  letter-spacing: 1.25px;
  color: white;
}
.xxxhauptelement >img.hintergrund {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: calc(100% - (150vmin / 3 * 1.2) );
  display: block;
}
.xxxhauptelement .grid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc( 150vmin / 3 * 1.2 );
  display: grid;
  grid-template-rows: 33.3% 33.3% 33.3%;
  -ms-grid-rows: 33.3% 33.3% auto;
}
.xxxhauptelement .grid .item {
  position: relative;
}
.xxxhauptelement .grid .item img.hintergrund {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  display: block;
}
.xxxhauptelement .grid .item .item_content {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.8em 0.8em 0.2em 0.8em;
  width: calc(100% - 1.6em);
  font-size: 4vmin;
  height: calc(100% - 1em);
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-locale: 'de';
}
.xxxhauptelement .grid .item .item_content .boxtitle {
  font: normal normal bold 2.5vh MySans;
  color: #2E2E32;
  border-bottom: 1px solid #00ACD3;
  margin-bottom: 1em;
}
.xxxhauptelement .grid .item .item_content .einrichtung {
  font: normal 2.5vh/2.2vh MySans;
  color: #2E2E32;
  margin-bottom: 1em;
  margin-top: 1.8em;
}
.xxxhauptelement .grid .item .item_content img {
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  float: left;
  margin-right: 0.5em;
  width: 23vh;
}
.xxxhauptelement .grid .item .item_content .date {
  font: normal normal normal 1.6vh MySans;
  color: #2E2E32;
  margin-bottom: 1em;
}
.xxxhauptelement .grid .item .item_content .button {
  position: absolute;
  font-size: 2vh;
  bottom: 0.5em;
  right: 0.5em;
}
.xxxhauptelement .grid .item1 img.hintergrund {
  opacity: 0.25;
  background-color: white;
}
.xxxhauptelement .grid .item1 .title {
  font: 500 2.5vh/2.7vh MySerif;
  color: #004554;
}
.xxxhauptelement .grid .item2 .title {
  font: bold 3.8vh/4.1vh MySerif;
  color: #000;
}
.xxxhauptelement .grid .item3 img.hintergrund {
  opacity: 0.2;
  background-color: white;
  filter: grayscale(100%);
}
.xxxhauptelement .grid .item3 .item_content .boxtitle {
  border-bottom-color: #69B022;
}
.xxxhauptelement .grid .item3 .title {
  font: bold 2.8vh/3.3vh MySerif;
  color: #000000;
}
.hauptelement2 {
  margin: 0 auto;
  margin-top: 6%;
  margin-bottom: 3%;
  position: relative;
}
.hauptelement2 .title {
  font: normal 160% MySerif;
  color: #848484;
  margin-bottom: 1em;
}
.hauptelement2 .dwe {
  width: 34%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.hauptelement2 .dwe img {
  width: 65%;
  margin-bottom: 0.7em;
}
.hauptelement2 .dwe .button {
  font-size: 0.8em;
  float: right;
  margin-right: 15%;
  padding-left: 3.5em;
  padding-right: 3.5em;
  margin-top: 1.4em;
}
.hauptelement2 .dwe .subtitle {
  font: bold 1em MySans;
  color: #2E2E32;
  margin-bottom: 1em;
  text-align: left;
  padding-left: 17%;
  padding-right: 17%;
}
.hauptelement2 .dwe .text {
  font: normal 0.75em/1.6em MySans;
  color: #848484;
  text-align: left;
  padding-left: 17%;
  padding-right: 17%;
}
.hauptelement2 .kalender_outer {
  margin-left: 12%;
  width: 34%;
  display: inline-block;
  text-align: center;
}
.hauptelement2 .kalender_outer .kalender {
  background-image: url(../img/Kalender.png);
  background-size: 6.4em auto;
  display: inline-block;
  width: 6.4em;
  height: 8.8em;
  margin-bottom: 3vmin;
}
.hauptelement2 .kalender_outer .kalender .monat {
  font: bold 0.8em/1.2em MySans;
  color: #2E2E32;
  text-align: center;
  width: 6.6rem;
  margin-top: 1.6rem;
}
.hauptelement2 .kalender_outer .kalender .tag {
  font: bold 4.2em/1.3em MySans;
  color: #2E2E32;
  text-align: center;
  width: 6.6rem;
  margin-top: 0.2rem;
}
.hauptelement2 .kalender_outer .kalender .wochentag {
  font: normal 0.8em MySans;
  color: #2E2E32;
  text-align: center;
  width: 6.6rem;
  margin-top: -1rem;
}
.hauptelement2 .kalender_outer .spruch1,
.hauptelement2 .kalender_outer .spruch2 {
  margin-top: 20px;
  font: normal 0.75em/1.6em MySans;
  color: #848484;
  text-align: left;
  padding-left: 12%;
  padding-right: 12%;
}
.hauptelement2 .kalender_outer .spruch1 small,
.hauptelement2 .kalender_outer .spruch2 small {
  display: block;
}
.hauptelement2 .div {
  width: 1px;
  margin-left: 4%;
  margin-right: 4%;
  height: 15em;
  margin-top: 3.6em;
  background-color: #D4990B;
  display: inline-block;
  vertical-align: top;
}
.themen {
  width: 82%;
  border: 1px solid #848484;
  margin: 0 auto;
  margin-bottom: 3.8rem;
  padding-bottom: 2%;
  text-align: center;
}
.themen .title {
  font: normal 3em MySerif;
  color: #848484;
  margin: 0.4em;
}
.themen img {
  width: 29%;
  margin: 1%;
}
.themen2 {
  margin-bottom: 3.5em;
}
.themen2 .zeile {
  margin-bottom: 1.5%;
}
.themen2 .zeile a:nth-child(1) {
  margin-right: 1%;
}
.themen2 .zeile a:nth-child(2) {
  margin-left: 1%;
}
.themen2 .zeile a {
  width: 49%;
}
.themen2 .zeile a {
  display: inline-block;
}
.themen2 .zeile img {
  display: block;
  width: 100%;
}
.themen2 .zeile1 a:nth-child(1) {
  background-image: linear-gradient(to left,#efbdb2,#f4d6d0);
}
.themen2 .zeile1 a:nth-child(2) {
  background-image: linear-gradient(to right,#cfe4b9,#e1eed4);
}
.themen2 .zeile2 a:nth-child(1) {
  background-image: linear-gradient(to left,#efddb2,#f4ead0);
}
.themen2 .zeile2 a:nth-child(2) {
  background-image: linear-gradient(to right,#afe3ef,#ceedf4);
}
.termine {
  width: calc( 310px + 45vw );
  margin: 0 auto;
  margin-top: 2.8rem;
  margin-bottom: 3.5rem;
  position: relative;
}
.termine >.title {
  font: bold 26px/28px MySans;
  color: #2E2E32;
  margin-bottom: 0.5em;
}
.termine th {
  font: bold 10px/16px MySans;
  letter-spacing: 0.2px;
  color: #3E3E3E;
  opacity: 0.5;
  text-align: center;
}
.termine td {
  width: 40px;
  height: 40px;
  font: bold 13px/19px MySans;
  letter-spacing: 0.52px;
  color: #3D3D3D;
  text-align: center;
}
.termine td.othermonth {
  color: #CFCFCF;
}
.termine td.termin {
  background-color: #00ACD3;
  color: #3D3D3D;
}
.termine td.selected {
  background-color: #69B022 !important;
  color: white !important;
}
.termine td.today {
  border: 1px solid #69B022;
}
.termine a {
  color: inherit;
  text-decoration: none;
}
.termine tr.monat th {
  height: 40px;
  font: bold 20px/22px MySans;
  opacity: 1;
  color: #2E2E32;
}
.termine table {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.curtermin,
.curnews {
  width: 45vw;
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-locale: 'de';
}
.curtermin .termin,
.curtermin .news,
.curnews .termin,
.curnews .news {
  padding: 1vw;
  clear: both;
  background-color: #eee;
  margin-bottom: 0.6vw;
  display: block;
  position: relative;
}
.curtermin .termin .pic,
.curtermin .news .pic,
.curnews .termin .pic,
.curnews .news .pic {
  float: left;
  margin-right: 1vw;
  background-color: #e4e4e4;
}
.curtermin .termin .pic img,
.curtermin .news .pic img,
.curnews .termin .pic img,
.curnews .news .pic img {
  width: 8.2em;
  height: 6.2em;
  object-fit: contain;
  display: block;
}
.curtermin .termin .date,
.curtermin .news .date,
.curnews .termin .date,
.curnews .news .date {
  font: bold 12px/22px MySans;
  color: #69B022;
}
.curtermin .termin .title,
.curtermin .news .title,
.curnews .termin .title,
.curnews .news .title {
  font: normal 1.7em/1.0em MySerif;
  color: #848484;
}
.curtermin .termin .teaser,
.curtermin .news .teaser,
.curnews .termin .teaser,
.curnews .news .teaser {
  font: bold 0.85em/1.4em MySans;
  color: #2E2E32;
  margin-top: 0.4em;
}
.curtermin .termin .text_fake,
.curtermin .news .text_fake,
.curnews .termin .text_fake,
.curnews .news .text_fake {
  font: normal 0.85em/1.4em MySans;
}
.curtermin .termin .text,
.curtermin .news .text,
.curnews .termin .text,
.curnews .news .text {
  font: normal 0.85em/1.4em MySans;
  color: #707070;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0.2em;
}
.curtermin .termin .more,
.curtermin .news .more,
.curnews .termin .more,
.curnews .news .more {
  background-color: #004554;
  padding: 10px 20px 3px 20px;
  right: 20px;
  bottom: 25px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
}
.curtermin .termin .more img,
.curtermin .news .more img,
.curnews .termin .more img,
.curnews .news .more img {
  width: 16px;
}
.curtermin .termin .clear,
.curtermin .news .clear,
.curnews .termin .clear,
.curnews .news .clear {
  clear: both;
}
.curnews {
  width: auto;
}
.curnews .news:nth-child(2n) {
  background-color: #fafafa;
}
.curnews .news .text {
  padding-right: 60px;
}
.curtermin	.termin .teaser {
  clear: both;
}
.curtermin	.termin .pic {
  margin-bottom: 0.7vw;
}
.block {
  margin-top: 3.1rem;
  margin-bottom: 3.2rem;
}
.block .readmore {
  margin-top: 0.6em;
}
.block >.title {
  font: normal 40px/40px MySerif;
  xfont: normal 1em MySerif;
  color: #848484;
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-locale: 'de';
}
.block >.subtitle {
  font: bold 20px/22px MySans;
  xfont: bold 0.94444444444444em MySans;
  color: #2E2E32;
  text-align: center;
  margin-top: 0.4em;
}
.block .elements {
  display: grid;
  xgrid-template-columns: 23% 23% 23% 23%;
  grid-column-gap: 4%;
  margin: 0 auto;
  width: 78%;
}
.block .elements .element {
  margin-top: 40px;
}
.block .elements .element a .title {
  font: normal 33px/34px MySerif;
  font: normal 31px/34px MySerif;
  xfont: normal 0.96em MySerif;
  color: #848484;
  text-align: left;
  margin-bottom: 1rem;
  height: 2.5em;
  display: flex;
  align-items: flex-end;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-locale: 'de';
}
.block .elements .element .nopicdiv {
  height: 1px;
  background-color: #00ACD3;
}
.block .elements .element .caption {
  font: bold 26px/28px MySans;
  xfont: bold 0.9047619047619em MySans;
  color: #2E2E32;
  margin-top: 1.0em;
}
.block .elements .element .caption .date {
  font: normal 14.5px/14.5px MySans;
  margin-bottom: 0.5em;
}
.block .elements .element .text {
  font: normal normal normal 20px/30px MySans;
  xfont: normal 0.58620689655172em MySans;
  color: #848484;
  margin-top: 0.5em;
}
.block .elements .element .button {
  xfont: normal 0.77272727272727em MySans;
}
.block .elements .element .video_outer,
.block .elements .element .pic_outer {
  width: 100%;
  background-color: #eee;
  box-shadow: 0px 5px 15px #0000004D;
  padding-top: 66.66%;
  position: relative;
}
.block .elements .element .video_outer .video,
.block .elements .element .video_outer .pic,
.block .elements .element .pic_outer .video,
.block .elements .element .pic_outer .pic {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.block .elements .element .video_outer .video video,
.block .elements .element .video_outer .video img,
.block .elements .element .video_outer .pic video,
.block .elements .element .video_outer .pic img,
.block .elements .element .pic_outer .video video,
.block .elements .element .pic_outer .video img,
.block .elements .element .pic_outer .pic video,
.block .elements .element .pic_outer .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.block .elements .element .video_outer.full .pic img,
.block .elements .element .pic_outer.full .pic img {
  object-fit: cover;
}
.block.type1 .elements {
  grid-template-columns: 30.5% 30.5% 30.5%;
}
.block.type2 .elements {
  grid-template-columns: 22% 22% 22% 22%;
}
.block.type21 .title,
.block.type22 .title,
.block.type23 .title,
.block.type24 .title {
  margin-bottom: 1em;
}
.block.type21 .elements,
.block.type22 .elements,
.block.type23 .elements,
.block.type24 .elements {
  grid-template-columns: 49% 49%;
  grid-auto-flow: dense;
}
.block.type21 .elements .element,
.block.type22 .elements .element,
.block.type23 .elements .element,
.block.type24 .elements .element {
  margin-top: 0;
}
.block.type21 .elements .element .video_outer,
.block.type21 .elements .element .pic_outer,
.block.type22 .elements .element .video_outer,
.block.type22 .elements .element .pic_outer,
.block.type23 .elements .element .video_outer,
.block.type23 .elements .element .pic_outer,
.block.type24 .elements .element .video_outer,
.block.type24 .elements .element .pic_outer {
  xwidth: 50%;
  xfloat: left;
  padding-top: 56.25%;
}
.block.type21 .elements .element .title,
.block.type22 .elements .element .title,
.block.type23 .elements .element .title,
.block.type24 .elements .element .title {
  font: bold 1.65em/1.1em MySans;
  color: #00ACD3;
  text-align: left;
  xpadding-left: 52%;
  margin: 0;
}
.block.type21 .elements .element .caption,
.block.type22 .elements .element .caption,
.block.type23 .elements .element .caption,
.block.type24 .elements .element .caption {
  font: bold 0.92em/1.3em MySans;
  color: #69B022;
  xpadding-left: 52%;
  margin: 0;
  color: #2E2E32;
  margin-top: 0.4em;
}
.block.type21 .elements .element .text,
.block.type22 .elements .element .text,
.block.type23 .elements .element .text,
.block.type24 .elements .element .text {
  font: normal 0.8em/1.5em MySans;
  xpadding-left: 52%;
}
.block.type21 .elements .element .button,
.block.type22 .elements .element .button,
.block.type23 .elements .element .button,
.block.type24 .elements .element .button {
  margin-top: 20px;
}
.block.type21 .elements .element.picright,
.block.type22 .elements .element.picright,
.block.type23 .elements .element.picright,
.block.type24 .elements .element.picright {
  grid-column: 2;
}
.block.type21 .elements .textelement,
.block.type22 .elements .textelement,
.block.type23 .elements .textelement,
.block.type24 .elements .textelement {
  display: flex;
  margin-top: 0;
  align-items: center;
}
.block.type21 .elements .textelement.picright,
.block.type22 .elements .textelement.picright,
.block.type23 .elements .textelement.picright,
.block.type24 .elements .textelement.picright {
  grid-column: 1;
}
.block.aps .elements {
  grid-template-columns: 49% 49%;
  margin-bottom: 3.5rem;
  xfont: normal 0.68965517241379px MySans;
  font: normal 0.9em/1.3em MySans;
  color: #707070;
  line-height: 170%;
}
.block.aps .elements img.contactpersonpic,
.block.aps .elements div.nocontactpersonpic {
  width: 12em;
  min-height: 1px;
  display: inline;
  vertical-align: bottom;
  margin-right: 2em;
  xfilter: grayscale(100%);
}
.block.aps .elements div.nocontactpersonpic {
  display: inline-block;
}
.block.aps .elements.singleel {
  width: 50%;
  grid-template-columns: 100%;
  margin: 0 auto;
  padding-left: 10%;
}
.block.aps .elements.nopics {
  text-align: center;
  padding-left: 0;
}
.block.aps .elements.nopics div.nocontactpersonpic {
  width: 0 !important;
}
.block.aps .elements .dataTypeIcon {
  height: 0.9em;
}
.block.aps .elements .info {
  display: inline-block;
  padding-top: 0.5em;
  width: 11em;
  text-align: left;
  xwidth: calc( 19em );
}
.block.aps .elements .position {
  font-weight: bold;
  margin-top: 0.0em;
  line-height: 120%;
}
.block.aps .elements .button {
  margin-top: 0.5em;
  font: bold 0.8em/1.2em MySans;
}
.block.aps .elements .element {
  align-self: end;
  padding-top: 1em;
}
.block.aps .elements .name {
  margin-top: 0.35em;
  line-height: 120%;
  margin-bottom: 0.25em;
}
.block.wthemen .elements .element {
  margin-top: 0px;
}
.block.wthemen .elements .element .caption {
  height: 2.5em;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.6em;
}
body#Bewerbung .button {
  margin-bottom: 20px;
}
body#Bewerbung .formcontent .form input[type=text],
body#Bewerbung .formcontent .form textarea {
  margin-bottom: 1.5em;
}
body#Bewerbung .formcontent .form label {
  font: bold 16px/19px MySans;
}
body#Bewerbung .formcontent .form .datenschutz {
  font: bold 22px/26px MySans;
  color: #00ACD3;
}
body#Bewerbung .formcontent .form .anderestellen {
  font: bold 16px/20px MySans;
  color: #00ACD3;
}
body#Bewerbung .block >.title,
body#Bewerbung .block >.subtitle {
  text-align: left;
}
body#Bewerbung .block .elements {
  width: 100%;
}
body#Bewerbung .block.aps .elements {
  grid-template-columns: none;
}
body#Bewerbung .block.aps .elements div.nocontactpersonpic {
  display: block;
}
body#Bewerbung .block.aps .elements .info {
  xdisplay: block;
}
body#Bewerbung #summarytext {
  font: bold 24px/27px MySans;
  color: #69B022;
}
.error {
  border: 1px solid red !important;
}
.themen_aktuell {
  display: grid;
  grid-template-columns: 23% 23% 23% 23%;
  grid-column-gap: 2%;
  margin: 0 auto;
  width: 78%;
}
.themen_aktuell >.title {
  font: normal 40px/40px MySerif;
  color: #848484;
  text-align: center;
  grid-row: 1;
  grid-column: 1 / 5;
}
.themen_aktuell .thema {
  margin-top: 40px;
}
.themen_aktuell .thema img {
  width: 100%;
  box-shadow: 0px 5px 15px #0000004D;
}
.themen_aktuell .thema .title {
  font: bold 26px/28px MySans;
  color: #2E2E32;
  margin-top: 0.6em;
}
.themen_aktuell .thema .text {
  font: normal normal normal 20px/30px MySans;
  color: #848484;
  margin-top: 0.5em;
}
.flipbook_close {
  position: absolute;
  top: 4px;
  right: 17px;
  width: 50px;
  height: 50px;
  z-index: 9010;
  position: fixed;
  display: none;
}
.flipbook_close a {
  background-color: #f6f6f6;
  border-radius: 3px;
  display: inline-block;
  padding: 8px 7px 3px 7px;
}
.flipbook_close a img {
  width: 46px;
}
@media only screen and (min-width: 1920px) {
  html {
    font: normal 28px MySerif;
  }
  .hauptelement .menubutton,
  .hauptelement .search,
  .hauptelement .mail {
    left: calc( ( 100% - 1920px ) / 2 );
  }
  .menuhide {
    left: calc( ( 100% - 1920px ) / 2 - 560px );
  }
  .menu {
    left: calc( ( 100% - 1920px ) / 2 - 520px );
  }
  .menu.show {
    left: calc( ( 100% - 1920px ) / 2 );
  }
}
@media (max-aspect-ratio: 10/8),(max-width: 829px) {
  .hauptelement {
    max-height: none;
    height: auto;
    position: static;
  }
  .hauptelement .main_slides {
    max-height: none;
    height: auto;
    height: 75vh;
    xwidth: 100vw;
    width: auto;
  }
  .hauptelement .main_slides img.hintergrund {
    width: 100%;
    height: 75vh;
    position: relative;
  }
  .hauptelement .infotext {
    bottom: 23.5%;
  }
  .hauptelement .grid {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .hauptelement .grid .item {
    height: 58vw;
  }
  .hauptelement .grid .item img.hintergrund {
    height: 58vw;
  }
  .hauptelement .grid .item .item_content {
    font-size: 8.5vw;
  }
  .hauptelement .grid .item .item_content .imgcontainer {
    width: 35vw;
    max-height: 40vw;
  }
  .hauptelement .grid .item .item_content img {
    max-width: 35vw;
    max-height: 40vw;
  }
  .hauptelement .grid .item .item_content .boxtitle {
    font: normal normal bold 3.5vw MySans;
  }
  .hauptelement .grid .item .item_content .date {
    font: normal normal normal 2.6vw MySans;
  }
  .hauptelement .grid .item .item_content .button {
    font-size: 3vw;
  }
  .hauptelement .grid .item .item_content .einrichtung {
    font: normal 3.5vw/3.9vw MySans;
  }
  .hauptelement .grid .item1 .title {
    font: 500 3.8vw/4.2vw MySerif;
  }
  .hauptelement .grid .item2 .title {
    font: bold 5.4vw/5.8vw MySerif;
  }
  .hauptelement .grid .item3 .title {
    font: bold 4.1vw/4.4vw MySerif;
  }
  .hauptelement2 .div {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1750px) {
  .textblock {
    width: 92%;
  }
  .block .elements {
    width: 92%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1399px) {
  #content_stadtkarte #stadtteil_liste {
    display: none;
  }
  #content_stadtkarte #st_toolbar select {
    max-width: 100px;
  }
  .hauptelement .infotext {
    xbottom: 23%;
  }
  .hauptelement2 .title {
    font: normal 36px MySerif;
    color: #848484;
    margin-bottom: 1em;
  }
  .hauptelement2 .dwe {
    margin-left: 3%;
    width: 44%;
  }
  .hauptelement2 .dwe .button {
    font-size: 18px;
  }
  .hauptelement2 .dwe .subtitle {
    font: bold 18px MySans;
  }
  .hauptelement2 .dwe .text {
    font: normal 16px/26px MySans;
  }
  .hauptelement2 .kalender_outer {
    width: 44%;
    margin-left: 3%;
  }
  .hauptelement2 .kalender_outer .spruch1,
  .hauptelement2 .kalender_outer .spruch2 {
    font: normal 16px/26px MySans;
  }
  .hauptelement2 .div {
    font: normal 23px MySans;
    margin-left: 2%;
    margin-right: 2%;
  }
  .block >.title {
    font: normal 1.75em/1.75em MySerif;
    font: normal 30px/30px MySerif;
  }
  .block >.subtitle {
    font: normal 1.00em/1.55em MySans;
    font: bold 15px/16px MySans;
  }
  .block .elements .element a .title {
    font: normal 1.5em/1.55em MySerif;
    font: normal 23px/25px MySerif;
  }
  .block .elements .element .caption {
    font: bold 1.2em/1.3em MySans;
    font: bold 22px/25px MySans;
  }
  .block .elements .element .text {
    font: normal 1.00em/1.55em MySans;
    font: normal normal normal 15px/22px MySans;
  }
  .block .elements .element .button {
    font: normal 16px/19px MySans;
  }
  .block.aps .elements {
    font: normal 20px/29px MySans;
    font: normal 1.15em/1.5em MySans;
  }
  .block.aps .elements .element {
    text-align: center;
  }
  .block.aps .elements.singleel {
    padding-left: 0%;
  }
  .block.aps .elements .info {
    width: 10em;
    text-align: left;
  }
  .footer {
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
    grid-row-gap: 60px;
    width: 92%;
  }
  .footer .dwe {
    grid-row: 1;
    grid-column: 1;
  }
  .footer .social {
    grid-row: 1;
    grid-column: 2;
  }
  .footer .ueberuns {
    grid-row: 2;
    grid-column: 1;
  }
  .footer .kontakt {
    grid-row: 2;
    grid-column: 2;
  }
  .footer .bereiche {
    grid-row: 3;
    grid-column: 1;
  }
  .footer .newsletter {
    grid-row: 3;
    grid-column: 2;
  }
  .footer .meta {
    grid-row: 4;
    grid-column: 1 / 3;
  }
  .themen_aktuell {
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
    width: 78%;
  }
  .themen_aktuell >.title {
    grid-column: 1 / 3;
  }
  .picbar .pictures_outer {
    max-width: 88%;
  }
  .tabs {
    width: 92%;
    height: auto;
    min-height: 1px;
  }
  .tabs .tab label {
    width: auto;
    display: block;
    font: bold 18px/30px MySans;
  }
  .tabs .tab .notactive {
    top: 1px;
  }
  .tabs .tab .notactive img {
    width: 8px;
  }
  .tabs .tab input:checked ~ .text {
    position: static;
    top: 0;
    display: block;
    width: auto;
    height: auto;
    font: normal 18px/30px MySans;
  }
  .textblock {
    width: 92%;
    font: normal 22px/30px MySans;
  }
  .header .menubutton {
    left: 5%;
  }
  .header .mailbutton {
    left: 22%;
  }
  .header .search {
    left: 14%;
  }
  .header .searchinput_outer {
    left: 19%;
  }
  .header .social {
    right: 4%;
  }
  .header .logo {
    position: absolute;
    left: calc( 50% - ( 200px / 2) );
    top: 28px;
  }
  .header .logo img {
    width: 200px;
  }
  .block .elements {
    width: 92%;
  }
  .stellen .button {
    font: normal 1.2rem/1.6rem MySans;
  }
  .stellen .stellen_table {
    width: 92%;
  }
}
@media only screen and (max-width: 950px) {
  .header .social {
    top: 44px;
  }
  .header .social img {
    height: 28px;
  }
  .flipbook_close {
    width: 34px;
    height: 34px;
  }
  .flipbook_close a {
    padding-top: 7px;
  }
  .flipbook_close a img {
    width: 34px;
  }
}
@media only screen and (max-width: 829px) {
  .mainbuttons {
    position: absolute;
    height: 28vh;
    transform: scale(0.8);
    transform-origin: 0 bottom;
  }
  .hauptelement .dwe100_mobile {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
  }
  .hauptelement .dwe100_mobile img {
    width: 200px;
    rotate: 15deg;
  }
  .hauptelement .dwe100 {
    display: none;
  }
  .hauptelement .main_slides {
    width: auto;
  }
  .hauptelement .person_ort {
    position: absolute;
    left: 5%;
    bottom: calc(40vw + 30px + 10px);
    xbottom: auto;
    xtop: -3vh;
    font: 300 3.5vw/4.5vw MySans;
    width: 90%;
  }
  .hauptelement .person_ort_inner {
    position: relative;
  }
  .hauptelement .infotext {
    position: absolute;
    xbottom: calc(20vh - 30px);
    bottom: auto;
    top: calc(74vh - 30px - 29vw);
    left: 5%;
    width: calc(90% - 30px);
    padding: 10px 15px 10px 15px;
    height: 40vw;
    text-align: center;
    line-height: 4.6vw;
  }
  .hauptelement .infotext img.logo {
    width: 35vw;
    margin-bottom: 1.5vw;
  }
  .hauptelement .infotext .infotext_text {
    text-align: left;
    display: block;
  }
  .hauptelement .infotext .title {
    font: bold 3.5vw/4.3vw MySans;
    letter-spacing: 0.9px;
    color: #2E2E32;
    display: inline;
  }
  .hauptelement .infotext .text {
    font: 300 3.5vw/4.0vw MySans;
    letter-spacing: 0.9px;
    color: #2E2E32;
    display: inline;
  }
  .hauptelement .infotext .prevnext {
    position: absolute;
    top: 20px;
    left: 0px;
    bottom: auto;
    width: 100%;
  }
  .hauptelement .infotext .prev img,
  .hauptelement .infotext .next img {
    width: 1.8em;
  }
  .hauptelement .infotext .prev {
    position: absolute;
    width: 50px;
    height: 60px;
    left: 15px;
    top: 0;
    text-align: left;
  }
  .hauptelement .infotext .next {
    position: absolute;
    width: 50px;
    height: 60px;
    right: 15px;
    left: auto;
    top: 0;
    text-align: right;
  }
  .hauptelement .grid .item .item_content {
    margin: 0.4em 0.5em 0.15em 0.5em;
    width: calc(100% - 1.0em);
    height: calc(100% - 0.7em);
  }
  .hauptelement .grid .item .item_content .boxtitle {
    font: normal normal bold 5.5vw MySans;
  }
  .hauptelement .grid .item .item_content .date {
    font: normal normal normal 3.1vw MySans;
    margin-bottom: 0.5em;
  }
  .hauptelement .grid .item .item_content .button {
    font-size: 3.8vw;
  }
  .hauptelement .grid .item .item_content .einrichtung {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font: normal 4.5vw/4.9vw MySans;
  }
  .hauptelement .grid .item1 .title {
    font: 500 4.8vw/5.2vw MySerif;
  }
  .hauptelement .grid .item2 .title {
    font: bold 6.4vw/6.8vw MySerif;
  }
  .hauptelement .grid .item3 .title {
    font: bold 5.1vw/5.4vw MySerif;
  }
  .hauptelement2 .dwe {
    display: block;
    width: auto;
    margin-top: 60px;
    margin-bottom: 120px;
  }
  .hauptelement2 .dwe img {
    margin-bottom: 20px;
  }
  .hauptelement2 .div {
    display: none;
  }
  .hauptelement2 .kalender_outer {
    clear: both;
    font-size: 32px;
    display: block;
    width: auto;
  }
  .hauptelement2 .kalender_outer .kalender .monat {
    width: 210px;
    margin-top: 52px;
  }
  .hauptelement2 .kalender_outer .kalender .tag {
    width: 210px;
  }
  .hauptelement2 .kalender_outer .kalender .wochentag {
    width: 210px;
    margin-top: -30px;
  }
  .themen {
    width: 90%;
    border: none;
  }
  .themen .title {
    font: normal 35px/35px MySerif;
    color: #848484;
    margin: 0.4em;
  }
  .themen img {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .themen2 .zeile {
    margin: 0;
  }
  .themen2 .zeile a {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 1em !important;
  }
  .themen2 .zeile img {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 0% !important;
    display: block;
  }
  .termine {
    width: auto;
    margin: 0 auto;
    text-align: center;
    margin-top: 6.5rem;
    margin-bottom: 7.5rem;
  }
  .termine table {
    margin: 0 auto;
    margin-bottom: 1vw;
  }
  .curtermin,
  .curnews {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 90%;
    margin-top: 3rem;
  }
  .curtermin .termin,
  .curtermin .news,
  .curnews .termin,
  .curnews .news {
    padding: 10px;
    margin-bottom: 10px;
  }
  .curtermin .termin .pic img,
  .curtermin .news .pic img,
  .curnews .termin .pic img,
  .curnews .news .pic img {
    width: 140px;
    height: 90px;
  }
  .curtermin .termin .date,
  .curtermin .news .date,
  .curnews .termin .date,
  .curnews .news .date {
    font-size: 14px;
  }
  .curtermin .termin .title,
  .curtermin .news .title,
  .curnews .termin .title,
  .curnews .news .title {
    font-size: 30px;
  }
  .curtermin .termin .teaser,
  .curtermin .termin .text,
  .curtermin .news .teaser,
  .curtermin .news .text,
  .curnews .termin .teaser,
  .curnews .termin .text,
  .curnews .news .teaser,
  .curnews .news .text {
    font-size: 20px;
  }
  .curtermin .termin .text,
  .curtermin .news .text,
  .curnews .termin .text,
  .curnews .news .text {
    -webkit-line-clamp: 5;
  }
  .menu {
    left: -525px;
    padding-right: 0px;
    width: 80%;
    max-width: 480px;
  }
  .menu .menu_close {
    position: absolute;
    right: 8vw;
    top: 20px;
    display: inline-block;
  }
  .menu .menu_close img {
    width: 8vw;
  }
  .menu .menu_inner {
    width: 90%;
    max-width: 480px;
  }
  .menu .menu_inner ul {
    font: normal 20px/24px MySans;
  }
  .menu .menu_inner .shortcuts {
    grid-template-columns: 100%;
    margin-bottom: 5px;
  }
  .menu .menu_inner .shortcuts .button {
    width: auto;
    margin-bottom: 10px;
  }
  .menu .menu_inner .shortcuts2 a:nth-child(1) {
    order: 2;
  }
  .menu .menu_inner .shortcuts2 a:nth-child(2) {
    order: 1;
  }
  .footer {
    grid-template-columns: 100%;
    grid-column-gap: 0;
    grid-row-gap: 2%;
    width: 96%;
  }
  .footer .dwe {
    grid-row: 1;
    grid-column: 1;
  }
  .footer .dwe .button {
    margin-bottom: 15px;
  }
  .footer .social {
    grid-row: 2;
    grid-column: 1;
    padding-bottom: 10px;
  }
  .footer .ueberuns {
    grid-row: 3;
    grid-column: 1;
  }
  .footer .kontakt {
    grid-row: 4;
    grid-column: 1;
  }
  .footer .bereiche {
    grid-row: 5;
    grid-column: 1;
  }
  .footer .newsletter {
    grid-row: 6;
    grid-column: 1;
  }
  .footer .meta {
    grid-row: 7;
    grid-column: 1;
    font: normal 18px/30px MySans;
  }
  .themen_aktuell {
    grid-template-columns: 100%;
    width: 90%;
  }
  .themen_aktuell >.title {
    grid-column: 1 / 2;
  }
  .tabs {
    width: 96%;
    height: auto;
    min-height: 1px;
  }
  .tabs .tab label {
    xorder: 1;
    width: auto;
    display: block;
    font: bold 18px/30px MySans;
  }
  .tabs .tab input:checked ~ .text {
    position: static;
    top: 0;
    display: block;
    width: auto;
    height: auto;
    font: normal 18px/30px MySans;
  }
  .header {
    height: 55px !important;
  }
  .header .header_inner {
    xheight: 55px;
  }
  .header .menubutton {
    left: 2%;
    top: 15px;
  }
  .header .menubutton img {
    width: 35px;
  }
  .header .mailbutton {
    left: 13.5%;
    top: 7px;
  }
  .header .mailbutton img {
    width: 34px;
  }
  .header .logo {
    left: calc( 50% - ( 132px / 2) );
    top: 7px;
  }
  .header .logo img {
    width: 132px;
  }
  .header .search {
    right: 2%;
    left: auto;
    top: 15px;
  }
  .header .search img {
    width: 25px;
  }
  .header .searchinput_outer {
    right: 7%;
    left: auto;
    top: 2px;
    width: 300px;
  }
  .header .searchinput_outer .searchinput input[type=text] {
    width: 180px;
  }
  .header .social {
    display: none;
  }
  .textblock {
    width: 96%;
    font: normal 22px/30px MySans;
  }
  .textblock .ueberschrift {
    font: normal 26px/34px MySans;
  }
  .bereichsheader,
  .contentheader,
  .newsterminheader {
    width: 96%;
  }
  .bereichsheader .bereichspic img,
  .contentheader .bereichspic img,
  .newsterminheader .bereichspic img {
    width: 146px;
  }
  .bereichsheader .path,
  .contentheader .path,
  .newsterminheader .path {
    padding-left: 0px;
    padding-top: 10px;
    font: bold 15px/20px MySans;
  }
  .bereichsheader h1,
  .contentheader h1,
  .newsterminheader h1 {
    clear: both;
    font: normal 44px/50px MySerif !important;
    padding-top: 0.4em;
    text-align: center !important;
  }
  .newsterminheader .ueberschrift {
    font: normal 36px/40px MySans !important;
    margin-bottom: 0.3em;
  }
  .newsterminheader .subtitle {
    font: normal 28px/33px MySans !important;
  }
  .bereichsheader .path {
    padding-left: 160px;
    padding-top: 115px;
  }
  .contentheader h1 {
    padding-left: 0px;
  }
  .stellen .button {
    font: normal 20px/26px MySans;
  }
  .block {
    margin-top: 50px;
  }
  .block >.subtitle {
    font: bold 20px/22px MySans;
  }
  .block .elements .element a .title {
    font: normal 33px/34px MySerif;
  }
  .block .elements .element .caption {
    font: bold 26px/28px MySans;
  }
  .block .elements .element .text {
    font: normal normal normal 20px/30px MySans;
  }
  .block .elements .element .button {
    font: normal 23px/26px MySans;
  }
  .block >.title {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font: normal 40px/40px MySerif;
  }
  .block.type1 .elements {
    grid-template-columns: 100%;
  }
  .block.type2 .elements {
    grid-template-columns: 100%;
  }
  .block.aps .elements {
    font: normal 20px/29px MySans;
    grid-template-columns: 99%;
  }
  .block.aps .elements img.contactpersonpic,
  .block.aps .elements div.nocontactpersonpic {
    margin-right: 1.5em;
  }
  .block.aps .elements.singleel {
    grid-template-columns: 99%;
    padding: 0;
  }
  .block.aps .elements.nopics .info {
    width: 60%;
  }
  .block.aps .elements .element {
    padding-top: 0.2em;
  }
  .block.type21 .elements,
  .block.type22 .elements,
  .block.type23 .elements,
  .block.type24 .elements {
    grid-template-columns: 99%;
  }
  .block.type21 .elements .element,
  .block.type22 .elements .element,
  .block.type23 .elements .element,
  .block.type24 .elements .element {
    margin-top: 50px;
  }
  .block.type21 .elements .element .title,
  .block.type22 .elements .element .title,
  .block.type23 .elements .element .title,
  .block.type24 .elements .element .title {
    font-size: 20px;
    line-height: 140%;
  }
  .block.type21 .elements .element .caption,
  .block.type22 .elements .element .caption,
  .block.type23 .elements .element .caption,
  .block.type24 .elements .element .caption {
    font-size: 18px;
    line-height: 140%;
  }
  .block.type21 .elements .element .text,
  .block.type22 .elements .element .text,
  .block.type23 .elements .element .text,
  .block.type24 .elements .element .text {
    font-size: 16px;
    line-height: 140%;
  }
  .block.type21 .elements .element.picright,
  .block.type22 .elements .element.picright,
  .block.type23 .elements .element.picright,
  .block.type24 .elements .element.picright {
    order: initial;
    grid-column: auto;
  }
  .block.type21 .elements .textelement,
  .block.type22 .elements .textelement,
  .block.type23 .elements .textelement,
  .block.type24 .elements .textelement {
    margin-top: 40px;
  }
  .block.type21 .elements .textelement.picright,
  .block.type22 .elements .textelement.picright,
  .block.type23 .elements .textelement.picright,
  .block.type24 .elements .textelement.picright {
    order: initial;
    grid-column: auto;
  }
  .block.wthemen .elements .element .caption {
    height: auto;
    display: block;
    margin-bottom: 0.6em;
    margin-top: 1.3em;
  }
  body#Kontakt .formcontent,
  body#Bewerbung .formcontent {
    width: 96%;
    margin: 0 auto;
    margin-top: 5em;
  }
  body#Kontakt .formcontent h3,
  body#Bewerbung .formcontent h3 {
    text-align: center;
  }
  body#Kontakt .formcontent .ap,
  body#Bewerbung .formcontent .ap {
    float: none;
    width: auto;
    text-align: center;
  }
  body#Kontakt .formcontent .ap h4,
  body#Bewerbung .formcontent .ap h4 {
    font: normal 30px/30px MySerif;
  }
  body#Kontakt .formcontent .form,
  body#Bewerbung .formcontent .form {
    width: 100%;
  }
  body#Bewerbung .formcontent {
    display: grid;
    grid-template-columns: 99%;
  }
  body#Bewerbung .formcontent .ap {
    grid-row: 2;
    text-align: left;
  }
  body#Bewerbung .formcontent .form {
    grid-row: 1;
  }
  .picbar.overlay .pictures_outer .close img {
    width: 30px;
  }
  .picbar.overlay .pictures_outer .title {
    font: normal 20px/25px MySerif;
  }
  .picbar.overlay .pictures_outer .bu {
    font: bold 12px/13px MySans;
    margin-top: 5px;
    height: 75px;
    width: auto;
  }
  .picbar.overlay .pictures_outer .copyright {
    font: normal 12px/15px MySans;
  }
  .picbar.overlay .pictures_outer .ueberschrift {
    font-size: 13px;
    margin-top: 5px;
  }
  .picbar.overlay .pictures_outer .div {
    top: 38px;
    height: 2px;
  }
  .picbar.overlay .slide {
    top: 42px;
    height: calc(100vh - 110px);
    height: calc(var(--vh, 1vh) * 100 - 145px);
  }
  #content_stadtkarte #zoombuttons {
    display: none;
  }
  #content_stadtkarte #coord {
    display: none;
  }
  #content_stadtkarte #st_toolbar select {
    max-width: 80px;
  }
  #content_stadtkarte #st_toolbar #stadtteil {
    max-width: 88px;
  }
  .church-stoffe td {
    display: table-row;
  }
  h1.title {
    font: normal 44px/50px MySerif !important;
  }
  .newslistfilter select {
    max-width: 72vw;
  }
}
@media print {
  .header {
    position: relative;
    width: 100%;
  }
  body#Start .header {
    display: none !important;
  }
  .menubutton,
  .mailbutton,
  .search,
  .adminbar,
  .mail {
    display: none;
  }
  body,
  html {
    margin: 0;
    padding: 0;
  }
  .footer,
  .textblock {
    margin: 0;
    padding: 1em;
  }
  .block .elements {
    width: 96%;
  }
  .footer {
    width: 96%;
  }
  .footer ul.bereiche {
    font: normal 15px/18px MySans;
  }
  .footer .title {
    font: normal 30px/30px MySerif;
  }
  .footer .kontakt .tel,
  .footer .kontakt .mail,
  .footer .kontakt .contact {
    font: normal 15px/17px MySans;
  }
  .footer .text {
    font: normal 15px/22px MySans;
  }
  .footer .newsletter .subtitle {
    font: normal 30px/30px MySerif;
  }
  .footer .newsletter input {
    font: normal 15px/22px MySans;
  }
  .footer .newsletter .button {
    font: normal 15px/22px MySans;
  }
}
