/*RESET*/
* {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.clear {
    clear: both;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'Fira Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 300;
    background: rgb(242,240,231);
    background: -webkit-linear-gradient(left, rgba(245, 243, 236, 1), rgba(250, 249, 246, 1));
    background: -o-linear-gradient(left, rgba(245, 243, 236, 1), rgba(250, 249, 246, 1));
    background: linear-gradient(to right, rgba(245, 243, 236, 1), rgba(250, 249, 246, 1));
    color: #646464;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 20px;
}

td {
    margin-top: 20px;
}

/*CUSTOM CSS*/
h1,
h2,
h3,
h4,
h5,
h6,
p {}



h1 {
    font-style: italic;
    font-weight: 600;
    font-size: 1.9em;
    line-height: 1.4em;
}

h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 1.9em;
    line-height: 1.4em;
}

h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.4em;
    margin-top: 5%;
    text-align: center;
}

p {
    font-style: normal;
    font-weight: 300;
    font-size: 1.0em;
    line-height: 1.5em;
    color: #646464;
}

p.start {
    font-style: normal;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.4em;
    margin-top: 60px;
    text-align: center;
}

p.startklein {
    text-align: center;
    margin-top: 0;
}

h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #646464;
}

h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.0em;
    line-height: 1.5em;
    color: #646464;
}

strong {
    font-weight: 600;
}

.positiv {
    color: #660e3e;
}

.negativ {
    color: #FFF;
}

a {
    color: #660e3e;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    transition: ease 0.2s all;
}

a:hover {
    color: #aa0f6f;
    transform: scale(1.2);
    cursor: pointer;
}

.underline {
    text-decoration: underline;
}

.schorle a,
a.schorle,
.schorle {
    color: #a0bf34;
}

.eistee {
    color: #15bbed;
}

.limo {
    color: #edbf4b;
}

.colamix {
    color: #f99c15;
}

.produkte-onklick.schorle:hover {
    background-color: #a0bf34;
}


@media (max-width: 500px) {
    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.6em;
    }

    h2:after {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    h3 {
        font-size: 1.4em;
    }

    p {
        font-size: 1.0em;
    }

    strong {
        font-size: 1.0em;
    }

}


header {
    width: 100%;
    height: 100px;
    color: #fff;
    padding: 20px 0 0 0;
}


.wrapper {
    width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}


.produkte {
    width: 170px;
    margin: 0 auto;
    padding: 0 20px;

}


@media (min-width: 701px) {
    .ontop {
        z-index: 99999;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.4);
        color: #000;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    #popup {
        width: 480px;
        height: 550px;
        color: #000000;
        background-color: #fff;
        padding: 0px 20px 20px 20px;
        border-radius: 20px;
    }

    #text-popup {
        position: fixed;
        left: 50%;
        top: 50%;
        width: 300px;
        height: auto;
        margin: -240px 0 0 -76px;
        text-align: left;
    }

    #close-popup {
        position: fixed;
        left: 50%;
        top: 50%;
        width: auto;
        height: auto;
        margin: -274px 0 0 210px;
        text-align: left;
    }

    #close-popup a:hover h1 {
        color: black;
    }

    .img-popup {
        position: fixed;
        left: 50%;
        top: 50%;
        max-height: 450px;
        max-width: 150px;
        margin: -225px 0 0 -234px;
    }
}

@media (max-width: 700px) {
    .ontop {
        z-index: 999;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
        position: fixed;
        background-color: #f9eec5;
        color: #000;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    #popup {
        width: 100%;
        height: 100%;
        color: #000000;
        background-color: #ffffff;
        padding: 0px 20px 20px 20px;
    }

    #text-popup {
        position: fixed;
        left: 0;
        top: 8%;
        width: auto;
        height: auto;
        margin: 0px 20px 0 130px;
        text-align: left;
    }

    #close-popup {
        position: fixed;
        right: 20px;
        bottom: 15px;
        width: auto;
        height: auto;
        text-align: left;
    }

    .img-popup {
        position: fixed;
        left: 10px;
        top: 4%;
        max-height: 350px;
        max-width: 115px;
    }
}



