/******************************************************************
Theme Name: Lebensakademie
Theme URI: http://www.form-fabrik.de
Description: Theme erstellt von Formfabrik - <a href="http://www.form-fabrik.de" title="Formfabrik">Wir machen Gestaltung</a>
Author: Martin Blaas
Author URI: http://www.form-fabrik.de
Version: 1
*/

body {
    padding-top: 0;
    /*overflow-x: hidden;*/
    background: #fcf4e7;
    color: #816f68;
    /*font-family: 'century gothic', sans-serif;*/
    /*font-family: 'Muli', sans-serif;*/
    /*font-family: 'Century Gothic', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 21px;
    letter-spacing: 0.02;
    font-size: 14px;
}

:root {
    --the-box-shadow: 3px -2px 3px #00000025;
    --the-text-shadow: 3px 2px 3px #00000035;
    --the-text-shadow-2: 3px -2px 3px #00000035;
}

.entry-content p {
    line-height: 21px;
}

.entry-content a {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.entry-content a:hover,
.entry-content a:focus {
    text-decoration: none;
}

.entry-content a:not(.btn):not(.aka-btn):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    opacity: .25;
}

.entry-content a:hover:before {
    opacity: .5;
}

p.styled-red.wp-block-paragraph {
    color: #bd5926;
    -webkit-text-stroke: .3px #816f68;
    text-shadow: var(--the-text-shadow-2);
}

.d-none {
    display: none !important;
}

.is-absolute {
    position: absolute !important;
}

body.home {
    img.wp-image-1084 {
        margin: 0 0 70px -4.5%;
        width: 100%;
        max-width: 640px;
    }
}

.screen-reader-response,
.visually-hidden {
    visibility: hidden;
    display: none;
}

form.submitting .wpcf7-response-output,
form.init .wpcf7-response-output {
    display: none;
}

.entry-content > ol {
    padding-left: 24px;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

ol {
    counter-reset: item;
}

.entry-content > ol ol {
    padding-left: 0;
}

ol li {
    display: block;
}

.entry-content > ol > li {
    margin-bottom: 1rem;
}

.entry-content > ul {
    margin: 0 0 20px !important;
    padding: 0 !important;
    line-height: inherit !important;
}

.entry-content > ul li {
    list-style-type: none;
    position: relative;
    padding-left: 1.25rem;
}

.entry-content > ul li:before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    width: .5rem;
    height: 1px;
    background: #816f68;
}

ol li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    width: 36px;
    margin-left: -36px;
    display: inline-block;
    padding-right: 4px;
}

.fancy-scrollbar::-webkit-scrollbar {
    width: 6px; /* width of the entire scrollbar */
}

.fancy-scrollbar::-webkit-scrollbar-track {
    background: #DEDEDE; /* color of the tracking area */
}

.fancy-scrollbar::-webkit-scrollbar-thumb {
    background-color: #BBB; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 1px solid #DEDEDE; /* creates padding around scroll thumb */
}

.cycle {
    overflow: hidden;
}

a:hover, a:active, a:focus {
    outline: 0;
}

a:hover, a:focus {
    color: #6b5a54;
    text-decoration: underline;
}

html {
    overflow-y: scroll;
}

.leittext-holder-wrapper p {
    margin-bottom: 20px;
}

.mCSB_container {
    padding-bottom: 20px !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #E6DECE;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    border: none;
    background: #D0C7B7;
    border-radius: 0;
}

.leittext-holder-wrapper h1 {
    /*position: fixed;*/
    background: #FBF4E7;
    padding-bottom: 20px;
    z-index: 1;
}

a.pdf-link {
    background: url(library/assets/images/pdf-icon.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding: 6px 10px 6px 40px;
    margin: 20px 0;
    display: block;
}

* {
    /*transition: all 0s !important;*/
}

.offscreen {
    /*transform: none !important;*/
    /*display: none;*/
    opacity: 0;
}

.imprint {
    position: sticky;
    z-index: 5;
    right: 20px;
    top: 10px;
    font-size: 11px;
    opacity: .5;
}

.imprint-sticky {
    position: sticky;
    background: linear-gradient(to bottom, #fcf4e7 50%, transparent);
    top: 0;
    padding: .5rem 1rem 1rem;
    display: flex;
    justify-content: flex-end;
    z-index: 10;
    color: #816f68;
}

.imprint-sticky a,
.imprint-sticky span {
    opacity: .5;
}

h1, .h1 {
    margin: 0;
    padding: 20px 0 60px 0;
    text-transform: uppercase;
    font-size: 30px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-weight: 400;
    text-shadow: var(--the-text-shadow);
}

h1.wp-block-heading {
    padding-top: 0;
}

a {
    color: #816f68;
    text-decoration: none;
}

a.post-edit-link {
    left: auto;
    right: 0;
}

#sidebar {
    /*z-index: 3;*/
    padding: 0;
}

#sidebar .inner {
    position: sticky;
    top: 0;
}

