/*--
        Author: W3layouts
        Author URL: http://w3layouts.com
        License: Creative Commons Attribution 3.0 Unported
        License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-- Reset Code --*/
body {
        padding: 0;
        margin: 5%;
        background:#ffffff;
        background-size: cover;
        font-family: 'Open Sans', sans-serif;
}
body a {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        text-decoration: none;
}
body a:hover {
        text-decoration: none;
}
body a:focus, a:hover {
        text-decoration: none;
}
input[type="button"], input[type="submit"] {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
}
h1, h2, h3, h4, {
        margin: 0;
        padding: 0;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
}
h2 {
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 1.5em;
        line-height: 140%;
        font-family: 'Open Sans', sans-serif;
}

}
h5 {
        margin: 20;
        padding: 20;
        text-align: center;
        font-family: 'ARIAL', regular;
}

        /* latin-ext */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: local('Great Vibes'), local('GreatVibes-Regular'), url(https://fonts.gstatic.com/s/greatvibes/v6/RWmMoKWR9v4ksMfaWd_JN9XLiaQ6DQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: local('Great Vibes'), local('GreatVibes-Regular'), url(https://fonts.gstatic.com/s/greatvibes/v6/RWmMoKWR9v4ksMfaWd_JN9XFiaQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
h6 {

font-size: 3em;
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
          text-align: center;
}
h8 {

font-size: 2.5vw;
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
          text-align: center;
}
p {
        margin:0;
}
ul {
        margin:0;
        padding:0;
}
label {
        margin:0;
}
a:focus, a:hover {
        text-decoration: none;
        outline: none
}
img {
        width: 100%;
}
/*-- //Reset Code --*/


@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }

