

/* Bild links mit Textumfluss */
.class_5_9C1FDBB1 {
  float: left;
  margin: 0.3em 1em 1em 0;
}

/* Bild rechts mit Textumfluss */
.class_5_33F10264 {
float: right;
  margin: 0.3em 0 1em 1em;
}

/* Dateilisten */
.class_5_8154CECE {
	/* DO NOT REMOVE! */
}

.dokument_list_wrapper.class_5_8154CECE ul {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
}

.dokument_list_wrapper.class_5_8154CECE ul li {
  display: flex;
  flex-flow: column;
  max-width: 33.333%;
  margin-bottom: 0px;
}

@media (min-width: 481px) and (max-width: 767px) {
  .dokument_list_wrapper.class_5_8154CECE ul li {
    max-width: 50% !important;
  }
}

@media (max-width: 480px) {
  .dokument_list_wrapper.class_5_8154CECE ul li {
    max-width: 100% !important;
  }
}

#center .dokument_list_wrapper.class_5_8154CECE a,
#center .dokument_list_wrapper.class_5_8154CECE a:visited {
  display: flex;
  flex-flow: row nowrap;
  padding: 20px 3%;
  min-height: 105px;
  height: 100%;
  width: 94%;
  font-size: 18px !important;
  line-height: 24px !important;
  font-family: "Playfair Display", serif !important;
  font-weight: normal !important;
  color: #000;
  transition: all 0.3s;
}

#center .dokument_list_wrapper.class_5_8154CECE a span.dok_item_link_wrapper {
  display: flex;
  flex-flow: column;
}

#center .dokument_list_wrapper.class_5_8154CECE a span.filename {
  padding: 0;
  font-size: 18px !important;
  line-height: 24px !important;
  font-family: "Playfair Display", serif !important;
  font-weight: normal !important;
  color: #000;
}

#center .dokument_list_wrapper.class_5_8154CECE a:focus,
#center .dokument_list_wrapper.class_5_8154CECE a:hover {
  text-decoration: none !important;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(225,225,225,1);
  -moz-box-shadow: 0px 15px 30px 0px rgba(225,225,225,1);
  box-shadow: 0px 15px 30px 0px rgba(225,225,225,1);
  transition: all 0.3s;
}

#center .dokument_list_wrapper.class_5_8154CECE li a::before {
  content: "\e013";
  font-size: 40px !important;
  margin-top: 10px !important;
  font-family: "zeven-iconset" !important;
  font-weight: normal !important;
  margin-right: 10px;
}

#center .dokument_list_wrapper.class_5_8154CECE li a span.dok_item_link {
  font-family: "Montserrat", Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px !important;
  text-transform: uppercase;  
}

#center .dokument_list_wrapper.class_5_8154CECE li a span.dok_item_link::before {
  content: "\e037";
  font-size: 10px !important;
  margin-top: 10px !important;
  font-family: "zeven-iconset" !important;
  font-weight: normal !important;
  margin-right: 10px;
}

/* Galerie-Objekt: Bildtitel anpassen */
.class_5_E0ABA83C {
	
}

.gallery_karussell_object.class_5_E0ABA83C .slider_description .title {
	visibility: visible;
	padding-bottom: 40px;
	font-size: 2.4em !important;
}

.gallery_karussell_object.class_5_E0ABA83C:hover .slider_description {
	opacity: 1 !important;
}

/* nebenstehendes Icon */
.class_5_CC4FD3BE {
	margin: auto 0.5em auto 0;
    vertical-align: middle;
}

.class_5_CC4FD3BE .image_copyright {
	display: none;
}

/* News-Teaser als Blog mit Farbwechsel */
.class_5_3F18089B {
	/* DO NOT REMOVE! */
}


.teaser.class_5_3F18089B {
  display: grid;
}

.teaser.class_5_3F18089B .teaser_element {
  width: 100%;
  margin-bottom: 15px;
}

.teaser.class_5_3F18089B .teaser_element .category {
  display: none;
}

.teaser.class_5_3F18089B .teaser_element:nth-child(2n) {
  background-color: #dde7d2
}

.teaser.class_5_3F18089B .teaser_element:hover {
  -webkit-box-shadow: 0px 15px 30px 0px rgba(225,225,225,1);
  -moz-box-shadow: 0px 15px 30px 0px rgba(225,225,225,1);
  box-shadow: 0px 15px 30px 0px rgba(225,225,225,1);
}

