
/* Impressum */


@media (min-width: 576px) {

    /* ganzen rahmen mit border left nach links schieben */
    .florack-col-border-left-red {

        margin-left: -20px;

    }

}


@media (min-width: 768px) {


    /* ganzen rahmen mit border left nach links schieben */
    .florack-col-border-left-red {

        margin-left: -20px;

    }


    .florack-col-border-left-red .text-indent {
        margin-left: 20px;
    }

    .florack-col-border-left-red a {
        color: #2b2b2b;
        text-decoration: none;
    }
    .florack-col-border-left-red a:hover {
        color: #2b2b2b;
        text-decoration: none;
    }

    .florack-col-border-left-red .textpic-item .textpic-gallery {
        width: 8rem;
        /*border: 1px solid red;*/
    }



    .section-default .textpic-item.textpic-gallery figure {
        padding-left: 0px;
        margin-right: 0px;

        max-height: 70px;
        max-width: 70px;

    }
    .section-default .textpic-item.textpic-gallery figure img {
        padding-left: 0px;
        margin-right: 0px;

        max-height: 70px;
        max-width: 70px;
    }


    .section-default .textpic-gallery .gallery-item {
        padding-left: 0px;
        padding-right: 10px;

    }


    .section-default .textpic-item.textpic-text
    {
        margin-bottom: 0;
        width: 33%;
        margin-right: 10px;
        border: 0px solid green;
        line-height: 1.3;
    }


    .textmedia-right .textmedia-item, .textmedia-left .textmedia-item, .textpic-right .textmedia-item, .textpic-left .textmedia-item, .textmedia-right .textpic-item, .textmedia-left .textpic-item, .textpic-right .textpic-item, .textpic-left .textpic-item {

        width: auto;
    }

    .florack-col-border-left-red .frame .frame-container p {
        line-height: 1.25;
        hyphens: auto;
    }


}



/* wechseln sie zu */
@media (max-width: 576px) {
    .wechseln-sie-zu {
        padding-left: 20px;
        border-left: 2px solid transparent;
        height: 100px;
        display: flex;
        flex-direction: row;

        font-size: .875rem;
        line-height: 1.3;
        display: flex;
        flex-direction: row;

    }
    .wechseln-sie-zu .w-col-1 {height: 40px;justify-content: center;align-items: center;align-content: center;}
    .wechseln-sie-zu .w-col-1 p { }
    .wechseln-sie-zu .w-col-2 {  height:100px;  }
    .wechseln-sie-zu .w-col-3 {  height:100px;  }


    .wechseln-sie-zu .w-col-2 .gallery-item img    {
        max-width: 100px;
        max-height: 100px;
    }
    .wechseln-sie-zu .w-col-3 .gallery-item img    {
        max-width: 100px;
        max-height: 100px;
    }

}

@media (min-width: 576px) and (max-width:768px) {
    .wechseln-sie-zu {
        padding-left: 0px;
        border-left: 2px solid transparent;
        height: 100px;
        display: flex;
        flex-direction: row;

        font-size: 1rem;
        line-height: 1.3;
    }
    .wechseln-sie-zu .w-col-1 {height: 90px; width: 50%;}
    .wechseln-sie-zu .w-col-1 p { }
    .wechseln-sie-zu .w-col-2 {  height:100px;width: 25%; }
    .wechseln-sie-zu .w-col-3 {  height:100px;  width: 25%;}


    .wechseln-sie-zu .w-col-2 .gallery-item img    {
        max-width: 100px;
        max-height: 100px;
    }
    .wechseln-sie-zu .w-col-3 .gallery-item img    {
        max-width: 100px;
        max-height: 100px;
    }
}



@media (min-width: 768px) {
    .wechseln-sie-zu {
        padding-left: 20px;
        border-left: 2px solid transparent;
        height: 64px;
        display: flex;
        flex-direction: row;

        font-size: .875rem;
        line-height: 1.3;
        display: flex;
        flex-direction: row;

    }
    .wechseln-sie-zu .w-col-1 {height: 40px;width: auto;margin-right: 10px;}
    .wechseln-sie-zu .w-col-1 p { }
    .wechseln-sie-zu .w-col-2 {  width:56px;  }
    .wechseln-sie-zu .w-col-3 {  width:56px;  }


    .wechseln-sie-zu .w-col-2 .gallery-item img    {
        max-width: 48px;
        max-height: 48px;
    }
    .wechseln-sie-zu .w-col-3 .gallery-item img    {
        max-width: 48px;
        max-height: 48px;
    }

}



@media(min-width: 992px) {
    
    .wechseln-pull-right {
        float: right;
    }
}

@media(min-width: 768px) and (max-width:992px) {
.wechseln-pull-right .justify-content-end {
    justify-content: flex-start !important;
/*    border: 1px solid red;*/
}

}