a.logo {
    display: block;
    padding: 30px 30px 0 30px;
    -webkit-transition: transform .5s ease-in, opacity .5s ease-in;
    transition: transform .5s ease-in, opacity .5s ease-in;
    position: absolute;
}

a.logo img {
    width: 100%;
    height: auto;
}

#content {
    padding-top: 0;
    min-height: 0;
}

#main {
    /*background: #F5EEE0 url(library/assets/images/body_bg.jpg);*/
    /*background-size: cover;*/
    /*background-position: center bottom;*/
    /*-webkit-transition: background-position-x .2s ease-in;*/
    /*transition: background-position-x .2s ease-in;*/
    z-index: 2;
    /*background-attachment: fixed;*/
}

.bg-wrap {
    background: #F5EEE0 url(library/assets/images/body_bg.jpg);
    background-size: 100% 100%;
    background-position: left top;
    -webkit-transition: background-position-x .4s ease-in-out;
    -moz-transition: background-position-x .4s ease-in-out;
    transition: background-position-x .4s ease-in-out !important;
    position: fixed;
    width: 75%;
    left: 25%;
    box-shadow: 90px 0 30px -100px rgba(0, 0, 0, 0.5) inset;
}

.bg-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: width .5s ease-out;
    -moz-transition: width .5s ease-out;
    transition: width .5s ease-out;
    transition: width .5s ease-out;
}

a.btn.btn-default.btn-sm {
    border: 1px solid #816f68;
    background: none;
    color: #816f68;
}

a.btn.btn-default.btn-sm:hover,
a.btn.btn-default.btn-sm:active,
a.btn.btn-default.btn-sm:focus {
    background: #816f68;
    color: #FBF4E7;
}

/*.map-is-shown a.show-map {*/
/*position: fixed;*/
/*top: 0;*/
/*left: 0;*/
/*z-index: 999;*/
/*}*/
.re-show-map {
    position: fixed;
    width: 62px;
    height: 62px;
    right: -62px;
    background: #816f68 url(library/assets/images/arrow-back.svg) center no-repeat;
    background-size: 20px;
    background-position-x: 19px;
    z-index: 10;
    top: 50%;
    margin-top: -32px;
    -webkit-transition: right .5s ease-out;
    transition: right .5s ease-out;
}

.map-is-shown .re-show-map {
    right: 0px;
}

#main article.animateX {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

#main.map-is-shown article {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);

    min-height: 1000px;
}

#main article, #main article *:not(span.overlay),
.text-scroller
    /*#main article **/
{
    -webkit-transition: opacity 1s ease-in-out, background 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out, background 1s ease-in-out;
    transition: opacity 1s ease-in-out, background 1s ease-in-out;
}

#main article {
    min-height: 100vh !important;
}

.text-scroller {
    opacity: 0;
}

body.has-loaded .text-scroller {
    opacity: 1;
}

/*body:not(.home) #main article {*/
body #main article {
    position: relative;
    background: #FBF4E7;
    /*-webkit-transform: translateX(0);*/
    /*-ms-transform: translateX(0);*/
    /*transform: translateX(0);*/
    padding-right: 0;

    /*min-height: 1000px;*/
    /*box-shadow: 20px 0 100px rgba(0, 0, 0, 0.5);*/
}

/*#main article {*/
/*	position: relative;*/
/*	background: #FBF4E7;*/
/*	-webkit-transition: opacity .5s ease-in-out;*/
/*	-moz-transition: opacity .5s ease-in-out;*/
/*	transition: opacity .5s ease-in-out;*/
/*	!*-webkit-transform: translateX(0);*!*/
/*	!*-ms-transform: translateX(0);*!*/
/*	!*transform: translateX(0);*!*/
/*	padding-right: 0;*/
/*	box-shadow: 20px 0 100px rgba(0, 0, 0, 0.5);*/

/*	min-height: 1000px;*/
/*}*/
#main article.is-half-trans {
    background: rgba(251, 244, 231, .35) !important;
}

/*}*/
.has-brown-color {
    color: #532E00 !important;
}

#main article .scroll-overlay {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 50px;
    z-index: 101;
    pointer-events: none;
}

.scroll-overlay-2 {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 70px;
}

#main article.offscreen {
    /*-webkit-transform: translateX(100%);*/
    /*-ms-transform: translateX(1000%);*/
    /*transform: translateX(100%);*/
    opacity: 0;
    overflow: hidden;
}

.page-content {
    /*overflow: hidden;*/
    position: relative;
    min-height: calc(100vh - 37px) !important;
}

body.page-id-9 .page-content table tr td:first-child {
    padding-right: 10px;
    font-weight: bold;
}

body.page-id-573 .page-content table tr td:first-child {
    min-width: 130px;
    vertical-align: top;
}

body.page-id-573 .page-content table tr td {
    /*padding: 5px 0;*/
}

