/*
Theme Name:   Nite Child Theme
Template:     yoo_nite_wp
Version:      1.0.0
*/
.hide {
  display: none;
}
strong {
  font-weight: bold!important;
}
.case-container {
  max-width: 960px;
  width: 100%;
  position: relative;
}
.cases-wrapper {
  margin: 0 -10px;
}
.case-wrap {
  padding: 10px;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.case {
  position: relative;
  overflow: hidden;
}
.case .thumb {
  background: #000;
}
.case img {
  width: 100%;
  position: relative;
  -webkit-transition: -webkit-transform .4s, opacity .4s;
  -webkit-transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, -webkit-transform .4s;
  transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s, -webkit-transform .4s;
}
.case:hover img {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: .5;
}
.case .caption {
  opacity: 1;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00a5df;
  color: #fff;
  padding: 10px 20px;
  /*-webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;*/
  -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
  
}
.case:hover .caption {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;;
  opacity: 1;
}
.case .caption .title {
  font-size: 20px;
  font-weight: normal;
}
.case .cta {
  background-color: #346686;
  display: inline-block;
  padding: 4px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
.case .cta a {
  color: #fff;
}
.case .cta a:hover {
  text-decoration: none;
}
.case-detail {
  margin: 10px;
  padding: 20px;
  background: #fff;
  position: relative;
}
.case-detail .uk-article-meta,
.case-detail .uk-panel-box {
  display: none;
}
.cases-wrapper .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0,0,0,.2);
  z-index: 123;
}
.case-detail .close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #00a5df;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
}
.boxLoading {
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.boxLoading:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: shadow .5s linear infinite;
  animation: shadow .5s linear infinite;
}
.boxLoading:after {
  content: '';
  width: 50px;
  height: 50px;
  background: #00a5df;
  -webkit-animation: animate .5s linear infinite;
  animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@-webkit-keyframes animate {
  17% {
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    -webkit-border-bottom-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes animate {
  17% {
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    -webkit-border-bottom-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}
@-webkit-keyframes shadow {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}
@keyframes shadow {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}

.home .tm-fullscreen {
  background-image: url(images/moovit-dmexco-bg.jpg);
  background-size: cover;
}
.tm-fullscreen li {
  display: inline-block;
  list-style: none;
  margin: 0 15px;
}
.tm-fullscreen li a {
  display: block;
  width: 120px;
  height: 120px;
}
.tm-fullscreen-container .tm-fullscreen .uk-panel p,
.tm-fullscreen-container .tm-fullscreen .uk-panel h1 {
  color: #fff!important;
}
.dmexco-landing h2 {
  color: #fff;
  text-transform: none;
  font-size: 55px;
  font-weight: normal;
  margin-bottom: 100px;
  line-height: 1.1;
}
.dmexco-landing h1 {
  text-transform: none;
  font-size: 55px;
  font-weight: bold;
}
.dmexco-landing p {
  font-size: 24px;
}
.dmexco-landing .date,
.dmexco-landing .video-text,
.dmexco-landing .grateful {
  font-size: 18px;
}
.dmexco-landing .themen {
  margin-top: 40px;
}
.dmexco-landing .grateful {
  margin-top: 45px;
}
a.team {
  background-image: url(../../uploads/2015/06/team_1.png);
}
a.team:hover {
  background-image: url(../../uploads/2015/06/team_moovit.png);
}
a.service {
  background-image: url(../../uploads/2015/06/services_moovit_1.png);
}
a.service:hover {
  background-image: url(../../uploads/2015/06/services_moovit.png);
}
a.contact {
  background-image: url(../../uploads/2015/06/contact_moovit_2.png);
}
a.contact:hover {
  background-image: url(../../uploads/2015/06/contact-moovit.png);
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  background: #00a5df!important;
}
.wk-map {
  margin-bottom: 20px;
}
img[class^='team-'] {
  max-width: 465px;
}
img[class^='team-'] + img {
  display: none;
}

.zitat {
  border-top: 9px solid #40a4d8;
  padding-top: 45px;
  margin-top: 45px;
  text-align: center;
  color: #40a4d8;
}
.zitat-content {
  width: 100%;
  max-width: 775px;
  margin: 0 auto;
  text-transform: uppercase;
}
.zitat-title {
  margin-top: 25px;
  margin-bottom: 25px;
  font-style: italic;
}
a {
  font-weight: bold;
  text-transform: uppercase;
}
.tm-toolbar .uk-subnav > li > a {
  font-weight: normal;
}
a:hover, .uk-link:hover {
  text-decoration: none !important;
}


.case-slider-big {
  position: relative;
}
.case-slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 35px;
  line-height: 1.2;
  width: 66%;
  text-align: center;
  text-shadow: 1px 1px 4px black;
}
.case-slide-caption .case-more {
  display: block;
  font-size: 70px;
  line-height: 0.5;
}
.case-slider-small {
  max-width: -webkit-calc(119px * 4);
  max-width: calc(119px * 4);
  margin: 0 auto;
  margin-bottom: 50px;
  width: 100%;
}
.case-slider-small .slide {
  width: 112px;
  height: 92px;
  margin: 4px;
  background-position: center;
  cursor: pointer;
}
.slick-next, .slick-prev {
  width: auto;
  height: auto;
}
.slick-prev {
  left: -50px;
}
.slick-next {
  right: -50px;
}
.slick-prev:before {
  content: '<';
  font-size: 40px;
  color: #00a5df;
  font-family: 'Ubuntu';
  font-weight: 700;
  opacity: 1;
}
.slick-next:before {
  content: '>';
  font-size: 40px;
  color: #00a5df;
  font-family: 'Ubuntu';
  font-weight: 700;
  opacity: 1;
}

.clients-slider {
  margin: 0 -4px;
}
.client-slide {
  float: left;
  width: -webkit-calc(100% / 8);
  width: calc(100% / 8);
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-toggle {
  display: none;
}
.fake-nav {
  /*display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  margin-bottom: 75px;
}
.fake-nav a {
  display: inline-block;
}
.fake-nav a + a {
  margin-left: 40px;
}
.fake-nav a span {
  width: 21px;
  height: 21px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #40a4d8;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: 4px;
}
.fake-nav a.active span:before,
.fake-nav a:hover span:before {
  content: '';
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 50%;
  background: #40a4d8;
  position: absolute;
  top: 5px;
  left: 5px;
}
.news-article {
  border-bottom: 10px solid #3a3a3c;
  padding-bottom: 40px;
  margin-top: 35px;
}
.news-article h2 {
  text-transform: none;
  margin-top: 0;
  font-size: 15px;
  letter-spacing: normal;
  font-weight: 600;
  margin-bottom: 0;
  line-height: inherit;
}
#tribe-bar-form {
  background-color: #3c3c3b;
  color: #fff;
}
.tribe-bar-submit {
  width: auto;
  float: right;
  margin-left: 10px;
}
input[name*=tribe-bar-]::-webkit-input-placeholder {
  font-style: normal;
}

input[name*=tribe-bar-]:-moz-placeholder {
  font-style: normal;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #757577;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
  opacity: .8;
}

@media screen and (min-width: 768px) {
  .home.tm-navbar-fixed .tm-toolbar + .tm-navbar + .tm-fullscreen-container {
    margin-top: 107px;
    height: auto;
  }
  .home.tm-navbar-fixed .tm-toolbar + .tm-navbar + .tm-fullscreen-container .tm-fullscreen {
    top: 0;
    position: relative;
    height: auto;
    padding: 150px 0;
  }
}
@media screen and (max-width: 768px) {
  .case-wrap {
    width: 100%;
    max-width: 317px;
  }
  .case-slide-caption {
    font-size: 15px;
  }
  .case-slider-small {
    max-width: -webkit-calc(85px * 3);
    max-width: calc(85px * 3);
  }
  .case-slider-small .slide {
    width: 79px;
    height: 56px;
  }
  .mobile-toggle {
    display: block;
  }
  .mobile-toggle a:after {
    content: '>';
    font-size: 40px;
    vertical-align: text-bottom;
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  .mobile-toggle.active a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .5s ease;
    transition: .5s ease;
    padding-left: 6px;
  }
  .mobile-toggle-content {
    display: none;
  }
  .dmexco-landing h2,
  .dmexco-landing h1 {
    font-size: 24px;
    line-height: 1.1;
  }
  .dmexco-landing h2 {
    margin-bottom: 30px;
  }
  .home .tm-fullscreen-container .tm-fullscreen {
    padding: 40px 10px;
  }
}