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

    footer.main .footer-container .copyright {
        margin-left:0;
    }

    footer.main .footer-container .design {
        margin-right:0;
    }

    footer.main .footer-container .realisation {
        margin-right:0;
    }

}

@media only screen and (max-width: 1280px) {
    #contact .content {
        margin-right: 50px;
    }

    #contact .content p {
        float: right;
    }

    #contactform {
        clear: right;
    }
}


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

    /*********************** Home ***********************/
    
    #home ul.newslist {
        width:220px;
        max-width:100%;
        float:left;
    }
    
    #home ul.newslist li:last-child {
        display:none;
    }
    
    #home ul.newslist li:nth-child(3) {
        display:none;
    }
    
    ul.icon-navigation-home {
        display:none;
    }
    
    #home .home-slider {
        margin:0 0 60px 0;
    }
    
    /*********************** About ***********************/
    
    #about {
        padding-bottom:0;
    }
    
    #about .content .flavia h3,
    #about .content .choreographer h3,
    #about .content .dancer h3,
    #about .content .teacher h3 {
        top:100px;
        left:50px;
        
        font-size:20px;
        line-height:24px;
    }
    
    #about .content .choreographer h3 {
        left:0px;
    }
    
    #about .content .teacher h3 {
        left:90px;
    }
    
    #about .content .dancer:hover h3,
    #about .content .dancer.active h3 {
        top:130px;
    }
    
    #about .content .flavia {
        left:100px;
        width:225px;
        height:365px;
        
        background-repeat:no-repeat;
        background-size:70%;
    }

    #about .content .flavia:hover,
    #about .content .flavia.active {
        background-position:left -365px;
    }

    #about .content .choreographer {
        left:280px;
        width:203px;
        height:360px;
        
        background-repeat:no-repeat;
        background-size:70%;
    }

    #about .content .choreographer:hover,
    #about .content .choreographer.active {
        background-position:left -362px;
    }

    #about .content .dancer {
        left:420px;
        width:202px;
        height:365px;
        
        background-repeat:no-repeat;
        background-size:70%;
    }

    #about .content .dancer:hover,
    #about .content .dancer.active {
        top:-50px;
        background-position:left -365px;
    }

    #about .content .teacher {
        left:500px;
        width:220px;
        height:358px;
        
        background-repeat:no-repeat;
        background-size:70%;
    }

    #about .content .teacher:hover,
    #about .content .teacher.active {
        background-position:right -355px;
    }
    
    #about .content .flavia + .text,
    #about .content .choreographer + .text,
    #about .content .dancer + .text,
    #about .content .teacher + .text {
        top:320px;      
        font-size:14px;
    }
    
    #about .content .flavia + .text .spitz {
        left:150px;
    }

    #about .content .choreographer + .text .spitz {
        left:320px;
    }

    #about .content .dancer + .text .spitz {
        left:470px;
    }

    #about .content .teacher + .text .spitz {
        left:640px;
    }
}

@media only screen and (max-width: 1185px) {
    nav.main {
        padding-left:20px;
    }
}

@media only screen and (max-width: 1150px) {
    /*
    #about .content-box {
        float: right;
        margin-right: 50px;
    }
    */
    #about .content-box {
        margin-left: 45px;
    }

    #classes .center .content ul.classes {
        float:right;
    }

    #classes .center .content ul.classes li {
        float:right;
        max-width:560px;
    }
}

@media only screen and (max-width: 1150px) {
    #about .content-box {
        margin-left: 125px;
    }
}

@media only screen and (max-width: 1024px) {
    .logo-static .logo img.logo {
        width:25%;
        margin-left:20px;
    }

    .nav-static nav.main {
        top:250px;
    }


    #about .site-logo {
        margin: 50px 0 20px;
    }

    #about .content .flavia {
        left:190px;
    }
    
    #about .content .choreographer {
        left:370px;
    }
    
    #about .content .dancer {
        left:510px;
    }
    
    #about .content .dancer:hover {
        top:-50px;
    }
    
    #about .content .teacher {
        left:590px;
    }
    
    #about .content .flavia + .text .spitz {
        left:250px;
    }

    #about .content .choreographer + .text .spitz {
        left:420px;
    }

    #about .content .dancer + .text .spitz {
        left:560px;
    }

    #about .content .teacher + .text .spitz {
        left:720px;
    }
    #about .content-box {
        margin-left: 200px;
    }
    
    ul.boxlist {
        max-width:723px;
        min-width:723px;
        float:right;
    }

    #clients .content ul.clients {
        float: right;
        max-width: 760px;
    }

    #contact p.contact {
        max-width:460px;
        width:100%;
        float:right;
        clear:both;
        margin-bottom:30px;
    }
    
    #contactform {
        clear:both;
    }
}

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

    #classes .center .content ul.classes li {
        float:right;
    }
}

