:root {
    --primary: #5bc2d7;
    --secondary: #18335f;
    --btn: #18335f;
    --active: #2cdae9;
    --hover: #F5F7FA;
    --white: #ffffff;
    --darkblue: #3D3667;
    --blue: #18335f;
    --lightblue: #626896;
    --grey: #A6A2B5;
    --lightgrey: #F5F7FA;
}

/*
--------------Farben-------------
Hellblau: #5bc2d7
Dunkelblau: #18335f
*/

body, html, * {
    font-size: 19px;
    line-height: 1.5;
    font-family: 'Isidora Sans';
    font-weight: 300;
}

body {
    background-color: #F5F7FA;
}

html {
    scroll-behavior: smooth;
}

.blur {
    filter: blur(5px);
}

a {
    color: var(--blue);
    text-decoration: none;
    font-size: 100%;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none;
    color: var(--blue);
    transition: all .3s ease;
}

a:focus {
    text-decoration: none;
}

li {
    list-style: none;
    position: relative;
}

ul {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 300%;
    font-weight: 700;;
    display: block;
    position: relative;
    color: #18335f;
    margin: 0;
    line-height: 1;
}

h2 {
    font-size: 250%;
    font-weight: 700;
    display: block;
    color: #18335f;;
    margin: 0;
    line-height: 1;
}

h3 {
    font-size: 150%;
    font-weight: 700;
    display: block;
    color: #18335f;;
    margin: 0;
    line-height: 1;
}

.headline {
    font-size: 200%;
    font-weight: 700;
    display: block;
    color: #18335f;;
    margin: 0;
    line-height: 1;
}

.subline {
    font-size: 115%;
    font-weight: 700;
    display: block;
    color: #5bc2d7;;
}

.btn {
    position: relative;
    padding: 15px 25px 15px 25px;
    font-size: 100%;
    font-weight: 400;
    background: #5bc2d7;
    color: #fff;
    transition: all .3s ease;;
    line-height: 1;
    text-align: center;
}

.btn:hover {
    color: #fff;
    transition: all .3s ease;
    background-color: #18335f;
}

.btn.secondary {
    background-color: var(--secondary);
}

.btn.secondary:hover {
    background-color: var(--primary);
}

strong {
    font-weight: 600;
    font-size: 100%;
}

.container {
    max-width: 1500px;
}

.container.wide {
    max-width: 1800px;
}

.innercontainer {
    display: block;
    position: relative;
    margin: 25px 50px 50px 50px;
    padding: 50px;
    background-color: white;
    border-radius: 10px;
}


.center {
    text-align: center;
}

.no-margin {
    margin: 0;
}

.rechtliches {
    padding: 15px 0 0 30px;
}

/*------------------------------------Header-------------------------------------------------*/
#page-header {
    z-index: 9999;
    position: relative;
}

#page-header #accordionSitebar {
    background-color: #fff;
    height: 100%;
}

#page-header .topheader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px 20px;
    background: #18335F;
    color: #C8C3DB;
    z-index: 999;
    height: 80px;
}

#page-header .topheader .logo img {
    max-height: 50px;
    margin-bottom: 5px;
}

#page-header .topheader a {
    display: inline-block;
    color: #C8C3DB;
    font-size: 90%;
}

#page-header .topheader .dashboardlinks a::before {
    content: '|';
    margin-right: 5px;
}

#page-header .topheader .suchleiste .suche {
    display: inline-block;
    width: fit-content;
}

#page-header .topheader .suchleiste .suche input {
    border-radius: 6px;
    background: #626896;
    color: #fff;
    border: none;
    padding: 2px 40px 0 15px;
}

#page-header .topheader .suchleiste a {
    color: white;
    margin-left: 10px;
    font-size: 0.85rem;
    font-weight: 500;
}

#page-header .topheader .verticalcenter{
    align-content: center;
}

#page-header .topheader .left {
    text-align: start;
}
#page-header .topheader .left a{
    padding-right: 20px;
    font-weight: 500;
}

#page-header .topheader .right {
    text-align: end;
    padding-right: 40px;
}

#page-header .topheader .right .avatar {
    border-radius: 32px;
    margin-left: 30px;
}

#page-header .topheader .zumwarenkorb {
    position: relative;
}

#page-header .topheader .zumwarenkorb span {
    font-size: 70%;
    background-color: #FF006C;
    border-radius: 20px;
    font-weight: 600;
    color: white;
    position: absolute;
    text-align: center;
    height: 20px;
    width: 20px;
    top: -5px;
    right: -15px;
}

#page-header .search-submit {
    color: var(--darkblue);
    font-weight: 500;
    background-color: var(--white);
    border: none;
}

.searchwp-live-search-results {
    position: fixed !important;
}

#page-header .arrow {
    position: relative;
}

#page-header .arrow::after {
    cursor: pointer;
    position: absolute;
    width: 16px;
    left: -8px;
    top: 0;
    bottom: 0;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/Purebo/media/down-arrow.png');
}

#page-header .arrow-padding {
    display: inline-block;
    padding-left: 16px;
}

#page-header .wiki-category,
#page-header .schulung-category {
    cursor: pointer;
}

#page-header .wiki-category.active .arrow::after,
#page-header .schulung-category.active .arrow::after {
    transform: rotate(180deg);
}

#page-header .wiki-category > ul,
#page-header .schulung-category > ul {
    transition: all .15s ease-in-out;
    height: 0;
    overflow: hidden;
}

#page-header .wiki-category.active > ul,
#page-header .schulung-category.active > ul {
    height: auto;
}

#page-header .sitebar {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 80px;
    width: 250px;
    padding: 0;
    height: calc(100vh - 80px);
    background-color: #FFFFFF;
}

#page-header .sitebar .background {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: var(--white);
    z-index: 999;
}

#page-header .sitebar li a span {
    color: var(--blue);
    transition: all 0.3s ease;
}

#page-header .sitebar li a span:hover {
    color: var(--active);
}

#page-header .sitebar .accordion-body li {
    margin-bottom: 10px;
    padding-left: 25px;
    position:relative;
}

#page-header .sitebar .menu-image-title-after.menu-image-title {
    padding-left: 0px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 95%;
}

#page-header .sitebar .menu-image-title-after.menu-image-not-hovered img {
    scale: 1.2;
    margin-top: -3px;
    position: absolute;
    left: 0;
    top: 8px;
}

#page-header .sitebar .organisation {
    border: none;
}

