::-moz-selection {
    /* Code for Firefox */
    color: #000;
    background: rgba(230, 230, 230, 1);
    background: rgba(233, 233, 233, 1);
}

::selection {
    color: inherit;
    background: transparent;
    background: #fff;
    color: #000;
    background: rgba(230, 230, 230, 1);
    background: rgba(230, 230, 230, 1);
    background: rgba(233, 233, 233, 1);
}

::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.example::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.example {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

footer {
    display: block;
}

.body--footer nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.00085em 0.625rem;
    line-height: 1.6rem;
}

.body--footer nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.00085em 0.625rem;
    line-height: 1.6rem;
}

@media (min-width: 50em) {
    .body--footer nav ul {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}

.body--footer nav a {
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.body--footer nav a:hover {
    color: #f5f5f5;
    color: #ffff00;
}

.wrapper .productsone {
    display: grid;
    margin: 0 auto;
    padding: 0.75em;
    grid-gap: 1.25em;
    max-width: 1280px;
}

@media screen and (min-width: 3em) {
    .wrapper .productsone {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 50em) {
    .wrapper .productsone {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 64em) {
    .wrapper .productsone {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (min-width: 70em) {
    .wrapper .productsone {
        grid-template-columns: repeat(4, 1fr);
    }
}

.wrapper .productsone .product {
    margin: 0;
    max-width: 100%;
}

.wrapper .productsone .product p {
    text-align: center;
}

.wrapper .productsone .product img {
    width: 100%;
}

.wrapper .products {
    display: grid;
    margin: 0 auto;
    padding: 0.75em;
    grid-gap: 1.25em;
    max-width: 1280px;
}

@media screen and (min-width: 3em) {
    .wrapper .products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 50em) {
    .wrapper .products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 70em) {
    .wrapper .products {
        grid-template-columns: repeat(3, 1fr);
    }
}

/*
@media screen and (min-width: 800em) {
  .wrapper .products {
    grid-template-columns: repeat(5, 1fr);
  }
}
*/

.wrapper .products .product {
    margin: 0;
    max-width: 100%;
}

.wrapper .products .product p {
    text-align: center;
}

.wrapper .products .product img {
    width: 100%;
}

body {
    background: #eaeaef;
    background: rgba(234, 234, 239, 1);
    background: #fafafa;
    font-family: "Blinker", sans-serif;
}

strong {
    font-weight: 500;
    letter-spacing: normal;
}

b {
    font-weight: 800 !important;
}

.png-shadow {
    filter: drop-shadow(30px 40px 25px #999);
}

img {
    filter: drop-shadow(20px 10px 4px rgba(0, 0, 0, 0.2114));
    -webkit-filter: drop-shadow(20px 10px 4px rgba(0, 0, 0, 0.2114));
}

h2 {
    font-weight: normal !important;
    font-size: 35px;
    font-family: "Blinker Thin", sans-serif;
}

h3 {
    letter-spacing: 0.001em;
    text-transform: none;
    font-size: 55px;
    text-align: center;
    font-family: "Blinker SemiLight", sans-serif;
    font-weight: normal;
    color: #000 !important;
}

h4 {
    font-weight: normal;
    letter-spacing: 0.001em;
    font-size: 40px;
    text-align: center;
    font-family: "Blinker Light";
}

h5 {
    font-weight: normal;
    letter-spacing: 0.001em;
    text-transform: none;
    font-size: 20px;
    text-align: center;
    font-family: "Blinker SemiBold;

}

ol {
    list-style: none;
    text-align: center;
}

a {
    text-decoration: none;
    color: inherit;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    font-family: "Blinker Regular";
}

.post-categories {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    left: 0px;
    width: 100%;
    padding: 0px;
    text-align: center;
}

.post-categories * {
    display: inline;
    width: 100%;
    padding: 0px;
    text-align: center;
}

.post-categories li {
    margin-bottom: 0.2rem;
    width: 100%;
    left: 0px;
    font-family: "Blinker Regular";
}

.post-categories a {
    padding: 0.15rem 0.35rem;
    left: 0px;
    padding: none;
    border-radius: 1rem;
    border: 1px solid;
    line-height: normal;
    transition: all 0.1s;
    text-align: center;
    text-align: left;
    font-weight: 400;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    font-family: "Blinker", sans-serif;
}

.post-categories a:hover {
    background: #fff;
    color: #000;
    pointer-events: none;
}

.labels {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    left: 0px;
    width: 100%;
    padding: 0px;
    text-align: center;
}

.labels * {
    display: inline;
    width: 100%;
    padding: 0px;
    text-align: center;
}

.labels li {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", Blinker, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
    margin-bottom: 0.2rem;
    width: 100%;
    left: 0px;
    color: #999;
    font-weight: 400;
    font-family: "Blinker", sans-serif;
}

.labels a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", Blinker, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
    padding: 0.2rem 0.5rem;
    left: 0px;
    padding: none;
    border-radius: 1rem;
    border: 1px solid;
    border-color: #999;
    line-height: normal;
    transition: all 0.1s;
    text-align: center;
    text-align: left;
    color: #999;
    font-weight: 400;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    font-family: "Blinker", sans-serif;
}

.tags {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    left: 0px;
    width: 100%;
    padding: 0px;
    text-align: center;
}

.tags * {
    display: inline;
    width: 100%;
    padding: 0px;
    text-align: center;
}

.tags li {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", Blinker, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
    font-family: "Blinker", sans-serif;
    margin-bottom: 0.2rem;
    width: 100%;
    left: 0px;
    color: #999;
    font-weight: 400;
}

.tags a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", Blinker, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
    padding: 0.2rem 0.5rem;
    left: 0px;
    padding: none;
    border-radius: 1rem;
    border: 1px solid;
    border-color: #4dc3cb;
    line-height: normal;
    transition: all 0.1s;
    text-align: center;
    text-align: left;
    color: #101010;
    font-weight: 400;
    font-weight: 300;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    font-family: "Blinker", sans-serif;
}

p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.logo {
    width: 20%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 40%;
    padding-top: 0px;
    pointer-events: none;
    filter: drop-shadow(20px 10px 4px rgba(0, 0, 0, 0.0112114));
}

h2 {
    font-weight: 800;
    text-align: center;
    font-size: 55px;
    line-height: 55px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", Blinker, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
    font-family: "Blinker", sans-serif;
}

sup {
    vertical-align: super;
    font-size: smaller;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", Blinker, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
    letter-spacing: normal;
    font-family: "Blinker", sans-serif;
}

sub {
    vertical-align: sub;
    vertical-align: middle;
    font-size: smaller;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", Blinker, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
    letter-spacing: normal;
    font-size: 0.65rem;
    font-family: "Blinker", sans-serif;
}

img {
    pointer-events: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    cursor: auto;
}

footer a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    vertical-align: center;
    font-size: 1.99rem;
    line-height: 1.99rem;
    font-size: 1.8rem;
    line-height: 1.9rem;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.body--footer nav {
    position: fixed;
    z-index: 5;
    right: 0;
    bottom: 0px;
    bottom: 15px;
    bottom: 10px;
    left: 0;
    /*
    -webkit-transition: bottom 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: bottom 0.3s cubic-bezier(0.55, 0, 0.1, 1);
 */
    color: #f8f6f3 !important;
    line-height: 1.6rem;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 94%;
    left: 3%;
    width: 84%;
    left: 8%;
    width: calc(100% - 30px);
    left: 15px;
    width: calc(100% - 20px);
    left: 10px;
    /* background-color: #fff;
          background-color: #00f;
          background-color: #000;
          */
    width: 84%;
    left: 8%;
    left: 0;
    width: 100%;
    bottom: 0px;
    width: 84%;
    left: 8%;
    background-color: rgba(20, 20, 20, 0.603);
    background-color: rgba(255, 255, 255, 0.4503);
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    border-radius: 0px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-radius: 35px;
    border-radius: 0px;
    border-radius: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.34503);
}

.body--footer nav ul {
    padding: 0px;
}

.body--footer nav ul {
    padding: 0px;
    line-height: 1.6rem;
    text-align: center;
}

.body--footer a {
    color: #fff !important;
    line-height: 1.6rem;
    padding-top: 0px;
    padding-bottom: 0px;
    /*   display: inline-block; */
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.body--footer a:hover {
    color: #e16029 !important;
    color: #fff !important;
    color: #6fc0ca !important;
    color: #ccc !important;
}

.body--footer .active {
    color: #e16029 !important;
    color: #fff !important;
}

.body--footer nav ul {
    justify-content: space-around;
    padding: 0.85em 0.625rem;
    padding: 0.010285em 0.010625rem;
    padding: 0.00085em 0.625rem;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0.1285em 0.1625rem;
    padding: 0.85em 1.9625rem;
    padding: 0.85em 0.0625rem;
    padding: 0.010285em 0.010625rem;
    margin: 0px;
    text-align: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.body--footer nav ul li {
    padding: 0.85em 0.625rem;
    padding: 0.010285em 0.010625rem;
    padding: 0.00085em 0.625rem;
    line-height: 1.6rem;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0.85em 0.625rem;
    padding: 0.010285em 0.010625rem;
    background-color: rgba(20, 20, 20, 0.003);
    background: #fff !important;
    background: rgba(200, 200, 200, 0.53) !important;
    background: rgba(220, 220, 220, 0.553) !important;
    background: rgba(0, 0, 0, 0.8553) !important;
    text-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
}

.body--footer nav ul li a {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Segoe UI", Blinker, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
    font-style: normal;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    font-family: "Blinker", sans-serif;
}

.body--footer nav ul li p {
    font-family: "Helvetica Neue", "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Blinker, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
    font-weight: 300;
    font-weight: 500;
    color: #fff;
    font-size: 25px;
    padding-bottom: 2px;
    line-height: 25px;
    margin: 0px;
    padding-bottom: 3px;
    padding-bottom: 5px;
    line-height: 25px;
    margin: 0px;
    font-family: "Blinker", sans-serif;
}

.body--footer nav ul li p:hover {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Segoe UI", Blinker, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
    font-family: "Helvetica Neue", "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Blinker, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
    color: #ccc;
    font-family: "Blinker", sans-serif;
}

@media (min-width: 500em) {
    .body--footer nav ul {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.body--footer nav a {
    display: inline-block;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.body--footer nav a:hover {
    color: #f5f5f5;
    color: #ffff00;
}

.link--one {
    color: #ffff00 !important;
    background: #00f !important;
}

.link--three {}

.body--footer nav a {
    color: #fff !important;
}

.body--footer nav a:hover,
.body--footer nav a:active,
.body--footer nav a:focus,
.body--footer nav a:link {
    color: #ccc !important;
}

:root {
    --value: 40%;
    --back-color: #ebecf0;
}

.acc-container {
    margin-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.accordion {
    margin-top: 40px;
    margin-bottom: 100px;
    width: 70%;
}

@media screen and (max-width: 900px) {
    .accordion {
        width: 80%;
    }
}

.accordion .card {
    border: none;
    margin-bottom: 20px;
    margin-bottom: 10px;
    /*   margin-bottom: 40px;

*/
    text-align: left;
    background: transparent;
    /*     border-top: 1px solid #ccc;
    border-top: 1px solid blue;
border-radius: 0px;

*/
    color: #000 !important;
}

.accordion .card h2 {
    background: url("../icons/up.png") no-repeat calc(100% - 10px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 18px;
    text-align: left;
    background-size: 25px;
    background-size: 23px;
    background-size: 57px;
    background-size: 25px;
    background-size: 28px;
    cursor: pointer;
    font-size: 22px;
    font-family: "Blinker SemiBold";
    font-family: "Blinker Regular";
    font-family: "Blinker SemiBold";
    font-family: "Blinker Regular";
    font-family: "Blinker SemiBold";
    line-height: 1.2;
    padding-right: 10%;
    /*     border-top: 1px solid #ccc;
    border-top: 1px solid blue;
border-radius: 0px;

*/
    padding: 15px 10px;
    padding: 15px 10px;
    padding: 15px 15px;
    padding-right: 20%;
    color: #000;
    color: #000 !important;
}

.accordion .card h2.collapsed {
    background-image: url("../icons/down.png");
    text-align: left;
    color: #000 !important;
}

.accordion .card-body {
    padding-left: 0;
    padding-right: 0;
    /* padding-top: 30px; 
        border: 1px solid blue;
*/
    padding: 15px 10px;
    padding: 15px 10px;
    padding: 15px 15px;
    color: #000 !important;
}

.accordion .card-body p {
    font-family: "Blinker Regular";
    font-family: "Blinker SemiLight";
    color: #00f !important;
    color: #000 !important;
    font-size: 20px;
    font-size: 19px;
    padding-right: 25px;
    line-height: 1.4;
}

.card {
    border: 3px solid #000;
    border-radius: 15px;
    box-sizing: border-box;
    border: 3px solid #000;
    /*
  padding-top: 30px;
  padding-bottom: 0px;
    padding-left: 10px;
        padding-right: 10px;
*/
    border: 3px solid #000 !important;
    border: 1px solid #000 !important;
    border: 0px solid #000 !important;
    border: 1px solid #eee !important;
    border: 1px solid #fafafa !important;
    border-radius: 15px !important;
    /*
padding: 15px 10px;
padding: 15px 10px;
*/
    background-color: var(--back-color);
    background: transparent !important;
    background: #ebecf0 !important;
    background: transparent !important;
    background: rgba(255, 255, 255, 0.32) !important;
    background: transparent !important;
    padding: 40px;
    padding: 20px 10px;
    padding: 10px 10px;
    padding: 20px 10px;
    padding: 0px 10px;
    /*
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
              
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 25px rgba(255, 255, 255, 0.571),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
              */
    border-radius: 30px !important;
    margin-bottom: 20px !important;
    color: #000 !important;
}

h1 {
    text-align: center;
    font-family: "Blinker SemiLight";
    font-size: 25px;
    font-size: 45px;
    color: #000;
}

/* YOUTUBE EMBED ANFANG */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* YOUTUBE EMBED ENDE */

/* FOOTER BEGINN */

.foot-container {
    display: table;
    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
}

footer {
    display: inline-block;
    width: 100%;
    float: left;
    background: #eaf4f4;
    background: #fafafa;
    padding: 100px 0;
    padding-bottom: 20px;
    padding-top: 40px;
}

footer .footer-top {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

footer .footer-top img {
    display: table;
    margin: 0 auto;
    max-width: 200px;
    float: left;
    filter: drop-shadow(20px 10px 1px rgba(0, 0, 0, 0));
}

footer h2 {
    font-size: 3rem;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.4;
}

footer .footer-summary {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
}

footer .footer-view {
    width: 50%;
}

footer .footer-column {
    display: inline-block;
    float: left;
    width: 50%;
    position: relative;
}

footer .footer-column a {
    display: inline-block;
    width: 100%;
    float: left;
    line-height: 1.5rem;
    color: #232d41;
    text-decoration: none;
    font-size: 1.2rem;
}

footer .sub-footer {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 50px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

footer .footer-block {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

footer .footer-contact {
    background: #d6e4e4;
    background: #eee;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    float: right;
    padding: 20px;
    border-radius: 10px;
    clear: both;
    min-width: 60%;
}

footer .footer-contact:last-child {
    margin-bottom: 0;
}

footer .footer-contact a {
    clear: both;
    display: block;
    text-decoration: none;
    line-height: 1.5rem;
}

footer .footer-contact a:nth-child(1) {
    font-size: 1rem;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}

footer .footer-contact a:nth-child(2) {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
}

footer .copyright {
    float: left;
}

footer .powered-by {
    float: right;
}

footer .powered-by p {
    float: left;
    display: inline-block;
    margin-top: 0;
    margin-right: 5px;
}

footer .powered-by a {
    display: inline-block;
    float: left;
    color: #ff4641;
    text-decoration: none;
}

@media screen and (max-width: 640px) {
    footer {
        padding: 50px 0;
    }
    footer .footer-top img {
        float: left;
    }
    footer .footer-view {
        width: 100%;
    }
    footer .footer-block {
        width: 100%;
        transform: initial;
        top: initial;
        position: relative;
        margin-top: 20px;
        display: inline-block;
    }
    footer .footer-column {
        width: 50%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        border-bottom: 0;
        padding-bottom: 0;
    }
    footer .sub-footer {
        border-top: 0;
        margin-top: 10px;
    }
    footer .footer-contact {
        min-width: 100%;
    }
}

/* FOOTER ENDE */

h4 {
    font-size: 28px;
    line-height: 35px;
    text-transform: none;
    font-family: "Blinker SemiLight";
    color: #212529;
    color: #000;
    font-weight: normal;
}

b {
    font-family: "Blinker Regular";
    font-family: "Blinker SemiBold";
    font-weight: normal;
}

.logo-footer {
    filter: drop-shadow(20px 10px 1px rgba(0, 0, 0, 0));
    -webkit-filter: drop-shadow(20px 10px 1px rgba(0, 0, 0, 0));
}

/* 
START IMPRESSUM
*/

#impressum-content {
    width: 100%;
    background: transparent;
    border: 0px solid #000;
    padding-left: 20px;
    padding-right: 20px;
}

#impressum-content {
    max-width: 75rem;
    height: auto;
    margin: 0 auto;
    padding: 0 1.25rem;
}

strong {
    font-family: "Blinker SemiBold";
    color: #000 !important;
}

.subtitle-h2 {
    font-family: "Blinker Regular";
    text-align: left;
    padding-top: 30px;
}

/* 
END IMPRESSUM 
*/

i {
    font-style: italic;
}