/***** RTE - Start *****/
.content a.link-arrow-right {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0 0 0 38px;
    /*word-break: break-all;*/
    /*text-decoration: none;*/
}
.content a.link-arrow-right::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -38px;
    width: 28px;
    height: 14px;
    background: url("../Images/bg-arrow-right-lightblue.svg") no-repeat;
    background-size: 28px auto;
}
.content .news-single a.link-arrow-right::before {
    background-image: url("../Images/bg-arrow-right-red.svg");
}

p.text-indent {
    padding: 0 0 0 38px;
}
.content p.text-indent a.link-arrow-right {
    padding: 0;
}
.content p.text-indent a.link-arrow-right::before {
    left: -38px;
}

.content a.link-arrow-down {
    display: inline-block;
    position: relative;
    margin: 0 0 0 30px;
    line-height: 1.525;
    /*text-decoration: none;*/
    border-bottom: 2px solid #fff;

    transition: all var(--transition-t1);
}
.content a.link-arrow-down::before {
    content: '';
    position: absolute;
    top: 9px;
    left: -24px;
    width: 14px;
    height: 23px;
    border-bottom: 2px solid rgb(var(--color-secondary-light));
    background: url("../Images/bg-arrow-down-lightblue.svg") no-repeat;
    background-size: 14px auto;
}
.content .news-single a.link-arrow-down::before {
    border-bottom-color: rgb(var(--color-primary));
    background-image: url("../Images/bg-arrow-down-red.svg");
}
.content a.link-arrow-down:hover {
    border-bottom-color: transparent;
}
/***** RTE - End *****/

/***** TYPO3 - Start *****/
.frame-type-textmedia,
.frame-type-text {
    margin: 0 0 76px;
}
.frame-type-textmedia .ce-bodytext p:last-of-type,
.frame-type-text .ce-bodytext p:last-of-type {
    margin-bottom: 0;
}
.frame-type-textmedia .ce-bodytext p:last-of-type + h3,
.frame-type-text .ce-bodytext p:last-of-type + h3 {
    margin-top: 20px;
}
.frame-type-image {
    margin: 0 0 76px;
    padding: 74px 0 38px;
    background-color: rgba(var(--color-secondary), .12);
}
.frame-type-image.frame-layout-10 {
    padding: 0;
    background-color: transparent;
}

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
    margin-bottom: 16px;
}
.ce-intext.ce-left .ce-gallery {
    margin-right: 20px;
}
.ce-intext.ce-right .ce-gallery {
    margin-left: 20px;
}
.ce-gallery img {
    margin: 4px 0 0;
}
.ce-gallery figcaption {
    padding: 6px 0 0;
    line-height: 1.2;
    font-style: italic;
    font-size: 22px;
}
.ce-row {
    margin-bottom: 24px;
}

.ce-intext .header .offset-xxl-1 {
    margin-left: 0;
}

.frame-space-after-medium {
    margin-bottom: 76px;
}
.frame-space-after-large {
    margin-bottom: 142px;
}
/***** TYPO3 - End *****/

/***** Überschriften - Start *****/
.headline-outer {
    margin: 0 0 22px;
}
.headline-outer.center {
    text-align: center;
}
.content .headline-outer a {
    text-decoration: none;
}
.headline-outer h2 {
    display: inline;
    font-size: 28px;
    border-bottom: 3px solid rgb(var(--color-secondary-light));
    transition: all var(--transition-t1);
}
.content .headline-outer a:hover h2 {
    border-bottom-color: transparent;
}
.headline-outer h2 span {
    font-size: 36px;
}
/***** Überschriften - End *****/

/***** Links - Start *****/
.content a {
    text-decoration: underline;
}
.content a:hover {
    text-decoration: none;
}
/***** Links - End *****/


/***** Layout- und Rahmenklassen - Start *****/
.frame-custom-100 .headline-outer {
    /*margin: 0 0 78px;*/
}
.frame-custom-100 .headline-outer h2 {
    font-size: 26px;
}
.frame-custom-100 .headline-outer h2 a {
    text-decoration: none;
}
.frame-custom-100 .headline-outer h2 span {
    font-size: 54px;
}

.frame-custom-110 .headline-outer h2 {
    border-bottom-color: rgb(var(--color-primary));
}
/***** Layout- und Rahmenklassen - End *****/

/***** Tabellen - Start *****/
.table-responsive {
    margin: 0 0 76px;
    overflow-x: auto;
}
.table.rm {
    border-collapse: collapse;
    width: 100%;
}
.table.rm.th-top {
    border-bottom: 8px solid rgb(var(--color-secondary-light));
}
.table.rm th {
    text-align: left;
    color: #fff;
    background-color: rgb(var(--color-table-bg-th-2));
}
.table.rm.th-top th {
    background-color: rgb(var(--color-table-bg-th-1));

}
.table.rm tr {
    border-bottom: 2px solid #fff;
    background-color: rgb(var(--color-table-bg-tr-primary));
}
.table.rm tr:nth-of-type(even) {
    background-color: rgb(var(--color-table-bg-tr-secondary));
}
.table.rm th,
.table.rm td {
    padding: 10px 20px;
}
/***** Tabellen - End *****/

