html.jsActivated,
html.jsActivated body {
  overflow: hidden; }

html.jsActivated .section {
  position: fixed; }

html {
  font-size: 18px; }

@media screen and (max-width: 640px) {
  html {
    _font-size: 3.6vw; } }

#cloneModels {
  display: none; }

.scrollAnchor {
  position: absolute;
  top: -5.85em;
  left: 0; }

/* GENERIC */
.sectionSeparator {
  position: relative;
  overflow: hidden; }
  .sectionSeparator .inlinecms-widget img {
    width: 100%;
    top: 50%;
    transform: translateY(-25%);
    position: relative; }
  .sectionSeparator .backgroundCover,
  .sectionSeparator .colorOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; }

.maxWidth {
  margin: auto;
  padding: 0 2em;
  max-width: 1280px;
  z-index: 1; }
  @media (min-width: 921px) {
    .maxWidth {
      padding: 0 4em; } }
html, body {
  height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  font-family: "noto sans", "verdana", sans-serif;
  background-color: black;
  color: white; }

body {
  max-width: 1440px;
  margin: auto; }
  @media screen and (max-width: 500px) {
    body {
      font-size: 3.6vw; } }
h2 {
  font-size: 1.5em;
  margin: 2em/1.5 0;
  clear: both; }

h3 {
  font-size: 1.3em;
  font-weight: normal;
  margin: 0.8em 0 0.4em 0;
  clear: both; }

nav {
  background-color: black;
  color: white; }
  nav a {
    color: white;
    text-decoration: none; }
  nav.topMenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 1.25em 0;
    line-height: 1.2em;
    font-style: italic; }
    html.ccm-toolbar-visible nav.topMenu {
      margin-top: 48px; }
    nav.topMenu ul {
      font-size: 1.25em;
      margin: 0;
      padding: 0 1em;
      list-style: none;
      display: inline; }
      nav.topMenu ul:first-of-type {
        _padding-left: 0; }
      nav.topMenu ul li {
        display: inline;
        padding: 0 0.3em; }
      nav.topMenu ul.topMenu_logo li {
        position: relative; }
        nav.topMenu ul.topMenu_logo li a {
          display: inline-block;
          line-height: 0; }
          nav.topMenu ul.topMenu_logo li a img {
            position: absolute;
            width: auto;
            display: inline; }
          nav.topMenu ul.topMenu_logo li a img:first-of-type {
            height: 0.8em;
            top: 0.3em; }
          nav.topMenu ul.topMenu_logo li a img:last-of-type {
            height: 1.2em;
            top: 0.1em; }
      nav.topMenu ul.topMenu_items li:hover {
        text-decoration: underline; }
      nav.topMenu ul.topMenu_socialMedia {
        opacity: 0.9; }
        nav.topMenu ul.topMenu_socialMedia li {
          width: 1em !important; }
      nav.topMenu ul.topMenu_mobile {
        float: right;
        cursor: pointer; }
        nav.topMenu ul.topMenu_mobile li {
          width: 1em !important; }
      @media (max-width: 800px) {
        nav.topMenu ul.topMenu_socialMedia {
          display: none; }
        nav.topMenu ul.topMenu_items {
          display: block;
          max-height: 0;
          overflow: hidden;
          transition: max-height 1s; }
          nav.topMenu ul.topMenu_items li {
            display: block;
            text-align: center;
            padding: 0.71em 0.3em; }
            nav.topMenu ul.topMenu_items li:first-of-type {
              padding-top: 2em; }
            nav.topMenu ul.topMenu_items li:last-of-type {
              padding-bottom: 2em; }
          nav.topMenu ul.topMenu_items.topMenu_itemsActive {
            max-height: 17em; }
        nav.topMenu ul.topMenu_logo img:first-of-type {
          display: none; } }
      @media (min-width: 801px) {
        nav.topMenu ul.topMenu_mobile {
          display: none; }
        nav.topMenu ul.topMenu_logo img:last-of-type {
          display: none; } }
  nav.bottomMenu {
    position: relative;
    padding: 1em 0 2em 0;
    font-size: 1.25em;
    line-height: 1.2em;
    font-style: italic; }
    nav.bottomMenu ul.bottomMenu_items {
      margin: 0;
      padding: 0.5em 1em;
      list-style: none; }
      nav.bottomMenu ul.bottomMenu_items li {
        display: inline;
        padding: 0.3em; }
        @media (min-width: 801px) {
          nav.bottomMenu ul.bottomMenu_items li {
            display: inline; } }
        nav.bottomMenu ul.bottomMenu_items li a:hover {
          text-decoration: underline; }
    nav.bottomMenu a#edit {
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 4em;
      height: 4em;
      cursor: default; }

.sectionSeparator.fullscreenSeparator {
  height: 100vh; }

.sectionSeparator.largeSeparator {
  height: 38.2vh; }

.sectionSeparator.mediumSeparator {
  height: 23.6076vh; }

.sectionSeparator.smallSeparator {
  height: 14.5924vh; }

