/*!
 * Start Bootstrap - Thumbnail Gallery (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


html, body{
    height:100%
}


body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    font-size:16px;
    color: #303030;
   font-family: niveau-grotesk, sans-serif;}

p{
    line-height: 22px;
    font-weight: 300;
    font-size: 16px;
}

hr{
    margin-top:25px;
    margin-bottom:25px;
    border-top: 1px solid #e5e5e5;
}




.arrowicon{
    padding-top:10px;
    text-align: right;
    font-size:20px;
}


.nextproject:hover .arrowicon{
    color: #f64040;
}

.rowsim{
    margin-right: -15px;
    margin-left: -15px;
}

.portfolio-container{
    padding-left:30px;
    padding-right:30px;
}

.work-grid{
    display: inline-block;
    position: relative;
}

.work-grid img {
    width: 100%;
}
.portfolio_item{
    margin-bottom: 30px;
    -webkit-transition: all 1s ease;
    -moz-transition: all  1s ease;
    -o-transition: all  1s ease;
    -ms-transition: all  1s ease;
}
.work-grid .work-hover_container{
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
    transition:opacity 0.5s ease-in-out;
}
.work-grid .work-hover_container .work-hover_content{
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    text-align: center;
}
.work-hover_content span.work-title{
    font-size: 1.6em;
    font-weight:700;
    display: block;
    color:white;
    line-height: 1.2em;
   font-family: niveau-grotesk, sans-serif;
    font-style: normal;

}
.work-hover_content span.work-category{
    font-size: 1em;
    font-style: normal;
    color:white;
    line-height:2.4em;

}
.work-grid:hover .work-hover_container{
    opacity: 1;
    cursor: url(../img/cursor.png), default;
}

.work-grid:hover .work-hover_content span.work-title{
    animation-name:fadeInUp;
    animation-duration:0.5s;
}

/*SINGLE PROJECT*/
.project-images{
    width: 100%;

}



/*DETAIL*/

.minusmargin{
    margin-top:-40px;
}

.plusmargin{
    margin-top:30px;
}

.doublemargin{
    margin-top:80px;
}

@media (max-width: 767px) {
    .minusmargin{
    margin-top:20px;
    }
    .plusmargin{
        margin-top:20px;
    }
    .doublemargin{
        margin-top:40px;
    }

}

/* ABOUT */


.infobox{
    background-color:#FFF;
    z-index: 2;
}

.infotext{
    font-size: 18px;
    line-height: 29px;
}

.styledarrow{
    color:#f0f0f0;
}


/* ANIMATION KEYRAMES */

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}



/*HEADER*/

.menu-wrapper{
    height:5em;
    margin-bottom:68px;
    padding-top: 30px;
}

@media (max-width: 767px) {
    .menu-wrapper{
        padding:0;
    }
}


.div1, .div3{
    height: 60px;
    margin:0;
    float:left;
    color:#303030;
}

.div1{
    padding-top:0.4em;
    text-align:center;
    background-color:#f64040;
    width: 60px;
    z-index:20;
}


.div1 .logo-img:hover{
    cursor:pointer;
}

.div2{
    margin:0;
    float:left;
    height:5em;
    padding-top: 1.3em;
    animation-duration:0.3s;
    z-index:20;
    color:#f64040;
}

.div2 a{
    color: #f64040;
}

.div2 a:hover{
    color: #f64040;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .div2{
        display:none;
    }
}

.div3{
    margin:0;
    float:right;
    height:5em;
    padding-top: 1.3em;
    animation-duration:0.3s;
    z-index:20;
    /* margin-left: 67px;*/
}

ul li{
    display:inline;
    float:left;
    padding-right:1.8em;
    font-weight:300;
    text-transform:uppercase;
    letter-spacing:0.04em;
}

ul li:last-child {
    padding-right:0;
 }   



ul li a:hover{
    text-decoration: underline;
    cursor:pointer;

}

.detail-menu ul li a{
    color:black;
}

.detail-menu ul li{
    color:black;
}


.menu-bar{
    font-size:2em;
}

.logo-img{
   width: 73%;
margin-top: 3px;
}