@media only screen and (max-width: 1005px) {
    #home ul.newslist {
        width:100%;
    }

    #home ul.newslist li.three {
        display:block;
    }
}

@media only screen and (max-width: 768px) {
    .logo-static .logo img.logo {
        width:30%;
        margin-left:20px;
    }

    .home-header {
        margin:40px 0 80px 0;
    }
    
    #home .slider {
        max-width:100%;
        width:100%;
    }
    
    #home .slider img {
        width:100%;
        height:auto;
    }

    #about .site-logo {
        margin: 50px 0 60px;
    }
    
    #about .content .flavia {
        left:100px;
    }
    
    #about .content .choreographer {
        left:280px;
    }
    
    #about .content .dancer {
        left:420px;
    }
    
    #about .content .teacher {
        left:500px;
    }
    
    #about .content .flavia + .text .spitz {
        left:150px;
    }

    #about .content .choreographer + .text .spitz {
        left:320px;
    }

    #about .content .dancer + .text .spitz {
        left:470px;
    }

    #about .content .teacher + .text .spitz {
        left:640px;
    }
    
    ul.boxlist {
        max-width:480px;
        min-width:1px;
        float:right;
    }

    #home ul.newslist li:first-child {
        margin:0 0 22px 15px;
    }

    #home ul.newslist li:nth-child(3) {
        display:block;
    }
    
    #clients .content ul.clients li {
        float:right;
    }

    #clients .content ul.clients {
        max-width:500px;
        float:right;
    }

    #news ul.boxlist li.detail.of-1:before {
        left: 71%;
    }

    ul.boxlist li {
        margin:0 0 20px 20px;
    }
}

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

    .logo-static,
    .nav-static {
        max-width:1185px;
        width:100%;
        margin:0;
        position:relative;
    }

    .logo-static .logo {
        width:100%;
        position:absolute;
        z-index:100;
    }

    .logo-static .logo img.logo {
        float:left;
        margin:20px 0 40px 20px;
        width:30%;
        transition: opacity 0.7s ease;
    }
    
    .nav-static {
        max-width:100%;
        width:100%;
        margin:0;
        position:relative;
    }
    
    .nav-static nav.main {
        top:0;
        right:0;
        float:right;
        width:100%;
    }
    
    nav.main .toggle {
        cursor:pointer;
        display:block;
        position:absolute;
        right:20px;
        top:20px;
        z-index:600;
    }
    
    nav.main .toggle span {
        display: block;
        margin: 4px 0;
        width: 32px;
        height: 4px;
        background-color:#CC2C4A;
    }

    nav.main ul {
        display:none;
    }

    nav.main ul,
    .home-header ul {
        margin:0;
        padding:0;
        list-style:none;
    }

    nav.main.expanded ul {
        display:block;
        width:auto;
        height:auto;
        
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        
        background-color:#000;
        
        position:absolute;
        top:0;
        left:0;
        right:0;
            
        margin:0;
        padding:20px;
        z-index:500;
    }

    nav.main ul li {
        background-color:#000;
        padding:0 5px;
        margin:0;
        float:none;
        clear:both;
        display:block;
        
        -moz-transition: none;
        -webkit-transition: none;
        transition: none;
    }

    nav.main ul li.home,
    nav.main ul li.about,
    nav.main ul li.classes,
    nav.main ul li.media,
    nav.main ul li.clients,
    nav.main ul li.contact,
    nav.main ul li.news {
        padding:2px 0;
        margin:0;
    }

    nav.main ul li a {
        color:#00c5a3;
        font-size:20px;
        line-height:24px;
        padding:0 20px;
    }
    
    nav.main ul li.home a,
    nav.main ul li.about a,
    nav.main ul li.classes a,
    nav.main ul li.media a,
    nav.main ul li.clients a,
    nav.main ul li.contact a,
    nav.main ul li.news a {
        padding:0;
    }

    nav.main ul li a.on,
    nav.main ul li a:hover {
        color:#009bc6;
    }

    nav.main ul li.on,
    nav.main ul li:hover {
        margin:0;
    }

    #home .center .home-slider  {
        max-width: 100%;
    }

    #home .home-slider .slider ul li img {
        width:100%;
        height:auto;
    }

    #about .content .flavia,
    #about .content .choreographer,
    #about .content .dancer,
    #about .content .teacher {
        display:none;
    }
    
    #about .content .flavia + .text,
    #about .content .choreographer + .text,
    #about .content .dancer + .text,
    #about .content .teacher + .text {
        position:static;
        bottom:0;
        margin-bottom:20px;
    
        font-size:14px;
        opacity:1;
        float:left;

        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
    }
    
    #about .content .flavia + .text img,
    #about .content .choreographer + .text img,
    #about .content .dancer + .text img,
    #about .content .teacher + .text img {
        margin:0 20px 20px 0;
    }
    
    #about .content .flavia + .text .spitz,
    #about .content .choreographer + .text .spitz,
    #about .content .dancer + .text .spitz,
    #about .content .teacher + .text .spitz {
        display:none;
    }
    
    #about .content .flavia + .text {
        top:0;
    }
    
    #about .content .choreographer + .text {
        top:300px;
    }
    #about .content-box {
        float:right;
        margin-right: 50px;
        margin-left: 0;
    }

}

