.frame-type-imagetextstartseite  .text-block{
    width: 45%;

    text-align: center;
    margin: 50px auto 30px auto;
}

.frame-type-imagetextstartseite .image {
    margin: 0;
}


.frame-type-imagetextstartseite .text-block a::after{
    margin-left: 3px;
    vertical-align: middle;
    content: "\f30b";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.frame-type-imagetextstartseite .image a::after{

    content: "";

}
.frame-type-imagetextstartseite  .half-width-image .img-half{
    width: 50%;
}
.frame-type-imagetextstartseite  .half-width-image .text-block{
    width: 50%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
    padding-right: 20%;
    text-align: left;
    
}

.frame-type-imagetextstartseite  .d-flex{
    display: flex!important;
}

.flex-column-reverse {
    flex-direction: column-reverse;
}
.frame-type-imagetextstartseite  .bg-grey a{
    color: black!important;
}

.frame-type-imagetextstartseite  .justify-between{
    justify-content: space-between;
}



.frame-type-imagetextstartseite  .margin-bottom{
    margin-bottom: 100px;
}

.frame-type-imagetextstartseite  .margin-bottom-small{
    margin-bottom: 50px;
}
.frame-type-imagetextstartseite  img{
    max-width: 100%!important;
}

.text-align-left{
    text-align: left;
}
.frame-type-imagetextstartseite  .padding-right-smaller{
    padding-right: 13%!important;
}

.frame-type-imagetextstartseite  .img-block{
    width:100%;
    height: 750px;
    position: relative;
}
.frame-type-imagetextstartseite  .img-block-big{
    width:100%;
    height: 880px;
    position: relative;
}

.frame-type-imagetextstartseite   .flex-wrap{
flex-wrap: wrap;
}

.frame-type-imagetextstartseite   .img-text-block{
    width: 45%;
    text-align: center;
    margin: 100px auto 100px auto;
    max-width: 1192px;
}

.frame-type-imagetextstartseite.frame-layout-2 .img-text-block{
    width: 25%;
    text-align: center;
    margin: 100px auto 100px auto;
    max-width: 1192px;
}

.frame-type-imagetextstartseite .img-text-block img {
    display: block;
    margin: auto;
    margin-bottom: 40px;
    width: auto;
}

@media (min-width: 992px) and (max-width: 1280px){
    .frame-type-imagetextstartseite .img-text-block {
        text-align: center;
        width: 100%;
        margin: 50px auto 100px auto;
        max-width: 1192px;
    }
}

@media(max-width:991px){
    .frame-type-imagetextstartseite .img-text-block {
        text-align: center;
        width: 100%;
        margin: 50px auto 100px auto;
        max-width: 1192px;
    }
    .frame-type-imagetextstartseite   .text-block{
        width: 100%;
        padding: 10%;
    }

    .frame-type-imagetextstartseite  .img-block-inner{
        padding: 10px 30px;
        top: 46%;
    }
    .frame-type-imagetextstartseite  .d-none-sm{
        display:none;
    }

    .frame-type-imagetextstartseite  .img-block{
        background-size: contain!important;
        background-repeat: no-repeat;
        height: 470px;
    }

    .img-right{
        flex-direction: column-reverse;
    }
    .frame-type-imagetextstartseite  .half-width-image .img-half{
        width: 100%;
    }
    .frame-type-imagetextstartseite  .half-width-image .text-block{
        width: 100%;
        margin: 0;
        padding: 10%;
        padding-right: 20%;
        text-align: left;
        
    }
}
@media(min-width:992px){
    .flex-md-row{
        flex-direction: row;
    }
}


@media(min-width:2150px) {
    .frame-type-imagetextstartseite  .half-width-image {
        height: auto;
    }
    .frame-type-imagetextstartseite  .half-width-image.margin-bottom-small {
        margin-bottom: 20px;
    }
}

.frame-type-imagetextstartseite  h2.bold{
    font-weight: 900;
}

.frame-type-imagetextstartseite  h2{
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 28px;
}

.frame-type-imagetextstartseite  h3{
    font-size: 12px;
    margin-bottom: 3px;
    letter-spacing: 2.4px;
    line-height: 17px;
    border: none;
    padding: 0;
    margin-top: 0;
    
}

.frame-type-imagetextstartseite  p{
    font-size: 14px;
    margin-bottom: 3px;
}

.frame-type-imagetextstartseite a{
    font-size: 14px;
    font-weight: 600;
    color: unset;
}
@media(min-width:992px){
    .frame-type-imagetextstartseite  h2.bold{
        font-weight: 900;
    }
        
    .frame-type-imagetextstartseite .half-width-image .text-block {
        padding-right: 10%;
    }
}
@media(min-width:1600px){
    .frame-type-imagetextstartseite .half-width-image .text-block {
        padding-right: 20%;
    }
    .frame-type-imagetextstartseite  h2.bold{
        font-weight: 900;
    }
    
}
