@charset "UTF-8";
@font-face {
  font-family: 'Leafy';
  src: url("../fonts/leafy-extended.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

/* Fonts
-------------------------*/
h1, h2, h3, h4, h5, .highlight {
    font-family: Leafy, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(79,83,82);
}
html, body, h6 {
    font-family: "Catamaran", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.45;
    color: #4a4646;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    position: relative;
    top: 0;
    left: 0;
}

/*======================================================================
Normalisierung, Startwerte
======================================================================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Bilder
-------------------------*/
img {
    max-width: 100%;
    height: auto;
    border: none; }

img.svg {
    height: auto;
    border: none; }

/* Listen
-------------------------*/
ul {list-style: none; }

/*Weitere Formate
-----------------*/
address {font-style: normal; }

table, th, tr, td {
    font-weight: 300;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left; } 

/* Überschriften
-------------------------*/
/* 1em = 18px */

h1 {
    font-size: 2.8rem;
    line-height: 2.7rem;
    margin-bottom: 1.7rem;
}
h2 {
    font-size: 2.8rem;
    line-height: 2.7rem;
    margin-bottom: 1.7rem;
}
h3 {
    font-size: 2.2rem;
    line-height: 2.3rem;
    margin-bottom: 1rem;
    color: rgb(255,200,0);
}
h3:first-child {margin-top: 0; }

@media only screen and (max-width: 800px) {
    h1, h2, h3 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin-bottom: 1.5rem;
    }
}
h4 {
    font-size: 1.7rem;
    line-height: 1.7rem;
    margin-bottom: 1rem;
}
#dse h4 {
    padding-top: 20px;
}
@media only screen and (max-width: 800px) {
    h4 {
        font-size: 1.5rem; 
        line-height: 1.5rem; 
    }
}
h5 {
    font-size: 1.2rem;
    line-height: 1.2rem;
}
p + h5 {
    margin-top: 10px;
    margin-bottom: 7px;
}
h5 + ul,
h5 + p {
    margin-top: 10px;
}
h6 {
    font-size: 1.0rem;
    line-height: 1.45;
}

/* Kleingedrucktes
-------------------------*/
.kleingedrucktes {
    font-size: 80%; }

/* Absätze
-------------------------*/
p + p {
    margin-top: 10px; }

/* Links
-------------------------*/
a {
    text-decoration: underline solid rgb(255,200,0);
    color: rgb(79,83,82);
    cursor: pointer; 
}
.anlass a{
    color: white;
}
/*====================================================================== 
Grundlayout
======================================================================*/

.neuigkeiten,
.inhalt,
.fz-wrapper {
    max-width: 1200px;
    margin: 0 auto 0 auto;
}
@media only screen and (max-width: 1260px) {
    .neuigkeiten,
    .inhalt,
    .fz-wrapper {
        width: 90%;
    }
}

/*--------------------------------------------------
Hintergrundbilder
--------------------------------------------------*/
.hg-kopf {
    background-image: url(../img/balken_logo.gif);
    background-repeat: no-repeat;
    background-position: center top;
    height: 300px;
}
@media only screen and (max-width: 600px) {
    .hg-kopf {
        background-position: -610px top;
        background-size: auto 150px;
        height: 150px;
    }
}
.hg-kopf a{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    border: none;
    outline: none;
}
.hg-fuss {
    background-color: rgb(79,83,82);
    background-image: url(../img/footer_hg.gif);
    background-repeat: no-repeat;
    background-position: center top;
    height: 180px;
}
@media only screen and (max-width: 800px) {
    .hg-fuss {
        background-position: -640px top;
        background-size: auto 90px;
        height: 90px;
    }
}

