/*
Theme Name: melanieseidljester.com
Theme URI: https://www.wundertal.net/
Template: astra
Author: Felix Welberg
Author URI: https://www.wundertal.net/
Description: Theme for melanieseidljester.com
Version: 1.0.0
*/

@import url("//fast.fonts.net/lt/1.css?apiType=css&c=41a10075-702a-493b-b4e2-875062d8e957&fontids=6837828");

@font-face {
    font-family: 'Aristotelica Pro - Condensed Extralight';
    font-weight: 200;
    src: url('/wp-content/uploads/2023/01/AristotelicaProTextCondensedExtralight.woff') format('woff');
}
@font-face {
    font-family: 'Aristotelica Pro - Condensed Extralight';
    font-weight: 400;
    src: url('/wp-content/uploads/2023/01/AristotelicaProTextCondensedExtralight.woff2') format('woff2');
}

html {
    padding: 0;
}

body > .elementor {
	max-width: 1920px;
	margin: 0 auto;
}

.switch-arrows .elementor-toggle-icon {
    width: 25px;
}

.switch-arrows .elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
    width: 17px;
    margin-top: -7px;
}

.mobile-menu .menu-overlay {
    padding: 20px;
}

.mobile-menu .sub-menu {
    padding-left: 35px !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="phone"],
.wpcf7-form input[type="password"],
.wpcf7-form textarea,
.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="phone"],
.custom-form input[type="password"],
.custom-form textarea {
    border: 2px solid #666666;
    font-family: "CooperHewitt-Book";
    color: #aaa39b;
    font-size: 18px;
}

.wpcf7-form input[type="submit"],
.custom-form input[type="submit"] {
    border-radius: 30px;
    color: #000000;
    background-color: #fcca46;
    padding: 15px 50px;
}

.custom-form input[type="checkbox"] {
    display: inline-block;
    background: #e9eef2;
    color: #555;
    clear: none;
    cursor: pointer;
    line-height: 0;
    height: 1.2em;
    margin: -3px 4px 0 0;
    outline: 0;
    padding: 0;
    border-radius: 0.2em;
    text-align: center;
    vertical-align: middle;
    width: 1.4em;
    min-width: 1.4em;
    transition: all .2s linear;
}

.elementor-widget .elementor-icon-list-icon {
    display: block !important;
    position: absolute;
    top: -3px;
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    padding-left: 15px !important;
}

.elementor-widget-text-editor p:last-child{
    margin-bottom:0px;
}

.min-height-table-box > div {
    min-height: 360px;
}

.switch-default .elementor-toggle-icon {
    font-size: 43px;
    margin: 5px 5px 25px 0;
}

/* Company training bubbles */
.text-bubble > div {
    cursor: pointer;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background-color: #BFB46F;
}

.text-bubble.active > div {
    height: 350px;
    width: 350px;
    background-color: #FCCA46;
    margin-left: -50px;
}

.text-bubble.active > div > p {
    font-size: 54px;
    line-height: 1.1;
    padding-top: 55px;
}

.text-bubble.active::after {
    border-left: 50px solid transparent;
    border-right: 51px solid transparent;
    border-bottom: 120px solid #7aa4bc;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    left: 75px;
    bottom: -130px;
    z-index: 5;
}

.text-bubble.active + .letter p {
    font-size: 100px;
	padding: 30px 0;
    margin: -30px;
}

.topic {
    display: none;
}

.topic-1 {
    display: block;
}

.bubble-container p {
	padding: 20px;
    margin: -10px;
}

