*,
*:before,
*:after {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
html {
    background-color: #1D1D1B;
}
body {
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
	color: #1D1D1B;
    word-wrap: break-word;
}
@media (min-width: 640px) {
    body {
        font-size: 19px;   
    }
}
h1, h2, h3 {
    /*margin-bottom: 15px;*/
    margin-bottom: 10px;
}
h1 {
    font-family: 'Marcellus', serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
    color: #8D1F46;
}
h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
h3 {
    font-family: 'Manrope', sans-serif;
	font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}
@media (min-width: 640px) {
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
}
h1 + h2,
h1 + h3,
h2 + h3 {
    margin-top: 15px;
}

p {
    margin-bottom: 15px;
}
* + p {
    /*margin-top: 15px;*/
    margin-top: 10px;
}

hr {
    margin: 45px 0 0 0;
    border-bottom: 2px solid #8D1F46;
}

b,
strong {
    font-weight: 500;
}

blockquote {
    font-size: inherit;
    font-weight: 500;
    font-style: normal;
    line-height: inherit;
    background-image: url(quotation-mark.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    padding: 10px 0 0 40px;
}
blockquote .quote-author {
    font-size: 16px;
    font-weight: 300;
}

/*
* Figure
*/
figure + figure {
    margin-top: 12px;
}
figure figcaption {
    font-size: 16px;
    color: #777;
}

/*
* Figure: tiles
*/
.tile figcaption {
    padding: 7px 9px;
}
.tile figcaption a,
.tile figcaption a:visited,
.tile figcaption a:hover {
    font-family: inherit;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}
.tile .label {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px 0 5px 9px;
    font-size: 18px;
    color: #fff;
}

/*
* Figure: header-image
*/
.header-image {
    position: relative;
}
.header-image figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    font-size: inherit;
}
@media (min-width: 640px) {
    .header-image figcaption {
        padding: 30px 40px;
    }
}
@media (min-width: 1200px) {
    .header-image figcaption {
        padding: 50px 70px;
    }
}
.header-image figcaption * {
    color: #fff;
}


/*
* Navigation: filter-subnav
*/
.filter-subnav {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
}
.filter-subnav li {
    margin: 5px 5px 0 0;
}
@media (min-width: 960px) {
    .filter-subnav li {
        display: inline-block;
    }
}
@media (min-width: 1200px) {
    .filter-subnav li {
         display: block;  
    }
}
/*@media (min-width: 1450px) {*/
@media (min-width: 1600px) {
    .filter-subnav li {
        display: inline-block;
    }
}
.filter-subnav li a,
.filter-subnav li a:visited {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    text-transform: none;
    color: rgba(255, 255, 255, 0.7);
    background-color: #777;
    padding: 4px 8px;
    transition: color 0.3s;
}
.filter-subnav li a:hover,
.filter-subnav li.uk-active a {
    color: #fff;
    text-decoration: none;
}

.tile.messer-und-kulinarikschmiede,
.filter-subnav li.messer-und-kulinarikschmiede a,
.filter-subnav li.messer-und-kulinarikschmiede a:hover {
    background-color: #8D1F46;
}
.tile.metall-fuer-haus-und-wohnen,
.filter-subnav li.metall-fuer-haus-und-wohnen a,
.filter-subnav li.metall-fuer-haus-und-wohnen a:hover {
    background-color: #1F578D;
}
.tile.sonstige,
.filter-subnav li.sonstige a,
.filter-subnav li.sonstige a:hover {
    background-color: #6F8D1F;
}
.tile.keine {
    background-color: #777;
}

/*
* Containers
*/
.container {
    /*max-width: 1440px;*/
    max-width: 1500px;
    margin: 0 auto;
}

/*
* Sections
*/
section {
    padding: 30px 20px;
}
@media (min-width: 640px) {
    section {
        padding: 30px 40px;
    }
}
@media (min-width: 1200px) {
    section {
        padding: 50px 70px;
    }
}

section.background_secondary {
    background-color: #F9F2D7;
}
section:not(.background_secondary) + section:not(.background_secondary) {
    padding-top: 0;
}
section.teaser + section.teaser {
    padding-top: 0;
}
section.title {
    padding-bottom: 0;
}

main > figure {
    margin: 0;
}

/*
* Header
*/
header {
    position: fixed;
    top: 0;
    padding: 15px 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 6px solid #8D1F46;
}
@media (min-width: 1200px) {
    header {
        display: none;
    }
}
header .logo {
    width: 50px;
    margin-left: 15px;
}

/*
* Header: nav-toggle
*/
header .nav-toggle {
    position: absolute;
    top: 18px;
    right: 20px;
}
header .nav-toggle img {
    width: 42px;
    height: 42px;
}
header .nav-toggle .icon-close img {
    padding: 5px;
}
header .nav-toggle .icon-close {
    display: none;
}

/*
* Main
*/
main {
    padding-top: 84px;
    background-color: #fff;
}
@media (min-width: 1200px) {
    main {
        padding-top: 0;
        margin-left: 485px;
    }
}

main a,
main a:visited,
main a:hover {
    /*color: #8D1F46;*/
    color: #1D1D1B;
    text-decoration: underline;
}

/*
* Footer
*/
footer {
	background-color: #1D1D1B;
    color: #ccc;
    padding: 30px 20px;
}
footer a,
footer a:visited,
footer a:hover {
    color: #ccc;
    text-decoration: underline;
}
@media (min-width: 640px) {
    footer {
        padding: 30px 40px;
    }
    footer .uk-grid > div:last-child {
        text-align: right;
    }
}
@media (min-width: 1200px) {
    footer {
        padding: 30px 70px;
    }
}

/*
* Sidebar
*/
.sidebar {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: #8D1F46;
}
@media (min-width: 1200px) {
    .sidebar {
        display: block;
        width: 455px; 
    }
}
.sidebar.mobile-nav-open {
    display: block;
}

/*
* Sidebar: Logo
*/
.sidebar .logo {
    display: none;
    background-color: #fff;
    padding: 35px 0 0 38px;
}
.sidebar .logo img {
    width: 124px;
    height: auto;
}
@media (min-width: 1200px) {
    .sidebar .logo {
        display: block;
    }
}

/*
* Sidebar: Summary
*/
.summary {
    background-color: #fff;
    padding: 10px 0 10px 10px;
    margin: 0 20px;
}
.summary.title {
    font-family: 'Marcellus', serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #8D1F46;
    margin-top: 90px;
}
.summary.subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
    color: #1D1D1B;
}
.summary + .summary {
    padding-top: 0;
}
.summary p:last-of-type {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .summary {
        margin: 0;
        padding: 25px 0 0 50px;
    }
    .summary + .summary {
        padding: 15px 0 40px 50px;
    }
    .summary.title {
        font-size: 16px;
        margin: 0;
    }
    .summary.subtitle {
        font-size: 15px;
    }
}