#page-header .sitebar .organisation .bezirklogo {
    margin-right: 10px;
}

#page-header .sitebar .organisation .accordion-button {
    font-weight: 600;
    color: #180F4B;
}

#page-header .sitebar .admin,
#page-header .sitebar .business,
#page-header .sitebar .official{
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0 !important;
}

#page-header .sitebar .business {
    outline: none;
}

#page-header .sitebar .official {
    border: none;
}

#page-header .sitebar .business .schulungscenter, #page-header .sitebar .business .wikilink {
    cursor: pointer;
}

#page-header .sitebar .business .accordion-button, #page-header .sitebar .admin .accordion-button,
#page-header .sitebar .official .accordion-button{
    font-size: 0.85rem;
    font-weight: 600;
    color: #A6A2B5;
}

#page-header .sitebar .business .accordion-button:not(.collapsed), #page-header .sitebar .admin .accordion-button:not(.collapsed),
#page-header .sitebar .official .accordion-button:not(.collapsed){
    background-color: white;
    box-shadow: none;
}

#page-header .sitebar .accordion-body {
    padding-top: 5px;
}

#page-header .sitebar ul ul {
    border-left: 1px solid #5bc2d7;
}

#page-header .sitebar ul ul > li {
    line-height: 0.5;
    margin-bottom: 10px;
}

#page-header .sitebar .wiki-category {
    padding-bottom: 20px;
    font-weight: 600;
    color: var(--blue);
    font-size: 115%;
    word-break: break-word;
}

#page-header .sitebar .wiki-category ul li {
    padding-left: 15px;
}

#page-header .sitebar .wiki-category ul li a {
    font-weight: 500;
    font-size: 90%;
}

#page-header .sitebar .wiki-category ul li a:hover {
    color: var(--active);
}

#page-header .sitebar .schulung-category {
    padding-bottom: 20px;
    font-weight: 600;
    color: var(--blue);
    font-size: 115%;
}

#page-header .sitebar .schulung-category ul li {
    padding-left: 15px;
}

#page-header .sitebar .schulung-category ul li a {
    font-weight: 500;
    font-size: 90%;
    display: inline-block;
}

#page-header .sitebar .schulung-category ul li a:hover {
    color: var(--active);
}

#page-header .sitebar .menu-wiki-container .sub-menu {
    padding-top: 15px;
}

#page-header .sitebar .menu-wiki-container .sub-menu li {
    padding-bottom: 10px;
}

#page-header .sitebar .menu-wiki-container .sub-menu li a {
    padding-bottom: 10px;
    font-size: 100%;
}

#page-header .sitebar .current_page_item:after, #page-header .sitebar .kitaverwaltung.active:after, #page-header .sitebar .schulungscenter.active:after,
#page-header .sitebar .wikilink.active:after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: var(--darkblue);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


#page-header .sitebar .schulungen, #page-header .sitebar .wiki {
    position: fixed;
    z-index: -1;
    width: 250px;
    left: 0;
    top: 80px;
    padding: 30px;
    height: calc(100vh - 80px);
    background-color: white;
    transition: all ease 0.15s;
}

#page-header .sitebar .schulungen.active, #page-header .sitebar .wiki.active {
    display: block;
    left: 250px;
    overflow: scroll;
}


#page-header .sitebar .schulungen h2, #page-header .sitebar .wiki h2 {
    font-size: 110%;
    font-weight: 600;
    color: var(--blue);
    padding-bottom: 50px;
}

#page-header .sitebar .schulungen .button{
    border: none;
    background-color: var(--active);
    color: white;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 90%;
    font-weight: 500;
    transition: all 0.3s ease;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

#page-header #addSchulungModal .button{
    border: none;
    background-color: var(--active);
    color: white;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 90%;
    font-weight: 500;
    transition: all 0.3s ease;
    display: block;
    margin-bottom: 10px;
    min-width: max-content;
}

#page-header .sitebar .sitebarheadline {
    padding-bottom: 30px;
}

#page-header .sitebar .sitebarheadline a {
    font-size: 100%;
    color: var(--blue);
    font-weight: 500;
}

#page-header .sitebar .sitebarheadline .sub-menu a {
    font-size: 90%;
    color: var(--lightblue);
    padding-left: 20px;
}

#page-header .topheader #favorite-header a {
    font-size: 75%;
    font-weight: 500;
}

#page-header .topheader #favorite-header li a::before {
    content: '|';
    margin-right: 10px;
}

#page-header .topheader #favorite-header #toggle-favorite {
    /* scale: 1.3; */
    margin-top: 1px;
    margin-right: 10px;
    cursor: pointer;
}

#page-header .topheader #favorite-header #toggle-favorite img {
    scale: 1.3;
}

#page-header .topheader #favorite-header #toggle-favorite span {
    font-size: 75%;
    font-weight: 500;
    display: inline-block;
    color: #C8C3DB;
}

/* #page-header .topheader #favorite-header li:first-child a::before{display: none;} */

.formularbutton.header {
    display: inline-block
}

.formularbutton.header .btn {
    background: none;
    padding: 0;
    margin-right: 10px;
    border: none;
    font-size: 0.85rem;
    font-weight: 500;
}

.formularbutton.header .btn:hover {
    border: none;
}

#aboformularheader {
    display: none;
    position: fixed;
    padding: 50px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    background-color: var(--white);
    width: 800px;
}

#aboformularheader.active {
    display: block;
    z-index: 9999;
}

#aboformularheader p {
    margin-bottom: 0;
}

#aboformularheader label {
    width: 100%;
}

#aboformularheader input.wpcf7-submit {
    padding: 10px 65px;
    margin-right: 0;
}

#aboformularheader .wpcf7-spinner {
    display: none;
}

#aboformularheader #closebuttonheader {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 25px;
    cursor: pointer;
}

.aboitem-slider .owl-nav {
    display: flex;
    justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    font-size: 150%;
    color: #5bc2d7!important;
    font-weight: bold;
}

#invoice-abo-form-container {
    display: none;
    z-index: 1;
    position: fixed;
    padding: 50px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    background-color: var(--white);
    width: 800px;
}

#invoice-abo-form-container.active {
    display: block;
    z-index: 9999;
}

#invoice-abo-form-container p {
    margin-bottom: 0;
}

#invoice-abo-form-container label {
    width: 100%;
}

#invoice-abo-form-container input.wpcf7-submit {
    padding: 10px 65px;
    margin-right: 0;
}

