@charset "UTF-8";
/*
	Theme Name: Ortus LA
	Theme URI: http://weareslim.de
	Description: Wordpress Theme for Ortus LA
	Version: 1.0
	Author: Tobias Alten

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/*********************
COLORS
*********************/
/*********************
MEDIA-QUERIES
*********************/
.wrapper {
  max-width: 960px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1023px) {
    .wrapper {
      max-width: none; } }

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
  font-family: 'Roboto Condensed';
  src: url("assets/fonts/Roboto-Condensed-Regular.woff2") format("woff2"), url("assets/fonts/Roboto-Condensed-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("assets/fonts/Roboto-Condensed-700.woff2") format("woff2"), url("assets/fonts/Roboto-Condensed-700.woff") format("woff");
  font-weight: bold;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

body {
  margin: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 10px;
  background: url(assets/img/bg_body.jpg) 0px 450px repeat-x; }
  body.dim {
    overflow: hidden; }
    body.dim:before {
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      position: fixed;
      left: 0px;
      top: 0px;
      background: #000;
      -webkit-animation: fade 250ms;
              animation: fade 250ms;
      z-index: 1;
      opacity: .7; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0px;
  line-height: 3.6rem; }

h1 {
  font-size: 3.2em;
  padding-top: 30px;
  padding-bottom: 10px; }

h2 {
  font-size: 2.3rem; }

h3 {
  font-size: 2rem;
  padding-top: 20px; }

h4 {
  font-size: 1.8rem; }

h5 {
  font-size: 1.6rem; }

h6 {
  font-size: 1.4rem; }

p {
  font-size: 1.7rem;
  padding: 10px 0px;
  margin: 0px; }
  p.ignore-wrapper {
    padding: 0px; }

ul {
  font-size: 1.6rem; }
  ul li {
    margin-bottom: 8px; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 250ms color;
  transition: 250ms color; }

a:hover {
  color: #4F7438; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

.button {
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold; }
  .button.black {
    color: #fff;
    background: #000;
    -webkit-transition: background 150ms;
    transition: background 150ms; }
    .button.black:hover {
      background: #4F7438; }
  .button.white {
    color: #000;
    background: #fff;
    -webkit-transition: background 150ms;
    transition: background 150ms; }

a.arrow {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.4rem; }
  a.arrow:hover {
    text-decoration: underline; }
  a.arrow:before {
    content: '';
    background: url(assets/img/icons/link_arrow.svg);
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-right: 8px; }
  a.arrow.black {
    color: #4F7438; }
    a.arrow.black:before {
      background: url(assets/img/icons/link_arrow_black.svg); }

button {
  border: none;
  outline: none; }
  button:hover {
    cursor: pointer; }

figure {
  margin: 0px; }

blockquote {
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 0px;
  display: block;
  font-size: 1.7rem;
  text-align: center;
  padding: 10px 100px;
  margin: 20px 0px; }
  @media only screen and (max-width: 767px) {
    blockquote {
      padding: 10px 30px; } }
  blockquote p {
    display: inline-block;
    margin: 0px;
    font-size: 1.9rem; }
    blockquote p:before {
      content: '»';
      font-size: 1.7rem;
      margin-right: 10px; }
    blockquote p:after {
      content: '«';
      font-size: 1.7rem;
      margin-left: 10px; }
  blockquote.green {
    border-color: #a9c215;
    color: #507223; }
  blockquote.orange {
    border-color: #d77e16;
    color: #d26c1a; }
  blockquote.brown {
    border-color: #b08802;
    color: #906011; }

hr {
  border: none;
  border-top: 1px solid #000;
  width: 100%; }

/* clear */
.cleared:before,
.cleared:after {
  content: ' ';
  display: table; }

.cleared:after {
  clear: both; }

.cleared {
  *zoom: 1; }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: .7; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: .7; } }
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 0px 40px 20px 0; }

a img {
  display: block; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 0px 40px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.post-edit-link {
  padding: 5px 10px 6px;
  border-radius: 5px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background: #000;
  display: inline-block;
  margin: 20px 0px;
  -webkit-transition: background 150ms;
  transition: background 150ms;
  position: fixed;
  bottom: 30px;
  right: 30px;
  margin: 0px; }
  .post-edit-link:hover {
    background: #EF3030;
    color: #fff; }

.header {
  height: 450px;
  position: relative;
  overflow: hidden; }
  .header .metaslider-167 {
    position: absolute;
    height: 550px;
    overflow: hidden;
    min-width: 1500px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .header .wrapper {
    padding-top: 30px; }
  .header .logo {
    margin-left: 45px;
    display: inline-block; }
  .header button.burger {
    position: absolute;
    top: 35px;
    right: 10px;
    height: 35px;
    width: 35px;
    background: url(assets/img/icons/burger.png); }
  .header button.close {
    position: absolute;
    top: 35px;
    right: 35px;
    height: 35px;
    width: 35px;
    background: url(assets/img/icons/close_button.svg); }
  @media only screen and (max-width: 1023px) {
    .header {
      height: 350px; }
      .header .wrapper {
        padding-top: 25px; }
      .header .logo {
        margin-left: 30px; }
      .header button.burger, .header button.close {
        right: 30px;
        top: 30px; } }
  @media only screen and (max-width: 767px) {
    .header .logo {
      max-width: 150px; } }
  .header nav {
    background: #fff;
    position: fixed;
    height: 100%;
    right: 0px;
    top: 0px;
    width: 300px;
    -webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
    z-index: 2;
    overflow-y: auto; }
    .header nav.hidden {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }
    .header nav ul {
      list-style: none;
      margin-top: 110px;
      font-size: 2rem;
      font-weight: bold;
      padding: 0px 35px; }
      .header nav ul li {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px 0px;
        margin-bottom: 0px; }
        .header nav ul li:first-child {
          border-top: none; }
        .header nav ul li ul {
          margin-top: 5px;
          padding: 0px 0px 0px 7px; }
          .header nav ul li ul li {
            border-top: none; }
    @media only screen and (max-width: 1023px) {
      .header nav {
        width: 280px; }
        .header nav ul {
          padding: 0px 30px;
          margin-top: 90px; } }

main {
  background: #fff;
  padding: 0px 45px 0px;
  margin-top: -100px; }
  @media only screen and (max-width: 1023px) {
    main {
      padding: 0px 30px 0px;
      margin-top: 0px; } }
  main .kompetenz-teaser {
    background: red;
    position: relative;
    min-height: 210px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #fff;
    padding: 20px 30px; }
    main .kompetenz-teaser:hover img {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
    main .kompetenz-teaser .left {
      float: left; }
      main .kompetenz-teaser .left ul {
        padding: 0px 0px 0px 20px;
        margin: 10px 0px; }
        main .kompetenz-teaser .left ul li {
          margin-bottom: 5px; }
    main .kompetenz-teaser .right {
      float: right; }
    main .kompetenz-teaser img {
      margin: 0px;
      height: 300px;
      position: absolute;
      right: 0px;
      top: -50px;
      width: auto;
      -webkit-transition: 250ms transform;
      transition: 250ms transform; }
    @media only screen and (max-width: 1023px) {
      main .kompetenz-teaser {
        margin: 20px -30px 20px; }
        main .kompetenz-teaser .left {
          width: 65%; } }
    @media only screen and (max-width: 767px) {
      main .kompetenz-teaser .left {
        width: 70%; }
      main .kompetenz-teaser .right img {
        right: -120px; } }
    @media only screen and (max-width: 540px) {
      main .kompetenz-teaser .left {
        width: 90%; }
      main .kompetenz-teaser .right img {
        right: -250px; } }
  main .project-category p:first-child {
    padding: 0px; }
  main .project-category img {
    float: left;
    margin: 0px 20px 20px 0; }
  main .project-index {
    padding: 0px;
    margin: 20px 0px 10px; }
    main .project-index li {
      float: left;
      list-style: none;
      width: 32%;
      margin-bottom: 2%;
      position: relative; }
      main .project-index li:nth-child(3n + 2) {
        margin: 0 2%; }
      main .project-index li a {
        display: block; }
        main .project-index li a figure img {
          display: block;
          height: auto; }
        main .project-index li a figure figcaption {
          display: block;
          background: rgba(0, 0, 0, 0.75);
          color: #fff;
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          font-size: 1.7rem;
          font-weight: bold;
          padding: 25px 30px; }
          main .project-index li a figure figcaption span {
            position: absolute;
            bottom: 25px;
            left: 30px; }
    main .project-index.fade-in a figure figcaption {
      opacity: 0;
      -webkit-transition: 250ms opacity;
      transition: 250ms opacity; }
    main .project-index.fade-in a:hover figcaption {
      opacity: 1; }
    main .project-index.slide-in li {
      overflow: hidden; }
    main .project-index.slide-in a figure figcaption {
      -webkit-transform: translateY(70%);
          -ms-transform: translateY(70%);
              transform: translateY(70%);
      -webkit-transition: 250ms padding, 250ms transform;
      transition: 250ms padding, 250ms transform;
      padding: 10px 30px;
      -webkit-transform: translateY(calc(100% - 70px));
          -ms-transform: translateY(calc(100% - 70px));
              transform: translateY(calc(100% - 70px)); }
    main .project-index.slide-in a:hover figcaption {
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
      padding: 25px 30px; }
    @media only screen and (max-width: 1023px) {
      main .project-index li {
        width: 49%; }
        main .project-index li:nth-child(2n + 1) {
          margin-right: 2%; }
        main .project-index li:nth-child(3n + 2) {
          margin: 0 0 2%; } }
    @media only screen and (max-width: 767px) {
      main .project-index li {
        width: 100%;
        margin: 0px 0px 20px; }
        main .project-index li:nth-child(2n + 1) {
          margin: 0px 0px 20px; }
        main .project-index li:nth-child(3n + 2) {
          margin: 0px 0px 20px; } }
  main .two-columns {
    padding: 10px 0px; }
    main .two-columns > div {
      float: left; }
      main .two-columns > div img {
        margin: 5px 0px 20px 0;
        width: 100%;
        height: auto; }
    main .two-columns .image {
      width: 30%; }
      main .two-columns .image p {
        padding: 0px; }
        main .two-columns .image p img {
          margin: 0px;
          padding: 0px; }
    main .two-columns .content {
      width: 70%;
      padding-left: 20px; }
      main .two-columns .content ul {
        margin-top: 0px;
        padding-left: 20px; }
    @media only screen and (max-width: 767px) {
      main .two-columns .image, main .two-columns .content {
        width: 100%; }
      main .two-columns .content {
        padding: 10px 0px; }
        main .two-columns .content ul {
          margin-top: 10px; } }
    main .two-columns.lofty {
      padding: 30px 0px 10px; }
  main .map-wrapper {
    padding-top: 20px; }
  main .wpgmza_map {
    float: none !important; }
  main .wpgmza_iw_marker_image {
    width: 100%; }
  main .wpgmza_iw_address {
    display: none; }
  main .wpgmza_iw_title {
    background-color: rgba(0, 0, 0, 0.5); }
  main #wpgmza_checkbox_container {
    text-align: center;
    margin: 40px 0px 0px; }
    main #wpgmza_checkbox_container label {
      display: inline-block;
      margin-bottom: 30px;
      cursor: pointer; }
      main #wpgmza_checkbox_container label input {
        display: none; }
        main #wpgmza_checkbox_container label input:checked + figure img {
          opacity: 1; }
      main #wpgmza_checkbox_container label img {
        width: 120px;
        height: 120px;
        opacity: .3;
        -webkit-transition: 250ms opacity;
        transition: 250ms opacity; }
      main #wpgmza_checkbox_container label figure {
        margin: 0px 20px; }
        main #wpgmza_checkbox_container label figure figcaption {
          font-size: 2.2rem;
          margin-top: 15px;
          line-height: 2.6rem; }
    @media only screen and (max-width: 767px) {
      main #wpgmza_checkbox_container {
        width: 320px;
        margin: 40px auto 20px; } }
  main .breadcrumbs {
    padding: 20px 0px 0px; }
    main .breadcrumbs span {
      font-size: 1.4rem;
      padding: 0px 3px 0px 4px; }
      main .breadcrumbs span:first-child {
        padding: 0px 3px 0px 0px; }

footer {
  padding: 20px 45px 40px;
  background-color: #fff; }
  footer > hr {
    margin: 0px 0px 30px;
    border-top-width: 2px; }
  footer > div {
    float: left; }
  footer > img {
    float: right; }
  footer .center {
    margin-left: 70px; }
    @media only screen and (max-width: 1023px) {
      footer .center {
        margin-left: 50px; } }
  footer .textwidget > p {
    margin: 0px; }
  @media only screen and (max-width: 1023px) {
    footer {
      padding: 0px 30px 30px; } }
  @media only screen and (max-width: 767px) {
    footer > hr {
      margin: 0px 0px 25px; }
    footer > div {
      float: none; }
    footer > img {
      float: none;
      margin-top: 10px; }
    footer .center {
      margin-left: 0px; } }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
