
body.mce-content-body {
    font-family: 'Montserrat';
    font-size:20px;
    line-height:30px;
    max-width: 900px;
}

h2{
    font-size:21pt;
    text-transform: uppercase;
    color:#D31F25;
}

.content-page-text img{
    width:auto;
    max-width:100%;
}
/*********************************************************************/
/* Text mit Überschrift Element                                   */
/*********************************************************************/


.content-text-element{
    max-width: 100%;
}

.content-text-element p{
    max-width: 900px;
}

.content-text-element h3{
    font-size:13.5pt;
    text-transform: uppercase;
    color:#D31F25;
    font-weight: bold;
    margin-bottom: 31px;
}

.content-text-element p{
    font-size:12pt;
}

@media(min-width:992px){
    .content-text-element h3{
        font-size:18pt;
        max-width:900px;
    }

    .content-text-element p{
        font-size:15pt;
    }

    .content-page-text{
        font-family: 'Montserrat';
        font-size:20px;
        line-height:30px;
        max-width: 900px;
    }

}

@media(min-width:1200px){
    .content-page-text{
        max-width: 600px;
    }
}

@media(min-width:1400px){
    .content-page-text{
        max-width: 900px;
    }
}
/*********************************************************************/
/* Text mit rechtem Bild - Element                                   */
/*********************************************************************/

.content-text-bild-element{
    overflow: hidden;
}

.content-text-bild-element h3{
        font-size:13.5pt;
        text-transform: uppercase;
        color:#D31F25;
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 30px;
}

.content-text-bild-element p{
    font-size:12pt;
}

/*.content-text-bild-element .right-image{*/
.right-image{
    width: auto;
    height: auto;
    max-width:calc(100% + 0px);
    margin-left:0px;
    margin-right:0px;
    margin-bottom: 30px;
}

/*.content-text-bild-element .left-image{*/
.left-image{
    width: auto;
    height: auto;
    max-width:calc(100% + 0px);
    margin-left:0px;
    margin-right:0px;
    margin-bottom: 30px;
}


.mce-content-body > .right-image,
.content-page-text > .right-image{
    border:0px solid red;
}

.content-text-bild-element .copyright{
    font-size:9pt;
    color:#666666;
    text-align:right;
}


@media(min-width:768px){
    /*.content-text-bild-element .right-image{*/
     .right-image{
        display: block;
        margin-left: auto;
        margin-right: 0px;
        margin-top: 15px;
        max-width: 100%;
        height: auto;
        width: auto;
    }

    /*.content-text-bild-element .left-image{*/
    .left-image{
        display: block;
        margin-left: 0px;
        margin-right: auto;
        margin-top: 15px;
        max-width: 100%;
        height: auto;
        width: auto;
    }


}

@media(min-width:992px){
    .content-text-bild-element h3{
        font-size:18pt;
    }

    .content-text-bild-element p{
        font-size:15pt;
        max-width:860px;
    }

    .right-image{
        margin-top: 0px;
        max-width: 100%;
        height: auto;
        image-rendering: auto;
    }

    .left-image{
        margin-top: 0px;
        max-width: 100%;
        height: auto;
        image-rendering: auto;
    }

    .content-text-bild-element{
        width: 100vw;
        max-width: 992px;
    }

    .mce-content-body > .right-image,
    .content-page-text > .right-image{
        border:0px solid red;
        margin-right: -69px;
    }

}

@media(min-width:1400px){

    .content-text-bild-element{
        width: 100vw;
        max-width: 1320px;
    }

    .mce-content-body > .right-image,
    .content-page-text > .right-image{
        border:0px solid red;
        margin-right: -407px;
    }
}

@media(min-width:1520px){

    .content-text-bild-element{
        width: 100vw;
        max-width: 1500px;
    }

    .mce-content-body > .right-image,
    .content-page-text > .right-image{
        border:0px solid red;
        margin-right: -585px;
    }
}


/*********************************************************************/
/* Aufzählinges-Element                                              */
/*********************************************************************/
.content-list-element{
    max-width:868px;
}

.content-list-element h3{
    color:#D31F25;
    font-size:13.5pt;
    font-weight: bold;
    text-transform: uppercase;
}

.content-list-element ul{
    margin-top:16px;
}

.content-list-element ul li{
    font-size: 12pt;
    margin-bottom: 18px;
}

.content-list-element li::marker {
    position:relative;
    color: #D31F25; 
    font-size: 24px;
    background-color: #D31F25;
    width:15px;  
    height:15px;
}


@media(min-width:992px){


    .content-list-element h3{
        font-size:18pt;
        margin-bottom:17px;
    }

    .content-list-element ul{
        
    }
    
    .content-list-element ul li{
        font-size: 15pt;
        margin-bottom: 25px;
    }

}
/*********************************************************************/

.content-video-class {
    max-width:670px;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    margin-left:auto;
    margin-right:auto;
}

iframe.iframe500 {
    width: 100%;
    height: 700px;
}


iframe.iframe1000 {
    width: 100%;
    height: 1200px;
}

iframe.margin-iframe-top{
    margin-top:-68px;
}

@media(min-width:992px){
    iframe.iframe500 {
        width: 113%;
    }


    iframe.iframe1000 {
          width: 113%;
    }

    iframe.margin-iframe-top{
        margin-top:-37px;
    }
}




.accordion-content h2{
    font-size: 14pt;
}

@media(min-width:768px){
    .accordion-content h2{
        font-size: 16pt;
    }
}

@media(min-width:992px){
    .accordion-content h2{
        font-size: 21pt;
    }
}

.btn-content-custom{
    display:inline-block;
    background-color: #D31F25;
    color:white;
    text-decoration: none;
    border-radius: 30px;
    padding-left:10px;
    padding-right:10px;
    height:50px;
    line-height: 50px;
    font-size:13pt;
}


.scrollable-table-wrapper{
    width:100%;
    overflow-x: auto;
}

.tiny-download-btn{
    position: relative;
    display: inline-block;
    font-size: 10.5pt;
    line-height: 21pt;
    font-weight: 500;
    background-color: transparent;
    text-transform: uppercase;
    border: 1px solid #333333;
    border-radius: 45px;
    color: #333333;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-right: 50px;
    text-decoration: none;
    margin-left: 0px;
    margin-top: 25px;
    max-height: 45px;
    white-space: nowrap;
}


.tiny-download-btn::after {
  position: absolute;
  left: 17px;
  top: 11px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 0.4rem;
  background-image: url("/frontend/img/download-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}