body {color: #000 !important;font-size: 10pt;}
a {color:#000 !important; text-decoration: none !important;}
a[href]:after { content: none !important; }
img[src]:after { content: none !important; }
select {
    //Remove default arrow
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    &::-ms-expand {
      display: none;
    }
    //Replace with an image
    background-repeat: no-repeat;
    background-image: url("/path_to/selecebox_arrow.png");
    background-position: right;
  }
img {max-width: 30%;height: auto;float: right; margin: 0 0 20pt 20pt;}
.paragraph, .container, .teaser-mit-bild, .flex {width: 100% !important;display: block;height: auto;clear: both;}
.bildTextText {float: left;}
.ejsNaviWrapper,
.ejsNaviWrapper .flex,
.header-search-box,
.header-barriere-box,
div[role=contentinfo],
#block-ejs-breadcrumbs,
#block-ejs-cookiesui,
#block-reiter,
#block-bettersocialsharingbuttons,
.paragraph--type--slider,
footer,
button {display: none!important;}


.buchhandlung .grid {
    grid-template-columns: none !important;
}