#invoice-abo-form-container .wpcf7-spinner {
    display: none;
}

#invoice-abo-form-container img {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 25px;
    cursor: pointer;
}


@keyframes fadein {
    from {
        top: -100px;
    }
    to {
        top: 0;
    }
}

@-moz-keyframes fadein {
    from {
        top: -100px;
    }
    to {
        top: 0;
    }
}

@-webkit-keyframes fadein {
    from {
        top: -100px;
    }
    to {
        top: 0;
    }
}

@-ms-keyframes fadein {
    from {
        top: -100px;
    }
    to {
        top: 0;
    }
}

/*------------------------------------Footer-------------------------------------------------*/

#page-footer {
    background: #18335f;
}


/*------------------------------ACF-Flexible-Content-----------------------------------------*/

.inhaltsbloecke {
    padding-top: 80px;
    padding-left: 250px;
    transition: all .15s ease-in-out;
}

.flx_headerblock {
    position: relative;
}

.flx_headerblock:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #18335f;
    opacity: 0.82;
    z-index: 5
}

.flx_headerblock .content {
    position: absolute;
    top: 20%;
    z-index: 10;
    color: #fff;
}

.flx_headerblock .content h1 {
    color: #fff;
    font-size: 325%;
}

.flx_headerblock .content p {
    max-width: 55%;
    font-size: 120%;
    margin-bottom: 100px;
}

.flx_headerblock.mitfarbe {
    height: 250px;
}

.flx_headerblock.mitfarbe .content {
    top: unset;
    bottom: 20%;
}

.flx_leistungblock.sliderblock {
    min-height: 550px;
}

.flx_leistungblock.sliderblock .slider {
    position: absolute;
}

.flx_leistungblock {
    margin: 100px 0;
}

.flx_leistungblock .headline {
    margin-bottom: 100px;
}

.flx_leistungblock .item {
    padding: 50px;
    border: solid 2px #5bc2d7;
    margin-bottom: 30px;
    transition: all .3s ease;
    display: block;
}

.flx_leistungblock .item img {
    max-width: 25%;
}

.flx_leistungblock .item .inhalt h3 {
    margin: 15px 0;
}

.flx_leistungblock .item:hover {
    background: #18335f;
    border-color: #18335f;
    transition: all .3s ease;
}

.flx_leistungblock .item:hover .inhalt h3 {
    color: #fff;
    transition: all .3s ease;
}

.flx_leistungblock .item:hover .inhalt p {
    color: #fff;
    transition: all .3s ease;
}

.flx_bildblock {
    margin-bottom: 200px;
}

.flx_bildblock .inhalt {
    width: 75%;
    display: block;
    margin: 0 auto;
}

.flx_bildblock .imageone {
    width: 75%;
    display: block;
    position: relative;
}

.flx_bildblock .imageone:after {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: #5bc2d7;
    position: absolute;
    bottom: -25px;
    left: -25px;
    opacity: 0.8;
}

.flx_bildblock img {
    width: 100%;
}

.flx_bildblock .imagetwo {
    width: 40%;
    float: right;
    margin-top: -250px;
    position: relative;
}

.flx_textblock {
    margin: 50px 0;
}

.flx_textblock .headline {
    margin-bottom: 15px;
}

.flx_textblock .text ul {
    margin: 50px 0;
}

.flx_textblock .text ul li {
    display: inline-block;
    width: 49.5%;
    font-weight: 600;
    margin: 5px 0;
}

.flx_textblock.mitbildrechts img {
    position: relative;
    z-index: 99;
}

.flx_textblock.mitbildrechts .grafisches_element {
    display: block;
    width: 100px;
    height: 100px;
    background: #5bc2d7;
    position: absolute;
    bottom: -25px;
    left: -10px;
    opacity: 0.8;
    z-index: 100;
}

.flx_textblock.mitbildlinks img {
    position: relative;
    z-index: 99;
}

.flx_textblock.mitbildlinks .grafisches_element {
    display: block;
    width: 100px;
    height: 100px;
    background: #5bc2d7;
    position: absolute;
    bottom: -25px;
    left: -10px;
    opacity: 0.8;
    z-index: 100;
}


.flx_textblock .formular {
    position: relative;
    z-index: 99;
    background: #fff;
    padding: 25px;
    width: 75%;
    margin-top: -250px;
    float: right;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
}

.flx_textblock .formular input, .flx_textblock .formular textarea {
    border: none;
    background: #f2f2f2;
    color: #444;
    margin: 5px 0;
    width: 100%;
    padding: 10px;
}

.flx_textblock .formular .datenschutz input {
    width: 12px;
    margin-right: 2px;
}

.flx_textblock .formular .datenschutz p {
    font-size: 75%;
}

.flx_textblock .formular input.btn:hover {
    background: #18335f;
    color: #fff;
    transition: all .3s ease;
}

.flx_textblock .accordion {
    width: 80%;
    float: right;
}

.flx_textblock .accordion .accordion-item {
    padding: 5px 0;
}

.flx_textblock .accordion .accordion-button {
    text-shadow: none;
    background: #18335f;
    color: #fff;
    font-weight: 600;
    font-size: 115%;
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    border: none;
    position: relative;
    transition: all .3s ease;
}

.flx_textblock .accordion .accordion-button.collapsed {
    background: #f2f2f2;
    color: #18335f;
    transition: all .3s ease;
}

.flx_textblock .accordion .accordion-button:after {
    content: '';
    background: url('media/icons/arrow-top.png');
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
    transition: all .3s ease;
}

.flx_textblock .accordion .accordion-button.collapsed:after {
    content: '';
    background: url('media/icons/arrow-top-darkblue.png');
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
    transform: rotate(180deg);
    transition: all .3s ease;
}

.flx_textblock .accordion .accordion-collapse {
    padding: 15px 15px 0 15px;
}

.flx_nutzerverwaltung .user-overview h3 {
    padding-top: 50px;
    padding-left: 50px;
}

.flx_nutzerverwaltung .user-overview p {
    padding-left: 30px;
}

.flx_nutzerverwaltung .user-overview .innercontainer {
    margin-top: 20px;
    top: 0;
}

.flx_nutzerverwaltung .user-overview th, .flx_nutzerverwaltung .user-overview td {
    padding-right: 20px;
    padding-bottom: 10px;
}