@media only screen and (max-width: 740px) {
    
    footer.main .footer-container .copyright {
        margin-top:26px;
    }

    footer.main .footer-container .design {
        margin-top:6px;
    }

    #about .content-box {
        width: 90%;
        float: left;
        margin-right: 0;
    }
}

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

    #contact .content {
    margin-right: 0;
    }

    footer.main {
        height: 150px;
    }
    
    .home-header {
        float:left;
        width:100%;
        text-align:center;
        margin:100px 0 0 0;
    }

    .home-header ul {
        float: none;
        display: inline-block;
    }

    .home-header ul li {
        float:left;
        margin:0 15px 40px 15px;
        position:relative;
    }
        
    .home-header ul li a.de,
    .home-header ul li a.en {
        position:absolute;
        display:block;
        color:#FFF;
        font-size:25px;
    }
    
    .home-header ul li a.de {
        left:2px;
        right: 60%;
        top:12px;
        text-align: right;
    }

    .home-header ul li a.en {
        right:2px;
        left: 60%;
        top:12px;
        text-align: left;
    }
    
    .home-header ul li span.point {
        left:15px;
        top:10px;
        color:#FFF;
        font-size:30px;
    }

    .home-header ul li span.language {
        border: none;
    }

    #home .home-header ul li .icon-link:before {
        border-width:3px;
    }

    .home-header ul .language-li {
        width: auto;
        margin: 0 0 40px 0;
        float: none;
    }

    .home-header ul li {
        margin-bottom: 0;
    }

    .home-header ul .language-li:hover span.language {
        background-color: transparent;
    }

    .home-header ul li span.point {
        font-size: 33px;
        left: 47%;
        top: 11px;
    }

    .home-header ul li img.twitter,
    .home-header ul li img.insta {
        left: 18px;
        top: 18px;
    }
    
    #home .home-header ul li img{
        width:40%;
    }
    
    .home-header ul li img.fb {
        height:50%;
        left:16px;
        top: 15px;
    }

}


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

    .site {
        background-attachment:scroll;
    }

    .site-logo {
        height: 0;
    }

    .home-slider {
        max-width:320px;
    }

    .slider {
        max-width:320px;
        margin-top:0;
    }

    .slider > ul > li {
        max-width:320px;
    }

    .home-slider ul.indicator {
        display:none;
    }

    #home ul.newslist li:first-child {
        margin:0 auto 20px;
    }

    #home ul.newslist li  {
        width:220px;
        margin:0 auto 20px;
        float:none;
    }   

    #home ul.newslist li:last-child  {
        display:block;
    }   

    ul.boxlist {
        width:100%;
        float:none;
        margin:0 0 30px 0;
    }

    ul.boxlist li {
        float:none;
        width:220px;
        margin:0 auto 20px;
    }

    #contactform {
        margin-bottom:20px;
        width:100%;
        max-width:100%;
    }
    
    #contactform dt {
        float:left;
        margin:0;
        width:100%;
        font-size:18px;
        line-height:28px;
        clear:both;
    }

    #contactform dt.space {
        display:none;
    }
    
    #contactform dd {
        width:100%;
    }


    .slider {
        margin-top:50px;
    }
    
    #classes .center .content ul.classes li .title-shadow {
        display:none;
    }

    #clients .content ul.clients li {
        float:left;
        width:100%;
        text-align:center;
        margin:0 0 40px;
    }

    #clients .content ul.clients li img {
        width: 220px;
        margin: 0 auto;
    }
}

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

    .logo-static .logo img.logo {
        width:50%;
    }


    #about .content .flavia + .text img,
    #about .content .choreographer + .text img,
    #about .content .dancer + .text img,
    #about .content .teacher + .text img {
        margin:0 0 20px 0;
        float:none;
    }
                
    #classes .center .content ul.classes li {
        padding:20px 10px 150px 10px;
    }

    #news ul.boxlist li.detail {
        margin:0 auto 30px;
    }

    #news ul.boxlist li.detail .img-left {
        margin:30px 0 20px 0;
        width:100%;
    }

    #news ul.boxlist li.detail .img-left img {
        width:100%;
        height:auto;
    }
}

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

    .home-slider {
        max-width:280px;
    }

    .slider {
        max-width:280px;
    }

    .slider > ul > li {
        max-width:280px;
    }

    #about .content .flavia + .text img, 
    #about .content .choreographer + .text img, 
    #about .content .dancer + .text img, 
    #about .content .teacher + .text img {
        width:100%;
        height:auto;
    }
}