.heading-table {
    margin-bottom: 20px;
}

.leittext-holder-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
}

.leittext-holder {
    position: absolute;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    /*-webkit-transform: translateX(0);*/
    /*-ms-transform: translateX(0);*/
    /*transform: translateX(0);*/
    margin-left: 0;
    background: #FBF4E7;
    padding: 50px 30px 100px 45px;
    width: 100%;
}

.leittext-holder em {
    font-size: 11px;
    display: block;
    margin: 0 0 -30px;
    line-height: 17px;
}

.leittext-holder {
}

body.home .leittext-holder {
    margin-left: -100%;
}

.leittext-holder.offscreen {
    margin-left: -100%;
    /*-webkit-transform: translateX(110%);*/
    /*-ms-transform: translateX(1010%);*/
    /*transform: translateX(110%);*/
    /*opacity: 0;*/
}

.leittext-holder.is-fixed {
    position: fixed;
}

#breadcrumb {
    position: fixed;
    bottom: 0;
    width: 100%;
    /*background: rgba(251, 244, 231, 0.34);*/
    z-index: 3;
    display: none;
}

#breadcrumb ol {
    padding: 0;
    margin: 0;
    padding-left: 17px;
}

#breadcrumb li {
    float: left;
    list-style-type: none;
    padding-left: 3px;
    font-size: 11px;
    text-transform: uppercase;
}

body.is-content #breadcrumb {
    display: none;
}

a.close-content {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 2;
    bottom: 13px;
    left: 30px;
    border-radius: 100%;
    border: 1px solid #816f68;
    width: 32px;
    height: 32px;
    font-size: 40px;
    text-align: center;
    color: #FBF4E7;
    padding: 7px 0 0 0;
    background: url(library/assets/images/arrow-back.svg) center no-repeat;
    background-size: 10px;
    background-position-x: 8px;
}

body.is-content a.close-content {
    display: block;
    opacity: 1;
}

.menu-back-wrap {
    position: fixed;
    background: #FBF4E7;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 12px 0 16px 30px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.is-content .menu-back-wrap {
    /*padding: 60px 0 16px 30px;*/
}

body.page-id-164 #main article.offscreen.is-content,
body.page-id-535 #main article.offscreen.is-content {
    opacity: 1 !important;
}

.menu-back {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: url(library/assets/images/arrow-back-dark.svg) center no-repeat;
    background-size: 10px;
    background-position-x: 8px;
    cursor: pointer;
    border: 1px solid #816f68;
}

.menu-back:not(.no-hover):hover,
.menu-back:focus {
    background-color: #e4d4c7;
}

.page-id-124 .leittext-holder img {
    width: 161px;
    height: auto;
}

img.aligncenter.wp-image-173 {
    margin-top: 10px;
}

.is-content.page-id-124 .leittext-holder.is-fixed {
    /*position: relative;*/
}

@keyframes rollIn {
    0% {
        display: block;
        opacity: 0;
    }
    50% {
        opacity: 0;
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* menu */
.menu-wrapper {
    /*width: 100%;*/
    /*background: red;*/
    /*overflow: hidden;*/
    /*position: relative;*/
}

ul#menu-nested-pages {
    opacity: 0;
}

ul#menu-nested-pages.has-loaded {
    opacity: 1;
}

ul#menu-nested-pages,
ul#menu-nested-pages ul.submenu {
    padding: 0;
}

ul#menu-nested-pages li {
    list-style-type: none;
    padding: 0 40px;
    margin: 13px 0;
}

ul#menu-nested-pages > li:first-child {
    margin-top: 0;
}

/*#post-52 {*/
/*    opacity: 0;*/
/*}*/

body.home #main article#post-52.has-loaded {
    /*opacity: 1;*/
}

/*ul#menu-nested-pages > li,*/
/*ul#menu-nested-pages.open > li,*/
/*ul#menu-nested-pages .submenu {*/
/*display: none;*/
/*}*/

/*body.page-id-52 ul#menu-nested-pages:not(.open) > li {*/
/*display: block;*/
/*}*/

ul#menu-nested-pages {
    /*position: absolute;*/
    /*bottom: 50px;*/
    width: 100%;
    margin: 0;
    will-change: auto;
    padding-top: 40px;
    background: #FBF4E7;

    -webkit-transition: -webkit-transform 1000ms cubic-bezier(.24, .01, .61, 1), opacity 600ms ease-in;
    -moz-transition: -moz-transform 1000ms cubic-bezier(.24, .01, .61, 1), opacity 600ms ease-in;
    -o-transition: -o-transform 1000ms cubic-bezier(.24, .01, .61, 1), opacity 600ms ease-in;
    transition: transform 1000ms cubic-bezier(.24, .01, .61, 1), opacity 600ms ease-in; /* custom */

}

html.ipad.ios7 ul#menu-nested-pages {
    bottom: 70px;
}

