/**
 * 
 * Dear Future, 
 * by Front Store Web Desvelopment
 * http://www.front-store.com
 * 
*/


/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@import url("//hello.myfonts.net/count/2ff49f");
@font-face {font-family: 'AvertaStd-Semibold';src: url('../webfonts/2FF49F_0_0.eot');src: url('../webfonts/2FF49F_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2FF49F_0_0.woff2') format('woff2'),url('../webfonts/2FF49F_0_0.woff') format('woff'),url('../webfonts/2FF49F_0_0.ttf') format('truetype');}
@import url("//hello.myfonts.net/count/301709");  
@font-face {font-family: 'AvertaStd-Bold';src: url('../webfonts/301709_0_0.eot');src: url('../webfonts/301709_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/301709_0_0.woff2') format('woff2'),url('../webfonts/301709_0_0.woff') format('woff'),url('../webfonts/301709_0_0.ttf') format('truetype');}

.AvertaStd-Semibold { 
	font-family: AvertaStd-Semibold;
	font-weight: normal;
	font-style: normal;
}
.AvertaStd-Semibold { 
	font-family: AvertaStd-Semibold;
	font-weight: normal;
	font-style: normal;
}


/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: AvertaStd-Semibold;
    font-size: 16px;
    line-height: 1;
    color: #0030d7;
    overflow-x: hidden;
    position: relative;
}
h1, h2, h3, h4, h5 { 
	font-family: AvertaStd-Bold; 
	font-weight: normal; 
	font-style: normal;
    margin: 0;
    padding: 0;
}
h1{
    font-size: 4.1em;
    margin: 30px 0;
}
h2{
    font-size: 4.1em;
    margin-bottom: 30px;
    margin-top: 20px;
}
h3{
    font-size: 3.2em;
    line-height: 1;
    margin-top: 15px;
}
h4{
    font-size: 2em;
    line-height: 1;
    margin-top: 15px;
    font-family: AvertaStd-Semibold;
}
p{
    font-size: 1.6em;
    line-height: 1.4;
}
a {
    color: #0030d7;
    border: none;
    text-decoration: underline;
}
a:hover,
a:active{
    color: #0030d7;
    text-decoration: none;
}
/* Helper Class -- Flickity Plugin */
.img{
    max-width: 100%;
    border: none;
    display: block;
}
.corinna{
    max-width: 500px;
    float: right;
}
.julia{
    max-width: 500px;
}
li{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
}
header{
    position: fixed;
    height: 220px;
    width: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
section {
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
    padding: 40px 0;
    top: 220px;
    clear: both;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
section:before,
section:after {
    content:"";
    display:table;
}
section:after {
    clear:both;
}
section {
    zoom:1;
}
.team {
    padding: 150px 0;
}
.break{
    display: none;
}
.mobile-img{
    display: none;
}
.mobile-img-2{
    display: none;
}

/*--------------------------------------------------------------
# Sticky Header
--------------------------------------------------------------*/

section.stick {
    top: 120px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
header.sticky {
    position: fixed;
    height: 120px; 
    width: 100%;
    background: #fff;
    z-index: 999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
header.sticky img{
    max-width: 120px;
    margin-top: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
header.sticky .logo-link{
    max-width: 130px;
}
header.sticky nav{
    margin: 10px auto 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
header.sticky .nav li a{
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.social-ig{
    position: absolute;
    right: 115px;
}
.social-fb{
    position: absolute;
    right: 90px;
}
.social-btn{
    max-width: 16px;
}
header.sticky .social-btn{
    max-width: 16px;
    margin-top: 0;
}


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.nav-con-1{
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
    text-align: center;
    padding: 0 165px;
}
.con-1{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 6%;
    text-align: center;
}
.con-space {
    margin: 100px auto;
}
.con-1-3{
    background: #fbf9f5;
    position: relative;
    width: 33.33%;
    margin: 0 auto;
    padding: 0px;
    float: left;
    overflow: hidden;
}
.con-1-3 a{
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 1.3em;
    text-decoration: none;
    padding-bottom: 5px;
}
.con-1-3 a:hover{
    border-bottom: 2px solid;
    padding-bottom: 3px;
}
.con-2{
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.contact-left{
    font-family: AvertaStd-Bold;
    font-size: 1.23em;
    position: relative;
    float: left;
    width: 50%;
    padding-left: 60px;
    text-align: left;
    margin-bottom: 30px;
    white-space: nowrap;
}
.contact-right{
    font-family: AvertaStd-Bold;
    font-size: 1.23em;
    position: relative;
    float: right;
    width: 50%;
    padding-left: 90px;
    text-align: left;
    margin-bottom: 30px;
    white-space: nowrap;
}
.con-left{
    background: #fff;
    max-width: 50%;
    float: left;
    text-align: right;
    padding: 30px 50px 30px 6%;
    position: relative;
    z-index: 99;
}
.con-right{
    background: #fff;
    max-width: 50%;
    float: left;
    text-align: left;
    padding: 30px 6% 30px 50px;
    position: relative;
    z-index: 99;
}

.p-con-left{
    background: #fff;
    max-width: 50%;
    float: left;
    text-align: right;
    padding: 30px 30px 30px 6%;
    position: relative;
    z-index: 99;
}
.p-con-right{
    background: #fff;
    max-width: 50%;
    float: right;
    text-align: left;
    padding: 30px 6% 30px 30px;
    position: relative;
    z-index: 99;
}

/*--------------------------------------------------------------
# Layout Elements
--------------------------------------------------------------*/

.hide{
    display: none;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.center-xl{
    font-size: 2em;
    line-height: 1.3;
    text-align: center;
}
.small{
    font-size: 1.3em;
    line-height: 1.3;
}
.smaller{
    font-size: 1.1em;
    line-height: 1.4;
    margin-bottom: 15px;
}
.colored-1{
    background: #fff;
}
.colored-2{
    background: #0030d7;
}
.colored-3{
    background: #0030d7;
    color: #FFF;
}
.colored-3>a{
    color: #FFF;
}
.grid-link{
    padding: 20px;
    position: absolute;
}
.no-space{
    margin: 0;
    padding: 0;
}
.small-space-left{
    padding: 10px 10px 10px 0px;
}
.small-space-right{
    padding: 10px 0px 10px 10px;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.logo-link{
    max-width: 285px;
    display: block;
}
.logo{
    max-width: 285px;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.lang{
    position: absolute;
    right:0;
    text-decoration: none;
    font-size: 0.95em;
}
.lang:hover{
    text-decoration: underline;
}
.slogan span{
    font-size: 2.5em;
    color: #ffffff;
    position: absolute;
    bottom: 115px;
    left: 125px;
}
.img-l{
    width: 100%;
}
.img-l img{
    max-width: 650px;
    float: right;
}
.text-l{
    clear: both;
    padding-top: 35px;
    width: 100%;
}
.title-l{
    font-size: 2em;
    padding: 0px 30px 0px 60px;
    margin: 0;
}
.subtitle-l{
    font-size: 1.6em;
    padding: 0px 30px 0px 60px;
    margin: 0px 0 10px;
}
.desc-l{
    padding: 0px 30px 0px 60px;
}
.img-r{
    width: 100%;
}
.img-r img{
    max-width: 650px;
    float: left;
}
.text-r{
    clear: both;
    padding-top: 35px;
    width: 100%;
}
.title-r{
    font-size: 2em;
    padding: 0px 60px 0px 30px;
    margin: 0;
}
.subtitle-r{
    font-size: 1.6em;
    padding: 0px 60px 0px 30px;
    margin: 0px 0 10px;
}
.desc-r{
    padding: 0px 60px 0px 30px;
}
.top{
    width: 170px;
    height: 170px;
    position: relative;
    border: 2px solid #0030d7;
    border-radius: 50%;
    margin: 0 auto;
    clear: both;
}

.top:before {
    content: " ";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px solid #0030d7;
    border-radius: 50%;
}
.top a{
    position: relative;
    top: 40px;
    font-size: 1.2em;
    line-height: 1.3;
    text-decoration: none;
}
.top a span{
    letter-spacing: 0.1em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/* Desktop Menu */
nav{
    margin: 30px auto 5px;
    max-width: 2000px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.nav{
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav li{
    display: inline-block;
    width: auto;
    margin-right: 10%;
    border-bottom: none;
    padding-bottom: 2px;
    
}
.smaller-margin{
    margin-right: 7%!important;
}
.nav li:hover{
    border-bottom: 2px solid;    
}
.nav li:last-child{
    margin-right: 0px;
    
}
.nav .active{
    border-bottom: 2px solid;
    
}
.nav li a{
    font-size: 1em;
    text-decoration: none;
}
/* Mobile Menu */
.mobile {
    display: none;
    position: fixed;
    width: 60%;
    top: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
}
.mobile-nav-size {
    width: 100%;
    -webkit-transition: none 0s ease 0s!important;
    transition: none 0s ease 0s!important;
}
#mobile-nav{
    display: none;
    height: 0px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
#mobile-nav .mobile-navi{
    opacity: 0;
    height: 0px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
#mobile-nav.active .mobile-navi{
    opacity: 1;
    height: auto;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
#mobile-nav.active{
    display: block;
    height: auto;
    background: #ffffff;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    z-index: 999;
}
.mobile-navi{
    width: 100%;
}
.mobile-navi li{
    display: block;
    padding: 10px 0 15px 40px;
}
.mobile-navi li a{
    font-size: 1.6em;
    text-decoration: none;
}
.tab{
    margin-left: 20px;
}
.menu-link{
    background: transparent none repeat scroll 0 0;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    float: right;
    position: relative;
    right: 40px;
}
.menu-link span {
    display: block;
    height: 3px;
    width: 30px;
    background: #0030d7;
    margin: 6px 0;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
}
/* Burger Menu Animation */
.menu-link:hover .line-1,
.menu-link:focus .line-1 {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.menu-link:hover .line-3,
.menu-link:focus .line-3 {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}
/* Burger Menu t X Animation */
.menu-link.active{
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
}
.menu-link.active span {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.1s linear;
    transition: transform 0.2s ease-out, opacity 0.1s linear;
}
.menu-link.active .line-1 {
    -ms-transform: translateY(7px) translateX(0) rotate(45deg);
    transform: translateY(7px) translateX(0) rotate(45deg);
    -webkit-transform:  translateY(7px) translateX(0) rotate(45deg);
    -moz-transform:  translateY(7px) translateX(0) rotate(45deg);
    -o-transform:  translateY(7px) translateX(0) rotate(45deg);
}
.menu-link.active .line-2 {
    opacity: 0;
}
.menu-link.active .line-3 {
    -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    -webkit-transform:  translateY(-11px) translateX(0) rotate(-45deg);
    -moz-transform:  translateY(-11px) translateX(0) rotate(-45deg);
    -o-transform:  translateY(-11px) translateX(0) rotate(-45deg);
}
#business{
    display: none;
    float: left;
    height: 10px;
    position: relative;
    width: 100%;
    background: #fbf9f5;
}
#life{
    display: none;
    float: left;
    height: 10px;
    position: relative;
    width: 100%;
    background: #fff;
}
#julia{
    display: none;
    float: left;
    height: 10px;
    position: relative;
    width: 100%;
    background: #fbf9f5;
}

/*--------------------------------------------------------------
# Special
--------------------------------------------------------------*/

.workshop{
    width: 180px;
    height: 180px;
    color: #fff;
    background: #0030d7;
    position: absolute;
    right: 150px;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    padding-top: 30px;
}
.workshop p{
    margin: 0;
    line-height: 1.1;
    margin: 5px 0;
}
.workshop span{
    line-height: 2;
    font-size: 0.8em;
}
.workshop .more{
    line-height: 3;
    text-decoration: underline;
}
.workshop a{
    color: #fff;
    font-size: 14px;
    line-height: 3;
}

.ws-content{
    text-align: center;
    padding-top: 45px;
}
.ws{
    text-align: center;
    color: #fff;
    width: 100%;
    top: 60px;
}
.ws h3{
    font-family: AvertaStd-Semibold;
    font-size: 3.2em;
    margin-top: 5px;
    margin-bottom: 10px;
}
.ws span{
    font-size: 1.8em;
}
.ws .anfrage{
    color: #fff!important;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

.intro{
    background: #fff;
    padding: 0;
}
.about{
    background: #fff;
}
.slideshow{
    padding: 0;
}
.coaching{
    padding: 0;
}
.coaching-separate{
    padding: 0;
}
.team-separate{
    padding: 0;
}
.leistungen{
    background: #ffffff;
}
.leistungen-links{
    padding: 0;
}
.contact{
    background: #ffffff;
}
.contact a{
    text-decoration: none;
}
.contact a:hover{
    text-decoration: underline;
}
.newsletter {
    background: #ffffff none repeat scroll 0 0;
}
#mc_embed_signup{
    margin: 30px auto 100px;
    display: inline-block;
}
#mc_embed_signup input{
    padding: 10px 20px;
    width: 385px;
    height: 55px;
    background: #fef3ed;
    font-size: 1.6em;
    color: #0030d7;
    font-family: AvertaStd-Semibold;
    line-height: 1.4;
    margin-right: 10px;
    outline: medium none;
    border:2px solid #fef3ed;
    float: left;

}
#mc-embedded-subscribe{
    background: #0030d7!important;
    border: 2px solid #0030d7 !important;
    color: #ffffff!important;
    max-width: 170px!important;
    font-size: 1.2em!important;
    cursor: pointer;
}
.response {
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    text-align: center;
    top: 20px;
}
::-webkit-input-placeholder {
  opacity: 1;
  color: #0030d7;
}

:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #0030d7;
}

::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #0030d7;
}

:-ms-input-placeholder { /* IE 10+ */
  copacity: 1;
  color: #0030d7;
}

::-ms-input-placeholder { /* Edge */
  opacity: 1;
  color: #0030d7;
}
#mce_inline_error{
    background:red;
}



.imprint{
    background: #ffffff;
    padding: 100px 0;
}
.imprint a{
    text-decoration: none;
}
.imprint a:hover{
    text-decoration: underline;
}


/*--------------------------------------------------------------
# Flickity Slideshoe
# url http://flickity.metafizzy.co/
--------------------------------------------------------------*/

.gallery {
  height: 455px;
}
.gallery-cell {
  height: 100%;
}
.gallery-cell img{
    max-height: 455px;
}
/* Buttons */
.flickity-prev-next-button {
    width: 100px;
    height: 150px;
    background: transparent;
    opacity: 0.6;
}
.flickity-prev-next-button:hover {
    background: transparent;
    opacity: 1;
}
.flickity-prev-next-button .arrow {
      fill: transparent;
}
.flickity-prev-next-button.no-svg {
      color: transparent;
}
.flickity-prev-next-button:disabled {
      display: none;
}
.flickity-prev-next-button.next::before {
    content: url(../img/next.png);
}
.flickity-prev-next-button.previous::before {
      content: url(../img/prev.png);
}


/*--------------------------------------------------------------
# Desktop View 2000px
--------------------------------------------------------------*/

@media screen and (max-width: 2000px) {
    section{
        margin: 0 40px;
    }
    .lang{
        margin: 0 40px;
    }
}


/*--------------------------------------------------------------
# Desktop View 1439px
--------------------------------------------------------------*/

@media screen and (max-width: 1439px) {
    .img-l img{
        max-width: 100%;
        float: none;
    }
    .img-r img{
        max-width: 100%;
        float: none;
    }
}


/*--------------------------------------------------------------
# Desktop View 1200px
--------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
    .con-1{
        max-width: 800px;
    }
    .nav li {
        margin-right: 8%;
    }
    .smaller-margin {
        margin-right: 5%!important;
    }
    h3{
        font-size: 2.5em;
    }
    .workshop{
        right: 70px;
    }
    #mc_embed_signup input{
        float: none;
        max-width: 290px;
        margin: 10px;
    }
}


/*--------------------------------------------------------------
# Desktop View 1184px
--------------------------------------------------------------*/

@media screen and (max-width: 1184px) {
    
}


/*--------------------------------------------------------------
# Desktop View 1066px
--------------------------------------------------------------*/

@media screen and (max-width: 1066px) {
    .nav-con-1{
        padding: 0 80px;
    }
    .slogan span{
        left: 40px;
    }
    .con-1-3{
        width: 50%;
    }
    .empty{
        display: none;
    }
    .workshop{
        width: 160px;
        height: 160px;
        right: 70px;
        padding-top: 35px;
    }
    .workshop p{
        font-size: 1.4em;
        margin: 2px 0;
    }
    .workshop span{
        line-height: 1;
    }
    .workshop a{
        color: #fff;
        font-size: 14px;
        line-height: 1.4;
    }
    .ws-content{
        text-align: center;
        padding-top: 30px;
    }
}


/*--------------------------------------------------------------
# Desktop View 855px
--------------------------------------------------------------*/

@media screen and (max-width: 855px) {
    h3{
        font-size: 2em;
    }
    .nav li {
        margin-right: 7%;
    }

    .smaller-margin {
        margin-right: 2%!important;
    }
    .gallery {
      height: 300px;
    }
    .gallery-cell img{
        max-height: 300px;
    }
    /* Buttons */
    .flickity-prev-next-button {
        width: 50px;
        height: 50px;
    }
    .flickity-prev-next-button.next::before {
        content: url(../img/next_small.png);
    }
    .flickity-prev-next-button.previous::before {
          content: url(../img/prev_small.png);
    }
    .grid-link h3{
        font-size: 2.6em;
        line-height: 1;
        margin-top: 0px;
    }
}


/*--------------------------------------------------------------
# Tablet View 799px
--------------------------------------------------------------*/

@media screen and (max-width: 799px) {
    .lang{
        top: 95px;
    }
    header.sticky .lang {
        top: 40px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.4s ease 0s;
    }
    .social-ig{
        top: 95px;
    }
    .social-fb{
        top: 95px;
    }
    header.sticky .social-ig{
        top: 40px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.4s ease 0s;
    }
    header.sticky .social-fb{
        top: 40px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.4s ease 0s;
    }
    .navbar{
        display: none;
    }
    .mobile{
        display: block;
    }
    header{
        height: 125px;
    }
    header.sticky{
        height: 90px;
    }
    .nav-con-1{
        padding: 0 40px;
    }
    #business{
        display: block;
    }
    #life{
        display: block;
    }
    #julia{
        display: block;
    }
    section{
        top: 190px;
    }
    .team{
        padding: 0;
    }
    .slogan span{
        left: 20px;
        font-size: 1.5em;
    }
    h3{
        font-size: 3.2em;
    }
    .con-left{
        max-width: 100%;
        width: 100%;
        padding: 10px 10px 40px;
        background: #fff;
    }
    .con-right{
        max-width: 100%;
        width: 100%;
        padding: 10px 10px 40px;
        background: #fff;
    }
    .p-con-left{
        max-width: 100%;
        width: 100%;
        padding: 10px 10px 40px;
        background: #fff;
    }
    .p-con-right{
        max-width: 100%;
        width: 100%;
        padding: 10px 10px 40px;
        background: #fff;
    }
    .small-space-left {
        padding: 0 0 40px;
    }
    .small-space-right {
        padding: 0;
    }
    .text-l{
        padding-top: 0;
    }
    .title-l {
        margin: 20px 0 0;
        padding: 0 10px;
    }
    .subtitle-l {
        padding: 0 10px;
    }
    .desc-l {
        padding: 0 10px;
    }
    .text-r{
        padding-top: 0;
        margin-bottom: 40px;
    }
    .title-r {
        margin: 20px 0 0;
        padding: 0 10px 0 10px;
    }
    .subtitle-r {
        padding: 0 10px;
    }
    .desc-r {
        padding: 0 10px;
    }    
    .contact-left{
        width: 100%;
        margin-bottom: 0;
        text-align: center;
        padding-left: 0;
    }
    .contact-right{
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .break{
        display: block;
    }
    .desktop-2{
        display: none;
    }
    .mobile-img-2{
        display: block;
    }
    .workshop{
        width: 130px;
        height: 130px;
        right: 50px;
        padding-top: 25px;
    }
    .workshop span{
        line-height: 1.8;
    }
    .workshop p{
        font-size: 1em;
        margin: 0;
    }
    .workshop .info-text{
        display: none;
    }
    .workshop .more{
        font-size: 0.8em;
        line-height: 1;
    }
    .workshop a{
        color: #fff;
        font-size: 0.9em;
        line-height: 1.8;
    }
    .ws-content{
        text-align: center;
        padding-top: 15px;
    }
    #mc_embed_signup input{
        float: none;
        width: 100%;
        max-width: 80%;
        margin: 10px;
    }
    #mc-embedded-subscribe{
        width: 100%;
        max-width: 100%;  
    }
}

@media screen and (max-width: 739px) {
.ws{
    top: 10px;
}
}

@media screen and (max-width: 611px) {
.ws{
    top: 40px;
}
}

/*--------------------------------------------------------------
# Mobile View 599px
--------------------------------------------------------------*/

@media screen and (max-width: 599px) {
    body{
        font-size: 12px;
        line-height: 0.8;
    }
    header {
        height: 40px;
    }
    .lang{
        top: 55px;
        margin: 0 20px;
    }
    .social-ig{
        top: 55px;
        right: 85px
    }
    .social-fb{
        top: 55px;
        right: 65px;
    }
    header.sticky .social-ig{
        top: 35px;
    }
    header.sticky .social-fb{
        top: 35px;
    }
    h2{
        font-size: 3em;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    h3{
        font-size: 2.6em;
        line-height: 1;
        margin-top: 15px;
    }
    p{
        font-size: 1.3em;
        line-height: 1.2;
    }
    .nav-con-1{
        padding: 0 20px;
    }
    .logo-link{
        max-width: 165px;
    }
    .logo{
        max-width: 165px;
        margin-top: 20px;
    }
    header.sticky img{
        margin-top: 10px;
    }
    header.sticky {
        height: 70px;
    }
    nav{
        margin: 20px auto 5px;
    }
    .menu-link{
        right: 16px;
    }
    #mobile-nav.active{
        height: 100vh;
    }
    section{
        top: 115px;
        margin: 0;
        padding: 20px 0;
    }
    #about{
        padding: 0;
    }
    .coaching{
        background: #fbf9f5;
    }
    .coaching-separate{
        background: #fbf9f5;
    }
    .team{
        background: #fff;
    }
    .team-separate{
        background: #fff;
    }
    .team h2 {
        text-align: center;
    }
    .team .small {
        text-align: center;
    }
    .slogan span {
        bottom: 50px;
        font-size: 1.5em;
        left: 10px;
        line-height: 1.1;
        text-shadow: 1px 1px #000000;
    }
   .gallery {
        height: 160px;
    }
    .gallery-cell {
        height: 100%;
    }
    .gallery-cell img{
        max-height: 160px;
    }
    .con-left{
        text-align: left;
    }
    .desktop{
        display: none;
    }
    .mobile-img{
        display: block;
    }
    .con-1-3 {
        float: none;
        width: auto;
        margin: 0 20px 4px;
    }
    .top{
        height: 120px;
        width: 120px;
    }
    .top a{
        top: 27px;
    }
    .iphone{
        display: none;
    }
    .workshop{
        width: 120px;
        height: 120px;
        right: 15px;
        padding-top: 30px;
    }
    .workshop p{
        font-size: 1.1em;
        margin: 0;
    }
    .ws-content{
        text-align: center;
        padding-top: 25px;
    }
}

/*--------------------------------------------------------------
# Mobile View 399px
--------------------------------------------------------------*/

@media screen and (max-width: 399px) {
    .workshop{
        height: 100px;
        padding-top: 20px;
        right: 15px;
        width: 100px;
    }
    .workshop p{
        font-size: 0.9em;
        margin: 5px 0 0;
    }