/*
Theme Name: mecca-theme
Theme URI: 
Author: Valentin Schalk
Version: 1.0
Description: Theme für mecca-consulting.at
Tags: onepage, minimal
Text Domain: Mecca
*/
@font-face {
  font-family: 'PTSansRegular';
  src: url('font/PTS55F-webfont.eot');
  src: url('font/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('font/PTS55F-webfont.woff') format('woff'), url('font/PTS55F-webfont.ttf') format('truetype'), url('font/PTS55F-webfont.svg#lane_-_narrowregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mecca-icon-mail';
  src: url('font/mecca-icon-mail.eot?mek0pz');
  src: url('font/mecca-icon-mail.eot?mek0pz#iefix') format('embedded-opentype'), url('font/mecca-icon-mail.ttf?mek0pz') format('truetype'), url('font/mecca-icon-mail.woff?mek0pz') format('woff'), url('font/mecca-icon-mail.svg?mek0pz#mecca-icon-mail') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mecca-icon-mail' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-circle-down:before {
  content: "\e901";
}
.icon-circle-up:before {
  content: "\e909";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-facebook2:before {
  content: "\e903";
}
.icon-btn-mail:before {
  content: "\e900";
}
.icon-btn-mail-grey:before {
  content: "\e900";
  color: #212121;
}
.icon-search:before {
  content: "\e904";
}
.icon-file-pdf:before {
  content: "\e908";
  color: #212121;
}
.icon-info-outline:before {
  content: "\e90c";
  color: #fff;
}
.icon-file-picture:before {
  content: "\e906";
}
.icon-tel:before {
  content: "\e90d";
}
body,
html {
  height: 100%;
}
html {
  font-size: 16px;
}
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1em;
  text-rendering: auto;
  color: #000;
  padding-top: 100px;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 0.6em;
  }
  h1 {
    font-size: 2em;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
  }
  h2 {
    font-size: 1.8em;
  }
  .button {
    margin-bottom: 125px;
    margin-top: 15px;
  }
  header.header-contact {
    height: auto;
    min-height: auto;
  }
  header.header-contact > .header-text-wrapper {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 0.8em;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.8em;
  }
  .button {
    margin-bottom: 80px;
    margin-top: 15px;
  }
  ul {
    list-style: square;
  }
  ul.list-lang {
    position: absolute;
    top: 37px !important;
    right: 100px !important;
    z-index: 9999;
  }
  ul li.lang-item {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .header-image-wrapper {
    background-attachment: fixed;
  }
}
a {
  color: inherit;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  backface-visibility: hidden;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #8dc63f;
  outline: 0;
}
section a {
  color: #8dc63f;
}
section a:hover,
section a:focus {
  text-decoration: none;
  color: #BED476;
}
h1 {
  font-size: 3em;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.2em;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}
h4 {
  font-size: 1em;
  color: #8dc63f;
  margin-top: 15px;
  margin-bottom: 5px;
}
.text-white {
  color: white;
}
.text-white p {
  color: white;
}
.text-white h1 {
  color: white;
}
.text-times-italic {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  text-transform: none;
}
.highlight-green {
  color: #8DC63F;
}
ul {
  list-style: square;
  padding-left: 1em;
}
ul.list-lang {
  position: absolute;
  top: 34px;
  right: 55px;
}
ul li.lang-item {
  display: inline-block;
}
.btn-mecca {
  background-color: #fff;
  color: #8dc63f;
  padding: 15px 15%;
  line-height: 1.3333333;
  border-radius: 0px;
  backface-visibility: hidden;
  border: 1px solid;
}
.btn-mecca:hover {
  background-color: #8dc63f;
  color: #fff;
}
.btn-mecca-transparent {
  color: #8dc63f;
  padding: 15px 8%;
  line-height: 1.3333333;
  border-radius: 0px;
  backface-visibility: hidden;
  border: 1px solid;
  z-index: 15;
}
.btn-mecca-transparent:hover {
  background-color: #8dc63f;
  color: #fff;
}
.get-to-top {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 3;
}
.btn-mecca-circle {
  font-size: 4.5em;
  color: #8dc63f;
}
.btn-mecca-circle:focus,
.btn-mecca-circle:hover {
  color: #fff;
}
.btn-mecca-circle.up {
  color: white;
  font-size: 2.3em;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.btn-mecca-circle.up:hover {
  color: #8dc63f;
}
#top-navigation.navbar-default.large {
  background: #fff;
  border: none;
  padding: 25px;
  box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
}
#top-navigation.navbar-default.large li:last-child a {
  color: #8dc63f !important;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.2em;
}
#top-navigation.navbar-default.large li a {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1.1em;
}
#top-navigation.navbar-default li a:hover {
  color: #8dc63f;
}
.cl-effect-4 a {
  padding: 0 0 10px;
}
.cl-effect-4 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
  height: 4px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.navbar-collapse.in.cl-effect-4 a:hover::after,
