/*
Theme Name: samiko-theme
Theme URI: https://samenimkopf.at/themes/samiko-theme/
Author: Nicolas Drosson
Author URI: https://samenimkopf.at/
Description: Theme fuer das Unternehmen Samen im Kopf
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: samiko-theme
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
    --yellow: #ffc011;
    --grey-light: #f1f1f1;
    --green-left: #597f86;
    --green-bottom: #96bba8;
    --green-right: #97bca8;
    --grey-left: #a6b9b7;
    --grey-right: #ececec;

    --primary: #627c83;
    --secondary: #4f4f4f;

    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* Font Sizes */
    --font-normal: 1em;
    --font-small: 0.8125rem;
    /* Sidebar */
    --content-max-width: 992px;
}

@font-face {
    font-family: "apalu";
    src: url("/wp-content/themes/samiko-theme/assets/fonts/Apalu.ttf");
}

html, body {
    font-size: calc(1.125em + 0.25 * (100vw - 80em) / 40);
    font-size: -webkit-calc(112.5% + 0.25 * (100vw - 8000%) / 40);
    font-family: Helvetica, Roboto, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

h1{
    font-size: 1.2em;
    font-weight: bold;
}

ul{
    margin-block: 0;
    padding-inline-start: 0;
    list-style-type: none;
}

a{
    color:black;
}

a:hover {
    color:black;
    text-decoration: none;
}

.header .navbar{
    align-items:baseline;
    flex-wrap:nowrap;
}

.header ul.row-column-switch {
    flex-direction: row!important;
}

.navbar-brand{
    width:28vw;
}

.navbar-brand a{
    font-family:'brush', "Brush Script MT", "Lucida Handwriting", Cursive;
    font-size: 2.5em;
    /*font-weight: bold;*/
    color:black;
    order: 1;
    padding-left:1vw;
    display:block;
    width:28vw;
    height: 15vw;
    background-image:url("/wp-content/themes/samiko-theme/assets/images/SAMIKO-Schriftzug.svg");
    background-size: 50vw auto;
    background-position: top left;
    background-repeat: no-repeat;
}

.header .navbar-buttons{
    order:3;
}

.header .navbar .contact_button{
    width: 4em;
    height:auto;
}

.header .navbar-toggler{
    text-align:right;
    border:none;
}

.header .navbar-toggler .navbar-toggler-icon{
    width:2.5em;
    height:2.5em;
}

.header .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header #navigation{
    order: 2;
}

.header .navbar-nav{
    margin-left:0;
}

