@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
 html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:#fff0;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}.h-hidden{clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;position:absolute;width:1px}.h-text-center{text-align:center}.h-text-center.row.column{justify-content:center}@font-face{font-family:"iconset";src:url(/user/themes/born/dist/assets/iconset-f80d2dcf6458681d290b572f02758e79.ttf) format("truetype"),url(/user/themes/born/dist/assets/iconset-542087b587fa49fb9aff94c79cd64bc7.woff) format("woff"),url(/user/themes/born/dist/assets/iconset-8268c6d154740dc422a23d95cc3cb0e2.svg#iconset) format("svg");font-weight:400;font-style:normal}[class^="icon"],[class*=" icon"]{font-family:'iconset'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga",normal,"dlig";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-plus:before{content:"+"}.icon-close:before{content:"x"}.icon-download:before{content:"d"}.icon-arrow-right:before{content:"\25B6"}.icon-dash-menu:before{content:"m"}.icon-dash-prices:before{content:"p"}.icon-facebook:before{content:"f"}.icon-instagram:before{content:"i"}.icon-maps:before{content:"l"}.icon-spade:before{content:"\2660"}.icon-youtube:before{content:"y"}.icon-info-circle:before{content:"\F05B"}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger{padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;transition-duration:0.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:#fff0;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:40px;height:4px;background-color:#F4F1ED;border-radius:4px;position:absolute;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:0.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger--squeeze .hamburger-inner{transition-duration:0.075s;transition-timing-function:cubic-bezier(.55,.055,.675,.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,-webkit-transform 0.075s cubic-bezier(.55,.055,.675,.19);transition:bottom 0.075s 0.12s ease,transform 0.075s cubic-bezier(.55,.055,.675,.19);transition:bottom 0.075s 0.12s ease,transform 0.075s cubic-bezier(.55,.055,.675,.19),-webkit-transform 0.075s cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{-webkit-transform:rotate(45deg);transform:rotate(45deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.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;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:bottom 0.075s ease,-webkit-transform 0.075s 0.12s cubic-bezier(.215,.61,.355,1);transition:bottom 0.075s ease,transform 0.075s 0.12s cubic-bezier(.215,.61,.355,1);transition:bottom 0.075s ease,transform 0.075s 0.12s cubic-bezier(.215,.61,.355,1),-webkit-transform 0.075s 0.12s cubic-bezier(.215,.61,.355,1)}.row{max-width:650px;margin:0 auto;display:flex;flex-wrap:wrap}@media screen and (min-width:64.0625em){.row{max-width:1440px}}.column{padding:0 20px;width:100%}@media screen and (min-width:64.0625em){.column{padding:0 30px}}@media screen and (min-width:90em){.column{padding:0 60px}}.h-padding-top-50{padding-top:.99rem}@media screen and (min-width:64.0625em){.h-padding-top-50{padding-top:1.5rem}}.h-margin-top-50{margin-top:.99rem}@media screen and (min-width:64.0625em){.h-margin-top-50{margin-top:1.5rem}}.h-padding-bottom-50{padding-bottom:.99rem}@media screen and (min-width:64.0625em){.h-padding-bottom-50{padding-bottom:1.5rem}}.h-margin-bottom-50{margin-bottom:.99rem}@media screen and (min-width:64.0625em){.h-margin-bottom-50{margin-bottom:1.5rem}}.h-padding-topbottom-50{padding-top:.99rem;padding-bottom:.99rem}@media screen and (min-width:64.0625em){.h-padding-topbottom-50{padding-top:1.5rem}}@media screen and (min-width:64.0625em){.h-padding-topbottom-50{padding-bottom:1.5rem}}.h-margin-topbottom-50{margin-top:.99rem;margin-bottom:.99rem}@media screen and (min-width:64.0625em){.h-margin-topbottom-50{margin-top:1.5rem}}@media screen and (min-width:64.0625em){.h-margin-topbottom-50{margin-bottom:1.5rem}}.h-padding-top-100{padding-top:1.98rem}@media screen and (min-width:64.0625em){.h-padding-top-100{padding-top:3rem}}.h-margin-top-100{margin-top:1.98rem}@media screen and (min-width:64.0625em){.h-margin-top-100{margin-top:3rem}}.h-padding-bottom-100{padding-bottom:1.98rem}@media screen and (min-width:64.0625em){.h-padding-bottom-100{padding-bottom:3rem}}.h-margin-bottom-100{margin-bottom:1.98rem}@media screen and (min-width:64.0625em){.h-margin-bottom-100{margin-bottom:3rem}}.h-padding-topbottom-100{padding-top:1.98rem;padding-bottom:1.98rem}@media screen and (min-width:64.0625em){.h-padding-topbottom-100{padding-top:3rem}}@media screen and (min-width:64.0625em){.h-padding-topbottom-100{padding-bottom:3rem}}.h-margin-topbottom-100{margin-top:1.98rem;margin-bottom:1.98rem}@media screen and (min-width:64.0625em){.h-margin-topbottom-100{margin-top:3rem}}@media screen and (min-width:64.0625em){.h-margin-topbottom-100{margin-bottom:3rem}}.h-padding-top-150{padding-top:3.96rem}@media screen and (min-width:64.0625em){.h-padding-top-150{padding-top:6rem}}.h-margin-top-150{margin-top:3.96rem}@media screen and (min-width:64.0625em){.h-margin-top-150{margin-top:6rem}}.h-padding-bottom-150{padding-bottom:3.96rem}@media screen and (min-width:64.0625em){.h-padding-bottom-150{padding-bottom:6rem}}.h-margin-bottom-150{margin-bottom:3.96rem}@media screen and (min-width:64.0625em){.h-margin-bottom-150{margin-bottom:6rem}}.h-padding-topbottom-150{padding-top:3.96rem;padding-bottom:3.96rem}@media screen and (min-width:64.0625em){.h-padding-topbottom-150{padding-top:6rem}}@media screen and (min-width:64.0625em){.h-padding-topbottom-150{padding-bottom:6rem}}.h-margin-topbottom-150{margin-top:3.96rem;margin-bottom:3.96rem}@media screen and (min-width:64.0625em){.h-margin-topbottom-150{margin-top:6rem}}@media screen and (min-width:64.0625em){.h-margin-topbottom-150{margin-bottom:6rem}}.h-background-theme--default{background:#F4F1ED;color:#575756}.h-background-theme--default .m-news-teaser{background:#575756}.h-background-theme--default .m-news-teaser .m-news-teaser__date,.h-background-theme--default .m-news-teaser .m-news-teaser__title{color:#575756}.h-background-theme--brand-color{background:linear-gradient(to right,#003F1B,#006E32);color:#F4F1ED;background-repeat:no-repeat;background-size:cover}.h-background-theme--brand-color .m-news-teaser{background:#F4F1ED}.h-background-theme--brand-color .m-news-teaser .m-news-teaser__date,.h-background-theme--brand-color .m-news-teaser .m-news-teaser__title{color:#575756}.h-background-theme--brand-color .a-download-link{background:#F4F1ED;color:#575756}.h-background-theme--dark-highlight-color{background:#571B17;color:#F4F1ED}.h-background-theme--dark-highlight-color .m-news-teaser{background:#F4F1ED}.h-background-theme--dark-highlight-color .m-news-teaser .m-news-teaser__date,.h-background-theme--dark-highlight-color .m-news-teaser .m-news-teaser__title{color:#575756}.h-background-theme--dark-highlight-color .a-highlight-box--brown:before{background-color:#F4F1ED}.h-background-theme--dark-highlight-color .a-highlight-box--brown .a-highlight-box__content{color:#575756}.h-background-theme--blue-color{background:#36A4DC;color:#F4F1ED}.h-background-theme--blue-color .m-news-teaser{background:#F4F1ED}.h-background-theme--blue-color .m-news-teaser .m-news-teaser__date,.h-background-theme--blue-color .m-news-teaser .m-news-teaser__title{color:#575756}@font-face{font-family:'Lato';font-style:normal;font-weight:300;src:local(""),url(/user/themes/born/dist/assets/lato-v23-latin-ext_latin-300-846742dab48585c5166515294d9a2ca9.woff2) format("woff2"),url(/user/themes/born/dist/assets/lato-v23-latin-ext_latin-300-08feb52817000b5f603d03e839557804.woff) format("woff")}@font-face{font-family:'Lato';font-style:normal;font-weight:400;src:local(""),url(/user/themes/born/dist/assets/lato-v23-latin-ext_latin-regular-26f5a0992b68bb38801b08a348288591.woff2) format("woff2"),url(/user/themes/born/dist/assets/lato-v23-latin-ext_latin-regular-cf01af70a3ae9a494a729f504c43804e.woff) format("woff")}@font-face{font-family:'Lato';font-style:normal;font-weight:700;src:local(""),url(/user/themes/born/dist/assets/lato-v23-latin-ext_latin-700-9e7827aaaf284662fe90803f0c3390d8.woff2) format("woff2"),url(/user/themes/born/dist/assets/lato-v23-latin-ext_latin-700-83bec549b44b3ec087b591478dee7181.woff) format("woff")}@font-face{font-family:'Lato';font-style:normal;font-weight:900;src:local(""),url(/user/themes/born/dist/assets/lato-v23-latin-ext_latin-900-ec7702db70b59daa5385159295fa09b8.woff2) format("woff2"),url(/user/themes/born/dist/assets/lato-v23-latin-ext_latin-900-3ef75eeed7fda61c5451d02c794d1a7e.woff) format("woff")}