.flx_nutzerverwaltung .create-user h3 {
    padding-top: 50px;
    padding-left: 50px;
}

.flx_nutzerverwaltung .create-user .innercontainer {
    margin-top: 20px;
    top: 0;
}

.flx_nutzerverwaltung .create-user form {
    display: flex;
    flex-wrap: wrap;
}

.flx_nutzerverwaltung .create-user p {
    max-width: 450px;
    flex: 0 0 33%;
}

.flx_nutzerverwaltung .create-user input, .flx_nutzerverwaltung .create-user select {
    width: 100%;
}

.flx_nutzerverwaltung .create-user input[type="submit"] {
    width: 50%;
    margin-top: 50px;
}

.flx_nutzerverwaltung .create-user input[type="submit"] {
    width: fit-content;
    display: block;
    padding: 15px 25px;
    border: none;
    margin-top: 25px;
}

.flx_nutzerverwaltung .create-user #profile_picture {
    margin-bottom: 30px;
}

.flx_nutzerverwaltung .create-user label {
    color: #A6A2B5;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 90%;
    width: 90%;
}

.flx_nutzerverwaltung .create-user select {
    background-color: white;
}

.flx_nutzerverwaltung .create-user textarea {
    height: 150px;
}

.flx_nutzerverwaltung .create-user input, .flx_nutzerverwaltung .create-user optgroup, .flx_nutzerverwaltung .create-user select,
.flx_nutzerverwaltung .create-user textarea {
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 7px 10px;
    border: solid 2px var(--grey);
    border-radius: 10px;
}


.flx_nutzerverwaltung .click {
    cursor: pointer;
}

.flx_reklamationen .headline {
    font-size: 100%;
    font-weight: 600;
}

.flx_reklamationen .headline.outer {
    padding-top: 15px;
    padding-left: 30px;
}

.flx_reklamationen .formularcontainer {
    background-color: white;
    margin: 15px 30px 30px;
    border-radius: 10px;
}

.flx_reklamationen .formularcontainer .inner {
    padding: 50px;
    max-width: 1400px;
}

.flx_reklamationen .formularcontainer .inner .headline {
    padding-bottom: 40px;
}

.flx_rechnungen h2 {
    font-size: 150%;
    margin-bottom: 1rem;
}

.flx_rechnungen .btn {
    margin: 15px 0;
}

.flx_rechnungen li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px #e8e8e8;
}

.flx_rechnungen li a {
    font-weight: 500;
}

.flx_abonnement {
    background-color: var(--white);
}

.flx_abonnement .innercontainer {
    margin: 0;
    border-radius: 0;
    padding: 50px;
    background-color: var(--lightgrey);
}

.flx_abonnement .produkt {
    position: relative;
}

.flx_abonnement h1{
    padding-bottom: 30px;
}

.flx_abonnement .invoice-info .inner {
    background-color: #5bc2d7;
    border-radius: 10px;
    height: 100%;
    padding-bottom: 50px;
}

.flx_abonnement .produkt .formularbutton_abo {
    position: absolute;
    width: 100%;
    bottom: 25px;
}

.flx_abonnement .produkt .formularbutton_abo .btn {
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--btn);
    max-width: 90%;
}

.flx_abonnement .produkt .formularbutton_abo .btn:hover {
    background-color: #180F4B;
}

.flx_abonnement .produktrow {
    position: relative;
}

.flx_abonnement .infos h2 {
    color: var(--white);
    width: 100%;
    font-size: 200%;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 40px;
}

.flx_abonnement .infos .headline {
    color: var(--white);
    font-size: 100%;
    width: 100%;
    text-align: center;
}

.flx_abonnement .infos .interval-btn {
    color: var(--white);
    width: 80%;
    font-size: 90%;
    font-weight: 600;
    margin: 20px auto;
    padding: 4px 0;
    background-color: transparent;
    border: 2px solid var(--white);
    text-align: center;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.flx_abonnement .infos .interval-btn a{
    color: var(--white);
    font-size: 100%;
    font-weight: 600;
    transition: all 0.3s ease;
}

.flx_abonnement .infos .interval-btn:hover {
    color: #5bc2d7;
    background-color: white;
}

.flx_abonnement .infos .interval-btn:hover a{
    color: #5bc2d7;
}

.flx_abonnement .infos .services .headline {
    padding-bottom: 20px;
}

.flx_abonnement .infos .services .headline::before {
    content: '';
    display: block;
    width: 85%;
    height: 1px;
    margin: 65px auto;
    position: relative;
    top: 0;
    background-color: var(--white);
}

.flx_abonnement .infos .services ul {
    width: fit-content;
    padding-left: 10%;
}

.flx_abonnement .infos .services li {
    padding: 5px 0;
}

.flx_abonnement .infos .services li a {
    color: var(--white);
    font-weight: 600;
    font-size: 110%;
}

.flx_abonnement .infos .btn {
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 15px 50px;
}

.flx_abonnement .btn.mehrerfahren {
    position: absolute;
    width: max-content;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--btn);
}

.flx_abonnement .btn.mehrerfahren:hover {
    background-color: #180F4B;
}

.flx_abonnement .abodetails {
    color: var(--darkblue) !important;
    padding: 0 25px;
    max-width: 1600px;
}

.flx_abonnement .abodetails .invoice-detail {
    position: relative;
}

.flx_abonnement .abodetails .tag {
    display: inline-block;
    padding: 5px 30px;
    border-radius: 20px;
    background-color: #5bc2d7;
    color: #fff;
    margin-bottom: 10px;
}

.flx_abonnement .abodetails .tag a {
    color: #fff;
}

.flx_abonnement .abodetails h2 {
    padding-bottom: 30px;
}

.flx_abonnement .abodetails .produktcol {
    padding: 5px 10px;
    margin-right: 20px;
    border-radius: 10px;
    background-color: var(--white);
}

.flx_abonnement .abodetails .previewimg {
    width: 100%;
}

.flx_abonnement .abodetails .productheadline {
    font-weight: 500;
    font-size: 120%;
}

.flx_abonnement .abodetails .produktname {
    align-content: center;
    font-size: 100%;
}

.flx_abonnement .abodetails .bundleitems {
    padding-left: 15px;
}

.flx_abonnement .abodetails .productentry {
    padding: 10px 0;
}

.flx_abonnement .abodetails .product-detail {
    padding-bottom: 50px;
}

.flx_abonnement .abooptionen {
    margin: 50px 0 25px;
}