.header .nav-item{
    margin-left:2.5vw;
    font-weight:bold;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

.header .nav-item .nav-link {
    display: block;
    padding: 0.25vw 0.25vw;
}

.header .navbar .nav-item a{
    color: black;
}

article.content{
    padding:0!important;
}

article .container .page-text li,
article .container .subtext li{
    padding-left:2vw;
    list-style-type:none;
}

article .container .page-text li::before,
article .container .subtext li::before{
    content: "\25CF";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1.2em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    color:var(--yellow);
}

article .container .page-text li li,
article .container .subtext li li{
    padding-left:2vw;
}

article .container .page-text li li::before,
article .container .subtext li li::before{
    content: "\26AC";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/* article .container li li li{
    padding-left:2vw;
}

article .container li li li::before{
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
 */
article .container a{
    text-decoration:underline;
}

article .container .posts{
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:space-around;
    flex-wrap: 0;
}

article .container .media img{
    width:45vw;
    margin:0 !important;
}

article .container .media img{
    display: block !important;
}

article .container .media{
    display:flex;
    flex-direction:row;    
    align-items:center;
    justify-content:space-between;
    flex-wrap: 0;
    background-color: var(--grey-light);
}

article .container .pair .media{
    flex-direction:row;    
}

article .container .impair .media{
    flex-direction:row-reverse;    
}

article .container .media-body{
    margin:2vw;
    font-size: 1.4vw;
}

article .container .media-body h1{
    font-size:2.5vw;
    margin-bottom:1.3vw !important;
}

article .container .media-body h1 a{
    text-decoration:none;
}

.container{
    margin:5vw;
    padding:0;
    width:90vw;
}

article .container .post{
    background-color: var(--grey-light);
}

article .container .post-content{
    padding:2vw;
}

.content .container{
    max-width:unset;
}

.container .heading{
    margin:0;
    margin-top:1vw;
    margin-bottom:1vw;
}

.page-text li{
    list-style-type: disc;
}

.main-wrapper .banner-background-color{
    background-color: var(--grey-light);
}

.main-wrapper .banner-background{
    width:100%;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
}

.main-wrapper .banner-logo{
    width:25vw;
    height:100%;
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    align-items:center;
    row-gap:3vw;
}

.main-wrapper .logo-img img{
    height:15vw;
    width:auto;
}

.main-wrapper .banner-specialities{
    font-size:1.8vw;
    font-weight:bold;
    text-align:left;
    padding-bottom:5vw;
}

.main-wrapper .banner-description-block{
    width:75vw;
    display:flex;
    flex-direction:row;
}

.main-wrapper .banner-description-image-banner{
    position:relative;
    width:100%;
    height: 100%;
    background-image: url('/wp-content/themes/samiko-theme/assets/images/Titelbild gesamt.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.main-wrapper .banner-description-textblock{
    padding-top:1%;
    margin-left:9vw;
    margin-right:4vw;
    text-align: left;
    height: 42vw;
    width:30vw;
}

.main-wrapper .banner-description-textblock .page-text{
    padding-top: 3vw;
    padding-left: 1.5vw;
}

.main-wrapper .banner-description-textblock .page-text p{
    font-size: 2.5vw;
    letter-spacing: 0.2vw;
    color:#666666;
}

.heading{
    font-size: 6vw;
    margin-top:2vw;
    margin-left: 5vw;
}

.my{
    color:#ffc011;
}

.main-wrapper .list{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:white;
    column-gap: 0;
    width:90vw;
}

.main-wrapper .list .divider{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:white;
    column-gap: 0;
}

.wp-block-navigation{
    width:90vw;
}
.main-wrapper .offers .list,
.wp-block-navigation__container{
    flex-wrap:wrap;
    width:90vw;
}

.main-wrapper .list a,
.wp-block-navigation__container a{
    text-align: center;
    color: white!important;
    font-weight: bold;
    margin-bottom: 1vw;
}

.list-bg{
    flex-basis:33.33%;
    height: 23vw;
    background-repeat: no-repeat;
}

.wp-block-navigation__container .list-bg{
    height: unset;
}

.main-wrapper .list-text,
.wp-block-navigation__container .list-text{
    padding-bottom:2vw;
}

.wp-block-navigation .wp-block-navigation-item{
    align-items: baseline;
}

.container .icon,
.wp-block-navigation__container .icon{
    height: 12vw;
    width: 100%;
    margin-left:auto;
    margin-right: auto;
    margin-top:2vw;
    margin-bottom:2vw;
    background-size: auto 12vw;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: bottom;
}

.wp-block-navigation__container .icon{
    background-size: auto 10vw;
}

.main-wrapper .main-specialities .menu-item a{
    height: 23vw;
    display: flex;
    flex-direction: column;
    justify-content:space-evenly;    
}

.development{
    background-image: linear-gradient(to right, var(--green-left) , var(--green-right));
}

.development .icon{
    background-image: url("/wp-content/themes/samiko-theme/assets/images/icon_entwicklung.svg");
    background-size: auto 9vw;
}

.growth{
    background-color:var(--yellow)!important;
}

.growth .icon{
    background-image: url("/wp-content/themes/samiko-theme/assets/images/icon_entfaltung.svg");
}

.relaxation{
    background-image: linear-gradient(to right, var(--grey-left) , var(--grey-right));
}

.relaxation .icon{
    background-image: url("/wp-content/themes/samiko-theme/assets/images/icon_entspannung.svg");
}

.main-wrapper .offers .list-bg a,
.wp-block-navigation__container .list-bg a{
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width:100%;
    text-decoration: none;
}

.wp-block-navigation__container .list-bg a .wp-block-navigation-item__label{
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    /* width:90vw; */
}

.wp-block-navigation__container{
    gap:0;
}

.main-wrapper .offers .icon{
    background-size: auto 10vw;
}

.main-wrapper .offers .text{
    /* height: 4vw; */
    font-size:1em;
}

.wp-block-navigation__container .text{
    height: none;
    font-size:2.2vw;
}

.main-specialities .wp-block-navigation__container .text{
    font-size:1.7vw;
    flex-basis:50%;
}

.singlecoaching{
    background-color:var(--yellow)!important;
    order:1;
}

.singlecoaching .icon{
    background-image: url("/wp-content/themes/samiko-theme/assets/images/icon_einzelberatung.svg");
    background-size: auto 12vw!important;
}

.relationship{
    background-color:var(--yellow)!important;
    order:2;
}

.relationship .icon{
    background-image: url("/wp-content/themes/samiko-theme/assets/images/icon_beziehungscoaching.svg");
}

.cranio{
    background-image: linear-gradient(to right, var(--green-left) , var(--green-right));
    order:3;
}

.cranio .icon{
    background-image: url("/wp-content/themes/samiko-theme/assets/images/icon_craniosacral.svg");
    background-size: auto 12vw!important;
}

.business-supervision{
    background-image: linear-gradient(to right, var(--grey-left) , var(--grey-right));
    order:0;
}

.business-supervision .icon{
    background-image: url("/wp-content/themes/samiko-theme/assets/images/icon_business_supervision.svg");
}

.workshops{
    background-color:black!important;
    order:5;
}

.workshops .icon{
    background-image: url("/wp-content/themes/samiko-theme/assets/images/icon_workshops.svg");
    background-size:auto 12vw;
}

.online-courses{
    background-image: linear-gradient(to right, var(--green-left) , var(--green-right));
    order:6;
}

.online-courses .icon{
    background-image: url("/wp-content/themes/samiko-theme/assets/images/icon_online_kurse.svg");
}

.main-wrapper .pages{
    display:flex;
    flex-direction: column;
    row-gap:0;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width:90vw;
}

.container .pages .menu-item{
    width: 90vw;
    background-repeat: no-repeat;
}


.container .pages .page-impair{
    display:flex;
    flex-direction: row;
    column-gap:0;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.content .container .pages .page-impair{
    display:flex;
    flex-direction: row;
    column-gap:0;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.content .container .pages .ueber-mich,
.content .container .pages .practice{
    width: 90vw;
}

.container .pages .page-pair{
    display:flex;
    flex-direction:row-reverse;
    column-gap:0;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.container .pages .icon{
    margin:0;
    width:45vw;
    height:43.78vw;
    background-size: 45vw auto;
}

.content .container .pages .icon{
    margin:0;
    margin-left: auto;
    margin-right: auto;
    flex-basis:30%;
    height:40vw;
    background-size: 20vw auto;
}

.content .container .pages .ueber-mich .icon,
.content .container .pages .practice .icon{
    margin:0;
    margin-left: auto;
    margin-right: auto;
    flex-basis:50%;
    height:40vw;
    width:45vw;
    height:43.78vw;
    background-size:45vw auto;
}

.content .container .pages .relaxation .icon{
    background-size:15vw 14.6vw;
}

.content .container .pages .icon p{
    text-align: center;
    padding-top: 4vw;
    color: white;
    font-weight: bold;
    font-size: 2.5vw;
}

.content .container .ueber-mich{
    background-color: var(--grey-light); 
}

.container .pages .ueber-mich .icon{
    background-image: url("/wp-content/themes/samiko-theme/assets/images/ueber_mich.jpg");
}

.container .pages .practice .icon{
    background-image: url("/wp-content/themes/samiko-theme/assets/images/Praxis.jpg");
}

.container .pages .offers-page .icon{
    background-image: url("/wp-content/themes/samiko-theme/assets/images/Leistungen.jpg");
}

.container .pages .text{
    width:45vw;
    height: 43.78vw;
    background-color:var(--grey-light);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:flex-end;
    padding-bottom: 2vw;
}

.container .pages .subtext{
    background-color:var(--grey-light);
    padding:2vw;
}

.content .container .pages .text{
    height: unset;
    min-height: 43.78vw;
    flex-basis: 70%;
    /*padding-right: 2vw;*/
}

.content .container .pages .ueber-mich .text,
.content .container .pages .practice .text{
    width:unset;
    height: unset;
    min-height: 43.78vw;
    flex-basis: 50%;
    /*padding-right: 2vw;*/
}

.content .container .pages .ueber-mich .page-text{
    width:unset;
}

.content .container .pages .practice .text{
    width:unset;
    height: unset;
    min-height: 43.78vw;
}

.content .container .pages .practice .page-text{
    width:unset;
}

.container .pages .page-pair .text{
    align-items:flex-start;
}

.container .pages .page-text{
    /* width:45vw; */
    padding-top:2vw;
}

.content .container .pages .page-design{
    display: flex;
    flex-direction: row;
    justify-content: baseline;
    align-items: flex-start;
    padding-right: 2vw;
}

.content .container .pages .page-text{
    /* width:32vw; */   
    width:50%;
    padding-left: 2vw; 
}

.content .container .pages .page-text h3,
.content .container .pages .subtext h3{
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 2vw;
}

.content .container .pages .page-text,
.content .container .pages .subtext{
    font-size:0.8em;
}


.content .container .contact-data{
    font-size:1.2em;
}

.container .pages .page-text .heading{
    margin-top:0;
    margin-left:2vw;
}

.container .pages .menu-item-description{
    margin-top:1vw;
    margin-left:2vw;
    margin-right:2vw;
    column-count:2;
    column-gap: 2vw;
    display:block;
}

.main-wrapper .page-img img{
    width:100%;
    height: auto;
}

.container .page-description{
    width:45vw;
    height: 43.78vw;
    background-color:var(--grey-light);
}

.container .page-description .page-text{
    margin-top: 5vw;
    margin-left: 5vw;
    margin-right: 8vw;
    width: 40vw;
    height: 25vw;
}

.container .page-description .page-text p{
    font-size:0.65em;
}

.container .pages .button{
    width:25vw;
    padding:1vw 2vw;
    margin-bottom: 1vw;
}

.content .container .pages .button{
    width:30vw;
}

.container .pages .button a{
    color:white;
    font-weight: bold;
    text-decoration:none;
}

.kontakt{
    background-image: linear-gradient(to right, var(--green-left) , var(--green-right));
}

.more{
    background-color: black;
}

.page-impair .buttons{
    float:right;
}

.page-pair .buttons{
    float:left;
    text-align: right;
}

.forminator-ui.forminator-design--default .forminator-button-submit{
    background-image: linear-gradient(to right, var(--green-left) , var(--green-right))!important;
    font-weight: bold!important;
    font-size:1em!important;
}

.show-mobile{
    display: none;
}

.footer .footer-block{
    margin-bottom: 0;
}

.footer .footer-nav{
    width:90vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    column-gap:2vw;
}

.show-widescreen{
    display: block;
}

.footer .position-text{
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: space-between;
}

.footer .position-text .slogan{
    margin-bottom: 1vw;
}

.footer .position-text .slogan a{
    text-decoration: none;
}

.footer .position-text .slogan a:hover{
    text-decoration: underline;
}

.footer .navbar{
    justify-content: space-evenly;
    column-gap: 2vw;
}

.footer #contact-block{
    background-color: var(--green-bottom);
    width:20vw;
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
}

.footer .contact-button{
    height: 30vw;
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
    padding-bottom: 1vw;
    padding-left: 1vw;
}

.footer #contact-block .contact-button div{
    background-image: url("/wp-content/themes/samiko-theme/assets/images/Kontakt_unten.svg");
    background-repeat: no-repeat;
    background-size: 19vw 6vw;
    width:19vw;
    height: 6vw;
}

.footer #footer-navigation a{
    color:black;
    font-weight: bold;
}

.footer .heading{
    margin:0;
}

.page-text p{
    column-count:2;
    column-gap: 2vw;
}

.content .page-text p{
    column-count:1;
    column-gap: 0;
}

.main-wrapper .banner-description-image-banner .page-text{
    font-size:2vw;
}

.main-wrapper .banner-description-image-banner .page-text p{
    column-count:1;
    /* font-family: "apalu", Helvetica, Roboto, Arial, sans-serif ; */
}

.page-text .menu-item-description{
    column-count:2;
    column-gap: 2vw;
    font-size:1.22vw;
}

.footer #socialmedia {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 2vw;
}

#socialmedia .icon{
    height: 5vw;
    width: 6vw;
    background-size: auto 5vw;
    background-repeat: no-repeat;
}

#socialmedia .facebook{
    background-image: url("/wp-content/themes/samiko-theme/assets/images/f_logo_RGB-Blue_72.png");
}

