html {
  font-size: 1.5em;
  height: 100%;
}

body {
  position: relative;
  background-color: white;
  padding: 0;
  margin: 0px 0px 0px 0px;
  font-family: "DIN W01 Regular", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 24fipx;
  color: #000000;
  text-rendering: geometricPrecision;
  text-rendering: optimizeLegibility;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body #map {
  width: 98%;
  padding-bottom: 75%;
  margin: 7px;
}

@media (max-width: 743px) {
  body #map {
    padding-bottom: 90%;
  }
}

body .footer {
  height: 40px;
  clear: both;
}

body .p10 {
  width: 10%;
  float: left;
}

body .p15 {
  width: 15%;
  float: left;
}

body .p20 {
  width: 20%;
  float: left;
}

@media (max-width: 1280px) {
  body .p20 {
    width: 25%;
  }
}

@media (max-width: 985px) {
  body .p20 {
    width: 33.3%;
  }
}

@media (max-width: 743px) {
  body .p20 {
    width: 50%;
  }
}

@media (max-width: 743px) {
  body .p20 {
    width: 100%;
  }
}

body .p25 {
  width: 25%;
  float: left;
}

@media (max-width: 743px) {
  body .p25 {
    width: 50%;
  }
}

@media (max-width: 468px) {
  body .p25 {
    width: 100%;
  }
}

body .p30 {
  width: 30%;
  float: left;
}

@media (max-width: 743px) {
  body .p30 {
    width: 100%;
  }
}

@media (max-width: 468px) {
  body .p30 {
    width: 100%;
  }
}

body .p33 {
  position: relative;
  width: 33.3%;
  float: left;
}

@media (max-width: 985px) {
  body .p33 {
    width: 100%;
  }
}

@media (max-width: 743px) {
  body .p33 {
    width: 100%;
  }
}

body .p40 {
  width: 40%;
  float: left;
}

body .p50 {
  width: 50%;
  float: left;
}

@media (max-width: 743px) {
  body .p50 {
    width: 100%;
    clear: left;
  }
}

@media (max-width: 468px) {
  body .p50 {
    width: 100%;
    clear: left;
  }
}

body .p60 {
  width: 60%;
  float: left;
}

body .p66 {
  width: 66.6%;
  float: left;
  position: relative;
}

@media (max-width: 985px) {
  body .p66 {
    width: 100%;
  }
}

body .p70 {
  width: 70%;
  float: left;
}

body .p75 {
  width: 75%;
  float: left;
}

@media (max-width: 743px) {
  body .p75 {
    width: 90%;
  }
}

@media (max-width: 743px) {
  body .p75 {
    width: 95%;
  }
}

body .p80 {
  width: 80%;
  float: left;
}

body .p90 {
  width: 90%;
  float: left;
}

body .p95 {
  width: 95%;
  float: left;
}

body .p100 {
  width: 100%;
}

strong,
.bold {
  font-family: "DIN W01 Bold", sans-serif;
  font-weight: normal;
}

p {
  margin-bottom: 0em;
  padding: 7px;
  margin: 0;
}

h2 {
  font-family: "DIN W01 Bold", sans-serif;
  font-weight: normal;
  padding: 0px 7px;
  padding-top: 7px;
  margin: 0;
}

h3 {
  font-family: "DIN W01 Light", sans-serif;
  font-weight: normal;
  padding: 0px 7px;
  padding-top: 7px;
  margin: 0;
}

h3 p {
  padding: 0px;
}

.textbild h2,
.textbild h3 {
  font-size: 32px;
  line-height: 36px;
  padding-bottom: 7px;
}

a {
  text-decoration: none;
  color: #C4AB35;
}

a:visited {
  color: #C4AB35;
}

a:hover {
  color: #839639;
}