.flx_abonnement .formular-cta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.flx_abonnement .formular-cta p{
    font-weight: 500;
}

.flx_abonnement .aboitem-slider .item {
    max-width: 200px;
}

.flx_abonnement .aboitem-slider .item .product-title {
    display: block;
    font-size: 80%;
    font-weight: 600;
    text-align: center;
}

.flx_abonnement .aboitem-slider .item .add-to-form {
    position: relative;
}

.flx_abonnement .aboitem-slider .item .add-to-form::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background: url('/wp-content/themes/Purebo/media/plus.png'), rgba(0, 0, 0, 0.05);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .15s ease-in-out;
    cursor: pointer;
}

.flx_abonnement .aboitem-slider .item .add-to-form.active::after {
    opacity: 1;
    background: url('/wp-content/themes/Purebo/media/checked.png'), rgba(0, 0, 0, 0.05);
    background-repeat: no-repeat;
    background-position: center;
}

.flx_abonnement .aboitem-slider .item .add-to-form:hover::after {
    opacity: 1;
}

.flx_abonnement .aboitem-slider .item .add-to-form img {
    max-height: 200px;
}

#aboformular_abo {
    display: none;
    position: fixed;
    padding: 50px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    background-color: var(--white);
    width: 800px;
}

#aboformular_abo.active {
    display: block;
    z-index: 9999;
}

#aboformular_abo p {
    margin-bottom: 0;
}

#aboformular_abo label {
    width: 100%;
}

#aboformular_abo input.wpcf7-submit {
    padding: 10px 65px;
    margin-right: 0;
}

#aboformular_abo .wpcf7-spinner {
    display: none;
}

#aboformular_abo #closebutton {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 25px;
    cursor: pointer;
}

.background {
    background-color: black;
    opacity: 0.3;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
}

.background.active {
    display: block;
    z-index: 1000;
}

.background_abo {
    background-color: black;
    opacity: 0.3;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
}

.background_abo.active {
    display: block;
    z-index: 1000;
}

/*--------------------------------Nutzerverwaltung----------------------------------------- */
.user-tree {
    font-size: 14px;
    line-height: 1.45;
}

.user-tree ul {
    list-style: none;
    margin: 0.25rem 0 0.5rem 1.25rem;
    padding: 0;
}

.user-tree li {
    margin: 0.15rem 0;
}

.tree-toggle {
    cursor: pointer;
    user-select: none;
    margin-right: 6px;
    display: inline-block;
    width: 1em;
}

.user-click {
    cursor: pointer;
    color: #0073aa;
}

.user-click:hover {
    text-decoration: underline;
}

.tree-muted {
    opacity: 0.7;
}

.tree-badge {
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 999px;
    border: 1px solid #ddd;
    margin-left: 6px;
}

.tree-kita {
    font-style: italic;
}

.user-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.user-modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 4px;
    width: 500px;
    position: relative;
}

.user-modal-close {
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
    font-size: 18px;
}

/*---------------------------------Template Seiten-----------------------------------------*/
.flx_wiki h1 {
    padding-left: 50px;
    padding-top: 50px;
}

.flx_wiki .innercontainer h1{
    padding-left: 0;
    padding-top: 0;
}

.flx_wiki .btn{
    margin: 20px 50px 0px auto;
    display: block;
}

.flx_wiki p {
    color: var(--blue);
}

.flx_wiki a {
    color: var(--active);
    font-weight: 500;
    transition: all 0.3s ease;
}

.flx_wiki a:hover {
    color: var(--darkblue);
}

/*------------------------------------Kita Archive und Single-------------------------------------------*/
.flx_kitadashboard .woocommerce-message::before {
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('media/calendar.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
}


.kitamenu {
    position: fixed;
    left: 250px;
    top: 80px;
    width: 250px;
    height: 100%;
    background-color: var(--white);
    overflow-y: scroll;
}

.kitamenu input {
    display: block;
    padding: 5px 10px;
    margin: 10px auto 20px;
    border-radius: 10px;
    width: 90%;
}

.kitamenu .kitaname {
    padding: 5px;
    margin: 0 10px 10px 5px;
    font-size: 85%;
    font-weight: 600;
    display: block;
    border-radius: 10px;
    color: var(--lightblue);
    transition: all 0.3s ease;
}

.kitamenu .kitaname:hover {
    background-color: var(--lightgrey);
}

.flx_kitaarchive {
    padding-left: 250px;
}

.kitaname {
    font-size: 125%;
    font-weight: 600;
    color: var(--blue);
}

.kitainfos {
    align-content: center;
    padding: 20px 15px;
    color: var(--grey);
}

.kitainfos .email, .kitainfos .telefon, .kitainfos .adresse p {
    color: var(--blue);
    font-weight: 500;
}

.kitadetailrow {
    margin: 50px;
}

.row.kitadetailrow {
    margin: 50px 35px;
}

.kitadetailrow h2 {
    color: var(--blue);
    font-weight: 600;
    font-size: 125%;
    margin-bottom: 10px;
}

.kitadetailrow h3 {
    margin-bottom: 10px;
}

.kitadetailrow .inner {
    background-color: var(--white);
    padding: 25px;
    border-radius: 10px;
    position: relative;
}

.kitadetailrow .kitaleiter .inner{
    display: flex;
    flex-wrap: wrap;
}

.kitadetailrow .kitaleiter h4{
    margin-top: 30px;
}

.kitadetailrow .kitaleiter .inner .kitaleiterschulung{
    flex: 0 0 33%;
}

.kitadetailrow .inner .name, .kitadetailrow .inner .email, .kitadetailrow .inner .telefon {
    padding-bottom: 10px;
}

.kitadetailrow .ansprechpartner a {
    display: block;
}

.kitadetailrow .ansprechpartner .avatar {
    border-radius: 32px;
}

.kitadetailrow .inner #nutzerliste {
    width: 100%;
}

.kitadetailrow .inner #nutzerliste tr td input[type="image"] {
    width: 25px;
    height: 25px;
}

.kitadetailrow .inner.abonnement p {
    margin-bottom: 0;
}

.kitadetailrow .inner.rechnungen, .kitadetailrow .inner.abonnement, .kitadetailrow .inner.ansprechpartner {
    min-height: 175px;
}

.kita-table tr td {
    padding-bottom: 25px;
}

.kita-table tr td .kitaname {
    font-size: 100%
}

;

