/** SHORTCODES **/

/** AUTHOR **/
.authormeta {
    background-color: #f6f6f6;
    padding: 15px;
    font-size: 85%;
}

/** AKTION **/
.aktionitem {
    position: relative;
    background-color: #fff;
    padding: 60px 45px 60px 30px;
    /*
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)

     */
    transition: transform ease .3s, box-shadow ease .3s;

    box-shadow: 20px 15px 35px rgba(0, 34, 65, .08);
}

.aktionitem:hover {
    box-shadow: 0 0 10px rgba(0, 34, 65, .15)
}
@media(max-width:991px){
.aktionitem .form-row p {margin-bottom: 15px !important}
}
.aktionitem .iconholder {
    padding: 0 5px;
}

@media (min-width: 768px) {
    .aktionitem .iconholder {
        padding: 0 15px;
    }
}

.aktionitem .iconholder i {
    font-size: 3rem;
    color: rgba(0, 34, 65, .3);
}

@media (min-width: 576px) {
    .aktionitem .iconholder i {
        font-size: 6rem;
    }
}

@media (min-width: 768px) {
    .aktionitem .iconholder i {
        font-size: 9rem;
    }
}

@media (min-width: 992px) {
    .aktionitem .iconholder i {
        font-size: 12rem;
    }
}

@media (min-width: 1200px) {
    .aktionitem .iconholder i {
        font-size: 15rem;
    }
}


/** CHILDREN **/
.childitem {
    padding: 30px;
    display: block;
    height: 100%;
    color: #fff !important;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    transition: box-shadow ease .3s;
    border: 1px solid #ddd;
}

.childitem .h2 {
    color: #fff;
}

.childitem .col-12:last-child p {
    margin-bottom: 0
}

.childitem.purple {
    background-color: #ff6f61;
}

.childitem > .row {
    position: relative;
    z-index: 2
}

.childitem:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color ease .3s;
}


.childitem img {
    max-width: 70px
}

.childitem:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}


/** STEPS **/
.slicksteps .slick-list {
    padding: 0 !important
}

.slicksteps.dark .sliderelement,
.slicksteps.dark .sliderelement p,
.slicksteps.dark .sliderelement h1,
.slicksteps.dark .sliderelement h2,
.slicksteps.dark .sliderelement h3,
.slicksteps.dark .sliderelement h4,
.slicksteps.dark .sliderelement h5,
.slicksteps.dark .sliderelement h6 {
    color: #fff !important
}

.slicksteps.numbered .number {
    display: none;
}

@media (min-width: 768px) {

    .slicksteps.numbered .number {
        display: block;
    }
}

.slick-slide .btn img {
    display: inherit
}

.number {
    position: absolute;
    top: 0;
    right: 100%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    border-radius: 50%;
    color: #fff;
    background-color: #002241;
    margin: -25px 0 0 -25px;
    font-weight: bold;
    display: none;
}

.slicksteps.dark .number {
    background-color: #002241;
    color: #fff;
}

.slicksteps h1,
.slicksteps h2,
.slicksteps h3,
.slicksteps h4,
.slicksteps h5,
.slicksteps h6 {
    color: #ff6f61
}

/** CTA **/
.ctaelement {
    padding: 15% 5%;
    display: block;
    height: 100%;
    color: #fff !important;
    position: relative;
}

.ctaelement .h2 {
    color: #fff;
}

.ctaelement .col-12:last-child p {
    margin-bottom: 0
}

.ctaelement, .ctaelement.green {
    background-color: #002241;
}

.ctaelement.purple {
    background-color: #ff6f61;
}

.ctaelement > .row {
    position: relative;
    z-index: 2
}

.ctaelement:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color ease .3s;
}

.ctaelement:hover:after {
    background-color: rgba(0, 0, 0, 0.15)
}

.ctaelement img {
    max-width: 120px
}

/** PArtner **/
.partneritem {
    position: relative;
}

.partneritem img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 70%;
    max-width: 70%;
    height: auto;
    width: auto;
}

.partneritem:after {
    content: '';
    display: block;
    padding-bottom: 56%;
}

