@import "bootstrap.min.css";

@import "../fonts/typicons.min.css";

@import "font-awesome.min.css";

@import "animate.css";
/* ---------------------------------------------- /*
 * Vars
/* ---------------------------------------------- */
/* ---------------------------------------------- /*
 * FONTS?!
/* ---------------------------------------------- */
@font-face {
  font-family: 'Museo';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/2DC25F_0_0.eot');
  src: url('../fonts/2DC25F_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2DC25F_0_0.woff2') format('woff2'), url('../fonts/2DC25F_0_0.woff') format('woff'), url('../fonts/2DC25F_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Museo';
  font-weight: bold;
  font-style: normal;
  src: url('../fonts/2DC25F_1_0.eot');
  src: url('../fonts/2DC25F_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2DC25F_1_0.woff2') format('woff2'), url('../fonts/2DC25F_1_0.woff') format('woff'), url('../fonts/2DC25F_1_0.ttf') format('truetype');
}
/* ---------------------------------------------- /*
 * Basics
/* ---------------------------------------------- */
body {
  font: normal 16px/1.4 'Museo', "helvetica neue", Helvetica, Arial, sans-serif;
  color: #666666;
  background-color: #e5e5e5;
  width: 100%;
  overflow-x: hidden;
}
a {
  color: #e5390d;
}
a:hover {
  color: #842108;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}
/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
.page-loader {
  position: fixed;
  background: #e5390d;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}
.loader {
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 2s infinite linear;
  -moz-animation: load 2s infinite linear;
  ms-animation: load 2s infinite linear;
  o-animation: load 2s infinite linear;
  animation: load 2s infinite linear;
}
.loader,
.loader:after {
  border-radius: 0%;
  width: 46px;
  height: 46px;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ---------------------------------------------- /*
 * Owlslider
/* ---------------------------------------------- */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */

  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/

  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/

  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */

}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/

  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/

  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/* ---------------------------------------------- /*
 * Introbox
/* ---------------------------------------------- */

.intro { 
  padding: 30px 0 0 2vh;
}
@media (min-width: 768px) and (min-height: 700px) {
  .intro {
    position: absolute;
    top: 2.5vh;
    left: 100vh;
    max-width: 30vh;
    padding: 0 0 0 2vh;
    
  }
  .intro > div > div {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
}
.intro p.lead {
  color: #e5390d;
  font-size: 18px;
  font-weight: bold;
}
/* ---------------------------------------------- /*
 * Default!!!
/* ---------------------------------------------- */
.container-default {
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-default:before,
.container-default:after {
  display: table;
  content: " ";
}
.container-default:after {
  clear: both;
}
@media (min-width: 768px) and (min-height: 700px) {
  .container-default {
    padding: 2.5vh;
  }
}
.container-default header {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}
.container-default .icon {
  font-size: 40px;
  text-align: center;
  margin-bottom: 1em;
}
.container-default .row {
  margin-bottom: 2em;
}
/* ---------------------------------------------- /*
 * SQUARES!!!
/* ---------------------------------------------- */
.container-squares {
/*  padding: 1.66%;*/
  margin-right: auto;
  margin-left: auto;
}
.container-squares:before,
.container-squares:after {
  display: table;
  content: " ";
}
.container-squares:after {
  clear: both;
}
@media (min-width: 768px) and (min-height: 700px) {
  .container-squares {
    position: absolute;
    height: 100vh;
    width: 100vh;
    top: 0px;
    left: 0px;
    padding: 1.25vh;
    
  }
}
.container-squares {
/*  margin: -1.66%;*/
  margin: 0 1vh;
}
.container-squares > figure,
.container-squares > article {
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  width: 30%;
  padding-top: 30%;
  margin: 1vh;
/*  margin: 1.66%;*/
}
@media (min-width: 768px) and (min-height: 700px) {
  .container-squares > figure,
  .container-squares > article {
    height: 30vh;
    width: 30vh;
    margin: 1.25vh;
  }
}
.container-squares > figure.empty,
.container-squares > article.empty {
  background-color: #dadada;
}
.container-squares > figure.empty h1,
.container-squares > article.empty h1 {
  position: absolute;
  bottom: 1.25vh;
  left: 1.25vh;
  line-height: 1;
  margin: 0;
  display: none;
}
@media (min-width: 768px) {
  .container-squares > figure.empty h1,
  .container-squares > article.empty h1 {
    display: block;
  }
}
@media (max-height: 840px) {
  .container-squares > figure.empty h1,
  .container-squares > article.empty h1 {
    font-size: 24px;
  }
}
.container-squares > figure.logo,
.container-squares > article.logo {
  background-color: transparent;
}
.container-squares > figure img,
.container-squares > article img {
  transition: 1s all ease;
  transform: scale(1);
  width: 100%;
}
.container-squares > figure figcaption,
.container-squares > article figcaption {
  background-color: rgba(229, 57, 13, 0);
}
.container-squares > figure figcaption a,
.container-squares > article figcaption a,
.container-squares > article figcaption span,
.container-squares > figure figcaption span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(229, 57, 13, 0.9);
  opacity: 0;
  transition: all 0.5s ease;
}
.container-squares > figure figcaption a:hover,
.container-squares > article figcaption a:hover,
.container-squares > article figcaption span:hover,
.container-squares > figure figcaption span:hover {
  text-decoration: none;
  opacity: 1;
  border: 0;
}
.container-squares > figure figcaption h3,
.container-squares > article figcaption h3 {
  margin: 0;
/*  padding-top: 50%;*/
  text-align: center;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 14px;
  text-shadow: 1px 1px 6px #e5390d;

}
@media (max-width: 767px) {
  .container-squares > figure figcaption h3,
  .container-squares > article figcaption h3 {
    font-size: 14px;
    margin-top: -0.5em;
    text-transform: none;
    letter-spacing: normal;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
.container-squares > figure figcaption small,
.container-squares > article figcaption small {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}
.container-squares > figure figcaption,
.container-squares > article figcaption,
.container-squares > figure .inner,
.container-squares > article .inner,
.container-squares > figure figcaption a,
.container-squares > article figcaption a,
.container-squares > article figcaption span,
.container-squares > figure figcaption span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
/*  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
*/}
.container-squares > figure:hover .inner img.single:not(.muted),
.container-squares > article:hover .inner img.single:not(.muted),
.container-squares > figure:hover .inner .owl-item.active img,
.container-squares > article:hover .inner .owl-item.active img {
  transform: scale(1.2);
}
main.services figure,
main.team figure {
  background-color: #dadada;
}
main.services figure i,
main.team figure i {
  text-align: center;
  font-size: 40px;
  padding-top: 40%;
  line-height: 0;
  display: none;
  transition: all .3s;
}
@media (min-width: 768px) and (min-height: 700px) {
  main.services figure i,
  main.team figure i {
    display: block;

  }
}
main.services figure h3,
main.team figure h3 {
  hyphens: auto;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 1em 0 0 0;
/*  min-height: 53.7px;*/
/*  box-sizing: content-box;*/
  padding: 1.25vh 1.25vh 0 1.25vh;
}
main.services figure p,
main.team figure p {
  max-height: 0;
  overflow: hidden;
  transition: all .3s;
  text-align: center;
  opacity: 0;
  padding: 0 10px;
  font-size: 14px;
}
main.services figure:hover p,
main.team figure:hover p {
  max-height: 114px;
  opacity: 1;
}
main.services figure:hover i,
main.team figure:hover i {
  padding-top: 1em;
}

@media (min-width: 768px) and (min-height: 700px) {
  main.services figure h3,
  main.team figure h3 {
    font-size: 16px;
  }
}
main .container-squares a:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  top: 1rem;
  left: 1rem;
  margin: 4px;
  transition: all .3s;
}

main .container-squares a:hover:after {
  width: 16px;
  height: 16px;
  margin: 0;
}


main.services figure h4,
main.team figure h4 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
main.team figure h3 {
  padding-top: 30%;
}
#map {
  height: 400px;
}
main.contact {
/*  padding: 2.5vh;*/
  /* ---------------------------------------------- /*
   * Service
  /* ---------------------------------------------- */

}
main.contact .has-feedback label.sr-only ~ .form-control-feedback {
  top: 8px !important;
}
main.contact .service {
  text-align: center;
  margin: 0 0 40px;
}
main.contact .service .icon {
  font-size: 32px;
  color: #e5390d;
}
main.contact .service h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
}
main.contact .service .text {
  text-align: left;
  min-height: 220px;
}
/* ---------------------------------------------- /*
 * 0VRl4ys !!!
/* ---------------------------------------------- */
section#overlay-content {
  display: none;
  position: fixed;
  bottom: 2.5vh;
  left: 2.5vh;
  right: 2.5vh;
  top: 2.5vh;
  overflow: auto;
  z-index: 1001;
  background-color: rgba(102, 102, 102, 0.9);
  color: white;
  box-shadow: 0 0 100px #666666;
}
section#overlay-content.visible {
  display: block;
}
section#overlay-content .container-fluid {
  padding: 2.5vh;
}
section#overlay-content article {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section#overlay-content article.visible {
  display: block;
}
section#overlay-content article img {
  width: 100%;
}
section#overlay-content article h3 {
  background-color: #e5390d;
  color: white;
  padding: 1em;
  font-size: 1.2em;
}
section#overlay-content article h4 {
  padding-bottom: 0.5em;
  border-bottom: .2em solid white;
}
@media (min-width: 768px) {
  section#overlay-content article .workhistory,
  section#overlay-content article .memberships {
    font-size: 13px;
  }
  section#overlay-content article .workhistory dt,
  section#overlay-content article .memberships dt {
    width: 130px;
  }
  section#overlay-content article .workhistory dd,
  section#overlay-content article .memberships dd {
    margin-left: 150px;
  }
}
section#overlay-content .close-button {
  position: absolute;
  border: none;
  background: #e5390d;
  margin: 0;
  z-index: 10001;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #ddd;
  cursor: pointer;
  padding: 2.5vh;
  opacity: 1;
}
section#overlay-content .close-button span {
  display: none;
}
section#overlay-content .close-button i {
  font-size: 30px;
}
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 250px;
}
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: -250px;
  width: 250px;
  height: 100%;
  overflow-y: auto;
  padding: 15px;
  min-width: 150px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 768px) and (min-height: 700px) {
  #sidebar-wrapper {
    padding: 2.5vh 0 0 2.5vh;
  }
}
#sidebar-wrapper footer {
  position: absolute;
  bottom: 2.5vh;
  left: 2.5vh;
  right: 0;
}
#sidebar-wrapper footer p {
  font-size: 13px;
}
#sidebar-wrapper footer p.imagecopy {
  font-size: 11px;
  color: #aaa;
}
#wrapper.toggled #sidebar-wrapper {
  left: 0px;
}
#page-content-wrapper {
  width: 100%;
  position: absolute;
  transition: all .5s ease;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
  opacity: 0.5;
}
header img {
  width: 60%;
  margin: 15px 0;
}
#menu-toggle {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: #e5390d;
  color: white;
  border: 0;
  padding: 8px;
  line-height: 1;
  font-size: 20px;
  border-radius: 0px;
}
@media (min-width: 768px) {
  #wrapper {
    padding-left: 250px;
  }
  #wrapper.toggled {
    padding-left: 0;
  }
  #sidebar-wrapper {
    left: 0px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }
  #page-content-wrapper {
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}
/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */
.sidebar-nav .brand {
  display: block;
  margin-bottom: 2.5vh;
}
.sidebar-nav ul.nav li a {
  padding: .5em 0px .5em 3em;
  transition: all .5s ease;
  color: #666666;
}
.sidebar-nav ul.nav li a:before {
  content: ' ';
  position: absolute;
  height: .5em;
  width: .5em;
  background-color: #e5390d;
  top: .9em;
  left: 1.5em;
  transition: all 0.5s ease;
  transform: scale(1);
}
.sidebar-nav ul.nav li a:hover,
.sidebar-nav ul.nav li a.active {
  background-color: rgba(102, 102, 102, 0.15);
}
.sidebar-nav ul.nav li a:hover:before,
.sidebar-nav ul.nav li a.active:before {
  transform: scale(1.8);
}
.sidebar-nav ul.nav li a:active,
.sidebar-nav ul.nav li a:focus {
  background-color: transparent;
  border: 0;
  outline: 0;
}
.sidebar-nav ul.nav li a.submenu:not(.collapsed) {
  background-color: rgba(229, 57, 13, 0.15);
  color: #e5390d;
}
.sidebar-nav ul.nav li a.submenu:not(.collapsed):before {
  transform: rotate(45deg);
}
.sidebar-nav ul.nav li li a {
  background-color: rgba(229, 57, 13, 0.15);
}
.sidebar-nav ul.nav li li a:hover,
.sidebar-nav ul.nav li li a.active {
  background-color: rgba(229, 57, 13, 0.3);
}
.lang-nav ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.lang-nav ul li {
  margin: 0;
  padding: 0;
  float: left;
}
.lang-nav ul li a {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  text-indent: -999px;
  background-size: 100%;
  transition: all 0.5s ease;
}
.lang-nav ul li a:hover {
  transform: scale(1.3);
}
.lang-nav ul li a.lang-deutsch {
  background-image: url("../img/lang-de.jpg");
}
.lang-nav ul li a.lang-english {
  background-image: url("../img/lang-en.jpg");
}
.lang-nav::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.article-teaser {
  position: relative;
  padding: 1rem;
  background-color: rgba(255,255,255,.4);
  margin: 0 0 2vh 0;
  transition: all .3s;
}
@media (min-width: 768px) and (min-height: 700px) {
  .article-teaser {
    margin: 0 0 2.5vh 0;
  }
}
.article-teaser:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #e5390d;
  position: absolute;
  left: 1.3rem;
  top: 2.3rem;
  margin: 4px;
  transition: all .3s;

}
.article-teaser:hover:after {
  width: 16px;
  height: 16px;
  margin: 0;
}

