/* lato-300 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v23-latin-300.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v23-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v23-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v23-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v23-latin-300.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v23-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v23-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v23-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v23-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v23-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v23-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v23-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v23-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v23-latin-700.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lato-v23-latin-900.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v23-latin-900.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v23-latin-900.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v23-latin-900.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v23-latin-900.svg#Lato') format('svg');
    /* Legacy iOS */
}

*,
html {
    scroll-behavior: smooth !important;
}

body {
    font-family: 'Lato', sans-serif;
    color: #707070;
    font-size: 2.25rem;
}

p {
    margin: 0;
}

.content {
    max-width: 1355px;
    margin: 0 auto;
}

nav {
    background: #619B35;
    color: white;
    text-align: center;
    padding: 57.25px 0;
}

nav b {
    font-weight: 600;
}

nav h1 {
    font-size: 8rem;
}

.nav2 {
    background: #eff5ea;
    margin: 0 auto;
    text-align: center;
    font-size: 2.15rem;
    font-weight: 500;
    padding: 33px 0;
}

.nav2 a {
    color: #707070;
    text-decoration: none;
    margin: 10px 40px;
}

.ueberschrift-special {
    font-size: 4.44rem;
    font-weight: bold;
    color: black;
    margin-bottom: 65px;
}

.ueberschrift-special span {
    color: #619B35;
}

hr {
    max-width: 500px;
    margin: 60px auto;
}

h2 {
    margin: 0;
}

.container-img {
    position: relative;
}

.container-img .image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 25%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    color: #f1f1f1;
    width: 50%;
    opacity: 1;
    color: white;
    font-size: .81rem;
    padding: 4px;
    text-align: center;
}

.underlay {
    font-size: 1rem;
    padding: 4px 0;
}

.geschenkButton {
    font-size: 3.62rem;
    color: white;
    background: #619B35;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
}

.fullContainer {
    margin-top: 60px;
    background-color: #619B35;
    color: white;
    font-size: 4.44rem;
    font-weight: 600;
    padding: 30px 0;
    text-align: center;
}

.fullContainerLight {
    background-color: #eff5ea;
}

.balken {
    height: 40px;
    background-color: #619B35;
}

.flourish {
    display: block;
    overflow: hidden;
    text-align: center;
    background: #eff5ea;
}

.flourish:before,
.flourish:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50%;
    border-top-style: solid;
    border-top-width: 70px;
    border-top-color: #619B35;
}

.flourish:before {
    right: -107px;
    margin-left: -50%;
}

.flourish:after {
    left: -98px;
    margin-right: -50%;
}

img {
    vertical-align: middle;
}

footer {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
}

footer span {
    padding: 0 25px;
}

footer a {
    color: #707070;
    text-decoration: none;
}

.bestellButton {
    background-color: white;
    font-weight: 500;
    padding: 7px 14px;
    border-radius: 15px;
    color: #619B35 !important;
    margin: 0 auto;
}

.bestellButtonInvert {
    background-color: #619B35 !important;
    font-weight: 500;
    padding: 7px 14px;
    border-radius: 15px;
    color: white !important;
    margin: 0 auto;
}

.bestellButton img {
    position: relative;
    top: -5px;
}

.datenschutz p,
.datenschutz li {
    font-size: 1rem;
}

.datenschutz {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}

.datenschutz h1,
.datenschutz h2,
.datenschutz h3,
.datenschutz h4,
.datenschutz p {
    margin-bottom: 1rem;
}

.datenschutz h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.carousel {
    margin-bottom: 60px;
}

.carousel h5,
.carousel p {
    /* color: white; */
}

.carousel button span {
    /* color: white;
    filter: none !important; */
}

/* .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: white;
} */

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
}

.dragme {
    position: relative;
    cursor: move;
}

#videoContainer {
    width: 100%;
}

footer {
    font-size: 1.75rem;
}

.topnav {
    position: fixed;
    width: 100%;
    display: none;
    z-index: 999999999;
}

.topnav .icon {
    position: absolute;
    right: 8px;
    top: 8px;
    background-color: white;
    color: #619B35;
    cursor: pointer;
    padding: 0 .5rem;

}

.navLinksMobile {
    padding-top: 62px;
    text-align: left;
    background-color: #619B35;
    padding-bottom: 30px;
    display: none;
    color: white;
}

.navLinkBlock {
    display: block;
    padding: 1rem;
}

.navLinksMobile br {
    padding: 1rem !important;
}

.navLinksMobile a {
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
}

.imgBefore {
    position: relative;
    top: -2px;
    padding-right: .5rem;
}

.mobile-show {
    display: none;
}

.light-bg {
    background-color: #eff5ea;
}

.draggable {
    min-height: 6.5em;
    color: white;
    border-radius: 0.75em;
    touch-action: none;
    user-select: none;
    background-color: #eff5ea;
    max-width: 1300px;
    margin: 0 auto;
}

.draggable img {
    height: 80vh;
    position: relative;
    left: -40vh;
    /* border: 2px solid #619B35; */
}

.navLinksMobile {
    background: #619B35;
    color: white;
}

@media only screen and (max-width: 800px) {
    .content {
        padding: 8px !important;
    }

    .topnav {
        display: inherit;
    }

    .nav2 {
        display: none;
    }

    nav {
        padding: 16px 0;
    }
}

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

    .flourish:before,
    .flourish:after {
        display: none !important;
    }

    h1 {
        font-size: 4rem !important;
    }

    .nav2 p a {
        font-size: 1.5rem;
    }

    footer a {
        display: block;
    }

    footer span {
        display: none;
    }

    .ueberschrift-special {
        font-size: 3rem;
    }

    .content p {
        font-size: 1.75rem !important;
    }

    footer {
        font-size: 1.25rem;
    }
}


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

    .datenschutz h1 {
        font-size: 2rem !important;
    }

    .datenschutz h1 {
        font-size: 1.5rem !important;
    }



    .impressum h1 {
        font-size: 2rem !important;
    }

    .impressum h2 {
        font-size: 1, 5rem !important;
    }

    .impressum-isbn {
        font-size: 1.5rem !important;
    }

    .impressum .anschrift {
        font-size: 1.25rem !important;
    }

    #bild_hummel {
        max-width: 80vw;
    }

    .geschenk a {
        font-size: 1.5rem !important;
    }

    .mobile-show {
        display: inherit;
    }

    .mobile-hide {
        display: none;
    }

    h2 {
        font-size: 1.5rem !important;
    }

    .content p {
        font-size: 1.25rem !important;
    }

    nav h1 b {
        display: block;
    }

    nav h1 {
        font-size: 3rem !important;
    }

    .md-margin {
        margin: 40px 0 !important;
    }

    hr {
        margin: 20px 0 !important;
    }

    .ueberschrift-special {
        margin-bottom: 20px !important;
    }

    .carousel {
        margin-bottom: 20px !important;
    }

    .mb-small {
        margin-bottom: 20px !important;
    }

    .pd-bottom-small {
        padding-bottom: 0 !important;
    }

    .pt-small {
        padding-top: 0 !important;
    }

    .imgSign {
        margin-top: 1rem;
    }

    .spw-pt-top-sm {
        padding-top: 20px !important;
    }

    .datenschutz p {
        font-size: 1rem !important;
    }

    .datenschutz a {
        font-size: .8rem !important;
    }

    .datenschutz li {
        text-align: left;
    }

    .carousel-item h5,
    .carousel-item p {
        font-size: .8rem !important;
    }

    .jetzt-bestellen {
        width: 80vw !important;
    }


}