html,
body,
div.double-page {
    margin: 0;
    height: 100%;
    width: 100%;
}

ul {
    padding-left: 20px;
}

div.main {
    height: 100%;
    width: 100%;
}

div.page {
    height: 100%;
}

div.quote-block {
    line-height: 3.5rem;
    position: relative;
    left: 10%;
    top: 40%;
    height: fit-content;
    width: fit-content;
    white-space: nowrap;
    transform-origin: left;
}

div.quote {
    font-family: "abril-display", serif;
    font-weight: 800;
    font-style: italic;
    font-size: 46px;
    height: fit-content;
}

div.quote-author {
    text-align: right;
    margin-top: -2rem;
    margin-right: 1.5rem;
    font-size: 140%;
    font-family: "quicksand", sans-serif;
    font-weight: 400;
    font-style: normal;
}

div.quote-mark-left {
    background-image: url(./img/quote-start.svg);
    background-size: 6.5rem, 6.5rem;
    background-repeat: no-repeat;
    padding: 1.5rem 1rem 1rem 2.5rem;
}

div.quote-mark-right {
    background-image: url(./img/quote-start.svg);
    background-size: 6.5rem, 6.5rem;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 0px);
    background-position-y: calc(100% - 0px);
    padding: 1rem 1.5rem 4rem 0rem;
}

.scrolling-arrows {
    position: fixed;
    top: 35%;
    right: 1rem;
    width: 3rem;
    height: 450px;
    font-size: xxx-large;
    color: #626E5C;
    z-index: 50;
}

.arrow-up {
    display: block;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 16px;
    height: 161px;
    background-image: url(./img/pfeil_oben_rot.svg);
    background-repeat: no-repeat;
}

.arrow-down {
    display: block;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 16px;
    height: 161px;
    background-image: url(./img/pfeil_unten_rot.svg);
    background-repeat: no-repeat;
}

.paginator {
    font-size: large;
    font-family: "abril-display", serif;
    font-weight: 800;
    font-style: normal;
    margin-left: auto;
    margin-top: 5px;
    width: 2.5rem;
    text-align: center;
}


.eselsohr {
    position: fixed;
    top: -3px;
    right: 0;
    width: 100px;
    height: 100px;
    z-index: 12;
    background: url(./img/burger-menu.svg) no-repeat;
    background-size: cover;
    transform-origin: right top;
    transform: scale(1);
    transition: transform 1s;
    cursor: pointer;
}

.grow-box {
    transform: scale(20);
}

.menu {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #626E5C;
    z-index: 20;
    display: none;
    overflow: auto;
}

.menu-close-area {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: url(./img/kreuz.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 25;
}

.menu-main-area {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 80%;
    text-align: center;
    max-height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.menu-main-area>div {
    margin-bottom: 40px;
}

.impressum-menu-item {
    position: absolute;
    bottom: 2.5%;
    right: 2.5%;
}

.link-area a.on {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

a {
    display: block;
    width: fit-content;
    min-width: 8rem;
    color: #626E5C;
    text-decoration: none;
    background-image: url(./img/unterstrich.svg);
    background-repeat: no-repeat;
    background-position: center 25px;
    background-size: 8rem;
    padding-bottom: 25px;
    white-space: nowrap;
}

a:not(.no-underline) {
    font-weight: 600;
}

a:not(.no-hover):hover {
    color: #833712;
}

a.no-underline {
    display: inline;
    background-image: none !important;
    padding-bottom: 0;
    color: inherit;
}

a.no-underline:not(.no-hover):hover {
    color: #833712;
}

a:not(.no-underline) {
    text-align: center;
}

a.double-line-link {
    background-position-y: 45px;
    text-align: center;
}

li {
    margin-top: 10px;
}

.reduced-paragraph-spacing p {
    margin-bottom: 0rem;
    margin-top: 0.5rem;
}

.preis-grid {
    display: grid;
    grid-template-columns: auto;
    margin-top: 2rem;
}

.preis-grid .grid-item {
    line-height: 1.0;
    padding-bottom: 1.5rem;
}

.preis-grid .untertext {
    font-size: smaller;
}

.stern-text {
    font-size: smaller;
}

.mt-1 {
    margin-top: 1rem;
}

.left-right {
    display: flex;
    justify-content: space-between;
}

div.logo {
    width: 250px;
    height: 10vw;
    background: url(./img/logo-weiss.svg) no-repeat;
    background-size: contain;
    z-index: 100;
}

div.foto {
    width: 50%;
    max-width: 400px;
    position: absolute;
    bottom: 10vh;
    left: 50%;
    transform: translateX(-50%);
}

img.foto {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.allow-wrap {
    white-space: normal;
}

.portfolio-link-block u {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.underscroll-block {
    display: none;
}

div.img-block-height {
    height: 50vh;
   position: relative;
   top: 35vh;
}

div.img-block-height img {
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

div.img-block-width {
    height: 50vh;
    position: relative;
    top: 35vh;
}

div.img-block-width img {
    display: block;
    height: 100%;
    max-height: 24vw;
    margin-left: auto;
    margin-right: auto;
}

img.insta-icon {
    width: 18px;
}