.deletebutton {
    height: 35px;
    width: 35px;
    background: none;
    border: none;
}

/*-------------------------------------Nutzerprofil--------------------------------------*/
.user-profile {
    max-width: 550px;
    display: block;
}

.user-profile input {
    width: 100%;
    margin-bottom: 20px;
}

.user-profile input[type="submit"] {
    width: fit-content;
    display: block;
    padding: 15px 25px;
    border: none;
    margin-top: 25px;
}

.user-profile #profile_picture {
    margin-bottom: 30px;
}

.user-profile label {
    color: #A6A2B5;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 90%;
    width: 90%;
}

.user-profile select {
    background-color: white;
}

.user-profile textarea {
    height: 150px;
}

.user-profile input, .user-profile optgroup, .user-profile select, .user-profile textarea {
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 7px 10px;
    border: solid 2px var(--grey);
    border-radius: 10px;
}


.kitalogo {
    display: block;
    position: absolute;
    top: 75px;
    left: 650px;
}


.kitalogo form {
    margin-top: 25px;
}

.btn.logout {
    top: 50px;
    right: 50px;
    display: block;
    position: absolute;
    width: fit-content;
}


/*------------------------------------Contact Form 7------------------------------------*/
.wpcf7 label {
    color: #A6A2B5;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 90%;
    width: 90%;
    padding-bottom: 25px;
}

.wpcf7 select {
    background-color: white;
}

.wpcf7 textarea {
    height: 150px;
}

.wpcf7 input, .wpcf7 optgroup, .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 7px 10px;
    border: solid 2px var(--grey);
    border-radius: 10px;
}

.wpcf7 input.wpcf7-submit {
    border: none;
    display: block;
    margin-right: 10%;
    margin-left: auto;
    width: fit-content;
    background-color: var(--active);
    color: white;
    padding: 10px 100px;
    border-radius: 10px;
    font-size: 90%;
    font-weight: 500;
    transition: all 0.3s ease;
}

.wpcf7 input.wpcf7-submit:hover {
    background-color: var(--blue);
}


/* ---------------------------------------Schulungen--------------------------------------------- */

#mitarbeiter_table #mitarbeiter_table_body .button {
    margin-top: 10px;
}

#mitarbeiter_table #mitarbeiter_table_body button {
    width: 49%;
    max-width: 50%;
    display: inline-block;
    margin-top: 0;
    min-width: unset;
}

.schulung-content-container article header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.single-schulung-page .schulung-title {
    margin-bottom: 20px;
}

.addSchulung {
    margin: 25px 100px 0 0;
}

.single-schulung-page h3 {
    margin-bottom: 15px;
}

input, select, textarea {
    position: relative;
    z-index: 0;
    padding: 7px 10px;
    border: solid 2px var(--grey);
    border-radius: 10px;
    font-size: 0.9rem;
}


.single-schulung-page [type="submit"] {
    border: none;
    display: block;
    width: fit-content;
    background-color: var(--active);
    color: white;
    padding: 10px 100px;
    border-radius: 10px;
    font-size: 90%;
    font-weight: 500;
    transition: all 0.3s ease;
}

#openSchulungStatus {
    border: none;
    width: fit-content;
    background-color: var(--active);
    color: white;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 90%;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}


.button.addSchulung {
    margin-left: 50px;
}

.single-schulung-page .button {
    border: none;
    background-color: var(--active);
    color: white;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 90%;
    font-weight: 500;
    transition: all 0.3s ease;
    display: block;
    margin-bottom: 10px;
    min-width: max-content;
}

.single-schulung-page #downloadCertificatesBtn {
    margin-top: 10px;
    float: right;
}

.single-schulung-page label > input[type="checkbox"] {
    margin-bottom: 0;
}

.single-schulung-page .button:hover {
    background-color: var(--btn);
}

.kitaleiter-management {
    display: flex;
    flex-direction: column;
}

.admin-schulung-management form p,
.kitaleiter-schulung-management form p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.admin-schulung-management form label,
.kitaleiter-schulung-management form label {
    display: block;
    margin-bottom: 0;
    width: 200px;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-dark, #333);
}

.admin-schulung-management form input,
.admin-schulung-management form select,
.kitaleiter-schulung-management form input,
.kitaleiter-schulung-management form select {
    flex: 1;
    width: 100%;
    max-width: 350px;
    padding: 5px 8px;
}

