:root {
    --primary: #e52b36;
    --primary-highlight: #f23843;
    /*--secondary: #333333;*/
    /*--tertiary: #555555;*/
    --text: #333333;
    --white: #ffffff;
    --accent: #4CAF50;
    --accent-hover: #3e8e41;
    --accent-secondary: #2196F3;
    --background: #ffffff;
    --background-grey: #ebebeb;
    --background-grey2: #cacaca;
    /*--shadow: rgba(0, 0, 0, 0.1);*/
}

html {}

body {
    background-repeat: repeat-x;
    margin-top: -4px;
    font-family: 'Source Sans Pro', sans-serif, Arial, serif;
    font-weight: 400;
    font-size: 1.4em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Source Sans Pro', sans-serif, Arial, serif;
    font-weight: 600;
}

a {
    color: var(--primary);
    text-decoration: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: white;
}

article li {
    padding: .5em 0;
}

article a.active,
footer a.active,
ul.subnav a.active,
.navbar-nav > li.active a,
.navbar-nav > li > a:active {
    text-decoration: none;
    background-color: transparent;
    color: var(--primary);
}

.navbar-nav > li a {
    margin-right: 1em;
}

.navbar-nav > li:not(.active) a:hover:after {
    position: fixed;
    padding-left: .3em;
    display: inline-block;
    font-size: .8em;
    font-family: "Font Awesome 6 Free";
    content: '\f054';
    color: var(--primary);
}

.navbar-nav > li.active a {
    padding-bottom: .1em;
    border-bottom: 2px solid var(--primary);
}

footer ul li {
    float: left;
    position: relative;
    display: block;
    margin: 0 .5em;
}

footer a {
    padding: .5em;
}

footer ul li a:first-of-type {
    padding-left: 0;
}

footer a:hover {
    text-decoration: none;
}

footer a:hover:after {
    position: absolute;
    padding-left: .3em;
    display: inline-block;
    font-size: .8em;
    font-family: "Font Awesome 6 Free";
    content: '\f054';
    color: var(--primary);
    top: 3px;
}

/********** text links **********/
article a:not(.btn) {
    font-family: 'Source Sans Pro', sans-serif, Arial, serif;
    font-weight: 600;
    padding: 0;
    /*border-bottom: solid 2px rgba(229, 43, 54, .16);*/
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

article a:not(.btn):hover {
    color: var(--primary-highlight);
    text-decoration: none;
    /*padding-bottom: .2em;*/
    border-bottom: solid 2px rgba(229, 43, 54, 1);;
    opacity: 1;
}

/*article a[href]:not(:where(*/
/*  !* exclude hash only links *!*/
/*  [href^="#"],*/
/*  !* exclude relative but not double slash only links *!*/
/*  [href^="/"]:not([href^="//"]),*/
/*  !* domains to exclude *!*/
/*  [href*="//ebuch.de"],*/
/*  [href*="//ebuch.net"],*/
/*  [href*="//localhost:9490"],*/
/*  [href*="//dev.ebuch.de"],*/
/*  !* exclude phone numbers *!*/
/*  [href*="tel:"]*/
/*)):after {*/
/*    display: inline-block;*/
/*    font-weight: bold;*/
/*    font-family: "Font Awesome 6 Free";*/
/*    content: '\f35d';*/
/*    padding-left: .5em;*/
/*    opacity: 0.3;*/
/*}*/

/*article a[href^="mailto:"]::after {*/
/*    display: inline-block;*/
/*    font-weight: bold;*/
/*    font-family: "Font Awesome 6 Free";*/
/*    content: '\f0e0';*/
/*    padding-left: .5em;*/
/*    opacity: 0.3;*/
/*}*/

article a:hover:after,
article a[href^="mailto:"]:hover:after {
    opacity: 1
}

article a.btn:after {
    content: unset;
}

article i.fa-solid {
    font-size: .8em;
}

article h1 a {
    line-height: 1.5rem;
    font-size: 2.5rem;
}

.news .news-list-view .header h3 a,
.news-img-wrap a,
.news-list-view .teaser-text a.more
{
    padding: unset;
    border: 0;
}

img#logo {
    margin: 10px 0;
    max-height: 54px;
    max-width: 211px;
}

p {
    margin-bottom: 20px;
}

#logo.notauthenticated {
    width: 211px;
}

.rot {
    color: var(--primary);;
}

h1 {
    font-size: 2.0em;
    margin-top: 0;
    color: var(--primary);;
}