.teaser.class_5_3F18089B .teaser_element .wrapper {
  display: flex;
  flex-flow: row wrap;
  display: grid;
  grid-template-columns: 25.5% 1fr;
  grid-template-rows: auto;
  width: 100%;
  padding: 0;
  margin: 0;
}

.teaser.class_5_3F18089B .teaser_element .wrapper > .teaserimg {
}

.teaser.class_5_3F18089B .teaser_element .wrapper > .teaserimg img {
  width: 100%;
  height: auto;
}

.teaser.class_5_3F18089B .teaser_element .wrapper .teasercontent {
  display: flex;
  flex-flow: column;
  padding: 3%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.teaser.class_5_3F18089B .teaser_element.noteaserimg .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 195px;
  display: flex;
  flex-flow: column;
}

.teaser.class_5_3F18089B .teaser_element.noteaserimg .wrapper .teasercontent {
  display: flex;
  flex-flow: column;
  padding-left: 30px;
  padding: 20px 3%;
  min-height: 155px;
}

.teaser.class_5_3F18089B .teaser_element .wrapper .teasercontent .teaser_titledate {
  order: 1;
}

.teaser.class_5_3F18089B .teaser_element .wrapper .teasercontent .teaser_titledate .teaserdate {
  font-size: 10px;
  line-height: 10px !important;
  font-weight: normal;
}

.teaser.class_5_3F18089B .teaser_element .wrapper .teasercontent .teaser_titledate h3.teasertitel {
  margin: 10px 0;
  font-size: 18px !important;
  line-height: 24px !important;
  max-width: 60%
}

.teaser.class_5_3F18089B .teaser_element .wrapper .teasercontent .teasertext {
  order: 2;
}

.teaser.class_5_3F18089B .teaser_element .wrapper .teasercontent .toggle_more {
  order: 3;
  margin: auto 0 0 0;
  cursor: pointer;
}

.teaser.class_5_3F18089B .teaser_element .detail_text {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-start: 3;
}

.teaser.class_5_3F18089B .teaser_element.noteaserimg .detail_text,
.teaser.class_5_3F18089B .teaser_element:nth-child(2n) .detail_text,
.teaser.class_5_3F18089B .teaser_element:last-child .detail_text {
  padding: 0 3%;
}

.teaser.class_5_3F18089B .teaser_element .detail_text h6 {
  margin: 10px 0 0;
}

/* News-Teaser als Download-Liste */
.class_5_A76BD87E {
	/* DO NOT REMOVE! */
}

.teaser.class_5_A76BD87E .teaser_item_list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
}

.teaser.class_5_A76BD87E .teaser_element {
  max-width: 33.333%;
  margin-bottom: 0px;
}

.teaser.class_5_A76BD87E .teaser_element .category {
  display: none;
}

.teaser.class_5_A76BD87E .teaser_element:hover {
  -webkit-box-shadow: 0px 15px 30px 0px rgba(225,225,225,1);
  -moz-box-shadow: 0px 15px 30px 0px rgba(225,225,225,1);
  box-shadow: 0px 15px 30px 0px rgba(225,225,225,1);
}

.teaser.class_5_A76BD87E .teaser_element .wrapper {
  display: flex;
  flex-flow: row nowrap;
  padding: 9px 15px;
  margin: 0;
}

#center .teaser.class_5_A76BD87E .teaser_element .wrapper > div.teaserimg {
  max-width: 60px !important;
  width: 60px !important;
}

.teaser.class_5_A76BD87E .teaser_element .wrapper > .teaserimg img {
  width: 30px;
  height: auto;
}

.teaser.class_5_A76BD87E .teaser_element .wrapper .teasercontent {
  display: flex;
  flex-flow: column;
  width: 100%;
}

.teaser.class_5_A76BD87E .teaser_element.noteaserimg .wrapper {
  display: flex;
  flex-flow: column;
}

.teaser.class_5_A76BD87E .teaser_element.noteaserimg .wrapper .teasercontent {
  display: flex;
  flex-flow: column;
  padding: 20px 3%;
  min-height: 105px;
  width: 94%;
  margin-left: 45px;
}

.teaser.class_5_A76BD87E .teaser_element .wrapper .teasercontent .teaser_titledate {
  order: 1;
}

.teaser.class_5_A76BD87E .teaser_element .wrapper .teasercontent .teaser_titledate .teaserdate {
  font-size: 10px;
  line-height: 10px !important;
  font-weight: normal;
}