.admin-schulung-management form button,
.kitaleiter-schulung-management form button {
    padding: 8px 60px;
    font-size: 0.85rem;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.admin-schulung-management h2,
.kitaleiter-schulung-management h2 {
    margin-bottom: 25px;
    font-size: 200%;
}

.kitaleiter-add-schulung h3 {
    margin: 30px 0 20px;
}

.kitaleiter-add-schulung button {
    position: relative;
    padding: 12px 25px;
    font-size: 100%;
    font-weight: 400;
    background: #18335f;
    color: #fff;
    transition: all .3s ease;
    line-height: 1;
    text-align: center;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.kitaleiter-add-schulung button:hover {
    background-color: var(--active);
    color: #fff;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 900px;
    width: 90%;
    position: relative;
    max-height: 97vh;
    overflow: scroll;
}

.modal-content h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

.closeModal {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 40px;
    cursor: pointer;
}

.modal-content input,
.modal-content select,
.modal-content textarea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
}

.modal-content input[type="checkbox"] {
    width: fit-content;
    display: inline-block;
}

.wp-core-ui .button-group.button-small .button, .wp-core-ui .button.button-small {
    width: auto !important;
}


.modal-content button:hover {
    background-color: var(--active);
}


.schulung-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.schulung-modal-content {
    background: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.schulung-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.schulung-modal-close:hover {
    color: #000;
}

.certificate-list {
    list-style: none;
    padding-left: 0;
}

.certificate-list li {
    margin-bottom: 8px;
}

.certificate-list li a:hover {
    color: var(--active);
}

table.schulungtable {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    font-size: 14px;
}

.schulungtable th,
.schulungtable td {
    padding: 10px 14px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.schulungtable th {
    background-color: #f8fafc;
    font-weight: 600;
    color: #2d3748;
}

.schulungtable tr:nth-child(even) {
    background-color: #f9fafb;
}

.schulungtable tr:hover {
    background-color: #edf2f7;
}

.schulungtable td span {
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    display: inline-block;
}

.schulungtable td span[style*="red"] {
    background-color: #fed7d7;
    color: #c53030;
}

.schulungtable td span[style*="green"] {
    background-color: #c6f6d5;
    color: #22543d;
}

.schulungtable td span[style*="gray"] {
    background-color: #e2e8f0;
    color: #2d3748;
}

.schulungtable td span[style*="orange"] {
    background-color: rgba(255, 165, 0, 0.12);
    color: #c05621;
}

.schulungtable td button {
    margin: 10px 0 0 0;
}

.schulungtable .modal-content > div:last-child {
    overflow-y: auto;
    max-height: 500px;
}


/*-----------------------------------------Woocommerce--------------------------------------*/
.btn.back {
    width: fit-content;
    margin-bottom: 50px;
}

.watched-indicator {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* .content-area{margin-top:80px; margin-left: 250px;} */
.produktcontainer {
    margin: 15px 30px 0;
    padding: 50px;
    padding-bottom: 25px;
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.produktcontainer h1 {
    font-size: 200%;
}

.produktcontainer button {
    position: relative;
    padding: 8px 25px 6px;
    font-size: 100%;
    font-weight: 400;
    background: #18335f;
    color: #fff;
    transition: all .3s ease;;
    line-height: 1;
    text-align: center;
    border: none;
    border-radius: 10px;
}

.produktcontainer button:hover {
    color: #fff;
    transition: all .3s ease;
    background-color: var(--active);
}

.shopproduct {
    margin-bottom: 25px;
}

.listing {
    margin: 30px;
    padding: 50px;
    padding-top: 0;
    margin-top: 0;
    background-color: white;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


.woocommerce-cart-form .product-name a {
    font-weight: 500;
}

.woocommerce-cart-form .product-name .product-unit {
    color: var(--blue);
}

.woocommerce .checkout #order_review_heading {
    padding-bottom: 30px;
}

.woocommerce .checkout table.shop_table .product-name {
    font-weight: 500;
}

.woocommerce-checkout-payment .woocommerce-info {
    display: none !important;
}

#customer_details, .woocommerce-billing-fields, .woocommerce-shipping-fields {
    display: none !important;
}

.woocommerce button[name="update_cart"] {
    color: var(--blue) !important;
}

.woocommerce .cart-collaterals .cart_totals {
    width: 70%;
    max-width: 1000px;
}

.woocommerce .cart-collaterals .cart-note td textarea {
    width: 100%;
}

.woocommerce tr th {
    color: var(--darkblue);
}

.woocommerce .woocommerce-Price-amount bdi {
    color: black;
}

.woocommerce table.cart img {
    max-height: 100px;
    width: auto;
}

.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
    padding: 15px 25px 15px 25px;
    border-radius: 5px;
    font-size: 100%;
    font-weight: 400;
    background: #18335f;
    color: #fff;
    transition: all .3s ease;;
    line-height: 1.2;
    text-align: center;
}

.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    color: #fff;
    transition: all .3s ease;
    background-color: #5bc2d7;
}

.woocommerce #payment #place_order {
    background: #18335f !important;
}

.woocommerce #payment #place_order:hover {
    background-color: #5bc2d7 !important;
}

.woocommerce .cart-collaterals {
    padding-top: 50px;
}

.woocommerce-no-products-found {
    padding: 0 30px;
}

.productsearch .search-field {
    border: solid 1px var(--blue);
    border-radius: 10px;
    padding: 3px 20px;
}

.productsearch button {
    display: inline;
}

#primary .woocommerce-breadcrumb {
    padding-left: 30px;
    padding-top: 15px;
}

#primary .kategorielinks {
    position: relative;
}

#primary .kategorielinks .inner {
    width: 75%;
    display: inline-block;
}

#primary .kategorielinks .inner .btn {
    display: inline-block;
    position: relative;
    font-weight: 600;
    text-align: left;
    background: none;
    border: none;
    color: var(--btn);
    margin: 0 5px 0 0;
    transition: all .3s ease;
    padding: 10px;
    padding-bottom: 15px;
    padding-right: 20px;
}

#primary .kategorielinks .inner .btn::after {
    display: none;
    transition: all 0.3s ease;
}

#primary .kategorielinks .inner .btn:hover {
    background: var(--hover);
    transition: all .3s ease;
    text-decoration: none;
}

/* #primary .kategorielinks .inner .btn:hover::after{content: ''; display: block; position: absolute; background-color: var(--active); width: 30%; height: 5px; left: 10px; bottom: 5px;}
#primary .kategorielinks .inner .btn.active::after{content: ''; display: block; position: absolute; background-color: var(--active); width: 30%; height: 5px; left: 10px; bottom: 5px;} */

#primary .kategorielinks .productsearch {
    display: inline-block;
    width: fit-content;
    position: absolute;
    right: 0;
}

#primary .kategorielinks .inner .btn {
    position: relative;
}

#primary .kategorielinks .inner .btn::before {
    content: '';
    position: absolute;
    width: 40%;
    background-color: var(--active);
    height: 5px;
    left: 10px;
    bottom: 5px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

#primary .kategorielinks .inner .btn:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

#primary .kategorielinks .inner .btn.active::before {
    transform-origin: left;
    transform: scaleX(1);
}


.product.card {
    background-color: var(--hover);
}

.product .card-body {
    padding: 15px;
}

.product .card-body .produktbild {
    height: 150px;
    width: auto;
}

.product .card-body h5 {
    color: var(--blue);
    padding-top: 20px;
    font-size: 115%;
    font-weight: 500;
}

.product .card-body .artikelnummer {
    color: var(--lightblue);
    font-size: 90%;
    margin-bottom: 5px;
}

.product .card-body .short-description {
    padding-bottom: 10px;
}

.product .card-body ul {
    padding-left: 20px;
}

.product .card-body li {
    list-style-type: disc;
    padding-left: 5px;
    color: var(--blue);
    font-size: 90%;
}

.product .card-body .cart {
    height: 100%;
    align-content: end;
    position: relative;
}

.product .card-body .price {
    text-align: start;
    padding: 10px 0 0;
    color: var(--blue);
}

.product .card-body .price bdi {
    color: var(--blue);
    font-size: 100%;
    font-weight: 600;
    padding-left: 10px;
}

/* .product .card-body .product-unit{
    position: absolute;
    bottom: 145px;
} */


.product .card-body .woocommerce-Price-currencySymbol {
    color: var(--blue);
    font-size: 100%;
    font-weight: 600;
}