body.is-content ul#menu-nested-pages {
    /*margin-left: -200px;*/
    /*opacity: 0;*/
}

body.is-content a.logo {
    /*-webkit-transform: translateX(-200px);*/
    /*transform: translateX(-200px);*/
    /*opacity: 0;*/
}

body.is-content .menu-wrapper {
    overflow: hidden;
}

ul#menu-nested-pages.active {
}

ul#menu-nested-pages .submenu {
    /*position: absolute;*/
    /*background: #FBF4E7;*/
    /*!*bottom: 50px;*!*/
    /*width: 100%;*/
    /*left: 100%;*/
    /*bottom: 0;*/
    position: absolute;
    background: #FBF4E7;
    width: 100%;
    left: 100%;
    /*bottom: 70px;*/
}

ul#menu-nested-pages .submenu.false-active {
    visibility: hidden;
}

ul#menu-nested-pages .submenu.z-index {
    z-index: 1;
}

ul#menu-nested-pages .submenu.parent-submenu,
ul#menu-nested-pages .submenu.current-submenu {
    /*left: 0;*/
    /*z-index: 1;*/
    /*padding-top: 300px;*/
}

li.menu-item-has-children:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    right: 53px;
    top: 16px;
    border-top: 2px solid #816f68;
    border-right: 2px solid #816f68;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

li.menu-item-has-children:hover:after {
    /*border-top: 2px solid #fff;*/
    /*border-right: 2px solid #fff;*/
}

ul#menu-nested-pages li a {
    display: block;
    position: relative;
    padding: 6px 14px;
    /*text-transform: uppercase;*/
    background: #e4d4c7;
    border: 1px solid #c6b6ab;
    color: #816f68;
    font-size: 14px;
    box-shadow: var(--the-box-shadow);
}

ul#menu-nested-pages li a:focus {
    box-shadow: none;
}

ul#menu-nested-pages li:not(.no-hover):hover > a,
ul#menu-nested-pages li > a:focus,
ul#menu-nested-pages li > a:active {
    text-decoration: none;
    background: #d7c6b8;
    /*color: #fff;*/
    /*border-bottom: 1px solid #008cba;*/
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

ul#menu-nested-pages li a:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 8px;
    border-radius: 100%;
    /* border: 1px solid #E2D9CA; */
    border: 1px solid #00000020;
    border-right-color: #816f68;
    mix-blend-mode: multiply;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: none;
}

ul#menu-nested-pages li.loading a:after {
    display: block;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

section.page-content.entry-content.clearfix {
    padding: 30px 15px 100px 30px;
}

body.home section.page-content.entry-content.clearfix {
    /*padding: 52px 15px 100px 80px;*/
    /*padding: 52px 15px 5px 80px;*/
    /*padding: 42px 15px 5px 80px;*/
    /*padding: 51px 15px 5px 172px;*/
}

.no-opac {
    opacity: 0 !important;
}

li#menu-item-165, /* impint link in menu */
.resp-menu-btn,
.imprint-logo {
    display: none;
}

/* Formular */
.alert {
    background: #BD7A7A;
    border: none;
}

.has-error .form-control {
    border-color: #BD7A7A;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #BD7A7A;
}

.form-control {
    background: #FFFDFB;
    border: 1px solid #E6E0D4;
    box-shadow: none;
}

.form-control:focus {
    border: 1px solid #295F9D;
    box-shadow: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #295F9D;
    background: none;
    color: #295F9D;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #e4d4c7;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    border: 1px solid #295F9D;
    background-color: #e4d4c7;
    color: #295F9D;
    outline: 0;
    box-shadow: none;
}

.wp-image-162 {
    width: 65%;
    height: auto;
}

.gallery-item {
    border: 2px solid #FBF4E7;
}

.gallery img {
    border: none !important;
    width: 100% !important;
    height: auto !important;
}

.gallery .wp-caption-text {
    color: #816f68;
    font-family: 'Muli', sans-serif;
    line-height: 1.8em;
    font-size: 14px;
}

dt.gallery-icon {
    background: black;
}

.gallery-item {
    position: relative;
}

.wp-caption-text {
    position: absolute;
    bottom: 0;
    z-index: 111;
    background: rgba(0, 0, 0, 0.55);
    width: 100%;
    margin: 0 !important;
    padding: 5px 0;
    color: #FBF4E7 !important;
}

@media (max-width: 1400px) {
    .page-id-156 h1.hyphenate {
        font-size: 25px;
    }
}

.weitere {
    padding-top: 100px;
    display: block;
}

.c-pager {
    padding: 0;
    display: none;
}

.c-pager span > .c-btn {
    display: block;
    background: #FBF4E7;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border: 1px solid #3366A1;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    float: left;
    border-radius: 100%;
}

.c-pager span > .c-btn:hover {
    background-color: rgb(180, 204, 220);
}

