@charset "utf-8";
/* Older browsers */

* {
    margin: 0px;
    padding: 0px;
}

html {
    font-size: 16px;
}

/* Modern browsers only need this one */

@media screen and (min-width: 25em) {
    html {
        font-size: calc( 16px + (24 - 16) * (100vw - 400px) / (800 - 400));
    }
}

/* Safari <8 and IE <11 */

@media screen and (min-width: 25em) {
    html {
        font-size: calc( 16px + (24 - 16) * (100vw - 400px) / (800 - 400));
    }
}

@media screen and (min-width: 50em) {
    html {
        font-size: calc( 16px + (24 - 16) * (100vw - 400px) / (800 - 400));
    }
}

.javaissue {
    display: none;
}

/*@media 320px*/

.site1 {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/AdobeStock_217435493_320_neg_multipl.jpg");
}

.logo-biene {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo {
    padding: 50px 40px;
}

.natur {
    width: 75%;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 40px;
}

@media screen and (min-width: 350px) {
    .natur {
        margin-top: 110px;
    }
}

.h1-site1 {
    font-size: 1.5em;
    font-weight: 100;
}

.h2-site1 {
    font-size: 1.5em;
    margin-top: 10px;
    font-weight: 100;
    align-self: flex-end;
}

.button-mehr-erfahren {
    font-size: 1.6em!important;
    font-weight: 500!important;
    border-width: 2px!important;
    width: 75%;
    margin-top: 27px!important;
    margin: auto;
}

a.button-mehr-erfahren:hover {
    color: #e4b460!important;
    background-color: #28305b!important;
    border-color: #af8841!important;
}

@media screen and (min-width: 300px) and (min-height: 700px) {
    .button-mehr-erfahren {
        margin-top: 150px!important;
    }
}

@media screen and (min-width: 400px) and (min-height: 800px) {
    .button-mehr-erfahren {
        margin-top: 250px!important;
    }
}

@media screen and (min-width: 600px) and (min-height: 900px) {
    .button-mehr-erfahren {
        margin-top: 150px!important;
    }
}

/*@media 500px*/

/*
@media screen and (min-width: 500px) {
    .natur {
        margin-top: 250px;
    }
}
*/

@media (min-width: 550px) and (orientation: landscape) {
    .site1 {
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("images/AdobeStock_217435493_neg_multipl.jpg");
    }
}

@media (min-width: 570px) and (orientation: portrait) {
    .logo {
        width: 80%;
        margin-left: 35px;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    .logo {
        width: 50%;
        margin-left: 10px;
        margin-top: 10px;
        padding-bottom: 10px;
        padding-top: 30px;
        padding-left: 50px;
    }
}

@media (min-width: 700px) and (orientation: landscape) {
    .logo {
        width: 45%;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    .natur {
        margin-top: 0%;
        width: 90%;
        padding: 10px;
        padding-left: 35px;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    .h1-site1 {
        font-size: 1em;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    .h2-site1 {
        font-size: 1em;
        padding-top: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 100px;
        align-self: flex-start;
    }
}

@media (min-width: 700px) and (orientation: landscape) {
    .h1-site1 {
        font-size: 0.9em;
    }
}

@media (min-width: 700px) and (orientation: landscape) {
    .h2-site1 {
        font-size: 0.9em;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    .button-mehr-erfahren {
        font-size: 1em!important;
        font-weight: 500!important;
        border-width: 2px!important;
        width: 30%;
        margin: 0px!important;
        margin-left: 65px!important;
    }
}

@media screen and (min-width: 900px) and (orientation: landscape) {
    .logo {
        margin-left: 100px;
        margin-top: 50px;
    }
}

@media screen and (min-width: 900px) and (orientation: landscape) {
    .natur {
        margin-left: 150px;
        width: 40%;
    }
}

@media screen and (min-width: 1000px) and (orientation: landscape) {
    .natur {
        margin-top: 50px;
        margin-left: 130px;
        width: 40%;
    }
}

@media screen and (min-width: 1200px) and (orientation: landscape) {
    .natur {
        font-size: 0.8em;
        margin-top: 50px;
        margin-left: 130px;
        width: 40%;
    }
}

@media screen and (min-width: 900px) and (orientation: landscape) {
    .button-mehr-erfahren {
        margin-top: 50px!important;
        margin-left: 150px!important;
        width: 25%;
    }
}

@media screen and (min-width: 1000px) and (orientation: landscape) {
    .button-mehr-erfahren {
        margin-top: 85px!important;
        margin-left: 160px!important;
        width: 25%;
    }
}

@media screen and (min-width: 1200px) and (orientation: landscape) {
    .button-mehr-erfahren {
        margin-top: 40px!important;
        margin-left: 160px!important;
        width: 25%;
    }
}

@media screen and (min-width: 900px) and (orientation: landscape) {
    .h2-site1 {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1000px) and (orientation: landscape) {
    .logo {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) and (orientation: landscape) {
    .logo {
        width: 40%;
        margin-top: 30px;
    }
}

.site2 {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/001-vertikal-SE.jpg");
}

.div-site2 {
    width: 100%;
    height: 86vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.h1-produkte {
    font-size: 2.5em;
    font-weight: 400;
    text-align: center;
    width: 80%;
    margin-top: 30px;
}

#div-biene {
    width: 80%;
    display: flex;
    justify-content: flex-end;
}

.logo-site2 {
    width: 20%;
    margin-right: 20px;
    margin-bottom: 10px;
}

.h1-entdecke {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5em;
}

@media screen and (min-width: 500px) {
    .div-site2 {
        height: 90vh;
    }
}

@media screen and (min-width: 350px) {
    .site2 {
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("images/001-vertikal.jpg");
    }
}

@media screen and (min-width: 700px) {
    .site2 {
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("images/001-vertikal-tablet.jpg");
    }
}

@media screen and (min-width: 700px) {
    .h1-entdecke {
        font-weight: 700;
        font-size: 1.7em;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    .site2 {
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("images/001-horizontal.jpg");
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    .h1-produkte {
        font-size: 2em;
        font-weight: 400;
        text-align: left;
        width: 80%;
        margin-top: 30px;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    .div-site2 {
        height: 80vh;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    .logo-site2 {
        width: 50px;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    .h1-entdecke {
        font-size: 1em;
        font-weight: 400;
        text-align: right;
        width: 80%;
    }
}

.site3 {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/AdobeStock_217435493_320_GW.jpg");
}

.img-002 {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 10px;
}

.Bluetenhonig {
    width: 80%;
    margin: auto;
}

.h1-Bluetenhonig {
    font-size: 1em;
    padding-top: 20px;
}

.site-qualitaet {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/Zertifikat.jpg");
}

@media screen and (min-width: 320px) {
    .h1-Bluetenhonig {
        font-size: 0.8em;
        padding-top: 30px;
    }
}

@media screen and (min-width: 320px) {
    #h1-padding-top {
        padding-top: 20px;
    }
}

@media screen and (min-width: 350px) {
    .h1-Bluetenhonig {
        font-size: 1.0em;
    }
}

@media screen and (min-width: 360px) and (-webkit-min-device-pixel-ratio: 4) {
    .h1-Bluetenhonig {
        font-size: 1.3em;
    }
}

@media screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
    .h1-Bluetenhonig {
        padding-top: 40px;
    }
}

@media screen and (min-width: 400px) {
    .h1-Bluetenhonig {
        padding-top: 30px;
    }
}

@media screen and (min-width: 400px) and (-webkit-max-device-pixel-ratio: 2) {
    .h1-Bluetenhonig {
        font-size: 1.4em;
    }
}

@media screen and (min-width: 400px) and (min-height: 850px) {
    .h1-Bluetenhonig {
        font-size: 1.5em;
    }
}

@media screen and (min-width: 700px) {
    .h1-Bluetenhonig {
        font-size: 1.1em;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    .site3 {
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("images/AdobeStock_217435493_neg_multipl-horizontal.jpg");
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    .Bluetenhonig {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: row;
        padding: 50px;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    .text-div {
        width: 50%;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    .h1-Bluetenhonig {
        font-size: 0.7em;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    #h1-padding-top {
        padding-top: 10px;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    .img-002 {
        width: auto;
        height: 100%;
        margin-top: 0px;
        margin-left: 20px;
    }
}

@media (min-width: 900px) and (orientation: landscape) {
    .h1-Bluetenhonig {
        font-size: 0.8em;
    }
}

@media (min-width: 900px) and (orientation: landscape) {
    .img-002 {
        width: auto;
        height: 90%;
        margin-left: 30px;
    }
}

#Materialien {
    font-size: 2em;
}

.img-AdobeStock_344755611-1 {
    width: 100%;
}

@media (min-width: 550px) and (orientation: landscape) {
    #Materialien {
        display: none;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    #Materialien-horizontal {
        display: block!important;
        padding-left: 30px;
        padding-top: 0px;
        font-size: 2em;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    #Qualitaet {
        display: inline-block!important;
        padding-top: 0px;
        font-size: 2em;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    #imkerei {
        font-size: 0.7em;
        padding-left: 30px;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    .site-qualitaet {
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("images/AdobeStock_217435493_zertifikat-horizontal.jpg");
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    #img-003 {
        margin-left: 0px;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    #h1-padding-top {
        padding-top: 10px;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    .img-002 {
        width: auto;
        height: 100%;
        margin-top: 0px;
        margin-left: 20px;
    }
}

#blume-biene {
    margin-top: 15px;
}

.preise {
    font-size: 2em;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#honigart {
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-color: #28305b;
    padding: 10px;
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
}

.h1-preise {
    font-size: 1.5em;
    text-align: center;
}

#seite-preise {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#h1-preise-abstand {
    margin-top: 50px;
}

@media (min-width: 550px) and (orientation: landscape) {
    #seite-preise {
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("images/AdobeStock_344755611-horizontal.jpg");
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    #blume-biene {
        display: none;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    #div-preise {
        width: 80%;
        height: 80vh;
        display: flex;
        flex-direction: column;
        padding: 0px;
        margin: 50px;
        margin-left: 150px;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    #preise-ueberschrift {
        padding: 10px;
        margin: 0px;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    #honigart {
        padding: 10px!important;
        margin: 10px!important;
        width: 40%;
    }
}

@media (min-width: 550px) and (orientation: landscape) {
    #h1-preise-abstand {
        margin-top: 10px;
    }
}

/*footer*/

#folge {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.3;
}

#social-icon {
    font-size: 0.8em;
}

.text-footer {
    margin-bottom: 5px;
}

.text-center {
    font-size: 1em;
}

#font-footer {
    font-weight: 400!important;
}

@media (min-width: 700px) {
    #folge {
        font-size: 1em;
        font-weight: 400;
    }
    #social-icon {
        font-size: 0.6em;
    }
    .text-footer {
        margin-bottom: 5px;
    }
    .text-center {
        font-size: 0.5em!important;
    }
    .footer-heading {
        font-size: 1em!important;
    }
    .text-align {
        text-align: left;
    }
}

/*.site1 {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: 20% 50%;
    background-repeat: no-repeat;
    background-image: url("images/AdobeStock_217435493.jpg");
}

.logo-biene {
    display: flex;
    flex-direction: column;
}

.logo {
    width: 50%;
    margin: 50px;
    padding-top: 20px;
}

.biene {
    width: 80px;
    align-self: flex-start;
    margin-left: 350px;
}

.natur {
    width: 35%;
    display: flex;
    flex-direction: column;
}

.h1-site1 {
    font-size: 2em;
    margin-top: 50px;
    margin-left: 50px;
    font-weight: 100;
}

.h2-site1 {
    font-size: 2em;
    margin-top: 10px;
    margin-left: 50px;
    font-weight: 100;
    align-self: flex-end;
}

.button-mehr-erfahren {
    font-size: 2.3em!important;
    font-weight: 500!important;
    border-width: 2px!important;
    width: 20%;
    margin-left: 100px;
    margin-top: 50px;
}

a.button-mehr-erfahren:hover {
    color: #e4b460!important;
    background-color: #28305b!important;
    border-color: #af8841!important;
}*/