.product .card-body .single_add_to_cart_button {
    display: block;
    margin: auto;
    width: fit-content;
    background-color: var(--active);
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 85%;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
}

.product .card-body .single_add_to_cart_button:hover {
    background-color: var(--btn);
}

.product .card-body .quantity {
    display: inline-block;
    width: fit-content;
    padding-left: 30px;
    padding-top: 15px;
}

.product .card-body .quantity input {
    border-radius: 5px;
    padding: 5px 10px;
    width: 150px;
    border: none;
}

.product .woocommerce-product-gallery__image {
    text-align: center;
}

.page-numbers li {
    display: inline-block;
}

#sidebar {
    display: none;
}

#main .inhaltsbloecke {
    padding-top: 50px;
}

#main .product .produktinfos {
    padding: 25px;
}

#main .product .product_title {
    margin-bottom: 30px;
    font-size: 250%;
}

#main .product .woocommerce-Price-amount bdi {
    font-size: 150%;
    font-weight: 600;
}

#main .product .woocommerce-Price-amount bdi span {
    font-size: 100%;
    font-weight: 600;
}

#main .product .preishinweis {
    font-size: 85%;
    margin-top: -5px;
}

#main .product .produktinfos table.variations{
    margin-bottom: 30px;
}

#main .product .produktinfos table.variations th.label{
    padding-right: 50px;
}
#main .product .produktinfos table.variations th.label label{
    color: #18335f;
    font-weight: 700;
}
#main .product .produktinfos table.variations td.value select{
    margin-right: 30px;
}

#main .product .produktinfos .woocommerce-variation-add-to-cart{
    padding-top: 30px;
}

#main .product .single_add_to_cart_button {
    position: relative;
    width: 100%;
    padding: 15px 25px 15px 25px;
    margin: 30px 0 0;
    border: none;
    border-radius: 10px;
    font-size: 100%;
    font-weight: 400;
    background: #5bc2d7;
    color: #fff;
    transition: all .3s ease;
    line-height: 1;
    text-align: center;
}

#main .product .single_add_to_cart_button:hover {
    background: var(--blue);
}


#main .product .button_variation_product{
    position: absolute;
    width: calc(100% - 30px);
    padding: 15px 25px 15px 25px;
    border: none;
    border-radius: 10px;
    font-size: 100%;
    font-weight: 400;
    background: #5bc2d7;
    color: #fff;
    transition: all .3s ease;
    line-height: 1;
    text-align: center;
    bottom: 15px;
    left: 15px;
    right: 15px;
}
#main .product .button_variation_product:hover{
    background: var(--blue);
}

#addSchulungModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#addSchulungModal .modal-content {
    max-width: 800px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

#addSchulungModal .modal-content #closeAddSchulungModal {
    position: absolute;
    top: 10px;
    right: 30px;
    cursor: pointer;
    font-size: 40px;
}

#addSchulungModal .modal-content #schulung_content_ifr {
    height: 150px !important;
}


/* ---------------------------------------Bestellungen-------------------------------------------- */
.my_account_orders {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    background: var(--white);
    font-size: 15px;
    border: 1px solid #e5e5e5;
}

.my_account_orders th, .my_account_orders td {
    text-align: left;
    padding: 12px 15px;
    border-bottom: 1px solid #eaeaea;
    color: var(--darkblue);
}

.my_account_orders thead {
    background-color: #f8f8f8;
    border-bottom: 2px solid #ddd;
}

.my_account_orders th {
    font-weight: 600;
    color: var(--darkblue);
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.my_account_orders tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.my_account_orders tbody tr:hover {
    background-color: #f3f7fb;
    transition: 0.2s ease;
}

.my_account_orders td:nth-child(3) {
    font-weight: 500;
    text-transform: capitalize;
}

/*---------------------------------------KASSE------------------------------------------------*/


.easybill-customer-summary p {
    margin-bottom: 0;
}

.easybill-customer-summary h3 {
    margin-bottom: 15px;
}


/*-------------------------------------------------------------------------------------------*/


@media (max-width: 768px) {
    .my_account_orders thead {
        display: none;
    }

    .my_account_orders tr {
        display: block;
        margin-bottom: 1.2em;
        border: 1px solid #eee;
        border-radius: 6px;
        overflow: hidden;
    }

    .my_account_orders td {
        display: block;
        text-align: right;
        padding: 10px;
        position: relative;
    }

    .my_account_orders td::before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: 600;
        color: #555;
    }
}


/*-------------------------------------------------------------------------------------------*/
@media (max-width: 1700px) {
    #page-header .topheader .left a{
        padding-right: 0;
    }

    
}

@media (max-width: 1580px) {
    .product .card-body .produktbild {
        width: 100%;
        height: auto;
    }

    .flx_abonnement .innercontainer {
        padding: 25px;
    }

    .flx_abonnement .produkt .inner {
        padding-bottom: 30px;
    }

    .flx_abonnement .infos h2 {
        padding: 20px 0 30px;
    }

    .flx_abonnement .infos .interval-btn {
        margin: 10px auto;
    }

    .flx_abonnement .infos .services .headline::before {
        margin: 30px auto;
    }

    .flx_abonnement .abodetails {
        height: 80vh;
        overflow: scroll;
    }

    .invoice-detail .owl-prev {
        font-size: 250%;
        color: var(--blue);
    }

    .invoice-detail .owl-next {
        font-size: 250%;
        margin-left: 30px;
        color: var(--blue);
    }

    /* .flx_abonnement .abodetails #showAboForm{position: absolute; top: 0; right: 0;} */
}

/*-------------------------------------------------------------------------------------------*/
@media (max-width: 1199px) {

}

/*-------------------------------------------------------------------------------------------*/
@media (max-width: 991px) {

}

/*-------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {

}

/*-------------------------------------------------------------------------------------------*/
@media (max-width: 600px) {
}

/*-------------------------------------------------------------------------------------------*/
@media (max-width: 400px) {

}


@media print {
    body, html, * {font-size: 16px;}
    #page-header{display: none!important;}
    #page-header .sitebar{display: none!important;}
    h1{padding: 0!important; padding-bottom: 30px!important; font-size: 200%;}
    h2{font-size: 150%;}
    .print-btn{display: none!important;}
    .inhaltsbloecke{padding-left: 0!important; padding-top: 0!important;}
    .inhaltsbloecke .innercontainer{margin: 25px 0 0; padding: 0px;}
    ol{padding-left: 0;}
}