@-webkit-keyframes kreisBewegung{from{-webkit-transform:rotate(0deg) translateX(5px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translateX(5px) rotate(-360deg)}}@keyframes kreisBewegung{from{transform:rotate(0deg) translateX(5px) rotate(0deg)}to{transform:rotate(360deg) translateX(5px) rotate(-360deg)}}@-webkit-keyframes upDownBewegung{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}@keyframes upDownBewegung{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}.hauptfooter{text-align:center;padding:8px;margin-bottom:16px}@media (min-width:1200px){.hauptfooter{margin-bottom:90px}}.hauptfooter p{margin:0}.hauptfooter a:hover{color:var(--color--red)}@media (min-width:1200px){.hauptfooter .hauptfooter-inner{display:grid;justify-items:center;justify-content:center;align-items:end;align-content:center;text-align:center;grid-template-areas:"links mitte rechts";grid-template-columns:33.3333% 33.3333% 33.3333%}}.hauptfooter .hauptfooter-mitte{font-family:'Gambetta', serif;font-size:20px;font-weight:500;line-height:30px;letter-spacing:1px;text-transform:uppercase;padding:8px;margin-bottom:16px}@media (min-width:992px){.hauptfooter .hauptfooter-mitte{font-size:25px;line-height:41px}}@media (min-width:1200px){.hauptfooter .hauptfooter-mitte{grid-area:mitte;width:100%;margin-bottom:10px}}.hauptfooter .hauptfooter-links{padding:8px}@media (min-width:1200px){.hauptfooter .hauptfooter-links{grid-area:links;width:100%;margin-bottom:10px}}.hauptfooter .hauptfooter-links .hauptfooter-ue{margin-bottom:12px}@media (min-width:1200px){.hauptfooter .hauptfooter-links .hauptfooter-ue{text-align:left}}@media (min-width:1200px){.hauptfooter .placeholder-fixierterButton{grid-area:rechts;width:100%}}.hauptfooter .hauptfooter-text.hauptfooter-text1{text-align:center}@media (min-width:1200px){.hauptfooter .hauptfooter-text.hauptfooter-text1{text-align:left}}.hauptfooter .hauptfooter-text.hauptfooter-text1 a{text-decoration:underline}