@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .b_counter__item {
    padding: 70px;
    display: inline;
    flex-direction: column;
    align-items: center;
    width: 320px;
}
}


#\32 09978 {
 color:#333;
}

/*Personen*/
.b_person__name {
  hyphens: none;
  color: black;
}


a.b_person__name {
  color: black;
}

.b_person__name a {
  color: black;
}

.b_person__name a:hover {
    color: primary;
    text-decoration: underline;
}

/* Headlines */
.b_accordion__headline,
.b_textmedia__header,
.b_ceheader__header,
.b_pageheader__headline,
h1,
h2,
h3,
h4,
h5,
h6 { 
  font-family: "Source Sans Pro", "HelveticaNeue", Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
  hyphens: none; }
  h1.b_textmedia__header, h1 {
    font-size: 32px;
    /*line-height: 41px;
    margin-bottom: 16px;*/ }
  h2.b_textmedia__header, h2 {
    font-size: 26px;
    /*line-height: 35px;
    margin-top: 45px;*/ }
  h3.b_textmedia__header, h3 {
    font-size: 22px;
    /*line-height: 31px;
    margin-top: 45px;*/ }
  h4.b_textmedia__header, h4 {
    font-size: 20px;
   /*line-height: 28px;
    margin-top: 45px; */}
  h5.b_textmedia__header, h5 {
    font-size: 17px;
   /* line-height: 25px;
    margin-top: 40px; */}

@media (min-width: 768px) {
  h1.b_textmedia__header, h1 {
    font-size: 44px;
    /*line-height: 58px;
    margin-bottom: 27px;*/ }
  h2.b_textmedia__header, h2 {
    font-size: 37px;
    /*line-height: 51px;
    margin-top: 50px;*/ }
  h3.b_textmedia__header, h3 {
    font-size: 31px;
    /*line-height: 43px;
    margin-top: 50px;
    margin-bottom: 19px;*/ }
  h4.b_textmedia__header, h4 {
    font-size: 25px;
     /*line-height: 35px;
   margin-top: 50px;
    margin-bottom: 10px;*/ }
  h5.b_textmedia__header, h5 {
    font-size: 21px;
     /*line-height: 30px;
   margin-top: 45px;
    margin-bottom: 10px;*/ } }

.b_textmedia__subheader {
	font-weight: 400;
	text-transform: none;
}

.b_pageheader__subheader {
	font-weight: 400;
	text-transform: none;
}


.b_accordion__headline {
	text-transform: uppercase;
	margin-bottom: 0px;
}

.b_accordion__content h1, .b_accordion__content h2, .b_accordion__content h3, .b_accordion__content h4, .b_accordion__content h5, .b_accordion__content h6 {
    font-size: 18px;
	line-height: 1.5;
    letter-spacing: .08em;
	font-weight: 400;
}

/*Uppercase bei Links*/
.b_textmedia__cta--link, .b_events__link, .b_news__link {
    text-transform: none;
}

/* Textbox Keyvisual */

.b_keyvisualslider__textbox .b_button {
	margin-top: 15px;
}

.b_keyvisualslider__textbox {
  			top: 65%;
}

.b_keyvisualslider__textbox--left {
  left: 40px;
}

.b_keyvisualslider__textbox--right {
  right: 40px;
}

@media screen and (min-width: 1024px) {
.b_footer__column-right {
    flex: 0 0 750;
    max-width: 750px;
    min-width: 750px;
}
}

@media screen and (max-width: 768px) {
.b_keyvisualslider__textbox {
    display:none;
}
}

.b_keyvisualslider--fullwidth .b_keyvisualslider__textbox {
  			top: 65%;
}

