*,
*:before,
*:after {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Fjalla One';
    src: url('./../assets/fonts/FjallaOne-Regular.ttf');
    font-display: swap;
}

h1,
h2,
h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}

h1 {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
}

h2 {
    font-size: 1.75rem;
}

.breadcrumb {
    background: white;
}

ol.breadcrumb {
    padding: 10px 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.row.no-pad {
    margin-right: -15px;
    margin-left: -15px;
}

.row.no-pad>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.header {
    font-size: 0.75em;
}

header:after {
    /* background: #6817ba; */
    content: "";
    display: block;
    height: 20px;
    width: auto;
}

.quelle {
    font-size: 8px;
    vertical-align: top;
}

ul {
    list-style-type: square;
}


/* Wegen SEO, es soll nur einen h1 geben, deswegen den small nur über style */

.h1small {
    font-family: 'Fjalla One', sans-serif;
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
}


/* MAIN Article */

.mag-container {
    padding: 2em 2em;
    max-width: 1200px;
    margin: 0 auto;
}

.mag-container-left {
    padding-right: 1em;
}

.mag-container-right {
    padding-left: 1em;
}

.mag-top-img-left {
    min-height: 450px;
    background-image: url('./../devOnly/img/img_580x870.jpg');
    /* background-image: url('./../assets/img/island-pullover-wolle/Alafoss.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mag-top-text-left {
    position: absolute;
    bottom: 0;
    text-align: right;
}

.mag-top-text-left p {
    margin-bottom: 1rem;
}

.mag-top-text-left-row,
.mag-top-text-right-row {
    height: auto;
    margin-bottom: 20px;
}

.mag-top-text-left-row {
    min-height: 180px;
}

.mag-top-img-right {
    min-height: 450px;
    background-image: url('./../devOnly/img/img_580x870.jpg');
    /* background-image: url('./../assets/img/island-pullover-wolle/schaf-alafoss.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-article-container {
    max-width: 1200px;
    margin: 0 auto;
}

.main-article {
    display: flex;
    padding: 0em 2em;
    justify-content: space-between;
    color: rgb(82, 82, 82)
}

.main-article p {
    font-size: 1em;
    line-height: 1.5;
    font-family: "Roboto Slab", sans-serif;
    margin-bottom: 16px;
    text-indent: 1em;
}

.main-article-big-letter {
    float: left;
    color: #6817ba;
    font-size: 105px;
    line-height: 60px;
    padding-top: 13px;
    padding-right: 8px;
    padding-left: 3px;
    font-weight: 100;
    text-indent: 0;
}

.quelle {
    color: rgb(179, 179, 179);
    font-weight: 40;
    font-size: 10px;
    text-align: right;
    font-family: lato, sans-serif;
    letter-spacing: 1px;
    margin-left: 5px;
    margin-bottom: 0px;
    text-transform: uppercase
}

.info-header {
    position: relative;
    padding: 1em 2em;
    border-left-style: solid;
    border-color: #6817ba;
    border-left-width: 20px;
    background: #efedec;
    margin: 2em 2em;
}

a.dropdown-item:link {
    color: #212529;
    font-weight: normal;
}

a.dropdown-item:visited {
    color: #212529;
}

a.disabled {
    pointer-events: none;
    color: lightgray !important;
}


/* Style all font awesome icons */

.fa {
    padding: 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 20%;
}

.fa:hover {
    opacity: 0.7;
}

.categorytitle {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 0 0 10px;
}

.categorytitle a:link {
    color: #444;
}

.categorytitle a:visited {
    color: #444;
}

.date {
    letter-spacing: 0.05em;
    font-weight: 400;
    text-transform: uppercase;
    color: #aaa;
    text-align: left;
    padding-top: 10px;
}

a.img-blogpost {
    padding-left: 0px;
}

a.img-blogpost:visited {
    padding-left: 0px;
}


/** Größere Monitore **/

@media (max-width: 576px) {
    a:link {
        font-size: 18px;
        padding: 20px;
    }
    a:visited {
        font-size: 18px;
        padding: 20px;
    }
    a.img-blogpost {
        padding-left: 0px;
    }
    a.img-blogpost:visited {
        padding-left: 0px;
    }
}

@media (min-width: 576px) {
    .mag-top-img-right {
        min-height: 675px;
    }
    .mag-top-img-left {
        min-height: 675px;
    }
}

@media (max-width: 768px) {
    .fa {
        font-size: 26px;
        text-align: center;
        text-decoration: none;
    }
    a:visited.social {
        margin: 20px;
    }
    a:link.social {
        margin: 20px;
    }
}

@media (min-width: 768px) {
    .mag-container-left {
        padding-right: 2em;
    }
    .mag-container-right {
        padding-left: 2em;
    }
    .mag-top-text-left-row,
    .mag-top-text-right-row {
        height: 300px;
        margin-bottom: 0px;
    }
    .mag-top-img-right {
        min-height: 450px;
    }
    .mag-top-img-left {
        min-height: 450px;
    }
    .mag-top-text-left p {
        margin-bottom: 0rem;
    }
    .main-article p {
        font-size: 1.25em;
    }
    .mag-container {
        padding: 2em 3em;
    }
}

@media (min-width: 992px) {
    .mag-top-img-right {
        min-height: 675px;
    }
    .mag-top-img-left {
        min-height: 675px;
    }
}

@media (min-width: 1200px) {
    .mag-top-img-right {
        min-height: 870px;
    }
    .mag-top-img-left {
        min-height: 870px;
    }
    .info-header {
        margin: 1em 2em;
    }
}

@media only screen and (min-width: 1280px) {
    .main-article {
        padding: 2em 0em;
    }
    .info-header {
        margin: 0em 0em;
    }
    .mag-container {
        padding: 2em 1em;
    }
}