body {
    font-family: message box, system-ui, sans-serif
    /* font-family: 'Courier New', Courier, monospace; */
    /* font-family:'Times New Roman', Times, serif */
}
::selection {
    background: #89C3E2;
    color: #000;
}

section.grid {
    border-bottom: 2px solid #c6c6c6;
    grid-gap: 0 !important;
}
section.grid column {
    padding: 0.5em !important;
}
section.grid:first-child .column:last-child {
    padding: 0 !important;
    max-height: 80vh;
}
section.grid:first-child .column:last-child .block-type-image {
    display: flex;
    justify-content: center;
}
section.grid:first-child .column:last-child figure {
    margin: 0 !important;
}
section.grid:first-child {
    overflow: hidden;
}
section.grid:first-child .column:last-child img {
    position: relative;
    z-index: -100;
    /* height: 80vh; */
    /* overflow: hidden; */
    width: 4.5vw;
}
section.grid:first-child .column:first-child {
    background: #89C3E2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.grid:first-child .column {
    padding: 2em !important;
    border-right: 2px solid #c6c6c6;
}
/* section.grid:first-child .column .blocks {
    height: 100%;
} */
section.grid:first-child .column .block-type-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/*section.grid:first-child .column h1 {
    width: 2ch;
}*/
section.grid.banner {
    padding: 3em 0  2.5em 0!important;
}
#banner div.column:first-child {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    border-right: 2px solid #c6c6c6;
    background: #d5f4c7;
    padding: 30px;
}
#banner div.column:last-child {
    padding: 2em;
}
#banner {
    background: #FFCCD8;
    min-height: 80vh;
}
#banner .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#banner a {
    border: 2px solid #c6c6c6;
    background: #89C3E2;
    display: inline-block;
    padding: 0.5em;
    color: #000;
    text-decoration: none;
}
.grid.dreiviertel {
    min-height: 35vh;
    padding: 3em !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #c6c6c6;
    border-left: 2px solid #c6c6c6;
}
.grid.dreiviertel .block-type-text {
    max-width: 70ch;
}
.grid {
    padding: 0 !important;
    max-width: 100vw !important;
}
#backtoimpressum {
    background: #89C3E2;
    padding: 5px;
    box-sizing: border-box ;
    border: 2px solid #c6c6c6;
}
#backtoimpressum a {
    color: #000;
    text-decoration: none;
}
figure {
    margin: 1em 0;
  }
.clickgallery ul li:first-child::before {
    border: 2px solid #c6c6c6;
    background: #89C3E2;
    color: #000;
}