/* Spalten
-------------------------*/
.spalten,
.spaltenlinks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.spalten {
    flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
    .spalten {flex-wrap: wrap; }
    .spaltenlinks {display: block; }
} 
@media only screen and (max-width: 600px) {
    .spalten {display: block;}
}
.spalte {
    width: 33%;
    padding: 0 0 50px 50px;
}
.spalten > .spalte:first-child {
    padding: 0 0 50px 0;
}
@media only screen and (max-width: 900px) {
    .spalte {
        width: 50%;
        padding: 0 0 30px 30px;
    }
    .spalten > .spalte:first-child {
        width: 100%;
    }
    .spalten > .spalte:nth-child(2) {
        padding: 0 0 30px 0;
    }
}
@media only screen and (max-width: 600px) {
    .spalte {
        width: 100%;
        padding: 0 0 30px 0;
    }
}
.spalte-agenda1-2 {
    width: 66%;
    padding: 0 50px 50px 0;
}
@media only screen and (max-width: 900px) {
    .spalte-agenda1-2 {
        width: 100%;
        padding: 0 0 20px 0;
    }
}
.spalte-agenda2-2 {
    width: 33%;
    padding: 0 0 50px 0;
}    
.spalte-agenda2-2 article div:first-child {
    width: 250px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
    .spalte-agenda2-2 {
        width: 100%;
        padding: 0 0 50px 0;
    }
    .spalte-agenda2-2 article {
        display: flex;
        flex-wrap: wrap;
    }
    .spalte-agenda2-2 article div:first-child  {
        width: 33%;
        padding-right: 30px;
    }
    .spalte-agenda2-2 article div:first-child + div  {
        width: 66%;
        margin-top: 40px;
    }

}
@media only screen and (max-width: 600px) {
    .spalte-agenda2-2 article div:first-child  {
        display: none;
    }
    .spalte-agenda2-2 article div:first-child + div  {
        width: 100%;
    }
}
.as1-3 {
    width: 40%;
    padding: 10px 50px 10px 0;
}
.as2-3 {
    width: 30%;
    padding: 10px 50px 10px 0;
}
.as3-3 {
    width: 30%;
    padding: 10px 0 10px 0;
}
@media only screen and (max-width: 600px) {
    .as1-3, .as2-3, .as3-3 {width: 100%;}
    .as1-3 {padding: 10px 0 0 0;}
    .as2-3 {padding: 0 0 0 0;}
    .as3-3 {padding: 0 0 10px 0;}
    time {font-weight: 600;}
}
.spalte-links1-2 {
    width: 50%;
    padding: 0 50px 50px 0;
}
@media only screen and (max-width: 1000px) {
    .spalte-links1-2 {
        width: 100%;
        padding: 0 0 30px 0;
    }
}
.spalte-links2-2 {
    width: 50%;
    padding: 0 0 50px 0;
}
@media only screen and (max-width: 1000px) {
    .spalte-links2-2 {
        width: 100%;
        padding: 0 0 30px 0;
    }
}
.spalte-detail1-2 {
    width: 50%;
    padding: 0 50px 50px 0;
}
@media only screen and (max-width: 1000px) {
    .spalte-detail1-2 {
        width: 100%;
        padding: 0 0 30px 0;
    }
}
.spalte-detail2-2 {
    width: 50%;
    padding: 0 0 50px 0;
}
@media only screen and (max-width: 1000px) {
    .spalte-detail2-2 {
        width: 100%;
        padding: 0 0 30px 0;
    }
}
.box+.box {
    margin-top: 20px;
}

.redbox {
    color: white;
    background-color: rgb(255, 0, 0);
    padding: 15px;
}
.redbox h4 {
    color: white;
}

/*======================================================================
Navigation
======================================================================*/
header {
    font-family: leafy, sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
    color: rgb(79,83,82);
}
#kopfmenu {
    margin: 0 auto 50px auto;
    width: 850px;
}
@media only screen and (max-width: 900px) {
    #kopfmenu {
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgb(79,83,82);
        position: fixed;
        margin: -300px 0 50px 0;
        padding-top: 100px;
        z-index: 99;
    }
}
@media only screen and (max-width: 900px) {
    #kopfmenu {
        margin: -150px 0 50px 0;
    }
}
    
header nav ul {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 900px) {
    header nav ul {
        flex-direction: column;
        text-align: center;
    }
    header nav ul li {
        padding-bottom: 10px;
    }
}
nav ul li a{
    text-decoration: none;
    display: block;
}
@media only screen and (max-width: 900px) {
    nav ul li a {
        display: inline-block;
    }
}
nav ul li a,
.fusszeile ul li a {
    color: rgb(79,83,82);
    padding-bottom: 0;
}
@media only screen and (max-width: 900px) {
    nav ul li a {color: white; }
}
#home .home,
#anlaesse .anlaesse,
#news .news,
#spielesammlung .spielesammlung,
#links .links,
#download .download,
#kontakt .kontakt,
#impressum .impressum {
    color: rgb(79,83,82);
    padding-bottom: 0;
    border-bottom: 4px solid rgb(255,200,0); 
}
#footer .fusszeile a {
    color: rgb(79,83,82);
    border-color: rgb(79,83,82);
    border-width: 2px;
}