/* KONTAKT INFO */

.contact-wrapper{
    background-color: #131313;
    color:white;
    position:rdvative;
    display: none;
}

.contact-wrapper.open {
    margin-top: 0 !important;
}

.contact-inside-wrapper{
    padding:2em;
}

.contact-img{
    width:100%;
}h3

.contact-infos{
    padding:0;
}

.contact-infos ul{
    list-style-type:none;
    padding-left:0;
    margin-top:1em;
    font-weight: 400;
    font-size:15px;
}

.contact-infos ul li a{
    color:white;
    text-decoration: none;
}

.contact-infos ul li a:hover{
    font-weight:600;
}


@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}


@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;

    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;

    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility:visible;
        opacity:1;
    }

    to {
        opacity:0;
        visibility: hidden;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility:visible;
        opacity:1;
    }

    to {
        opacity:0;
        visibility: hidden;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

/* FOOTER */

footer{
    margin-top:50px;
    padding:1em;
    font-weight:300;
    font-size:16px;
    margin-bottom:0;
    padding-bottom:0;
    color:grey;

}

footer .head{
   font-family: niveau-grotesk, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-style: normal;
}

footer .copyright{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 27px;
    margin-top: 0.3em;
    margin-bottom: 20px;
}

.copyright a{
    color:grey;
}




footer a:hover{
    color:grey;
    cursor:pointer;
}



@media (max-width:767px){

    footer {
        margin-top:80px;
        padding:0;
    }
}

/* START PAGE */

.start{
    height: 100%;
    margin-bottom:-92px;
    color: #303030;

}


.white{
    color:#FFF;
}

.intro{
    margin-bottom:0;
    /*margin-left: 35px;*/
}

@media (max-width: 767px) {
    .intro{
        margin-left:0;
    }
}

.color1, .color2, .color3{
    float:right;
    height:2em;
    width:2em;
}

.color1{
    background-color: #1f0645;
}

.color2{
    background-color: #009b92;
}

.color3{
    background-color: #e3c515;
}

.color1:hover, .color2:hover, .color3:hover {
    cursor:pointer;
}



.img1, .img2, .img3, .img4, .img5{
    width:11%;
    animation-name:zoomIn;
    -webkit-animation-name: zoomIn;
    animation-fill-mode:forwards;
    opacity:0;
    animation-duration:0.7s;
    margin-bottom:1em;
}

.img2{
    animation-delay:1.5s;
}

.img3{
    animation-delay:3s;
}

.img4{
    animation-delay:4.5s;
}

.img5{
    animation-delay:6s;
}


.plus1, .plus2, .plus3, .plus4{
    animation-name:zoomIn;
    -webkit-animation-name: zoomIn;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}

.plus1{
    animation-delay:1s;
}

.plus2{
    animation-delay:2.5s;
}

.plus3{
    animation-delay:4s;
}

.plus4{
    animation-delay:5.5s;
}

.img-small{
    display:none;
}


@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }

    to{
        opacity:1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }

    to{
        opacity:1;
    }
}


@-webkit-keyframes slideIn{
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        opacity:0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity:1;
    }

}

@keyframes slideIn{
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        opacity:0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity:1;
    }

}

@-webkit-keyframes slideInslideOut {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        opacity:0
    }

    30% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity:1;
    }

    70%{
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity:1;
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity:0;
    }
}

@keyframes slideInslideOut {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        opacity:0
    }

    30% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity:1;
    }

    70%{
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity:1;
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity:0;
    }
}



/* CONTENT */

h1{
    font-family: niveau-grotesk, sans-serif;    
    font-style: normal;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 2em; 
    color: #303030;
}

.h1-index{
    font-size:52px;
    color:#f64040;
}

h3{
   font-family: niveau-grotesk, sans-serif;
    font-style: normal; 
    font-weight: 300;
    line-height:1.5;
    font-size: 26px;
}

h5{
    font-size: 16px;
}

a {
    color: #303030;
}

a:hover{
    color: #747474;
    text-decoration: underline;
}