#socialmedia .linkedin{
    background-image: url("/wp-content/themes/samiko-theme/assets/images/LI-In-Bug.png");
}

.elementor a {
}

.elementor a:hover {
}

@media (min-width: 992px){
    .header ul.row-column-switch {
        flex-direction: row!important;
    }
}

@media (max-width: 991.98px){
    .header ul.row-column-switch {
        flex-direction: column!important;
    }

    .header #navigation{
        order: 4;
    }

    .header .navbar{
        align-items: center;
        flex-wrap:wrap;
    }

    .main-wrapper .content-description{
        margin-top:5vw;
    }

    .content .container .pages .text{
        width:90vw;
    }
            
    .content .container .pages .page-text{
        width:unset;
    }
    
    .content .container .pages .page-design{
        flex-direction: column;
    }
}

@media (max-width:576px){
    .header .nav-item{
        font-size:2.8vw;
    }    

    .heading{
        font-size: 8vw;
    }

    .main-wrapper .icon{
        height: 14vw;
        background-size: auto 14vw;
    }
    
    .main-wrapper .text{
        padding-bottom:0;
    }
        
    .main-wrapper .list{
        flex-direction:row;
    }

    .show-mobile{
        display: block;
    }

    .show-widescreen{
        display: none;
    }

    .main-wrapper .banner-specialities{
        font-size: 1em;
    }

    .main-wrapper .main-specialities .menu-item{
        background-repeat: no-repeat;
    }
    
    .main-wrapper .main-specialities .menu-item a{
        flex-direction: row;
        align-items: center;
        justify-content:space-around;    
    }
    
    .main-specialities .icon{
        flex-basis:50%;
        background-size: auto 16vw;
        height: 16vw;
    }
    
    .main-specialities .development .icon,
    .main-specialities .wp-block-navigation__container .development .icon{
        flex-basis:50%;
        background-size: auto 12vw;
    }

    .main-wrapper .main-specialities .text{
        flex-basis:50%;
    }
    
    .main-wrapper .pages .page-impair{
        flex-direction: column;
    }

    .main-wrapper .pages .page-pair{
        flex-direction: column;
    }

    .main-wrapper .pages .menu-item{
        flex-basis:100%;
        height: 157.6vw; 
    }

    .main-wrapper .pages .icon{
        width: 90vw;
        height: 78.8vw;
        background-size: 90vw auto;
    }

    .main-wrapper .pages .text{
        width: 90vw;
        height: 87.56vw;
    }
    .main-wrapper .pages .page-text{
        width: 90vw;
    }

    .page-text .menu-item-description{
        font-size: 3vw;
    }

    .main-wrapper .list{
        flex-wrap: wrap;
    }

    .main-wrapper .main-specialities .list-bg{
        flex-basis:100%;
        /* width:90vw; */
    }

    .main-wrapper .main-specialities .text{
        font-size:2.8vw;
    }
        
    .main-wrapper .page-description{
        width:90vw;
        height: 87.56vw;
    }

    .main-wrapper .page-description .page-text{
        margin-top: 5vw;
        margin-left: 5vw;
        margin-right: 8vw;
        width: 90vw;
        height: 60vw;
    }

    .main-wrapper .page-description .page-text p{
        font-size:1.22em;
    }

    .pair{
        float:right;
    }
    
    .main-wrapper .pages .button{
        width:50vw;
        padding:1vw 2vw;
        margin-bottom: 2vw;
        font-size:3vw;
    }

    article .container .media-body h1{
        font-size:4vw;
        margin-bottom:1.3vw !important;
    }
    
    .content .container p,
    .content .container li,
    .content .container a,
    .content .container .date{
        font-size:3vw;
    }

    .content .container .pages .page-text,
    .content .container .pages .subtext{
        font-size:3.1vw;
    }

    .content .container .pages .subtext h3{
        margin-top: 4vw;
    }
    
        .content .container .pages .page-impair{
        flex-direction: column;
    }

    .content .container .pages .page-text{
        padding:4vw;
        padding-top: 4vw; 
    }
    
    .content .container .pages .ueber-mich .icon,
    .content .container .pages .practice .icon{
        width:90vw;
        height:87.56vw;
        background-size: 90vw 87.56vw;
        flex-basis:unset;
    }
    
    .content .container .pages .icon{
        background-size: 20vw auto;
        flex-basis:unset;
        height: 20vw;
        width:90vw;
        padding-left: 4vw;
    }
    
    .content .container .pages .relaxation .icon{
        background-size:20vw 14.6vw;
    }
    
    .content .container .pages .icon p{
        text-align: left;
        vertical-align:middle;
        font-size: 3vw;
        padding-top:5vw;
    }
    
    .content .container .pages .button{
        width:50vw;
        margin-top:10vw;
        margin-bottom: 3vw;
    }

    article .container .media img{
        width:90vw;
    }

    article .container .media{
        flex-direction:column;    
    }
        
    article .container .pair .media{
        flex-direction:column;    
    }

    article .container .impair .media{
        flex-direction:column;    
    }

    .page-text p{
        column-count:1;
        column-gap: 0;
    }

    .main-wrapper .offers .icon{
        background-size: auto 14vw;
        margin-top:1vw;
        margin-bottom: 1vw;
        height: 15vw;
    }
    
    .cranio .icon{
        background-size: auto 15vw!important;
        /* height:15vw!important; */
    }
        
    .singlecoaching .icon{
        background-size: auto 14vw!important;
        height:14vw;
    }
    
    .main-wrapper .offers .business-supervision .icon{
        background-size: auto 12vw!important;
    }
    
    .main-wrapper .offers .list{
        flex-direction:column;
    }

    .main-wrapper .offers .list-bg,
    .wp-block-navigation .wp-block-navigation-item{
        flex-basis:90%;
        width:100%;
        height: 25vw;
        background-repeat: no-repeat;
    }

    .wp-block-navigation-item{
        /* width:45vw; */
        flex-basis:100%;
    }

    .wp-block-navigation__container .list-bg a .wp-block-navigation-item__label{
        flex-direction:row;
        align-items: center;
        justify-content: center;
        height:25vw;
        width:90vw;
    }    
    
    .wp-block-navigation__container .icon{
        flex-basis:50%;
    }

    .wp-block-navigation__container .icon{
        background-size: auto 12vw;
    }

    .main-specialities .wp-block-navigation__container .icon{
        background-size: auto 16vw;
    }

    .development .icon{
        background-size: auto 10vw;
    }

    .wp-block-navigation__container .text{
        flex-basis:50%;
        font-size:2.8vw;
    }

    .main-wrapper .offers .list-bg a{
        flex-direction: row;
        justify-content: space-evenly;
        height: 25vw;
        row-gap:0;
    }

    .main-wrapper .offers .list-bg a .icon{
        flex-basis:50%;
    }

    .main-wrapper .offers .list-bg a .text{
        flex-basis:50%;
        height: 4vw;
        font-size:2.8vw;
    }

    .wp-block-navigation .text{
        height: none;
        font-size:2.8vw;
    }

    .main-specialities .wp-block-navigation__container .text{
        font-size:2.8vw;
    }
    
    .cranio .icon{
        height: 12vw;
        background-size: auto 12vw;
    }

    .workshops .icon{
        height: 12vw;
        background-size: auto 12vw;
    }

    .main-wrapper .cranio .icon{
        background-size: auto 16vw;
    }

    .main-wrapper .workshops .icon{
        background-size: auto 15vw;
    }

    .main-wrapper .online-courses{
        order:6;
    }

    .forminator-ui.forminator-design--default .forminator-button-submit{
        font-size:3vw!important;
    }
        
    .footer p{
        font-size:3vw;
    }
    
        .footer .footer-nav{
        align-items: flex-start;
    }    

    .footer .contact-button{
        height: 22vw;
    }

    .footer #contact-block{
        width:45vw;
    }
    
    .footer #contact-block .navbar-nav{
        margin-top: 5vw;
        margin-left: 5vw;
        font-size:3vw;
    }
    
    #socialmedia .icon{
        height: 15vw;
        width: 16vw;
        background-size: auto 13vw;
    }

    .footer #contact-block .contact-button div{
        background-size: 44vw 16vw;
        width:44vw;
        height: 16vw;
    }
    
        
}
