/* GLOBAL SETTINGS */
body {
  font-family: "Fedra Sans 2";
  font-style: Normal;
  font-weight: 400;
  font-stretch: normal;
  color: #565656;
}

a {
  color: #565656;
}

a.active {
  text-decoration: underline;
}

a:hover {
  color: #333;
}

.test {
  border: 1px solid #000;
}


/* override bootstrap gutter widths */

.container {
    padding-left:8px;
    padding-right:8px;
}
.container-fluid {
  max-width:960px;
    padding-left:8px;
    padding-right:8px;
}
.row {
    margin-left: -8px;
    margin-right: -8px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
    padding-left: 8px;
    padding-right: 8px;
}


/* layout tricks */

.equal-row{
    display: table;
}

.equal-row div{
    float: none;
    display: table-cell;
    vertical-align: top;
}
.no-padding{
  padding: 0;
}

.col-left {
  margin-left: -8px;
}

.col-right {
  margin-right: -8px;
}


.align-bottom-center {
  position: absolute;
  bottom: 12px;
  text-align: center;
  width: 90%;
}





/* content area */
.main-content {
  margin-top:60px;
}




/* NAVIGATION */

.navs-container {
  background-color: #FFF;
  border-bottom: #EDEDED solid 1px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(245, 245, 245, 1);
  -moz-box-shadow: 0px 2px 2px 0px rgba(245, 245, 245, 1);
  box-shadow: 0px 2px 2px 0px rgba(245, 245, 245, 1);
}

.navbar-default {
  background-color: #FFF;
  height: 40px;
}

.navbar-header {
  height: 40px;
}

.navbar-nav > li > a {
  padding-top:10px !important;
  padding-bottom:10px !important;
  font-size: 125%;
}

.navbar {min-height:40px !important}

.navbar-brand {
  padding: 6px 15px 7px 30px;
  height: 40px;
}

.navbar-nav a.active {
    text-decoration: none;
}


.navbar-toggle {
  position: relative;
  float: right;
  padding: 12px 5px 13px 5px;
  margin: 0px 10px 0px 0px;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  background-color: #575556;
}

.navbar-toggle.collapsed {
  background-color: #FFF;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #575556;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #888;
}


.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #FFF;
}

.subnavbar-toggle {
  position: relative;
  float: right;
  padding: 10px;
  height: 39px;
  background-color: #575556;
  background-image: none;
  border: none;
  border-radius: none;
  color: #FFF;
}

.subnavbar-toggle.collapsed {
  background-color: #CDCDCD;
  color: #565656;
}

.subnavbar-toggle:hover {
    background-color: #575556;
    color: #FFF;
}


.lang-toggle {
  position: relative;
  float: right;
  padding: 10px 16px;
  color: #DD012D;
}



.navbar-subnav {
  background-color: #575556;
  width: 100%;
}

.subnavbar-nav li a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 75%;
  padding: 10px 5px;
}

.subnavbar-nav li a:focus {
  background-color: #575556 !important;
}


.subnavbar-nav li a.active {
  /*background-color: #DD012D;*/
}

