/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.imgtextmodule .btn.btn-link-item p,
.imgtextmodule a.btn.btn-link-item p {
  margin: 0;
  font-size: 14px;
}

.imgtextmodule .btn-after-text {
  margin-top: 25px;
}

.btn.lightbox {
  padding: 0;
  border: none;
}

.img-container > .meta {
  display: none;
}

.imgtextmodule .floating-content {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}

/* ----- LAYOUT-1 ----- */

/* ----- LAYOUT-2 + 2b----- */

.imgtextmodule-layout-21 .headline {
  margin-bottom: 10px;
}

.imgtextmodule-layout-2 .separator,
.imgtextmodule-layout-2 .headings,
.imgtextmodule-layout-21 .separator,
.imgtextmodule-layout-21 .headline,
.imgtextmodule-layout-21 .subheading {
  margin-left: 98px;
}

/* floating */

@media (min-width: 992px) {
  .imgtextmodule-layout-2.floating-image .img-container,
  .imgtextmodule-layout-21.floating-image .images {
    display: inline-block;
    float: left;
  }

  .imgtextmodule-layout-2.floating-image .img-left {
    text-align: left;
    margin-left: -100px;
  }

  .imgtextmodule-layout-2.floating-image .img-left img,
  .imgtextmodule-layout-21.floating-image .img-right img {
    width: 260px;
  }

  .imgtextmodule-layout-2.floating-image .img-left .img-container,
  .imgtextmodule-layout-21.floating-image .img-left .img-container {
    margin: 0 30px 20px 0;
  }

  .imgtextmodule-layout-2.floating-image .img-right .img-container,
  .imgtextmodule-layout-21.floating-image .images.img-right .img-container {
    float: right;
    margin: 0 -100px 30px 30px;
  }

  .imgtextmodule-layout-2.floating-image .img-right img,
  .imgtextmodule-layout-21.floating-image .img-left img {
    width: 163px;
  }

  .imgtextmodule-layout-21.floating-image .img-left {
    margin-left: -98px;
  }

  .imgtextmodule-layout-2.floating-image .content-text,
  .imgtextmodule-layout-21.floating-image .content-text {
    margin: 0;
    padding: 0 100px 0 100px;
  }
}

@media (min-width: 1200px) {
  .imgtextmodule-layout-2.floating-image .img-left .img-container,
  .imgtextmodule-layout-21.floating-image .img-left .img-container {
    margin: 0 30px 30px 0;
  }

  .imgtextmodule-layout-2.floating-image .img-left img,
  .imgtextmodule-layout-21.floating-image .img-right img {
    width: 360px;
  }

  .imgtextmodule-layout-2.floating-image .img-right .img-container,
  .imgtextmodule-layout-21.floating-image .images.img-right .img-container {
    float: right;
    margin: 0 -200px 20px 30px;
  }

  .imgtextmodule-layout-2.floating-image .img-right img,
  .imgtextmodule-layout-21.floating-image .img-left img {
    width: 263px;
  }

  .imgtextmodule-layout-2.floating-image .content-text,
  .imgtextmodule-layout-21.floating-image .content-text {
    margin: 0;
    padding: 0 200px 0 100px;
  }
}

/* ----- LAYOUT-3 ----- */

.imgtextmodule-layout-3 .img-container-wrapper {
  padding: 0 15px;
  width: 100%;
  float: left;
}

.imgtextmodule-layout-3 .img-container-wrapper .img-item {
  display: table;
}

.imgtextmodule-layout-3 .img-container-wrapper .img-item .img {
  display: table-cell;
}

.imgtextmodule-layout-3 .first-img {
  /*margin-top: 105px;*/
  margin-top: 265px;
  height: 205px;
}

.imgtextmodule-layout-3 .first-img .img {
  vertical-align: bottom;
}

.imgtextmodule-layout-3 .second-img {
  height: 500px;
}

.imgtextmodule-layout-3 .second-img .img {
  vertical-align: bottom;
}

.imgtextmodule-layout-3 .third-img {
  margin-top: -30px;
  height: 205px;
}

.imgtextmodule-layout-3 .fourth-img {
  height: 280px;
}

.imgtextmodule-layout-3 .fourth-img .img {
  right: inherit;
  left: 0;
}

.imgtextmodule-layout-3 .first-img .img .img-content,
.imgtextmodule-layout-3 .third-img .img .img-content {
  width: 205px;
  height: 205px;
}