@media only screen and (max-width: 900px) {
    #home .home,
    #anlaesse .anlaesse,
    #news .news,
    #spielesammlung .spielesammlung,
    #links .links,
    #download .download,
    #kontakt .kontakt {
        color: white;
    }
}
/*--------------------------------------------------
Mobile Navigation / Hamburger
--------------------------------------------------*/
button.hamburger {
    display: none;
    outline: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100; 
}
@media only screen and (max-width: 900px) {
    button.hamburger {
        display: block;
    }
}

/*Hamburger Menu CSS am Ende des CSS*/


/*====================================================================== 
Main
======================================================================*/

/* Beitrag-Box (News/Blog)
-------------------------*/

.beitrag {
    background-color: rgb(255,200,0);
    display: flex;
    flex-direction: row;
}
#news .beitrag {
    margin-bottom: 40px;
}
.beitragbild {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media only screen and (max-width: 1260px) {
    .beitrag {
        width: 48.5%;
    }
}
@media only screen and (max-width: 800px) {
    .beitrag {
        width: 100%;
    }
    .beitrag + .beitrag {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 600px) {
    /*.beitraglinks {
        display: none;
    }*/
    .beitrag {
        width: 85%;
        flex-direction: column;
    }
    .ausblenden {
        display: none;
    }
}
.beitraglinks {
    width: 290px;
    /*height: 290px;*/
}
@media only screen and (max-width: 1260px) {
    .beitraglinks {
        width: 100%;
        height: auto;
    }
}
.beitragrechts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 290px;
}
@media only screen and (max-width: 1260px) {
    .beitragrechts {
        width: 100%;
    }
}
.beitragtext {
    background-color: rgb(255,200,0);
    font-size: 16px;
    line-height: 1.5;
    padding: 20px;
}
.beitraglink {
    text-align: center;
    background-color: rgb(79,83,82);
    color: rgb(255,200,0);
    padding: 15px 0;
}
.beitraglink a {
    display: block;
    text-decoration: none;
    color: rgb(255,200,0);
    height: 100%;
    width: 100%;
}

/* Diashow
-------------------------*/
#diashow {
    margin-top: 50px;
}

main, header, footer, section, .container, #diashow .owl-nav {
  overflow: hidden; }

.container, #diashow .owl-nav {
  max-width: 1200px;
  margin: 0 auto; }

@media screen and (max-width: 1260px) {
    .container, #diashow .owl-nav {
        max-width: 100%;
    }
}
section.container, #diashow section.owl-nav {
  margin-top: 50px;
  margin-bottom: 80px; }

/* Inhalt
-------------------------*/
.inhalt {
    margin-top: 25px;
}
.highlight {
    font-size: 1.7rem; 
}
@media only screen and (max-width: 800px) {
    .highlight {font-size: 1.5rem;}
}
.vorteile {
    margin: 15px 0 25px 0;
}
ul.vorteile li {
  padding-left: 1em; 
  padding-top: 0.3em;
}
ul.vorteile li:before {
    content: "\2212"; /* 2212 Minus  \2022 Bulletpoint  */
    padding-right: 0.4em;
    margin-left: -1em;
    color: inherit;
}

/* Anlässe
-------------------------*/
.agenda {
    border-top: 2px solid rgb(255,200,0);
}
.agenda .spalten {
    border-bottom: 2px solid rgb(255,200,0);
}
.rundbild {
    clip-path: circle(38% at 45% 50%);
    margin-bottom: 20px;
}
time {
    display: block;
}
.leader-au {
    color: rgba(255, 200, 0, 0.6);
}
.leader-bc {
    color: #d1d1d1;
}
.leader-fe {
    color: #77fac8;
}
/*Corona-Formatierung und kann wieder gelöscht werden
.agenda,
.agenda li h6,
.agenda li a {
    color: RGBA(74,70,70,0.3);
}
Ende Corona-Formatierung*/

.corona {
    color: white;
    background: #1f8d5b;
    padding: 20px;
    margin-bottom: 50px;
}
.corona a {
    color: white;
    text-decoration: underline solid white;
}


