/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/** 
 *  bfh hinzugefügt Suche HP  input type="search"

#search-overlay>div #search-content form input[type=search] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 36px;
    padding: 0 15px;
    border: 0;
    border: 1px solid #000;
    border-radius: 0;
    outline: 0 !important
} */

.visually-hidden-search {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

@media (min-width: 1200px) {
    .container.container_large {
        max-width: 106.667rem;
    }

    .container {
        max-width: 80rem;
    }
}



/*fonts*/

@font-face {
    font-family: 'Arsilon';
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Arsilon.otf');
    src: url('../fonts/Arsilon.otf'),
        url('../fonts/Arsilon.ttf') format('truetype'),
        url('../fonts/Arsilon.woff') format('woff'),
        url('../fonts/Arsilon.woff2') format('woff2');
}

@font-face {
    font-family: 'OpenSans';
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot'),
        url('../fonts/OpenSans.ttf') format('truetype'),
        url('../fonts/OpenSans.woff') format('woff'),
        url('../fonts/OpenSans.woff2') format('woff2');
}

@font-face {
    font-family: 'SourceSans-Pro';
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SourceSansPro-Regular.ttf.woff2') format('woff2');
}

@font-face {
    font-family: 'SourceSans-Pro-Bold';
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SourceSansPro-Bold.ttf.woff2') format('woff2');
}

/* color settings*/

:root {
    --red: #E30009;
    --secondaryred: #E30613;
    --white: #ffffff;
    --black: #000000;
}

a,
a:hover {
    text-decoration: none;
}

html {
    font-family: 'OpenSans';
    color: var(--black);
    font-size: 15px;
    line-height: 1.2;
}

.main-btn,#memoryGameStop {
    display: inline-block;
    padding: 0.5rem 2rem;
    line-height: 1.15;
    border: 1px solid var(--secondaryred);
    color: var(--white);
    background: var(--secondaryred);
    border-radius: 2rem;
    transition: all 0.3s ease;
    font-family: 'SourceSans-Pro';
}

.main-btn.btn-small,#memoryGameStop {
    padding: 0.5rem 2rem;
}

.main-btn.main-btn_black {
    background: var(--black);
    border: 1px solid var(--black);
}

.main-btn.main-btn_black:hover {
    background: var(--white);
    color: var(--black);
}

.main-btn:hover,#memoryGameStop:hover {
    color: var(--secondaryred);
    background: var(--white);
}

.secondary__btn {
    color: var(--red);
    background: var(--white);
    border-radius: 2rem;
    padding: 0.733rem 2.667rem 0.867rem 2.667rem;
    border: 1px solid var(--white);
    line-height: 1;
    display: inline-block;
    transition: all 0.3s ease;
    font-family: 'SourceSans-Pro';
}

.secondary__btn:hover {
    color: var(--white);
    background: var(--red);
}

.header__readline {
    background: var(--red);
}

.header__readline__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.933rem 0;
}

.header__readline__item {
    position: relative;
    padding-left: 2.667rem;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: flex-start;
	font-size: 0.85rem; /* bfh */
}

/* VW bfh */
.header__readline__item h1 {
    font-size: 0.85rem;
    margin: 0.1em 0;
}

@media (max-width: 1200px) {
    #top-top-mobile-row h1 {
        font-size: 0.85rem!important;       
    }
}