@media (max-width: 767px) {

    .bubble-container {
        min-height: 330px;
        padding: 0 30px;
    }

    .text-bubble > div {
        width: 140px;
        height: 140px;
        padding: 10% 2% 10% 1% !important;
    }

    .text-bubble > div > p {
        font-size: 17px;
        line-height: 1.3;
    }

    .text-bubble.active {
        z-index: 10;
        width: 0px !important;
    }

    .text-bubble.active > div {
        width: 260px;
        height: 260px;
        padding: 10% 2% 10% 1% !important;
    }

    .text-bubble.active > div > p {
        font-size: 41px;
        padding-top: 52px;
    }

    .text-bubble {
        position: absolute;
    }

    .text-bubble-2 {
        top: -40px;
        left: 192px;
    }

    .text-bubble-3 {
        top: 120px;
        left: 192px;
    }

    .text-bubble.active::after {
        bottom: -150px;
    }

}

/* Hide mobile menu on desktop */
.main-menu-mobile ul {
    overflow: hidden;
}

/* Readmore button */
.readmorebtn .elementor-tab-title a,
.readmorebtn .elementor-tab-title.elementor-active::before {
    display: block;
    text-align-last: center;
    font-weight: 400;
    text-align: center;
    transition: all 0.25s ease;
    color: #fff !important;
    background-color: #fcca46;
    padding: 0px 10px;
    border-radius: 44px;
    font-size: 50px !important;
    border: 1px solid transparent;
    position: absolute;
    bottom: -62px;
}

.readmorebtn .elementor-tab-title.elementor-active::before {
    content: '-';
    padding: 0px 17px;
}

.readmorebtn .elementor-toggle-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
}

.readmorebtn .elementor-tab-title.elementor-active a {
    display: none;
}

.readmorebtn .elementor-toggle .elementor-tab-title {
    display: flex;
    justify-content: center;
}

/* Psychotherapie layer model */
.psychotherapie-model-wrapper {
    width: 75%;
    margin: 0 auto;
}

.psychotherapie-model {
    position: relative;
    width: auto;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.psychotherapie-model .label {
    position: absolute;
    opacity: 0.5;
    width: 34%;
    height: 13%;
    cursor: pointer;
}

.psychotherapie-model.lvl1 .label.lvl1 {
    display: none;
}

.psychotherapie-model.lvl1 .label.lvl2 {
    top: 26%;
    right: 0%;
}

.psychotherapie-model.lvl1 .label.lvl3 {
    top: 45%;
    right: 0%;
}

.psychotherapie-model.lvl1 .label.lvl4 {
    top: 63%;
    right: 0%;
}

.psychotherapie-model.lvl2 .label.lvl1 {
    top: 6%;
    right: 0%;
}

.psychotherapie-model.lvl2 .label.lvl2 {
    display: none;
}

.psychotherapie-model.lvl2 .label.lvl3 {
    top: 56%;
    right: 0%;
}

.psychotherapie-model.lvl2 .label.lvl4 {
    top: 71%;
    right: 0%;
}

.psychotherapie-model.lvl3 .label.lvl1 {
    top: 6%;
    right: 0%;
}

.psychotherapie-model.lvl3 .label.lvl2 {
    top: 19%;
    right: 0%;
}

.psychotherapie-model.lvl3 .label.lvl3 {
    display: none;
}

.psychotherapie-model.lvl3 .label.lvl4 {
    top: 71%;
    right: 0%;
}

.psychotherapie-model.lvl4 .label.lvl1 {
    top: 6%;
    right: 0%;
}

.psychotherapie-model.lvl4 .label.lvl2 {
    top: 19%;
    right: 0%;
}

.psychotherapie-model.lvl4 .label.lvl3 {
    top: 32%;
    right: 0%;
}

.psychotherapie-model.lvl4 .label.lvl4 {
    display: none;
}

.psychotherapie-model.lvl1 {
    background-image: url('/wp-content/uploads/2023/01/lvl-1.png');
}

.psychotherapie-model.lvl2 {
    background-image: url('/wp-content/uploads/2023/01/lvl-2.png');
}

.psychotherapie-model.lvl3 {
    background-image: url('/wp-content/uploads/2023/01/lvl-3.png');
}

.psychotherapie-model.lvl4 {
    background-image: url('/wp-content/uploads/2023/01/lvl-4.png');
}

.psychotherapie-model img {
    width: 100%;
    visibility: hidden;
}

/* Remove digimember footer */
#ncore_footer {
    display: none;
}