/*
* Navigation: main
*/
.nav {
    padding: 15px 0 40px 30px;
}
.nav ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
.nav li a,
.nav li a:visited {
    display: block;
    font-size: 21px;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 0.02em;
    padding: 8px 0;
    color: #fff;
    transition: color 0.2s;
}
.nav li.active a {
    font-weight: 500;
    color: #F9F2D7;
}
.nav li a:hover {
    color: #F9F2D7;
}
@media (min-width: 1200px) {
    .nav {
        padding: 35px 0 40px 50px;
        border-top: 10px solid #1D1D1B;
    }
    .nav li a {
        padding: 12px 0;
    }
}

/*
* Form
*/
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="number"],
form select,
form .uk-textarea {
    background-color: rgba(255, 255, 255, 0.7);
}
form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
form .submit-button {
    margin-top: 15px;
    padding: 1px 0;
    width: 100%;
    color: #fff;
    background-color: #777;
}
form .submit-button:hover {
    background-color: #999;
}
form label {
    display: block;
    color: inherit;
    font-size: inherit;
    padding-top: 5px;
    cursor: pointer;
}
form label + label,
form div + label {
    margin-top: 15px;
    padding-top: 0px;
}
.msg {
    font-size: 16px;
    color: #FCB01C;
}
form.order .uk-grid {
    border-bottom: 1px solid #999;
    padding-top: 5px;
}
form .required {
    color: #FCB01C;
}
form .uk-grid + .uk-grid {
    margin-top: 0;
}

/*
* Buttons
*/
.button,
.button:visited {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-color: 0;
    padding: 8px;
}
.button:hover {
    color: #fff;
    text-decoration: none;
}
.button.external {
    background-color: #2ba6cb;
}
.button.secondary {
    background-color: #777;
}
.button.internal{
    background-color: #8D1F46;
}
* + .uk-margin {
  margin-top: 15px !important;
}