#center .teaser.class_5_A76BD87E .teaser_element .wrapper .teasercontent .teaser_titledate h3.teasertitel {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: normal;
  margin: 10px 0;
  max-width: 94%;
  word-wrap: break-word;
}
.teaser.class_5_A76BD87E .teaser_element .wrapper .teasercontent .teaser_titledate h3.teasertitel a {
  font-size: 18px !important;
  line-height: 24px !important;
  font-family: "Playfair Display", serif;
  font-weight: normal;
}

.teaser.class_5_A76BD87E .teaser_element .wrapper .teasercontent .teasertext {
  order: 2;
  min-width: 100%;
}

.teaser.class_5_A76BD87E .teaser_element .wrapper .teasercontent .teasertext .teaser_more {}

.teaser.class_5_A76BD87E .teaser_element .wrapper .teasercontent .teasertext .teaser_more a {
  font-size: 10px;
  line-height: 10px;
}

.teaser.class_5_A76BD87E .teaser_element.noteaserimg .detail_text,
.teaser.class_5_A76BD87E .teaser_element:nth-child(2n) .detail_text,
.teaser.class_5_A76BD87E .teaser_element:last-child .detail_text {
  padding: 0 3%;
}

.teaser.class_5_A76BD87E .teaser_element .detail_text h6 {
  margin: 10px 0 0;
}

/* News-Teaser im Kacheldesign */
.class_5_7EE57EF5 {

}

div#content .bf_wrapper.hasKachelTeaser .textblock_wrapper {
  padding: 0 ;
}

div#content .bf_wrapper.hasKachelTeaser .textblock_wrapper .hasNoKachelTeaser {
  padding: 0 8% 0;
}

.teaser.class_5_7EE57EF5 {
  display: inline-block;
  width: 100%;
  margin: 30px 0;
}

.teaser.class_5_7EE57EF5 .teaser_text,
.teaser.class_5_7EE57EF5 .toggle_more,
.teaser.class_5_7EE57EF5 .detail_text { display: none}

.teaser_vk.class_5_7EE57EF5 {
  display: inline-block;
  width: 100%;
  margin: 30px 0 0px;
}

.teaser.class_5_7EE57EF5 * {
  margin: 0;
  padding: 0;
  clear: none;
}

.teaser.class_5_7EE57EF5 br { display: none !important; }

.teaser.class_5_7EE57EF5 .teaser_download {
  visibility: hidden !important
}

@media (min-width: 370px) and (max-width: 480px) {
  #center .teaser.class_5_7EE57EF5 .teaser_element h2,
  #center .teaser_vk.class_5_7EE57EF5 .teaser_element h2 a {
      font-size: 14px !important;
      line-height: 18px !important;
    }
}

.teaser.class_5_7EE57EF5 .teaser_item_list,
.teaser_vk.class_5_7EE57EF5 .teaser_item_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  display: grid;
  /*  grid-template-columns: 1fr 1fr 1fr; */
  grid-template-columns: 31.2% 31.2% 31.2%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin: 0;
  padding: 0;
}



.teaser.class_5_7EE57EF5 .teaser_element,
.teaser_vk.class_5_7EE57EF5 .teaser_element { 
  padding: 0;
  margin-bottom: 24px;
  border: 0;
  width: 31.5%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  background-size: cover;
}

.teaser.class_5_7EE57EF5 .teaser_element:first-child {
  width: 66%;
} 

@supports(display: grid){
  .teaser.class_5_7EE57EF5 .teaser_element:first-child {
    grid-column: 1 / span 2;
     width: 100%;
  }  
  
  .teaser.class_5_7EE57EF5 .teaser_element,
  .teaser_vk.class_5_7EE57EF5 .teaser_element  { 
    padding: 0;
    margin: 0;
    border: 0;
    width:100%;
  }
}

.teaser.class_5_7EE57EF5 .teaser_element div.teaserimg,
.teaser_vk.class_5_7EE57EF5 .teaser_element span.teaserimg {
  position: absolute;
}

.teaser.class_5_7EE57EF5 .teaser_element.noteaserimg div.teaserimg,
.teaser_vk.class_5_7EE57EF5 .teaser_element.noteaserimg span.teaserimg {
  background-color: transparent;
  position: absolute;
}

.teaser.class_5_7EE57EF5 .teaser_element div.teaserimg img,
.teaser_vk.class_5_7EE57EF5 .teaser_element span.teaserimg img{
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100% !important;
  height: auto !important;
  opacity: 0.2 !important;
  transition: all 0.5s;
  background-color: #252834 !important;
}