.imgtextmodule-layout-3 .fourth-img .img .img-content {
  height: 280px;
  width: 280px;
}

/* ----- LAYOUT-4 ----- */

.imgtextmodule-layout-4 .floating-img-left .floating-content .img-content {
  float: left;
  margin: 0 15px 15px 0;
}

.imgtextmodule-layout-4 .floating-img-right .floating-content .img-content {
  float: right;
  margin: 0 0 15px 15px;
}

.imgtextmodule-layout-4 .content-text {
  margin-bottom: 0;
}

/* ----- LAYOUT-5 ----- */
.imgtextmodule-layout-5 .listitems p {
  margin-bottom: 5px;
}

.imgtextmodule-layout-5 .listitems p:before {
  color: #fcc000;
  content: '\f055';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 7px;
}

.imgtextmodule-layout-5 .img-container.float-left,
.imgtextmodule-layout-5 .img-container.float-right {
  width: calc(41.66666667% - 15px);
  margin-bottom: 30px;
}

.imgtextmodule-layout-5 .img-container.float-left {
  float: left;
  margin-right: 30px;
}

.imgtextmodule-layout-5 .img-container.float-right {
  float: right;
  margin-left: 30px;
}

.imgtextmodule-layout-2 .separator,
.imgtextmodule-layout-2 .headings,
.imgtextmodule-layout-21 .separator,
.imgtextmodule-layout-21 .headline,
.imgtextmodule-layout-21 .subheading,
.imgtextmodule-layout-21 .img-left {
  margin-left: 0;
}

.gallery-thumbnail-img > a {
  position: relative;
  height: 100%;
  display: inline-block;
}
/* ICONS */

.imgtextmodule .img-container a {
  background: none;
}

.imgtextmodule .img-container a::after {
  content: none;
  display: none;
}

.imgtextmodule .gallery-icon,
.imgtextmodule .enlarge-icon {
  position: absolute;
  right: 31px;
  bottom: 3px;
  z-index: 2;
  padding: 5px;
}

.imgtextmodule .enlarge-icon {
  right: 0;
  bottom: 0;
}

.imgtextmodule .enlarge-icon.external-link {
  margin-right: 0;
  right: 0;
}

.imgtextmodule .gallery-icon > * {
  stroke-width: 1.5;
}

.imgtextmodule .svg-search {
  position: absolute;
  right: 3px;
  bottom: 3px;
  z-index: 2;
  padding: 5px;
}