h2 {
    font-size: 1.4em;
    margin-top: 15px;
}

h3 {
    font-size: 1.2em;
    margin-top: 10px;
}

p.bodytext {
    margin-bottom: 0px;
}

div.ce-bodytext p:last-child {
    margin-bottom: 0;
}

hr {
    border-color: var(--background-grey2);
}

hr:first-of-type {
    margin-top: 20px;
}

ul.csc-bulletlist {
    margin-top: 10px;
    margin-bottom: 12px;
}

ul.csc-bulletlist li {
    margin-bottom: 4px;
}

@media (min-width: 767px) {
    .col-lg-2, .col-md-2, .col-sm-2 {
        width: 20%;
        float: left;
    }

    .col-lg-10, .col-md-10, .col-sm-10 {
        width: 80%;
    }

}

/********** Layout **********/
.container {
    max-width: 924px;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .container {
        width: unset;
    }
}

.row {
    padding-top: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;

}

.col-lg-8 img,
.col-lg-3 img,
.col-lg-4 img {
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px 2px #D9DADC;

}
img.no-shadow,
.col-lg-8 img.no-shadow,
.col-lg-3 img.no-shadow,
.col-lg-4 img.no-shadow {
    box-shadow: unset;
}

.spacebar.links {
    padding-bottom: 2em;
    border-left: dotted 2px #D9DADC;
}

.spacebar.rechts {
    padding-bottom: 2em;
    border-right: dotted 2px #D9DADC;
}

@media (max-width: 767px) {
    ul.subnav {
        margin-bottom: 30px;
    }
}


/********** Navigation **********/
.navbar {
    background-color: var(--white);
    height: 140px;
    border-top: solid 5px var(--primary);;
    box-shadow: 4px 2px 5px #666666;
}
/*ST 2014-10-23*/
@media (max-width: 767px) {
    .navbar {
        height: auto;
    }
}

.navbaricon {
    display: flex;
}

/* Bugfix der Icongröße für Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .navbaricon {
        width: 20px;
        height: 20px;
    }
}

.navbar-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

ul.nav.navbar-nav {
    display: flex;
}

ul.subnav {
    padding: 0;
    line-height: 1.8;
}

ul.subnav ul {
    margin-bottom: 20px;
}

ul.subnav li {
    list-style-type: none;
    line-height: 1.3;
    border-bottom: 1px solid #DDD;
}

ul.subnav li:hover {
    background-color: #ebebeb;
}

ul.subnav li a,
ul.nav li a {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
}

ul.nav li a {
    font-size: 1.2em;
}

ul.subnav li {
    padding: 5px 5px;
}

ul.subnav li a {
    /*margin-left: 4px;*/
    padding: .5em 0;
    border: 0;
}

ul.subnav li.active {
    border-left: 4px solid var(--primary);;
}

ul.subnav li.active a, ul.subnav li a:hover {
    border-bottom: 0;
}

footer .row.line1 {
    border-top: dotted 1px #4B4A4F;
    border-bottom: dotted 1px #4B4A4F;
    padding: 10px 0;
    margin-bottom: 20px;
}

footer ul {
    padding: 0;
}

footer ul li {
    list-style-type: none;
}

div#login {
    display: inline-block;
    float: right;
    /* width: 250px; */
    width: 200px;
}

div#loginstatusbox {
    text-align: right;
    height: 65px;
    padding: 5px;
    padding-right: 10px;
    background-color: #ebebeb;
    border-radius: 0px 0px 6px 6px;
}

div#loginstatusbox legend {
    font-size: 1.15em;
    border-bottom: 0;
    margin-bottom: 5px;
    color: #555;
}

/*ST 2014-10-23*/
@media (max-width: 767px) {

    div#login.authenticated {
        /* float: left; */
        /* width: 200px; */
        /* position: relative; */
        width: 100%;
        padding: 0 5px 5px 5px;
    }

    div#login.notauthenticated {
        float: left;
        width: 200px;
        position: relative;
        left: 130px;
    }

    img#logo.notauthenticated {
        float: left;
        position: relative;
        left: -190px;
    }
}


div#login a {
    font-size: .95em;
    text-decoration: none;
}

div#login label,
div#login .formrechts {
    min-height: 2.0em;
}

div#login label {
    text-align: left;
    color: var(--primary);;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

div#login label.mitglied a {
    color: var(--primary);;
}