.article-teaser h1 {
  margin: .25em 0 0 3rem;
  font-size: 1.75em;
  line-height: 1.2;
}
.article-teaser h1 a {
  text-decoration: none;
  color: #666;
}
.article-teaser p {
  margin-top: .25em;
}
.article-teaser:hover {
  background-color: #d2d2d2;
}
/*.article-teaser {
  padding-right: 22rem;

}
*/
.article-teaser .image {
  display: block;
  height: 10rem;
  margin: 1rem 0;
  
  background-size: cover;
  background-image: inherit;
  background-position: 50% 50%;
}

.article-teaser:hover h1 {
  text-decoration: underline;
}

.article-teaser h1 a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.blog .logo {
  margin-top: 2vh;
  width: 30%;
}
@media (min-width: 768px) and (min-height: 700px) {
  .blog .logo {
    width: 30vh;
  }
}
.blog article {
  padding: 1rem;
}
.container-fluid {
  padding: 0 2vh;
}
@media (min-width: 768px) and (min-height: 700px) {
  .container-fluid {
    padding: .5vh 3.5vh;
  }
  
  
}
.blog-intro {
  font-weight: 500;
  font-size: 1.25em;
  margin-bottom: 3rem;
  max-width: 60ch;
}
.blog figure {
  margin-bottom: 3rem;
}
.blog .container-squares article .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  margin: 0;
  z-index: -1;
}
.blog figcaption {
  padding: .25rem 0;
  font: normal 14px/1.4 "helvetica neue", Helvetica, Arial, sans-serif;
}
.blog img {
  max-width: 100%;
}
.blog-teasers h1 {
  font-size: 1.5rem;
}
.blog-teasers article h1 {
  margin-left: 2.5rem;
}
.blog-teasers p {
  display: none;
}
.blog-teasers article:after {
  
  content: '';
  width: 8px;
  height: 8px;
  background-color: #e5390d;
  position: absolute;
  top: 1.3rem;
  left: 1rem;
  margin: 4px;
  transition: all .3s;
}

.blog-teasers article:hover:after {
  width: 16px;
  height: 16px;
  margin: 0;
}
.blog-teasers .image {
  margin-bottom: 0;
}
.blog {
  max-width: 80ch;
}
.blog-post {
  max-width: none;
}
h3 p {
  margin: 0;
}
.contact .services {
  margin: 75px 0 0 0;
}
.contact .service {
  padding: 1rem;
  background-color: rgba(255,255,255,.4);
  margin: 0 0 2vh 0;
  transition: all .3s;
}