/*
$font-size-smaller: .9;
$font-size-medium: 1.1;
$font-size-larger: 1.32;
$font-size-x-large: 1.5;
$font-size-xx-large: 2.2;
$font-size-xxx-large: 3.04;
*/
* {
  box-sizing: border-box;
  margin-top: 0; }

body {
  font-family: Times New Roman, Times, serif;
  margin: 0;
  padding: 0;
  font-size: 11pt;
  line-height: 15pt;
  color: #000; }

main, footer, header, aside, figure, nav {
  display: block; }

.default-page {
  margin-left: 60px;
  margin-bottom: 150px; }
  .default-page .header {
    width: 950px;
    height: 160px;
    overflow: hidden; }
    .default-page .header .logo {
      display: block;
      float: right;
      margin: 70px 0 0 0;
      background-position: 5px top; }
  .default-page .main {
    width: 950px;
    overflow: hidden; }
  .default-page .content {
    float: left;
    width: 750px;
    margin-right: 35px; }
  .default-page .main-menu {
    float: left;
    width: 165px; }

.main .csc-textpic img {
  max-width: 100%;
  height: auto; }

.start-page .main {
  position: relative;
  width: 1247px; }

.start-page .main-menu {
  width: 315px;
  position: absolute;
  right: 102px;
  top: 55px;
  padding: 15px 10px 55px 15px; }

.logo {
  background-image: url("img/gerhard_mayer.png");
  text-align: left;
  width: 170px;
  height: 30px;
  display: block;
  text-indent: -200%;
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  margin-bottom: 60px; }

figure {
  display: block;
  margin: 0; }

#footer {
  display: inline-block;
  margin-top: 30px;
  text-align: right; }
  #footer a {
    color: #000;
    text-decoration: none;
    margin-left: 30px; }
    #footer a:first-child {
      margin-left: 0; }

.main-menu {
  background-color: #fff;
  font-family: Times New Roman, Times, serif; }
  .main-menu ol, .main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .main-menu a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 3px 0px 2px 5px; }
  .main-menu .level-1 {
    text-transform: uppercase; }
    .main-menu .level-1 > li {
      text-transform: uppercase;
      letter-spacing: 2px; }
      .main-menu .level-1 > li.active > a {
        background-color: #0C202F;
        color: #fff; }
  .main-menu .level-2 {
    margin: 5px 0px 10px 0px;
    text-transform: none;
    letter-spacing: 0px; }
    .main-menu .level-2 > li > a.activesub {
      border: 3px solid #0C202F;
      padding: 1px 0 0 5px; }

/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  /* 'Shrink-wrap' the element */
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.easyzoom img {
  vertical-align: bottom; }

.easyzoom.is-loading img {
  cursor: progress; }

.easyzoom.is-ready img {
  cursor: url(cursor/zoom.png), url(cursor/zoom.cur), url(cursor/zoom.ico), url(cursor/zoom.gif), pointer; }

.easyzoom.is-error img {
  cursor: not-allowed; }

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888; }

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.project {
  margin-bottom: 35px;
  overflow: hidden; }

.project-image-wrap {
  position: relative;
  height: 130px;
  width: 100%;
  overflow: hidden;
  border: solid 10px #0C202F;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s; }
  .project-image-wrap:hover {
    border-color: #565f61; }

.project-image {
  width: 100%;
  transition: all 0.3s;
  margin-top: -13em; }

.project-details {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s;
  clear: both; }

.project-title {
  background-color: #0C202F;
  color: #fff;
  padding: 5px 8px 5px 0px;
  margin-bottom: 0;
  font-size: 10pt;
  text-align: right;
  font-weight: lighter; }

.project-description {
  max-height: 0;
  padding-right: 30px;
  padding-left: 50px;
  overflow: hidden;
  background-color: #efefef;
  line-height: 16pt;
  transition: all 0.3s; }
  .project-description.active {
    max-height: 20em;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: auto;
    border-bottom: solid 1px #0C202F; }

.project-more {
  display: block;
  border-left: 1px solid #0C202F;
  border-right: 1px solid #0C202F;
  border-bottom: 1px solid #0C202F;
  padding: 3px 0px 3px 8px;
  background-color: #FFFFFF;
  height: auto;
  color: #0c202f;
  overflow: visible;
  transition: all 0.3s; }
  .project-more:hover {
    background-color: #efefef;
    cursor: pointer; }

.project-close {
  display: block;
  padding: 3px 0px 3px 8px;
  border-style: solid;
  border-color: #0C202F;
  border-width: 0 1px 1px 1px;
  background-color: #fff;
  height: auto;
  color: #0C202F;
  overflow: hidden;
  text-indent: -200%;
  background-image: url("icons/close_arrow.png");
  background-repeat: no-repeat;
  background-position: center; }
  .project-close:hover {
    cursor: pointer; }

.project.loading .project-image-wrap:before {
  opacity: 1; }

.project.active,
.project.active .project-image-link,
.project.active .project-image-wrap,
.project.active .project-image {
  cursor: url(cursor/zoom.png), url(cursor/zoom.cur), url(cursor/zoom.ico), url(cursor/zoom.gif), pointer; }

.project.active .project-image-wrap, .project.active .project-image-wrap:hover {
  border-width: 0; }

.project.active .project-details {
  max-height: 30em;
  overflow: auto; }

.project.active .project-image {
  margin-top: 0; }

/*
@import './Original/base_screen';
@import './Original/tt_content';
*/

/* */
/*# sourceMappingURL=gerhardmayer-below.css.map */