/** BUTON SLICK **/
.buttonslick {
    padding: 0 30px;
}

.page-button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.page-button i {
    color: #002241;
}


a.page-button,
a.page-button p {
    color: #454545;
}

a.page-button p.h3 {
    color: #002241;
}


/*
            .page-button:hover i, .page-button:hover h3, .page-button:hover p,
            .page-button.invert i, .page-button.invert h3, .page-button.invert p {
                color: #ff6f61 !important;
            }*/
.page-button:hover i,
.page-button.invert i {
    color: #ff6f61 !important;
}

/** Akkordion **/
.card-header, .card-body, .card {
    border: none;
    background: none;
    box-shadow: none;
}


.card-header {
    padding: 0 0 2px;
    cursor: pointer;
}

.card-toggler:hover {
    background-color: #fafafa;
}

.card-header {
    position: relative;
}

.card-header p:last-child, .card-body p:last-child {
    margin-bottom: 0
}

.card-toggler {
    position: relative;
    padding: 1.25rem;
    border-bottom: 2px solid #f0f0f0;
    padding-right: 45px;
}

.card-toggler h4 {
    margin-bottom: 0;
    color: #333;
}

.card .card-header:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.card-toggler:after {
    opacity: 0;
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    line-height: 1;
    font-size: 25px;
    font-family: "Font Awesome 5 Pro";

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transition: transform ease .4s, opacity ease .4s;
    width: 30px;
    height: 30px;
    border: 2px solid #002241;
    border-radius: 50%;
    transform-origin: center;
    text-align: center;
    border-radius: 50%;
    color: #002241;
}

.card-toggler h4 {
    color: #77757a
}

.card-toggler:hover:after {
    opacity: 1
}

.card-toggler[aria-expanded="true"]:after {
    transform: rotate(90deg);
    opacity: 1
}

.card-toggler[aria-expanded="true"] {
    border-color: #002241
}

.card-toggler[aria-expanded="true"] h4 {
    color: #ff6f61
}

/** COMMENTS**/


#comments ol {
    list-style: none;
}

#comments svg {
    display: none
}

#comments > .comment-list {
    margin: 0;
    padding: 0
}

#comments ol.comment-list > li {
    margin-bottom: 30px;
}

#comments .comment-body {
    background-color: #f6f6f6;
    border: 2px solid #f0f0f0;
    padding: 5px 15px 15px;
    margin-bottom: 5px;
}

#comments time {
    color: rgba(0, 0, 0, .33);
    font-size: 13px;
}

#comments .comment-body:hover {
    background-color: #fff
}

#comments footer {
    background-color: transparent;
    color: #000;
    padding: 0;
    margin: 0;
}

#comments footer .fn {
    color: #000
}

#comments .avatar, #comments .comment-author.vcard img {
    display: none;
}

#comments .reply {
    font-size: 75%
}

#comments #respond {
    padding: 15px 15px 0;
    border: 2px solid #f0f0f0;
    margin-bottom: 15px;
}

#comments p.wpgdprc-checkbox,
#comments p.wpgdprc-checkbox label {
    font-size: 12px
}

#comments #respond textarea {
    line-height: normal
}

.comment-form-comment {
    position: relative;
}

.comment-form-comment label {
    position: absolute;
    left: 9px;
    top: 3px;
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
    color: #333;
}

/** CHAPTERS **/
.chapters, .sidebarposts {
    background-color: #fff;
    padding: 30px;
    box-shadow: 20px 15px 35px rgba(0, 34, 65, .08);
}

.chapters p.h3, .chapters p.h5 {
    color: #ff6f61
}

.sidebarposts p.h3, .sidebarposts p.h5 {
    color: #002241;
    opacity: .3
}

.chapters ul,
.sidebarposts ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 5px;
    margin-left: 1em;
    display: block;
}