div#login .formrechts {
    text-align: right;
    padding: 0 10px;
    margin-bottom: 1px;
}

div#login .formbutton {
    text-align: right;
    padding: 0 10px;
}

div#login input[type=submit],
div#login button[type=submit] {
    background-color: var(--primary); !important;
    color: var(--white) !important;
    /*font-size: 1.1em;*/
    padding: .1em .6em;
}

button .fas {
    padding-left: .3em;
}

#logintoggle {
    border: solid 1px #D9DADC;
    background-image: linear-gradient(#D9DADC 0%, white 100%);
    border-radius: 2px;
    z-index: 9999;
}

a#logintoggle {
    padding: 1px 10px !important;
    position: relative;
}

div#loginform {
    margin: 0px 0 3px 0;
    background-color: #aaa;
    padding: 2px 10px;
    border-radius: 5px; /* CSS3 */
    border: solid 1px #D9DADC;
    background-image: linear-gradient(#D9DADC 0%, white 100%);
}

div.teasertext p {
    color: #333;
}

.news__list--default {
    margin-top: 25px;
}

.news__item {
    border-bottom: 1px solid #ddd;
}

.news__item:last-of-type {
    border-bottom: 0;
}

.news .article h3 {
    margin-bottom: 7px;
    line-height: 1;
}

.sidebar .news .article h3 span[itemprop="headline"] {
    font-size: 1.6rem;
    color: #333
    /*line-height: .9em;*/
}

.sidebar .news--allnews {
    margin-top: 30px;
    margin-bottom: 10px;
}

.news-single .teaser-text {
    color: #333;
    /*font-weight: 600;*/
}

.teaser-text div[itemprop="description"] {
    padding-bottom: 6px;
}

.teaser-text a.more:hover i.fa-solid.fa-chevron-right {
    padding-left: 6px;
    -webkit-transition: padding-left 300ms ease;
    -moz-transition: padding-left 300ms ease;
    -ms-transition: padding-left 300ms ease;
    -o-transition: padding-left 300ms ease;
    transition: padding-left 300ms ease;
}

.news-list-view .teaser-text {
    font-size: 13px;
    margin-bottom: 11px;
}

.news-list-view .teaser-text p {
    margin-bottom: 0;
    line-height: 1;
}

.news-list-view.frontpage div.article a.more {
    float: right;
}



/*** pagination ***/
.pagination {
    padding: 20px 0 15px;
}

.pagination li.page-item a {
    color: var(--text);
    font-weight: 400;
}
.pagination li.page-item.active a {
    background-color: var(--primary);
    color: var(--white);
}

.pagination li.page-item a:hover {
    background-color: var(--primary-highlight);
    color: var(--white);
}

.pagination li.page-item a:after, .pagination li.page-item a.active:after {
    content: unset;
}