.c-pager span.cycle-pager-active > .c-btn {
    background: rgb(123, 167, 197);
    color: #FBF4E7;
}

.tooltip > .tooltip-inner {
    background: #3366A1;
    color: #FBF4E7;
    font-size: 14px;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #3366A1;
}

/*
 *disable menu stuff thing
*/
/*#menu-item-88 .submenu li:not(:first-child) a,*/
/*ul#menu-nested-pages > li:nth-child(2),*/
/*ul#menu-nested-pages > li:nth-child(3) {*/
/*opacity: .5;*/
/*}*/
/*.nohoverdada {*/
/*background: #BED5E5 !important;*/
/*cursor: default !important;*/
/*}*/
/*li#menu-item-531 a {*/
/*position: relative;*/
/*transform: rotateZ(-6deg);*/
/*transform-origin: left bottom;*/
/*background: #F9C191 !important;*/
/*color: #7F232A !important;*/
/*}*/
/*li#menu-item-531 a:hover {*/
/*background: #F1BB8D !important;*/
/*}*/
/*li#menu-item-531 {*/
/*height: 160px;*/
/*position: relative;*/
/*overflow: hidden;*/
/*padding: 0 !important;*/
/*margin: 10px 30px !important;*/
/*}*/
/*li#menu-item-531 a {*/
/*position: absolute !important;*/
/*bottom: 0;*/
/*width: 110%;*/
/*height: 58px;*/
/*line-height: 52px;*/
/*font-style: italic;*/
/*padding-left: 16px !important;*/
/*}*/
/*ul#menu-nested-pages li#menu-item-531 a:after {*/
/*right: 8%;*/
/*border: 1px solid #C59265;*/
/*border-right-color: #822026;*/
/*}*/
/*body.home #main article {*/
/*    opacity: 0;*/
/*    box-shadow: none;*/
/*    background: none;*/
/*    !*background: rgba(255, 255, 255, 0.3);*!*/
/*    text-shadow: 0 0 10px rgba(255, 255, 255, 1),*/
/*    0 0 20px rgba(255, 255, 255, 1),*/
/*    0 0 50px rgba(255, 255, 255, 1),*/
/*    0 0 80px rgba(255, 255, 255, 1),*/
/*    0 0 100px rgba(255, 255, 255, 1);*/

/*    color: #114179 !important;*/
/*}*/

/*body.home #sidebar {*/
/*    max-height: 100vh !important;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    !*position: relative;*!*/
/*    !*max-height: 100vh;*!*/
/*}*/

/*body.home #main {*/
/*    position: absolute;*/
/*    right: 0;*/
/*}*/

/*body.home #sidebar .inner {*/
/*    position: sticky;*/
/*    height: 100vh;*/
/*    width: 100%;*/
/*    top: 0;*/
/*}*/

/*body.home #main article .scroll-overlay {*/
/*    background: none;*/
/*}*/

body.page-id-574 section.page-content.entry-content.clearfix {
    padding: 44px 15px 100px 30px;
}

#termintable td:first-child {
    padding-right: 31px;
    min-width: 130px;
}

#termintable td {
    vertical-align: bottom;
    padding-bottom: 0;
    padding-top: 0;
}

#termintable.orttabble {
    margin-top: 20px;
}

.scroller {
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
    /*height: 100vh;*/
    /*max-height: 100vh;*/
}

.mb-2 {
    margin-bottom: 20px;
}

.opac-0 {
    opacity: 0 !important;
}

.opac-1 {
    opacity: 1 !important;
}

ul#menu-nested-pages li#menu-item-743 a {
    /* background: #588CC4; */
    /* color: #FBF4E6; */
    background-image: url(https://integriertebildung.de/wordpress/wp-content/themes/formfabrik/library/assets/images/icon-external.svg?v=neu12);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: right 11px top 8px;
}

.text-scroller {
    position: absolute;
    left: 30px;
    top: 0px;
    height: 100vh;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(180deg,
    rgba(0, 0, 0, 0) calc(0% + 55px),
    rgba(0, 0, 0, 0.4) 33%,
    rgba(0, 0, 0, 1) 35%,
    rgba(0, 0, 0, 0.4) 37%,
    rgba(0, 0, 0, 0) calc(100% - 50px)
    );
    mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
}

.text-scroller .wrapper {
    animation: moveUp 600s;
    animation-timing-function: linear;
}

.text-scroller .inner {
}

.text-scroller .inner span {
    display: block;
    color: #532E00;
}

@keyframes moveUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-500vw);
    }
}

table.training-table {
    margin-bottom: 20px;
}

table.training-table > tbody > tr {
    vertical-align: top;
}

table.training-table > tbody > tr > td {
    padding-bottom: 5px
}

table.training-table table td {
    line-height: 18px;
    padding-top: 2px;
}

td.uhrzeit + td {
    padding-bottom: 9px !important;
}

