
@media (max-width: 992px) {
    .nui.grid.stackable.horizontal.spaced.columnx1.ersatzterminblock {
      flex-direction: column !important;
    }

    .buchenbutton {
        position: fixed;
        top: 70px;
        flex-direction: row;
        max-width: 360px;
    }

    .buchenbutton > div > div {
        max-width: 163px;
    }
}




@media screen and (max-width:768px){

    .menu-unten ul {
        display: flex;
        justify-content: center;
        margin-top: 16px;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
    }

   .sprachwahl {
        position: fixed;
        top: 78px;
        display: none;
    }

    .sprachwahl_unten {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 0 130px 0;
    }

    .sprachwahl_unten div.mod-languages li {
        max-width: 36px;
    }






    .container, .container-md, .container-sm {
        max-width: 98% !important;
    }


    .com-content.view-article .article-details {
        padding: 0  !important;
    }

    .row > * {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    
    .article-header {
        padding-left: 8px;
    }

    .anfrageblockA, .anfrageblockB, .anfrageblockC  {
        width: 100%;
        margin: 0 1%;
        margin-bottom: 20px;
    }

    .ukbild {
        max-width: none;
    }

    .sppb-carousel-pro-text h2 {
        font-size: 30px !important;
        line-height: 26px !important;
        margin-top: 27px !important;
    }

    .sppb-carousel-pro-content p {
        font-size: 26px !important;
        line-height: 26px !important;
    }

    .sprachwahl {
        position: absolute;
        top: auto;
        bottom: 175px !important;
        width: 100%;
    }

    div.mod-languages ul {
        display: flex;
        justify-content: left;
    }

    .sprachwahl li {
        margin: 0 10px !important;
    }

}


@media screen and (min-width: 992px) and (max-width: 1200px) {
	.logo-image {
		height: 2.2vw !important;
	}
}