.fade-in {
    opacity:0;  /* invisible */
    -webkit-animation:fadeIn ease-in 1;  /* named fadeIn*/
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* animation*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.fade-in.one {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}

.fade-in.two {
-webkit-animation-delay: 1.2s;
-moz-animation-delay:1.2s;
animation-delay: 1.2s;
}

.fade-in.three {
-webkit-animation-delay: 1.6s;
-moz-animation-delay: 1.6s;
animation-delay: 1.6s;
}

/*---basic box ---*/
.box3{
width: 30%;
min-width: 250px;
font-size: 18px;
height: 100%;
bottom: 10%;
position: relative;
margin: 10px;
margin-bottom: 100px;
color: #1b5106;
padding: 25px;
float: left;
border: 2px solid #1b5106;
background: #ffffff;
border-radius: 10px;
}

.boxform{
width: 45%;
min-width: 250px;
font-size: 18px;
height: 100%;
bottom: 10%;
position: relative;
margin: 10px;
margin-bottom: 100px;
color: #1b5106;
padding: 25px;
float: left;
border: 2px solid #1b5106;
background: #ffffff;
border-radius: 10px;
}


.box2{
width: 100%;
height: 100%;
font-size: 18px;
position: relative;
margin: auto;
color: white;
padding: 20px;
float: left;
border: 1px solid #fff;
background: #1b5106;
border-radius: 10px;
}

.box4{
align: center;
width: 80%;
height: 100%;
font-size: 18px;
position: relative;
margin: auto;
color: black;
padding: 20px;
float: left;
border: 1px solid #1b5106;
background: #ffff
border-radius: 10px;
}

.banner-agileits{
        background:url('../images/banner2a.jpg') no-repeat 0px 0px;
        background-size: 100% auto;
        min-height:  210px;



}





.reframe {
 no-repeat 0px 0px;
 box-sizing: border-box;
 padding-right: 10px;
 max-width: 1440px;
 margin-left: auto;
 margin-right: auto;}

section {
 font-family: 'Open Sans', sans-serif;
 font-size: 18px;
 padding: 20px 20px 20px 20px;
 margin-bottom: 2em;
 background-color: #ffffff;
 border: solid  #d69400 1px; }

figure {margin-left: 0px; width: 100%}
.box {
 background-color: #d69400;
 color: #162e4a;
 padding-bottom: 10px;
 padding-top: 10px;
 padding-left: 20px;
 padding-right: 20px; }



@media (min-width: 480px) {
        body {  }
        .reframe {
                display: grid;
                display: -ms-grid;
                grid-template-columns: repeat(12, 1fr);
                -ms-grid-columns: repeat(12, 1fr);
                /*-ms-grid-columns: 8fr 3fr 8fr 3fr 8fr 3fr 8fr 3fr 8fr 3fr 8fr 3fr 8fr 3fr 8fr 3fr 8fr 3fr 8fr 3fr 8fr 3fr 8fr;*/
                -ms-grid-columns: 8fr (3fr 8fr)[11];

                grid-gap: 2em;
        }

@media (min-width: 680px) {
        .col-1-5 {  /** 3 Spalten **/
                grid-column: 1 / span 4;
                -ms-grid-column: 1;
                -ms-grid-row: 2;
                -ms-grid-column-span: 7;
        }

        .col-5-9 {        /** 3 Spalten **/
                grid-column: 5 / span 4;
                -ms-grid-column: 9;
                -ms-grid-row: 2;
                -ms-grid-column-span: 7;
        }

        .col-9-13 {        /** 3 Spalten **/
                grid-column: 9 / span 4;
                -ms-grid-column: 17;
                -ms-grid-row: 2;
                -ms-grid-column-span: 7;
        }





@media (min-width: 1024px) {
        .col-1-7 {
                grid-column: 1 / 7;
                -ms-grid-column: 1;
                -ms-grid-column-span: span 11;
        }

        .col-7-13 {
                grid-column: 7 / 13;
                -ms-grid-column: 13;
                -ms-grid-column-span: 11;
        }

        .col-1-4 {
                grid-column: 1 / span 3;
                -ms-grid-column: 1;
                -ms-grid-row: 3;
                -ms-grid-column-span: 5;
        }

        .col-4-7 {
                grid-column: 4 / span 3;
                -ms-grid-column: 7;
                -ms-grid-row: 3;
                -ms-grid-column-span: 5;
        }

        .col-7-10 {
                grid-column: 7 / span 3;
                -ms-grid-column: 13;
                -ms-grid-row: 3;
                -ms-grid-column-span: 5;
        }

        .col-10-13 {
                grid-column: 10 / span 3;
                -ms-grid-column: 19;
                -ms-grid-row: 3;
                -ms-grid-column-span: 5;
        }
}

pre {
  background-color: #d69400;
  color: #162e4a;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;

}



/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }

.navbar-default {
    background:none;
    border:none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #0099ff;
    background-color: transparent;
}
.navbar-right {
    float: none!important;
    margin-right:0;
}
.navbar-collapse {
     padding-right:0;
     padding-left:0;
}
.nav > li > a {
    padding: 10px 66px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #0099ff;
    background-color: #fff; opacity: 0.7;

}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
   color: #0099ff;
    background-color: #fff; opacity: 0.7;
}
.navbar-default .navbar-nav > li > a {
   color:#000;
}
.navbar {
    margin-bottom:0px;
}

.banner-text{
        width:61%;
        margin:200px auto 0px auto;
        text-align:center;
}
.banner-text h2{
        padding:10px 20px;
        font-size:18px;
        display:inline-block;
}

.banner-text h6{
        font-family: 'ARIAL', regular;
        padding-top:20px;
        font-size:40px;
        color:#009fe4;

}

.banner {
  margin-top:70px;
  width:48%;
  color: #009fe4;
  border: 0px;
  float: left;
  font-size:25px;
  text-align: center;


}

.banner2 {
  margin-top:70px;
  width:48%;
  color: #ffffff;
  border: 0px;
  float: right;
  font-size:25px;
  text-align: center;

 }

.h2banner {

  color: #009fe4;
  border: 0px;
  font-size:20px;
  color:#009fe4;
  text-align: center;


}

.h3banner {

  color: #FFF;
  border: 0px;
  font-size:20px;
  text-align: center;


}






}
.arrow {
    padding: 190px 0px 35px 0px;
}
.arrow img{
        width:4%;
}
/*--Specialize--*/

.specialize{
        padding: 50px 0px;

        background: #ffffff;
        background-size:cover;
        background-attachment:fixed;
}
.spgrids h3{
    margin-bottom: 20px;
    text-align: center;
    margin: 0 auto;
    color:#0099ff;
}


.spgrids h5 {

    border: 3px solid #000000;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
    word-spacing: 2px;
    font-size: 18px;
    color: #162e4a;
    background: #fff; opacity: 1.0;
}


h5.special {

    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 0px solid rgba(255, 250, 203, 0.63);

    width: 100%;
    font-weight: 300;
}
/*--//Specialize--*/

/*-- Full image--*/
.full-image{
        background:url('../images/2.jpg') no-repeat 0px 0px;
        background-size:cover;
        min-height:550px;
        padding:200px 0px;
}
.figrids-total{
        width:70%;
        margin:0 auto;
}
.figrids{
        text-align:center;
    background-color:rgba(205, 220, 57, 0.46);
    border: 0px dotted rgba(255, 255, 255, 0.52);
        width:30.8%;
        padding:40px 45px 45px 45px;
    color:#fff;
        font-size: 40px;
        font-weight: 500;
        margin:0 10px;
}
.figrids h5{
        font-weight:300;
        padding-top: 5px;
        font-size:18px;
        color:#fff;
}
label.line{
        display:block;
        background:#fff;
        width:38%;
        margin:10px auto;
        height:2px;
}
/*-- //Full image--*/


/*-- Services--*/
.services{
        padding-bottom:100px
}
.services-top{
        border-bottom:1px solid #162e4a;
}
.services-topleft{
        border-right:1px solid #162e4a;
}
.services h3{
        font-size:40px;
        color:#000;
        padding:45px 0px;
        color:#162e4a;
}
.services-topright p{
        color:#000;
        font-size:14px;
        padding:37px 0px;
        text-align:center;
}
.services h4{
        font-size:25px;
        color:#162e4a;
        padding-bottom:8px;
}
.services h5{
        font-size:18px;
        color:#5a5959;
        line-height:30px;
        padding-bottom:30px;
}
.services p{
        text-align:center;
        color:#000;
        font-size:14px;
        line-height:30px;
        padding-bottom:30px;
}
.services-grid{
        text-align:center;
        border-bottom:1px solid #162e4a;
}
.services-grid1,.services-grid2,.services-grid3,.services-grid4,.services-grid5,.services-grid6,.services-grid7,.services-grid8{
        border-right:1px solid #162e4a;
}
.glyphicon{
        font-size:35px;
        padding: 20px 0px;
        color:#162e4a;
}
/*-- //Services--*/


/*-- Gallery--*/
.gallery{
        padding:50px 0px;
}
.gallery h3{
        font-size:40px;
        padding-bottom:30px;
        color:#0099ff;
}
.gallery-grids{
        margin:3em 0 0;
}
.gallery-grid-left,.gallery-grid-right{
        padding:7px;
}
.gallery-grid-right1{
        float:left;
        width:48.6%;
}
.gallery-grid-right2{
        float:right;
        width:48.6%;
}
.gallery-grid-right-grid:nth-child(2){
        padding:1em 0;
}
.gallery-grid-left-grid,.gallery-grid-left-grid-left-grid:nth-child(2){
        padding:1em 0 0;
}
.gallery-grid-left-grid-left{
        float:left;
        width:48.6%;
}
.gallery-grid-left-grid-right{
        float:right;
        width:48.6%;
}
.view {
  width: 100%;
  margin: 0px;
  float: none;
  border: 0px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 0px 2px #e6e6e6;
  -moz-box-shadow: 0px 0px 2px #e6e6e6;
  box-shadow: 0px 0px 2px #e6e6e6;
}
.view .mask,.view .content {
   width: 100%;
   height:100%!important;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   padding:8.5em 0 0;
}
.view .mask1 {
    padding: 3em 0 0 !important;
}
.mask2 {
    height: 100%!important;
}
.view img {
   display: block;
   position: relative;
}
.view h4 {
        text-transform: capitalize;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 2em;
    padding: 0;
    margin: 0;
}
h4.late {
  padding-top: 3.5em;
}
.view p {
   position: relative;
    color: #fff !important;
    padding: 20px 20px 0px;
    text-align: center;
    line-height: 1.8em;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 0px #000;
   -moz-box-shadow: 0 0 0px #000;
   box-shadow: 0 0 0px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-eighth .mask {
   background:rgba(205, 220, 57, 0.65);
   top: -200px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-out 0.5s;
   -moz-transition: all 0.3s ease-out 0.5s;
   -o-transition: all 0.3s ease-out 0.5s;
   -ms-transition: all 0.3s ease-out 0.5s;
   transition: all 0.3s ease-out 0.5s;
}
.view-eighth h2 {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.1s;
   -moz-transition: all 0.2s ease-in-out 0.1s;
   -o-transition: all 0.2s ease-in-out 0.1s;
   -ms-transition: all 0.2s ease-in-out 0.1s;
   transition: all 0.2s ease-in-out 0.1s;
}
.view-eighth p {
   color: #333;
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.2s;
   -moz-transition: all 0.2s ease-in-out 0.2s;
   -o-transition: all 0.2s ease-in-out 0.2s;
   -ms-transition: all 0.2s ease-in-out 0.2s;
   transition: all 0.2s ease-in-out 0.2s;
}
.view-eighth a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.3s;
   -moz-transition: all 0.2s ease-in-out 0.3s;
   -o-transition: all 0.2s ease-in-out 0.3s;
   -ms-transition: all 0.2s ease-in-out 0.3s;
   transition: all 0.2s ease-in-out 0.3s;
}
.view-eighth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   top: 0px;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   -webkit-animation: bounceY 0.9s linear;
   -moz-animation: bounceY 0.9s linear;
   -ms-animation: bounceY 0.9s linear;
   animation: bounceY 0.9s linear;
   height: 385px;
}
.view-eighth:hover h2 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.view-eighth:hover p {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-eighth:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
@keyframes bounceY {
    0% { transform: translateY(-205px);}
    40% { transform: translateY(-100px);}
    65% { transform: translateY(-52px);}
    82% { transform: translateY(-25px);}
    92% { transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { transform: translateY(0px);}
}
@-moz-keyframes bounceY {
    0% { -moz-transform: translateY(-205px);}
    40% { -moz-transform: translateY(-100px);}
    65% { -moz-transform: translateY(-52px);}
    82% { -moz-transform: translateY(-25px);}
    92% { -moz-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -moz-transform: translateY(0px);}
}
@-webkit-keyframes bounceY {
    0% { -webkit-transform: translateY(-205px);}
    40% { -webkit-transform: translateY(-100px);}
    65% { -webkit-transform: translateY(-52px);}
    82% { -webkit-transform: translateY(-25px);}
    92% { -webkit-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -webkit-transform: translateY(0px);}
}
.view1 {
  width: 570px;
  height: 300px;
  margin: 0px;
  float: left;
  border: 0px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 0px 2px #e6e6e6;
  -moz-box-shadow: 0px 0px 2px #e6e6e6;
  box-shadow: 0px 0px 2px #e6e6e6;
  cursor: default;
}
.view1 .mask,.view1 .content {
   width: 570px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   padding:6em 0;
}
.view1 img {
   display: block;
   position: relative;
}
.view1 h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 14px;
   padding: 10px;
   margin: 20px 0 0 0;
}
.view1 p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #000;
   padding: 10px 20px 20px;
   text-align: center;
}
.view1 a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 0px #000;
   -moz-box-shadow: 0 0 0px #000;
   box-shadow: 0 0 0px #000;
}
.view1 a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view1-eighth .mask {
   background-color:rgba(167, 203, 180, 0.76);
   top: -200px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-out 0.5s;
   -moz-transition: all 0.3s ease-out 0.5s;
   -o-transition: all 0.3s ease-out 0.5s;
   -ms-transition: all 0.3s ease-out 0.5s;
   transition: all 0.3s ease-out 0.5s;
}
.view1-eighth h2 {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.1s;
   -moz-transition: all 0.2s ease-in-out 0.1s;
   -o-transition: all 0.2s ease-in-out 0.1s;
   -ms-transition: all 0.2s ease-in-out 0.1s;
   transition: all 0.2s ease-in-out 0.1s;
}
.view1-eighth p {
   color: #333;
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.2s;
   -moz-transition: all 0.2s ease-in-out 0.2s;
   -o-transition: all 0.2s ease-in-out 0.2s;
   -ms-transition: all 0.2s ease-in-out 0.2s;
   transition: all 0.2s ease-in-out 0.2s;
}
.view1-eighth a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.3s;
   -moz-transition: all 0.2s ease-in-out 0.3s;
   -o-transition: all 0.2s ease-in-out 0.3s;
   -ms-transition: all 0.2s ease-in-out 0.3s;
   transition: all 0.2s ease-in-out 0.3s;
}
.view1-eighth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   top: 0px;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   -webkit-animation: bounceY 0.9s linear;
   -moz-animation: bounceY 0.9s linear;
   -ms-animation: bounceY 0.9s linear;
   animation: bounceY 0.9s linear;
}
.view1-eighth:hover h2 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.view1-eighth:hover p {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view1-eighth:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
@keyframes bounceY {
    0% { transform: translateY(-205px);}
    40% { transform: translateY(-100px);}
    65% { transform: translateY(-52px);}
    82% { transform: translateY(-25px);}
    92% { transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { transform: translateY(0px);}
}
@-moz-keyframes bounceY {
    0% { -moz-transform: translateY(-205px);}
    40% { -moz-transform: translateY(-100px);}
    65% { -moz-transform: translateY(-52px);}
    82% { -moz-transform: translateY(-25px);}
    92% { -moz-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -moz-transform: translateY(0px);}
}
@-webkit-keyframes bounceY {
    0% { -webkit-transform: translateY(-205px);}
    40% { -webkit-transform: translateY(-100px);}
    65% { -webkit-transform: translateY(-52px);}
    82% { -webkit-transform: translateY(-25px);}
    92% { -webkit-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -webkit-transform: translateY(0px);}
}

/*-- //gallery --*/
/*-- //Gallery--*/


/*-- Staff--*/
.staff{
        padding:50px 0px;
}

.staff h3{
        font-size:40px;
        color:#000;
        padding-bottom:60px;
}

.staff h4{
        text-align:left;
        color: #CDDC39;
        font-size:27px;
        padding-bottom:10px;
}
.staff h5{
        text-align:left;
        font-size:20px;
        padding-bottom:10px;
        color:#000;
}
.staff p{
        font-size:14px;
        line-height:25px;
        padding-bottom:10px;
        color:#000;
}
.staff ul {
     margin:0
}
.staff ul li{
        display:inline;
}
.staff ul li a {
    width: 30px;
    height: 30px;
    background: url('../images/img-sprite.png') no-repeat -120px 0px;
    display: inline-block;
    border: none;
    background-size: 300px;
}
.staff ul li a.facebook {
    background: url('../images/img-sprite.png') no-repeat -150px 0px;
    background-size: 300px;
}
.staff ul li a.pinterest {
    background: url('../images/img-sprite.png') no-repeat -180px 0px;
    background-size: 300px;
}
.staff ul li a.twitter:hover {
    background: url('../images/img-sprite.png') no-repeat -120px -32px;
    background-size: 300px;
}
.staff ul li a.facebook:hover {
    background: url('../images/img-sprite.png') no-repeat -150px -32px;
    background-size: 300px;
}
.staff ul li a.pinterest:hover {
    background: url('../images/img-sprite.png') no-repeat -180px -32px;
    background-size: 300px;
}
.staff-top{
        margin-bottom:35px;
}
/*--//Staff--*/

/*-- Contact--*/
.contact{
        padding:50px 0px;
        background:url('../images/2.jpg') no-repeat 0px 0px;
        background-size:cover;
        background-attachment:fixed;
}
.contact-left,.contact-right{
        border:1px solid #eee;
        padding:30px;
        width:47.5%;
}
.contact-left{
        margin-right:5%;
}
.contact-left h4{
    font-weight:600;
        padding-bottom: 30px;
        font-size: 25px;
        color:#000;
}
.contact-left h5{
        font-weight:300;
        font-size:18px;
        text-align:left;
        margin-bottom:6px;
        color:#000;
}
.phone{
        padding: 0px 0px 30px 20px;
}
.mail{
        padding:15px 0px 15px 20px;
         background-color: rgba(255, 255, 255, 0.16);
}
.mail a{
        color:#eaeaea;
}
.address{
        padding:30px 0px 29px 20px;

}
.touch h3{
        font-size:16px;
    text-align:left;
}
.touch h5{
        font-size:14px;
        padding:10px 0px 20px 0px;
}
.contact-left ul {
    margin-left: 15px;
}
.contact-left ul li{
        display:inline;
}
.contact-left ul li a {
    width: 40px;
    height: 40px;
    background: url('../images/img-sprite.png') no-repeat -160px -43px;
    display: inline-block;
    border: none;
    background-size: 400px;
}
.contact-left ul li a.facebook {
    background: url('../images/img-sprite.png') no-repeat -200px -43px;
    background-size: 400px;
}
.contact-left ul li a.pinterest {
    background: url('../images/img-sprite.png') no-repeat -240px -43px;
    background-size: 400px;
}
.contact-left ul li a.twitter:hover {
    background: url('../images/img-sprite.png') no-repeat -160px 0px;
    background-size: 400px;
}
.contact-left ul li a.facebook:hover {
    background: url('../images/img-sprite.png') no-repeat -200px 0px;
    background-size: 400px;
}
.contact-left ul li a.pinterest:hover {
    background: url('../images/img-sprite.png') no-repeat -240px 0px;
    background-size: 400px;
}
input[type="text"] {
    width: 95%;
    padding: 10px;
    background: transparent;
    border: 1px solid #fff;
    margin: 10px 0px 13px 0px;
    color: #fff;
}
textarea{
        border:1px solid #fff;
        padding:10px;
        background:transparent;
        resize:none;
        color:#fff;
        width:95%;
        margin: 10px 0px;
}
input[type="submit"]{
        color: #CDDC39;
        background:transparent;
        border:none;
        border:1px solid  #CDDC39;
        padding:7px 15px;
        margin-top:10px;
}
input[type="submit"]:hover{
        border:1px solid #000;
        color:#000;
}
 ::-webkit-input-placeholder{
color:#FFF !important;
}
/*-- //Contact--*/
/*-- Footer--*/

/*-- to-top --*/
#toTop {
        display: none;
        text-decoration: none;
        position: fixed;
        bottom: 20px;
        right: 2%;
        overflow: hidden;
        z-index: 999;
        width: 32px;
        height: 63px;
        border: none;
        text-indent: 100%;
        background: url(../img/up-arrow.png) no-repeat 0px 0px;
}
#toTopHover {
        width: 32px;
        height: 63px;
        display: block;
        overflow: hidden;
        float: right;
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
}
/*-- //to-top --*/


