/* 
Theme Name: MAUL Recycling
Theme Description: MAUL Recycling
Author: Alexander Schmidt
Author URI: https://www.maul.de/
URI: https://recycling.maul.de/
Version: 2022
*/

body {
    background-color: #edeff4;
    color: #e3e3e3;
    font-family: maul-condensed,Helvetica,Arial,sans-serif;
}


ol, p, ul {
    font-family: maul,Helvetica,Arial,sans-serif;
}

ol, ul {
    padding-left: 0em;
}

h1, h2, h3 {
    font-family: maul-condensed,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .0625rem;
}

h1 {
    font-size: 3rem;
    line-height: 1.1666666667;
}

h2 {
    font-size: 2.5rem;
    line-height: 1.2;
}

h3 {
    font-size: 2rem;
    line-height: 1.25;
}


/*
 * Navbar
 */

.navbar-maul {
    background: #fff;
    box-shadow: 0 1.25rem 2.5rem 0 rgb(5 18 44 / 20%);
    padding: 0;
}

.navbar-brand {
    padding: 0 0 15px 0;
}

.navbar-brand img {
    max-width: 100%;
}


/*
 * Footer
 */

 .footer-maul {
    background: #1c1f27;
    font-size: 12px;
    color: #fff;
 }

 .footer-maul a {
    color: #fff;
 }

 .footer-maul a:hover {
    color: hsla(0,0%,100%,.8);
 }

 .footer-maul .container {
    padding-left: 0;
    padding-right: 0;
}

.footer-maul li {
    margin-bottom: 5px;
}

 /* Content */


.content-maul {
    background: #fff;
    margin: 30px 0;
    padding: 25px;
    color: #2b313d;
}

.content-maul hr {
    margin: 70px 0;
}

.flag .list-group-item {
    width: 33%;
    text-align: center;
    border: none;
}

.flag li.list-group-item img {
    max-width: 100px;
}

.label-einzel .list-group-item, .label-aufgliederung .list-group-item {
    width: 25%;
    text-align: center;
    border: none;
    padding:0px 5px 30px 5px;
}

.label-einzel li.list-group-item img, .label-aufgliederung .list-group-item img, .label-eigenes img {
    max-width: 100%;
}


/*** Responsive ***/

@media (max-width: 500px) {
    .flag .list-group-item {
      width: 100%;
      border-top: 1px solid #2b313d;
      border-bottom: 1px solid #2b313d;
    }

    .label-einzel .list-group-item, .label-aufgliederung .list-group-item {
        width: 33%;
    }

    .footer-maul {
        font-size: 10px;
     }
}


@media (max-width: 350px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    .label-einzel .list-group-item, .label-aufgliederung .list-group-item {
        width: 50%;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }
}





/*** Schriften ***/

@font-face {
    font-family: maul-condensed;
    src: url(fonts/maul-condensed-bold.woff2) format("woff2"), url(fonts/maul-condensed-bold.woff) format("woff");
    font-display: block;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: maul-condensed;
    src: url(fonts/maul-condensed-regular.woff2) format("woff2"), url(fonts/maul-condensed-regular.woff) format("woff");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: maul-condensed;
    src: url(fonts/maul-condensed-italic.woff2) format("woff2"), url(fonts/maul-condensed-italic.woff) format("woff");
    font-display: swap;
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: maul-condensed;
    src: url(fonts/maul-condensed-light.woff2) format("woff2"), url(fonts/maul-condensed-light.woff) format("woff");
    font-display: swap;
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: maul-condensed;
    src: url(fonts/maul-condensed-light-italic.woff2) format("woff2"), url(fonts/maul-condensed-light-italic.woff) format("woff");
    font-display: swap;
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: maul;
    src: url(fonts/maul-bold.woff2) format("woff2"), url(fonts/maul-bold.woff) format("woff");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: maul;
    src: url(fonts/maul-regular.woff2) format("woff2"), url(fonts/maul-regular.woff) format("woff");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