/***** Video - Start **/
video {
    display: block;
}
.video {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video video {
    width: 100%;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/***** Video - End **/

/***** Flipping-Card - Start *****/
.engagement-boxes {
    padding: 40px 0 60px;
    background-color: rgba(var(--color-secondary-light), .15);
}
.engagement-boxes .title h2 {
    display: inline-block;
    margin: 0 0 34px;
    font-size: 34px;
    border-bottom: 3px solid rgb(var(--color-secondary-light));
}

.fp-container {
    position: relative;
    width: 100%;
    height: 478px;
    margin: 0 0 28px;
    -webkit-perspective: 800px;
    perspective: 800px;
}
div.cols-3.type-b div.col div.fp-container {
    margin: 0 0 28px;
}
.fp-container .flipping-card {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 72px;
    overflow: hidden;

    -webkit-transition: transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
.fp-container .flipping-card .do-flip.show {
    display: block;
    position: absolute;
    bottom: 16px;
    right: 86px;
    height: 39px;
    font: 400 34px/1 var(--font-2);
    color: #fff;
    border-bottom: 3px solid #fff;
    cursor: pointer;
}
.fp-container .flipping-card .do-flip.show::before {
    content: '';
    position: absolute;
    top: 4px;
    right: -62px;
    width: 62px;
    height: 35px;
    background: url("../Images/bg-arrow-turn-white.svg") no-repeat right;
    background-size: contain;
}
.fp-container .flipping-card .do-flip.back {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 26px;
    height: 26px;
    padding: 0;
    background: url("../Images/bg-close.svg") no-repeat;
    background-size: contain;
    cursor: pointer;
    transform: none;
    border-radius: 0;
}
.fp-container .flipping-card .do-flip.back hr {
    border-color: #eee;
}
.fp-container .flipping-card .front,
.fp-container .flipping-card .back {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fp-container .flipping-card .front {

}
.fp-container .flipping-card .back {
    padding: 30px 42px 36px 42px;
    color: #fff;
    background-color: rgb(var(--color-secondary-light));
    overflow: hidden;
    -webkit-transform: rotateY( 180deg );
    -ms-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    /*z-index: 0;*/

    border-radius: 0 0px 72px 0;
    overflow: hidden;
}
.fp-container .flipping-card .front.in-background {
    border-radius: 0 0 0 72px;
    overflow: hidden;
}
.fp-container .flipping-card.flipped {
    -webkit-transform: translateX( -100% ) rotateY( -180deg );
    -ms-transform: translateX( -100% ) rotateY( -180deg );
    transform: translateX( -100% ) rotateY( -180deg );
    overflow: visible;
}

.fp-container .flipping-card .front .top {
    display: flex;
    flex-direction: column;
    height: 280px;
}
.fp-container .flipping-card .front .company {
    padding: 30px 24px 0 42px;
}
.fp-container .flipping-card .front .company .headline {
    display: inline-block;
    padding: 0 0 2px;
    font: 400 34px/1.1 var(--font-2);
    color: rgb(var(--color-secondary-light));
    border-bottom: 3px solid rgb(var(--color-secondary-light));
}
.fp-container .flipping-card .front .logo {
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 198px;*/
}
.fp-container .flipping-card .front .logo img {
    max-height: 136px;
    object-fit: contain;
}
.fp-container .flipping-card .front .logo.placeholder {
    align-items: flex-end;
}
.fp-container .flipping-card .front .logo.placeholder img {
    width: calc(100% - 60px);
    max-height: unset;
    margin: 0 auto;
}
.fp-container .flipping-card .front .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 198px;
    padding: 15px 0 0 42px;
    background-color: rgb(var(--color-secondary-light));

    transition: all var(--transition-t2);
}
.fp-container .flipping-card .front:hover .bottom {
    background-color: rgb(var(--color-secondary));
}
.fp-container .flipping-card .front .bottom ul.contact {
    color: #fff;
}
.fp-container .flipping-card .front .bottom ul.contact li {
    margin: 0 0 16px;
    padding: 0;
}
.fp-container .flipping-card .front .bottom ul.contact li::before {
    display: none;
}
.fp-container .flipping-card .front .bottom ul.contact li a {
    position: relative;
    padding: 0 0 0 34px;
}
.fp-container .flipping-card .front .bottom ul.contact li a::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 25px;
    height: 25px;
}
.fp-container .flipping-card .front .bottom ul.contact li.www a::before {
    background: url("../Images/bg-icon-www-white.svg") no-repeat center;
    background-size: 25px auto;
}
.fp-container .flipping-card .front .bottom ul.contact li.email a::before {
    background: url("../Images/bg-icon-email-white.svg") no-repeat center;
    background-size: 23px auto;
}

.fp-container .flipping-card .front .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 15px 0 15px;
    color: #fff;
    background-color: rgba(241, 127, 0, 0.73);
}
.fp-container .flipping-card .front .text p {
    margin-right: 32px;
}

.fp-container .flipping-card .back .title .headline {
    display: inline-block;
    margin: 0 0 24px;
    font: 400 34px/1.26471 var(--font-2);
    border-bottom: 3px solid #fff;
}
.fp-container .flipping-card .back .text {
}
/***** Flipping-Card - End *****/