.numberAnimation {
    text-align: center;
    padding: 1em 0.5em;
}

.numberAnimation .count-item {
    font-weight: 600;
    font-size: 4.5vw;
    line-height: 1;
    margin-bottom: 0.1em;
}

.numberAnimation p {
    margin-bottom: 0;
}

.animatedCounters .numberAnimation {
    border-bottom: 2px solid var(--primary);
}


.animatedHeader b,
.animatedHeader strong {
    font-weight: 700;
}

.animatedHeader p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    line-height: 1;
    text-transform: uppercase;
}

p[style="margin-left:40px;"] {
    margin-left: 1.15em !important;
}

p[style="margin-left:80px;"] {
    margin-left: 2.3em !important;
}

p[style="margin-left:120px;"] {
    margin-left: 3.45em !important;
}

p[style="margin-left:160px;"] {
    margin-left: 4.6em !important;
}

p[style="margin-left:200px;"] {
    margin-left: 5.75em !important;
}




.slick-dots {
    margin:0 auto;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    column-gap: 0.6em;
    list-style: none;
    justify-content: center;
}

.slick-dots li button {
    display: block;
    width: 0.8em;
    height: 0.8em;
    padding: 0;
    border: none;
    background-color: var(--lightblue);
    border-radius: 50%;
    text-indent: -9999px;
}
img.slick-slide {
    height: auto;
}

.slick-dots li.slick-active button {
    background-color: var(--midblue);
}


.videoElement video {
    width: 100%;
}

.mediaContainer {
    position: relative;
}

.mediaContainer:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;

}


.ratio2391 .mediaContainer:before {
    padding-top: 41.84%;
}

.video-embed {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
}



.mediaContainer iframe,
.mediaContainer .preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;

}


.mediaContainer .preview .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    /* width: 10vw; */
    /* height: 10vw; */
    /* border-radius: 100%; */
    cursor: pointer;
}

.mediaContainer .preview.hidden {
    opacity: 0;
    visibility: hidden;
}

.mediaContainer .preview .play {
    /* box-shadow: 0 0 0 rgba(0,0,0, 0.4); */
    /* animation: pulseShadow 2s infinite; */
}

.mediaContainer .preview .play i {
    font-size: 8vw;
    color: #fff;
}

.mediaContainer .preview .play .circle {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0.15em;
}

.infobox {
    position: relative;
    display: inline-block;
    padding: 2em 1em 20% 1em;
    overflow: hidden;
    border-radius: 0.75em;
    color: var(--white);
}
.frame-type-infobox {
    position:relative;
}
.frame-type-infobox:after {
    position:absolute;
    top:0;
    left:0;
    font-size:1.5em;
    font-family: var(--serifFont);
    content:"i";
    font-style: italic;
    color:var(--yellow);
    border:1px solid var(--yellow);
    border-radius:50%;
    width:1.2em;
    height:1.2em;
    line-height:1;
    background-color: var(--white);
    display:flex;
    justify-content: center;
    align-items: center;
    transform: translate(-10%,-20%);
}

.infobox > p:last-child{
    margin-bottom:0;
}

.infobox:before {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 100%;
  background: var(--yellow);
  
  -webkit-transform-origin: 0 bottom;
  -ms-transform-origin: 0 bottom;
  transform-origin: 0 bottom;
  -webkit-transform: skewY(-8deg);
  -ms-transform: skewY(-8deg);
  transform: skewY(-8deg);
  z-index: -1;
  border-radius: 0.75em;
}


.mediaContainer figure.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mediaContainer figure.video .video-embed {
    width: 100%;
    height: 100%;
}

.mediaContainer figure.video .video-embed .cookie-consent-replacement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.consent-nav {
    margin-top: 1.5em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 1em;
}




body .cookie-consent-container .label.partially-checked .checkmark {
    background-color: rgba(var(--magentaRGB), 0.4);
}

