.pt-sans-regular {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    src: url(https://schuhler.de/typo3conf/ext/adelsbach_ug_schuhler/Resources/Public/Fonts/PTSans-Regular.ttf) format('ttf');
}

.pt-sans-bold {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    src: url(https://schuhler.de/typo3conf/ext/adelsbach_ug_schuhler/Resources/Public/Fonts/PTSans-Bold.ttf) format('ttf');
}

.pt-sans-regular-italic {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    src: url(https://schuhler.de/typo3conf/ext/adelsbach_ug_schuhler/Resources/Public/Fonts/PTSans-Italic.ttf) format('ttf');
}

.pt-sans-bold-italic {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
    src: url(https://schuhler.de/typo3conf/ext/adelsbach_ug_schuhler/Resources/Public/Fonts/PTSans-BoldItalic.ttf) format('ttf');
}

/* merriweather-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url('https://schuhler.de/typo3conf/ext/adelsbach_ug_schuhler/Resources/Public/Fonts/merriweather-v33-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* merriweather-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 400;
    src: url('https://schuhler.de/typo3conf/ext/adelsbach_ug_schuhler/Resources/Public/Fonts/merriweather-v33-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* merriweather-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    src: url('https://schuhler.de/typo3conf/ext/adelsbach_ug_schuhler/Resources/Public/Fonts/merriweather-v33-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body {
    background-color: #F5E6D3 !important;
    font-family: Merriweather, serif !important;;
    color: #333 !important;
    font-size: 1.2em !important;
}

main {
    padding: 10px;
    max-width: 1240px;
    width: 75%;
    margin: 100px auto 500px;
    margin-bottom: 0;
}

main a,
footer a {
    color: #333 !important;
    border-bottom: 2px dashed #333;
}

main p {
    margin-bottom: 10px;
}


@media (min-width: 60em) {
    main {
        margin-left: 25%;
    }
}

footer {
    width: 100%;
    font-size: 12px;
}

footer div {
    font-size: 18px;
    font-weight: light;
    padding: 0.75em;
    font-weight: bold;
}

.menu {
    background-color: #F5E6D3 !important;
}

.burger {
    font-weight: bold;
    font-size: 1.5em;
}

@media (min-width: 60em) {
    .side-img {
        position: sticky;
        width: 24%;
        bottom: 5%;
    }

    .side-img img {
        max-width: 75%;
        max-height: 100%;
        height: auto;
        width: auto;
        margin-left: 12.5%;
        border-radius: 20px;
    }
}

@media(max-width: 59em) {
    .side-img img {
        width: 100%;
        height: 100%;
    }

    .side-img {
        max-width: 75%;
        margin: auto;
    }

    .ce-gallery {
        width: 100%;
    }

    figure img {
        width: 100%;
    }
}

.top-scroll {
    background-color: #A8D5BA;
    color: #565656;
    border: 2px solid #A8D5BA;
    border-radius: 50px;
    position: fixed;
    right: 7.5%;
    bottom: 7.5%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
}

/* Navigation */
nav {
    height: 5em !important;
    box-shadow: none !important;
    position: inherit !important;
    background-color: #F5E6D3 !important;
}

nav a {
    font-weight: bold;
    font-size: 22 px;
    margin-bottom: 25px;
    border-radius: 10px;
    background-color: #A8D5BA;
    color: #565656 !important;
    padding: 10px;
}

nav a:hover {
    border-bottom: 2px solid #565656 !important;
}

nav .brand {
    color: #565656 !important;
    font-size: 25px;
    background-color: unset;
    font-weight: normal;
}

@media (min-width: 60em) {
    nav .brand {
        font-size: 1.5em;
    }
}

nav .brand:hover {
    border-bottom: unset !important;
}

nav a:hover {
    border-bottom: 2px solid royalblue;
}

@media (min-width: 60em) {

}

h2, h3, h4 {
    color:  #565656;
    height: 2em;
    display: inline-block;
    border-bottom: 4px solid #A8D5BA;
    font-style: italic;
}

.title > h1 {
    color: white;
    display: inline-block;
    padding: 10px;
    padding-left: 0px;
    color: #565656;
    font-style: italic;
}

header > h3 {
    background-color: crimson;
    color: white;
    padding: 10px;
    font-size: 18px;
    border: unset;
    display: inline-block;
    margin-left: 3em;
    margin-top: 0.5em;
    font-weight: normal;
    box-shadow: unset;
    height: unset;
}