.chapters ul li,
.sidebarposts ul li {
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.chapters ul li a,
.chapters ul li a.nav-link,
.sidebarposts ul li a,
.sidebarposts ul li a.nav-link {
    padding: 0;
    color: #454545;
    font-weight: 300;
    font-size: 14px;
}

.chapters ul li a:hover,
.chapters ul li a.nav-link:hover,
.sidebarposts ul li a:hover,
.sidebarposts ul li a.nav-link:hover {
    padding: 0;
    color: #ff6f61;
}

.chapters li.headtype-H2 {
    /*margin-left: 5px;
    font-size: 16px;*/
}

.chapters li.headtype-H3 {
    /*margin-left: 10px;
    font-size: 14px;*/
}

#sidebar .chapters ul li {
    font-size: 16px;
    font-weight: bold
}

.chapters ul li.nav-link {
    padding: 0;
}

.chapters ul li .nav-link.active {
    font-weight: bold;
}

#sidebar .chapters li.headtype-H2 {
}


#sidebar .chapters li.headtype-H3, #sidebar .chapters li.headtype-H4, #sidebar .chapters li.headtype-H5, #sidebar .chapters li.headtype-H6 {
}

.chapters li.headtype-H4 {
    display: none
}

/*
#chapters li.headtype-H2 + li + li + li { padding-left: 45px; font-size: 70%}
#chapters li.headtype-H2 + li + li + li { padding-left: 45px; font-size: 70%}
#chapters li.headtype-H2 + li + li + li + li{ padding-left: 60px; font-size: 60%}
#chapters li.headtype-H2 + li + li + li + li + li { padding-left: 75px; font-size: 50%}*/


.chapters ul li.headtype-H4,
.chapters ul li.headtype-H5,
.chapters ul li.headtype-H6 {
    display: none
}



/** HISTORIE **/
.historie p.h1 {
    font-size: 10rem;
    opacity: .05 !important;
    z-index: -1
}

.timeline {
    padding-top: 60px;
    position: relative;
    z-index: 2;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0px;
    border-left: 2px dashed #002241;
}

.historie .form-row:first-of-type .timeline:before {
    top: 105px;
}

.timelineitem {
    display: block;
    position: relative;
}


.timelineitem.hiro + .timelineitem.hiro {
    margin-top: 30px;
}

.timelineitem.hiro .timelinelement {
    margin-left: 15%;
    padding: 30px 30px 15px;
    background-color: #fff;
    box-shadow: 20px 15px 35px rgba(0, 34, 65, .0);
    position: relative;
    transition: box-shadow ease .3s;
}

.timelineitem.hiro.active .timelinelement {
    box-shadow: 20px 15px 35px rgba(0, 34, 65, .08);
}

.timelineitem.hiro.active .timelinelement:before {
    background-color: #ff6f61;
}

.timelineitem.world .timelinelement {
    margin-left: calc(-16.666667% - 35px);
    padding: 15px 30px;
    position: relative;
    max-width: calc(16.666667% + 35px);
    text-align: right;
    color: #d1d6da;
}

.timelineitem .timelinelement:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #002241;
    position: absolute;
    top: 45px;
    margin-top: -10px;

}

.timelineitem.world .timelinelement:before {

    background-color: #d1d6da;

}

.timelineitem.hiro .timelinelement:before {
    left: calc(-16.66667% - 18px);
}

.timelineitem.world .timelinelement:before {
    left: 100%;
    top: 22px;
    margin-left: -9px;
}

.timelinelement .collapsing {
    transition: height .75s ease !important;
}

.timelineitem.hiro:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 45px;
    margin-top: -1px;
    width: 15%;
    border-bottom: 2px dashed #002241;
}

.historie .sticky-top {
    z-index: -2
}

.historie p.h1 {
    font-size: 10rem;
    opacity: .35 !important;
    z-index: -1
}

.timeline {
    padding-top: 60px;
    position: relative;
    z-index: 2;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0px;
    border-left: 2px dashed #002241;
}

.historie .form-row:first-of-type .timeline:before {
    top: 105px;
}

.timelineitem {
    display: block;
    position: relative;
}


.timelineitem.hiro + .timelineitem.hiro {
    margin-top: 30px;
}

.timelineitem.hiro .timelinelement {
    margin-left: 15%;
    padding: 30px 30px 15px;
    background-color: #fff;
    box-shadow: 20px 15px 35px rgba(0, 34, 65, .0);
    position: relative;
    transition: box-shadow ease .3s;
}

