.magazin_header{
    position: relative;
}
.magazin_header figure.image{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.magazin_header figure.image img{
    width: unset;
    height: 500px;
}
.magazin_header .overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 30px;
}
.magazin_header .overlay .tags a{
    color: #18a1b8;
    text-decoration: none;
    margin: 0 30px 10px 0;
    float: left;
}
.magazin_header .overlay .tags a:hover{
    color: #007988;
}
h1.black{
    color: #000000;
}
.row.magazin{
    margin-top: 60px;
}
.magazin_teaser .verlauf{
    background: linear-gradient(to right, #2597B5, #CC1385);
    height: 2px;
}
.magazin_teaser .text{
    background-color: #ffffff;
    padding: 20px;
}
.magazin_teaser span{
    font-family: roboto_slab;
    letter-spacing: 0px;
    font-size: 28px;
    line-height: 35px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
.magazin_teaser .tags a{
    color: #18a1b8;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 8px;
    font-size: 14px;
    line-height: 34px;
    float: left;
}
.magazin_teaser .tags{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.magazin_teaser .tags a:hover{
    color: #007988;
}
.magazin_1 .magazin_teaser .text{
    height: 349px;
    width: 654px;
}
.magazin_1 .magazin_teaser .image{
    height: 264px;
    width: 470px;
    background-color: #aaaaaa;
    position: absolute;
    right: -65px;
    overflow: hidden;
}
.magazin_teaser .image img{
    width: 100%;
    height: auto;
}
.magazin_teaser a{
    display: block;
    height: 100%;
}
.magazin_1 .magazin_teaser .col7{
    margin-top: 40px;
}
.magazin_2 .magazin_teaser .text{
    height: 312px;
}
.magazin_2 .magazin_teaser .image{
    width: 555px;
    height: 312px;
    background-color: #aaaaaa;
    overflow: hidden;
}
.magazin_3 .magazin_teaser{
    margin-top: 110px;
}
.magazin_3 .magazin_teaser .text{
    height: 450px;
}
.magazin_4 .magazin_teaser .text{
    height: 349px;
}
.magazin_4 .magazin_teaser .image{
    width: 360px;
    height: 480px;
    background-color: #aaaaaa;
    overflow: hidden;
}
.magazin_4 .col5{
    margin: 58px 0 0 -70px;
}
.row.alle_artikel .weiter,
.row.magazin_start_header .weiter,
.magazin_teaser .weiter {
    background-image: url("/fileadmin/template/images/Pfeil_duenn.svg");
    height: 20px;
    width: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.2s;
}
.row.magazin_start_header .weiter,
.row.alle_artikel .weiter{
    margin: 5px 0 0 10px;
    float: right;
}
.row.magazin_start_header a:hover .weiter,
.row.alle_artikel a:hover .weiter{
    margin: 5px -7px 0 17px;
}
.row.magazin_start_header a{
    float: right;
    margin-top: 5px;
}
.row.alle_artikel a{
    float: right;
}
.tag_h1{
    text-align: center;
}
.tag_wolke{
    background-color: #ffffff;
    padding: 30px 0 60px 0;
}
.tag_wolke h2{
    font-family: roboto_slab;
    text-align: center;
    margin-top: 0;
}
.tag_wolke .tags{
    text-align: center;
}
.tag_wolke a{
    font-size: 18px;
    line-height: 40px;
    margin-right: 30px;
    display: inline-block;
}
.row.magazin_content_head{
    background-color: #ffffff;
    margin-bottom: 225px;
}
.row.magazin_content_head figure.image{
    margin-bottom: -165px;
    margin-top: 50px;
    position: relative;
}
.row.magazin_content_head figure.image img{
    max-width: 961px;
    margin: auto;
    display: grid;
}
.row.magazin_content_head figure figcaption{
    position: absolute;
    line-height: 21px;
    font-size: 14px;
    color: #999999;
}
.row.magazin_content_head h1{
    text-align: center;
    margin-bottom: 50px;
}
.row.magazin_content_head h2{
    text-align: center;
    font-size: 16px;
    font-family: roboto_slab;
    letter-spacing: 0;
}
.row.haupttag h2.like_h1{
    font-family: roboto_black;
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 60px;
    color: #007988;
    font-weight: normal;
    text-align: center;
}
.row.magazin_start{
    padding-bottom: 100px;
}
.magazin_teaser img{
    transition: all 0.8s;
}
.magazin_teaser:hover img{
    transform: scale(1.09);
}
.magazin_teaser .text span{
    transition: all 0.2s;
}
.magazin_teaser:hover .text span{
    color: #007988;
}
.row.article_tags{
    text-align: center;
    padding-top: 60px;
}
.row.article_tags a{
    margin-right: 20px;
    border: 1px solid #18a1b8;
    padding: 5px 20px;
    border-radius: 20px;
}
.row.article_tags a:hover{
    border: 1px solid #007988;
}
.magazin_teaser .edr{
    float: right;
    color: #e6007e;
    border: 2px solid #e6007e;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 5px;
}

@media (max-width: 768px) {
    .row.magazin_content_head figure.image{
        margin-bottom: 0;
    }
    .row.magazin_content_head{
        margin-bottom: 30px;
    }
    .row.magazin_content_head figure figcaption{
        position: relative;
        margin-bottom: 0;
    }
    .magazin_header figure.image img{
        height: 300px;
    }
    .magazin_header .overlay{
        padding: 0 20px 30px 20px;
    }
    .magazin_header .overlay .tags a{
        margin: 0 20px 10px 0;
    }
    .row.haupttag h2.like_h1{
        font-size: 28px;
    }
    .row.haupttag .row.alle_artikel .col4{
        width: 100%;
    }
    .row.haupttag .row.alle_artikel .col4:first-child,
    .row.haupttag .row.alle_artikel .col4:last-child{
        display: none;
    }
    .row.alle_artikel a{
        text-align: center;
    }
    .row.alle_artikel .weiter{
        display: none;
    }
    .row.alle_artikel{
        margin-top: 0;
    }
    .col12.magazin_1 .col5{
        width: 86%;
    }
    .magazin_1 .magazin_teaser .image{
        width: 100%;
        height: auto;
        right: unset;
        left: -20px;
    }
    .magazin_1 .magazin_teaser .col7{
        width: 100%;
        right: -20px;
    }
    .magazin_1 .magazin_teaser .col7{
        margin-top: 115px;
    }
    .magazin_1 .magazin_teaser .text{
        width: 100%;
        height: auto;
    }
    .col6.magazin_2,
    .col4.magazin_3{
        width: 100%;
    }
    .row.magazin .col1{
        display: none;
    }
    .magazin_2 .magazin_teaser .image{
        width: 100%;
        height: auto;
    }
    .magazin_1 .magazin_teaser .image a,
    .magazin_2 .magazin_teaser .image a,
    .magazin_3 .magazin_teaser .image a{
        line-height: 0;
    }
    .magazin_3 .magazin_teaser .text,
    .magazin_2 .magazin_teaser .text{
        height: auto;
    }
    .magazin_3 .magazin_teaser{
        margin-top: 60px;
    }
    .magazin_teaser h2{
        font-size: 20px;
        line-height: 28px;
    }
    .magazin_4 .magazin_teaser .image{
        width: 100%;
        height: auto;
    }
    .magazin_4 .col2{
        display: none;
    }
    .magazin_4 .col4{
        width: 48%;
    }
    .magazin_4 .col5{
        width: 90%;
        margin: -40px 0 0 30px;
    }
    .magazin_4 .magazin_teaser .text{
        height: auto;
    }
    h2{
        font-size: 20px;
    }
    .row.article_tags a{
        float: left;
        margin: 0 15px 15px 0;
        padding: 4px 17px;
    }
    .magazin_teaser .tags a{
        line-height: 22px;
    }
    .magazin_teaser .edr{
        margin-bottom: 20px;
    }
}