@media (max-width: 1200px) {
    .wrapper {
        width: 100%;
    }
}

.wrapper.small {
    width: 700px;
}

@media (max-width: 700px) {

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    .wrapper.small {
        width: 100%;
    }
}

#main-nav {
    position: fixed;
    z-index: 9999;
}

@media (max-width: 1010px) {

    #main-nav {
        position: fixed;
        z-index: 9999;
    }

    #nav-toggle-wrapper {
        position: fixed;
        background-color: rgba(255, 255, 255, 0.6);
        width: 53px;
        height: 41px;
        right: 34px;
        z-index: 899999;
    }

    #nav-toggle-wrapper.active {
        background-color: transparent;
    }

    #nav-toggle-wrapper.active #toggle:before,
    #nav-toggle-wrapper.active #toggle:after {
        background-color: #fff;
    }

    #nav-toggle {
        display: block !important;
        right: 40px;
        top: 26px;
        position: fixed;
    }
}

@media (max-width: 600px) {

    #nav-toggle {
        right: 20px;
    }

    #nav-toggle-wrapper {
        right: 14px;
    }
}

#main-nav ul li {
    float: none;
    margin-left: 40px;
}

#main-nav ul li a {
    color: #000;
    text-decoration: none;
    font-size: 1.1em;
    font-style: italic;
    font-weight: bold;
}

#main-nav ul li a:hover {
    color: #660e3e;
}

@media (max-width: 1010px) {
    #main-nav ul li {
        float: left;
        margin-left: 40px;
    }

    #main-nav ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 1.1em;
        font-style: italic;
        font-weight: bold;
    }

    #main-nav ul li a:hover {
        color: #f9eec5;
    }
}

.content {
    width: 100%;
    float: left;
}

.normal {
    height: auto;
    text-align: center;
    padding: 120px 0 80px 0;
}

#image-box-home {
    width: auto;
    text-align: center;
    margin: 0 auto;
    padding-top: 8%;
}

#image-box-home img {
    width: 280px;
}

.home {
    background-image: url(../img/Perger-Baum.svg);
    background-repeat: no-repeat;
    background-position: bottom right 16%;
    background-size: 620px;
    margin-top: -100px;
}

