.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;
  }
}