.header__readline__item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1.467rem;
    height: 1.467rem;
    background: url(../img/circle-icon.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header__wrapper__logo img {
    max-width: 15rem;
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.667rem 0;
}

.header__nav .main__nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.header__nav .main__nav .menu-item-has-children > a {
    position: relative;
    padding-right: 1rem;
}

.header__nav .main__nav .menu-item-has-children > a::after {
    position: absolute;
    content: '';
    top: 45%;
    right: 0;
    width: 0.533rem;
    height: 0.267rem;
    background: url(../img/arrow-down.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header__nav li {
    margin-right: 2.333rem;
}

.header__nav li a {
    color: var(--black);
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.header__nav li a:hover {
    opacity: 1;
}

.header__nav li ul {
    display: none;
}

.header__action-group__search {
    padding-right: 1.333rem;
    margin-right: 1.333rem;
    border-right: 1px solid var(--black);
}

.search-btn {
    width: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
    background: url(../img/search-icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.action-link {
    color: var(--black);
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 1.2rem;
}

.header__action-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header__action-group .main-btn {
    margin-right: 1.333rem;
}

.heroscreen {
    margin-bottom: 5rem;
}

.teaser {
    position: relative;
    margin-bottom: 2rem;
    display: block;
    overflow: hidden;
}

.teaser.teaser_nomargin {
    margin-bottom: 0px;
}

.teaser.teaser_large {
    height: 99%;
}

.teaser img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    transform: scale(1);
}

.teaser:hover img {
    transform: scale(1.1);
}

.teaser__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: transparent linear-gradient(180deg, #00000000 0%, #0000003B 53%, #00000066 100%) 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 1.333rem;
}

.teaser__content__label {
    color: var(--white);
    background: var(--red);
    font-size: 0.867rem;
    font-family: 'SourceSans-Pro';
    margin-bottom: 0.8rem;
    border-radius: 1.333rem;
    padding: 0.133rem 0.667rem 0.167rem 0.867rem;
    margin-bottom: 0.533rem;
}

.teaser__content__title {
    font-size: 1.333rem;
    font-family: 'SourceSans-Pro';
    color: var(--white);
    line-height: 1.2;
}

.teaser.teaser_large .teaser__content__title {
    font-size: 2.267rem;
}

.cta {
    margin-bottom: 12.5rem;  /* bfh vorher 5.5rem */
}

@media screen and (max-width: 1024px) {
    .cta {
		margin-bottom: 5.5rem;  /* bfh  */
	}
}

.cta__img img {
    width: 100%;
    margin-bottom: 1rem;
}

.cta__img a {
    color: var(--black);
}

.cta__label {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    font-family: 'Arsilon';
}

.cta__socials a {
    display: inline-block;
    margin-right: 0.75rem;
    transition: all 0.3s ease;
}

.cta__socials img {
    width: 4.8rem;
    height: 4.8rem;
}

.cta__socials a:hover {
    opacity: 0.7;
}

.welcomen {
    background: var(--red);
    padding: 5rem 0;
}

.welcomen__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.header__wrapper .main-btn {
    font-size: 1.2rem;
}

.welcomen .secondary__btn {
    font-size: 1.6rem;
}

.welcomen__content {
    color: var(--white);
}

.welcomen__content h3 {
    font-size: 3.7rem;
    font-family: 'Arsilon';
    margin-bottom: 2.667rem;
}

.welcomen__content p {
    font-size: 1.7rem;
    margin-bottom: 1.333rem;
    line-height: 1.5;
}

.welcomen__image img {
    width: 100%;
}

.secondary__teaser__img img {
    width: 100%;
}

.secondary__teaser {
    margin-bottom: 5.5rem;
    box-shadow: 0px 3px 5px rgba(0,0,0,.21);
    transition: all 0.3s ease;
    background: var(--white);
}

.secondary__teaser:hover {
    box-shadow: 0px 5px 10px rgba(0,0,0,.21);
}

.redaction {
    padding: 5.667rem 0 8rem;
}

.redaction h3 {
    text-align: center;
    font-size: 55px;
    font-family: 'Arsilon';
    margin-bottom: 2.667rem;
    color: var(--red);
}

.redaction__subtitle {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 1.333rem;
}

.redaction__btn {
    font-size: 1.6rem;
    margin-bottom: 3rem;
}

.secondary__teaser__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.secondary__teaser__label {
    color: var(--red);
    margin-bottom: 0.5rem;
    font-family: 'SourceSans-Pro';
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.secondary__teaser__label .secondary__teaser__label__date {
    color: #6C6C6C;
}

.secondary__teaser__title {
    font-family: 'SourceSans-Pro-Bold';
    font-size: 1.6rem;
    margin-bottom: 0.625rem;
    line-height: 1.2;
}

.secondary__teaser__text {
    margin-bottom: 0.667rem;
}

.redaction__videos__item {
    display: block;
}

.redaction__videos__item img {
    width: 100%;
}

.redaction__videos__item {
    color: var(--black);
}

.redaction.redaction_akademie {
    background: #E3DFD1;
}

.secondary__teaser_vertical .secondary__teaser__img {
    max-height: 18rem;
    overflow: hidden;
}

.secondary__teaser_vertical .secondary__teaser__img img {
    height: 100%;
}

.secondary__teaser_vertical .secondary__teaser__content {
    padding: 1.6rem;
}

.getestet__list__slider .secondary__teaser {
    margin-bottom: 0rem;
    box-shadow: none;
    transition: all 0.3s ease;
    background: none;
    padding: 15px;
}

.getestet__list__slider .secondary__teaser .secondary__teaser_vertical__wrapper {
    margin-bottom: 2.5rem;
    box-shadow: 0px 3px 5px rgba(0,0,0,.21);
    transition: all 0.3s ease;
    background: var(--white);
    transition: all 0.3s ease;
}

.getestet__list__slider .secondary__teaser .secondary__teaser_vertical__wrapper:hover {
    box-shadow: 0px 5px 10px rgba(0,0,0,.21);
}

.slick-arrow {
    position: absolute;
    width: 20px;
    height: 35px;
    top: 45%;
    font-size: 0px;
    border: none;
    background: url(../img/arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 100;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-arrow:focus {
    outline: none;
}

.slick-arrow:hover {
    opacity: 0.7;
}

.slick-arrow.slick-prev {
    left: -2rem;
}

.slick-arrow.slick-next {
    right: -2rem;
    transform: rotate(180deg);
}

.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.slick-dots button {
    display: none;
}

.slick-dots li {
    margin: 0 3px;
    width: 1rem;
    height: 1rem;
    background: #D1D1D1;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.slick-dots li.slick-active {
    background: var(--secondaryred);
}

.magazin__image img {
    width: 100%;
}

.magazin__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.magazin__content h3 {
    font-size: 3.7rem;
    font-family: 'Arsilon';
    margin-bottom: 2.667rem;
    color: var(--red);
}

.magazin__content p {
    font-size: 1.6rem;
}

.btn-set a {
    font-size: 1.6rem;
    margin-right: 1rem;
}

.magazin {
    margin-bottom: 10rem;
}

footer .accordion-set {
    color: var(--white);
}

.accordion-set__item .accordion-set__item__description {
    display: block; /* bfh */
	font-size: 1rem;
}

.accordion-set__item {
    padding: 1.5rem 0 1rem;
    border-bottom: 1px solid #4E505B;
}

.accordion-set__item .accordion-set__item__title {
    font-weight: 600;
    text-transform: uppercase;
    /* cursor: pointer;  bfh */
}

.accordion-set__item.active .accordion-set__item__description {
    display: block;
    padding-top: 1rem;
}

/* .accordion-set__item.active .accordion-set__item__description a {
    text-decoration: underline;
    color: #A5883C;
} bfh */

.accordion-set__item .accordion-set__item__description a {
    text-decoration: underline;
    color: #A5883C;
	font-size: 1rem; /*bfh */
} 

.accordion-set__item__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-set__item__title .accordion-set__item__title__indicator {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.825rem;
    border: 1px solid var(--black);
    border-radius: 4px;
    position: relative;
}

.accordion-set__item__title .accordion-set__item__title__indicator::before {
    position: absolute;
    content: '';
    top: 49%;
    left: 25%;
    width: 50%;
    height: 1px;
    background: var(--black);
}

.accordion-set__item__title .accordion-set__item__title__indicator::after {
    position: absolute;
    content: '';
    top: 25%;
    left: 49%;
    width: 1px;
    height: 50%;
    background: var(--black);
}

footer .accordion-set__item .accordion-set__item__title .accordion-set__item__title__indicator::before,
footer .accordion-set__item .accordion-set__item__title .accordion-set__item__title__indicator::after {
    background: var(--white);
}

footer .accordion-set__item__title .accordion-set__item__title__indicator {
    border: 1px solid var(--white);
}

.accordion-set__item.active .accordion-set__item__title .accordion-set__item__title__indicator::after {
    display: none;
}

.post-list .secondary__teaser,
.post-list .cta__img {
    margin-bottom: 3rem;
}

.post-list .cta__img {
    text-align: right;
}

.heroscreen_kategorien .secondary__teaser {
    margin-bottom: 2.35rem;
    height: calc(49% - 1rem);
}

.heroscreen_kategorien .secondary__teaser .secondary__teaser_vertical__wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

.heroscreen.heroscreen_kategorien {
    margin-bottom: 3rem;
}

.heroscreen_kategorien .secondary__teaser__title {
    font-size: 2.125rem;
}

.title-section {
    padding-top: 1rem;
    margin-bottom: 4.25rem;
}

.title-section h1 {
    font-size: 3.7rem;
    font-family: 'Arsilon';
    margin-bottom: 1.25rem;
    text-align: center;
}

.breadcrumbs {
    margin-bottom: 2.25rem;
}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumbs ul * {
    color: #6C6C6C;
    text-transform: uppercase;
}

.breadcrumbs ul a {
    padding-right: 1.5rem;
    position: relative;
}

.breadcrumbs ul a::after {
    position: relative;
    content: '';
    display: inline-block;
    top: 0.1rem;
    left: 0.625rem;
    width: 0.5rem;
    height: 0.875rem;
    background: url(../img/arrow-right.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.searchform {
    width: 100%;
    position: relative;
}

.searchform input[type="search"] {
    width: 100%;
    border: 1px solid var(--black);
    color: var(--black);
    padding: 1rem 1.5rem;
    border-radius: 2rem;
    font-size: 1.25rem;
}

.searchform input[type="search"]:focus,
.searchform input[type="search"]:active {
    outline: none;
}

.searchform input[type="submit"] {
    font-size: 0px;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    background: url(../img/search-icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}

.post-list {
    margin-bottom: 5rem;
}

.post-list h3 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.pagination {
    box-shadow: 0px 4px 10px rgba(0,0,0,.21);
    border-radius: 1.25rem;
    display: inline-block;
    padding: 0.25rem 1.125rem;
}

.pagination .pagination-ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination .pagination-ul a,.pagination .pagination-ul span {
    width: 2.35rem;
    height: 2.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: #fff;
    color:#000;
}

.pagination .pagination-ul a:hover {
    background: #C0C0B8;
}

.pagination .pagination-ul span.current {
    background: var(--red);
    color: var(--white);
}

.pagination .pagination-ul li a {
    color: var(--black);
}

.news {
    text-align: center;
    margin-bottom: 8.313rem;
}

.news h3 {
    font-size: 3.7rem;
    font-family: 'Arsilon';
    margin-bottom: 1.25rem;
    color: var(--red);
}

.news .main-btn {
    font-size: 1.6rem;
}

.news p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
}

.news__image img {
    width: 100%;
}

.title-section.title-section_blog {
    text-align: left;
    margin-bottom: 0px;
}

.title-section_blog .breadcrumbs ul {
    justify-content: start;
}

.title-section.title-section_blog h1 {
    font-size: 3.125rem;
    font-family: 'SourceSans-Pro-Bold';
    text-align: left;
}

.title-section.title-section_blog .subtitle {
    font-size: 2rem;
    font-style: italic;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.title-section.title-section_blog .subtitle::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    background: #DDDDDD;
    height: 2px;
    z-index: 1;
}

.title-section.title-section_blog .subtitle::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50%;
    background: var(--red);
    height: 2px;
    z-index: 2;
}

.title-section.title-section_blog .category {
    font-size: 1.25rem;
    color: var(--red);
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.title-section.title-section_blog .meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.title-section.title-section_blog .meta .date {
    font-size: 1.15rem;
    color: #6C6C6C;
}

.title-section.title-section_blog .meta .owner {
    font-size: 1.15rem;
    color: #6C6C6C; /*bfh vormals #A5883C */
}

.post-content__description .meta { /*neue Platzierung Meta */
	display: flex;
    align-items: center;
	padding-bottom: 2rem;
}
.post-content__description .meta .owner, .post-content__description .meta .date {
    font-size: 1.15rem !important;
    color: #6C6C6C;
}

.post-content {
    font-size: 1.5rem;
    margin-bottom: 4rem;
}

.post-content__description {
    position: relative;
    padding-bottom: 3.25rem;
}

.post-content__description::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    background: #DDDDDD;
    height: 2px;
    z-index: 1;
}

.post-content__description::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50%;
    background: var(--red);
    height: 2px;
    z-index: 2;
}

.post-content p {
    margin-bottom: 3rem;
}

.post-content .text-small {
    font-size: 1.25rem;
}

.post-content img {
    width: 100%;
    margin-bottom: 1.375rem;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-family: 'SourceSans-Pro-Bold';
}

.post-content h1 {
    font-size: 3.7rem;
}

.post-content h2 {
    font-size: 3.5rem;
}

.post-content h3 {
    font-size: 3rem;
}

.post-content h4 {
    font-size: 2.5rem;
}

.post-content h5 {
    font-size: 1.5rem;
}

.post-content h6 {
    font-size: 1.25rem;
}

.bannered {
    position: relative;
}

.banners {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.left-banner,
.right-banner
{
    position: fixed;
    bottom: 15px;
    width: 8%!important;

}

header
{
    background: #fff;
}

footer
{
    position:relative;
    z-index: 4;
}

.left-banner
  
  {
      left: 15px;
  }
  
  .right-banner
  {
      right:15px;
  }
  

.banner-items {
    position: sticky;
    justify-content: space-between;
    display: flex;
    top: 0;
    z-index: 0;
}



footer {
    background: #212331;

}

.footer__upper {
    padding: 6.5rem 0 4rem;
}

.footer__lower {
    background: #181828;
    border-top: 1px solid #373744;
    padding: 1rem 0 2.25rem;
}

.footer__lower__links {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer__lower__links li {
    margin-right: 1.5rem;
}

.footer__lower__links a {
    color: var(--white);
    transition: all 0.3s ease;
}

.footer__lower__links a:hover {
    opacity: 0.7;
}

.footer__copyright {
    color: var(--white);
}

.footer__social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer__social a {
    display: inline-block;
    margin-left: 1rem;
}

.footer__logo {
    margin-bottom: 2.25rem;
}

.footer__logo img {
    max-width: 10rem; /* bfh 15rem */
}

.footer__title {
    font-size: 1.333rem;
    color: var(--white);
    margin-bottom: 1rem;
    min-height: 3.5rem;
    text-transform: uppercase;
    font-weight: 600;
}

.footer__interest {
    color: var(--white);
    font-weight: 600;
}

.footer__interest a {
    color: #A5883C;
    font-weight: 400;
    display: block;
	padding-bottom:2px; /* bfh */
}

.left-banner img,
.right-banner img {
    width: 100%;
}

.left-banner,
.right-banner {
    width: 10.5%;
}

.journal {
    margin-bottom: 4rem;
}

.journal__wrapper {
    box-shadow: 0px 4px 10px rgba(0,0,0,.21);
}

.journal__image img {
    width: 100%;
}

.journal__description {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 1.25rem;
}

.journal__description.journal__description_left {
    padding: 0 3rem;
}

.journal__description h3 {
    font-size: 3.7rem;
    font-family: 'Arsilon';
    margin-bottom: 1.25rem;
}

.journal__description p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.journal__description ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2.5rem;
}

.journal__description ul li {
    position: relative;
    padding-left: 3rem;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.journal__description ul li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1.875rem;
    height: 1.875rem;
    background: url(../img/red-circle.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.title-section_image__banner {
    margin-bottom: 2.25rem;
}

.title-section_image__banner img {
    width: 100%;
}

.title-section_image__quote {
    font-size: 2rem;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.title-section_image__text {
    font-size: 1.5rem;
}

.shop__teaser__image img {
    width: 100%;
}

.shop__teaser {
    padding: 5.25rem 4rem;
    box-shadow: 0px 5px 10px rgba(0,0,0,.21);
    margin-bottom: 3rem;
}

.shop__teaser__description {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.shop__teaser__description h3 {
    font-size: 3.125rem;
    font-family: 'SourceSans-Pro-Bold';
    margin-bottom: 1.25rem;
}

.shop__teaser__description p {
    margin-bottom: 1.625rem;
    font-size: 1.5rem;
}

.shop__teaser__description__meta {
    margin-bottom: 1.625rem;
    font-size: 1.5rem;
    width: 100%;
}

.shop__teaser__description__meta table {
    min-width: 75%;
}

.shop__teaser__description__meta tr td:nth-of-type(1) {
    font-weight: 500;
}

.shop__teaser__description .main-btn {
    font-size: 1.6rem;
}

.shop__controls {
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop__controls .searchform {
    margin-left: 2rem;
}

.categories {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;

}

.categories li a {
    width: 12rem;
    border: 1px solid var(--red);
    margin-right: 0.875rem;
    background: var(--white);
    color: var(--red);
    transition: all 0.3s ease;
    font-size: 1.375rem;
    font-family: 'SourceSans-Pro-Bold';
    padding: 0.625rem 0;
    display: inline-block;
    border-radius: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.categories li a:hover {
    opacity: 0.7;
}

.categories li.active a {
    color: var(--white);
    background: var(--red);
    border: 1px solid var(--red);
}

@media screen and (max-width: 1500px) {
    html {
        font-size: 13px;
    }
    .left-banner,
    .right-banner {
        width: 10%;
    }
}


@media screen and (max-width: 1260px) {
    .banners {
        display: none;
    }

    .left-banner,
    .right-banner
    {
        display:none;
    }
}