h5{
    font-weight:700;
}


@media (max-width: 767px) and (min-width: 320px){


    h3{
        font-size:20px;
    }

    .menu-wrapper{
        margin-bottom:25px;
        max-width: 100%;
    }

    .contact-img{
        width:100%;
        margin-bottom: 30px;

    }



}

@media (max-width:470px){
    .start{
        margin-bottom:26px;
        height: auto;
        padding-bottom: 2em;
    }

        .h1-index{
    font-size:40px;
    color:#f64040;
}

}

@media (max-width: 320px){1

    h1{
        font-size:36px;
        line-height:1.2;
        margin-top:0;
    }


    h3{
        font-size:16px;
        line-height:1.3;

    }
    .div3{
        margin-bottom: 11px;
    }

        .h1-index{
    font-size:40px;
    color:#f64040;
}

}


.intro-detail{
    margin-left:0;
}

h2{
    font-size:26px;
    line-height:1.2;
    font-weight:700;

}



.detail-image{
    margin-top:2em;
    -webkit-transition: all 1s ease;
    -moz-transition: all  1s ease;
    -o-transition: all  1s ease;
    -ms-transition: all  1s ease;
}

.contact-close{
    color:white;
    float:right;
    margin-top:1em;
    margin-right:1em;
    font-size:17px;
}

.contact-close:hover{
    cursor:pointer;
}
.close-icon {
    font-size: 17px;
    padding-left:1em;
    padding-right:1em;
}

.close-icon:hover{
    cursor: pointer;
}

.category {
    font-weight: 300;
    line-height:1.4;
    font-size: 15px;
    font-style: italic;
    margin-top:0.6em;
    margin-bottom:0;
}

.description {
    font-weight: 300;
    line-height:1.6;
    font-size: 18px;
    margin-top:3em;
}


.services{
    margin-top:8em;
    margin-bottom:3em;
}


@media(max-width:767px){
    .services{
        margin-top:80px;
    }
}

@media (max-width: 320px) {
    .services{
        margin-top:60px;
    }

    footer{
        padding:0;
    }
}

.services h5{
    font-size: 18px;
    font-weight:300;

}

.start-services{
    background-color: #1f0645;
    color: white;
    padding-bottom:5em;
}

.detail {
    margin-bottom:30px;
}

.services h3{
    font-size:22px;
    line-height:1.3;
    margin-top:0;
    font-weight:500;
}


.description-more{
    text-align:center;
    font-size:20px;
    font-weight: 700;
}


/* ART ANIMATION */


.fish{
    position:absolute;
        left: -280px;
        width:30%;
     -webkit-animation: fishi 14s infinite linear;
  -moz-animation: fishi 14s infinite linear;
  -o-animation: fishi 14s infinite linear;
  animation-direction: normal;
  animation-name: fishi;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  transition-timing-function: linear; 
}

.fish2{
    position:absolute;
right: -360px; 
width:30%;
    margin-top: 100px;
     -webkit-animation: fishi2 14s infinite linear;
  -moz-animation: fishi2 14s infinite linear;
  -o-animation: fishi2 14s infinite linear;
  animation-direction: normal;
  animation-name: fishi2;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  transition-timing-function: linear; 
}


.fish3{
    position:absolute; 
    top: -170px;
    width: 30%;
    left: 210px;
    transform:rotate(90deg);
    -webkit-transform: rotate(90deg);
     -webkit-animation: fishi3 3s linear;
  -moz-animation: fishi3 3s linear;
  -o-animation: fishi3 3s linear;
  animation-direction: normal;
  animation-name: fishi3;
  animation-duration: 3s;
  animation-delay:6s;
  transition-timing-function: linear; 
}



   


