.breadcrumbs {
    width:100%;
    float:left;
    max-width:var(--max-width);
    background:var(--highlight);
    padding:15px 20px;
    margin-bottom:0px;
}

.categoryNavCaption span {
    width:100%;
    float:left;
    position:relative;
    letter-spacing:-1px;
}

.categoryNavCaption span.overTitle {
    font-size:20px;
}

.categoryNavCaption span.title {
    font-size:35px;
    font-weight:600;
    line-height:1;
}

.page-layout-legal-page .columns {
    background:var(--highlight);
}

.legalContent {
    display:flex;
    flex-direction:column;
    background:#fff;
    width:calc(80% - 60px);
    margin-right:30px;
    float: right;
    padding:40px;
    -webkit-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
}

.legalContent p {
    font-size:16px;
    color:var(--nofocus-color);
    margin-bottom:0;
    padding-bottom:40px;
    float:left;
}

.legalContent h2 {
    margin-top:45px;
    display:block;
    float:left;
    width:100%;
}

.page-layout-legal-page .sidebar-additional {
    clear:left;
    float:left;
    width:20%;
    padding-left:0;
    padding-right:0;
    background:#fff;
    margin-left:0px;
    display:table-column;
    -webkit-box-shadow:0px 18px 43px -5px rgba(0,0,0,0.31);
    -moz-box-shadow:0px 18px 43px -5px rgba(0,0,0,0.31);
    box-shadow:0px 18px 43px -5px rgba(0,0,0,0.20);
}

.legalContent h2 {
    margin-top:10px;
    display:block;
    float:left;
    width:100%;
}

.minicart-wrapper .action.showcart .counter.qty {
    left: 0px;
    background:#ff5501;
    color:#ffffff;
    height:25px;
    position:absolute;
    font-size:15px;
    font-weight:600;
    bottom:0;
    line-height:26px;
    display:inline-block;
    margin:3px 0 0;
    min-width:18px;
    overflow:hidden;
    padding:0px 6px;
    text-align:center;
    white-space:normal;
    z-index:900;
}

.categoryNavCaption {
    float:left;
    width:100%;
    display:block;
    margin-bottom:10px;
    padding:35px 25px 0;
}

.responsiveMenu {
    width:100%;
    min-height:calc(100vh - 60px);
    background:var(--highlight);
    position:absolute;
    max-width:100%;
    overflow-x:hidden;
    display:none;
}

.responsiveMenu {
    text-decoration:none!important;
}

.cms-page-view .breadcrumbs {
    max-width:var(--max-width);
}

.cms-page-view .sections.nav-sections {
    display:none;
}

.cms-page-view .columns {
    float:left;
    width:100%;
}

.legalContent h1 {
    font-weight:600;
    margin-bottom:30px;
}

.contactLeft {
    float:left;
    width:calc(50% - 15px);
}

.contactRight {
    float:right;
    width:calc(50% - 15px);
}

.contact .actions-toolbar {
    float:right;
}

.contactRight select {
    line-height:40px;
    height:45px;
    background:#faf9f5;
    border:1px solid #e7e5df;
    -webkit-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
}

.contact fieldset .field {
    float:left;
    width:100%;
    margin-bottom:15px;
}

.contact fieldset .field label {
    float:left;
    margin-bottom:5px;
}

.contact fieldset textarea {
    float:left;
    height:135px;
    border-radius:3px;
    border:1px solid #eae8e3;
    background:#fbfaf6;
}

.contact fieldset .gdpr label {
    float:none;
}

.legalContent .infoBoxes {
    float:left;
    width:100%;
    display:grid;
    grid-template-columns:calc(50% - 15px) calc(50% - 15px);
    grid-column-gap:30px;
}

.legalContent .mailBox {
    float:left;
}

.legalContent .phoneBox {
    float:right;
}

.legalContent .infoBox {
    width:100%;
    padding:0;
    background:#fbfbfb;
    border:1px solid #e4e4e4;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    margin-bottom:40px;
}

.legalContent .infoBox .headline {
    height:60px;
    width:100%;
    position:relative;
    float:left;
    background:#fff;
    -webkit-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    padding:17px 10px 0 57px;
    font-weight:600;
    font-size:20px;
}

.infoBox .headline i.material-icons {
    position:absolute;
    top:14px;
    left:15px;
    font-size:32px;
    color:var(--casual-action);
}

.legalContent .infoBox p {
    padding:14px;
    font-size:15px;
}

.sideMenu {
    padding:20px 0;
    float:left;
    width:100%;
}

.sideMenuTitle {
    font-size:20px;
    font-weight:600;
    margin-bottom:20px;
    padding-top:20px;
    width:100%;
    float:left;
    border-top:1px solid rgba(0,0,0,0.1);
    color:#000!important;
    text-decoration:none!important;
}

.sideMenuTitle:hover {
    color:var(--casual-action)!important;
}

.sideMenu ul {
    float:left;
    list-style:none;
    padding:0;
    width:100%;
}

.sideMenu ul li {
    width:100%;
    float:left;
}

.sideMenu ul a {
    color:#131313;
    position:relative;
    width:100%;
    float:left;
}