td.uhrzeit + td, td.uhrzeit {
    padding-top: 3px !important;
}

table.training-table .custom-control {
    margin-bottom: 1px !important;
}

table.training-table .custom-control:last-child,
table.training-table .custom-control .custom-control-label {
    margin-bottom: 0 !important;
    font-weight: normal !important;
}

.text-bigger {
    font-size: 1.5rem !important;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-primary,
.aka-btn {
    width: 100%;
    line-height: 22px;
    max-width: 300px;
    text-align: left;
    cursor: pointer;

    display: block;
    position: relative;
    padding: 6px 14px;
    background: #e4d4c7;
    border: 1px solid #c6b6ab;
    color: #816f68;
    font-size: 14px;
    transition: all 0.2s ease-in-out !important;

    box-shadow: var(--the-box-shadow) !important;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-primary:hover,
.aka-btn:hover {
    color: #816f68;
    background: #d7c6b8;
    text-decoration: none;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-primary:focus,
.aka-btn:focus {
    color: #816f68;
    outline: none;
    text-decoration: none;
}

.custom-radio.disabled {
    pointer-events: none;
    opacity: 0.5;
}

:root {
    --checkbox-size: 14px;
}

.form-switch,
.form-switch * {
    cursor: pointer;
}

.form-switch label * {
    display: block;
}

.form-switch span.wpcf7-list-item-label.form-check-label {
    position: relative;
    line-height: 1.2;
}

.form-switch label span:after,
.form-switch label span:before {
    left: -20px !important;
    margin-top: -2px !important;
}

.form-switch label input:checked + span:after,
.radio.custom-control.custom-radio input:checked + label:after,
.wpcf7-acceptance .wpcf7-acceptance input:checked + label:after {
    content: "✓";
    position: absolute;
    top: 2px;
    left: 0px;
    width: var(--checkbox-size);
    height: var(--checkbox-size);
    color: #846c31;
    background: #e3d3c6;
    line-height: calc(var(--checkbox-size) - 1px);
    font-size: 9px;
    font-weight: 600 !important;
    padding-left: 2.5px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #846c31;
}

.form-switch label span:after,
.radio.custom-control.custom-radio label:before,
.wpcf7-acceptance .wpcf7-acceptance label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: var(--checkbox-size);
    height: var(--checkbox-size);
    background: #e3d3c6;
    background: #FFF;
    border: 1px solid #846c31;
}

.form-switch label span:before,
.form-switch label span:after,
.radio.custom-control.custom-radio label:before,
.radio.custom-control.custom-radio label:after,
.wpcf7-acceptance .wpcf7-acceptance label:before,
.wpcf7-acceptance .wpcf7-acceptance label:after {
    border-radius: 100px;
    /*margin-top: 1px;*/
}

/*.form-switch label input:checked + span:after,*/
/*.radio.custom-control.custom-radio input:checked + label:after,*/
/*.wpcf7-acceptance .wpcf7-acceptance input:checked + label:after {*/
/*    content: "✓";*/
/*    position: absolute;*/
/*    top: 2px;*/
/*    left: 0px;*/
/*    width: var(--checkbox-size);*/
/*    height: var(--checkbox-size);*/
/*    color: #846c31;*/
/*    background: #e3d3c6;*/
/*    line-height: 15px;*/
/*    font-size: 10px;*/
/*    padding-left: 4px;*/
/*    font-weight: 600 !important;*/
/*    font-size: 10px;*/
/*    padding-left: 3px;*/
/*    font-family: Arial, Helvetica, sans-serif;*/
/*    border: 1px solid #846c31;*/
/*}*/

.radio.custom-control.custom-radio label:before,
.radio.custom-control.custom-radio label:after,
.wpcf7-acceptance .wpcf7-acceptance label:before,
.wpcf7-acceptance .wpcf7-acceptance label:after {
    border-radius: 100px;
    margin-top: 1px;
}

.form-switch input,
.radio.custom-control.custom-radio input,
.wpcf7-acceptance .wpcf7-acceptance input {
    opacity: 0;
    display: none;
}

.radio.custom-control.custom-radio label,
.wpcf7-acceptance .wpcf7-acceptance label {
    font-size: 12.5px;
    font-weight: bold;
}

.radio.custom-control.custom-radio,
.wpcf7-acceptance .wpcf7-acceptance {
    position: relative;
}

label.custom-control-label {
    display: block;
    line-height: 1.8rem;
    padding-top: 1px;
}

.form-group.anrede {
    display: flex;
}

.form-group.anrede .radio {
    margin: 0 1rem 0 0;
}

.training-form .radio {
    margin: 0;
}

.training-form .form-group {
    margin-bottom: 0;
}

.anmeldeform input[type="submit"],
.anmeldeform input[type="radio"],
.anmeldeform input[type="text"],
.anmeldeform input[type="email"],
.anmeldeform input[type="number"],
.anmeldeform select {
    background: #fff;
    color: #846c31;
    font-size: 12px;
    border: 1px solid #816f68;
    padding: 12px 10px 3px 10px;
    height: auto;
}

.anmeldeform * {
    font-weight: bold;
}

.anmeldeform .form-group {
    margin: 0;
}

.anmeldeform table {
    width: 100%;
}

.training-form {
    margin-bottom: 9rem;
}

.training-title-data {
    margin-bottom: 20px;
    display: block;
}

.whiteform {
    position: relative;
    background: #FFF;
    padding: 5rem calc(5rem + 6px) 5rem 5rem;
    border: 1px solid #816f68;
    overflow: auto;
    max-width: 690px;

    margin-bottom: 2rem;
    box-shadow: var(--the-box-shadow) !important;
}

.whiteform .inner-wrap {
    font-weight: bold !important;
    position: relative;
}

.whiteform img {
    max-width: 200px;
    margin-left: -8px;
}

.whiteform .image-wrap {
    border-bottom: 1px solid #E7AB6C;
}

.whiteform .anmeldungheader {
    background: #e2d3c6;
    font-weight: bold;
    margin: 2.2rem 0;
    padding: 1rem 3rem;
    text-transform: uppercase;
    border: 1px solid #816f68;
    color: #836c30;
}


.whiteform .training-title {
    display: block;
    margin-bottom: 22px;
    font-size: 16px;
}

.whiteform .infobox,
.whiteform .formbox {
    /*padding: 2rem 3rem;*/
    /*border: 1px solid #816f68;*/

    padding: 24px 30px;
    border: 1px solid #846c31;
    color: #836c30;
    background: #f6f0ec;
    margin-bottom: 7mm;
}

.whiteform .infobox table.anmeldeinfo td {
    vertical-align: top;
}

.whiteform .formbox tr td {
    vertical-align: bottom;
    padding-bottom: 10px;
}

.whiteform .formbox tr td:first-child {
    padding-right: 10px;
    padding-bottom: 10px;
}

.whiteform .formbox td:last-child {
    width: 100%;
}

.whiteform .entry-content {
    position: relative;
    background: #FFF;
    opacity: 0;
    transition: all .3s ease-in;
    z-index: 1;
}

.whiteform.show-agb {
    padding-right: 5rem !important;
}

.whiteform .entry-content.visible {
    opacity: 1;
}

.whiteform .inner-wrap.absolute {
    position: absolute;
    width: calc(100% - 10rem);
}

.whiteform {
}

.whiteform {
}

.whiteform {
}

.whiteform {
}

.whiteform {
}

.whiteform {
}

.whiteform {
}

.whiteform {
}

.whiteform {
}

.spendenform-succes-msg,
.spendenform {
    /*position: absolute;*/
    width: 100%;
    z-index: 1;
}

.spendenform {
}

.spendenform-succes-msg {
    display: none;
    opacity: 0;
    z-index: 0;
}

.spendenform-succes-msg.d {
    display: block;
}

.spendenform-succes-msg td:first-child {
    padding-right: 40px;
}

.spendenform-succes-msg a {
}

.spendenform-wrapper + .wpcf7-mail-sent-ok.alert-success {
    display: none !important;
}

.anmeldeform-outerformwrapper .btn-wrap {
    min-height: 100px;
}

.close-agb {
    margin-bottom: 76px;
    margin-top: 70px;
}

.anmeldeform-outerformwrapper.hide-it {
    opacity: 0;
    z-index: 0;
}

.anmeldeform-outerformwrapper.-d {
    position: absolute;
    display: none;
}

.spendenform-succes-msg.show-it {
    opacity: 1;
    z-index: 1;
}

.training-list {
    position: relative;
    opacity: 1;
    transition: all .3s ease-in;
    z-index: 1;
}

.training-list.hideit {
    opacity: 0;
    z-index: 0;
}

.anmeldung-form-wrapper {
    position: relative;
    opacity: 1;
    transition: all .3s ease-in;
    z-index: 1;
}

.anmeldung-form-wrapper.hideit {
    opacity: 0;
    z-index: 0;
}

td.training-date {
    line-height: 1.3em;
    padding: .3em 0 .5em 0;
}

td.training-date br {
    content: "";
    margin: 0;
    display: block;
    font-size: 0;
    padding: .25rem;
}

.form-group.wpcf7-form-control.wpcf7-radio.anrede {
    padding-top: 4px;
    margin-bottom: -4px;
}

.wp-block-media-text {
    margin-bottom: 4rem;
}

.wp-block-media-text .wp-block-media-text__content {
    padding-right: 0;
}

.audios-list {
    max-width: 550px;
}

.audios-list .item {
    display: flex;
    justify-content: space-between;
}

.play-audio-btn,
.play-video-btn {
    position: relative;
    max-width: 150px;
}

.play-audio-btn:before,
.play-video-btn:before {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
    border-radius: 100rem;
    background: rgba(255, 255, 255, .3);
}

.play-audio-btn:after,
.play-video-btn:after {
    content: "";
    position: absolute;
    top: 9px;
    right: 10px;
    width: 0px;
    height: 0px;
    border: 3px solid #816f68;
    border-color: transparent transparent #816f68 #816f68;
    transform: rotateZ(225deg);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.audio-player {
    display: none;
    transition: all .5s ease-in;
}

.audio-player.hideIt {
    opacity: 0;
}

.page-content > p,
.page-content > .audios-list {
    transition: all .5s ease-in;
}

.page-content > p.hideIt,
.page-content > .audios-list.hideIt {
    opacity: 0;
}

.outer {
    position: relative;
    display: inline;
    overflow: hidden;
}

span.overlay {
    /*display: none !important;*/
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    transition: all .2s ease-in;
}

.outer.invis .overlay {
    width: calc(100% + 1rem);
    background: linear-gradient(90deg, transparent 0rem, #FBF4E7 1rem);
}

.outer.invis {
    opacity: 0;
    transition: all .1s ease-in;
}

.outer.vis {
    opacity: 1;
}

.outer.vis .overlay {
    width: 0;
}

span.overlay {
    display: none !important;
}

span.overlay.showIt {
    display: block !important;
}

.play-video-btn {
    position: relative;
}

.play-video-btn span:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 100%;
    /* border: 1px solid #E2D9CA; */
    border: 1px solid #A7BFD0;
    border-right-color: #816f68;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: none;
}

.play-video-btn.loading span:after {
    display: block;
}

.modal-wrapper {
    display: flex !important;
    align-items: start;
    justify-content: end;
    margin-left: auto;
    overflow: hidden;
}

.modal-dialog {
    transform: none !important;
}

#videoModal {
    width: 100vw;
}

#videoModal .modal-body {
    padding: 0;
    margin-bottom: -10px;
}

#videoModal iframe {
    width: 100%;
}