.sectionSeparator.frontCoverImg .backgroundCover {
  background-image: url("../img/backgrounds/frontCover.jpg");
  background-position: center right;
  background-size: cover;
  background-attachment: scroll; }

.sectionSeparator .backgroundCover {
  background-size: cover;
  background-position: 50% 50%; }
  @media (max-height: 1024px) {
    .sectionSeparator .backgroundCover {
      background-attachment: fixed; } }
.sectionSeparator .colorOverlay {
  box-shadow: 0 30px 30px inset rgba(0, 0, 0, 0.25), 0 -30px 30px inset rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.2); }

.sectionSeparator .maxWidth {
  position: relative;
  padding-top: 3.7em;
  height: calc(100% - 3.7em); }
  .sectionSeparator .maxWidth .verticalCenter {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1.5em;
    color: white;
    text-shadow: 0 0 3px black; }

#intro.sectionSeparator * {
  text-decoration: none; }

#intro.sectionSeparator .colorOverlay {
  box-shadow: none;
  background-color: transparent; }

@media (min-width: 501px) {
  #intro.sectionSeparator .maxWidth .introSection_menu {
    right: 11%;
    min-width: 13em; }
    #intro.sectionSeparator .maxWidth .introSection_menu .introSection_menuItem {
      margin: 4vh !important; } }

#intro.sectionSeparator .maxWidth .introSection_menu .introSection_menuItem {
  font-weight: bold;
  font-size: 1em;
  margin: 4vw; }

@media (max-width: 920px) {
  #intro.sectionSeparator .maxWidth .introSection_logo {
    display: none; } }

#intro.sectionSeparator .maxWidth .introSection_menuItem:last-of-type {
  display: inline-block; }
  @media (min-width: 921px) {
    #intro.sectionSeparator .maxWidth .introSection_menuItem:last-of-type {
      display: none; } }
#intro.sectionSeparator .maxWidth .introSection_menuItem:last-of-type span, #intro.sectionSeparator .maxWidth .introSection_logo span {
  border: 1px solid white;
  display: block;
  text-decoration: none;
  line-height: 0;
  padding: 2px;
  width: 85%; }
  @media (min-width: 501px) {
    #intro.sectionSeparator .maxWidth .introSection_menuItem:last-of-type span, #intro.sectionSeparator .maxWidth .introSection_logo span {
      width: 300px; } }
  #intro.sectionSeparator .maxWidth .introSection_menuItem:last-of-type span img, #intro.sectionSeparator .maxWidth .introSection_logo span img {
    width: 100%; }

#aktuell_ueberuns.sectionSeparator .backgroundCover {
  background-image: url("../img/backgrounds/separator__aktuell_ueberuns.jpg"); }

#ueberuns_projekte.sectionSeparator .backgroundCover {
  background-image: url("../img/backgrounds/separator__ueberuns_projekte.jpg"); }

#projekte_kontakt.sectionSeparator .backgroundCover {
  background-image: url("../img/backgrounds/separator__projekte_kontakt.jpg"); }

.section {
  _margin-top: -20vh;
  _padding-top: 20vh;
  background-color: #f0f0f0;
  color: #222; }
  .section .section_content {
    max-width: 900px; }
    .section .section_content img {
      max-width: 100%; }
  #projekte.section img, #projekte.section div.projectSection_item_textInside {
    box-sizing: border-box;
    margin: 0 1em 1em 0;
    width: calc(100% - 2em); }
    @media (min-width: 801px) {
      #projekte.section img, #projekte.section div.projectSection_item_textInside {
        width: calc(50% - 2em); } }
    @media (min-width: 921px) {
      #projekte.section img, #projekte.section div.projectSection_item_textInside {
        width: calc(33% - 2em); } }
  #projekte.section div.projectSection_item_textInside div.projectSection_item_content {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 61.8%; }
    #projekte.section div.projectSection_item_textInside div.projectSection_item_content div {
      opacity: 1;
      transition: opacity 0.5s; }
    #projekte.section div.projectSection_item_textInside div.projectSection_item_content div.projectSection_item_image {
      position: absolute;
      display: table;
      width: 100%;
      height: 100%;
      background-size: cover; }
      #projekte.section div.projectSection_item_textInside div.projectSection_item_content div.projectSection_item_image div.projectSection_item_cover {
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 100%;
        top: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.8); }
      #projekte.section div.projectSection_item_textInside div.projectSection_item_content div.projectSection_item_image div.projectSection_item_text {
        position: relative;
        z-index: 2;
        display: table-cell;
        padding: 0.5em;
        box-sizing: border-box;
        height: 100%;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        color: black; }
      #projekte.section div.projectSection_item_textInside div.projectSection_item_content div.projectSection_item_image:hover div.projectSection_item_cover {
        opacity: 0; }
      #projekte.section div.projectSection_item_textInside div.projectSection_item_content div.projectSection_item_image:hover div.projectSection_item_text {
        opacity: 0; }

/*# sourceMappingURL=scss.inlineCms.css.map */