.bio {
    background-image: url(../img/Bio-Logo.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
    margin-bottom: 10px;
}

.impress {
    height: auto;
    text-align: center;
    padding: 120px 0 80px 0;
}

.break {
    height: auto;
    background-color: #660e3e;
    color: #fff;
    text-align: center;
    padding: 80px 0 80px 0;
}

.break-produkte {
    height: auto;
    background-color: #660e3e;
    color: #fff;
    text-align: center;
    padding: 40px 0 40px 0;
}

.break-impress {
    height: auto;
    background-color: #660e3e;
    color: #fff;
    text-align: left;
    padding: 80px 0 80px 0;
}


.break-img {
    background: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
    padding: 100px 0 100px 0;
    height: 600px;
}

.img-biene {
    background-image: url(../img/break/perger-biene.jpg)
}

.img-blute {
    background-image: url(../img/break/perger-blute.jpg)
}

.img-mostkiste {
    background-image: url(../img/break/perger-mostkiste.jpg)
}

.img-apfel {
    background-image: url(../img/break/perger-apfel.jpg)
}

.img-feuer {
    background-image: url(../img/break/perger-feuer.jpg)
}

.img-feuer-2 {
    background-image: url(../img/break/perger-feuer-2.jpg)
}

.img-feuer-3 {
    background-image: url(../img/break/perger-feuer-3.jpg)
}

.img-feuer-4 {
    background-image: url(../img/break/perger-feuer-4.jpg)
}

.img-feuer-5 {
    background-image: url(../img/break/perger-feuer-5.jpg)
}
.img-feuer-6 {
    background-image: url(../img/break/perger-feuer-6.jpg)
}

.img-baeume-see {
    background-image: url(../img/break/perger-baeume-see.jpg)
}

.img-saefte {
    background-image: url(../img/break/perger-saefte.jpg)
}

.img-winter {
    background-image: url(../img/break/perger-winter.jpg)
}

.img-familie {
    background-image: url(../img/break/perger-familie.jpg)
}

.img-gluehwein {
    background-image: url(../img/break/perger-gluehwein.jpg)
}

.img-sommerfest {
    background-image: url(../img/break/perger-sommerfest.jpg)
}


.social-icons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.facebook-icon {
    width: 42px;
    height: 42px;
    background-image: url(../img/pikto/facebook.svg);
    margin: 1px 6px;
}

.instagram-icon {
    width: 45px;
    height: 45px;
    background-image: url(../img/pikto/instagram.svg);
    margin: 0 6px;
}

.zertifizierungs-logos {
    display: flex;
    justify-content: space-between;
    margin: 0px 80px;
    flex-wrap: wrap;
}

.zertifizierungs-logos-left {
    display: flex;
    justify-content: flex-start;
}

.zertifizierungs-logos-right {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}

.bio-logo {
    background-image: url(../img/pikto/Bio-Logo.png);
    background-size: 53px;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 53px;
    height: 100px;
    margin: 0 6px;
}

.bioland-logo {
    background-image: url(../img/pikto/bioland-logo.jpg);
    background-size: 46px;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 46px;
    height: 100px;
    margin: 2px 6px;
}

.biokreis-logo {
    background-image: url(../img/pikto/biokreis_logo.png);
    background-size: 54px;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 54px;
    height: 100px;
    margin: 4px 6px;
}

.biokreis-fair-logo {
    background-image: url(../img/pikto/biokreis-regional-fair-logo.png);
    background-size: 54px;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 54px;
    height: 100px;
    margin: 4px 6px;
}

.vegan-logo {
    background-image: url(../img/pikto/vegan-logo.svg);
    background-size: 55px;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 55px;
    height: 100px;
    margin: 0 6px;
}

.starnergammersee-logo {
    background-image: url(../img/pikto/sas-logo.png);
    background-size: 160px;
    background-repeat: no-repeat;
    background-position: center;
    width: 160px;
    height: 100px;
    margin: 10px 6px;
}

.regional-logo {
    background-image: url(../img/pikto/regional-logo.svg);
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: center;
    width: 90px;
    height: 100px;
    margin: 0px 6px;
}


@media (max-width: 730px) {

    .zertifizierungs-logos,
    .zertifizierungs-logos-left,
    .zertifizierungs-logos-right {
        justify-content: space-around;
        width: 100%;
        margin: 0 auto;
        max-width: 360px;
    }

    .zertifizierungs-logos-right {
        justify-content: center;
    }

    .regional-logo {
        margin: 0 20px 0 10px;
    }
}


#image-box {
    width: auto;
    text-align: center;
    margin: 0 auto;
}

.produkte-onklick {
    padding-top: 15px;
    padding-bottom: 10px;
    border-radius: 20px;
    transition: 0.4s;
}

.produkte-onklick:hover {
    background-color: #660e3e;
    /*faeec5*/
    color: white;
}

.produkte-onklick a {
    transition: 0.4s;
}

.produkte-onklick:hover a {
    color: white;
}

.charitylimonade-onklick {
    padding-top: 15px;
    padding-bottom: 10px;
    border-radius: 20px;
    transition: 0.4s;
}

.charitylimonade-onklick:hover {
    transform: scale(1.16);
    opacity: 0.8;
    cursor: pointer;
}

.charitylimonade-onklick img {
    width: 138px;
    margin: 0 12px 0 12px;
}

@media (max-width: 1600px) {
    .break-img {
        height: 500px;
    }
}

@media (max-width: 1200px) {
    .break-img {
        height: 400px;
    }

    .home {
        background-size: 540px;
    }

}


@media (max-width: 800px) {
    .home {
        background-position: bottom right;
        background-size: 500px;
    }

    .break-img {
        height: 300px;
    }
}


@media (max-width: 500px) {
    #image-box {
        width: 100%;
    }

    #image-box-logo {
        width: 100%;
    }

    #section-schriftschnitte #fett-box {
        font-size: 3em;
    }

    .break-img {
        height: 220px;
    }

    .baum {
        background-position: bottom right;
        background-size: 400px;
    }

}