/* Spielesammlung
-------------------------*/
.hinweis {padding-bottom: 20px;}
.spielcontainer {
    display: flex;
    flex-wrap: wrap;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
}
.spielbox {
    display: flex;
    flex-wrap: wrap;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    color: rgb(79,83,82);
    font-size: 0.8em;
    width: 32%;
    margin-bottom: 15px;
}
@media only screen and (max-width: 1000px) {
    .spielbox {width: 49%;}
}
@media only screen and (max-width: 600px) {
    .spielbox {width: 100%;}
}
.spielbox h4, .spielbox h5 {
    color: rgb(79,83,82);
    margin-bottom: 0.2rem;
}

.spielbox h5 {
    font-size: 1rem;
    line-height: 1rem;
    padding-bottom: 12px;
}
.spielbox hr {
    background-color: rgb(255,200,0);
    border: none;
    height: 2px;
    width: 95%;
}
.spielbox hr + p {
    padding-top: 8px;
}
figure {
    width: 35%;
    padding: 10px;
    margin: 0;
}
.spieltext {
    width: 65%;
    padding: 5px;
}
.spieltext p {
    margin-top: 5px;
}

/*UP-Button*/

.upbutton {
    position: fixed;
    height: 46px;
    bottom: 5%;
    right: 5%;
    z-index: 88;
}
@media only screen and (max-width: 800px) {
    .upbutton {
        bottom: 0;
        right: 0;
    }
}
.bildbox {
    position: relative;
}
.spielbild{
    position: static;
}
.sale {
    position: absolute;
    width: 60%;
    top: 10px;
    left: 10px;
}

/* Kontakt
-------------------------*/

.adresse {
    padding-bottom: 30px;
}

/*Karte*/
.karte {
    position: relative;
    height: 0;
    overflow: hidden;
    height: 240px;
    margin-bottom: 40px; 
}
@media screen and (min-width: 600px) {
    .karte {
        height: 300px; 
    } 
}
@media screen and (min-width: 900px) {
    .karte {
        height: 410px; 
    } 
}

.karte iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Impressum
-------------------------*/

.design {
    margin-top: 30px;
}

/*====================================================================== 
Footer
======================================================================*/

.grauzeile {
    background-color: rgb(79,83,82);
    padding-top: 20px;
}
footer #honigtopf {
    display: none;
}
.infomailomat {
    width: 50%;
}
@media only screen and (max-width: 800px) {
    .infomailomat {
        width: 100%;
        padding: 0 0 30px 0;
    }
}
.anlass {
    width: 50%;
}
@media only screen and (max-width: 900px) {
    .anlass {
        width: 40%;
    }
}
@media only screen and (max-width: 800px) {
    .anlass {
        width: 100%;
        padding: 40px 0;
    }
}
/* Info-Mail-Omat
-------------------------*/