.slidertext {
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.slidertext:hover {
    text-decoration: underline;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
}

a.link-emphasized {
    font-weight: 700;
    font-size: 1.3em;
}

/* Floating Menu */
.floating-menu {
    border-radius: 2px;
    z-index: 1050;
    padding-top: 5px;
    padding-bottom: 5px;
    top: 65px;
    right: 0;
    position: fixed;
    display: inline-block;
    /*top: 27%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    margin-right: 20px;
}

/* customization for eWiki button */
.floating-menu .ewiki-button {
    padding: 0 10px;
}

.main-menu {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.main-menu li a {
    display: block;
    padding: 5px 10px 5px 10px;
    color: #fff;
    border-radius: 10px;
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.main-menu li a:hover {
    /*background: rgba(244, 244, 244, .3); */
    transform: scale(1.05);
}

.menu-bg {
    background-color: var(--primary);;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    box-shadow: 4px 4px 5px 1px rgba(0, 0, 0, 0.4);
}

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s
}

.ripple:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s
}

div.buttoncontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

div.buttonanabel {
    background-image: url('../Images/ebuch-button-anabel-belami.svg');
}

div.buttonevorschauplus {
    background-image: url('../Images/ebuch-button-evorschau-plus.svg');
}

div.quimus {
    background-image: url('../Images/ebuch-button-quimus.svg');
}

div.leistungskatalog {
    background-image: url('../Images/ebuch-button-leistungskatalog.svg');
}

/* Bildergalerie */
.ce-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ce-row:not(.singleimage) {
    /*    width: 130px;
        height: 180px; */
    overflow: hidden;
}

.ce-gallery .ce-row:not(.singleimage) figure {
    /* display: table; */
    display: block;
    width: 130px;
    /* height: 130px; */
    overflow: hidden;
}

.ce-gallery figure.image a {
    padding: 0;
}

.do-not-crop-img {
    width: unset !important;
}

.singleimage-teaser {
    height: unset !important;
}

/* Korrektur für Leistungskatalog */
.ce-textpic.ce-left.ce-intext .ce-row {
    height: 85px;
}

.ce-textpic.ce-center .ce-gallery div.ce-outer {
    right: unset;
    float: unset;
}

figure.image a::after {
    content: unset;
}

/* Layoutfix für Galerien (Bsp. schönerlesen) mit data.layout = 1 */
figure.gridgallery {
    display: unset !important;
}

table tfoot > tr > td {
    font-size: 0.8em;
}


/********** Custom buttons **********/
.txt--center {
    text-align: center;
}

/* call to action button (content element) */
.btn__cta--primary {
    margin: 1em auto;
    font-size: 1.1em;
    background-color: hsl(356, 72%, 57%);
    color: #FFF;
    padding: 0.3em 2.3em;
}
/* cta: download button e.g. spiegellist */
.btn__cta--smallprimary {
    margin: 0.5em auto 1.5em;
    padding: 1px 8px;
    /*font-size: 1.1em;*/
    background-color: hsl(356, 72%, 57%);
    color: #FFF;
    position: relative;
    top: 5px;
}

.btn__cta--primary:hover, .btn__cta--primary:focus,
.btn__cta--smallprimary:hover, .btn__cta--smallprimary:focus {
    background-color: hsl(356, 75%, 61%);
    color: #FFF;
}

.btn__cta--primary:after,
.btn__cta--smallprimary:after {
    content: unset;
}

.btn__cta--primary:hover:after,
.btn__cta--smallprimary:hover:after {
    content: unset;
}

/********** Downoad element (ce uploads) **********/

.report-list {
    margin-bottom: 2rem;
}

.report-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: var(--primary);
}

.report-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.report-item:hover {
    background-color: rgba(0, 0, 0, 0.03);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.report-item-image {
}

.report-item-info {
    display: flex;
    flex-direction: column;
}

.report-item-name {
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 1.3em;
}

.report-item-meta {
    font-size: 1.2rem;
    color: var(--tertiary);
    display: flex;
    align-items: center;
}

.meta-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--tertiary);
    margin: 0 6px;
}

.download-button {
    position: relative;
    background-color: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 6px;
    padding: 0.6rem 1.2rem;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
    min-width: 120px;
    outline: none;
}

