a.entry-detail-link {
    text-decoration: none;
    color: #000000;
}
div.wrap-entry-outer-box {
    position: relative;
    width: 100%;
    height: 516px;
    background-color: #ebeced;
    overflow: hidden;
    border: 0px solid red;
}
div.box-shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
div.entry-background,
div.entry-background-only {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: auto;
    left: 0;
    height: 50%;
    overflow: hidden;
}
div.entry-background-only {
    height: 100%;
    background-color: #ffffff;
}
div.entry-background-inner,
div.entry-background-only-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2;
}
div.entry-background-only-inner {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
div.entry-background-inner:hover,
div.entry-background-only-inner:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15); /* IE 9 */
    transform: scale(1.15);
}
div.wrap-entry-title-outer {
    position: relative;
    width: 100%;
    height: 50%;
    border: 0px solid green;
}
div.wrap-entry-title-inner {
    position: absolute;
    width: 100%;
    height: 86px;
    overflow: hidden;
    left: 0;
    bottom: 0;
    background-color:rgba(255,255,255,0.8);
}
div.wrap-entry-title {
    position: relative;
    max-height: 86px;
    padding: 5px 15px 0px 15px;
    overflow: hidden;
    color: #e2001b;
    font-size: 20px;
    line-height: 24px;
    box-sizing: border-box;
}
div.wrap-entry-title-only {
    position: relative;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #e2001b;
    font-size: 20px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 10px 15px;
    background-color:rgba(255,255,255,0.8);
}
div.wrap-entry-title-only-inner {
    position: relative;
    height: 86px;
    overflow: hidden;
}
div.entry-title-only {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div.wrap-entry-lead {
    position: relative;
    width: 100%;
    height: 50%;
    overflow: hidden;
    border: 0px solid blue;
}
div.wrap-entry-lead-text {
    max-height: 78px;
    overflow: hidden;
    padding: 10px 15px 80px 15px;
}
div.wrap-entry-detail-link-text {
    position: absolute;
    width: 100%;
    height: 70px;
    border: 0px solid yellow;
    left: 0;
    right: auto;
    bottom: 0;
}
div.entry-link {
    padding: 10px 15px;
}
div.wrap-entry-focus-slider {
    display: block;
}
div.wrap-entry-focus-list {
    display: none;
}
/* Schwerpunkt */
div.entry-focus-background {
    position: absolute;
    width: 68.5%;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}
div.entry-focus-background-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 2;
}
div.entry-focus-background-inner:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15); /* IE 9 */
    transform: scale(1.15);
}
div.wrap-entry-focus-title-outer {
    position: relative;
    width: 31.5%;
    height: 50%;
    border: 0px solid green;
    background-color:rgba(255,255,255,0.8);
}
div.wrap-entry-focus-title-inner {
    position: absolute;
    width: 100%;
    height: 86px;
    overflow: hidden;
    left: 0;
    bottom: 0;
}
div.wrap-entry-focus-lead {
    position: relative;
    width: 31.5%;
    height: 50%;
    overflow: hidden;
    float: left;
}
div.wrap-entry-focus-detail-link-text {
    position: absolute;
    width: 31.5%;
    height: 70px;
    border: 0px solid yellow;
    left: 0;
    right: auto;
    bottom: 0;
}
/* Schwerpunkt */
span.pre-entry-link-text:before {
    content: ">> ";
}
span.entry-link-text {
    color: #e2001b;
    text-decoration: underline;
}
span.entry-typ-btn {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    background-color: #e2001b;
    padding: 10px;
    color: #ffffff;
}
/*Ellipsify text that overflows its container*/
.ellipsis-lead {
    position: relative;
    height: 158px;
    max-height: 158px;
}
.ellipsis-title {
    position: relative;
    height: 80px;
    max-height: 80px;
}
.ellipsis-title-only {
    height: 258px;
}
@media only screen and (max-width: 768px){
    div.entry-focus-background {
        width: 100%;
        height: 50%;
        top: 0;
        bottom: auto;
    }
    div.wrap-entry-focus-title-outer {
        width: 100%;
        background-color: transparent;
    }
    div.wrap-entry-focus-title-inner {
        background-color:rgba(255,255,255,0.8);
    }
    div.wrap-entry-focus-lead {
        width: 100%;
        float: none;
    }
    div.wrap-entry-focus-detail-link-text {
        width: 100%;
        left: 0;
        right: auto;
    }
    div.wrap-entry-focus-slider {
        display: none;
    }
    div.wrap-entry-focus-list {
        display: block;
    }
}
@media only screen and (min-width: 768px),only screen and (min-width: 764px) and (max-width: 1280px) and (orientation: portrait){
    div.wrap-entry-focus-slider {  display: none; }
    div.wrap-entry-focus-list { display: block; }
}
@media only screen and (min-width: 1024px),only screen and (min-width: 1020px) and (max-width: 1280px) and (orientation: landscape){
    div.wrap-entry-focus-slider {  display: block;  }
    div.wrap-entry-focus-list { display: none; }
}
@media only screen and (min-width: 1240px){
    div.wrap-entry-focus-slider {  display: block;  }
    div.wrap-entry-focus-list { display: none; }
}
/* Fonts */
h1.entry-breadcrumb-title {
    color: #000000;
    font-size: 28px;
    /*line-height: 32px;*/
    line-height: 60px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: left;
	text-transform: uppercase;
}
a.entry-breadcrumb-title:link,
a.entry-breadcrumb-title:active,
a.entry-breadcrumb-title:visited { color: #000000; font-size: 16px; line-height: 32px; font-weight: 700; text-decoration: none; text-transform: none; }
a.entry-breadcrumb-title:hover { color: #000000;  font-size: 16px; line-height: 32px; font-weight: 700; text-decoration: none; text-transform: none; }
a.wrap-entry-breadcrumb-title { text-decoration: none }
