/* Newsletter content */

.newsletter-content.jumbotron{
    /*padding-top: 23px;
    padding-bottom: 135px;*/
	    padding-top: 24px;
    padding-bottom: 72px;
background-image: url(/wp-content/themes/bayernde/assets/images/svg/bg-rauten-blau-15.svg);
   background-repeat: repeat-x;
    background-size: 100% auto;
    background-position: top;
    background-attachment: unset;
	/*background-color:rgba(233, 236, 239, 0.5);*/
	/*background-color:#e9ecef;*/
}
.newsletter-content-breadcrumb{
    padding: 0px;
    background: none;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}
.newsletter-content-breadcrumb span{
    padding: 0 1em;
}
.newsletter-content-breadcrumb span:first-child {
    padding: 0;
}
.newsletter-content-breadcrumb span:last-child{
    font-weight: bold;
}
.newsletter-content .box{
}
.newsletter-content-title{
    margin-bottom: 32px;
    font-size: 52px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}
.newsletter-content-description{
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
}
.newsletter-content-description a{
    color: #003f73;
}
/* Newsletter form */
.newsletter-form{
    padding-top: 72px;
    padding-bottom: 72px;
    position: relative;
}
.newsletter-form:after{
    content: "";
    background-image: url(/wp-content/themes/bayernde/assets/images/svg/BG-Rauten-gelb.svg);
    /*background-repeat: repeat-x;*/
	 background-repeat: repeat-x;
    background-size: 100% auto;
    background-position: top;
    background-attachment: unset;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.newsletter-form .box{
    margin-bottom: 72px;
    margin-top: 0;
    display: block;
}
.newsletter-form .box:last-child{
    margin-bottom: 0px;
}
.newsletter-form-title{
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
}
.newsletter-form .register .newsletter-form-title{
    margin-bottom: 32px;
}
.newsletter-form-logout{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
}
.newsletter-form-logout .row{
    margin-top: 22px;
}
.newsletter-form-logout .newsletter-form-title{
    margin-bottom: 32px;
}
.newsletter-form .logout .row{
    margin-top: 22px;
}
.newsletter-content-breadcrumb span.VR20S {
    font-weight: normal !important;
    padding: 0;
}
.newsletter-content-breadcrumb span:last-child span.VR20S{
    font-weight: bold !important;
}
.newsletter-form .register .alert-success {
    margin-bottom: -40px;
}