#videoModal button.close {
    position: absolute;
    right: 0rem;
    top: -4rem;
    color: #FFF;
    opacity: 1;
    text-shadow: none;
    font-size: 4rem !important;
}

#videoModal button.close:hover {
    background: none !important;
}

.modal-backdrop.in {

    background: #2A1A06;
    opacity: 0.35 !important;
    filter: alpha(opacity=35) !important;
}

.ff-preloader {
    position: fixed;
    background: #FBF4E7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    opacity: 1;
    transition: all 1s ease-in-out;
    z-index: 999;
}

.ff-preloader.is-hiding {
    opacity: 0;
}

.ff-preloader.is-hidden {
    display: none;
}

.ff-preloader .logo,
.ff-preloader .spinner {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin: -75px;
    border: 5px solid rgb(239 228 219);
    border-top: 5px solid rgb(194 178 167);
}

.ff-preloader .spinner {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#daAudioPlayer {

    z-index: 999;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 280px;
}

.wpcf7-list-item {
    margin-left: 0;
}

.ff-custom-label {
    display: block;
    margin-bottom: var(--ff-spacer-3);
}

.ff-custom-label.required .ff-custom-label-text::after {
    content: "*";
    color: var(--bs-danger);
}

.ff-custom-label .ff-custom-label-text:empty {
    display: none;
}