.sideMenu ul a:hover {
    text-decoration:none;
    color:var(--casual-action);
}

.sideMenu ul a .material-icons {
    position:absolute;
    right:10px;
    top:-1px;
    width:10px;
    color:var(--casual-action);
}

.fbBanner,.rabatt {
    width:100%;
    position:relative;
    float:left;
    background:#fff;
    padding:30px 25px;
    box-sizing:border-box;
}

.fbBanner img,.rabatt img {
    height:35px;
    width:auto!important;
    opacity:0.5;
}

.fbRabatt {
    width:100%;
    grid-template-columns:calc(50% - 5px) calc(50% - 5px)!important;
}

.fbBanner span,.rabatt span {
    position:absolute;
    right:30px;
    top:34px;
    display:block;
    background:rgba(0,0,0,0.2);
    padding:5px 10px;
    border-radius:3px;
    color:white;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.rabatt:hover span,.fbBanner:hover span {
    background:var(--casual-action);
}

.grid-container {
    display:inline-grid;
    grid-gap:10px;
    float:left;
}

.grid-container.halfs {
    grid-template-columns:auto auto;
    padding-top:10px;
}

.grid-container.halfs .halfBanner {
    text-align:center;
    position:relative;
}

.halfBanner img {
    float:left;
    width:100%;
}

.grid-container.halfs .halfBanner .text {
    position:absolute;
    top:60px;
    left:40px;
    font-size:4rem;
    letter-spacing:-1px;
    color:black;
    font-weight:700;
    text-align:left;
    line-height:1;
}

.grid-container.halfs .halfBanner .text strong {
    width:100%;
    float:left;
    font-size:2rem;
    font-weight:400;
    opacity:0.7;
    margin-top:15px;
    color:black;
}

.halfBanner:hover i.actionButtonLI {
    background:#ffce78;
    color:#c97c44!important;
}

i.actionButtonLI {
    font-size:1.5rem;
    text-decoration:none;
    font-style:initial;
    margin-top:20px;
}

.socialIcons li a img:hover {
    opacity:0.3;
}

.footer_phone i.material-icons {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-size:25px;
    color:#fff;
}

.footerAnchors ul li a {
    float:left;
    padding:5px 10px;
    background:#fff;
    margin:2px;
    border-radius:4px;
    color:var(--nofocus-color);
    -webkit-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    text-decoration:none;
}

.footerAnchors ul li a:hover {
    color:var(--casual-action);
}

.footerAnchors span.caption {
    font-size:2.2rem;
    width:100%;
    float:left;
    margin-bottom:15px;
}

.footerAnchors {
    float:left;
    display:block;
    margin-top:10px;
    width:100%;
    padding:40px;
    background: #e7e5df;
}

.footerAnchors span.caption {
    font-size:2.2rem;
}

.footerAnchors ul {
    padding:0;
    margin:0;
    list-style-type:none;
    float:left;
}

.footerAnchors ul li {
    margin-bottom:0px;
}

.contentPageTeaser {
    margin:0 auto;
    height:auto;
    width:100%;
    max-width:100%;
    float:left;
    position:relative;
    color:#000;
}

.contentPageTeaser:hover {
    color:#000;
}

.contentPageTeaser .content {
    position:absolute;
    top:80px;
    letter-spacing:0px;
    left:100px;
    max-width:470px;
    color:#000;
}

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

.contentPageTeaser .content .caption {
    font-size:5.5rem;
    font-weight:700;
    letter-spacing:-3px;
    line-height:0.8;
    color:#000;
}

.contentPageTeaser .content .subCaption {
    font-size:5rem;
    letter-spacing:-3px;
    margin-top:0px;
    color:#000;
}

.contentPageTeaser .content ul {
    padding:0px;
    list-style-type:none;
    float:left;
    width:100%;
}

.contentPageTeaser .content ul li {
    float:left;
    padding-left:30px;
    margin-right:30px;
    position:relative;
}

.contentPageTeaser .content .priceButton {
    float:left;
    position:relative;
    color:var(--casual-action);
    padding:7px 10px;
    border:1px solid #e2e2e2;
    border-radius:3px;
    background:#fff;
    font-size:25px;
    letter-spacing:-1px;
    font-weight:600;
}

.contentPageTeaser .content ul li .material-icons {
    margin-top:2px;
    left:0px;
    top:-4px;
    position:absolute;
    color:var(--casual-action);
}

.contentPageTeaser img {
    float:left;
    object-fit:cover;
    height:574px!important;
}

.textContent {
    float:left;
    padding:40px 0px;
}

.textContent p {
    float:left;
    width:100%;
    font-size:15px;
    color:var(--nofocus-color);
    line-height:1.3;
}

.textContent h2 {
    float:left;
    width:100%;
    font-weight: 400;
    margin:50px 0 30px;
}

.responsiveTeaser {
    display:none;
    width:100%;
    position:relative;
    height:auto;
}

.topMessages {
    height:35px;
}

.responsiveTeaser img {
    position:relative;
    width:100%;
    object-fit:cover;
    float:left;
}

.responsiveTeaser a {
    display:block;
    float:left;
    position:relative;
}

.header.content {
    height:64px;
}