/*---- responsive-design -----*/
@media(max-width:1440px){
        .banner-text {
                width: 58%;
        }
        .phone {
                padding: 0px 0px 29px 20px;
        }
        .address {
                padding: 29px 0px 29px 20px;
        }
}
@media(max-width:1366px){
        .banner-agileits {
                min-height: 250px;
        }
        .banner-text {
                width: 61%;
        }
        .arrow {
                padding: 113px 0px 35px 0px;
        }
        .figrids {
                padding: 28px 45px 45px 45px;
        }
}
@media(max-width:1280px){
        .banner-agileits {
                min-height: 250px;
        }
        .banner-text {
                width: 65%;
                margin: 115px auto 0px auto;
        }
        .arrow {
                padding: 115px 0px 35px 0px;
        }

}
@media(max-width:1080px){
        .nav > li > a {
                padding: 10px 52px;
        }
        .banner-text {
                width: 82%;
        }
        .spgrids{
                padding:0;
        }
        .spgrids h3 {
                width: 50%;
        }
        .spgrids h5 {
                font-size:16px;
        }
        h5.special {
                padding-left:8px;
        }
        .view .mask1 {
                padding: 2em 0 0 !important;
        }
        .view p {
                padding: 10px 20px 0px;
        }
        .mask2 {
                padding: 6em 0!important;
        }
        .full-image {
                min-height: 480px;
                padding: 150px 0px;
        }
        .figrids {
                margin:0 8px;
        }
        .staff-img{
                padding:2px;
        }
        .staff h4 {
                font-size: 25px;
                padding-bottom: 8px;
        }
        .staff h5 {
                font-size: 18px;
                padding-bottom: 8px;
        }
        .staff p {
                font-size: 13.5px;
        }
}
@media(max-width:991px){
        .nav > li > a {
                padding: 10px 34px;
        }
        .banner-text h1 {
                font-size: 39px;
        }

        .services-topright p {
                padding:25px 0px;
        }
        .services h4 {
                font-size: 18px;
        }
        .services p {
                font-size: 13.4px;
                line-height: 26px;
        }
        .full-image {
                min-height: 380px;
                padding: 100px 0px;
        }
        .figrids-total {
                width: 80%;
                margin: 0 auto;
        }
        .figrids {
                margin: 0 7px;
        }

        .mask, .view .content {
                padding: 13.5em 0 0!important;
        }
        .view .mask1 {
                padding: 6em 0 0 !important;
        }
        .mask2 {
                padding: 15em 0!important;
        }
        .staff-img{
                width:50%;
                margin-bottom:20px;
        }
        .staff-text{
                width:50%;
                margin-bottom:20px;
        }
        .staff h4 {
                font-size: 30px;
                padding-bottom: 20px;
        }
        .staff h5 {
                font-size: 20px;
                padding-bottom: 17px;
        }
        .staff ul {
                margin-bottom: 55px;
        }
        .staff-top {
                margin-bottom: 0px;
        }
        .contact-left, .contact-right {
                padding: 20px;
                width: 49.5%;
        }
        .contact-left {
                margin-right: 1%;
        }
        .contact-left h5 {
                font-size: 16.81px;
        }
        input[type="text"] {
                margin: 10px 0px 11px 0px;
        }
}
@media(max-width:966px){
        .banner-text h1 {
                font-size: 38px;
        }
}
@media(max-width:900px){
        .banner-agileits {
                min-height: 200px;
        }
        .banner-text {
                width: 89%;
        }
        .arrow {
                padding: 115px 0px 0px 0px;
        }
}
@media(max-width:800px){
        .banner-agileits {
                min-height: 200px;
        }
        .logo {
                margin-bottom: 27px;
        }
        .header-w3l{
                padding-bottom:0;
        }
        .banner-text h1 {
                font-size: 33px;
        }
        .arrow {
                padding: 85px 0px 0px 0px;
        }
}
@media(max-width:736px){
        .banner-agileits {
                min-height: 275px;
        }
        .navbar-toggle {
                margin-top: 0px;
                margin-right: 320px;
                border-radius:0px;
        }
        div#navbar {
                width: 100%;
        }
        .navbar-nav {
                margin:0;
                width: 100%;
                text-align: center;
        }
        .navbar-default .navbar-toggle .icon-bar {
                background-color: #FFF;
        }
        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
                background-color: #CDDC39;
        }
        .banner-text {
                width: 95%;
                margin: 100px auto 0px auto;
        }
        .arrow {
                padding:50px 0px 0px 0px;
        }
        .services-topleft, .services-topright{
                width:50%;
                float:left;
        }
        .services-topright p {
                padding: 15px 18px;
        }
        .services-grid1,.services-grid2{
                width:50%;
                float:left;
        }
        .services-grid2{
                border-right:none;
        }
        .spgrids h3 {
                width: 35%;
        }

        .figrids-total {
                width: 95%;
        }
        .figrids {
                margin: 0 3px;
                width: 32.4%;
                float: left;
        }
        .staff-img{
                width: 50%;
                float: left;
        }
        .staff-text {
                width: 50%;
                float: left;
        }
        .contact-left, .contact-right {
                float:left;
        }
        .contact-left h5 {
                font-size: 15.94px;
        }
        input[type="submit"] {
                margin-top:5px;
        }
}
@media(max-width:667px){
        .banner-agileits {
                min-height: 270px;
        }
        .banner-text {
                width: 95%;
                margin: 70px auto 0px auto;
        }
        .banner-text h1 {
                font-size: 30px;
        }
        .arrow {
                padding: 35px 0px 0px 0px;
        }
        .navbar-toggle {
                margin-right: 285px;
        }
        .services p {
                font-size: 12.5px;
        }
        .spgrids h3 {
                width: 37%;
        }
        .mask, .view .content {
                padding: 10.5em 0 0!important;
        }
        .view .mask1 {
                padding: 5em 0 0 !important;
        }
        .mask2 {
                padding: 12em 0!important;
        }

        .figrids-total {
                width: 100%;
        }
        .figrids {
                width: 32.3%;
        }
        .phone {
                padding: 0px 0px 20px 20px;
        }
        .address {
                padding: 20px 0px 20px 20px;
        }
        textarea {
                margin:5px 0px;
        }
}
@media(max-width:640px){
        .banner-text h1{
                font-size:29px;
        }
        .banner-agileits {
                min-height: 270px;
        }
        .arrow {
                padding: 55px 0px 0px 0px;
        }
        .services {
                padding-bottom: 50px;
        }
        .specialize {
                padding: 50px 0px;
        }
        .gallery h3 {
                padding-bottom: 0px;
        }
        .full-image {
                min-height: 386px;
                padding: 110px 0px;
        }
                .figrids {
                padding: 21px 40px 36px 35px;
        }
        .figrids h5 {
                font-size: 14px;
        }
        .staff h3{
                padding-bottom: 30px;
        }

        .staff ul {
                margin-bottom: 20px;
        }
}
@media(max-width:600px){
        .banner-text h1{
                font-size:27px;
        }
        .navbar-toggle {
                margin-right: 265px;
        }
        .services-topright p {
                padding: 15px 18px;
        }
        .spgrids h3 {
                width: 40%;
        }
        .mask, .view .content {
                padding: 8.5em 0 0!important;
        }
        .view .mask1 {
                padding: 4em 0 0 !important;
        }
        .mask2 {
                padding: 10em 0!important;
        }
        .figrids {
                width: 32.2%;
        }

}
@media(max-width:568px){
        .banner-agileits {
                min-height: 350px;
        }
        .logo {
                margin-bottom: 15px;
        }
        .navbar-toggle {
                margin-right: 240px;
        }
        .banner-text h1 {
                font-size: 25px;
        }
        .arrow {
                padding: 28px 0px 0px 0px;
        }
        .arrow img {
                width: 5%;
        }
        .services h3,.gallery h3,.staff h3{
                font-size:35px;
        }
        .services-topright p {
                padding: 12px 1px;
        }
        .spgrids h3 {
                width: 42%;
        }
        .view .mask1 {
                padding: 2em 0 0 !important;
        }
        .mask2 {
                padding: 8em 0!important;
        }
        .figrids {
                width: 32.1%;
        }
        .full-image {
                min-height: 355px;
                padding: 90px 0px;
        }
        .staff h4 {
                font-size: 27px;
        }
        .contact-left {
                margin:0 0 15px 0px;
        }
        .contact-left, .contact-right {
                width:100%;
        }
}
@media(max-width:480px){
        .navbar-toggle {
                margin-right: 200px;
        }
        .banner-text h1 {
    font-size: 21px;
}
        .spgrids h3 {
                width: 53%;
        }
        .figrids {
                padding: 21px 35px 36px 27px;
                width:31.8%;
        }
        .full-image {
                min-height: 315px;
                padding: 80px 0px;
        }
        .staff h4 {
                font-size: 23px;
                padding-bottom:10px;
        }
        .staff h5 {
                font-size: 17px;
                padding-bottom: 9px;
        }
        .staff p {
                font-size: 12.5px;
                padding-bottom:6px;
        }
        .staff-text,.staff-img{
                margin-bottom: 0px;
        }
}
@media(max-width:414px){
        .navbar-toggle {
                margin-right: 165px;
        }
        .banner-text h1 {
                font-size: 22px;
                line-height: 30px;
        }
        .banner-text {
                width: 100%;
                margin: 40px auto 0px auto;
        }
        .services-topleft, .services-topright{
                width:100%;
                float:left;
                border:none;
        }
        .services h3 {
    padding: 25px 0px 0px 0px;;
        }
        .spgrids h3 {
                width: 62%;
        }
        .spgrids h5 {
                font-size: 12.2px;
        }
        .gallery-grid-left-grid-left {
                float: left;
                width: 47.6%;
        }
        .mask, .view .content {
                padding: 5em 0 0!important;
        }
        .mask2 {
                padding: 2em 0!important;
        }
        .view .mask1 {
                padding: 5px 0 0 !important;
        }
        .view h4 {
                font-size: 1.5em;
        }
        .view p {
                padding: 7px 20px 0px;
        }
        .figrids {
                padding: 12px 17px 22px 13px;
                width: 31.7%;
                font-size:35px;
        }
        .full-image {
                min-height: 275px;
                padding:72px 0px;
        }
        .staff h4 {
                font-size: 19px;
            padding-bottom: 5px;
        }
        .staff h5 {
                font-size: 16px;
                padding-bottom:2px;
        }
        .staff p {
                font-size: 11.4px;
                padding-bottom:4px;
        }

}
@media(max-width:384px){
        .banner-agileits {
                min-height: 400px;
        }
        .header-w3l {
                padding: 15px 0px 0px 0px;
        }
        .logo {
                margin-bottom: 8px;
        }
        .logo a h2 {
                font-size: 14px;

        }
        .navbar-toggle {
                margin-right: 145px;
        }
        .banner-text {
                width: 100%;
                margin: 10px auto 0px auto;
        }
        .banner-text h2 {
                padding: 8px 14px;
                font-size: 14px;
        }
        .banner-text h1 {
                font-size: 17.5px;
                line-height: 30px;
                padding-top:5px;
        }
        .arrow {
                padding: 20px 0px 0px 0px;
        }
        .arrow img {
                width: 7%;
        }
        .services h4 {
                font-size: 17px;
        }
        .specialize {
                padding: 50px 0px;
        }
        .spgrids h3 {
                width: 65%;
        }
        .spgrids h5 {
                font-size: 11.3px;
        }
        h5.special {
                padding-left: 2px;
        }
        .view p {
                padding: 6px 8px 0px;
                line-height: 1.5em;
        }
        .figrids {
                padding: 21px 22px 34px 16px;
                width: 31.5%;
                font-size: 27px;
        }
        .figrids h5 {
                font-size: 13px;
        }
        .staff h3 {
                padding-bottom: 35px;
        }
        .staff-img {
                width: 100%;
                float: left;
        }
        .staff-text {
                width: 100%;
                float: left;
                padding-left:0;
                margin-top:10px;
        }
        .staff h4 {
                font-size: 23px;
                padding-bottom: 12px;
        }
        .staff h5 {
                font-size: 18px;
                padding-bottom: 4px;
        }
        .staff p {
                font-size: 12px;
                padding-bottom: 4px;
        }
}
@media(max-width:375px){
        .banner-text h1 {
                font-size: 16px;
        }
        .services h4 {
                font-size: 16px;
        }
        .spgrids h3 {
                width: 68%;
        }
        .spgrids h5 {
                font-size: 11px;
        }
        .full-image {
                min-height: 230px;
                padding: 64px 0px;
        }
        .figrids {
                padding: 21px 13px 34px 10px;
        }
}
@media(max-width:320px){
        .navbar-toggle {
                margin-right: 117px;
        }
        .arrow {
                padding: 2px 0px 0px 0px;
        }
        .services-grid1, .services-grid2 {
                width: 100%;
                float: left;
        }
        .services-grid1, .services-grid2, .services-grid3 {
                border-right: 1px #162e4a;
        }
        .services {
                padding-bottom: 50px;
        }
        .services h3 {
                padding: 45px 0px 0px 0px;
        }
        .spgrids h3 {
                width: 82%;
        }
        .gallery h3 {
                padding-bottom: 0px;
        }
        .gallery-grid-left-grid-left {
                float: left;
                width: 100%;
        }
        .gallery-grid-left-grid-right {
                float: right;
                width: 100%;
                margin-top: 15px;
        }
        .gallery-grid-right1 {
                float: left;
                width: 100%;
                margin-bottom:15px;
        }
        .gallery-grid-right2 {
                float: right;
                width: 100%;
        }
        .view p {
                padding: 8px 3px 0px;
                font-size: 1em;
        }
        .view h4 {
                font-size: 1.7em;
        }
        .view .mask1 {
                padding: 40px 0 0 !important;
        }
        .mask, .view .content {
                padding: 10em 0 0!important;
        }
        .view .mask1 {
                padding: 50px 0 0 !important;
        }
        .rose {
                padding: 1em 0 0!important;
        }
        .gallery-grids {
                margin: 2em 0 0;
        }
        .figrids {
                padding: 10px 5px 26px 6px;
                width: 31.1%;
                font-size: 27px;
        }
        .footer-w3 p {
                font-size: 12px;
        }
}