/**
 * @license
 * MyFonts Webfont Build ID 3520387, 2018-02-02T09:16:58-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Signalist by Mika Melvas
 * URL: https://www.myfonts.com/fonts/mika-melvas/signalist/regular/
 * Copyright: Copyright (c) 2012 by Mika Melvas. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3520387
 * 
 * © 2018 MyFonts Inc
*/
 @font-face{font-family:'Signalist';src:url(/user/themes/born/dist/assets/35B783_0_0-9b9cdabf6b4f11d03a90f444dd53090a.eot);src:url(/user/themes/born/dist/assets/35B783_0_0-9b9cdabf6b4f11d03a90f444dd53090a.eot?#iefix) format("embedded-opentype"),url(/user/themes/born/dist/assets/35B783_0_0-8c3e96662e5c012638155ad1fedb8f50.woff2) format("woff2"),url(/user/themes/born/dist/assets/35B783_0_0-cdaa9baf56218ac33c4d20454e46f679.woff) format("woff"),url(/user/themes/born/dist/assets/35B783_0_0-5844293d72beb2ec6ce04d44790e2e75.ttf) format("truetype")}*{box-sizing:border-box}button{font-family:"Lato",sans-serif}button:focus{outline:none}body{font-family:"Lato",sans-serif;background:#F4F1ED;color:#575756}h1,h2,h3,h4,h5,h6{font-weight:700;margin:0 0 .5em}p{line-height:1.6;margin:.5em 0}@media screen and (min-width:90em){p{font-size:1.3rem}}a{text-decoration:none;color:#F59A2A;transition:color 150ms ease}blockquote{padding-left:2rem;margin:1em 0;border-left:3px solid #F59A2A}img{max-width:100%}.a-image--ratio-4-3{position:relative;display:inline-block;width:100%}.a-image--ratio-4-3::before{content:'';margin-top:100 "%";display:block}.a-image--ratio-4-3>*{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.a-image--ratio-4-3 img{max-height:100%}.a-highlight-box{position:relative}.a-highlight-box:before{background-repeat:no-repeat;background-size:100% 100%;content:'';display:block;height:0;left:0;top:0;width:100%;z-index:1}.a-highlight-box__content{z-index:2;color:#F4F1ED;position:absolute;text-align:center;-webkit-transform:translateZ(20px);transform:translateZ(20px)}.a-highlight-box__icon{position:absolute;font-size:1.6rem;top:1rem;left:50%;-webkit-transform:translateZ(25px) translateX(-50%);transform:translateZ(25px) translateX(-50%);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;color:#F59A2A;z-index:3}.a-highlight-box__icon img{width:60%;max-height:1.6rem}.a-highlight-box--brown{font-size:12px}.a-highlight-box--brown:before{background-color:#571B17;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:perspective(15cm) rotate(1.9deg) rotate3d(0,1,0,14deg) rotate3d(1,0,0,-9deg) skew(4.5deg,-1.5deg);transform:perspective(15cm) rotate(1.9deg) rotate3d(0,1,0,14deg) rotate3d(1,0,0,-9deg) skew(4.5deg,-1.5deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:100%;padding-top:97%;outline:1px solid #fff0}.a-highlight-box--brown:nth-child(even):before{background-image:none;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:perspective(15cm) rotate(181.9deg) rotate3d(0,1,0,14deg) rotate3d(1,0,0,-9deg) skew(4.5deg,-1.5deg) translate(3px,2px);transform:perspective(15cm) rotate(181.9deg) rotate3d(0,1,0,14deg) rotate3d(1,0,0,-9deg) skew(4.5deg,-1.5deg) translate(3px,2px)}.a-highlight-box--brown .a-highlight-box__content{top:50px;width:80%;left:10%}.a-highlight-box--svg-only .a-highlight-box__icon{top:50%;-webkit-transform:translateZ(25px) translate(-50%,-50%);transform:translateZ(25px) translate(-50%,-50%);width:100%;height:100%}.a-highlight-box--svg-only .a-highlight-box__icon img{width:100%;height:100%;max-height:none}.a-highlight-box--svg-only .a-highlight-box__content{clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;position:absolute;width:1px}.a-highlight-box--orange{width:100%}@media screen and (min-width:64.0625em){.a-highlight-box--orange{width:335px}}.a-highlight-box--orange:before{background-color:#F59A2A;padding-top:120px}@media screen and (min-width:64.0625em){.a-highlight-box--orange:before{padding-top:36%;background-color:#fff0;background-image:url(/user/themes/born/dist/assets/orange_box-f5bdfb02b49716493495477804c5904c.svg)}}.a-highlight-box--orange .a-highlight-box__content{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-transform:uppercase;width:90%;left:5%;font-weight:700}.a-highlight-box--orange .a-highlight-box__content a{color:#fff}.a-highlight-box--orange .a-highlight-box__content a:hover{color:#F4F1ED}.a-highlight-box--orange .a-highlight-box__top{border-bottom:2px solid #F4F1ED;padding-bottom:.3rem;font-size:1.1rem;letter-spacing:1px}.a-highlight-box--orange .a-highlight-box__bottom{font-size:2.3rem;padding-top:.3rem}@media screen and (min-width:64.0625em){.a-highlight-box--menu:before{background-image:url(/user/themes/born/dist/assets/orange_box_menu-61ae150c595095f7ca539484407d7e7f.svg)}}@media screen and (min-width:64.0625em){.a-highlight-box--menu .a-highlight-box__content{width:80%;left:10%}}@media screen and (min-width:64.0625em){.a-highlight-box--menu .a-highlight-box__top{font-size:1em}}@media screen and (min-width:64.0625em){.a-highlight-box--menu .a-highlight-box__bottom{font-size:2rem}}.a-download-link{background:#858585;color:#F4F1ED;display:inline-block;position:relative;text-transform:uppercase;transition:background-color 150ms ease;margin:0 0 2rem;padding:.3rem .8rem .4rem 48px}.a-download-link:hover{background:#F59A2A}.a-download-link:before{font-family:"iconset";content:"d";background:#F59A2A;position:absolute;left:0;top:0;height:100%;width:40px;text-align:center;line-height:40px;text-transform:none}.a-download-link__label{font-size:13px;line-height:19px;font-weight:700;letter-spacing:1px}.a-download-link__name{font-size:11px;line-height:12px;letter-spacing:1px}.a-download-link--menu{margin:1rem 0 2rem 0}@media screen and (min-width:64.0625em){.a-download-link--menu{margin:1rem 0 0 0}}.a-headline p{margin:0}.a-headline small{margin-top:.5rem;text-transform:uppercase;font-size:1.2rem;letter-spacing:1px}.a-headline--fancy{font-family:"Signalist",serif;color:#fff;font-size:3rem;letter-spacing:1px;line-height:2.7rem;font-weight:400}@media screen and (min-width:64.0625em){.a-headline--fancy{font-size:4rem;line-height:3.4rem}}@media screen and (min-width:90em){.a-headline--fancy{font-size:5rem;letter-spacing:2px;line-height:4.4rem}}.a-headline--uppercase:not(.a-headline--svg){text-transform:uppercase;letter-spacing:1px;position:relative;padding-bottom:1rem;margin-bottom:1rem;font-size:1.5rem}.a-headline--uppercase:not(.a-headline--svg):after{background:#F59A2A;bottom:0;content:'';height:3px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:220px}.a-headline--svg .a-headline__svg{text-align:center}.a-headline--svg .a-headline__svg img{min-height:72px;max-width:270px;height:100%;width:auto}@media screen and (min-width:64.0625em){.a-headline--svg .a-headline__svg img{max-width:320px;min-height:92px}}.a-headline--svg .a-headline__seo-text{clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;position:absolute;width:1px}.a-headline--hero.a-headline--svg img{min-height:72px;max-width:450px}@media screen and (min-width:64.0625em){.a-headline--hero.a-headline--svg img{max-width:550px;min-height:92px}}.a-button{background-image:url(/user/themes/born/dist/assets/button_background-004f966f9dfabb0d0f2c445b856fd9e5.svg);background-repeat:no-repeat;background-size:100% 100%;color:#fff;padding:.7em 1em;transition:-webkit-transform 100ms ease;transition:transform 100ms ease;transition:transform 100ms ease,-webkit-transform 100ms ease;display:inline-block;background-color:#fff0;border:none}.a-button--size-50{font-size:.875rem}.a-button .fa{display:inline-block;transition:-webkit-transform 100ms ease;transition:transform 100ms ease;transition:transform 100ms ease,-webkit-transform 100ms ease;transition-delay:70ms;padding:0 .2rem}.a-button--icon-left .fa{padding-right:.5em}.a-button--icon-right .fa{padding-left:.5rem}.a-button:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.a-button:hover .fa{-webkit-transform:scale(1.1);transform:scale(1.1)}.absatz-ausrufezeichen{padding-left:2rem;position:relative}.absatz-ausrufezeichen:before{position:absolute;left:0;top:0;color:#F59A2A}.absatz-ausrufezeichen{min-height:80px}.absatz-ausrufezeichen:before{content:'!';left:-10px;font-family:"Signalist",serif;font-size:7rem;-webkit-transform:rotate(-21deg);transform:rotate(-21deg);line-height:.85}.a-input{width:100%;padding:1rem 1rem .95rem;box-shadow:none;border:none;transition:box-shadow 150ms ease}.a-input:focus{outline:none;box-shadow:0 0 2px 1px rgb(87 87 86 / .3) inset}textarea.a-input{height:100%}.a-input--radio,.a-input--checkbox{display:none}.a-input--radio+label::before,.a-input--checkbox+label::before{background:#fff;margin-right:4px}.checkboxes{margin-bottom:.5rem}.checkboxes .a-input--checkbox+label{padding:0;line-height:1.6;margin-right:2rem}.checkboxes .a-input--checkbox+label::before{content:"\2713";width:20px;height:20px;font-size:20px;position:static;color:#fff0;line-height:1;vertical-align:-2px}.checkboxes .a-input--checkbox:checked+label::before{color:#F59A2A}.a-input--radio+label{position:relative;padding-left:25px;display:block!important;line-height:1.1}.a-input--radio+label::before{content:'';width:13px;height:13px;border-radius:50%;border:3px solid #fff;display:block;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0}.a-input--radio:checked+label::before{background:#F59A2A}.a-input--checkbox+label::before{border-radius:3px}.a-svg--size-100{max-width:200px}.a-definition-list ul{list-style:none;margin:0;padding:0}.a-definition-list li{line-height:1.5;margin-bottom:.5rem}.a-definition-list strong{display:block;color:#F59A2A;text-transform:uppercase;font-weight:700;font-size:1rem}.m-menu{text-align:left}.m-menu__week{padding:0 0 0 3.2rem;letter-spacing:1px;margin:0 0 1rem;font-size:.75rem}.m-menu__day{display:flex;margin-bottom:1rem}@media screen and (min-width:64.0625em){.m-menu__day{margin-bottom:1.5rem}}.m-menu__weekday{height:2.2rem;min-width:2.2rem;position:relative;color:#F4F1ED;line-height:2.2rem;text-align:center;font-family:"Signalist",serif;font-size:1.7rem;left:5px}.m-menu__weekday:before{background-color:#006E32;content:'';height:100%;left:1px;position:absolute;top:0;-webkit-transform:perspective(2cm) rotate(1.9deg) rotate3d(0,1,0,14deg) rotate3d(1,0,0,-9deg) skew(4.5deg,-1.5deg);transform:perspective(2cm) rotate(1.9deg) rotate3d(0,1,0,14deg) rotate3d(1,0,0,-9deg) skew(4.5deg,-1.5deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;outline:1px solid #fff0;width:100%;z-index:-1}.m-menu__weekday--weekend{background-color:#F59A2A}.m-menu__weekday--weekend:before{background-color:#F59A2A}.m-menu__weekday-text{-webkit-transform:translateZ(10px);transform:translateZ(10px)}.m-menu__label{padding-left:1rem;flex-grow:1;position:relative}.m-menu__label:before{content:'';width:calc(100% - 2.5rem);height:0;border-top:2px dotted #575756;position:absolute;top:calc(50% - 5px);z-index:-1;left:2rem}.m-menu__label--heading{color:#F59A2A;text-transform:uppercase;letter-spacing:1px}.m-menu__label--heading:before{display:none}.m-menu__offers{flex-grow:1}.m-menu__offer{display:flex;margin-bottom:.5rem}.m-menu__name{background:#F4F1ED;padding-bottom:.2rem;padding-right:.5rem;display:inline-block;font-weight:700;font-size:1.1rem}.m-menu__description{font-size:12px}.m-menu__amount{line-height:2rem;font-size:.875rem;margin-top:-2px;margin-right:.3rem}.m-menu__price{font-family:"Signalist",serif;font-size:2rem;padding:0 1rem;position:relative;align-self:flex-start;margin-top:-3px}.m-menu__price:after{content:"p";font-family:"iconset";text-transform:none;position:absolute;bottom:-38px;left:50%;font-size:50%;color:#F59A2A;font-size:5rem;z-index:-1;-webkit-transform-origin:left center;transform-origin:left center;transition:-webkit-transform 150ms ease;transition:transform 150ms ease;transition:transform 150ms ease,-webkit-transform 150ms ease;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.m-menu--trumpf .m-menu__week{padding:0}.m-menu--trumpf .m-menu__label{padding:0}.m-news-teaser{display:flex;flex-direction:column;background:#006E32}.m-news-teaser:hover .m-news-teaser__image img{-webkit-transform:scale(1.05);transform:scale(1.05)}.m-news-teaser:hover .m-news-teaser__button{-webkit-transform:translateY(50%) scale(1.1);transform:translateY(50%) scale(1.1)}.m-news-teaser__image{overflow:hidden}.m-news-teaser__image img{transition:-webkit-transform 150ms ease;transition:transform 150ms ease;transition:transform 150ms ease,-webkit-transform 150ms ease;vertical-align:top}.m-news-teaser__text{padding:1rem 1rem 0;border-top:1px solid #F59A2A}.m-news-teaser__title{margin:0;color:#fff;font-weight:700;line-height:1.3;display:block;display:-webkit-box;max-width:650px;overflow:hidden;text-overflow:ellipsis;height:3.9rem;font-size:1rem;line-height:1.3;-webkit-line-clamp:3}.m-news-teaser__date{margin:0 0 .3rem;color:#fff;font-weight:400}.m-news-teaser__button{align-self:center;position:relative;-webkit-transform:translateY(50%);transform:translateY(50%);text-transform:uppercase;letter-spacing:1px}.m-news-teaser__button:hover{-webkit-transform:translateY(50%) scale(1.1);transform:translateY(50%) scale(1.1)}.m-news-article{flex-direction:column;align-items:center}.m-news-article h1{font-family:"Signalist",serif;max-width:800px;color:#006E32;text-align:center;margin-bottom:1rem}.m-news-article__social{margin-bottom:2rem;width:100%;max-width:550px}.m-news-article h2,.m-news-article h3,.m-news-article h4,.m-news-article h5,.m-news-article h6,.m-news-article ul,.m-news-article ol,.m-news-article blockquote,.m-news-article p{width:100%;max-width:550px}.m-news-article img{max-width:800px;-webkit-transform:translateX(-50%);transform:translateX(-50%);position:relative;left:50%}.m-navigation{padding:5rem 2rem 1rem;width:100%;flex-grow:1}@media screen and (min-width:64.0625em){.m-navigation{padding:.5rem 30px 0;display:flex;flex-direction:column;align-items:flex-end}}@media screen and (min-width:90em){.m-navigation{flex-direction:row;align-items:stretch;justify-content:flex-end}}.m-navigation ul{margin:0;padding:0;text-align:center;list-style:none}@media screen and (min-width:64.0625em){.m-navigation ul{display:flex;align-items:stretch}}.m-navigation li{position:relative}.m-navigation li.m-navigation__shop-item{display:none}@media screen and (min-width:64.0625em){.m-navigation li.m-navigation__shop-item{display:block}}.m-navigation li.m-navigation__shop-item a{-webkit-transform:translateY(-2px);transform:translateY(-2px);padding-bottom:.42rem}@media screen and (min-width:90em){.m-navigation li.m-navigation__shop-item a{-webkit-transform:translateY(-50%);transform:translateY(-50%);padding-bottom:.45rem}}.m-navigation li.m-navigation__shop-item img{width:72px}.m-navigation a{text-transform:uppercase;display:block;padding:.7rem 1rem .65rem;font-weight:400;color:#575756}@media screen and (min-width:64.0625em){.m-navigation a{padding:.5rem 1rem .47rem;font-size:.875rem}}.m-navigation button{border:none;background:none;color:#F59A2A;position:absolute;top:0;right:0;padding:1.2rem .3rem 1.15rem .7rem}.m-navigation button:before{content:"+";font-family:"iconset"}@media screen and (min-width:64.0625em){.m-navigation button{display:none}}@media screen and (min-width:64.0625em){.m-navigation__service>li,.m-navigation__main>li{padding:0 0 .8rem}}@media screen and (min-width:64.0625em){.m-navigation__service>li.is-active>a:after,.m-navigation__main>li.is-active>a:after{-webkit-transform:translateX(-50%) scale(1);transform:translateX(-50%) scale(1)}}.m-navigation__service>li>a,.m-navigation__main>li>a{color:#006E32;font-weight:700;letter-spacing:2px;font-size:1.325rem;padding:1rem 0 .95rem}@media screen and (min-width:64.0625em){.m-navigation__service>li>a,.m-navigation__main>li>a{color:#F4F1ED;font-size:1.125rem;padding:.5rem 1rem .45rem;position:relative;display:block}.m-navigation__service>li>a:after,.m-navigation__main>li>a:after{content:"m";font-family:"iconset";text-transform:none;position:absolute;bottom:-38px;left:50%;font-size:50%;color:#F59A2A;font-size:4rem;-webkit-transform-origin:left center;transform-origin:left center;transition:-webkit-transform 150ms ease;transition:transform 150ms ease;transition:transform 150ms ease,-webkit-transform 150ms ease;-webkit-transform:translateX(-50%) scale(0);transform:translateX(-50%) scale(0)}}@media screen and (min-width:90em){.m-navigation__service>li>a,.m-navigation__main>li>a{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media screen and (min-width:64.0625em){.m-navigation__service>li>a:hover:after,.m-navigation__main>li>a:hover:after{-webkit-transform:translateX(-50%) scale(1);transform:translateX(-50%) scale(1)}}@media screen and (max-width:64em){.m-navigation__service>li>a:after,.m-navigation__main>li>a:after{content:'';width:100px;height:0;border-bottom:1px solid #575756;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.m-navigation__service ul,.m-navigation__main ul{height:0;overflow:hidden;transition:height 200ms ease-in-out}@media screen and (min-width:64.0625em){.m-navigation__service ul,.m-navigation__main ul{position:absolute;display:block;bottom:0;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%);width:180px;left:50%}}@media screen and (max-width:64em){.m-navigation__service ul li:first-child a,.m-navigation__main ul li:first-child a{padding-top:0}}@media screen and (min-width:64.0625em){.m-navigation__service ul a,.m-navigation__main ul a{width:100%;background:#858585;margin-top:3px;color:#F4F1ED;transition:background-colro 200ms ease}}@media screen and (min-width:64.0625em){.m-navigation__service ul a:hover,.m-navigation__main ul a:hover{background-color:#F59A2A}}.m-navigation__service{order:-1}.m-navigation__service .m-navigation__imbiss-link{background:#F4F1ED;transition:border 150ms ease}@media screen and (max-width:64em){.m-navigation__service .m-navigation__imbiss-link img{width:70px}}@media screen and (min-width:64.0625em){.m-navigation__service .m-navigation__imbiss-link{border:1px solid #858585}}.m-navigation__service .m-navigation__imbiss-link:hover{background:#F4F1ED;border:1px solid #575756}@media screen and (min-width:90em){.m-navigation__service{order:0}}.m-navigation__service>li>a{font-size:.95rem;font-weight:400}@media screen and (min-width:64.0625em){.m-navigation__service>li>a{font-size:.75rem}}.m-navigation__service>li>a[href*="kontakt"]:before{content:"l";font-family:"iconset";text-transform:none;color:#F59A2A}@media screen and (max-width:64em){.m-navigation__service>li:last-child>a:after{display:none}}.m-fieldset{border:none;padding:0;margin:0}.m-fieldset .form-label{padding:0 0 .75rem;font-weight:700}.m-fieldset__small{font-style:italic;font-size:11px}.m-fieldset__field-wrapper{padding:0 20px 3rem}@media screen and (min-width:64.0625em){.m-fieldset__field-wrapper{padding:0 30px 3rem}}@media screen and (min-width:90em){.m-fieldset__field-wrapper{padding:0 60px 3rem}}.m-fieldset__radio .form-data{display:flex;flex-wrap:wrap;gap:1.3rem 2rem}.m-fieldset__radio-wrapper{display:inline-block;min-width:110px}@media screen and (min-width:64.0625em){.m-fieldset__submit-button{margin-left:calc(33.333% + 30px)}}@media screen and (min-width:90em){.m-fieldset__submit-button{margin-left:calc(33.333% + 60px)}}.m-fieldset__textarea{display:flex;flex-direction:column;height:100%}.m-fieldset__textarea .form-data{flex-grow:1;display:flex}.m-fieldset__textarea .form-data .form-textarea-wrapper{width:100%}.m-fieldset__textarea .form-data .form-textarea-wrapper textarea{height:100%}.form-data.basic-captcha input[type="text"]{width:260px}.form-data.basic-captcha .form-input-wrapper{border:none;display:flex;flex-wrap:wrap;gap:.5rem}.m-address{display:flex;margin-top:2rem}.m-address__logo{flex-shrink:1;display:flex;align-items:flex-start}.m-address__logo p{margin:0}.m-address__logo img{width:60px}@media screen and (min-width:64.0625em){.m-address__logo img{width:80px}}.m-address__text{display:flex;flex-wrap:wrap;padding-left:20px}@media screen and (min-width:64.0625em){.m-address__text{padding-left:15px}}@media screen and (min-width:90em){.m-address__text{padding-left:30px}}.m-address__title{width:100%;text-transform:uppercase}.m-address__title strong{color:#F59A2A;letter-spacing:3px}.m-address__title small{font-size:.75rem;font-weight:400}.m-address__address{width:calc(45% - 1rem);min-width:230px;line-height:1.4;font-weight:700;border-right:1px solid #F59A2A;margin-bottom:.5rem;margin-right:1rem}.m-address__phone{font-weight:400}.m-address__times{width:50%;min-width:220px;line-height:1.4;flex-grow:1}.m-address__times td{padding:0 .5rem 0 0}.m-address__times td:first-child{font-weight:700}.m-table--signatures .m-table__dieter img{width:200px}.m-table--signatures .m-table__philipp img{width:150px}.m-table--sports .m-table__oberdreis img{width:160px}.m-table--sports .m-table__vvv img{width:210px}.m-table--copy{font-size:.75rem;border-collapse:collapse}.m-table--copy tr:nth-child(odd){background:rgb(133 133 133 / .5)}.m-table--copy td{padding:.45rem .7rem .42em .7rem}.m-table--copy td:first-child{text-transform:uppercase;font-weight:700;letter-spacing:1px}[class*="m-table--"] br{display:none}.m-homepage-hero{display:flex;justify-content:center}.ie11 .m-homepage-hero{display:block}@media screen and (max-width:64em){.m-homepage-hero__logo{display:none}}.m-homepage-hero__logo img{width:105px;width:205px;max-width:none;margin-right:1.8rem}.ie11 .m-homepage-hero__logo{float:left;width:105px}.m-homepage-hero__text-wrapper{display:flex;flex-direction:column}.ie11 .m-homepage-hero__text-wrapper{display:block;float:right;width:430px}.m-homepage-hero__headline{margin:1.3rem 0 0}.ie11 .m-homepage-hero__headline img{width:100%}.m-homepage-hero__link{position:relative}.ie11 .m-homepage-hero__link{display:block;height:55px}.m-homepage-hero__link:hover img:last-child{opacity:1}.m-homepage-hero__link img{margin-right:2rem}.ie11 .m-homepage-hero__link img{display:block;height:auto;width:100%}.m-homepage-hero__link img:last-child{position:absolute;top:0;left:0;opacity:0;transition:opacity 150ms ease}.m-homepage-hero__event{top:-.5rem}.m-info-boxes{position:relative;list-style:none;margin:0;padding:0}.m-info-boxes__list-item{margin-bottom:1rem}.m-info-boxes__box{padding:1rem 1.5rem;background-color:#575756;display:flex;align-items:center}.m-info-boxes__title{margin:0;color:#F4F1ED;font-weight:700;flex-grow:1}.m-info-boxes__small{display:block;margin-top:.25rem;font-weight:400}.m-info-boxes__icon{color:#F59A2A;font-size:2.2rem;position:relative}.m-info-boxes__icon::before{z-index:2;position:relative}.m-info-boxes__icon::after{content:'';z-index:1;border-radius:50%;position:absolute;top:3px;left:1px;width:1.8rem;height:1.8rem;background:#F4F1ED}.o-text-image__row{max-width:650px;margin:0 auto;display:flex;flex-wrap:wrap}@media screen and (min-width:64.0625em){.o-text-image__row{max-width:1440px}}.o-text-image__column{padding:0 20px;width:100%}@media screen and (min-width:64.0625em){.o-text-image__column{padding:0 30px}}@media screen and (min-width:90em){.o-text-image__column{padding:0 60px}}@media screen and (min-width:64.0625em){.o-text-image__column{width:50%;display:flex;flex-direction:column}}.o-text-image__column:not(:first-child){margin-top:1rem}@media screen and (min-width:64.0625em){.o-text-image__column:not(:first-child){margin-top:0}}.o-text-image__features{position:relative;z-index:3;display:flex;flex-wrap:nowrap;flex-grow:1;padding:1rem 0 0;flex-direction:column}@media screen and (min-width:64.0625em){.o-text-image__features{padding:1rem 0 2rem;justify-content:flex-end}}.o-text-image__download-link{align-self:center}@media screen and (min-width:64.0625em){.o-text-image__download-link{align-self:flex-start}}.o-text-image__highlight-boxes-brown{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:center;align-self:center;width:100%}@media screen and (min-width:64.0625em){.o-text-image__highlight-boxes-brown{justify-content:flex-end;align-items:flex-start;flex-basis:auto}}.ie11 .o-text-image__highlight-boxes-brown{display:block}.o-text-image__highlight-boxes-brown li{margin-bottom:2rem;min-width:112px;flex-grow:1;flex-basis:112px;max-width:100%}.ie11 .o-text-image__highlight-boxes-brown li{float:right}@media (min-width:224px){.o-text-image__highlight-boxes-brown li{max-width:50%}}@media (min-width:336px){.o-text-image__highlight-boxes-brown li{max-width:33.33333%}}@media (min-width:448px){.o-text-image__highlight-boxes-brown li{max-width:25%}}@media (min-width:560px){.o-text-image__highlight-boxes-brown li{max-width:20%}}@media (min-width:672px){.o-text-image__highlight-boxes-brown li{max-width:16.66667%}}@media (min-width:784px){.o-text-image__highlight-boxes-brown li{max-width:14.28571%}}@media (min-width:896px){.o-text-image__highlight-boxes-brown li{max-width:12.5%}}@media (min-width:1008px){.o-text-image__highlight-boxes-brown li{max-width:11.11111%}}@media (min-width:1120px){.o-text-image__highlight-boxes-brown li{max-width:10%}}@media (min-width:1232px){.o-text-image__highlight-boxes-brown li{max-width:9.09091%}}@media (min-width:1344px){.o-text-image__highlight-boxes-brown li{max-width:8.33333%}}@media (min-width:1456px){.o-text-image__highlight-boxes-brown li{max-width:7.69231%}}@media (min-width:1568px){.o-text-image__highlight-boxes-brown li{max-width:7.14286%}}@media (min-width:1680px){.o-text-image__highlight-boxes-brown li{max-width:6.66667%}}@media (min-width:1792px){.o-text-image__highlight-boxes-brown li{max-width:6.25%}}@media (min-width:1904px){.o-text-image__highlight-boxes-brown li{max-width:5.88235%}}@media (min-width:2016px){.o-text-image__highlight-boxes-brown li{max-width:5.55556%}}@media (min-width:2128px){.o-text-image__highlight-boxes-brown li{max-width:5.26316%}}@media screen and (min-width:64.0625em){.o-text-image__highlight-boxes-brown li{margin-bottom:1rem}}@media screen and (min-width:64.0625em){.o-text-image__column:last-child .o-text-image__highlight-boxes-brown{justify-content:flex-start}.ie11 .o-text-image__column:last-child .o-text-image__highlight-boxes-brown li{float:left}}.o-text-image__highlight-box-orange{margin:0 0 1rem}@media screen and (min-width:64.0625em){.o-text-image__highlight-box-orange{position:absolute;bottom:calc(9px + 2rem);right:0;-webkit-transform:translateX(100%);transform:translateX(100%);margin:0}}@media screen and (min-width:64.0625em){.o-text-image__highlight-box-menu{margin-top:-67px;left:40%}}@media screen and (min-width:64.0625em){.o-text-image__column:last-child .o-text-image__highlight-box-orange{right:auto;left:0;-webkit-transform:translateX(-101%);transform:translateX(-101%)}}.o-text-image__column:last-child .o-text-image__highlight-box-orange:before{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.ie11 .o-text-image img{width:100%}.o-centered-content__row{max-width:650px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center}@media screen and (min-width:64.0625em){.o-centered-content__row{max-width:1440px}}.o-centered-content__column{padding:0 20px;width:100%;max-width:950px;text-align:center}@media screen and (min-width:64.0625em){.o-centered-content__column{padding:0 30px}}@media screen and (min-width:90em){.o-centered-content__column{padding:0 60px}}.o-centered-content__highlight-boxes-brown{margin:2rem 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:center;flex-basis:100%}.o-centered-content__highlight-boxes-brown li{margin-bottom:1rem;min-width:120px;flex-grow:1;flex-basis:120px;max-width:100%}@media (min-width:240px){.o-centered-content__highlight-boxes-brown li{max-width:50%}}@media (min-width:360px){.o-centered-content__highlight-boxes-brown li{max-width:33.33333%}}@media (min-width:480px){.o-centered-content__highlight-boxes-brown li{max-width:25%}}@media (min-width:600px){.o-centered-content__highlight-boxes-brown li{max-width:20%}}@media (min-width:720px){.o-centered-content__highlight-boxes-brown li{max-width:16.66667%}}@media (min-width:840px){.o-centered-content__highlight-boxes-brown li{max-width:14.28571%}}@media (min-width:960px){.o-centered-content__highlight-boxes-brown li{max-width:12.5%}}@media (min-width:1080px){.o-centered-content__highlight-boxes-brown li{max-width:11.11111%}}@media (min-width:1200px){.o-centered-content__highlight-boxes-brown li{max-width:10%}}@media (min-width:1320px){.o-centered-content__highlight-boxes-brown li{max-width:9.09091%}}@media (min-width:1440px){.o-centered-content__highlight-boxes-brown li{max-width:8.33333%}}@media (min-width:1560px){.o-centered-content__highlight-boxes-brown li{max-width:7.69231%}}@media (min-width:1680px){.o-centered-content__highlight-boxes-brown li{max-width:7.14286%}}@media (min-width:1800px){.o-centered-content__highlight-boxes-brown li{max-width:6.66667%}}@media (min-width:1920px){.o-centered-content__highlight-boxes-brown li{max-width:6.25%}}@media (min-width:2040px){.o-centered-content__highlight-boxes-brown li{max-width:5.88235%}}@media (min-width:2160px){.o-centered-content__highlight-boxes-brown li{max-width:5.55556%}}.o-centered-content__download-link{margin:1.5rem 0 0 0}.o-centered-content--wide .o-centered-content__column{max-width:none}.o-stage{position:relative;height:60vh;min-height:260px;overflow:hidden}@media screen and (min-width:64.0625em){.o-stage{height:75vh}}.o-stage__background{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1}.o-stage__background img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.o-stage__background-video-wrapper{height:100%}.o-stage__content{position:absolute;padding:0 20px;width:100%;z-index:2;bottom:40%;margin-bottom:2vh;left:50%;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);max-width:600px}@media screen and (min-width:64.0625em){.o-stage__content{padding:0 30px}}@media screen and (min-width:90em){.o-stage__content{padding:0 60px}}@media screen and (min-width:90em){.o-stage__content{max-width:900px}}.o-stage__video-button-wrapper{text-align:right}.o-stage__video-button-wrapper a{text-transform:uppercase;letter-spacing:1px;position:relative}.o-stage__video-button-wrapper .icon-youtube{font-size:1.8rem;vertical-align:-6px}.o-news-grid{display:flex;flex-wrap:wrap;list-style:none}.o-news-grid>li{display:block;width:50%}.o-news-grid>li>*{margin:0 1rem 2rem}@media screen and (min-width:64.0625em){.o-news-grid>li{width:33.3%}}@media screen and (min-width:90em){.o-news-grid>li{width:25%}}@media screen and (max-width:64em){.o-news-grid--single-row>li:nth-child(n+3){display:none}}@media screen and (min-width:64.0625em) and (max-width:89.9375em){.o-news-grid--single-row>li{display:block}.o-news-grid--single-row>li:nth-child(n+4){display:none}}.o-header{background:linear-gradient(to right,#003F1B,#006E32);color:#F4F1ED;background-repeat:no-repeat;background-size:cover;background:linear-gradient(2deg,#003F1B,#006E32);border-bottom:1px solid #F59A2A;position:fixed;top:0;left:0;z-index:10;-webkit-transform:translateZ(30px);transform:translateZ(30px);width:100%}.o-header .m-news-teaser{background:#F4F1ED}.o-header .m-news-teaser .m-news-teaser__date,.o-header .m-news-teaser .m-news-teaser__title{color:#575756}.o-header .a-download-link{background:#F4F1ED;color:#575756}@media screen and (max-width:64em){.o-header .row{max-width:none}}@media screen and (max-width:64em){.o-header.is-scrolled .o-header__logo img{height:35px}}@media screen and (max-width:64em){.o-header.is-scrolled .o-header__logo span{height:0;opacity:0}}.o-header.is-scrolled .o-header__toggle-offcanvas{padding:5px 15px}.o-header__logo{flex-grow:1;padding:.5rem 20px .45rem;display:flex;align-items:center;color:#F4F1ED;min-width:250px}@media screen and (min-width:64.0625em){.o-header__logo{flex-grow:0}}.o-header__logo img{width:50px;height:50px;padding-right:.5rem;transition:height 200ms ease}.o-header__logo strong{display:block;letter-spacing:1px}.o-header__logo span{display:block;font-size:.75rem;height:.75rem;transition:height 200ms ease,opacity 100ms ease 100ms;overflow:hidden;line-height:1.2}.o-header__offcanvas{display:flex;flex-direction:column;overflow:auto}@media screen and (min-width:64.0625em){.o-header__offcanvas{flex-direction:row;flex-grow:1;overflow:visible}}@media screen and (max-width:64em){.o-header__offcanvas{position:fixed;top:0;right:0;-webkit-transform:translateX(100%);transform:translateX(100%);z-index:10;background:#F4F1ED;transition:-webkit-transform 300ms ease;transition:transform 300ms ease;transition:transform 300ms ease,-webkit-transform 300ms ease;height:100vh;width:90vw;max-width:300px;box-shadow:0 0 25px 0 rgb(87 87 86 / .2)}.o-header__offcanvas.is-open{-webkit-transform:translateX(0%);transform:translateX(0%)}}.o-header__offcanvas-footer{display:flex;padding:1rem;align-items:center;margin-bottom:7rem;flex-wrap:wrap}@media screen and (min-width:64.0625em){.o-header__offcanvas-footer{padding:0;margin:0}}.o-header__social{width:33.3%}@media screen and (min-width:64.0625em){.o-header__social{background:#F59A2A;padding:1rem;width:100%;align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;min-height:85px}}.o-header__social a{font-size:1.5rem;color:#575756;padding-right:.3rem;transition:-webkit-transform 200ms ease;transition:transform 200ms ease;transition:transform 200ms ease,-webkit-transform 200ms ease}@media screen and (min-width:64.0625em){.o-header__social a:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}}.o-header__imbiss{width:33.3%;text-align:center}@media screen and (min-width:64.0625em){.o-header__imbiss{display:none}}.o-header__imbiss img{width:50px}.o-header__imprint{width:33.3%;text-align:right}@media screen and (min-width:64.0625em){.o-header__imprint{display:none}}.o-header__imprint a{font-size:.75rem;color:#575756;text-transform:uppercase;letter-spacing:1px}.o-header__shop{width:100%}.o-header__shop a{width:130px;display:block;margin:1rem auto 0;padding-top:1rem;position:relative}.o-header__shop a:before{content:'';width:100px;height:0;border-bottom:1px solid #575756;position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (min-width:64.0625em){.o-header__shop{display:none}}.o-header__toggle-offcanvas{padding:1rem 1rem;z-index:15;transition:padding 200ms ease}@media screen and (min-width:64.0625em){.o-header__toggle-offcanvas{display:none}}.o-header__toggle-offcanvas.is-active .hamburger-inner::before,.o-header__toggle-offcanvas.is-active .hamburger-inner::after,.o-header__toggle-offcanvas.is-active .hamburger-inner{background-color:#575756}.o-header__overlay{position:fixed;opacity:0;display:none;z-index:5;width:100vw;height:100vh;top:0;left:0;background:rgb(244 241 237 / .6);transition:opacity 300ms ease}.o-header__overlay.is-visible{display:block;opacity:1}.o-footer{background-color:#444}.o-footer .row{flex-direction:column;align-items:center}.o-footer__nav{margin:2rem 0 1.5rem;padding:0;list-style:none;display:flex}.o-footer__nav a{color:#858585;padding:1rem .5rem 1rem}.o-footer__nav a:hover{color:#F4F1ED}.o-footer__logo{position:relative;text-align:center}.o-footer__logo img{width:300px;height:80px}.o-footer__logo-text{color:#858585;padding-left:3rem;position:relative}@media screen and (min-width:64.0625em){.o-footer__logo-text{padding-left:4.5rem}}.o-footer__logo-text strong{color:#F4F1ED;font-size:1.5rem;display:block}@media screen and (min-width:64.0625em){.o-footer__logo-text strong{font-size:2rem}}.o-footer__logo-text div{text-transform:uppercase;font-size:.75rem;position:absolute;width:100%;margin-top:.5rem;left:0}.o-footer__copyright{margin:1rem 0;color:#858585;font-size:.75rem}.o-form{display:flex;width:100%}.o-form--application-form,.o-form--contact-form{padding-top:1.98rem;flex-wrap:wrap}@media screen and (min-width:64.0625em){.o-form--application-form,.o-form--contact-form{padding-top:3rem}}.o-form--application-form .o-form__info,.o-form--contact-form .o-form__info{flex-basis:33.333333%;min-width:320px}.o-form--application-form .o-form__message,.o-form--contact-form .o-form__message{flex-grow:1}.o-form--application-form .buttons,.o-form--contact-form .buttons{flex-basis:100%;padding:0 20px}@media screen and (min-width:64.0625em){.o-form--application-form .buttons,.o-form--contact-form .buttons{padding:0 30px}}@media screen and (min-width:90em){.o-form--application-form .buttons,.o-form--contact-form .buttons{padding:0 60px}}.o-form--contact-form .buttons{text-align:right}.o-form--application-form .o-form__message{flex-basis:66%}@media screen and (min-width:64.0625em){.o-form--application-form .buttons{padding:0}}.o-history{overflow:hidden}.o-history__panel-container{position:relative;padding:4rem 0 0;padding-top:4rem}.o-history__panel-container .o-text-image{padding-left:1.5rem}@media screen and (min-width:64.0625em){.o-history__panel-container .o-text-image{padding-left:0}}@media screen and (min-width:64.0625em){.o-history__panel-container .o-text-image .o-text-image__column [data-controller*="pl--photoswipe"]{margin-top:120px}}@media screen and (min-width:64.0625em){.o-history__panel-container{padding-top:0}}.o-history__panel-container>*:last-child{z-index:3;position:relative}.o-history__seal{position:absolute;z-index:2;top:0;right:20%;-webkit-transform:translate(0%,-50%);transform:translate(0%,-50%);width:140px}@media screen and (min-width:64.0625em){.o-history__seal{right:30%}}.o-history__seal img{width:100%}.o-history__line{background-image:url(/user/themes/born/dist/assets/history_line-d8ced8e1c64bce96e36888f33abdae72.svg);position:absolute;top:-200px;left:1rem;width:5px;height:50000px;z-index:2}@media screen and (min-width:64.0625em){.o-history__line{left:50%;-webkit-transform:translateX(-2.5px);transform:translateX(-2.5px)}}.o-history__headline{position:relative}.o-history__headline img{max-width:75%}@media screen and (min-width:64.0625em){.o-history__headline img{max-width:50%}}@media screen and (min-width:64.0625em){.o-history .o-text-image__column:first-child .o-history__headline{text-align:right;right:-22px}}@media screen and (min-width:90em){.o-history .o-text-image__column:first-child .o-history__headline{right:-52px}}@media screen and (min-width:64.0625em){.o-history .o-text-image__column:last-child .o-history__headline{left:-22px}}@media screen and (min-width:90em){.o-history .o-text-image__column:last-child .o-history__headline{left:-52px}}.o-form-container .notices.green{background-color:#F59A2A;color:#575756;border-left-width:0;font-weight:700;font-size:1.2em}.p-slick .slick-arrow{background:#858585;border:none;color:#F4F1ED;cursor:pointer;display:block;font-family:"Lato",sans-serif;height:auto;transition:background 150ms ease;width:90px;z-index:5;font-size:.75rem;position:relative}@media screen and (max-width:64em){.p-slick .slick-arrow{margin:1rem 0 1.5rem}}@media screen and (min-width:64.0625em){.p-slick .slick-arrow{top:50%;font-size:1rem;width:120px;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.p-slick .slick-arrow:after{line-height:20px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-family:"iconset"}.p-slick .slick-arrow.slick-disabled{visibility:hidden!important}.p-slick .slick-arrow:hover{background:#F59A2A}.p-slick .slick-prev{padding:.5rem .5rem .5rem 20px;text-align:right}@media screen and (min-width:64.0625em){.p-slick .slick-prev{padding:.5rem .5rem .5rem 30px;left:1rem;color:#fff0;width:40px}}@media screen and (min-width:90em){.p-slick .slick-prev{left:calc(50vw - 1440px / 2)}}.p-slick .slick-prev:after{content:"\25B6";left:.3rem;-webkit-transform:rotate(180deg) translateY(50%);transform:rotate(180deg) translateY(50%)}@media screen and (min-width:64.0625em){.p-slick .slick-prev:after{color:#F4F1ED;left:.7rem}}.p-slick .slick-next{padding:.5rem 30px .5rem .5rem;text-align:left}@media screen and (min-width:64.0625em){.p-slick .slick-next{padding:.5rem 20px .5rem .5rem;right:1rem}}@media screen and (min-width:90em){.p-slick .slick-next{right:calc(50vw - 1440px / 2)}}.p-slick .slick-next:after{content:"\25B6";right:.3rem}@media screen and (min-width:64.0625em){.p-slick .slick-next:after{right:.5rem}}.p-slick .slick-dots{margin:0;padding:0;list-style:none;display:flex}.p-slick .slick-dots button{border:none;background:none;cursor:pointer}.ie11 .p-slick img{width:100%}.p-slick.p-slick--menus{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between}.p-slick.p-slick--menus .slick-list{width:100%}@media screen and (min-width:64.0625em){.p-slick.p-slick--menus .slick-arrow{top:auto;-webkit-transform:none;transform:none;bottom:-.5rem}}.p-slick.p-slick--menus .slick-prev{order:-2}@media screen and (min-width:64.0625em){.p-slick.p-slick--menus .slick-prev{order:1;left:0}}.p-slick.p-slick--menus .slick-next{order:-1;align-self:flex-end}@media screen and (min-width:64.0625em){.p-slick.p-slick--menus .slick-next{order:2;right:0}}.p-slick.p-slick--menus .p-slick__slide{text-align:center}.p-slick.p-slick--menu-places{display:flex;flex-wrap:wrap}.p-slick.p-slick--menu-places>.slick-list>.slick-track>.slick-slide>div>.p-slick__slide{position:relative}@media screen and (min-width:64.0625em){.p-slick.p-slick--menu-places>.slick-list>.slick-track>.slick-slide>div>.p-slick__slide{padding:0 3rem}}@media screen and (min-width:64.0625em){.p-slick.p-slick--menu-places>.slick-list>.slick-track>.slick-slide>div>.p-slick__slide .o-text-image__column:last-child{padding:0}}.p-slick.p-slick--menu-places .p-slick__dots-places{width:100%;order:-1;justify-content:center;flex-wrap:wrap}@media screen and (min-width:64.0625em){.p-slick.p-slick--menu-places .p-slick__dots-places{margin-bottom:1rem}}.p-slick.p-slick--menu-places .p-slick__dots-places li.slick-active button{background:#F59A2A}.p-slick.p-slick--menu-places .p-slick__dots-places button{padding:.8rem 1.5rem .3rem;background:#858585;margin:.5rem .25rem 0;color:#F4F1ED;text-transform:uppercase;font-weight:700;letter-spacing:1px;transition:background 150ms ease}@media screen and (min-width:64.0625em){.p-slick.p-slick--menu-places .p-slick__dots-places button{margin:1rem .5rem 0}}.p-slick.p-slick--menu-places .p-slick__dots-places button span{display:block;font-size:10px}.p-slick.p-slick--menu-places .p-slick__dots-places button:hover{background:#F59A2A}.p-slick.p-slick--gallery .slick-dots{top:1rem;right:1rem;position:absolute}.p-slick.p-slick--gallery .slick-dots li.slick-active button:before{color:#F59A2A}.p-slick.p-slick--gallery .slick-dots button{color:#fff0;padding:5px}.p-slick.p-slick--gallery .slick-dots button:hover:before{color:#F59A2A}.p-slick.p-slick--gallery .slick-dots button:before{font-size:2rem;font-family:"iconset";content:"\2660";color:#F4F1ED;transition:color 150ms ease}.pswp{-webkit-transform:translateZ(50px);transform:translateZ(50px)}.pswp .wrapper{line-height:0;width:100%;max-width:900px;position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:0 2rem}.pswp .video-wrapper{position:relative;padding-bottom:56.25%;padding-top:25px;height:0;width:100%}.pswp .video-wrapper iframe,.pswp .video-wrapper video{position:absolute;top:0;left:0;width:100%;height:100%}.pl-background-video.is-video-playing img{display:none}.pl-background-video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pl-shariff ul{margin:0;padding:0;list-style:none;display:flex;justify-content:flex-end}.pl-shariff ul:before{content:'Teile diesen Artikel: ';padding-right:1rem;line-height:1.7rem;text-transform:uppercase;font-size:.875rem}.pl-shariff a{display:block;color:#fff0;font-size:0;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease}.pl-shariff a:after{color:#575756;font-size:1.5rem}.pl-shariff a:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.pl-shariff a .fa{display:none}.pl-shariff li.facebook a:after{content:"f";font-family:"iconset"}.pl-shariff li.facebook a:hover:after{color:#3b5998}.pl-modal{display:none;position:fixed;top:0;left:0;height:100%;width:100%;z-index:1000;transition:opacity 300ms ease;opacity:1}.pl-modal.fade{opacity:0}.pl-modal.is-visible{display:block}.pl-modal__overlay{z-index:1000;position:absolute;top:0;left:0;height:100%;width:100%;background:rgb(0 0 0 / .55)}.pl-modal__box{width:90vw;max-width:720px;max-height:600px;position:absolute;z-index:1001;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;border:7px solid #F59A2A;display:flex;flex-direction:column}.pl-modal__close{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer}.pl-modal__close:hover::before{color:#F4F1ED}.pl-modal__close:before{font-family:"iconset";content:"x";color:#F59A2A;font-size:40px;line-height:1;transition:color 200ms ease}.pl-modal__content{padding:1rem;overflow-y:scroll}.pl-modal__link-box{text-align:center;margin:1rem 0 .5rem}@media screen and (min-width:64.0625em){.pl-modal--infobox{position:absolute;top:-2px;left:calc(100% + 30px);width:100%;height:100%}.pl-modal--infobox .pl-modal__overlay{display:none}.pl-modal--infobox .pl-modal__box{position:static;width:calc(100% + 30px);-webkit-transform:none;transform:none}.pl-modal--infobox .pl-modal__close{display:none}}.t-default{padding-top:50px}@media screen and (min-width:64.0625em){.t-default{padding-top:95px}}@media screen and (min-width:90em){.t-default{padding-top:85px}}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
 .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:#fff0;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;transform-origin:left top;transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1),-webkit-transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#CCC}.pswp__error-msg a{color:#CCC;text-decoration:underline}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
 .pswp__button{width:44px;height:44px;position:relative;background:none;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;transition:opacity 0.2s;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:none;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/user/themes/born/dist/assets/default-skin-e3f799c6dec9af194c86decdf7392405.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/user/themes/born/dist/assets/default-skin-b257fa9c5ac8c515ac4d77a667ce2943.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgb(0 0 0 / .3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgb(0 0 0 / .5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;transition:opacity 0.25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;box-shadow:0 2px 5px rgb(0 0 0 / .25);-webkit-transform:translateY(6px);transform:translateY(6px);transition:-webkit-transform 0.25s;transition:transform 0.25s;transition:transform 0.25s,-webkit-transform 0.25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid #fff0;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3E5C9A;color:#FFF}a.pswp__share--facebook:hover:before{border-bottom-color:#3E5C9A}a.pswp__share--twitter:hover{background:#55ACEE;color:#FFF}a.pswp__share--pinterest:hover{background:#CCC;color:#CE272D}a.pswp__share--download:hover{background:#DDD}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#FFF;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#BBB}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#CCC}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;transition:opacity 0.25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(/user/themes/born/dist/assets/preloader-e34aafbb485a96eaf2a789b2bf3af6fe.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise 500ms linear infinite;animation:clockwise 500ms linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:none;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{box-sizing:border-box;width:14px;height:14px;border:2px solid #FFF;border-radius:50%;border-left-color:#fff0;border-bottom-color:#fff0;position:absolute;top:0;left:0;background:none;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp__caption,.pswp__top-bar,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{-webkit-backface-visibility:hidden;will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__top-bar,.pswp__caption{background-color:rgb(0 0 0 / .5)}.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{background-color:rgb(0 0 0 / .3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__top-bar,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:none}
/*!
 * shariff - v2.1.3 - Fri, 23 Feb 2018 07:36:11 GMT
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2018 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
.shariff:after,.shariff:before{content:" ";display:table}.shariff:after{clear:both}.shariff ul{padding:0;margin:0;list-style:none}.shariff li{overflow:hidden}.shariff li,.shariff li a{height:35px;box-sizing:border-box}.shariff li a{color:#fff;position:relative;display:block;text-decoration:none}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:35px}.shariff li .fa{width:35px;line-height:35px;text-align:center;vertical-align:middle}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:1px;right:1px}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal{display:flex;flex-wrap:wrap}.shariff .orientation-horizontal li{float:left;flex:none;width:35px;margin-right:3%;margin-bottom:10px}.shariff .orientation-horizontal li:last-child{margin-right:0}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-grey .shariff-button a{background-color:#b0b0b0}.shariff .theme-grey .shariff-button .share_count{background-color:#ccc;color:#333}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-white .shariff-button .share_count{background-color:#fff;color:#999}.shariff .orientation-vertical{min-width:110px}.shariff .orientation-vertical li{display:block;width:100%;margin:5px 0}.shariff .orientation-vertical li .share_count{width:24px;text-align:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{margin-right:1.8%;min-width:80px;width:auto;flex:1 0 auto}.shariff .orientation-horizontal li .share_count{display:block}.shariff .orientation-horizontal.col-1 li,.shariff .orientation-horizontal.col-2 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-1 li .share_text,.shariff .orientation-horizontal.col-2 li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.col-3 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-3 li .share_text{text-indent:0;display:inline}}@media only screen and (min-width:768px){.shariff .orientation-horizontal li{min-width:110px;max-width:160px}.shariff .orientation-horizontal li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{flex:1 0 auto}}@media only screen and (min-width:1024px){.shariff li,.shariff li a{height:30px}.shariff li .fa{width:30px}.shariff li .fa,.shariff li .share_count,.shariff li .share_text{line-height:30px}.shariff li .share_count{height:28px}}.shariff .addthis a{background-color:#f8694d}.shariff .addthis a:hover{background-color:#f75b44}.shariff .addthis .fa-plus{font-size:14px}.shariff .addthis .share_count{color:#f8694d;background-color:#f1b8b0}.shariff .theme-white .addthis a{color:#f8694d}@media only screen and (min-width:600px){.shariff .addthis .fa-plus{font-size:14px;position:relative;top:1px}}.shariff .diaspora a{background-color:#999}.shariff .diaspora a:hover{background-color:#b3b3b3}.shariff .diaspora .fa-times-circle{font-size:17px}.shariff .theme-white .diaspora a{color:#999}@media only screen and (min-width:600px){.shariff .diaspora .fa-times-circle{font-size:16px}}.shariff .facebook a{background-color:#3b5998}.shariff .facebook a:hover{background-color:#4273c8}.shariff .facebook .fa-facebook{font-size:22px}.shariff .facebook .share_count{color:#183a75;background-color:#99adcf}.shariff .theme-white .facebook a{color:#3b5998}@media only screen and (min-width:600px){.shariff .facebook .fa-facebook{font-size:19px}}.shariff .flattr a{background-color:#7ea352}.shariff .flattr a:hover{background-color:#f67c1a}.shariff .flattr a:hover .share_count{color:#d56308;background-color:#fab47c}.shariff .flattr .fa-money{font-size:22px}.shariff .flattr .share_count{color:#648141;background-color:#b0c893}.shariff .theme-white .flattr a{color:#f67c1a}@media only screen and (min-width:600px){.shariff .flattr .fa-money{font-size:19px}}.shariff .googleplus a{background-color:#d34836}.shariff .googleplus a:hover{background-color:#f75b44}.shariff .googleplus .fa-google-plus{font-size:22px}.shariff .googleplus .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .googleplus a{color:#d34836}@media only screen and (min-width:600px){.shariff .googleplus .fa-google-plus{font-size:19px}}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666;background-color:#fff}.shariff .info a:hover{background-color:#efefef}.shariff .info .fa-info{font-size:20px;width:33px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{flex:none!important;width:35px;min-width:35px!important}}@media only screen and (min-width:1024px){.shariff .info .fa-info{font-size:16px;width:23px}.shariff .orientation-horizontal .info{width:25px;min-width:25px!important}.shariff .orientation-vertical .info{width:25px}}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#0369a0}.shariff .linkedin .fa-linkedin{font-size:22px}.shariff .linkedin .share_count{color:#004785;background-color:#33aae8}.shariff .theme-white .linkedin a{color:#0077b5}@media only screen and (min-width:600px){.shariff .linkedin .fa-linkedin{font-size:19px}}.shariff .mail a{background-color:#999}.shariff .mail a:hover{background-color:#a8a8a8}.shariff .mail .fa-envelope{font-size:21px}.shariff .theme-white .mail a{color:#999}@media only screen and (min-width:600px){.shariff .mail .fa-envelope{font-size:18px}}.shariff .print a{background-color:#999}.shariff .print a:hover{background-color:#a8a8a8}.shariff .print .fa-print{font-size:21px}.shariff .theme-white .print a{color:#999}@media only screen and (min-width:600px){.shariff .print .fa-print{font-size:18px}}.shariff .pinterest a{background-color:#bd081c}.shariff .pinterest a:hover{background-color:#d50920}.shariff .pinterest .fa-pinterest-p{font-size:22px}.shariff .pinterest .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .pinterest a{color:#bd081c}@media only screen and (min-width:600px){.shariff .pinterest .fa-pinterest-p{font-size:19px;position:relative;top:1px}}.shariff .reddit a{background-color:#ff4500}.shariff .reddit a:hover{background-color:#ff6a33}.shariff .reddit .fa-reddit{font-size:17px}.shariff .theme-white .reddit a{color:#ff4500}@media only screen and (min-width:600px){.shariff .reddit .fa-reddit{font-size:16px}}.shariff .stumbleupon a{background-color:#eb4924}.shariff .stumbleupon a:hover{background-color:#ef7053}.shariff .stumbleupon .fa-stumbleupon{font-size:17px}.shariff .theme-white .stumbleupon a{color:#eb4924}@media only screen and (min-width:600px){.shariff .stumbleupon .fa-stumbleupon{font-size:16px}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .twitter .fa-twitter{font-size:28px}.shariff .twitter .share_count{color:#0174a4;background-color:#96d4ee}.shariff .theme-white .twitter a{color:#55acee}@media only screen and (min-width:600px){.shariff .twitter .fa-twitter{font-size:24px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .whatsapp .fa-whatsapp{font-size:28px}.shariff .theme-white .whatsapp a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .whatsapp .fa-whatsapp{font-size:22px}}.shariff .xing a{background-color:#126567}.shariff .xing a:hover{background-color:#29888a}.shariff .xing .fa-xing{font-size:22px}.shariff .xing .share_count{color:#15686a;background-color:#4fa5a7}.shariff .theme-white .xing a{color:#126567}@media only screen and (min-width:600px){.shariff .xing .fa-xing{font-size:19px}}.shariff .tumblr a{background-color:#36465d}.shariff .tumblr a:hover{background-color:#44546b}.shariff .tumblr .fa-tumblr{font-size:28px}.shariff .theme-white .tumblr a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .tumblr .fa-tumblr{font-size:22px}}.shariff .threema a{background-color:#333}.shariff .threema a:hover{background-color:#1f1f1f}.shariff .threema .fa-lock{font-size:28px}.shariff .theme-white .threema a{color:#333}@media only screen and (min-width:600px){.shariff .threema .fa-lock{font-size:22px}}.shariff .weibo a{background-color:#f56770}.shariff .weibo a:hover{background-color:#fa7f8a}.shariff .weibo .fa-weibo{font-size:28px}.shariff .weibo .share_count{color:#0174a4;background-color:#f56770}.shariff .theme-white .weibo a{color:#f56770}@media only screen and (min-width:600px){.shariff .weibo .fa-weibo{font-size:24px}}.shariff .tencent-weibo a{background-color:#26ace0}.shariff .tencent-weibo a:hover{background-color:#38bbeb}.shariff .tencent-weibo .fa-tencent-weibo{font-size:28px}.shariff .tencent-weibo .share_count{color:#0174a4;background-color:#26ace0}.shariff .theme-white .tencent-weibo a{color:#26ace0}@media only screen and (min-width:600px){.shariff .tencent-weibo .fa-tencent-weibo{font-size:24px}}.shariff .telegram a{background-color:#08c}.shariff .telegram a:hover{background-color:#007dbb}.shariff .telegram .fa-telegram{font-size:28px}.shariff .theme-white .telegram a{color:#08c}@media only screen and (min-width:600px){.shariff .telegram .fa-telegram{font-size:22px}}.shariff .qzone a{background-color:#2b82d9}.shariff .qzone a:hover{background-color:#398fe6}.shariff .qzone .fa-qq{font-size:28px}.shariff .qzone .share_count{color:#0174a4;background-color:#2b82d9}.shariff .theme-white .qzone a{color:#2b82d9}@media only screen and (min-width:600px){.shariff .qzone .fa-qq{font-size:24px}}.shariff .vk a{background-color:#5d7fa4}.shariff .vk a:hover{background-color:#678eb4}.shariff .vk .fa-vk{font-size:22px}.shariff .vk .share_count{color:#55677d;background-color:#fff}.shariff .theme-white .vk a{color:#3b5998}@media only screen and (min-width:600px){.shariff .vk .fa-vk{font-size:19px}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.slick-arrow.slick-hidden{display:none}.notices{padding:1px 1px 1px 30px;margin:15px 0}.notices.yellow{border-left:10px solid #f0ad4e;background:#fcf8f2;color:#df8a13}.notices.red{border-left:10px solid #d9534f;background:#fdf7f7;color:#b52b27}.notices.blue{border-left:10px solid #5bc0de;background:#f4f8fa;color:#28a1c5}.notices.green{border-left:10px solid #5cb85c;background:#f1f9f1;color:#3d8b3d}﻿.form-group.has-errors{background:rgb(255 0 0 / .05);border:1px solid rgb(255 0 0 / .2);border-radius:3px;margin:0 -5px;padding:0 5px}.form-errors{color:#b52b27}.form-honeybear{display:none;position:absolute!important;height:1px;width:1px;overflow:hidden;clip-path:rect(0,1px,1px,0)}.form-errors p{margin:0}.form-input-file input{display:none}.form-input-file .dz-default.dz-message{position:absolute;text-align:center;left:0;right:0;top:50%;transform:translateY(-50%);margin:0}.form-input-file.dropzone{position:relative;min-height:70px;border-radius:3px;margin-bottom:.85rem;border:2px dashed #ccc;color:#aaa;padding:.5rem}.form-input-file.dropzone .dz-preview{margin:.5rem}.form-input-file.dropzone .dz-preview:hover{z-index:2}.form-input-file.dropzone .dz-preview .dz-error-message{min-width:140px;width:auto}.form-input-file.dropzone .dz-preview .dz-image,.form-input-file.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:3px;z-index:1}.form-tabs .tabs-nav{display:flex;padding-top:1px;margin-bottom:-1px}.form-tabs .tabs-nav a{flex:1;transition:color .5s ease,background .5s ease;cursor:pointer;text-align:center;padding:10px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #ccc;border-radius:5px 5px 0 0}.form-tabs .tabs-nav a.active{border:1px solid #ccc;border-bottom:1px solid #fff0;margin:0 -1px}.form-tabs .tabs-nav a.active span{color:#000}.form-tabs .tabs-nav span{display:inline-block;line-height:1.1}.form-tabs.subtle .tabs-nav{margin-right:0!important}.form-tabs .tabs-content .tab__content{display:none;padding-top:2rem}.form-tabs .tabs-content .tab__content.active{display:block}.checkboxes{display:inline-block}.checkboxes label{display:inline;cursor:pointer;position:relative;padding:0 0 0 20px;margin-right:15px}.checkboxes label:before{content:"";display:inline-block;width:20px;height:20px;left:0;margin-top:0;margin-right:10px;position:absolute;border-radius:3px;border:1px solid #e6e6e6}.checkboxes input[type=checkbox]{display:none}.checkboxes input[type=checkbox]:checked+label:before{content:"✓";font-size:20px;line-height:1;text-align:center}.checkboxes.toggleable label{margin-right:0}.form-field-toggleable .checkboxes.toggleable{margin-right:5px;vertical-align:middle}.form-field-toggleable .checkboxes+label{display:inline-block}.switch-toggle{display:inline-flex;overflow:hidden;border-radius:3px;line-height:35px;border:1px solid #ccc}.switch-toggle input[type=radio]{position:absolute;visibility:hidden;display:none}.switch-toggle label{display:inline-block;cursor:pointer;padding:0 15px;margin:0;white-space:nowrap;color:inherit;transition:background-color .5s ease}.switch-toggle input.highlight:checked+label{background:#333;color:#fff}.switch-toggle input:checked+label{color:#fff;background:#999}.signature-pad{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:10px;width:100%;height:100%;max-width:700px;max-height:460px;border:1px solid #f0f0f0;background-color:#fff;padding:16px}.signature-pad--body{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid #f6f6f6;min-height:100px}.signature-pad--body canvas{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:4px;box-shadow:0 0 5px rgb(0 0 0 / .02) inset}.signature-pad--footer{color:#c3c3c3;text-align:center;font-size:1.2em}.signature-pad--actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:8px}[data-grav-field=array] .form-row{display:flex;align-items:center;margin-bottom:.5rem}[data-grav-field=array] .form-row>input,[data-grav-field=array] .form-row>textarea{margin:0 .5rem;display:inline-block}.form-data.basic-captcha .form-input-wrapper{border:1px solid #ccc;border-radius:5px;display:flex;overflow:hidden}.form-data.basic-captcha .form-input-prepend{display:flex;color:#333;background-color:#ccc;flex-shrink:0}.form-data.basic-captcha .form-input-prepend img{margin:0}.form-data.basic-captcha .form-input-prepend button>svg{margin:0 8px;width:18px;height:18px}.form-data.basic-captcha input.form-input{border:0}#grav-login{max-width:30rem;margin:5rem auto;background:#fcfcfc;border:4px solid #eee;border-radius:4px;padding:1rem 3rem 3rem 3rem;text-align:center}#grav-login .form-actions{text-align:right}#grav-logout{position:absolute;bottom:5px;right:5px}.alert.info{color:#27ae60}.alert.error{color:#e74c3c}#grav-login p{font-size:small;margin:1rem 0;padding:0;text-align:center}#grav-login .form-actions p{margin-bottom:0}#grav-login .button{vertical-align:middle}#grav-login .delimiter{display:block;font-size:1.6rem;letter-spacing:1px;line-height:1.6rem;position:relative;text-transform:uppercase;margin:1rem 0}#grav-login .delimiter:after,#grav-login .delimiter:before{background-color:#777;content:"";height:1px;position:absolute;top:.8rem;width:40%}#grav-login .delimiter:before{background-image:-moz-linear-gradient(right center,#777777,#ffffff);left:0}#grav-login .delimiter:after{background-image:-moz-linear-gradient(left center,#777777,#ffffff);right:0}#grav-login .rememberme{display:inline-block;float:left;padding:7px 0;vertical-align:middle}#grav-login .rememberme label{font-weight:inherit;display:inline}.login-status{white-space:nowrap;vertical-align:middle}