/* custom-text-bild */

.custom-text-bild {
    text-align: center;
    padding: 5rem 15%;
    width: 100%;
}

.custom-text-bild .highlightbox:not(.willkommen) {
    background: #f3f3f3;
}

.custom-text-bild .highlightbox {
    padding: 2rem;
    text-align: left;
}

.custom-text-bild .showspalte .highlightbox,
.custom-text-bild .highlightbox-white {
    background: #fff;
}

.custom-text-bild .backgroundbox {
    background-size: cover;
    background-position: center center;
}

.custom-text-bild .showbild {
    background-position: top center;
    background-repeat: no-repeat;
}

.custom-text-bild .reverse {
    flex-direction: row-reverse;
}

.custom-text-bild .rotbutton-reverse,
.custom-text-bild .rotbutton-standard {
    margin-top: 2.286rem;
    display: inline-block;
}

.custom-text-bild .karrierbild-right {
    background-size: cover;
    background-position: center;
}

.showbild {
    width: 100%;
    height: 300px;
}

.showtxt {
    width: 50%;
    position: absolute;
    left: 50%;
    margin-left: -25%;
    margin-top: 200px;
    border-radius: 2px;
    box-shadow: 10px 10px 50px #ddd;
    padding: 20px;
    text-align: left;
    display: inline-block;
    background: #fff;
}

.showtxt p {
    margin: 0.5rem 0;
}

.showtxt a {
    margin: 0 auto;
    width: 30%;
    display: block;
}

.showtxt ul ul {
    margin-top: 1rem
}

.showspalte {
    width: 46%;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 300px;
}

.custom-text-bild .fontsize2 {
    font-family: "sansationbold";
}

.custom-text-bild .squarelist li p {
    font-size: 2rem;
    line-height: 3rem;
    font-family: sansationbold;
    font-weight: normal;
}

.custom-text-bild .karriertxt.highlightbox :first-child:not(strong) {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 3rem;
    font-family: sansationbold;
    font-weight: normal;
}