@-webkit-keyframes fishi {
  0% {
    -webkit-transform: translateX(0px)rotate(-10deg);
    transform: translateX(0px) rotate(-10deg)}
  10%{
    -webkit-transform: translateX(200px) rotate(10deg);
    transform: translateX(200px) rotate(10deg);
  }
  20%{
   -webkit-transform: translateX(400px) rotate(-10deg);
    transform: translateX(400px) rotate(-10deg);
  }
  30%{
    -webkit-transform: translateX(600px) rotate(10deg);
    transform: translateX(600px) rotate(10deg);
  }
  40%{
   -webkit-transform: translateX(800px) rotate(-10deg);
    transform: translateX(800px) rotate(-10deg);
  }
   50%{
    -webkit-transform: translateX(1000px) rotate(10deg);
    transform: translateX(1000px) rotate(10deg);
  }
  60%{
   -webkit-transform: translateX(1200px) rotate(-10deg);
    transform: translateX(1200px) rotate(-10deg);
  }
   70%{
    -webkit-transform: translateX(1400px) rotate(10deg);
    transform: translateX(1400px) rotate(10deg);
  }
  80%{
   -webkit-transform: translateX(1600px) rotate(-10deg);
    transform: translateX(1600px) rotate(-10deg);
  }
   90%{
   -webkit-transform: translateX(1800px) rotate(10deg);
    transform: translateX(1800px) rotate(10deg);
    opacity:1;
  }
  100% {
    opacity:0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)} 
}


@-webkit-keyframes fishi2 {
  0% {
    -webkit-transform: translateX(0px)rotate(-10deg);
    transform: translateX(0px) rotate(-10deg) }
  10%{
    -webkit-transform: translateX(-200px) rotate(10deg);
    transform: translateX(-200px) rotate(10deg);
  }
  20%{
   -webkit-transform: translateX(-400px) rotate(-10deg);
    transform: translateX(-400px) rotate(-10deg);
  }
  30%{
    -webkit-transform: translateX(-600px) rotate(10deg);
    transform: translateX(-600px) rotate(10deg);
  }
  40%{
   -webkit-transform: translateX(-800px) rotate(-10deg);
    transform: translateX(-800px) rotate(-10deg);
  }
   50%{
    -webkit-transform: translateX(-1000px) rotate(10deg);
    transform: translateX(-1000px) rotate(10deg);
  }
  60%{
   -webkit-transform: translateX(-1200px) rotate(-10deg);
    transform: translateX(-1200px) rotate(-10deg);
  }
   70%{
    -webkit-transform: translateX(-1400px) rotate(10deg);
    transform: translateX(-1400px) rotate(10deg);
  }
  80%{
   -webkit-transform: translateX(-1600px) rotate(-10deg);
    transform: translateX(-1600px) rotate(-10deg);
  }
   90%{
   -webkit-transform: translateX(-1800px) rotate(10deg);
    transform: translateX(-1800px) rotate(10deg);
    opacity:1;
  }
  100% {
    opacity:0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)} 
}


@-webkit-keyframes fishi3 {
    0%{
        -webkit-transform: translateY(0px) rotate(90deg);
        transform: translateY(0px) rotate(90deg);
    }
    50%{
        -webkit-transform: translateY(100px) rotate(90deg);
        transform: translateY(100px) rotate(90deg);
    }
     100%{
        -webkit-transform: translateY(0px) rotate(90deg);
        transform: translateY(0px) rotate(90deg);
    }
}


.start-animation-h1{
    opacity:0;
    animation: shine-in 1.2s;
    animation-iteration-count: 1;
    transform: translateX(-20px);
    animation-fill-mode: forwards;
    margin-top:2em;
}

@media (max-width: 767px) {
    .start-animation-h1{
    margin-top:1.5em;
    }
}

.start-animation-h1-detail{
    opacity:0;
    animation: shine-in 1.2s;
    animation-iteration-count: 1;
    transform: translateX(-20px);
    animation-fill-mode: forwards;
}


.start-animation-h3{
    opacity:0;
    animation: shine-in 1.2s;
    animation-iteration-count: 1;
    transform: translateX(-20px);
    animation-fill-mode: forwards;
    animation-delay:0.5s;

}



@keyframes shine-in{
    from{
        opacity:0;
        transform: translateX(-20px);

    }
    to{
        opacity:1;
        transform: translateX(0px);
    }
}


#change-hint{
    position: absolute;
    right: 92px;
    top: 3px;
}

.show-hint{
    display:none;
}