.teaser_vk.class_5_7EE57EF5 .teaser_element.noteaserimg span.teaserimg img{
  opacity: 1 !important;
  transition: all 0.5s;
  background-color: transparent !important;
}

.teaser_vk.class_5_7EE57EF5 .teaser_element:hover span.teaserimg img {
  opacity: 1 !important;
  transition: all 0.5s;
}

.teaser.class_5_7EE57EF5 .teaser_element .wrapper,
.teaser_vk.class_5_7EE57EF5 .teaser_element .event_item_wrapper {
  display: flex;
  flex-flow: column;
  min-height: 100%;
  /* height: 1px;
  https://redmine.net-com.de/issues/8249
  https://github.com/philipwalton/flexbugs/issues/231
  */
  justify-content: space-between;
  background-color: rgba(37,42,52,0.8) !important;
  transition: all 0.5s;
}

.teaser.class_5_7EE57EF5 .teaser_element.noteaserimg .wrapper,
.teaser_vk.class_5_7EE57EF5 .teaser_element.noteaserimg .event_item_wrapper {
  background-color: transparent !important;
}

.teaser.class_5_7EE57EF5 .teaser_element:hover .wrapper,
.teaser_vk.class_5_7EE57EF5 .teaser_element:hover .event_item_wrapper {
  background-color: rgba(37,42,52,0) !important;
  transition: all 0.5s;
}

.teaser.class_5_7EE57EF5 .teaser_element .wrapper .category,
.teaser_vk.class_5_7EE57EF5 .teaser_element .event_item_wrapper .category {
  color: #fff;
  display: block;
  order: 1;
  margin: 0 0 auto;
  padding: 8%;
  width: 84%;
  position: relative;
  z-index: 1;
}

.teaser.class_5_7EE57EF5 .teaser_element .wrapper .teasercontent,
.teaser_vk.class_5_7EE57EF5 .teaser_element .event_item_wrapper .teaser_content  {
  background: rgba(37,42,52,0);
  transition: all 0.5s;
  font-weight: normal;
  position: relative;
  color: #fff;
  display: block;
  order: 2;
  margin-top: auto;
  padding: 8%;
  width: 84%;
}

.teaser.class_5_7EE57EF5 .teaser_element:first-child .wrapper .category,
.teaser_vk.class_5_7EE57EF5 .teaser_element:first-child .event_item_wrapper .category {
  padding: 4%;
  width: 92%;
  position: relative;
  z-index: 1;
}

.teaser.class_5_7EE57EF5 .teaser_element:first-child .wrapper .teasercontent,
.teaser_vk.class_5_7EE57EF5 .teaser_element:first-child .event_item_wrapper .teaser_content  {
  padding: 4%;
  width: 92%;
}

.teaser.class_5_7EE57EF5 .teaser_element:hover .wrapper .teasercontent,
.teaser_vk.class_5_7EE57EF5 .teaser_element:hover .event_item_wrapper .teaser_content {
  background: rgba(37,42,52,0.8);
  transition: all 0.5s;
}

.teaser.class_5_7EE57EF5 .teaser_element .wrapper .teasercontent .teaser_titledate a,
.teaser_vk.class_5_7EE57EF5 .teaser_element .event_item_wrapper .teaser_content .teaser_titledate a {
  font-size: 18px;
  line-height: 24px !important;
  font-family: "Playfair Display", serif !important;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: normal !important; 
}

#center .teaser.class_5_7EE57EF5 .teaser_element .wrapper .teasercontent .teaser_titledate a,
#center .teaser_vk.class_5_7EE57EF5 .teaser_element .event_item_wrapper .teaser_content .teaser_titledate a {
  font-weight: normal !important;
}

.teaser.class_5_7EE57EF5 .teaser_element .teasercontent .teaser_titel a,
.teaser.class_5_7EE57EF5 .teaser_element .teasercontent .teaserdate,
.teaser_vk.class_5_7EE57EF5 .teaser_element .teaser_content a,
.teaser_vk.class_5_7EE57EF5 .teaser_element .teaser_content .teaserdate,
.teaser_vk.class_5_7EE57EF5 .teaser_element .teaser_content .teaser_address {
  color: #fff !important;
  font-weight: normal;
  display: block;
  text-align: right !important;
}

.teaser.class_5_7EE57EF5 .teaser_element .teasercontent .teaser_titledate { display: flex !important; flex-flow: column}

#center .teaser.class_5_7EE57EF5 .teaser_element .teasercontent .teaser_titel { order: 1 !important; font-size: 24px !important; line-height: 30px !important}