.subnavbar-nav li a:hover {background-color: #DD012D !important; }


/* style nav dropdown for desktop */
@media screen and (min-width: 768px) {

  .navbar-nav a.active {
    color: #DD012D !important;
  }


  .subnavbar-nav li a {
    font-size: 90%;
  }

  .navbar-subnav {
    position:relative;
    top:40px;
    border-radius: 0;
  }
  .subnavbar-toggle {
    display:none;
  }
  .subnavbar-nav {
    float: left;
    margin: 0 0 0 93px;
  }

  .subnavbar-nav li {
    float:left;
    display:block;
  }
  .subnavbar-nav > li > a {
    padding: 10px 10px;
  }
}

/* intermediate nav size */
@media screen and (min-width: 768px) and (max-width: 950px) {
  .work-subnav li a {
    font-size: 72%;
  }
  .work-subnav > li > a {
    padding: 12px 8px;
  }
}

/* style nav dropdown for mobile view */
@media screen and (max-width: 767px) {
  .navbar-collapse {
    background-color: #555;
    opacity: 0.8;
  }
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    width:100%;
    padding: 0px;
    margin: 0px -8px;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
  .navbar .navbar-nav li {
    border-bottom: 1px solid #FFF;
    margin: 0 -8px 0 -8px;
  }
  .navbar .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar .navbar-nav li a {
    color: #FFF;
  }

  .navbar-nav li a:hover {
    color: #FFF !important;
    background-color: #DD012D !important;
  }

  .navbar-subnav {
    background-color: #555;
    opacity: 0.8;
     position:fixed;
      top:0;
      z-index: 500;
  }
  .subnavbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    width:100%;
    padding: 0px;
    margin: 40px -8px 0px -8px;
      list-style:none;
    overflow:hidden;
  }

  /* sub nav */
  .subnavbar-nav li {
    float:left;
    display:block;
    width: 50%;
    border: 1px solid #FFF;
    margin-left:-1px;
    margin-top:-1px;
    border-bottom:none;
    border-right:none;
  }

  .navbar-subnav .navbar-collapse {
    margin-left: -32px;
    margin-right: -32px;
  }

}


/* FOOTER */

.footer {
  background-color: #575556;
  color: #FFF;
  font-size: 80%;
  border-top: #EDEDED solid 1px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-shadow: 0 -2px 2px 0px rgba(245, 245, 245, 1);
  -moz-box-shadow: 0 -2px 2px 0px rgba(245, 245, 245, 1);
  box-shadow: 0 -2px 2px 0px rgba(245, 245, 245, 1);
  text-transform: uppercase;
}

.footer a {
  color: #FFF;
}

.footer-share i {
  background-color: #FFF;
  color: #575556;
  width: 15px;
  height: 15px;
  padding: 3px 0 2px 4px;
}

.footer-up {
  text-align:right;
  font-size: 300%;
  padding-right: 16px;
}

.footer-contact-left {
  padding-left: 16px;
}

/* style footer for mobile view */
@media screen and (max-width: 767px) {
  .footer-contact {
    border-bottom: 1px solid #FFF;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 0 8px 8px;
  }

  .footer-share {
    padding: 8px;
    padding-left: 16px;
  }

}

/* HOME */

.home-news {
  /*margin-bottom: 16px;*/
}

.home-news-item {
  background-color: #ECECEC;
  margin-bottom: 16px;
}


.home-news-text {
  padding: 16px 8px 8px 24px;
  font-size: 100%;
  line-height: 145%;
}


.home-news-title {
  font-size: 115%;
  line-height: 145%;
}


.home-news img {
  width: 100%;
}
.home-banner {
  background-color: #DD012D;
  color: #FFF;
  margin: 0px;
  margin-bottom: 16px;
}

.home-banner-img {
  width: 35%;
  display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
}

.home-banner-text {
  padding: 16px;
  text-align: justify;
  -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.home-banner-text h1 {
  font-size: 100%;
  line-height: 145%;
}

/* style home page for desktop */
@media screen and (min-width: 768px) {

  .home-banner-text {
    font-size: 100%;
    text-align: left;
  }

  .home-banner {display:table!important; height:125px;}

  .home-banner div[class*='col-'] {
    display: table-cell!important;
    vertical-align:middle;
    float:none;
  }

  .home-banner-img {
    padding-left: 0;
  }

  .home-news-item {
    /*margin-bottom: 0px;*/
  }


}


.home-project-thumb {
  margin-bottom: 16px;
  position: relative;
}

.home-project-thumb-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color:rgba(100, 100, 100, 0.75);
  color: #FFF;
  text-align: center;
  height: 60px;
  line-height: 110%;
  padding: 0px 8px;
  font-size: 70%;
  text-transform: uppercase;

}