.wpcf7 form .wpcf7-form-control.wpcf7-radio {
    display: block;
}

.wpcf7 form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
}

.wpcf7 form.resetting .wpcf7-response-output {
    display: block;
}

.wpcf7 form.submitting {
    opacity: 0.5;
    pointer-events: none;
}

.wpcf7 form.submitting [type="submit"] {
    outline: 0;
}

.wpcf7 form .wpcf7-spinner {
    display: none !important;
}

.wpcf7 form.submitting .wpcf7-spinner {
    position: relative;
    width: 100%;
    height: 5px;
    margin: 0;
    overflow: hidden;
    visibility: visible;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0;
}

.wpcf7 form.submitting .wpcf7-spinner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 5px;
    background: var(--bs-primary);
    animation: indeterminate 1.5s cubic-bezier(0, 0.27, 1, 0.63) infinite;
}

@keyframes indeterminate {
    0% {
        left: -35%;
    }

    100% {
        left: 100%;
    }
}

form.wpcf7-form.resetting *:not(.wpcf7-response-output),
form.wpcf7-form.sent *:not(.wpcf7-response-output) {
    /*display: none;*/
    /*pointer-events: none;*/
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    border-color: #a82b13 !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #d4b6b6;
    color: #473a3a;
    border: none;
    padding: 2rem 2rem;
}


.imprint-sticky {
    display: none;
}

.imprint-sticky.imprint-mobile {
    display: flex;
    justify-content: flex-end;
}

.wp-block-spacer[style="height:10px"] {
    height: 40px !important;
}

label, .radio label, .checkbox label, .help-block {
    font-size: inherit;
}