@media (max-width: 767px) {

    .elementor-widget-container ul li {
        margin-bottom: 10px;
    }

    .wpcf7-submit {
        width: 100%;
    }

}

.circles .circle-a,
.circles .circle-b,
.circles .circle-c {
    display: none;
}

.circles .active {
    display: block;
}

.circles .circle-a .activate-b {
    width: 40%;
    height: 40%;
    position: absolute;
    right: 0;
    top: 4%;
    cursor: pointer;
}

.circles .circle-a .activate-c {
    width: 40%;
    height: 40%;
    position: absolute;
    right: 4%;
    bottom: 7%;
    cursor: pointer;
}

.circles .circle-b .activate-a {
    width: 40%;
    height: 40%;
    position: absolute;
    right: 0;
    top: 4%;
    cursor: pointer;
}

.circles .circle-b .activate-c {
    width: 40%;
    height: 40%;
    position: absolute;
    right: 4%;
    bottom: 7%;
    cursor: pointer;
}

.circles .circle-c .activate-a {
    width: 40%;
    height: 40%;
    position: absolute;
    right: 0;
    top: 4%;
    cursor: pointer;
}

.circles .circle-c .activate-b {
    width: 40%;
    height: 40%;
    position: absolute;
    right: 4%;
    bottom: 7%;
    cursor: pointer;
}

.blog-grid .premium-blog-filters-container li a:hover {
    background-color: #FCCA46 !important;
}

.blog-grid .premium-blog-meta-separator {
    display: none;
}

.blog-grid .premium-blog-entry-meta i {
    display: none;
}

.blog-grid .premium-blog-post-author {
    font-style: italic;
}

.blog-grid .premium-blog-post-author a {
    pointer-events: none;
    cursor: default;
}

.blog-grid .premium-blog-post-author a:before {
    content: 'von ';
}

.blog-grid .premium-blog-post-container {
    position: relative;
}

.blog-grid .premium-blog-post-categories a {
    position: absolute;
    top: 25px;
    left: 25px;
    color: #ffffff !important;
    pointer-events: none;
    cursor: default;
    font-weight: bold;
}

.blog-shownotes a {
    color: #fe7f2d;
}

.latest-posts-list h5 {
    display: none;
}

.latest-posts-list li {
    font-size: 17px;
    line-height: 25px;
}

.latest-posts-list a {
    color: #666666;
}

/* Events */
.event-flex-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.event-flex-container > .event-info-box {
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #f1f1f1;
    margin: 10px;
    padding: 15px;
    font-size: 19px;
    line-height: 25px;
}

.event-flex-container > .event-info-box a {
    color: #4B4F58;
}

.event-archive-container {
    display: flex;
    flex-wrap: wrap;
}

.event-archive-box {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #cccccc;
    margin: 10px;
    width: 31.3%;
    margin: 1%;
}

@media only screen and (max-width: 769px) {

    .event-archive-box {
        width: 100%;
    }

}

.event-archive-box .inner {
    position: relative;
    display: block;
    margin: 1.5%;
    font-size: 19px;
    line-height: 25px;
    margin: 10px;
}

.event-archive-box .date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffffff;
    font-size: 16px;
    padding: 5px;
    color: #666666;
    line-height: 17px;
    border-radius: 10px;
}

.event-archive-box .meta {
    font-size: 15px;
    padding: 5px;
    display: inline-block;
    color: #666666;
}

.event-container {
    max-width: 1300px;
    margin: 100px auto;
}

.event-container-inner {
    margin: 0 auto;
    padding: 0 15%;
}

.event-container a {
	color: #FCCA46;
}

.event-container a:hover {
	color: #FCCA46;
	text-decoration: underline;
}

.event-image-banner {
    width: 100%;
}

.event-headline {
    margin-top: 30px;
}

.event-icon {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.event-icon svg {
    width: 20px;
    height: 20px;
}