footer {
  position: fixed;
    background:url('../images/bg-verlauf.jpg') no-repeat 0px 0px;
  background-size: cover;
  left: 0px;
  bottom: 0px;
  height: 150px;
  width: 100%;
  color: #fff;
  padding-top: 10px;

}
   /* Tabelle Preise*/
 table {
 width: 100%;
 background:url('../images/bgtabelle.jpg') no-repeat 0px 0px;
 background-size: 100% auto;
 font-size: 18px;
 background: opacity: 0.7;
    border-collapse: separate;
    border-spacing: 3px;
}
table p {
    margin-bottom: 20px;
}
.contenttable caption {
    color: gray;
    font-weight: bold;
    text-align: left;
}
td {

    padding: 0.5em;
}

thead th, tbody th {
    background: none repeat scroll 0 0 #1b5106;
    color: #fff;
    padding: 0.5em;
    text-align: center;
}

hr  {
border:solid #1b5106 1px;
}

body {padding: 40px;}

@media screen and (max-width: 600px){
  /* http://dbushell.com/demos/tables/rt_05-01-12.html */

  .contenttable { display: block; position: relative; width: 100%; }
  .contenttable thead { display: block; float: left; }
  .contenttable tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
  .contenttable thead tr { display: block; }
  .contenttable th { display: block; }
  .contenttable tbody tr { display: inline-block; vertical-align: top; }
  .contenttable td { display: block; min-height: 1.25em; }



}

.boxfade2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 90%;
  min-width: 250px;
  padding: 20px;
  margin: 15px;
  color: #444;
  float: left;
  font-size: 18px;
  border-radius: 20px;

}

.boxfade {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 28%;
  min-width: 250px;
  min-height: 600px;
  padding: 20px;
  margin: 15px;
  color: #444;
  float: left;
  border: solid 1px #000000;
  border-radius: 20px;
  font-size: 18px;
}

a { color: steelBlue; }
a:not(:hover) { text-decoration: none; }

/*  Uses -prefix-free for cleaner unprefixed CSS
    http://leaverou.github.com/prefixfree/  */

.fadeIn {
  opacity: 0;
  animation: fadeIn 1.8s forwards;
  font-size: 18px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