.home-project-thumb-text h3 {
  font-size: 150%;
  text-transform: none;
  margin: 0px 0px 2px 0px;
  position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.home-project-thumb img {
  width: 100%;
}

/* NEWS */

.news-row {
  background-color: #ECECEC;
  margin: 0px;
  padding: 16px 8px 16px 8px;
  margin-bottom: 16px;
}
.news-row div img {
  width: 100%;
}

.news-item {
  background-color: #ECECEC;
  padding: 16px;
  margin-bottom: 16px;
  text-align:justify;
  -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.news-item h1 {
  font-size: 115%;
  margin: 0px 0px 16px 0px;
  text-align: center;
}

.news-item h1 .news-date {
  font-size: 80%;
  text-transform: uppercase;
}

.news-text {
  margin-top: 16px;
}

.news-grid-sizer,
.news-item { width: 100%; }
/* news grid for desktop */
@media screen and (min-width: 768px) {
  .news-grid-sizer,
  .news-item { width: 48.5%; }
}

.news-arrow {
  color: #DD3D69;
  margin-top: 4px;
  font-size: 110%;
}

/* CLIENTS */

.clients-branch-list {
  background-color: #ECECEC;
  margin: 0px;
  padding-left: 8px;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.clients-branch-list h1 {
  font-size: 130%;
  text-transform: uppercase;
  margin: 16px 0 0 0;
}

.clients-branch-list p {
  margin: 3px 0 3px 0;
}

.clients-arrow {
  color: #DD3D69;
  padding-left: 4px;
  font-size: 130%;
}

.clients-quote-list {
  margin-bottom: 16px;
}

.clients-quote-box {
  margin-bottom: 16px;
}

.clients-quote-box .row {
    margin-right: 8px;
}
.clients-quote-box:last-child .row {
    margin-right: -8px;
}


.clients-quote {
  background-color: #999;
  color: #FFF;
  padding: 16px;
  min-height: 120px;
  text-align:justify;
  -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;

}

.clients-quote-picture {
  padding: 0px;
}

.clients-quote-picture img {
  width: 100%;
}

.clients-quote-name {
  position: relative;
  text-align: center;
  background-color: #B4B4B4;
  color: #FFF;
}


/* clients for mobile view */
@media screen and (max-width: 767px) {

  .clients-quote-box .row {
    margin-right: -8px;
  }
}


/* CONTACT */

.contact-address {
  text-align: center;
  background-color: #ECECEC;
  padding: 16px;
  margin-bottom: 16px;
}

.contact-address h3 {
  margin: 0;
  font-size: 100%;
  text-transform: uppercase;
}

.contact-form {
  text-align: center;
  background-color: #ECECEC;
  padding: 16px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.contact-form a {
  text-transform: none;
}


.contact-form-button {
  text-transform: uppercase;
}

.contact-form .form-control {
  border: 1px solid #8E8E8E;
  border-radius: 0px;
  margin-bottom: 8px;
}


.contact-form button {
  width: 100%;
  border-radius: 0px;
  background: #8E8E8E;
  color: #FFF;
}

.contact-form-intro {
  text-align: left;
  text-transform: none;
}

.error {
  color: red;
  display:none;
  padding-top: 8px;
}

.contact-form-spinner, .contact-form-success {
  display:none;
}


.contact-follow {
  text-align: center;
  background-color: #ECECEC;
  padding-top: 12px;
  margin-bottom: 16px;
}

.contact-follow-icon {
  font-size: 50px;
  color: #8E8E8E;
}

#map-canvas {
  width:100%;
  height: 400px;
  margin-bottom: 16px;
}


/* AGENCY */

.agency-text {
  background-color: #ECECEC;
  padding: 16px;
  margin-bottom: 16px;
  text-align:justify;
  -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.agency-text-red {
  background-color: #DD012D;
  color: #FFF;
}


.agency-text h1 {
  font-size: 130%;
  margin: 0 0 20px 0;
  text-align: center;
}

.agency-team-thumb {
  margin-bottom: 16px;
  position: relative;
}

.agency-team-thumb-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color:rgba(100, 100, 100, 0.75);
  color: #FFF;
  text-align: center;
  padding: 12px 8px 12px 8px;
  line-height: 110%;
  font-size: 70%;
  text-transform: uppercase;

}

.agency-team-thumb-text h3 {
  font-size: 130%;
  text-transform: none;
  margin: 0px 0px 2px 0px;
}

.agency-team-thumb img {
  width: 100%;
}

.agency-jobs {
  background-color: #DD012D;
  margin-bottom: 16px;
  position: relative;
}

/* IMPRESSUM */

.impressum-text {
  text-align: center;
  background-color: #ECECEC;
  padding: 16px;
  margin-bottom: 16px;
}

.impressum-text h1 {
  font-size: 130%;
  margin: 0 0 20px 0;
  text-align: center;
}

.impressum-text h2 {
  font-size: 100%;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.impressum-text p {
  text-align: justify;
  margin-bottom: 24px;
  -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

/* JOBS */

.jobs-container {
  margin-bottom: 16px;
}

.jobs-none {
  background-color: #999;
  color: #FFF;
  padding: 20px;
  text-align:center;
  margin-bottom: 16px;
}

.jobs-heading {
  background-color: #999;
  color: #FFF;
  padding: 20px 20px 5px 20px;
  text-align:center;
}


.jobs-heading h1 {
  font-size: 100%;
  margin: 0 0 0;
  text-align: center;
}

.jobs-toggle {
  font-size: 180%;
  cursor:pointer;
}


.jobs-text {
  text-align: justify;
  background-color: #ECECEC;
  padding: 16px;
  -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.jobs-text p {
  margin-bottom: 24px;
}

.jobs-text p:last-child {
  margin-bottom: 0px;
}

.jobs-text h3 {
  font-size: 100%;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.jobs-details {
  text-align: center;
}

.jobs-kontakt {
  text-align: center;
}


.jobs-text-red {
  background-color: #DD012D;
  color: #FFF;
  margin: 16px 0 16px 0;
}

.jobs-bear {
  width: 50%;
  display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
}
.jobs-rh-col {
  background-color: #ECECEC;
  margin-bottom: 16px;
  padding: 0;
}

/* style jobs for desktop */
@media screen and (min-width: 768px) {
  .jobs-text-red {
    margin-top: 0;
  }
  .jobs-kontakt {
    margin-bottom: 0;
  }
  .jobs-heading {
    position: relative;
    padding: 20px;
  }
  .jobs-toggle {
    position:absolute;
    right: 16px;
    top: 12px;
  }
}

/* WORK / CLIENTS */

.isotope {
  margin-bottom: 16px;
}

.pack-item {
  float: left;
  width: 144px;
  height: 144px;
  text-align: center;
}

.pack-item.width2 { width: 304px; }
.pack-item.height2 { height: 304px; }


.pack-image {
  max-width:100%;
    max-height:100%;
    vertical-align: middle;
}

.pack-item-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color:rgba(100, 100, 100, 0.75);
  color: #FFF;
  text-align: center;
  padding: 12px 8px 12px 8px;
  line-height: 110%;
  font-size: 70%;
  text-transform: uppercase;

}

.pack-item-text h3 {
  font-size: 130%;
  text-transform: none;
  margin: 0px 0px 2px 0px;
}


.project-related-thumb-text.selected {

  background-color:rgba(211, 1, 55, 0.9);
}

.pack-item.pack-clients { 
  border: 1px solid #EEE;
  width: 214px;
  height: 184px;
}

/* intermediate nav size */
@media screen and (max-width: 767px) {
  .pack-item.pack-clients { 
    border: 1px solid #EEE;
    width: 144px;
    height: 124px;
  }
}


/* PROJECT */

.project-text {
  background-color: #ECECEC;
  padding: 16px;
  margin-bottom: 16px;
  text-align:justify;
  -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.project-text h1 {
  font-size: 115%;
  margin: 0;
  text-align: center;
}


.project-text h1 .project-client {
  font-size: 80%;
  text-transform: uppercase;
}

.project-text h2 {
  font-size: 135%;
  margin: 38px 0 25px 0;
  text-align: center;
  color: #DD012D;
  -webkit-hyphens: none;   -moz-hyphens: none;   -ms-hyphens:none;    hyphens: none;
}

.project-text h3 {
  font-size: 100%;
  margin: 20px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}

.project-related {
  margin: 44px 0 0 0;
}

.project-related h1 {
  font-size: 125%;
  margin: 0 0 16px 0;
  text-align: center;
}

.project-related-thumb {
  margin-bottom: 16px;
  position: relative;
}

.project-related-thumb-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color:rgba(100, 100, 100, 0.75);
  color: #FFF;
  text-align: center;
  padding: 12px 8px 12px 8px;
  line-height: 110%;
  font-size: 70%;
  text-transform: uppercase;

}

.project-related-thumb-text h3 {
  font-size: 130%;
  text-transform: none;
  margin: 0px 0px 2px 0px;
}

.project-related-thumb img {
  width: 100%;
}


.project-overview {
  text-align: center;
}

.project-next,.project-previous {
  padding: 0 16px;
}
.project-next a {
  float: right;
}

.project-bottom-nav {
  font-size: 80%;
  border-top: #EDEDED solid 1px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-shadow: 0 -2px 2px 0px rgba(245, 245, 245, 1);
  -moz-box-shadow: 0 -2px 2px 0px rgba(245, 245, 245, 1);
  box-shadow: 0 -2px 2px 0px rgba(245, 245, 245, 1);
  text-transform: uppercase;
  margin-top: 16px;
}

/*.project-bottom-nav i {
  font-size: 150%;
}*/

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

/* slippry */


.external-captions {
  font-size: 80%;
  text-align:justify;
  margin-top: 5px;
  -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}



.carousel-control .fa {
  position: absolute;
  font-size: 180%;
}

.carousel-control .fa-angle-left {
  left: 15px;
}

.carousel-control .fa-angle-right {
  right: 15px;
}

.thumb-box .thumbs {
    overflow: hidden;
}
ul.thumbs {
    list-style: outside none none;
    text-align: center;
    padding: 0;
}

.thumbs li{
  display: inline-block;
    background-color: #575556;
    width:10px;
    height:10px;
    border: none;
    border-radius: 0;
    margin: 0 2px 0 0;
    text-indent: 0;
    cursor:pointer;
}

.thumbs li img{
    display: none;
}

.thumbs li.active{
    background-color: #DD012D;
    width:10px;
    height:10px;
    margin: 0 2px 0 0;
}


/* style carousel for desktop */
@media screen and (min-width: 768px) {

  .external-captions {
    font-size: 100%;
    text-align:justify;
    background-color: #ECECEC;
    padding: 16px;
    margin: 0;
  }
  ul.thumbs {
    padding: 16px 0;
  }

  .thumbs li{
    width:66px;
    height:66px;
    margin: 0 8px 0 0;
    background: transparent;
  }

  .thumbs li.active{
    width:66px;
    height:66px;
    margin: 0 8px 0 0;
    background: transparent;
  }
  .thumbs li.active img{
    border: 1px solid #DD012D;
  }
  .thumbs li:last-child{
    margin: 0;
  }


  .thumbs li img{
    display: inline;
    position: relative;
  }

}

.vid_wrapper         {width:100%;height:100%;margin:0 auto;background:#CCC}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}


/* lang error */

.lang-error {
  background-color: #ECECEC;
  margin-bottom: 16px;
  padding: 16px;
}