.newsletter {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
}
.f-spalten {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
@media only screen and (max-width: 800px) {
    .f-spalten {flex-wrap: wrap; }
}
@media only screen and (max-width: 800px) {
    .newsletter .spalten {
        display: flex;
        margin-top: 5px;
    }
}
label {
    background-color: white;
    width: 100px;
    padding: 8px;
}
input, select {
    background-color: white;
    color: rgb(79,83,82);
    border: none;
    box-shadow: none;
    padding: 8px;
    margin-bottom: 8px;
}
input, label { display: block; }

.meldung {
    color: #ffff00;
    font-weight: 400;
    padding-top: 5px;
    margin-bottom: 15px;
}
.dse {
    color: white;
    font-size: 80%;
    margin: 5px 0 20px 0;
}
.dse a {
    color: white;
}
.sib-form-message-panel,
label.entry__error {
    display: none;
}
.sib-form-block {
    margin-bottom: 5px;
}
.sib-form-message-panel--active {
    display: block !important;
}
.sib-form-message-panel__inner-text {
    color: rgb(255,200,0);
    display: inline-block;
    padding-bottom: 15px;
    vertical-align: middle;
}
svg.sib-icon {
    height:1.5em;
    width:1.5em;
    flex-shrink:0;
    margin-right:calc(1rem - 1px); 
}
.entry__error {
    width:100%; 
    background-color:transparent; 
    color: rgb(255, 200, 0); 
    font-size: 13px; 
    padding: 5px 0 0 0;
}
/* Buttons 
...............*/
button {
    border: none; }

.btn {
    cursor: pointer;
    font-family: leafy, sans-serif;
    text-transform: uppercase;
    font-size: 1.35rem;
    text-align: center;
    color: rgb(79,83,82);
    width: 142.2px;
    height: 142.2px;
    background-color: rgb(255,200,0);
    margin-left: 5px;
    position: absolute;
    bottom: 8px;
    left: 335.72px;
}
@media only screen and (max-width: 1200px) {
    .btn {
        position: static;
        height: 55px;
        margin-top: 5px;
        margin-left: 0;
        margin-bottom: 10px;
    }
}
.button {
    display: inline-block;
    background-color: rgb(255,200,0);
    padding: 8px;
    margin-bottom: 20px;
    margin-right: 10px;
}
.bubu63 .button {
    display: inline-block;
    background-color: rgb(248,0,68);
    padding: 8px;
    margin-bottom: 20px;
}
.buttonred {
    display: inline-block;
    background-color: rgb(248,0,68);
    padding: 8px;
    margin-bottom: 20px;
}
.buttonred a {
    text-decoration: none;
    color: white;
}
.buttonmatt {
    display: inline-block;
    background-color: rgba(255,200,0,0.4);
    padding: 8px;
    margin-bottom: 20px;
    margin-right: 10px;
}
.buttonmatt a {
    text-decoration: none;
}

/* Nächste Anlässe
-------------------------*/
.anlass h3,.anlass h4,.anlass ul li {
    color: white;
}

/* Footer Navigation
-------------------------*/
footer nav {
    font-family: leafy, sans-serif;
    text-transform: uppercase;
    font-size: 1.35em;
    color: rgb(79,83,82);
    background-color: rgb(255,200,0);
    padding: 10px 0;
}
footer nav div.fusszeile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
footer nav ul.links{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
@media only screen and (max-width: 600px) {
    footer nav ul.links {
        flex-direction: column;
    }
}
footer nav ul.rechts{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
footer nav ul.links li{
    margin-right: 100px;
}
@media only screen and (max-width: 600px) {
    footer nav ul.links li {
        margin-right: 0;
        margin-bottom: 8px;
    }
}
footer nav ul.rechts li{
    margin-left: 70px;
}
@media only screen and (max-width: 600px) {
    footer nav ul.rechts li {
        margin-left: 0;
    }
}

/*ECK BUTTON*/
.nextdate {
    position: absolute;
    top: 60px;
    right: 0;
    width: 400px;
    margin-right: -250px;
    transition: all 700ms;
}
.nextdate.offen {
    margin-right: -40px;
    top: 80px;
}
.nextdate p {
    font-family: "Catamaran", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    text-transform: none;
}
.nextdate div {
    position: absolute;
    top: 13px;
    right: 72px;
}
.nextdate h3 {
    font-size: 1.4rem;
    margin-bottom: 1px;
}
@media only screen and (max-width: 900px) {
    .nextdate {
        display: none;
    }
}

#eckbutton {
  width: 0;
  height: 0;
  border-top: 65px solid #33ff00;
  border-left: 65px solid transparent;
  position: fixed;
  top: 0;
  right: 0;
  overflow: visible;
  cursor: pointer;
  z-index: 999; }
  #eckbutton i {
    color: white;
    font-size: 22px;
    position: fixed;
    top: 10px;
    right: 10px; }

#nexttime {
  position: fixed;
  top: 0;
  right: 0;
  overflow: visible;
  z-index: 990;
  background-color: white;
  width: 300px;
  padding: 20px 30px 40px 30px;
  border: 2px solid #33ff00; }
  #nexttime .btn-m {
    background-color: #33ff00;
    color: #153f73;
    font-weight: 500; }

/*Slider/Karousel
...............*/
#diashow {
  margin-bottom: 0px; }
  #diashow .owl-nav .owl-prev, #diashow .owl-nav .owl-next {
    display: inline-block;
    margin-right: 20px; }



