section.m29_berichte:not([data-kurze-ausgabe="true"]) .m29_title_container_title {
margin-bottom: 60px;
position: relative;
}
section.m29_berichte:not([data-kurze-ausgabe="true"]) .m29_title_container_title:after {
content: '';
height: 1px;
width: 100%;
background: #333333;
position: absolute;
right: 0;
bottom: -10px;
}
section.m29_berichte:not([data-kurze-ausgabe="true"]) .m29_title_container_title * {
position: relative;
z-index: 1;
font-size: .875rem;
color: #ededed;
padding-right: 30px;
background: #121212;
text-transform: uppercase;
display: inline-block;
}
section.white .m29_title_container_title:after,
section.purewhite .m29_title_container_title:after {
background: #c7c7c7;
}
section.white .m29_title_container_title *,
section.purewhite .m29_title_container_title * {
color: #007fc5;
background: #ededed;
}
section.light .m29_title_container_title * {
background: #1a1a1a;
}
section.purewhite .m29_title_container_title * {
background: #fff;
}
.m29_item {
margin-bottom: 30px;
}
section.m29_berichte .m29_link_container a {
display: inline-block;
color: #007fc5;
-webkit-transition: border-color .4s, background .4s, color .4s;
-moz-transition: border-color .4s, background .4s, color .4s;
-ms-transition: border-color .4s, background .4s, color .4s;
-o-transition: border-color .4s, background .4s, color .4s;
transition: border-color .4s, background .4s, color .4s;
}
section.m29_berichte .m29_link_container a:hover {
color: #fff;
}
section.m29_berichte .m29_link_container a svg {
width: 15px;
height: 15px;
fill: #007fc5;
-webkit-transition: fill .4s;
-moz-transition: fill .4s;
-ms-transition: fill .4s;
-o-transition: fill .4s;
transition: fill .4s;
}
section.white .m29_link_container a,
section.purewhite .m29_link_container a {
color: #007fc5;
}
section.m29_berichte.white .m29_link_container a:hover,
section.m29_berichte.purewhite .m29_link_container a:hover {
color: #fff;
}
section.m29_berichte.white .m29_link_container a svg,
section.m29_berichte.purewhite .m29_link_container a svg {
fill: #007fc5;
}
section.m29_berichte .m29_link_container a:hover svg {
fill: #fff;
}
section.m29_berichte .m29_link_container a span {
display: inline-block;
margin-left: 8px;
}
.m29_item_title {
font-size: 1rem;
font-weight: 700;
font-family: "verdana-pro", sans-serif;
}
section.m29_berichte .row {
justify-content: space-between;
overflow: hidden;
}
section.m29_berichte .m29_item_teaser_container {
margin-bottom: 40px;
}
section.m29_berichte .m29_item {
margin-bottom: 130px;
position: relative;
}
section.m29_berichte .m29_item:after {
content: '';
position: absolute;
left: 0;
bottom: -65px;
width: 120%;
height: 1px;
background: #313131;
}
section.m29_berichte .m29_item:before {
content: '';
position: absolute;
right: -40px;
top: 0;
width: 1px;
height: 100%;
background: #313131;
}
section.m29_berichte .m29_item:not(:nth-child(3n)):before {
display: block;
}
.m29_berichte_load_more_container {
display: flex;
justify-content: center;
}
.m29_berichte_load_more_text {
cursor: pointer;
}
.m29_berichte_load_more_text svg {
width: 15px;
height: 15px;
stroke: #fff;
margin-bottom: 2px;
margin-right: 5px;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
-webkit-transition: fill .4s, -webkit-transform .4s;
-moz-transition: fill .4s, -moz-transform .4s;
-ms-transition: fill .4s, -ms-transform .4s;
-o-transition: fill .4s, -o-transform .4s;
transition: fill .4s, transform .4s;
}
.m29_berichte_load_more_text:hover svg {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .container[data-ausrichtung="rechts"], 
section.m29_berichte[data-kurze-ausgabe-slide="true"] .container[data-ausrichtung="zentriert_ausfuellung_rechts"] {
padding-left: 0;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .slick-track {
display: flex;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .slick-slide {
height: inherit;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_berichte_container_content,
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_item_content {
height: 100%;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_berichte_container_content {
display: flex;
flex-direction: column;
justify-content: space-between;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .container[data-ausrichtung="links"], 
section.m29_berichte[data-kurze-ausgabe-slide="true"] .container[data-ausrichtung="zentriert_ausfuellung_links"] {
padding-right: 0;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_berichte_container {
padding: 0 12px;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] [data-ausrichtung*="zentriert_ausfuellung"] .slick-slide {
-webkit-transition: opacity .4s;
-moz-transition: opacity .4s;
-ms-transition: opacity .4s;
-o-transition: opacity .4s;
transition: opacity .4s;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] [data-ausrichtung*="zentriert_ausfuellung"] .slick-slide:not(.slick-active) {
opacity: .3;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_item {
margin-bottom: 0;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_item:after {
display: none;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_title_container_title * {
font-size: 2.8125rem;
margin-bottom: 60px;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_slider_button {
position: absolute;
z-index: 3;
top: 50%;
left: -108px;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
background: #007fc5;
border-radius: 60%;
width: 48px;
height: 48px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: opacity .4s, background .4s;
-moz-transition: opacity .4s, background .4s;
-ms-transition: opacity .4s, background .4s;
-o-transition: opacity .4s, background .4s;
transition: opacity .4s, background .4s;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_slider_button.slick-disabled {
opacity: 0;
cursor: default;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_slider_button svg {
fill: #fff;
width: 9px;
height: 11px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: fill .4s;
-moz-transition: fill .4s;
-ms-transition: fill .4s;
-o-transition: fill .4s;
transition: fill .4s;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_slider_button:hover {
background: #fff;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_slider_button:hover svg {
fill: #007fc5
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_slider_button.m29_slider_next {
left: auto;
right: 100px;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_slider_button.m29_slider_next svg {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .slick-list {
margin: 0 -50px;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_item .m29_item_content {
margin: 0 25px;
padding: 0 25px;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_item:before {
right: 5px;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_item:last-child:before {
display: none;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_link_container a span {
color: #ccc;
-webkit-transition: color .4s;
-moz-transition: color .4s;
-ms-transition: color .4s;
-o-transition: color .4s;
transition: color .4s;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_link_container a svg {
fill: #ccc;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_link_container a:hover span {
color: #007fc5;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_link_container a:hover svg {
fill: #007fc5;
}
@media screen and (min-width: 768px) {
section.m29_berichte .m29_item {
width: 40%;
}
}
@media screen and (min-width: 992px) {
section.m29_berichte .m29_item {
width: 30%;
}
}
@media screen and (max-width: 2199px) {
section.m29_berichte .m29_item:before {
right: -25px;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_item:before {
right: 40px;
}
}
@media screen and (max-width: 1920px) {
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_item:before {
right: -5px;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_item:not(:first-child) .m29_item_content {
padding-left: 30px;
margin-left: 30px;
}
}
@media screen and (max-width: 1599px) {
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_item:before {
right: 0;
}
}
@media screen and (max-width: 1399px) {
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_slider_prev {
left: 30px;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_slider_button.m29_slider_next {
right: 30px;
}
section.m29_berichte .row {
padding: 0 60px;
}
}
@media screen and (max-width: 1199px) {
section.m29_berichte .row {
padding: 0;
}
}
@media screen and (max-width: 991px) {
section.m29_berichte .m29_item:before {
display: none;
right: -65px;
}
section.m29_berichte .m29_item:not(:nth-child(2n)):before {
display: block;
}
section.m29_berichte .m29_item:after {
width: 150%;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] {
padding-left: 90px;
padding-right: 90px;
}
}
@media screen and (max-width: 767px) {
section.m29_berichte .m29_item:before {
display: none;
}
section.m29_berichte {
padding-top: 75px;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .slick-list {
margin: 0 -30px;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_item .m29_item_content {
margin: 0 15px;
padding: 0 15px;
}
}
@media screen and (max-width: 575px) {
section.m29_berichte[data-kurze-ausgabe-slide="true"] {
padding-left: 0;
padding-right: 0;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .container[data-ausrichtung="rechts"], 
section.m29_berichte[data-kurze-ausgabe-slide="true"] .container[data-ausrichtung="zentriert_ausfuellung_rechts"] {
max-width: 100% !important;
padding-left: 42px;
padding-right: 42px;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_slider_button {
top: auto;
bottom: 10px;
left: 42px;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_slider_button.m29_slider_next {
left: auto;
right: 42px;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_title_container_title * {
font-size: 2.1125rem;
}
}
@media screen and (max-width: 500px) {
section.m29_berichte[data-kurze-ausgabe-slide="true"] .slick-list {
margin: 0;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_item .m29_item_content {
margin: 0;
padding: 0;
}
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_item:before {
display: none;
}
}
@media screen and (max-width: 450px) {
section.m29_berichte[data-kurze-ausgabe-slide="true"] .m29_title_container_title * {
font-size: 1.6125rem;
}
}