.circle, .circle img.avatar {
    border-radius: 100%;
}


/*

@media only screen and (min-width: 1288px) {

    .mobileOnly, .tableOnly {
        display: none !important;
    }
}

@media only screen and (max-width: 1288px) and (min-width: 680px) {

    .mobileOnly, .desktopOnly {
        display: none !important;
    }

}

@media only screen and (max-width: 680px) {

    .tabletOnly, .desktopOnly {
        display: none !important;

    }
*/
@media only screen and (min-width: 680px) {


    
    .fullHeight {
        height: 100%;
    }
    
  /* Styles für mobile Safari-Browser */
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) {
.wp-block-group.is-layout-grid.wp-block-group-is-layout-grid {
display: unset;
}
  }
}

    aside.wp-block-group {
        max-width: 300px;
        min-width: 300px;
    }

}

.shy {
    hyphens: auto;
}