#center .teaser.class_5_7EE57EF5 .teaser_element .teasercontent .teaserdate { order: 2 !important; }

.teaser.class_5_7EE57EF5 .teaser_element .teaserdate,
.teaser_vk.class_5_7EE57EF5 .teaser_element .event_item_wrapper .teaser_content .teaserdate {
  font-size: 10px;
  line-height: 10px;
  margin-top: 8px;
  font-style: normal !important;
}

.teaser_vk.class_5_7EE57EF5 .teaser_element .event_item_wrapper .teaser_content .teaserdate_wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.teaser_vk.class_5_7EE57EF5 .teaser_element .event_item_wrapper .teaser_content .teaserdate_wrapper .title { margin-left: 3px; }

.teaser.class_5_7EE57EF5 .teaser_element .wrapper .teasercontent .teasertext {
  margin: 0; padding: 8%;
  display: block;
  width: 84%;
  display: none;
}

.teaser.class_5_7EE57EF5 .teaser_element:fist-child .wrapper .teasercontent .teasertext {
  display: none;
}

.teaser.class_5_7EE57EF5 .teaser_element.noteaserimg .wrapper .category .source_region::after { content: " |";}

.teaser.class_5_7EE57EF5 .teaser_element.noteaserimg:hover .teasercontent,
.teaser_vk.class_5_7EE57EF5 .teaser_element.noteaserimg .teaser_content {
  background: transparent !important;
  opacity: 1 !important;
}