/*Loginbereich
-----------------*/
.login h5 {
  color: #2c5281; }


/*Formulare
...............*/
.edit input, .edit select {
  border: 1px solid #33ff00; }

input[type="checkbox"], input[type="checkbox"] + label {
  display: inline;
  height: inherit; }

ul.checkliste li {
  display: inline-block;
  padding-right: 40px;
  padding-bottom: 8px; }

/*# sourceMappingURL=style.css.map */

/*====================================================================== 
Hamburger Menü
======================================================================*/

/* von https://jonsuh.com/hamburgers */
.hamburger {
  padding: 12px 10px 4px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: rgb(255,200,0);
  border: 0;
  margin: 0;
  overflow: visible; 
}
.hamburger.is-active {
  background-color: rgb(255,200,0);
}
.hamburger:hover {
	opacity: 1; 
}

.hamburger-box {
  width: 25px;
  height: 20px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2.5px; 
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: rgb(79,83,82);
    border-radius: none;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}
.hamburger-inner::before {
    top: -8px; 
}
.hamburger-inner::after {
    bottom: -8px; 
}

/* Squeeze
---------------------------------------*/
.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--squeeze .hamburger-inner::before {
 	transition: top 0.075s 0.12s ease, opacity 0.075s ease; 
}
.hamburger--squeeze .hamburger-inner::after {
 	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.hamburger--squeeze.is-active .hamburger-inner,
.hamburger--squeeze.is-active .hamburger-inner::after {
	background-color: rgb(79,83,82);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease; 
}
.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

/*====================================================================== 
Spezial
======================================================================*/

/* Adventskalender
---------------------------------------*/
.adventsbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 60px;
}
@media screen and (min-width: 600px) {
    .box-klein{
        width: 550px;
    }
}
a.adventskalender {
    color: white;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
}
.hexagon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 150px; 
    height: 86.60px;
    margin: 43.30px 0;
}
.zu {
    background-color: #264939;
}
.zu-gelb {
    background-color: #DDAF11;
}
.aktiv {
    background-color: #840112;
}
.auf {
    background-color: #9eceb8;
}
.hexagon::before,
.hexagon::after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
}
.zu::before {
    bottom: 100%;
    border-bottom: 43.30px solid #264939;
}
.zu::after {
    top: 100%;
    width: 0;
    border-top: 43.30px solid #264939;
}
.zu-gelb::before {
    bottom: 100%;
    border-bottom: 43.30px solid #DDAF11;
}
.zu-gelb::after {
    top: 100%;
    width: 0;
    border-top: 43.30px solid #DDAF11;
}
.aktiv::before {
    bottom: 100%;
    border-bottom: 43.30px solid #840112;
}
.aktiv::after {
    top: 100%;
    width: 0;
    border-top: 43.30px solid #840112;
}
.auf::before {
    bottom: 100%;
    border-bottom: 43.30px solid #9eceb8;
}
.auf::after {
    top: 100%;
    width: 0;
    border-top: 43.30px solid #9eceb8;
}
.hexagon p {
    font-size: 80px;
}
.mehrabstand {
    margin-bottom: 50px;
}
ul.adventliste {
    list-style: square;
    list-style-position: outside;
    margin-left: 20px;
}
ul.adventliste li {
    padding-bottom: 20px;
    padding-left: 12px;
    
}
ul.bastelliste {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}
ul.bastelliste li {
    padding-bottom: 5px;
    padding-left: 12px;
    
}
.adventhvier {
    padding-top: 30px;
}
/* Liste
---------------------------------------*/
.adventsliste h2{
    margin-top: 60px;
    margin-bottom: 40px;
}
.hexagonklein {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50px; 
    height: 28.87px;
    margin: 14.43px 0;
}
.hexagonklein::before,
.hexagonklein::after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}
.aufklein {
    background-color: #9eceb8;
}
.aufklein::before {
    bottom: 100%;
    border-bottom: 14.43px solid #9eceb8;
}
.aufklein::after {
    top: 100%;
    width: 0;
    border-top: 14.43px solid #9eceb8;
}
.azeile {
    clear: both;
}
.azeile a {
    float: left;
}
.aText {
    float: left;
    padding: 15.8px 0 15.8px 0;
}
/* Türchen
---------------------------------------*/
#t2 .beitrag {
    margin-bottom: 40px;
}
#t2 .beitraglinks {
    line-height: 0;
}
.adventbild {
    width: 500px;
    margin-right: 50px;
    margin-bottom: 50px;
}
.versli {
    width: 800px;
    margin-bottom: 50px;
}
.aufruf {
    background-color: rgb(255,200,0);
    padding: 30px 40px;
}
.aufruf a {
    text-decoration: underline solid rgb(79,83,82);
}
big {
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 15px;
}