.cookie-consent-replacement {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.consent-nav {
    font-size: 0.8em;
}


body .cookie-consent-container {
    /* background-color: rgba(255, 255, 255, 0.8); */
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}
.cookie-consent-container .contenttable {
    width:100%;
}

.cookie-consent-container .contenttable td{
    hyphens: auto;
    /* word-break: break-all; */
}

body .cookie-consent-container .consent-modal,
body .cookie-consent-container .consent-modal.open {
    width: min(100%, 800px);
}

.sansFont {
    font-family: var(--sansFont);
}

body .cookie-consent-container .consent-modal {
    background-color: var(--white);
    color: var(--primary);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
    border-radius: 0;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-family: var(--sansFont);
    width: min(100%, 800px);
}
body .cookie-consent-container .consent-modal .options {
    grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 500px) {
    body .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-title {
        width: 20%;
    }
    body .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-value {
        width: 79%;
    }
}

body .cookie-consent-container .consent-modal .footer-links {
    margin-top: auto;
}

body .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option .label,
body .cookie-consent-container .consent-modal .cookie-headline {
    color: inherit;
}

body .cookie-consent-container .buttons .btn--primary {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    margin-bottom: 0;
    color: var(--white);
}

body .cookie-consent-container .buttons .btn--primary:hover {
    /* background-color: rgba(var(--secondary), 0); */
    background-color: transparent;
    border: 1px solid var(--secondary);
    color:var(--secondary);
}

body .cookie-consent-container .buttons .btn--secondary {
    /* border: 1px solid var(--secondary); */
    /* border: none; */
    /* color: inherit; */
    /* margin-bottom: 0; */
    /* font-size: 0.8em; */ 
    /* opacity: 0.99; */

    color: var(--white);
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    margin-bottom: 0;
}

body .cookie-consent-container .buttons .btn--secondary:hover {
    /* background-color: rgba(var(--secondary), 0); */
    background-color: transparent;
    border: 1px solid var(--secondary);
    color:var(--secondary);
}


body .cookie-consent-container .label {
    color: inherit;

}

body .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option:hover,
body .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option:hover~.option-detail,
body .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option,
body .cookie-consent-container .consent-modal .option-wrapper {
    background: transparent;
}

body .cookie-consent-container .label .checkmark,
body .cookie-consent-container .consent-modal .option-wrapper .label .checkmark,
body .cookie-consent-container .consent-modal .option-wrapper .label input:checked~.checkmark,
body .cookie-consent-container .label input:checked~.checkmark {
    background-color: transparent;
}

body .cookie-consent-container a.show-details:hover:after,
body .cookie-consent-container a:visited.show-details:hover:after,
body .cookie-consent-container a:active.show-details:hover:after,
body .cookie-consent-container a:focus.show-details:hover:after,
body .cookie-consent-container a:focus:active.show-details:hover:after {
    border-color: #fff transparent transparent transparent;
}

body .cookie-consent-container a:hover,
body .cookie-consent-container a:visited:hover,
body .cookie-consent-container a:active:hover,
body .cookie-consent-container a:focus:hover,
body .cookie-consent-container a:focus:active:hover {
    color: var(--text);
}

body .cookie-consent-container .buttons .btn--secondary.deny {
    margin-bottom: 0;
}

body .cookie-consent-container .buttons .btn {
    width: auto;
    border-radius: 9999em;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

body .cookie-consent-container .label .checkmark::after {
    border-color:var(--secondary);
}

body .cookie-consent-container .label:hover .checkmark {
    background-color: transparent;
}

body .cookie-consent-container .label input:focus~.checkmark {
    outline-offset: 0;
    outline: 1px solid var(--secondary); 
}


body .cookie-consent-container .buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.singlepic{
    height:100%;
}
.caption {
    font-style: italic;  
    text-align: center;  
}

.singlepic .slide {
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}

.singlepic .slide img,
.slideshow .slide img{
    margin:auto;
}


.slideshow .slide .slide-video {
    position: relative;
}

.slideshow .slide .slide-video video {
    width: 100%;
    height: auto;
}

.slideshow .slide .slide-image {
    overflow: hidden;
}

.slideshow .slide .slide-video .videocontainer {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.slideshow .slide .slide-video .videocontainer>* {
    grid-area: 1 / 1 / 2 / 2;
}

.slideshow .slide .slide-video .videocontainer .preview {
    z-index: 2;
    position: relative;
}

.slideshow .slide .slide-video .videocontainer .preview img {
    height: auto;
}

.slideshow .slide .slide-video .videocontainer .preview .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.slideshow .slide .slide-video .videocontainer .preview .play i {
    font-size: 10vw;
    color: rgba(0, 0, 0, 0.6);
}

.slide .aspectRatioSizer>div {
    position: relative;
}

.slide .aspectRatioSizer>div img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.infoVisual header h2,
.infoVisual header h3 {
    margin-bottom: 0;
}

.infoVisual .bodyCol {
    color: var(--brown);
    font-weight: 500;
}

.infoVisual h3>p {
    font-size: 0.8em;
}

.infoVisual header+.buttons {
    margin-top: 2.5em;
}

.infoVisual .visual .visualBackground {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    isolation: isolate;
}

.buttons-button {
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    padding: 1em 1.75em;
    font-weight: 500;
    font-size: 0.9em;
    transition: all 350ms ease-out;
    display: inline-block;
}

.buttons-button.inverted {
    background-color: var(--black);
    color: var(--white);
}

.buttons-button.inverted:hover {
    color: var(--black);
    background-color: transparent;
}
.buttons-button.rose-button {
    border-color:var(--rose);
    background-color: var(--rose);
    color: var(--midgrey);
}

.buttons-button.rose-button:hover {
    color: var(--rose);
    background-color: var(--midgrey);
}

.buttons-button.back-button:hover {
    background-color: var(--black);
    color: var(--white);
}

.buttons-button.back-button {
    color: var(--black);
    background-color: transparent;
}

.buttons-button.submit-button {
    border-color:var(--secondary);
    background-color: var(--secondary);
    color: var(--white);
}

.buttons-button.submit-button:hover {
    color: var(--secondary);
    background-color: transparent;
}

.buttons-button.white-button {
    border-color:transparent;
    background-color: var(--white);
    color: var(--text);
}
.buttons-button.white-button:hover {
    border-color:transparent;
    color: var(--white);
    background-color: var(--text);
}




body>.scroll-call-wrapper {
    position: fixed;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
    transition: all 450ms ease-out;
}

body.scrolled>.scroll-call-wrapper {
    opacity: 0;
}


.scroll-call-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.scroll-call-wrapper .scroll-call {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    transform: translateY(-50%);
    font-size: 1.2em;
}

.scroll-call-wrapper .scroll-call i {

    -webkit-animation: fade_move_down 1s ease-in-out infinite;
    -moz-animation: fade_move_down 1s ease-in-out infinite;
    animation: fade_move_down 1s ease-in-out infinite;
}

@-webkit-keyframes fade_move_down {
    0% {
        -webkit-transform: translate(0, -2px) rotate(90deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 2px) rotate(90deg);
        opacity: 0;
    }
}

@-moz-keyframes fade_move_down {
    0% {
        -moz-transform: translate(0, -2px) rotate(90deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: translate(0, 2px) rotate(90deg);
        opacity: 0;
    }
}

@keyframes fade_move_down {
    0% {
        transform: translate(0, -2px) rotate(90deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 2px) rotate(90deg);
        opacity: 0;
    }
}



.frame-type-pageTeasers .teaser {
    display: flex;
    flex-direction: column;
    row-gap: 3px;
    font-family: var(--sansFont);
}

.frame-type-pageTeasers .teaserText {
    padding: 1.5em 1em;
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.frame-type-pageTeasers .teaserTextBg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);

}

.frame-type-pageTeasers .teaserText h4 {
    font-size: 1em;
    margin-bottom: 1em;
    font-family: var(--sansFont);
    font-weight: 700;
}

.frame-type-pageTeasers .teaserDescription {
    margin-bottom: 2em;
}

.frame-type-pageTeasers .teaserButtons {
    /* margin-bottom: 2em; */
    margin-top: auto;
}

.buttons-button {
    font-family: var(--sansFont);
}

.heroText {
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.heroText .buttons {
    margin-top: 3em;
}

.frame-type-imageTextSplit .imageBadge {
    max-width: 90px;
    height: auto;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

.frame-type-imageTextSplit .imageCol {
    background-position: center;
    background-size: cover;
}

.frame-type-imageTextSplit .textCol {
    background-color: var(--greige);
    padding: 2.5em 2em;
}

.frame-type-imageTextSplit .textButtons {
    display: flex;
    flex-direction: row;
    column-gap: 1.5em;
    margin-top: 3em;
}

.frame-type-imageTextSplit .textButtons a {
    display: inline-block;
}

.frame-type-tutorials .topline {
    color: var(--yellow);
}

.frame-type-tutorials .tutorialsPrologue {
    height: 100%;
}

.frame-type-tutorials>.row>div {
    padding: 0.25em !important;
}

.frame-type-tutorials .tutorialsFigure {
    position: relative;
    z-index: 3;
}

.frame-type-tutorials .tutorialsFigure img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 0;
    transform: scale(1.25) translate(12.5%, -7.75%);
}

.tutorialTileContent {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: px;
    grid-row-gap: 0px;
}

.tutorialTileContent>* {
    grid-area: 1 / 1 / 2 / 2;
}



.tutorialLink {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--sansFont);
}

.tutorialLink a {
    background-color: #fff;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 0.2em;
    transition: all 350ms ease-out;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.tutorialLink a:after {
    font-family: 'custom' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e99a";
    padding-left: 0.75em;
    transition: all 350ms ease-out;
}

.tutorialLink a:hover:after {
    transform: scale(1.2);
}

.tutorialLink a p {
    margin: 0;
}

.tutorialPreview {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.tutorialPreview:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.25);
    transition: all 350ms ease-out;
}

.tutorialTileContent:hover .tutorialPreview:before {
    background-color: rgba(0, 0, 0, 0.45);
}

.tutorialTileContent:hover .tutorialLink a {
    transform: scale(1.2);
}

.frame-type-tutorials .buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    row-gap: 1.5em;
}

.frame-type-imageTextSplit>.row {
    min-height: 600px;
}

.frame-type-imageTextSplit .galleryCol {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2px;
    grid-row-gap: 2px;
}

.galleryCol>div:nth-child(1) {
    grid-area: 1 / 1 / 2 / 8;
}

.galleryCol>div:nth-child(2) {
    grid-area: 1 / 8 / 2 / 13;
}

.galleryCol>div:nth-child(3) {
    grid-area: 2 / 1 / 3 / 13;
}

.galleryCol>div.galleryImage-0 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.galleryCol>div.galleryImage-0 img {
    transform: translate(50%, 50%);
}

.galleryCol>div {
    background-position: center;
    background-size: cover;
}

.frame-type-imageTextSplit .contentCol {
    padding: 3em;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebf3df+0,ebf3df+100&1+0,0+100 */
    background: linear-gradient(45deg, rgba(235, 243, 223, 1) 0%, rgba(235, 243, 223, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.frame-type-tibia .tibiaTeaser-left,
.frame-type-tibia .tibiaTeaser-right {
    padding: 0;
}

.frame-type-tibia .tibiaTeaser-left img,
.frame-type-tibia .tibiaTeaser-right img {
    width: 100%;
}

.tibiaTeaser-left .colContent {
    padding: 1em 2em 2em 0;
}

.tibiaTeaser-right .colContent {
    padding: 1em 0em 4em 2em;
}

.tibiaTeaser-right .colContent h2 {
    font-size: 7em;
}

.tibiaTeaser-right .colContent h3 {
    font-size: 2.33em;
}

.tibiaButtons {
    display: flex;
    flex-direction: row;
}


.frame-type-seminars .row {
    row-gap: 1em;
}

.frame-type-seminars .buttons {
    display: flex;
    flex-direction: row;
}

.frame-type-seminars .seminarsCover {
    padding: 1vw 0;
}

.frame-type-seminars .seminarsCover img {
    width: 100%;
    height: auto;
    /* transform: scale(1.2); */
}

.frame-type-recorders .seriesHead,
.frame-type-recorders .seriesDescription {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.frame-type-recorders .seriesDescription+.filter {
    margin-top: 4em;
}

.recorders {
    margin-top: 6em;
}

.filter+.recorders {
    margin-top: 4em;
}

.recorder {
    margin: 0;
    font-family: var(--sansFont);
}

.recorderClosure {
    padding-top:1.5em;
    border-top: 1px solid var(--midgrey);
    margin-bottom:3em;
}

.recorders>.recorder {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid var(--midgrey);
}

.recorder>div {
    padding: 0;
}

.recorderPicture {
    width:100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: var(--greige);


}

.recorderPicture img{
    height:100%;
    object-fit: contain;    
    aspect-ratio: 1 / 1;
}
.recorderPicture .recorderSlideshow{
    width:100%;
}

.recorderImage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    background-color: var(--greige);
}

.recorderImage img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.recorderTitle>* {
    font-family: var(--sansFont);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--lightblue);
    margin-bottom: 0.75em;
}

.recorderContent {
    padding: 1em 3em;
}

.recorderDetails {
    display: grid;
    column-gap: 1.25em;
    row-gap: 0.5em;
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: min-content auto;
}

.recorderDetailsLabel {
    font-weight: bold;
}

.recorderLink {
    margin-top: 2em;
}

.recorderLink .buttons-button {
    display: inline-block;
    color: var(--brown);
    background-color: var(--white);
    border: 1px solid var(--brown);
}

.recorderLink .buttons-button:hover {
    background-color: var(--brown);
    color: var(--white);
}

.pageBanner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.pageBanner>div {
    grid-area: 1 / 1 / 2 / 2;
}

.bannerContent {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 3em 0 5em 0;
}

.categoryIntro {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


.frame-type-tibia ,
.frame-type-sheets ,
.frame-type-recorders {
    position: relative;
}

.frame-type-sheets .filter ,
.frame-type-tibia .filter ,
.frame-type-recorders .filter {
    position: sticky;
    top: 0;
    background-color: var(--white);
    margin: 0 0 0 0;
    padding: 2em 0;
    z-index: 99;
}



.rootlineNav {
    font-size: 0.8em;
    color: var(--midgrey);
    margin: 1em 0;
    font-family: var(--sansFont);
}

.rootlineNav ol {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding-left:0;
}

.crumbDelimiter {
    display: inline-block;
    padding: 0 0.5em;
}

.seriesOverview+.filter {
    margin-top: 4.5em;
}

.filter+.seriesGrid {
    margin-top: 4em;
}

.seriesGrid {
    flex-wrap: wrap;
    font-family: var(--sansFont);
}


.seriesGrid>div {
    padding: 1em 0.5em;
}

.seriesGrid .additionalPage,
.seriesGrid .recorderSeries {
    height: 100%;
}

.pageContent,
.seriesContent {
    padding: 1em;
}

.seriesPrefix {
    font-size: 1.8em;
}


.seriesContent h4 {
    font-family: inherit;
    text-transform: uppercase;
    color: var(--lightblue);
    font-weight: 700;
    font-size: 2em;
}

.pageContent h2,
.pageContent h3,
.pageContent h4 {
    font-family: inherit;
    font-size: 2em;
}


.seriesGrid>div:nth-child(odd)>.recorderSeries {
    background: var(--oddBg) linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.seriesGrid>div:nth-child(even)>.recorderSeries {
    background: var(--evenBg) linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
}




.seriesGrid .additionalPage {
    background: var(--additionalBg) linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.pageLink .buttons-button,
.seriesLink .buttons-button {
    border-width: 0;
    border-color: transparent;
    background-color: var(--white);
}

.pageLink .buttons-button:hover,
.seriesLink .buttons-button:hover {
    border-width: 0;
    border-color: transparent;
    background-color: var(--black);
    color: var(--white);
}

.pageImage img,
.seriesImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recorderDescription {
    margin-top: 1.5em;
}

.recorderTools {
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    column-gap: 2em;
    align-items: center;
    margin-bottom: 1em;
}

.recorderTools button {
    border: none;
    background: transparent;
    font-weight: 300;
}

.dropup .dropdown-toggle::after,
.recorderTools button.dropdown-toggle::after {
    display:none;
}

.recorderTools+.collapse {}

@media only screen and (min-width: 768px) {
    .recorderContent .shariff .orientation-horizontal.button-style-standard li {
        min-width: unset;
        max-width: unset;
    }
}

@media only screen and (min-width: 360px) {
    .recorderContent .shariff .orientation-horizontal.button-style-standard li {
        flex-grow: 0;
    }
}

.recorderContent .shariff .shariff-button a:hover,
.recorderContent .shariff .shariff-button a {
    background: transparent;
    color: var(--midgrey);
}


.recorderContent .shariff .shariff-button a .fas,
.recorderContent .shariff .shariff-button a .fab {
    font-family: 'custom' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5em;
}

.shariff .orientation-horizontal {
    column-gap: 0.5em;
}

.recorderContent .shariff .shariff-button a .fa-xing:before {
    content: "\ead4";
}

.recorderContent .shariff .shariff-button a .fa-whatsapp:before {
    content: "\ea94";
}

.recorderContent .shariff .shariff-button a .fa-envelope:before {
    content: "\e928";
}



.recorderTool {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    column-gap: 0.35em;
    font-size: 1.125em;
}

.recorderTools i {
    font-size: 1.25em;
}

.recorderAdditionalContents {
    margin:0 0 2em 0;
}

.buttons-button.shopButton {
    color: var(--midgrey);
    background-color: var(--rose);
    border-width: 0;
    border-color: transparent;
}

.buttons-button.shopButton:hover {
    background-color: var(--midgrey);
    color: var(--rose);
}

.recorderAccordion {
    margin-top: 2em;
    margin-bottom: 5em;

}

.recorderAccordion .accordion-body {
    width: 60%;
    padding:1.5em 1.25rem 3em 1.25rem;
}
.recorderAccordion .accordion-body h1,
.recorderAccordion .accordion-body h2,
.recorderAccordion .accordion-body h3,
.recorderAccordion .accordion-body h4,
.recorderAccordion .accordion-body h5,
.recorderAccordion .accordion-body h6{
    font-family: var(--sansFont);
    font-weight: 700;
}

.material-hardness {
    margin:3em 0;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    width:100%;
    align-items: center;
}

.material-hardness h4{
    margin:0;
    color:var(--brown);
}

.hardness {
    display:flex;
    flex-direction: row;
    margin:0em 0;
    column-gap:1.05em;
    width:50%;
    max-width:800px;
    min-width:400px;
    height:2.5em;
    border-radius:1.25em;
    border:1px solid var(--brown);
    background: linear-gradient(to right,  rgba(255,255,255,0.7) 0%,rgba(138,107,75,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hardness:after,
.hardness:before {
    content: "\e9ab";
    color:var(--brown);
    display:flex;
    justify-content: center;
    align-items: center;
    width: calc(1.6666em - 2px);
    height: calc(1.6666em - 2px);
    border-radius:50%;
    background-color: #fff;
    font-family: 'custom' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:1.5em;
}
.hardness:after{
    content: "\e9aa";
    /* position:absolute;
    right:0;
    top:0; */
}
.hardness .bar{
    position:relative;
    flex-grow:1;

}
.hardness .handle{
    position:absolute;
    top:0.1em;
    width: 2.1em;
    height: 2.1em;
    border-radius:50%;
    background-color: #fff;
    box-shadow:2px 2px 2px rgba(0,0,0,0.2);
    transform: translateX(-50%);
    transition: all 250ms ease-in-out;
}

.hardness .handle:hover{
    background-color: var(--lightgrey);
}


.loading {
    position:fixed;
    z-index:-1;
    opacity:0;
    transform: scale(0);
    transition: all 350ms ease-in-out;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}

.loading .spinner-grow{
    width:4em;
    height:4em;
    color:var(--secondary);
}

.loading.active {
    transform: scale(1);
    opacity:1;
    z-index:999;
    background-color:rgba(255,255,255,0.5);
}



.filter-options {
    font-family: var(--sansFont);
    column-gap: 1em;
}

.filter-options + .filter-settings {
    margin-top:2em;
    padding-bottom:2em;
    border-bottom:1px solid var(--midgrey);
    margin-bottom:3em;
    margin-bottom:0;
}


.filter-options>.col {
    flex-shrink: 1;
    flex-basis: 16.6666%;
    max-width: 16.6666%;
}
.filter-options>.col > .filterDropdown,
.filter-options>.col > .filterDropdown button,
.filter-options>.col > .filterInput,
.filter-options>.col > .filterInput label,
.filter-options>.col > .filterInput input,
.filter-options>.col > button{
    height:100%;
}

.filter-options>.col > button,
.filter-options>.col > .filterDropdown,
.filter-options>.col > .filterInput {

}

.filter-options>.col > .filterInput input {

    padding-right:2em;
}

.filter-options>.col > .filterInput input:focus,
.filter-options>.col > .filterInput input:active {
    outline:0;
}

.filter-options>.col > .filterInput label{
    display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.filter-options>.col > .filterInput label > *{
    grid-area: 1 / 1 / 2 / 2;
}
.filter-options>.col > .filterInput label > i{
    justify-self: end;
    align-self: center;
    color:var(--midgrey);
    font-size:1.5em;
    margin-right:0.25em;
}


.filter-options .col:last-child {
    flex-basis:auto;
    margin-left:auto;
    flex-grow:0;
}


.tibiasFilter .filter-options {
    justify-content: center;
}

.tibiasFilter .filter-options .col:last-child {
    margin-left:unset;
}


.sheet-search,
.tibia-search,
.filter-options .dropdown-toggle,
.filter-options .resetSheetsFilter,
.filter-options .resetTibiasFilter,
.filter-options .resetRecordersFilter {
    white-space: nowrap;
    padding: 0.45em 1em;
    background-color: var(--white);
    font-weight: 600;
    width: 100%;
    color:var(--midgrey);
    border:1px solid var(--midgrey);
    border-radius:3px;
    box-shadow: 0.125em 0.125em 0.35em rgba(0,0,0,0.2);
}

.filter-options .resetTibiasFilter,
.filter-options .resetSheetsFilter,
.filter-options .resetRecordersFilter {
    display:flex;
    flex-direction: row;
    align-items: center;
    column-gap:0.75em;
    background-color:var(--lightgrey);
    border:1px solid var(--lightgrey);
}

.filter-options .resetTibiasFilter i,
.filter-options .resetSheetsFilter i,
.filter-options .resetRecordersFilter i{
    transform: scaleX(-1);
}

.filter .dropdown-menu {
    padding-left: 0.5em;
    padding-right: 0.5em;
    width:100%;
    z-index:101;
    box-shadow: 0.125em 0.125em 0.35em rgba(0,0,0,0.2);
}

.sheetsFilter .filter .dropdown-menu {
    width:auto;
    max-width:400px;
}
.filter .col.sub-options {
    display:flex;
    flex-direction: row;
    column-gap: 0em;
    align-items: center;
}

.filter .col.sub-options >  b{
    display:inline-block;
    padding-right:1.5em;
}

.filter .dropdown-menu ul {
    list-style: none;
}

.filter .dropdown-menu>ul {
    display: block;
    max-height: 10em;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 1em;
    margin-bottom: 1em;
}

.filter .dropdown-menu li {
    height: 2em;
    line-height: 2em;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filter .dropdown-menu .actionsBox {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    column-gap: 0.5em;
    justify-content: center;
    margin-bottom:0.75em;
}

.filter .dropdown-menu .submitBox {
    display:flex;
    flex-direction: row;
    justify-content: center;
}

.filter .dropdown-menu .actionsBox button,
.filter .dropdown-menu .submitBox button {
    font-size: 0.9em;
    padding: 0.45em 0.65em;
    border: none;
    background:none;
}

.filter .dropdown-menu .actionsBox button{
    color:var(--text);
}


.filter .dropdown-menu .submitBox button {
    border-radius:3px;
    background-color: var(--secondary);
    color: var(--white);
}

.defaultLabel {
    display: none;
}

.selectedValues:empty+.defaultLabel {
    display: inline;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.selectedValues{
    display:flex;
    display:block;
    flex-direction:row;
    column-gap:0.2em;
    width:100%;
    overflow:hidden;
    text-overflow: ellipsis;
    text-align: left;
    line-height: 1;
}

.selectedValues:empty{
    display:none;
}

.filterDropdown:not(.subfilterDropdown) .selectedValues .selectedValue {
    font-size:0.8em;
    margin-top:0.25em;
    display: inline-block;
    line-height:1;
    max-width:100%;
    color:var(--text);
    background-color: var(--lightblue);
    border:1px solid var(--midgrey);
    border-radius:3px;
    padding:0.2em 0.4em;
    overflow:hidden;
    text-overflow: ellipsis;
}

.filter-options .dropdown-toggle {
    display:flex;
    flex-direction:row;
    align-items: center;
    width:100%;
    height:auto;
    column-gap:0.35em;
}

.filter-options .dropdown-toggle[disabled] {
    cursor: not-allowed;
    opacity:0.5;
}

.filter-options .dropdown-toggle::after {
    display:none;
}

.filter-options .dropdown-toggle .dropdown-handle {
    border:2px solid var(--midgrey);
    border-radius:999em;
    width:1.35em;
    height:1.35em;
    margin-left:auto;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-shrink:0;
}

.filter-options .dropdown-toggle .dropdown-handle .caret {
    display:inline-block;
    transition: all 150ms ease-in;
    transform-origin: center;

    width: 0.5em;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 100%,100% 0,0 0);
    background: linear-gradient(45deg,#FA6900,#C02942);
    background: var(--midgrey);
}
.filter-options .dropdown-toggle.show .dropdown-handle .caret {
    clip-path: polygon(50% 0,100% 100%,0 100%);
}


.filterDropdown input[type="radio"],
.filterDropdown input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: none;
    border-radius: none;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

.sortDropdown .sort-direction input[type="radio"] + span::after,
.sortDropdown .sort-value input[type="radio"] + span::after,
.filterDropdown input[type="radio"]::before,
.filterDropdown input[type="checkbox"]::before {
    font-family: 'custom' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    color:inherit;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    display: inline-block;
}

.sortDropdown .sort-direction input[type="radio"]:checked + span::after,
.sortDropdown .sort-value input[type="radio"]:checked + span::after,
.filterDropdown input[type="radio"]:checked::before,
.filterDropdown input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.sortDropdown .sort-direction input[type="radio"] + span::after,
.sortDropdown .sort-value input[type="radio"] + span::after {
    margin-left:0.35em;
}

.sortDropdown .sort-value,
.sortDropdown .sort-direction {
    margin-bottom:1em;
}

.filterDropdown input[type="radio"]:focus,
.filterDropdown input[type="checkbox"]:focus,
.filterDropdown input[type="radio"]:active,
.filterDropdown input[type="checkbox"]:active {
    outline:0;
}

.filterDropdown ul {
    margin-left:0;
    padding-left:0;
}
.filterDropdown ul ul{
    margin-left:1em;
}
.filterDropdown li label {
    cursor: pointer;
    display:flex;
    flex-direction: row;
    align-items: center;
}




.comparableRecorders {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    background-color: var(--white);
    box-shadow: 0px -2px 4px 1px rgba(0,0,0,0.2);
    transition: all 300ms ease-in-out;
    display: none;
    padding: 1em;
    max-height:0;
    font-family: var(--sansFont);
    display:block;
    z-index: -9999;
}

.comparableRecorders > .container{
    display:flex;
    justify-content: flex-start;
}

.comparableRecorder {
    position: relative;
    /* background-color: var(--greige); */
    /* padding: 1em 2em 0.5em 1em; */
}

.comparableRecorder>div.d-flex {
    column-gap: 0.35em;
    row-gap: 1em;

    align-items: center;
}

.comparableRecorder .recorderImage {
    height:200px;
    max-height:200px;
    /* max-height: 120px; */
    /* aspect-ratio: auto; */
}

.comparableRecorder .recorderContent {
    padding: 0.5em 0em 0em 0em;
}

.comparableRecorder .recorderTitle {
    white-space: nowrap;
    color: var(--lightblue);
    font-weight: 600;
    text-transform: uppercase;
}

.comparableRecorder .recorderDetails {
    gap: 0;
    margin-top: 0.55em;
}

.comparableRecorder .recorderDetails>div {
    line-height: 1.1;
    font-size: 0.8em;
}

.comparableRecorder button {
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    width: 1.2em;
    height: 1.2em;
    color: var(--text);
    background-color:var(--white);
    line-height: 0.9;
}

.comparableRecorders .selection,
.comparableRecorders.show {
    display: flex;
    column-gap: 0.35em;
}
.comparableRecorders.show {
    z-index: 9999;
    opacity: 1;
    max-height:calc(200px + 3.2em);
}



.toast-container.position-fixed {
    z-index: 9999;
}

.recorder.on-list button.addComparison {
    pointer-events: none;
    opacity: 0.3;
}

.downloads {
    row-gap:1.5em;
}

.download {
    column-gap:0.5em;
    align-items: center;
    align-items: flex-start;
}

.file-icon img{
    max-width:1.5em;
    max-height:1.5em;
}

.downloads .download .file-info > div {
    padding-top:0.2em;
}

.downloads .download .file-info a{
    font-weight:600;
    text-decoration:underline;
}
.downloads .download .file-info .file-size{
    text-transform: uppercase;
}
.downloads .download .file-info .file-desc{
    font-size:0.9em;
}
.orderFormFields {    
    display:none;
}

.downloadTiles:has(input[type="checkbox"]:checked) + .orderFormFields {
    display:block;
    padding:2em 0;
    max-width:800px;
    margin:0 auto;
}
.orderFormFields .form-submit{
    text-align:right;
    margin-top: 2em;
}


.faqDownloads {
    margin: 2em 0 0 0;
}


.tileTeaser {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.1);
}
.tileTeaser > div {
    grid-area: 1 / 1 / 2 / 2;
}

.tileTeaser .teaserImage{
    aspect-ratio: 1 / 1;
    position:relative;
}

.tileTeaser .teaserImage figure{
    width:100%;
    height:100%;
}

.tileTeaser .teaserImage:after{
    content:"";
    background-color: rgba(0,0,0,0.4);
    opacity:1;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    transition: all 250ms ease-in-out;
}

.tileTeaser:hover .teaserImage:after{
    opacity:0;
}

.tileTeaser .teaserImage img{
    object-fit: cover;
    width:100%;
    height:100%;
}

.teaserLink {
    z-index:1;
    position:relative;
    display:flex;
    align-items: center;
    justify-content: center;
}

.teaserLink a{
    display:inline-flex;
    align-items:center;
    column-gap: 0.5em;
    padding:0.5em 1em;
    background-color: var(--white);
    color:var(--yellow);
    border-radius:3px;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
    transition: all 250ms ease-in-out;
    font-weight:700;
}

.teaserLink a:after{
    content:"\e9a9";
    font-family: 'custom' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:0.8em;

}

.teaserLink a:hover{
    color: var(--white);
    background-color:var(--yellow);
}


.frame-type-pageTeasers .row {
}
.frame-type-pageTeasers .row > * {
    padding: calc(var(--bs-gutter-x)* 0.5);
}


.faqs-accordion {
    width: 60%;
}

.faqs-accordion .btn{
    display:block;
    width:100%;
    padding:1em 2em 1em 0;
    box-shadow: none;
    outline: 0;
    text-align:left;
    text-decoration: none;
    color:var(--black);
}
.faqs-accordion .btn:active,
.faqs-accordion .btn:focus,
.faqs-accordion .btn:hover{
    color: inherit;
    box-shadow: none;
    outline: 0;
}
.faqs-accordion .faq {
    border-bottom: 1px solid var(--black);
}

.faqs-accordion .question {
    font-weight: 500;
    font-size: 1.2em;

}
.faqs-accordion .answer {
    padding:0.25em 0 3em 0;
}

.faqs-accordion .btn[aria-expanded="true"]{
    color:var(--yellow);
}

.faqs-accordion .btn {
    display:flex;
    align-items:center;
    /* position: relative; */
}

.faqs-accordion .btn:after{
    color:var(--midgrey);
    content:"\e9a9";
    font-family: 'custom' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* position: absolute; */
    margin-left:auto;
}

.faqs-accordion .btn[aria-expanded="true"]:after{
    color:inherit;
    transform: rotate(90deg);
}

.faqImages {
    display:flex;
    flex-direction: row;
    gap:1em;
}
.faqImages .faqImage{
    /* flex:1;
    aspect-ratio: 1 / 1;
    border-radius:50%;
    overflow: hidden; */
    max-width: 33.333%;
}
.faqImages .faqImage img{
    width:100%;
    height:auto;
    height:100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
overflow: hidden;
border-radius:50%;
}

.tutorialsHeader {
    border-bottom:1px solid var(--black);
    font-family: var(--sansFont);
    display:flex;
    flex-direction: row;
    align-items: center;
    font-size:1.5em;
    margin-bottom:0.666em;
    padding-bottom:0.333em;
    padding-top:0.333em;
}

.tutorialsHeader .dataHeader{
    font-weight:700;
}

.tutorialsHeader i {
    padding-left:0.5em;
}

.tutorialsHeader svg {
    height:1.6em;
    width:auto;
    padding-left:0.5em;
}

.tutorial > div{
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.2);
}

.videoTutorials .tutorials {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1em;
    row-gap: 1em;
}


.video-wrap {
    position:relative;
}
.video-wrap .video-control {
    position:absolute;
    top:50%;
    left:50%;
    z-index:-1;
    opacity:0;
    pointer-events: none;
}
.video-wrap .video-control.control-backward {
    transform:translate(-150%, -50%);
}

.video-wrap .video-control.control-forward {
    transform:translate(50%, -50%);
}

.video-wrap .video-control i{
    color:#fff;
    font-size:3em;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}


.video-wrap:hover .video-control{
    z-index:999;
    opacity:1;
    pointer-events: unset;
    cursor: pointer;
}



.pdfTutorials .downloads {
    font-family: var(--sansFont);
}

.pdfTutorials .download {
    padding:1em 0;
}

.downloadTiles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1em;
    row-gap: 1em;
}


.downloadTiles .downloadTile{
    height:100%;
    display:flex;
    flex-direction: column;
    
}
.downloadTiles .downloadTile .downloadInfos{
    flex:1;
}

.fileLanguage {
    position: absolute;
    top:0.25em;
    left:0.5em;
    width:2em;
    height:auto;
    z-index:2;
}
.downloadPreview {
    aspect-ratio: 86 / 53;
    position:relative;
    overflow:hidden;
    background-color: var(--greige);
}
.downloadPreview img.filePreview {
    object-fit:cover;
    width:100%;
    height:100%;
    aspect-ratio: 86 / 53;
}
.downloadInfos {
    margin-top:3px;
    font-family: var(--sansFont);
    padding:1em;
    background-color: var(--greige);
}
.downloadInfos .download {
    column-gap: 1em;
}
.downloadInfos .download .file-info > div a{
    font-weight:700;
    text-decoration: underline;
}
.downloadInfos .download .file-info > div + div {
    margin-top:0.2em;
    line-height:1.5;
}

.seminars-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1em;
    row-gap: 1em;
}

.seminars-list .seminar-list-image {
    aspect-ratio: 86 / 53;
    position:relative;
    overflow:hidden;
    background-color: var(--yellow);
}

.seminars-list .seminar-list-image img{
    object-fit:cover;
    width:100%;
    height:100%;
    aspect-ratio: 86 / 53;
}

.seminars-list .seminar-list-content {
    margin-top:3px;
    font-family: var(--sansFont);
    padding:1em;
    background-color: var(--greige);
}

.seminar-detail .seminar-detail-title h3,
.seminars-list .seminar-list-content h3{
    font-family:inherit;
    font-size:1.2em;
    font-weight:600;
    margin-bottom:0;
}

.seminar-detail .seminar-detail-date,
.seminars-list .seminar-list-date {
    margin-bottom:1em;
}

.seminar-detail .seminar-detail-teaser,
.seminar-list-teaser {
    margin-top:1em;
}

.seminar-detail {
    font-family:var(--sansFont);
    display:grid;
    grid-template-columns: 3fr 1fr;
}
.seminar-detail-main {
    padding-right:5em;
}
.seminar-detail-marginal {

}
.seminar-detail-teaser p{
    /* margin-bottom:0; */
}

.seminar-detail-subscribe-head {
    color: var(--secondary);
    font-weight:600;
    margin-top:4em;
    margin-bottom:1em;
}

.seminar-detail-subscribe-file {
    margin-bottom:1.5em;
}



.flexible-form-form .row {
    row-gap: 0.125em;
}

.form-control {
    border-radius: 0;
    padding: 1em 1.5em;
    font-size: 1em;
}

.form-control:focus {
    background-color: var(--lightgrey);

}

.form-group .error.help-block {
    color: #ff0000;
    color: sienna;
    padding-left: 1em;
    font-weight: 400;
}

.form-group textarea {
    border: 0px solid transparent;
    min-height: 10em;
    /* box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15); */
    background-color: var(--greige);
}

.form-group select,
.form-group input {
    border: 0px solid transparent;
    /* box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15); */
    background-color: var(--greige);
}

.form-group textarea:focus,
.form-group textarea:active,
.form-group textarea:active:focus,
.form-group select:focus,
.form-group select:active,
.form-group select:active:focus,
.form-group input:focus,
.form-group input:active,
.form-group input:active:focus {
    box-shadow: none;
    outline: 0;
    border-color: inherit;
    border: 0px solid transparent;
    /* box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3); */
}

.form-group+.clearfix {
    text-align: right;
    font-style: italic;
    float: right
}

.form-group input:not(:empty) {}

.form-group label:not(:empty) + textarea::-webkit-input-placeholder {
    color: transparent;
}

.form-group label:not(:empty) + textarea::-moz-placeholder {
    color: transparent;
}

.form-group label:not(:empty) + textarea:-ms-input-placeholder {
    color: transparent;
}

.form-group label:not(:empty) + textarea:-moz-placeholder {
    color: transparent;
}

.form-group label:not(:empty) + input::-webkit-input-placeholder {
    color: transparent;
}

.form-group label:not(:empty) + input::-moz-placeholder {
    color: transparent;
}

.form-group label:not(:empty) + input:-ms-input-placeholder {
    color: transparent;
}

.form-group label:not(:empty) + input:-moz-placeholder {
    color: transparent;
}

.form-field-title,
.form-group {
    position: relative;
    margin-top: 0.25em;
}

.form-field-title+.form-group {
    margin-top: 0.25em;
}

.form-group label {
    transition: all 300ms ease-in-out;
}

.form-group label p{
    margin-bottom:0;
}

.form-group.field-type-select label {
    pointer-events: none;
}

.form-group:not(.field-type-check) label:not(:empty) {
    position: absolute;
    top: 0em;
    left: 0em;
    margin-bottom: 0;
    width: 100%;
    display: block;
    padding: 1em 1.5em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    opacity:0.7;
}

.form-group.filled label,
.form-group:focus-within label {
    font-size: 0.8em !important;
    left: 0.5em !important;
    padding-left: 0 !important;
    top: -1em !important;
    opacity:0.5!important;
}

.mandatory-note {
    margin-top:0.5em;
    margin-bottom:3em;
}

.seminar-detail {
    padding-bottom:8em;
    border-bottom:1px solid var(--black);
    margin-bottom:1.5em;
}


.seminar-instructor-portrait {
    aspect-ratio: 1 / 1;
    position:relative;
    overflow:hidden;
    width:60%;
}

.seminar-instructor-portrait img {
    object-fit:cover;
    width:100%;
    height:100%;
    aspect-ratio: 1 / 1;
}

.seminar-detail-subscribe-form-prologue {
    margin-bottom:0.55em;
}

label.mandatory p:after{
    content:'*';
}

.about-instructor {
    margin-top:1em;
    margin-bottom:0.5em;
}
.instructor-name {
    margin-bottom:2em;
}
.seminar-detail .seminar-instructors {
    margin-bottom:4em;
}
.seminar-location-label {
    margin-bottom:1.5em;
}
.seminar-subscribe-hint p {
    margin-bottom:0;

}
.seminar-location-hint{
    margin-top:0.5em;
    font-weight:600;
}
.seminar-location-hint p{
    line-height:1.8;
}

.events.events-list {
    font-family: var(--sansFont);
    display:grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    row-gap:0.5em;
    column-gap: 0.125em;
}
.events.events-list > div{
    background-color: var(--greige);
    padding:0.5em 1em 3em 1em;
}
.events.events-list .events-list-preview{
    padding:0;
    position:relative;
}
.events.events-list .events-list-preview figcaption {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;    
    text-align: right;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    color:var(--white);
    padding:0.25em 1em;
    box-sizing: border-box;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.events.events-list .events-list-preview img.event-placeholder-image{
    width:60%;
    margin:2em 20%;
}
.events.events-list .events-list-preview img.event-custom-image {
    width: 100%;
    height:auto;
}

.events.events-list > div.events-list-head{
    background-color: transparent;
    font-weight:600;
    font-size:1.2em;
    padding:0.5em 1em 0.5em 1em;
}
.events-list-title {
    font-weight: 600;
}
.events-list-location > div{
    padding-bottom:0.2em;
}

.audio-caption {
    font-weight:600;
}
.shop-link a {
    text-decoration: underline;
    font-weight:300;
}
.audio-caption p{
    display:inline;
    margin-bottom:0;
}

.accessory-categories {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:1em;
    font-family: var(--sansFont);
}
.accessory-categories .category-image,
.accessory-categories .category-image img{
    aspect-ratio: 86 / 53;
}
.accessory-categories .category-image{
    position:relative;
    overflow:hidden;
    background-color: var(--lightgrey);
}
.accessory-categories .category-image img{
    object-fit:cover;
    width:100%;
    height:100%;
}

.accessory-categories .accessory-category {
    display:flex;
    flex-direction: column;
}

.accessory-categories .category-title {
    flex-grow:1;
    position:relative;
    padding:1.5em 30% 1.5em 1em;
    font-weight:600;
    font-size:1.1em;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.accessory-categories .category-title:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: var(--yellow);
    opacity:0.3;
    z-index:-1;
    transition: all 250ms ease-in-out;
}
.accessory-categories .accessory-category:hover .category-title:before {
    opacity:1;
}

.accessory {
    display:grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 2em;
    font-family: var(--sansFont);
    width:100%;
}
.accessory-title {
    text-transform: uppercase;
}
.accessory-title h2{
    font-family: var(--sansFont);
    font-weight:600;
}

.accessory-information .simple-collapse:focus,
.accessory-information .simple-collapse:active,
.accessory-information .simple-collapse {
    display:block;
    border:0;
    background:transparent;
    font-weight: 600;
    padding:0.5em 0;
    outline:0;
    display:flex;
    flex-direction: row;
    align-items: center;
    width:100%;
}

.accessory-information .simple-collapse:after {
    content:"\e9a5";
    font-family: 'custom' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 150ms ease-in;
}

.accessory-information .simple-collapse[aria-expanded="true"]:after {
    transform: rotate(180deg);
}



.accessory-information .fits {
    margin-bottom:0.5em;
}

.accessory-details {
    margin-top:1.5em;
    display: table;
}
.accessory-details > .accessory-detail {
    display: table-row;
}
.accessory-details > .accessory-detail > div{
    display: table-cell;
    vertical-align: middle;
    padding:0.25em 0;
}
.accessory-details > .accessory-detail .accessory-detail-label{
    padding-right:2em;
    flex-grow:0;
    font-weight: 600;
}

.accessory-included-in,
.accessory-description {
    margin-top:1.5em;
}

.accessory-info {
    display: flex;
    flex-direction: column;
}
.accessory-link {
    margin-top: auto;
}
.accessories > .accessory {
    padding-bottom:1.5em;
    margin-bottom:1.5em;
    border-bottom:1px solid var(--midgrey);
}

.prologue + .accessory {
    margin-top:6em;
}


.recorderAccessories {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:1em;
    width:166.666%;
}
.recorderAccessories .accessoryTile {
    background: var(--additionalBg) linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
}


.accessoryTile .accessory-title  {
    text-transform: none;
    padding:2em 1em 0 1em;
}
.accessoryTile .accessory-title h2{
    font-size:1.2em;
    font-weight:600;
}
.accessoryTile .accessory-info {
    aspect-ratio:16 / 9;
}

.accessoryTile .accessory-images {
    aspect-ratio:3 / 2;
    background-color: var(--greige);
}

.accessoryTile .accessory-images img{
    aspect-ratio:3 / 2;
    width:100%;
    height:100%;
    object-fit:contain;

    mix-blend-mode: multiply;
    isolation: isolate;
}
.accessoryTile .accessory-buttons {
    margin-top:auto;
    display:block;
    padding:0 1em 2em 1em;
}
.accessoryTile .buttons-button {

    width:auto;
    display: inline-block;
}
.inline-button {
    text-decoration:underline;
}

.slideshow .slick-track {
    overflow:hidden;
    display:flex;
    flex: 1 100%;
    justify-content: center;
    align-items: center;
}

.slideshow > .slick-dots {
    position:absolute;
    bottom:0.5em;    
    margin:0;
    width:100%;
    display:flex;
    flex-direction: row;

    position:relative;
    margin-top:1em;
    bottom:0em;
}

.singlepic .slide,
.slideshow .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height:100%;
    aspect-ratio: 1 / 1;
}
.singlepic .slide img,
.slideshow .slick-slide img{
    object-fit: contain;
}

.slick-arrow{
    background-color:var(--white);
    border-radius:50%;
    font-size:1.25em;
    width:2em;
    height:2em;
    position:absolute;
    z-index:99;
    top:50%;
    border:none;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.2);
    transition: all 250ms ease-out;
    opacity:0;
}
.slick-arrow.slick-prev{
    left:1em;
    transform:translate(-200%, -50%);
}
.slick-arrow.slick-next{
    right:1em;
    transform:translate(200%, -50%);
}

.slick-slider:hover .slick-arrow.slick-prev{
    opacity:1;
    left:1em;
    transform:translate(0%, -50%);
}
.slick-slider:hover .slick-arrow.slick-next{
    opacity:1;
    right:1em;
    transform:translate(0%, -50%);
}

.fits{
    column-gap: 0.5em;
}

.purge-compares i {
    display:block;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.compareActions {
    padding:0 4em;
    display:flex;
    flex-direction: column;
    row-gap:1em;
    justify-content: center;
    align-items: center;
}
.selection:empty + .compareActions {
    display:none;
}

.purge-compares {
    display:flex;
    flex-direction: row;
    border:none;
    background-color: transparent;
    column-gap: 0.5em;
}

.compareActions .buttons-button {
    font-weight:600;
}






.responsive-table{
    display:grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
    font-family: var(--sansFont);
}

.scrollable > .responsive-table-head {
    overflow-x:scroll;
}

.responsive-table-body {
    display:grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    /* grid-template-columns: minmax(200px, max-content) minmax(200px, max-content) minmax(200px, max-content); */
    min-width:800px;
    column-gap: 0.5em;
}


.table-col{
    display:flex;
    height:100%;
    flex-direction: column;
    justify-content: flex-end;
}
.table-col .table-cell {
    white-space: nowrap;
    line-height:2em;
    padding:0.5em;

}
.table-col .table-cell:empty:after {
    content:"\00a0";
}
.responsive-table-body .table-col .table-cell {
    text-align: center;
}
.responsive-table-body .table-col .table-cell:nth-child(odd){
    background-color: var(--greige);
}

.table-col .table-cell:nth-child(odd){
    border-top:1px solid var(--midgrey);
    border-bottom:1px solid var(--midgrey);
}

.responsive-table-head .table-col .table-cell {
    text-align: right;
    padding-right:20%;
    font-weight:500;
}

.table-cell .hardness {
    font-size:0.8em;
    margin:0 auto;
    width: calc(100% - 1.5em);
    max-width: unset;
    min-width: unset;
}
.responsive-table .recorderTitle {
    color: var(--lightblue);
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding:0.35em 0.5em;
}

.responsive-table-main{
    overflow-x:auto;
}

.responsive-table.scrollable .responsive-table-head {
    position:relative;
     z-index:99;
    overflow-y:hidden;
    box-shadow: 0.25em 0px 0.25em 0em rgba(0, 0, 0, 0.15);
}
.responsive-table.scrollable{
    position:relative;
}

.responsive-table.scrollable:after {
    content:"";
    width:0.5em;
    height:100%;
    right:0;
    top:0;
    position:absolute;
    z-index:9;
    background: linear-gradient(to left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
}

p.d-flex.align-items-center {
    display: inline-flex;
    align-items: center;
    column-gap: 0.25em;
}

.sheetsFilter + .sheets{
    margin:4em 0;
    font-family: var(--sansFont);
}
.sheets > .sheet{
    padding:2em 0;
    border-bottom: 1px solid var(--midgrey);
}

.prev-next-pagination {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    column-gap: 1em;
    font-family: var(--sansFont);
    font-size:0.8em;
    margin-bottom:3em;
    margin-top:2.5em;
}
.prev-next-pagination .previous a,
.prev-next-pagination .next a{
    width:2em;
    height:2em;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: var(--lightgrey);
    border-radius:0.25em;
    color: currentColor;
}
.prev-next-pagination .previous a i,
.prev-next-pagination .next a i{
    font-size:1.5em;
}
.prev-next-pagination .previous{
    margin-left:0.5em;
}

.sheets,
.sheets h4{
    font-family: var(--sansFont);
}

.sheet h4{
    margin-bottom:1.25em;
    font-weight: 600;
}

.sheet .sheet-editor {
    line-height:1.8;
}
.sheet .sheet-label,
.sheet label{
    font-weight:600;
    line-height:1.8;
}

.sheet .sheet-details > div {
    display:flex;
    flex-direction: row;
    column-gap: 0.5em;
    flex-wrap: wrap;
}
.sheet .sheet-details + .download {
    margin-top:1em;
    align-items: center;
}
.sheet .sheet-details + .sheet-more,
.sheet .download + .sheet-more {
    margin-top:1em;
}
.sheet .sheet-more .sheet-more-link{
    color:var(--brown);
    font-weight:600;
}
.sheet .sheet-more .sheet-contents {
    padding:1.5em 0;
}
.sheet .sheet-more .collapse p:last-child{
    margin-bottom:0;
}

.sheets .releaseYear {
    margin-left:-1em;
    font-weight: 600;
}

.sheets .sheet + .releaseYear {
    margin-top:3em;
}

.filter-settings {
    font-family: var(--sansFont);
    justify-content: flex-end;
    font-size:0.90em;
}

.filter-settings .dropdown-menu {
    font-size: inherit;
}

.filter-settings .dropdown-menu ul {
    margin:0;
    padding:0;
}

.filter-settings > .col {
    flex-grow:0;
    flex-shrink:0;
    white-space: nowrap;
}


.dropdown.sortDropdown > .dropdown-menu {
    width:auto;
}

.dropdown.subfilterDropdown .dropdown-toggle,
.dropdown.sortDropdown .dropdown-toggle {
    background:none;
    padding:0;
    margin:0;
    border: none;
    display:flex;
    column-gap: 0.25em;
    align-items: center;
}

.dropdown.subfilterDropdown .dropdown-toggle.show i,
.dropdown.sortDropdown .dropdown-toggle.show i{
    transform: scaleY(-1);
}

.dropdown.subfilterDropdown .dropdown-toggle:active,
.dropdown.subfilterDropdown .dropdown-toggle:focus,
.dropdown.sortDropdown .dropdown-toggle:active,
.dropdown.sortDropdown .dropdown-toggle:focus {
    outline:0;
}

.dropdown.subfilterDropdown .dropdown-toggle,
.dropdown.sortDropdown .dropdown-toggle{
    padding-right:1.5em;
}

.dropdown.subfilterDropdown .dropdown-toggle:after,
.dropdown.sortDropdown .dropdown-toggle:after {
    border:0;
    margin:0;
    padding:0;
}

.filter-settings .sort-direction label > input,
.filter-settings .sort-value label > input,
.filter-settings .sort-pagination label > input {
    width:0;
    height:0;
    opacity:0;
}

.filter-settings .sort-value label,
.filter-settings .sort-pagination label,
.filter-settings .sort-direction label,
.filter-settings .sort-pagination span {
    /* white-space:nowrap; */
    cursor: pointer;
}

.filter-settings .sort-pagination label > input:checked + span {
    text-decoration:underline;
}
.filter-settings .sort-pagination > span {
    font-weight:600;
}



/*
.filter-settings {
    justify-content: space-between;
}
.filter-settings .sort-dropdown {
    display:inline-block;
    border:1px solid var(--black);
    padding:1em;
    border-radius:0.75em;
}
.filter-settings .sort-dropdown > a {
    display:block;
    min-width:300px;
}

.filter-settings .col:last-child {
    flex-grow:0;
}

.filter-settings .sort-pagination {
    margin-left:auto;
    display:inline-flex;
    flex-direction: row;
    align-items: center;
    margin-left:auto;
    column-gap: 0.5em;
}

.filter-settings .sort-pagination label,
.filter-settings .sort-pagination span {
    white-space:nowrap;
    cursor: pointer;
}

.filter-settings .sort-pagination span {
    padding-right:0.5em;
}
.filter-settings .sort-pagination label > span {
    display:inline-block;
    text-align: center;
    padding:1em;
    border-radius:0.75em;
    min-width:3.5em;
    background-color: var(--lightgrey);
    transition: all 250ms ease-out;
}
.filter-settings .sort-pagination label > input {
    width:0;
    height:0;
    opacity:0;
}
.filter-settings .sort-pagination label > input:checked + span {
    background-color: var(--text);
    color: var(--white);
}
 */



.tibiaPrologue {
    max-width:580px;
    margin:0 auto 6em auto;
}

.tibiasFilter .filter + .tibias {
    margin-top:4em;
}

.tibiasFilter .tibias {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1em;
    row-gap: 2em;
}

.article {
    display:flex;
    flex-direction: column;
    row-gap: 4px;
    font-family: var(--sansFont);
    height:100%;
}

.article .article-body{
    background-color: var(--greige);
}
.article .article-head {
    border: 1px solid var(--greige);
    aspect-ratio: 16 / 10;
    display:flex;
    justify-content: center;
    align-items: center;
}


.article .article-body > *{
    font-family: var(--sansFont);
}

.article .article-body {
    padding:0.75em 1em 1em 1em;
    flex-grow:1;
    display: flex;
    flex-direction: column;
    height:100%;
    row-gap:1rem;
}
.tibias.tibiaRecords1 > .article .article-body {
    row-gap:0;
}
.tibias.tibiaRecords0 > .article .article-body {
    row-gap:0;
}

.tibias .article .articleType, .tibias .article .articleTheme {
    margin-top:0.5rem;
}


.article .article-body .article-buttons{
    margin-top: auto;
}
.article.article-issue .article-buttons {
    display:flex;
    flex-direction: row;
    column-gap: 1rem;
    /* justify-content: space-between; */
}



.article .article-head {
    
}
.article .article-head img{
    aspect-ratio: 16 / 10;
}

.article.article-issue .article-head,
.article.article-issue .article-head img{
    aspect-ratio: 482 / 680;
}

.article .article-head img{
    width:calc(100% - 2rem);
    height: auto;
    height: calc(100% - 2rem);
    object-fit: contain;
    object-position: center;
}

.article .articleDate {
    font-size:0.875rem;
    margin-bottom:0.35rem;
}

.article .articleHeadline {
    font-weight: 600;
    font-size: 1.15rem;
}

.tibias > .article .articleHeadline {
    margin-bottom:2rem;
    margin-bottom:0;
}

.articleAuthor,
.articleWriter{
    font-style: italic;
    margin-bottom:1em;
}


.article .articleType,
.article .articleTheme {
    margin: 1rem 0 0 0;
    font-weight: 600;
}

.article .articleInfo {
    margin-bottom:2rem;
    margin-top:0rem;
}

.article .articleContent {
    margin:0 0 2rem 0;
}


.article-detail .articleHead {
    display:flex;
    flex-direction: row;
    margin-bottom:4rem;
    align-items: flex-end;
}

.article-detail .articleHead .articleDetails{
    width:65%;
    padding-right:2rem;
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.article-detail .articleHead .articleImage{
    width:35%;
    aspect-ratio:1 / 1;
    overflow: hidden;    
}
.article-detail .articleHead .articleImage figure{    
    width: 100%;
    height:100%;
}
.article-detail .articleHead .articleImage img{
    object-fit: contain;
    width: 100%;
    height:100%;
    object-position: right bottom;
}


.article-detail .article {
    flex-direction: row;
}
.article-detail .article .article-content{
    flex-basis:70%;
    width:70%;
    flex-grow:0;
    flex-shrink:0;
    padding-right:5rem;
}
.article-detail .article .article-writer{
    flex-basis:30%;
    width:30%;
    flex-grow:0;
    flex-shrink:0;
}


.article-detail .articleBody p {
    margin-bottom:0;
}

.article-detail .article .article-writer .writerPortrait{
    max-width:200px;
    width:50%;
    margin-bottom:1rem;
}
.writerName-label {
    font-weight:600;
}
.writerName-name {
    margin-bottom:1.5rem;
} 
.article-detail .article-image{
    max-width:35%;
    margin-bottom:1.5rem;
}
.article-detail .article-content p{
    margin-bottom:0;
}

.article-detail .article-content {
    margin-top:2rem;
    text-align: justify;
}




.timeline > ul {
  --col-gap: 4rem;
  --row-gap: 2rem;
  --line-w: 2px;
  margin:0;
  padding:0;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  width: 100%;
  margin-inline: auto;
}


.timeline > ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: var(--dark);
  border-radius: calc(var(--line-w) / 2);
}

.timeline > ul li {
    position:relative;
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
    margin-bottom:6rem;
}

.timeline > ul li .title {
    position: relative;
    font-weight: 700;
    line-height:1;
    margin-bottom:0.5em;
}

.timeline > ul li .stroke {
    position: absolute;
    top: 0.5em;
    transform: translate(115%, -1px);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
    display: flex; 
    justify-content: center;
    align-items: center;
    width:calc(var(--col-gap) - 1rem);
    
}
.timeline > ul li .stroke > div{
    width:100%;
    height:1px;
    border-bottom: 2px dashed var(--dark);
}


.timeline > ul li .mark {    
    font-size:1.75rem;    
    position: absolute;
    width: 1.65em;
    top: 0;
    transform: translate(50%, -33%);
    right: calc(100% + var(--inlineP) + var(--col-gap) + var(--line-w) / 2);
    padding:0;
    background:transparent;
}

.timeline > ul li .mark .bubble{
    display: flex; 
    justify-content: center;
    align-items: center;
    color: var(--white);
    padding:0;
    aspect-ratio: 1 / 1;
    background: var(--greenish);
    border-radius: 50%;
    width:100%;
}



.timeline > ul li.odd {
    text-align: right;
}

.timeline > ul .event-pictures {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:1em;
    align-items: flex-end;
}

.timeline > ul .event-pictures a {
    display:block;
    max-width:calc(50% - 0.5em);
}
.timeline > ul .event-pictures img {
    width:100%;
    height:auto;    
}
.timeline > ul li.odd .event-pictures {
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .timeline > ul {
      grid-template-columns: 1fr var(--line-w) 1fr;
    }

    .timeline > ul::before {
      grid-column: 2;
    }

    .timeline > ul li:nth-child(odd) {
      grid-column: 1;
    }

    .timeline > ul li:nth-child(even) {
      grid-column: 3;
    }
  
    .timeline > ul li:nth-child(2) {
      grid-row: 2/4;
    }
    .timeline > ul li:nth-child(odd) .mark {
        transform: translate(-50%, -33%);
        left: calc(100% + var(--inlineP) + var(--col-gap) + var(--line-w) / 2);
    }

    .timeline > ul li:nth-child(odd) .stroke {
        transform: translate(-115%, -1px);
        left: calc(100% + var(--col-gap));
    }

}


.book {
    column-gap: 3rem;
    font-family: var(--sansFont);
    align-items: flex-start;
}
.book h3{
    font-family: var(--sansFont);
}
.book .collapseContent {
    background: transparent;
    border:none;
    padding:0;
    margin:1rem 0 0 0;
    font-weight:700;
    color: var(--brown);
}
.book .card {
    border:none;
    padding:1rem 0;
}

.book .author_lastname,
.book .label {
    font-weight: 700;
}
.book .details {
    display:flex;
    flex-direction: row;
    column-gap: 0.5rem;
}

.books .book {
    margin-bottom:2rem;
    padding-bottom:2rem;
    border-bottom: 1px solid var(--midgrey);
}

.book > .book_cover {
    flex-grow:0;
    flex-shrink:0;
    width:20%;
    height:auto;
    
    overflow:hidden;
    
}
.book > .book_cover > img{
    /* aspect-ratio: 2 / 3; */
    object-fit: contain;
    width:100%;
}



.poimap {
    min-height:400px;
    height:50vh;
    max-height:600px;
}



.poimap .mapholder,
.poimap .mapholder .poimap-map {
    height: 100%;
}

.manualform {
    font-family: var(--sansFont);
    
}

.switch {
    margin:1em 0 0.5em 0;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    height: 2.25em;
    align-items: center;
    column-gap: 0.75em;
}


.switch input {
    position:absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


.toggle {
  position: relative;
  cursor: pointer;
  display:block;
  height:100%;
  width:4em;
  background-color: var(--lightgrey);
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle:before {
  position: absolute;
  content: "";
  height: 1.75em;
  width: 1.75em;
  left: 0.25em;
  bottom: 0.25em;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .toggle {
  background-color: var(--secondary);
}

.toggle-label {
    font-weight: bold;
}

input:focus + .toggle {
  box-shadow: 0 0 1px var(--midgrey);
}

input:checked + .toggle:before {
  -webkit-transform: translateX(1.75em);
  -ms-transform: translateX(1.75em);
  transform: translateX(1.75em);
}

.toggle.round {
  border-radius: 2.25em;
}

.toggle.round:before {
  border-radius: 50%;
}


.chocolat-wrapper {
    z-index:999;
}

.mailjet-subscribe-form .input-group,
.mailjet-confirm-form .input-group {
    justify-content: flex-end;
}

.mailjet-subscribe-form .input-group button {
    color: var(--white);
    background-color: var(--secondary);
    border-bottom-right-radius: 999em;
    border-top-right-radius: 999em;
    border:0px solid transparent;
    padding-left:1.5em;
    padding-right:1.5em;
}

.mailjet-confirm-form button {
    border-color: var(--secondary);
    color: var(--white);
    background-color: var(--secondary);
}

.mailjet-subscribe-form .input-group input[type="email"]{
    border-bottom-left-radius: 999em;
    border-top-left-radius: 999em;
    max-width:220px;
    width:220px;
}
.mailjet-subscribe-form .input-group input[type="email"]:active,
.mailjet-subscribe-form .input-group input[type="email"]:focus{
    outline:0;
    box-shadow: none;
}
.form-errors {
    color:var(--secondary);
    font-weight: 700;
}
.form-status,
.form-errors,
.form-response,
.form-feedback {
    margin-top:1.5em;
}
a,
a i,
button,
button i {
    color:currentColor;
}