.teaser.class_5_7EE57EF5 .teaser_element.noteaserimg .wrapper *,
.teaser.class_5_7EE57EF5 .teaser_element.noteaserimg .wrapper a,
.teaser_vk.class_5_7EE57EF5 .teaser_element.noteaserimg *,
.teaser_vk.class_5_7EE57EF5 .teaser_element.noteaserimg a,
.teaser_vk.class_5_7EE57EF5 .teaser_element.noteaserimg a * { color: #000 !important }

.teaser.class_5_7EE57EF5 .teaser_element.noteaserimg:nth-child(n+1) { background-color: #dad6e7 !important; }

.teaser.class_5_7EE57EF5 .teaser_element.noteaserimg:nth-child(2n+3) { background-color: #eadecd; }

.teaser_vk.class_5_7EE57EF5 .teaser_element.noteaserimg:nth-child(1) { background-color: #dde7d2; }
.teaser_vk.class_5_7EE57EF5 .teaser_element.noteaserimg:nth-child(2) { background-color: #eadecd; }
.teaser_vk.class_5_7EE57EF5 .teaser_element.noteaserimg:nth-child(3) { background-color: #dad6e7; }

@media (min-width: 1024px) and (max-width: 1439px) {
  .teaser.class_5_7EE57EF5 {
    margin-top: 20px;
  }
  .teaser.class_5_7EE57EF5 .teaser_item_list,
  .teaser_vk.class_5_7EE57EF5 .teaser_item_list { 
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .teaser.class_5_7EE57EF5 .teaser_element .wrapper .teasercontent,
  .teaser_vk.class_5_7EE57EF5 .teaser_element .event_item_wrapper .teaser_content {
    padding: 4% 6% 8% 6%;
    width: 88%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .teaser.class_5_7EE57EF5 {
    margin-top: 20px;
  }
  .teaser.class_5_7EE57EF5 .teaser_item_list,
  .teaser_vk.class_5_7EE57EF5 .teaser_item_list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .teaser.class_5_7EE57EF5 .teaser_element .wrapper .teasercontent,
  .teaser_vk.class_5_7EE57EF5 .teaser_element .event_item_wrapper .teaser_content {
    padding: 4% 6% 8% 6%;
    width: 88%;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  div#content {
    width: 100%;
    padding: 1em 0%;
    margin: 0;
  }
  
  .teaser.class_5_7EE57EF5 {
    margin-top: 20px;
  }
  .teaser.class_5_7EE57EF5 .teaser_item_list,
  .teaser_vk.class_5_7EE57EF5 .teaser_item_list {
    grid-template-columns: 48% 48%; 
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  #center .teaser.class_5_7EE57EF5 .teaser_element .teasercontent .teaser_titel {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}

@media (max-width: 480px) {
  .teaser.class_5_7EE57EF5 {
    margin-top: 10px;
  }
  .teaser.class_5_7EE57EF5 .teaser_item_list,
  .teaser_vk.class_5_7EE57EF5 .teaser_item_list {
    grid-template-columns: 48% 48%; 
    grid-column-gap: 0;
    grid-row-gap: 10px;
  }

  .teaser.class_5_7EE57EF5 .teaser_element:first-child {
    grid-column: 1 / span 2;
  }

  .teaser.class_5_7EE57EF5 .teaser_element .wrapper .category,
  .teaser_vk.class_5_7EE57EF5 .teaser_element .event_item_wrapper .category {
    color: transparent !important;
  }

  .teaser.class_5_7EE57EF5 .teaser_element .wrapper .category::before,
  .teaser_vk.class_5_7EE57EF5 .teaser_element .event_item_wrapper .category::before {
    color: #fff;
  }

  .teaser.class_5_7EE57EF5 .teaser_element.noteaserimg .wrapper .category::before,
  .teaser_vk.class_5_7EE57EF5 .teaser_element.no_bg_imgage .event_item_wrapper .category::before {
    color: #000;
  }

  #center .teaser.class_5_7EE57EF5 .teaser_element .teasercontent .teaser_titel {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}

@media (min-width: 371px) and (max-width: 479px){
  .teaser.class_5_7EE57EF5 .teaser_element .wrapper .teasercontent .teaser_titledate,
  .teaser_vk.class_5_7EE57EF5 .teaser_element .event_item_wrapper .teaser_content .teaser_titledate {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    font-weight: normal !important; 
  }
  
  .teaser.class_5_7EE57EF5 .teaser_element .wrapper .teasercontent .teaser_titledate a,
  .teaser_vk.class_5_7EE57EF5 .teaser_element .event_item_wrapper .teaser_content .teaser_titledate a {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  
  #content #spec #dwa_event_list_wrapper .teaser_element .category {
    padding: 4% 8% 4%;
  }

  #content #spec #dwa_event_list_wrapper .teaser_element .teaser_content {
    padding: 0 8% 4%;
  }

  #center .teaser.class_5_7EE57EF5 .teaser_element .teasercontent .teaser_titel {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

@media (max-width: 370px) {
  .teaser.class_5_7EE57EF5 {
    margin-top: 10px;
  }
  .teaser.class_5_7EE57EF5 .teaser_item_list,
  .teaser_vk.class_5_7EE57EF5 .teaser_item_list {
    grid-template-columns: 100%; 
    grid-column-gap: 0;
    grid-row-gap: 10px;
  }

  .teaser.class_5_7EE57EF5 .teaser_item_list,
  .teaser_vk.class_5_7EE57EF5 .teaser_item_list {
    grid-template-columns: 1fr !important;
  }

  .teaser.class_5_7EE57EF5 .teaser_element:first-child {
    grid-column: 1 !important;
  }  

  #content #spec #dwa_event_list_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }   
  #content #spec #dwa_event_list_wrapper .teaser_element:first-child {
    grid-column: 0 / 1;
  }
}




/* News-Teaser im Kacheldesign - Gleiche Größe */
.class_5_kachelteaser_samesize {
  /* per js wird .class_5_7EE57EF5 ergänzt, erste Kachel wird aber genauso wie alle anderen angezeigt.*/
}

/* Gleichegroße Kachelteaser (normalerweise ist die erste Doppelt so groß) */
.teaser.class_5_7EE57EF5.class_5_kachelteaser_samesize .teaser_element:first-child {
  width: 31.5%;
} 

@supports(display: grid){
  .teaser.class_5_7EE57EF5.class_5_kachelteaser_samesize .teaser_element:first-child {
    grid-column: 1 / span 1;
    width: 100%;
} 

.teaser.class_5_7EE57EF5.class_5_kachelteaser_samesize .teaser_element .wrapper .teasercontent .teasertext {
	padding: 8%;
	width: 84%;
  	display: none;
}  
  
.teaser.class_5_7EE57EF5.class_5_kachelteaser_samesize .teaser_element .wrapper .category,
.teaser_vk.class_5_7EE57EF5.class_5_kachelteaser_samesize .teaser_element .event_item_wrapper .category {
  padding: 8%;
  width: 84%;
  position: relative;
  z-index: 1;
}

.teaser.class_5_7EE57EF5.class_5_kachelteaser_samesize .teaser_element .wrapper .teasercontent,
.teaser_vk.class_5_7EE57EF5.class_5_kachelteaser_samesize .teaser_element .event_item_wrapper .teaser_content  {
  padding: 8%;
  width: 84%;
}
  
  
/* end Gleichegroße Kachelteaser */  