@media (max-width: 985px) {
  .textbild h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (max-width: 743px) {
  .textbild h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

.textbild h3 {
  font-family: "DIN W01 Light", sans-serif;
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 985px) {
  .textbild h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 743px) {
  .textbild h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

.main {
  padding: 0;
  margin: 0;
  margin-left: 0px;
  margin-right: auto;
  width: 1500px;
  display: block;
  overflow: hidden;
}

@media (max-width: 1500px) {
  .main {
    width: 100%;
  }
}

@media (max-width: 985px) {
  .main {
    width: 100%;
  }
}

@media (max-width: 743px) {
  .main {
    width: 100%;
  }
}

@media (max-width: 743px) {
  .main {
    width: 100%;
  }
}

.main .inner {
  padding-left: 14px;
  padding-right: 14px;
  margin-right: 0px;
  transition: margin-left 0.55s ease-in-out;
}

@media (max-width: 985px) {
  .main .inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 743px) {
  .main .inner {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.modal-main {
  width: 100%;
}

.gfa-head {
  width: 100%;
  height: 100px;
  margin-top: 26px;
  padding-bottom: 20%;
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 743px) {
  .gfa-head {
    height: 40px;
    padding-bottom: 0px;
  }
}

.gfa-head-content {
  width: 100%;
  height: 132px;
  margin-top: 26px;
  padding-bottom: 0px;
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 743px) {
  .gfa-head-content {
    margin-top: 10px;
    height: 32px;
  }
}

.gfa-head-content-layer {
  width: 100%;
  min-height: 80px;
  margin-top: 24px;
  padding-bottom: 0px;
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 743px) {
  .gfa-head-content-layer {
    margin-top: 10px;
    min-height: 30px;
  }
}

.gfa-content {
  width: 100%;
  margin-left: 0px;
  clear: both;
  content: "";
  display: table;
}

.gfa-left {
  width: 25%;
  float: left;
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 985px) {
  .gfa-left {
    width: 30%;
  }
}

@media (max-width: 743px) {
  .gfa-left {
    display: none;
  }
}

.gfa-left-spacer {
  width: 100%;
}

.gfa-right {
  background-color: white;
  float: left;
  position: relative;
  width: 75%;
  transition: margin-left 0.45s ease;
}

@media (max-width: 985px) {
  .gfa-right {
    width: 70%;
  }
}

@media (max-width: 743px) {
  .gfa-right {
    clear: left;
    width: 100%;
  }
}

@media (max-width: 743px) {
  .bauten-overview-detail {
    display: none;
  }
}

.gfa-bauten-beschrieb-small {
  padding: 10px;
  display: none;
}

@media (max-width: 743px) {
  .gfa-bauten-beschrieb-small {
    display: block;
  }
}

.gfa-trenner {
  width: 100%;
  clear: both;
  height: 0px;
  clear: both;
  content: "";
  display: table;
}

.gfa-row {
  padding-right: 20px;
  margin-bottom: 20px;
}

@media (max-width: 985px) {
  .gfa-row {
    padding-right: 0px;
  }
}

.gfa-row .text {
  padding-left: 4px;
}

.gfa-row .text a {
  color: #000000;
}

.gfa-row .text a:hover {
  color: #555555;
}

.gfa-row img {
  width: 100%;
  margin: 0px;
}

.bauten-overview {
  margin-bottom: 0px;
  padding-top: 5px;
}

@media (max-width: 985px) {

  .bauten-overview .p33,
  .bauten-overview-detail .p33 {
    width: 50%;
  }
}

@media (max-width: 743px) {

  .bauten-overview .p33,
  .bauten-overview-detail .p33 {
    width: 100%;
  }
}

.bauten-overview-detail {
  margin-bottom: 0px;
  padding-top: 5px;
}

@media (max-width: 985px) {
  .bauten-overview .p33 {
    width: 50%;
  }
}

@media (max-width: 743px) {
  .bauten-overview .p33 {
    width: 100%;
  }
}

.gfa-row-head {
  border-top: 2px dotted #777;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 743px) {
  .gfa-row-head {
    border-top: none;
  }
}

.gfa-top {
  padding: 10px;
  font-size: 22px;
  line-height: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.gfa-top-intro {
  top: 30px;
}

.logo {
  padding-top: 10px;
  position: absolute;
  width: 100%;
  text-align: center;
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 743px) {
  .logo {
    display: none;
    height: 20px;
    padding-top: 0px;
  }
}

.logo img {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 743px) {
  .logo img {
    width: 150px;
  }
}

.logo-mobile {
  top: 16px;
  left: 10px;
  position: absolute;
  width: 100%;
  text-align: center;
  clear: both;
  content: "";
  display: table;
  display: none;
}

@media (max-width: 743px) {
  .logo-mobile {
    display: block;
    height: 20px;
    padding-top: 0px;
  }
}

.logo-mobile img {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 743px) {
  .logo-mobile img {
    width: 150px;
  }
}

.logo-mobile-byline {
  top: 48px;
  left: 20%;
  position: absolute;
  width: 100%;
  z-index: 5;
  clear: both;
  content: "";
  display: table;
  display: none;
}

@media (max-width: 743px) {
  .logo-mobile-byline {
    display: block;
    height: 40px;
    padding-top: 20px;
  }
}

.logo-mobile-byline img {
  width: 98%;
}

@media (max-width: 743px) {
  .logo-mobile-byline img {
    width: 150px;
  }
}

.logo-content {
  padding-top: 10px;
  position: absolute;
  height: 30px;
  right: 30px;
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 985px) {
  .logo-content {
    height: 20px;
    padding-top: 2px;
    right: 10px;
  }
}

.logo-content img {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 743px) {
  .logo-content img {
    width: 100px;
  }
}

.logo-content-layer {
  right: 40px;
}

@media (max-width: 985px) {
  .logo-content-layer {
    right: 15px;
    padding-top: 18px;
  }
}

@media (max-width: 743px) {
  .logo-content-layer {
    right: 15px;
    padding-top: 2px;
  }
}

.gfa-top .nav {
  font-family: "DIN W01 Regular", sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #839639;
  margin-bottom: 14px;
  transition: color 0.25s ease-in-out;
}

.gfa-top .nav:hover {
  color: #C4AB35;
}

.gfa-top .navactive {
  font-family: "DIN W01 Regular", sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #C4AB35;
  margin-bottom: 14px;
}

.gfa-content-head,
.gfa-content-head-layer {
  height: 82px;
  position: relative;
  overflow: hidden;
}

.gfa-content-head .titel,
.gfa-content-head-layer .titel {
  position: absolute;
  left: 10px;
  bottom: 4px;
  font-family: "DIN W01 Regular", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

@media (max-width: 985px) {

  .gfa-content-head .titel,
  .gfa-content-head-layer .titel {
    font-size: 16px;
    line-height: 18px;
  }
}

.gfa-content-head .titel {
  line-height: 24px;
}

.gfa-content-head-layer {
  height: 72px;
  bottom: 22px;
}

@media (max-width: 985px) {
  .gfa-content-head-layer {
    height: 82px;
  }
}

@media (max-width: 743px) {
  .gfa-content-head-layer {
    height: 20px;
    bottom: 4px;
    margin-top: 10px;
  }
}

@media (max-width: 985px) {
  .gfa-content-head-layer .titel {
    margin-top: 10px;
  }
}

.titel {
  color: black;
}

.titel a {
  color: black;
}

@media (max-width: 743px) {
  .modalleft .gfa-content-head-layer .titel {
    padding-left: 30px;
    font-size: 14px;
    line-height: 16px;
  }
}

.listnav {
  position: absolute;
  right: 34px;
  bottom: 0px;
  display: none;
  cursor: pointer;
  min-width: 50px;
}

@media (max-width: 985px) {
  .listnav {
    right: 12px;
  }
}

@media (max-width: 743px) {
  .listnav {
    right: 12px;
    display: block;
  }
}

.lsnavcontainer {
  position: relative;
  right: 0px;
  width: 100%;
  height: 40px;
  overflow: hidden;
}

.lsnav {
  margin-top: 10px;
  padding-top: 0px;
  position: relative;
  opacity: 1;
  width: 24px;
  margin-left: auto;
}

.line {
  position: absolute;
  height: 1px;
  width: 100%;
  background: #999;
  border-radius: 1px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.lsnav .line:nth-child(1) {
  top: 5px;
  clear: both;
  transform-origin: left center;
}

.lsnav .line:nth-child(2) {
  top: 9px;
  clear: both;
  transform-origin: left center;
}

.lsnav .line:nth-child(3) {
  top: 13px;
  clear: both;
  transform-origin: left center;
}

.lsnav .line:nth-child(4) {
  top: 17px;
  clear: both;
  transform-origin: left center;
}

.lsnav .line:nth-child(5) {
  top: 21px;
  clear: both;
  transform-origin: left center;
}

.lineactive:nth-child(1) {
  transform: rotate(45deg);
  left: 6px !important;
  top: 3px !important;
}

.lineactive:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.lineactive:nth-child(3) {
  width: 0%;
  opacity: 0;
}

.lineactive:nth-child(4) {
  width: 0%;
  opacity: 0;
}

.lineactive:nth-child(5) {
  transform: rotate(-45deg);
  left: 6px !important;
  top: 20px !important;
}

.listnav-slides {
  position: absolute;
  right: 30px;
  bottom: 0px;
}

@media (max-width: 985px) {
  .listnav-slides {
    right: 15px;
  }
}

@media (max-width: 743px) {
  .listnav-slides {
    right: 15px;
    display: none;
  }
}

.gfa-sub {
  margin-top: 82px;
  padding: 10px;
  font-family: "DIN W01 Regular", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.5px;
  position: relative;
}

.listview {
  display: none;
  padding-left: 10px;
  padding-top: 20px;
}

.gfa-sub .nav,
.listview .nav {
  font-family: "DIN W01 Regular", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.5px;
  color: #77787D;
  margin-bottom: 8px;
  transition: color 0.25s ease-in-out;
}

.gfa-sub .nav:hover,
.listview .nav:hover {
  color: #C4AB35;
}

@media (max-width: 985px) {

  .gfa-sub .nav,
  .listview .nav {
    font-size: 14px;
    line-height: 15px;
  }
}

.gfa-sub .navactive,
.listview .navactive {
  font-family: "DIN W01 Regular", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.5px;
  color: #C4AB35;
  margin-bottom: 8px;
}

@media (max-width: 985px) {

  .gfa-sub .navactive,
  .listview .navactive {
    font-size: 14px;
    line-height: 15px;
  }
}

.projektliste-bottom {
  height: 80px;
}

.projekt-img {
  position: relative;
  width: 33.3%;
  float: left;
}

@media (max-width: 985px) {
  .projekt-img {
    width: 50%;
  }
}

@media (max-width: 743px) {
  .projekt-img {
    width: 100%;
    display: none;
  }
}

.teamimg {
  max-width: 200px;
  width: 100%;
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(150%) scale(0.2);
    opacity: 0;
  }

  70% {
    opacity: 0.8;
    transform: scale(1.04);
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes slideInFromBottom00 {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  60% {
    opacity: 0.5;
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.line-nav,
.line-nav-activ {
  height: 24px;
  border-right: 2px solid #839639;
  float: left;
  width: 16px;
  cursor: pointer;
}

@media (max-width: 985px) {

  .line-nav,
  .line-nav-activ {
    height: 18px;
    width: 12px;
  }
}

@media (max-width: 743px) {

  .line-nav,
  .line-nav-activ {
    height: 18px;
    width: 12px;
    display: none;
  }
}

.line-nav:hover,
.line-nav-activ:hover {
  border-right: 2px solid #C4AB35;
}

.line-nav-activ {
  border-right: 2px solid #C4AB35;
}

.gfa-bauten-inner-1 {
  padding-right: 8px;
}

@media (max-width: 743px) {
  .gfa-bauten-inner-1 {
    padding-right: 0px;
  }
}

.gfa-bauten-inner-2 {
  padding-left: 4px;
  padding-right: 4px;
}

@media (max-width: 743px) {
  .gfa-bauten-inner-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.gfa-bauten-inner-3 {
  padding-left: 8px;
}

@media (max-width: 743px) {
  .gfa-bauten-inner-3 {
    padding-left: 0px;
  }
}

.gfa-bauten-imglist {
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
  position: relative;
}

.gfa-bauten-imglist:hover {
  filter: grayscale(0.5);
}

.gfa-bauten-imglist:hover .imglist-overlay {
  opacity: 1;
}

.gfa-bauten-imglist:hover .imglist-img {
  opacity: 0.1;
}

.gfa-bauten-imglist .imglist-overlay {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 20px;
  bottom: 20px;
  background: none;
  opacity: 0;
  font-family: "DIN W01 Regular", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  transition: opacity 0.25s ease-in-out, filter 0.25s ease-in-out;
}

.gfa-bauten-imglist .imglist-img {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}

.gfa-bauten-beschrieb,
.gfa-bauten-beschrieb-small {
  font-family: "DIN W01 Light", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.gfa-bauten-beschrieb p,
.gfa-bauten-beschrieb-small p {
  padding: 0;
}

@media (max-width: 985px) {

  .gfa-bauten-beschrieb,
  .gfa-bauten-beschrieb-small {
    font-size: 14px;
    line-height: 18px;
  }
}

.gfa-bauten-beschrieb strong,
.gfa-bauten-beschrieb .bold,
.gfa-bauten-beschrieb-small strong,
.gfa-bauten-beschrieb-small .bold {
  font-family: "DIN W01 Regular", sans-serif;
  font-weight: normal;
}

.gfa-bauten-beschrieb-small {
  display: none;
}

@media (max-width: 743px) {
  .gfa-bauten-beschrieb-small {
    display: block;
    font-size: 16px;
    line-height: 20px;
  }
}

.gfa-bauten-img {
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 0px;
  float: left;
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}

@media (max-width: 743px) {
  .hero-content .gfa-bauten-img {
    padding-left: 0px;
    margin-right: 10px;
  }
}

.gfa-bauten-img-ratio {
  position: relative;
  top: -10%;
}

@media (max-width: 985px) {
  .gfa-bauten-img-ratio {
    top: 0;
  }
}

.imgfloatcontent {
  overflow-x: auto;
}

.gfa-projekt-hero {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 66%;
  overflow: hidden;
  margin-bottom: 0px;
  padding-left: 10px;
}

@media (max-width: 985px) {
  .gfa-projekt-hero {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 25px;
  }
}

@media (max-width: 743px) {
  .gfa-projekt-hero {
    padding-bottom: 0px;
    height: auto;
  }
}

.hero-content {
  position: absolute;
  overflow: hidden;
  top: 10px;
  bottom: 0px;
  right: 12px;
  left: 0px;
}

@media (max-width: 985px) {
  .hero-content {
    position: relative;
    padding-bottom: 0px;
    padding-right: 8px;
  }
}

@media (max-width: 743px) {
  .hero-content {
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 0px;
    height: auto;
    position: relative;
  }
}

.hero-content img {
  width: 100%;
  margin: 0px;
}

@media (max-width: 985px) {
  .hero-content img {
    left: -10px;
  }
}

.slideshow {
  cursor: pointer;
}

.modalleft {
  float: left;
  width: 45%;
  padding-top: 0px;
  padding-left: 25%;
}

@media (max-width: 985px) {
  .modalleft {
    width: 70%;
    padding-left: 0%;
  }
}

.modalright {
  float: left;
  width: 30%;
  padding-top: 5px;
}

.modalclose-x {
  display: none;
  position: fixed;
  z-index: 5;
  left: 20px;
  top: 5px;
  width: 60px;
  height: 40px;
  font-family: "DIN W01 Light", sans-serif;
  font-size: 44px;
  line-height: 44px;
  padding-top: 28px;
  cursor: pointer;
}

@media (max-width: 985px) {
  .modalclose-x {
    padding-top: 10px;
    line-height: 24px;
  }
}

@media (max-width: 743px) {
  .modalclose-x {
    padding-top: 4px;
    font-size: 28px;
  }
}

.modalcontent {
  display: table;
  width: 100%;
  border-spacing: 0px;
  border-collapse: separate;
  height: 100%;
  margin-top: -106px;
  background: #FFF;
  overflow: hidden;
}

.modalcontent-head {
  background: #FFF;
  height: 114px;
}

.modal-back {
  position: absolute;
  top: 45%;
  left: 20px;
  z-index: 10;
  cursor: pointer;
}

@media (max-width: 743px) {
  .modal-back {
    display: none;
  }
}

.modal-next {
  position: absolute;
  top: 45%;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

@media (max-width: 743px) {
  .modal-next {
    display: none;
  }
}

.gfa {
  position: relative;
  margin-bottom: 26px;
}

.gfa img {
  position: absolute;
  opacity: 0;
  width: 240px;
  height: 180px;
  right: 9px;
  top: 0px;
  transition: opacity 0.5s, top 0.5s;
  z-index: 10;
}

.gfa:hover img {
  opacity: 1;
  top: 0px;
}

@media (max-width: 743px) {
  .gfa img {
    width: 180px;
    height: auto;
  }

  .gfa:hover img {
    opacity: 1;
    top: 0px;
  }
}

.outerteam {
  position: relative;
  padding-left: 7px;
  opacity: 1;
  transition-delay: 250ms;
  transition: all 1000ms;
}

.oteam {
  opacity: 0.3;
  transition-delay: 250ms;
  transition: all 500ms;
}

.navigation {
  /* critical sizing and position styles */
  padding-top: 100px;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 12px;
  overflow: auto;
  transition: width 0.35s ease;
}

@media (max-width: 985px) {
  .navigation {
    left: 12px;
  }
}

@media (max-width: 743px) {
  .navigation {
    left: 8px;
  }
}

@media (min-width: 743px) {
  .navigation {
    display: none;
  }
}

.nav-trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

@media (min-width: 743px) {
  .nav-trigger {
    display: none;
  }
}

label[for="nav-trigger"] {
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 2;
  height: 40px;
  width: 24px;
  cursor: pointer;
}

@media (min-width: 743px) {
  label[for="nav-trigger"] {
    display: none;
  }
}

label[for="nav-trigger"] span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #999;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

label[for="nav-trigger"] span:nth-child(1) {
  top: 7px;
  transform-origin: left center;
}

label[for="nav-trigger"] span:nth-child(2) {
  top: 14px;
  transform-origin: left center;
}

label[for="nav-trigger"] span:nth-child(3) {
  top: 21px;
  transform-origin: left center;
}

.nav-trigger:checked~.navigation {
  width: 70%;
  display: block;
}

.nav-trigger:checked~* .gfa-content .gfa-right {
  margin-left: 70%;
}

.nav-trigger:checked~label[for="nav-trigger"] span:nth-child(1) {
  transform: rotate(45deg);
  left: 0px;
  top: 4px;
}

.nav-trigger:checked~label[for="nav-trigger"] span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-trigger:checked~label[for="nav-trigger"] span:nth-child(3) {
  transform: rotate(-45deg);
  left: 0px;
  top: 21px;
}

.mbody {
  position: fixed;
  overflow-y: hidden !important;
  width: 100%;
}

/* NEW */

.containeraspect {
  background-color: none;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.textaspect {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: white;
}

/*# sourceMappingURL=layout20.css.map */