.timelineitem.hiro.active .timelinelement {
    box-shadow: 20px 15px 35px rgba(0, 34, 65, .037);
}

.timelineitem.hiro.active .timelinelement:before {
    background-color: #ff6f61;
}

.timelineitem.world .timelinelement {
    margin-left: calc(-16.666667% - 35px);
    padding: 15px 30px;
    padding-left: 5px;
    position: relative;
    max-width: calc(16.666667% + 35px);
    text-align: right;
    color: #002241;
}

.timelineitem .timelinelement:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #002241;
    position: absolute;
    top: 45px;
    margin-top: -10px;
}

.timelineitem.world .timelinelement:before {
    background-color: #002241 !important;
}

.timelineitem.hiro .timelinelement:before {
    left: calc(-16.66667% - 16px);
}

.timelineitem.world .timelinelement:before {
    left: 100%;
    top: 22px;
    margin-left: -9px;
}


.timelineitem.world .timelinelement p.h4 {
    font-size: 80%;
    color: #002241 !important;
    margin-bottom: 5px !important
}

.timelineitem.world .timelinelement p.h5 {
    font-size: 70%;
    font-weight: 300 !important;
    color: #002241 !important;
    margin-bottom: 0 !important
}

.timelineitem.hiro p.h4 {
    color: #ff6f61;
    font-size: 1.3rem;
}

.timelineitem.hiro p.h5 {
    font-size: 1.9rem;
}

@media (min-width: 992px) {
    .timelineitem.hiro p.h4 {
        color: #ff6f61;
        font-size: 1.6rem;
    }

    .timelineitem.hiro p.h5 {
        font-size: 2.1rem;
    }
}

.timelineitem.hiro:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 45px;
    margin-top: -1px;
    width: 15%;
    border-bottom: 2px dashed #002241;
}

.worlditemholder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -18.666667%;
    width: 18.666667%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    opacity: 0;
    transition: opacity ease .3s;
    margin: 65px 0 15px;
    min-height: 200px;
}

.timelineitem.hiro .worlditemholder .timelinelement {
    box-shadow: none !important;
    max-width: 100%;
    margin-left: 0 !important;
    background-color: transparent !Important
}

.timelineitem.active .worlditemholder {
    opacity: 1
}

/** LISTEN AKKORDION **/


.accordion.listed .card-body {
    padding: 0;
}

.accordion.listed .card {
    overflow: visible
}

.accordionnummer {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: -65px;
    color: #fff;
    font-weight: bold;
    transition: background-color ease .3s, transform ease .3s;
    background-color: #002241;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0)
}

.accordion.listed .card-header {
    background: none;
    border: none;
    box-shadow: none;
    line-height: 50px;
}

.accordion.listed .card-header.collapsed .accordionnummer {
    background-color: #002241
}

.accordion.listed .card-header:hover .accordionnummer {
    transform: scale(1.2);
    background-color: #d1d6da;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.accordion.listed .card-header[aria-expanded="true"] .accordionnummer {
    background-color: #ff6f61;
    transform: scale(1.2) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.accordion.listed .card-header p.h5 {
    margin: 0;
    line-height: initial;
}

.accordion.listed .card {
    position: relative;
    min-height: 50px;
    margin-bottom: 15px;
}

.accordion.listed .card:last-child {

    margin-bottom: 0;
}

.accordion.sequenced .card:before {
    content: '';
    position: absolute;
    left: -41px;
    top: 0;
    bottom: -15px;
    border-left: 3px dotted #999;
}

.accordion.sequenced .card:last-child:before {
    bottom: 5px;
}

.accIcon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    display: none
}

.accordion.listed .accordionnummer .accIcon.iconclose {
    display: block
}

.accordion.listed .card-header[aria-expanded="true"] .accordionnummer .accIcon.iconclose {
    display: none
}

.accordion.listed .card-header[aria-expanded="true"] .accordionnummer .accIcon.iconopen {
    display: block
}

/** ANIAMTIONEN **/
.animitem {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 30px;
}

.animitem svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: none
}

.animnumber {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    padding: 30px;
}