.button.teaser {
    background-color: #8D1F46;
    font-family: 'Marcellus', serif;
    font-size: inherit;
    font-weight: 400;
    
    background-image: url(arrow-right.svg);
    background-size: 19px 19px;
    /*background-position: 90% 50%;*/
    background-position: right 15px center;
    background-repeat: no-repeat;
    margin: 10px 0 0 0;
    padding: 14px 60px 14px 20px;
}

/*
* Grid
*/
.uk-grid + figure {
    margin-top: 15px !important;
}
.uk-grid + .uk-grid {
    margin-top: 80px;
}
@media (min-width: 960px) {
    .uk-grid + .uk-grid {
        margin-top: 60px;
    }
}
/*.uk-grid + .uk-grid {
    margin-top: 30px;
}
@media (min-width: 1200px) {
    .uk-grid + .uk-grid {
        margin-top: 40px;
    }
}*/

/*
* Grid: Images
*/
.uk-grid figure img,
.uk-grid div img {
    width: 100%;
}
@media (min-width: 960px) {
    .uk-grid > div:last-of-type figure {
        margin-top: 7px;
    }
    .uk-grid > div:last-of-type figure.tile {
        margin-top: 0;
    }
}

/*
* Gallery: Image crop
* Aspect ratio: 3:2, 1:1
*/
.crop {
    overflow: hidden;
    position: relative;
}
.crop:before {
    content: '';
    display: block;
}
.crop.aspect-ratio-3-2:before {
    padding-top: 65%;
}
.crop.aspect-ratio-1-1:before {
    padding-top: 100%;
}
.crop img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/*
* Video
*/
.video-element {
    position: relative;
    margin-top: 15px;
    padding: 0 0 56.25% 0;
    height: 0;
    overflow: hidden;
    background-color: #efefef;
}
.video-element iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*.video-element + .video-element {
    margin-top: 15px;
}*/
.TextformatterVideoEmbed {
    margin-top: 15px !important;
    background-color: #efefef;
}
section .TextformatterVideoEmbed {
    margin-bottom: 0 !important;
}

/*
* Download list: File icons
*/
.file-list {
    margin-left: 0;
    padding-left: 12px;
}
.file-list li {
    padding-left: 32px;
    list-style-type: none;
    background-repeat: no-repeat;
    background-size: 28px;
    min-height: 28px;
    word-wrap: break-word;
}
.file-list li + li {
    margin-top: 4px;
}
.file-list li a {
    vertical-align: middle;
}
.file-list .pdf {
    background-image:url(file-icons/pdf.png);
}
.file-list .doc,
.file-list .docx {
    background-image:url(file-icons/doc.png);
}
.file-list .xls,
.file-list .xlsx {
    background-image:url(file-icons/xls.png);
}
.file-list .gif {
    background-image:url(file-icons/gif.png);
}
.file-list .jpg,
.file-list .jpeg {
    background-image:url(file-icons/jpg.png);
}
.file-list .png {
    background-image:url(file-icons/png.png);
}
.file-list .pptx {
    background-image:url(file-icons/pptx.png);
}

.uk-modal + * {
    margin-top: 0;
}

#sponsors {
    display: none;
}

/*
* Anchors: link offset (because of fixed header at mobile)
*/
@media (max-width: 1199px) {
    .anchor {
        position:relative;
        top:-80px
    }
}

/*
* Template "webshop-page-order-online": Table of contents
*/
.table-of-contents {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.table-of-contents h2 a {
    font-family: 'Marcellus', serif;
    color: #8D1F46;
}

/*
* Template "webshop-page-order-online": delivery info
*/
.delivery-info {
    font-size: 16px;
    color: #555;
    color: #8D1F46;
}

/*
* Scroll to top
*/
.scroll-to-top {
    position: fixed;
    display: none;
    bottom: 25px;
    right: 20px;
    color: #333;
    background-color: #fff;
    width: 50px;
    height: 50px;
    padding-top: 20px;
    border-radius: 30px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
}
@media (min-width: 640px) {
    .scroll-to-top {
        right: 15px;
    }
}
@media (min-width: 1200px) {
    .scroll-to-top {
        right: 10px;
    }
}

/*
* Lightbox
*/
.uk-lightbox .uk-lightbox-toolbar.uk-position-top {
    background: none;
}
.uk-slidenav-previous {
    margin-left: 10px;
}
.uk-slidenav-next {
    margin-right: 10px;
}