.download-button:hover,
.download-button:active,
.download-button:focus {
    background-color: var(--primary-highlight);
    color: var(--white);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.download-button:active {
    transform: translateY(1px);
    box-shadow: none;
}

.download-icon {
    margin-right: 8px;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.download-button:hover .download-icon {
    transform: translateY(2px);
}

.download-text {
    position: relative;
    z-index: 2;
}

/********** Custom styles template 1-col-100pct **********/
.width--100pct {
    width: 100%;
}

.article--font-size {
    font-size: 1.15em;
}

/********** Custom styles: Spiegel lists **********/
.container__spiegellist strong {
    word-wrap: break-word;
}

/********** Read more **********/
.readmore {
    position: relative;
    width: 100%;
    max-height: 60px;
    overflow: hidden;
    padding: 10px 0;
    transition:max-height 0.25s ease-out;
}

.frame-type-textpic .readmore {
    padding-bottom: 60px;
    margin-bottom: 30px;
}

.readmore.expand {
    max-height: 5000px !important;
    transition:max-height 0.35s ease-in-out;
}

.readmore-link {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #666666;
    font-weight: bold;
    font-size: 16px;
    padding-top: 40px;
    background-image: linear-gradient(to bottom, transparent, white);
    cursor: pointer;
}

.readmore-link.expand {
    background-image: unset;
}

.readmore-link:after {
    color: #999999;
    font-family: "Font Awesome 6 Free";
    content:"\f078";
}
.readmore-link.expand:after{
    /*left: 50%;*/
    bottom: 0;
    position: absolute;
    content:"\f077";
    font-family: "Font Awesome 6 Free";
    color: #999999;
}

/********** Media list (z. B. Spiegellisten) **********/
.medialist__size--1 .col-md-4 {
    min-height: 476px;
}

.medialist__size--1 .col-md-4 p {
    margin-bottom: 0;
}

.video-container video.img-responsive {
    margin: 0 auto;
    max-height: 350px;
    padding-bottom: 10px;
}

/********** Vcard (neues Plugin) **********/
.vcard {
    clear: left;
    float: right;
}

.vcard .row {
    min-height: 204px;
}

.vcard:last-of-type {
    margin-bottom: 2em;
    float: left;
}

.vcard .fa-ul {
    margin-top: .5em;
    margin-left: 1.5em;
}

.vcard ul li {
    padding: .2em 0;
}

.vcard__list {
    margin: 0 0 1em;
    padding: 0;
    list-style-type: none;
}
.vcard__list li.name {
    padding-bottom: 0.4em;
    font-size: 1.2em;
}
.vcard__list i {
    color: #666;
}
.vcard--name {
    padding-bottom: .3em;
    font-size: 1.1em;
    font-weight: bold;
}

/********** Teaser (contentelement textpic) **********/
.teaser__container--grey {
    padding-bottom: 1.2em;
    background-color: #ededed;
}
.teaser__container--grey h3 {
    margin: 0;
    font-size: 1.4em;
}
.teaser__container--grey p {
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 1.3em;
}
.teaser__container--grey p.subtitle {
    margin-top: 0;
}

/********** Teaser (multicolumn) **********/
.multicolumnteaser__elment h3 {
    margin-bottom: 0;
    line-height: 1.3em;
}
.multicolumnteaser__elment .subtext {
    font-size: 0.9em;
    line-height: 0.9em;
}
.teaser__link {
    font-weight: 600;
    font-size: 0.9em;
    font-style: italic;
}

/********** Navigation **********/
.breadcrumb {
    background-color: transparent;
    padding-left: 0;
}

.breadcrumb > li a {
    border-bottom: unset;
}

.breadcrumb > li a:hover {
    border-bottom: 0;
}

.breadcrumb > li + li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    padding: 0 5px;
    color: #ccc;
    content: "\f054";
}

ul.navigation__maincontent {
    list-style-type: none;
    padding-left: 0;
}

ul.navigation__maincontent li {
    padding: .8em 0;
    border-bottom: 1px solid var(--background-grey2);
}

ul.navigation__maincontent li:last-of-type {
    border-bottom: 0;
}

ul.navigation__maincontent li a {
    padding-left: .7em;
    font-size: 1.3em;
    border-bottom: 0;
}

ul.navigation__maincontent li a:hover {
    border: 0;
}

ul.navigation__maincontent li a:after {
    font-family: "Font Awesome 6 Free";
    font-size: .8em;
    content: "\f054";
    color: var(--primary);
}

ul.navigation__maincontent li:hover a:after {
    margin-left: 1em;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/********** Global Layout **********/
.align--left,.align--default {
    display: block;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}
.align--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.align--right {
    display: block;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.no__border {
    border: 0 !important;
}

.textcolumns--2 {
    column-count: 2;
}

.textcolumns--3 {
    column-count: 3;
}

.textcolumns--4 {
    column-count: 4;
}


.item {
    position: absolute;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

a.img-zoom {
    color: transparent !important;
}
a.img-zoom:after, .container__media a:hover:after, .container__media a:after, ul.subnav li a.active:after {
    content: unset;
}
img.img--colored-background {
    background-color: var(--background-grey);
}

.youtubevideo {
    margin: 0 auto;
    width: 80%;
}


/********** Scroll to top - Button **********/
#scrollToTop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
}

#scrollToTop:hover {
    background-color: #555;
}

#scrollToTop .fas {
    padding-right: .3em;
}

/********** Akkordeon **********/
.accordion {
    margin-top: .5em;
    background-color: #eee;
    color: #333;
    cursor: pointer;
    padding: .3em .5em 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1em;
    transition: 0.4s;
}
.accordion:first-of-type {
    margin-top: 0;
}

.accordion .active, .accordion:hover {
    background-color: #ddd;
}

.accordion:after {
    content: '\002B';
    color: #666;
    font-weight: bold;
    font-size: 1.3em;
    float: right;
    margin-left: 5px;
}

.accordion .active:after {
    content: "\2212";
}

.accordion__panel {
    padding: 0 1em;
    background-color: #fefefe;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.accordion__panel p {
    padding-bottom: .5em;
}

.accordion__panel p:first-of-type {
    padding-top: 1em;
}

.accordion__panel img {
    float: right;
    margin-top: 19px;
    margin-bottom: 5px;
    margin-left: 5px;
}