/* Page Notify */

.notify-content.jumbotron {
    /*padding-top: 23px;*/
    padding-bottom: 0;
    /*background-position: top;
    background-attachment: unset;*/
}

.notify-breadcrumb {
    margin-bottom: 32px;
}

.notify-sub-title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    margin-bottom: 24px;
}

.notify-title {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.95;
    letter-spacing: normal;
    margin-bottom: 24px;
}

.notify-content-text {
    padding-bottom: 58px;
}

.notify-content-text .section-block-text {
    background: none;
    padding: 0;
}

.notify-content-text .section-block-text .content-blocktext {
    font-size: 15px;
    line-height: 1.8;
}
.notify-content-text .section-block-text-video {
    background: none;
    padding: 0;
}

.notify-content-text .section-block-text-video .content-blocktext {
    font-size: 15px;
    line-height: 1.8;
}

.instagram-notify h2.notify-title-white {
    font-size: 32px;
}
.instagram-notify {
    background-image: linear-gradient(to bottom, #003f6f 50%, #021c2f);/*background-image: linear-gradient(to bottom, rgba(0, 63, 111, 0.75), #003f6f);*/
    position: relative;
}

.instagram-notify h2.title-white {
    line-height: 1.5;
    margin-bottom: 40px;
    position: relative;
}

.instagram-notify h2:after {
    content: "";
    background: url(/wp-content/themes/bayernde/assets/images/svg/Notify.svg) center no-repeat;
    width: 47px;
    height: 48px;
    position: absolute;
    right: 0;
    background-size: 97px 98px;
    top: 0px;
}

.instagram-notify-content {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 48px;
}

.instagram-notify a {
    border-radius: 0;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: 1px;
    text-align: center;
    color: #001322;
    padding: 18px 56px 16px 61px;
}

.instagram-notify a:hover {
    background: #003f6f;
    color: #fff;
}

.instagram-notify .instagram-notify-content a {
    background: none;
    font-size: 18px;
    color: #fff;
    padding: 0;
}