.collapse.in.cl-effect-4 a:focus::after {
  opacity: 0 !important;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-header-search-form {
  position: relative;
  z-index: 1000;
}
.navbar-search-form {
  position: relative;
}
.navbar-search-form .navbar-nav {
  margin-right: 100px;
}
.sb-search {
  position: absolute;
  top: 0;
  right: 50px;
  margin-top: 0px;
  width: 0%;
  min-width: 50px;
  height: 50px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  outline: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #E7E7E7;
}
.sb-search-icon,
.sb-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
}
.sb-search-submit {
  background: #fff;
  z-index: -1;
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
}
.sb-search-icon {
  z-index: 1080;
  background: #fff;
}
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}
.sb-search.sb-search-open .sb-search-icon.icon.icon-search,
.no-js .sb-search .sb-search-icon {
  z-index: 1070;
  border: 1px solid #E7E7E7;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 1080;
}
.nb-basket {
  position: absolute;
  top: 0;
  right: 15px;
  padding: 15px;
}
header.header-full {
  height: 100%;
  position: relative;
}
header.header-contact {
  min-height: 50%;
  padding: 2%;
  overflow: hidden;
  background-color: #8dc63f;
  box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
  position: relative;
  z-index: 1;
}
header.header-contact .icon {
  font-size: 2em;
  padding-bottom: 15px;
  display: block;
}
header.header-contact a:hover,
header.header-contact a:focus {
  color: #fff;
}
.header-image-wrapper {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  -webkit-backface-visibility: hidden;
}
.header-image-wrapper.bg-front-page {
  background-image: url("img/bg-home.jpg");
  position: fixed;
}
.header-image-wrapper.bg-medien {
  background-image: url("img/bg-medien.jpg");
  background-position: center;
}
.header-image-wrapper.bg-team {
  background-image: url("img/bg-team.jpg");
  background-position: center 70px;
}
.header-text-wrapper {
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.header-text-subheading {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.header-text-subheading > p {
  color: white;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 1.2em;
}
.header-text-button {
  margin-top: 2%;
}
.header-text-button-cat {
  margin-top: 8%;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
section.content-section {
  padding: 30px 0px;
  position: relative;
}
section.content-section-full {
  min-height: 100%;
}
section.contact-section {
  height: 50%;
  overflow: hidden;
  padding: 0;
}
.post-img {
  position: relative;
  height: 180px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.img-thumb-post {
  min-height: 180px;
}
.img-thumb-post-placeholder {
  height: 100%;
  background-color: #6A603D;
}
.img-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.post-img:hover .img-overlay {
  opacity: 0.4;
}
.single-post-header-img {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.showcase-section,
.showcase-item {
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  .showcase-section {
    height: 100%;
  }
  .showcase-wrapper {
    height: 100%;
  }
  .showcase-row {
    height: 100%;
  }
  .showcase-item {
    height: 50%;
  }
  .post-img {
    height: 100%;
  }
}
.alertbox {
  position: fixed;
  bottom: 50%;
  z-index: 9999;
  color: white;
  left: 50%;
  background: #96bd0d;
  display: none;
  transform: translate(-50%, -50%);
  height: 150px;
  width: 250px;
  border-radius: 20px;
  box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
  padding: 65px 52px;
}
.alertbox.error {
  background: #EC4141;
}
figure > div:after {
  content: "";
  background-color: black;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
}
figcaption a {
  color: #fff;
}
figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8dc63f;
  content: '';
  opacity: 0;
  transform: translate3d(0, 50%, 0);
}
.first-caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transition: transform 0.35s, color 0.35s;
  -webkit-transition: transform 0.35s, color 0.35s;
  -moz-transition: transform 0.35s, color 0.35s;
  transform: translate3d(0, -50%, 0);
  padding: 0 10px;
}
.copyright {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 0.6em;
  display: block;
  opacity: 0.5;
}
.copyright span:before {
  content: "\00a9 ";
}
figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  font-size: 0.9em;
}
figure.effect-sadie:hover .first-caption {
  color: #fff;
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
figure.effect-sadie:hover .first-caption span {
  display: none;
  color: #fff;
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
figure.effect-sadie:hover .copyright span {
  display: none;
}
figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.modal {
  text-align: center;
}
.modal span {
  font-size: 0.9em;
  margin-left: 5px;
  display: inline-block;
}
.modal span.icon {
  color: #212121;
}
.modal .post-edit-link {
  color: #333;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#modal-impressum .modal-content {
  text-align: center;
}
#modal-impressum .modal-footer {
  text-align: left !important;
  border: none;
}
.modal-footer-team ul {
  list-style: none;
}
.details {
  margin: 15px 0px;
}
.team-box {
  padding: 0;
}
.profile-pic {
  height: 350px;
  overflow: hidden;
}
.profile-pic .first-caption {
  transform: translate(0, 70%);
}
.team-member h3 {
  margin-bottom: 5px;
}
.team-member span {
  font-size: 0.9em;
}
.team-member figure.effect-sadie:hover .first-caption {
  color: #fff;
  transform: translate3d(0, -120%, 0) translate3d(0, -40px, 0);
}
.team-member figure.effect-sadie:hover .first-caption span {
  display: inline-block;
  transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
}
@media screen and (min-width: 992px) {
  main#post-wrapper h3 {
    margin: 0;
  }
}
main#post-wrapper {
  /* Responsive Videos */
}
main#post-wrapper a {
  pointer: cursor;
  color: #000;
}
main#post-wrapper h3 {
  color: #8dc63f !important;
}
main#post-wrapper span.span-time {
  margin-bottom: 10px;
  font-size: 0.9em;
  font-style: italic;
  display: inline-block;
}
main#post-wrapper .row-blog-item {
  padding: 20px 0px;
  border-bottom: solid 1px #f3f3f3;
}
main#post-wrapper .row-blog-item:last-child {
  border: none;
}
main#post-wrapper .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
main#post-wrapper .video-container iframe,
main#post-wrapper .video-container object,
main#post-wrapper .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer {
  padding: 50px 0;
  background-color: #3F2A10;
  color: #FFF;
}
footer .col-lg-3 {
  margin-right: 50px;
}