@media (max-width: 767px) {
  .imgtextmodule-layout-4 {
    width: 100%;
  }

  .imgtextmodule-layout-5 .img-container {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .imgtextmodule-layout-1 .img-container {
    text-align: right;
  }

  .imgtextmodule-layout-2.floating-image .col.images.img-right,
  .imgtextmodule-layout-21.floating-image .col.images.img-right {
    float: right;
  }

  .imgtextmodule-layout-2 .col.images.img-right,
  .imgtextmodule-layout-21 .col.images.img-right {
    margin-top: -60px;
  }

  .imgtextmodule-layout-4 img {
    max-width: 285px;
  }

  @media (max-width: 1199px) {
    /*.imgtextmodule-layout-2 .separator,
		.imgtextmodule-layout-2 .headings,
		.imgtextmodule-layout-21 .separator,
		.imgtextmodule-layout-21 .headline,
		.imgtextmodule-layout-21 .subheading,
		.imgtextmodule-layout-21 .img-left
		{
			margin-left: 81px;
		}*/
  }
}

@media (max-width: 991px) {
  /*.imgtextmodule-layout-2 .img-left,
	.imgtextmodule-layout-21 .img-left
	{
		margin-bottom: 15px;
	}
	.imgtextmodule-layout-1 .img-container
	{
		margin-bottom: 20px;
		text-align: center;
	}*/

  .imgtextmodule-layout-4 .floating-img-right .floating-content .img-content {
    margin-left: 0;
  }

  .img-container,
  .imgtextmodule-layout-2 .img-left,
  .imgtextmodule-layout-21 .img-left,
  .imgtextmodule-layout-4 .floating-img-left .floating-content .img-content,
  .imgtextmodule .slick-slider,
  .imgtextmodule-layout-5 .img-container,
  .imgtextmodule-layout-5 .img-content {
    margin-bottom: 30px;
    margin-right: 0;
  }
}


/* overlay at start */
.mfp-fade.mfp-bg
{
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready
{
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing
{
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content
{
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content
{
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content
{
    opacity: 0;
}

/* Single Gallery */

.bwGallery-container {
	background: #eee;
	padding: 50px 0;
	margin: 50px 0;
}

	.bwContainer-custom .bwGallery-container > .container {
		width: 100%;
	}

.bwGallery .image {
	display: inline-block;
	vertical-align: top;
}

	.news-single-container .bwGallery .image-container .img-description {
		background: transparent;
		box-shadow: inset 0px 0px 9px rgba(0,0,0,0.1);
		color: #aaa;
		padding: 10px;
	}
		
	.bwGallery .image-container .img-description {
		padding: 10px 0;
		line-height: 1.3em;
		color: #666;
	}
	
	/* img-description is set outside in generated gallery items (> 5 items) */
	.bwGallery .image .img-copyright,
	.bwGallery .image .img-description,
	.bwGallery .image + .img-description {
		font-size: 16px;
		display: none
	}

.bwGallery .slick-arrow::before {
	top: 0
}

.bwGallery .modal-text,
.gallerylist .modal-text {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.bwGallery .modal-text .image-description,
.gallerylist .modal-text .image-description {
	color: #fff;
	margin: 15px 0 5px 0;
	padding: 0 10px;
}

@media (max-width: 991px) {
	.bwGallery-container .slick-slider {
		margin-bottom: 0
	}
	
	.bwGallery .image {
		position: relative
	}
	
	.bwGallery .image a {
		position: relative;
		display: block;
	}
	
	.bwGallery .image .img-copyright,
	.bwGallery .image .img-description,
	.bwGallery .image + .img-description {
		display: block
	}
}

.bwTeasergroup--page {
  display: inline-block;
}

.teaser {
  margin-bottom: 50px;
}

.teaser .teaser-headline {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.15em;
  margin-bottom: 10px;
  display: inline-block;
  color: #555;
  max-width: 100%;
}

.teaser.grid-1 a.teaser-headline {
  color: #555;
}

/* Teaservariante Icon statt Bild*/
.teaser--type-icon .teaser-icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}

.teaser--type-icon .image-col .external-link::after {
  display: none;
}

.teaser--type-icon .image-col {
  position: relative;
  width: 100%;
  padding: 30px;
  margin-bottom: 20px;
}

.teasergroup.grid-2 .teaser--type-icon .image-col {
  padding-bottom: 66.67%;
}

.bwTeasergroup--grid-4 .teaser--type-icon .image-col {
  padding-bottom: 66.67%;
}

.bwTeasergroup--grid-4 .teaser--type-icon .teaser-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.bwTeasergroup--grid-1 .bwTeasergroup--pages {
  overflow: hidden;
}

.bwTeasergroup--grid-1 .row::before,
.bwTeasergroup--grid-1 .row::after {
  display: none;
}

.teaser.grid-3 .image + .content .teaser-headline {
  margin-top: 30px;
}

.teaser .img-responsive {
  width: 100%;
}

.teaser .content.center {
  text-align: center;
  margin: 0 auto;
  float: none;
}

.teaser .content.center .teaser-text {
  margin-left: auto;
  margin-right: auto;
}

.teaser.grid-1 .content.center .teaser-headline::after {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bwTeasergroup.bwTeasergroup--grid-1 .image-col img {
  width: auto;
  /*min-width: 100%;
	min-height: 100%;*/
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn.btn-link-teaser,
a.btn.btn-link-teaser {
  text-align: right;
}

.btn-link-teaser .linktext {
  float: left;
}

.btn-link-teaser svg {
  vertical-align: middle;
}

.btn-link-teaser:hover svg path {
  fill: white;
}

.bwTeasergroup.bwTeasergroup--grid-1 .teaser {
  margin: 0;
}

.bwTeasergroup.bwTeasergroup--grid-1 .teaser .image {
  margin-bottom: 0;
}

.bwTeasergroup.bwTeasergroup--grid-1 .bwTeasergroup--actions {
  z-index: 1;
  text-align: center;
  margin-top: 10px;
}

.bwTeasergroup.bwTeasergroup--grid-1 .content.center .bwTeasergroup--actions {
  text-align: center;
}

.bwTeasergroup.bwTeasergroup--grid-1 .content.center .bwTeasergroup--actions .bwPagination {
  margin-right: 0;
}

.bwTeasergroup.bwTeasergroup--grid-1 .bwPagination--list {
  transform: none;
}

/* Unterstrich Headlines */
.teaser.grid-1 .teaser-headline {
  padding-bottom: 25px;
}

.teaser.grid-1 .teaser-headline::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 2px;
  width: 250px;
}

@media (max-width: 767px) {
  /* Einspaltige Teaser auf Startseite 
	.bwPage .bwTeasergroup.bwTeasergroup--grid-1 {
		margin-bottom: -90px !important;
	}
	
	/* Add extra space for heading
	.bwPage .bwTeasergroup.bwTeasergroup--grid-1 {
		position: relative;
		height: calc(100vh - 90px);
		top: -90px;
	}*/

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .image-col {
    height: 270px;
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .bwAnnouncements--list,
  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .bwAnnouncements--list > .row,
  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .bwAnnouncements--list > .row > .col-xs-12,
  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .bwAnnouncements--list > .row > .col-xs-12 > .row,
  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .bwAnnouncements--list > .row > .col-xs-12 > .row .bwAnnouncements--item {
    height: 100%;
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .bwAnnouncements--list .col-xs-12 {
    float: none;
  }

  .bwTeasergroup .teaser.grid-1,
  .bwTeasergroup .teaser.grid-1 .iframe-button {
    position: relative;
  }

  .bwTeasergroup .teaser.grid-1 .iframe-button {
    height: 100%;
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .bwTeasergroup--actions .btn-default {
    display: none;
  }

  /* Teaser auf Start- und Untersieten */

  .teaser.grid-2 .image-col {
    width: 100%;
    max-width: none;
  }
}

/* Announcements */

.bwAnnouncements {
  position: relative;
}

@media (min-width: 992px) {
  .teaser-headline .quotation-mark {
    margin-left: -21px;
  }

  .bwAnnouncements {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
    width: 828px;
  }

  .bwAnnouncements:after,
  .bwAnnouncements:before {
    content: ' ';
    display: table;
  }

  .bwAnnouncements:after {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .bwAnnouncements {
    width: 1084px;
  }

  .teaser.grid-2 .image-col {
    width: auto;
    max-width: 195px;
  }
}

.bwTeasergroup--pages {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.bwTeasergroup--pages:after,
.bwTeasergroup--pages:before {
  content: ' ';
  display: table;
}

.bwTeasergroup--pages:after {
  clear: both;
}

.bwTeasergroup--pages.transitionRight {
  -webkit-animation: tuxKeyframesDummy 0.4s;
  animation: tuxKeyframesDummy 0.4s;
}

@-webkit-keyframes bwAnnouncementsTransitionRightMobile__in {
  0% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes bwAnnouncementsTransitionRightMobile__in {
  0% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes bwAnnouncementsTransitionRightMobile__out {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}

@keyframes bwAnnouncementsTransitionRightMobile__out {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}

.bwTeasergroup--pages.transitionRight .transitionOrigin {
  /*display: block;*/
  -webkit-animation: bwAnnouncementsTransitionRightMobile__out 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: bwAnnouncementsTransitionRightMobile__out 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.bwTeasergroup--pages.transitionRight .transitionTarget {
  -webkit-animation: bwAnnouncementsTransitionRightMobile__in 0.4s 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
  animation: bwAnnouncementsTransitionRightMobile__in 0.4s 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
}

.bwTeasergroup--pages.transitionLeft {
  -webkit-animation: tuxKeyframesDummy 0.4s;
  animation: tuxKeyframesDummy 0.4s;
}

@-webkit-keyframes bwAnnouncementsTransitionLeftMobile__in {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes bwAnnouncementsTransitionLeftMobile__in {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes bwAnnouncementsTransitionLeftMobile__out {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}

@keyframes bwAnnouncementsTransitionLeftMobile__out {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}

.bwTeasergroup--pages.transitionLeft .transitionOrigin {
  /*display: block;*/
  -webkit-animation: bwAnnouncementsTransitionLeftMobile__out 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: bwAnnouncementsTransitionLeftMobile__out 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.bwTeasergroup--pages.transitionLeft .transitionTarget {
  -webkit-animation: bwAnnouncementsTransitionLeftMobile__in 0.4s 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
  animation: bwAnnouncementsTransitionLeftMobile__in 0.4s 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
}

.bwAnnouncements--item {
  flex-wrap: wrap;
}

.bwTeasergroup.sliderEnabled .bwAnnouncements--item,
.bwTeasergroup.bwTeasergroup--grid-1 .bwAnnouncements--item {
  position: absolute;
  visibility: hidden;
  margin: 0;
}

.bwAnnouncements--item.current,
.bwTeasergroup.bwTeasergroup--grid-1 .bwAnnouncements--item.current,
.bwTeasergroup.sliderEnabled .bwAnnouncements--item.current {
  position: relative;
  display: flex;
  visibility: visible;
}

.bwAnnouncements--content {
  min-height: 230px;
  padding-bottom: 15px;
}

.bwAnnouncements--links {
  margin: 25px 0 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.5em;
  list-style: none;
}

.bwAnnouncements--linksIcon {
  margin: 0 0 2px 2px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .image-col {
    height: 400px;
  }

  .bwAnnouncements--item:after {
    clear: both;
  }

  .bwAnnouncements--image {
    float: left;
    width: 250px;
  }

  .bwAnnouncements--content {
    min-height: 280px;
    margin-left: 280px;
  }

  .bwAnnouncements--title {
    position: relative;
    margin-top: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.15em;
  }
}

@media (min-width: 992px) {
  .bwAnnouncements {
    display: table;
    height: 100%;
  }

  .bwTeasergroup--pages.transitionRight {
    -webkit-animation: tuxKeyframesDummy 0.4s;
    animation: tuxKeyframesDummy 0.4s;
  }

  @-webkit-keyframes bwAnnouncementsTransitionRightDesktop__in {
    0% {
      -webkit-transform: translate(25%);
      transform: translate(25%);
      visibility: visible;
      opacity: 0;
    }
    to {
      -webkit-transform: translate(0);
      transform: translate(0);
      opacity: 1;
    }
  }
  @keyframes bwAnnouncementsTransitionRightDesktop__in {
    0% {
      -webkit-transform: translate(25%);
      transform: translate(25%);
      visibility: visible;
      opacity: 0;
    }
    to {
      -webkit-transform: translate(0);
      transform: translate(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes bwAnnouncementsTransitionRightDesktop__out {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0);
      visibility: visible;
      opacity: 1;
    }
    to {
      -webkit-transform: translate(-25%);
      transform: translate(-25%);
      opacity: 0;
    }
  }
  @keyframes bwAnnouncementsTransitionRightDesktop__out {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0);
      visibility: visible;
      opacity: 1;
    }
    to {
      -webkit-transform: translate(-25%);
      transform: translate(-25%);
      opacity: 0;
    }
  }
  .bwTeasergroup--pages.transitionRight .transitionOrigin {
    /*display: block;*/
    -webkit-animation: bwAnnouncementsTransitionRightDesktop__out 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: bwAnnouncementsTransitionRightDesktop__out 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .bwTeasergroup--pages.transitionRight .transitionTarget {
    -webkit-animation: bwAnnouncementsTransitionRightDesktop__in 0.4s 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
    animation: bwAnnouncementsTransitionRightDesktop__in 0.4s 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
  }

  .bwTeasergroup--pages.transitionLeft {
    -webkit-animation: tuxKeyframesDummy 0.4s;
    animation: tuxKeyframesDummy 0.4s;
  }

  @-webkit-keyframes bwAnnouncementsTransitionLeftDesktop__in {
    0% {
      -webkit-transform: translate(-25%);
      transform: translate(-25%);
      visibility: visible;
      opacity: 0;
    }
    to {
      -webkit-transform: translate(0);
      transform: translate(0);
      opacity: 1;
    }
  }
  @keyframes bwAnnouncementsTransitionLeftDesktop__in {
    0% {
      -webkit-transform: translate(-25%);
      transform: translate(-25%);
      visibility: visible;
      opacity: 0;
    }
    to {
      -webkit-transform: translate(0);
      transform: translate(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes bwAnnouncementsTransitionLeftDesktop__out {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0);
      visibility: visible;
      opacity: 1;
    }
    to {
      -webkit-transform: translate(25%);
      transform: translate(25%);
      opacity: 0;
    }
  }
  @keyframes bwAnnouncementsTransitionLeftDesktop__out {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0);
      visibility: visible;
      opacity: 1;
    }
    to {
      -webkit-transform: translate(25%);
      transform: translate(25%);
      opacity: 0;
    }
  }

  .bwTeasergroup--pages.transitionLeft .transitionOrigin {
    /*display: block;*/
    -webkit-animation: bwAnnouncementsTransitionLeftDesktop__out 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: bwAnnouncementsTransitionLeftDesktop__out 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .bwTeasergroup--pages.transitionLeft .transitionTarget {
    -webkit-animation: bwAnnouncementsTransitionLeftDesktop__in 0.4s 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
    animation: bwAnnouncementsTransitionLeftDesktop__in 0.4s 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
  }

  .bwAnnouncements--body {
    max-width: 400px;
    margin-top: 40px;
    color: #858585;
    font-size: 15px;
    line-height: 1.5em;
  }

  .bwAnnouncements--title {
    min-height: 200px;
    margin: -17px 0 10px -2px;
    font-size: 64px;
    letter-spacing: -1px;
  }

  .bwAnnouncements--title:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    content: '';
    width: 180px;
    height: 2px;
    background: linear-gradient(90deg, #cc9900, #fbde73);
  }
}

@media (min-width: 1200px) {
  .bwAnnouncements--image {
    width: 385px;
  }

  .bwAnnouncements--content {
    min-height: 440px;
    margin-left: 485px;
  }

  .bwAnnouncements--title {
    margin: -17px 0 17px -2px;
    font-size: 74px;
    letter-spacing: -2px;
  }

  .bwAnnouncements--title:after {
    bottom: -17px;
  }

  .bwAnnouncements--body {
    max-width: 500px;
  }
}

@media (min-width: 991px) {
  .bwTeasergroup--pagination {
    display: inline-block;
    margin: 0 20px 0 0;
  }

  .bwTeasergroup--actions {
    text-align: right;
  }

  .bwTeasergroup--pagination .bwPagination--container {
    max-width: 150px;
  }
}

@media (min-width: 992px) {
  .bwTeasergroup--grid-1 .bwTeasergroup--page .teaser > .row {
    display: flex;
    align-items: stretch;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    justify-content: space-between;
  }

  .bwTeasergroup--grid-1 .bwTeasergroup--page .teaser .content {
    float: none;
  }

  .bwTeasergroup--grid-1 .bwTeasergroup--page .teaser .image-col {
    float: none;
    top: 0;
    overflow: hidden;
    min-width: 410px;
  }

  .bwTeasergroup--grid-1 .teaser .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  /* Bild links, Text rechts */
  .bwTeasergroup--grid-1 .teaser.subgrid-1 .content {
    order: 2;
    flex-shrink: 0;
  }

  .bwTeasergroup--grid-1 .teaser.no-image .content {
    align-items: center;
  }

  .bwTeasergroup--grid-1 .teaser.subgrid-1 .image-col {
    order: 1;
  }

  .bwTeasergroup--grid-1 .teaser.subgrid-1 .image-col {
    margin-right: 15px;
  }
  .bwTeasergroup--grid-1 .teaser.subgrid-2 .image-col {
    margin-left: 15px;
  }

  .teaser.grid-1 .image-col {
    /*width: 690px;
		right: auto;*/
    max-height: 515px;
  }

  .bwTeasergroup .teaser.grid-1 .image {
    margin-top: 0;
    margin-bottom: 0px;
  }

  .bwTeasergroup .teaser.grid-1 {
    margin-bottom: 0;
    padding: 30px 0;
  }

  /* Bild rechts */
  .teaser.grid-1.subgrid-2 .image-col {
    left: auto;
    /*right: -30px;*/
  }

  .teaser.grid-1 .content .text {
    max-width: 400px;
    /*margin-top: 40px;*/
    color: #858585;
  }

  .bwPage .bwTeasergroup .teaser.grid-1.subgrid-4 {
    margin-bottom: 120px;
  }

  .teaser.grid-1.subgrid-4 {
    position: relative;
    min-height: 376px;
  }

  .teaser.grid-1.subgrid-4 .content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    min-height: 0;
  }

  .teaser.grid-1.subgrid-4 .content .text p {
    color: #fff;
    line-height: 1.4em;
  }

  .bwTeasergroup .teaser.grid-1.subgrid-4 .teaser-headline {
    font-size: 58px;
    color: #fff;
    min-height: 0;
  }

  .bwTeasergroup .teaser.grid-1.subgrid-4 .teaser-headline::after {
    display: none;
  }

  .bwPage .bwTeasergroup .teaser.grid-1.subgrid-4 .content .text {
    margin-top: 20px;
  }

  .teaser.grid-1.subgrid-4 .teaser-img {
    height: 400px;
    overflow: hidden;
  }

  .teaser.grid-1.subgrid-4 .teaser-img img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
  }

  .teaser .teaser-headline {
    font-size: 32px;
    line-height: 1.1em;
  }

  .teaser .teaser-headline.bold {
    font-weight: bold;
  }

  .bwTeasergroup--grid-4.sliderEnabled .bwTeasergroup--page {
    display: flex;
    align-items: stretch;
  }

  .bwTeasergroup--grid-4.sliderEnabled .bwTeasergroup--page:not(.current) {
    visibility: hidden;
  }

  .bwTeasergroup--grid-4.sliderEnabled .teaser.grid-4 {
    display: flex;
    flex-direction: column;
    float: none;
    flex: 0 0 auto;
  }

  .bwTeasergroup--grid-4.sliderEnabled .teaser.grid-4 .image-col {
    flex-shrink: 0;
  }

  .bwTeasergroup--grid-4.sliderEnabled .teaser.grid-4 .content {
    flex-grow: 1;
  }

  .teaser.grid-2 .teaser-headline {
    font-size: 18px;
  }

  .teaser.grid-4 .teaser-headline {
    font-size: 17px;
    color: #2d2d2d;
  }

  .teaser.grid-4 p {
    color: #727272;
  }

  .teaser.grid-1 .image + .content .teaser-headline {
    margin-top: -10px;
  }

  .teaser.grid-3 .teaser-headline {
    font-size: 36px;
    margin-top: 20px;
    color: #555;
  }

  .bwPage.grey .teaser .image-col .maincolor,
  .bwPage.grey .teaser .image-col .image {
    margin-bottom: 0;
  }

  .bwPage.grey .teaser .content {
    background: #fff;
    padding: 25px 20px 20px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .teaser.grid-1 .teaser-headline {
    margin: 3px 0 10px -2px;
    font-size: 40px;
  }
}

@media (min-width: 1160px) {
}

@media (min-width: 1200px) {
  /*.teaser:nth-child(4n+1)
	{
		clear: both;
	}*/

  .bwTeasergroup--grid-1 .teaser.subgrid-1 .image-col {
    margin-right: 30px;
  }
  .bwTeasergroup--grid-1 .teaser.subgrid-2 .image-col {
    margin-left: 30px;
  }

  .bwTeasergroup--grid-1 .bwTeasergroup--page .teaser > .row {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }

  .bwTeasergroup--grid-1 .teaser.subgrid-1 .image-col {
    width: 690px;
  }

  /*.teaser.grid-1 .image-col {
		width: 690px;
	}*/

  .teaser.grid-1 .teaser-headline {
    margin: 3px 0 17px -2px;
    font-size: 50px;
  }

  .teaser.grid-1 .content .text {
    max-width: 500px;
  }

  .teaser.grid-1 .content {
    min-height: 400px;
  }

  .teaser.grid-1 .content .text p,
  .teaser.grid-1 .content .text a {
    color: #555;
    font-size: 17px;
    line-height: 1.5em;
  }

  .teaser.grid-1.subgrid-4 {
    /*min-height: 416px;*/
    min-height: 480px;
  }

  .bwPage .bwTeasergroup .teaser.grid-1.subgrid-4 {
    margin-bottom: 0;
  }

  .teaser.grid-1.subgrid-4 .content {
    /* Padding dient zur künstlichen Zentrierung wegen min-height */
    padding-bottom: 50px;
  }
}

.teaser .image {
  margin-bottom: 20px;
}

.teaser-headline {
  margin-bottom: 10px;
}

.teaser-text {
  margin-bottom: 20px;
}

.bwPage .teaser-text p {
  font-size: 16px;
}

.bwTeasergroup--actions {
  text-align: center;
}

.bwTeasergroup--actionsItem {
  display: inline-block;
  padding: 5px 25px;
  background: #fcc000;
  font-size: 15px;
  color: #ffffff;
  vertical-align: middle;
}

.bwTeasergroup--actionsItem:focus,
.bwTeasergroup--actionsItem:hover,
.bwTeasergroup--actionsItem:visited {
  color: #ffffff;
}

body.black .bwTeasergroup .content p,
body.blue .bwTeasergroup .content p {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .grid-4.teaser-col:nth-child(odd) {
    clear: both;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .grid-4.teaser-col:nth-child(3n + 1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .grid-4.teaser-col:nth-child(4n + 1) {
    clear: both;
  }
}

@media (min-width: 550px) {
  .grid-2.teaser-col:nth-child(odd) {
    clear: both;
  }

  /* .bwTeasergroup--grid-4 .teaser--type-icon .teaser-icon {
		transform: scale(0.5);
	} */
}

@media (min-width: 992px) {
  .grid-1.subgrid-2 .col-lg-6.content {
    padding-right: 30px !important;
  }

  .bwTeasergroup--grid-4 .teaser--type-icon .teaser-icon {
    transform: scale(1);
  }
}

@media (max-width: 991px) {
  .bwTeasergroup.sliderEnabled .teaser {
    margin-bottom: 10px;
  }

  .bwTeasergroup--grid-1 .bwTeasergroup--actions {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 {
    padding: 0;
    margin-bottom: 0 !important;
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .teaser.no-image .teaser-headline {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .teaser.has-image .teaser-text {
    display: none;
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .bwTeasergroup--teaser-inner {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    max-width: 100%;
    margin: 0;
    justify-content: flex-start;
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .no-image .bwTeasergroup--teaser-inner {
    justify-content: center;
  }

  .teaser.grid-1 .teaser-headline {
    width: 100%;
  }

  .teaser.grid-1.has-image .teaser-headline::after {
    content: none;
    display: none;
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .bwTeasergroup--pages-inner {
    display: flex;
    flex-direction: column;
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .teaser {
    padding: 0;
    width: 100%;
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .teaser.no-image {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .bwPage .bwTeasergroup .teaser.grid-1 .content {
    text-align: center;
    padding: 25px 10px;
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .bwTeasergroup--page.background-blue {
    background: #072c46;
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .bwTeasergroup--page .teaser.has-image {
    background: #fff;
  }

  .bwPage .bwTeasergroup .teaser.grid-1.no-image .content {
    color: #fff;
    padding-top: 60px;
    max-width: 80%;
  }

  .bwPage .bwTeasergroup .teaser.grid-1.no-image .content .teaser-headline,
  .bwPage .bwTeasergroup .teaser.grid-1.no-image .content .teaser-text p {
    color: #fff;
  }

  .bwPage .bwTeasergroup .teaser.grid-1.no-image:not(.subgrid-2) .content .text .external-link::after {
    /* --- siehe main.css --- */
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE1IDE0Ij48ZyBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjxwYXRoIGQ9Ik0xNC4yIDcuMTA1Yy4wMy0uMDY3LjAzLS4xNDIgMC0uMjEtLjAxMy0uMDMzLS4wMzQtLjA2My0uMDYtLjA5bC0zLjU1LTMuNjEyLS41OS43MThWNi41SDQuNDQ0djFIMTB2Mi41ODdjLS4xMS4xMDcuMjg0LjI4LjM5My4zODguMDU1LjA1NC4xMjYuMDguMTk4LjA4LjA3MiAwIC4xNDQtLjAyNi4xOTgtLjA4bDMuMzUyLTMuMjhjLjAyNi0uMDI2LjA0Ny0uMDU3LjA2LS4wOXoiLz48cGF0aCBkPSJNLjU0MyAxMy4wMDNWMUg4Vi41MDNIMFYxMy41aDh2LS40OTciLz48L2c+PC9zdmc+') no-repeat !important;
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .teaser .teaser-headline {
    font-size: 24px;
    font-weight: normal;
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .image-col {
    order: -1;
    overflow: hidden;
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .image-col .image {
    height: 100%;
    width: 100%;
  }

  .bwTeasergroup--actions-top {
    position: absolute;
    width: 100%;
    top: 0;
  }

  .bwTeasergroup--grid-3 .teaser {
    margin-bottom: 30px;
    width: 100%;
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .bwTeasergroup--actions .bwPagination--button.previous,
  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .bwTeasergroup--actions .bwPagination--button.next {
    display: none;
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .bwTeasergroup--actions .bwPagination--button {
    font-size: 0;
    width: auto;
  }

  .bwPage .bwTeasergroup.bwTeasergroup--grid-1 .bwTeasergroup--actions .bwPagination--button::after {
    content: ' ';
    height: 8px;
    width: 8px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: inline-block;
  }

  .bwPage.invertColorsMobile .bwTeasergroup.bwTeasergroup--grid-1 .bwTeasergroup--actions .bwPagination--button::after {
    background-color: rgba(255, 255, 255, 0.4);
  }
}

@media (max-width: 549px) {
  .col-mini-12 {
    width: 100%;
  }

  .bwTeasergroup .teaser.grid-1.no-image .content {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .grid-1.subgrid-3 .image-col {
    display: none;
  }
}


