@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirNextLTPro-Regular.woff');
}

@font-face {
  font-family: Bembo;
  src: url('../fonts/BemboStd.woff');
  font-style: normal;
}

@font-face {
  font-family: Bembo;
  scr: url('../fonts/Bembo-ItalicOsF.otf');
  font-style: italic;
}

@-webkit-keyframes pulse{
  0%{
    -webkit-transform:scaleX(1);
    transform:scaleX(1)
  }
  50%{
    -webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)
  }
  to{
    -webkit-transform:scaleX(1);transform:scaleX(1)
  }
}

@keyframes pulse{
  0%{
    -webkit-transform:scaleX(1);
    transform:scaleX(1)
  }
  50%{
    -webkit-transform:scale3d(1.05,1.05,1.05);
    transform:scale3d(1.05,1.05,1.05)
  }
  to{
    -webkit-transform:scaleX(1);
    transform:scaleX(1)}
  }

.animate_pulse{
  -webkit-animation-name:pulse;
  animation-name:pulse;
  -webkit-animation-timing-function:ease-in-out;
  animation-timing-function:ease-in-out;
}


/*@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Medium_21eee8b02c5898ae6f1fb5239824928e.otf');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica-Neue-Italic_22501.ttf  ');
  font-style: italic;
}*/


html, body {
  color: #000;
  font-family: Bembo;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /*height: 60px;*/
  z-index: 10;
}

@media (min-width: 981px) {
  header .headerTitle h1,
  header .headerTitle p,
  header .headerBack a,
  header .headerMenu ul li a,
  header .leftHeaderMenu ul li a,
  header .backLink {
    color: #fff;
    border-color: #fff;
  }

  header .headerTitle h1:hover,
  header .headerTitle p:hover,
  header .headerBack a:hover,
  header .headerMenu ul li a:hover,
  header .leftHeaderMenu ul li a:hover,
  header .backLink:hover {
    color: #fff;
    border-color: #fff;
  }

}

/*
header.black .hoverWrapper .backArrow {
  background-image: url(img/arrowRightGray.png);
}
header.black .headerBack a {
  border-color: #fff;
}
*/



@media (max-width: 768px) {
  .showInTouch {
    display: block;
  }
  .hideInTouch {
    display: none;
  }
}

@media (max-width: 768px) {
  iframe {
    max-height: 400px!important;
  }
}


@media (max-width: 640px) {
  iframe {
    max-height: 300px!important;
  }
}

@media (max-width: 600px) {
    iframe {
    max-height: 250px!important;
  }
}


@media (max-width: 400px) {
    iframe {
    max-height: 200px!important;
  }
}

@media (min-width: 769px) {
  .showInTouch {
    display: none;
  }
  .hideInTouch {
    display: block;
  }
  .hideInDesktop {
    display: none;
  }
}

#wrapper {
  position: relative;
  min-height: 100%;
}

#wrapper.white,
footer.white {
  background-color: #fff;
}

#wrapper.red,
footer.red {
  background-color: #f00;
}

#wrapper.gray,
footer.gray {
  background-color: #f0f0f0;
}

#wrapper.black,
footer.black {
  background-color: #000;
}



html, body {
  height: 100%;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}



.page-template-page-about header {
  background: #c8dbdf;
}


iframe {
  max-width: 100%;
}

.uk-slider:not(.uk-drag) {
    -webkit-transition: -webkit-transform .9s ease-in-out;
    transition: transform .9s ease-in-out;
}

.textEntry,
.textEntry p {
  font-family: Bembo;
}

.textEntry h1,
.textEntry h2,
.textEntry h3,
.textEntry h4,
.textEntry h5,
.textEntry h6 {
  font-family: Avenir;
}

.textEntry h2 {
  font-size: 36px;
}


.uk-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.leftHeaderMenu,
.rightHeaderMenu {
  z-index: 1000;
}

.leftHeaderMenu ul {
  margin: 0;
  padding: 10px;
}

.leftHeaderMenu ul li {
  display: inline-block;
}
.leftHeaderMenu ul li a {
  display: block;
  padding: 0 5px;
  margin: 10px 5px;
  color: #000;
  text-decoration: none;
  transition: all 0.6s ease-in-out;
}

.leftHeaderMenu ul li a:hover {
  color: #c8dbdf;
  transition: all 0.6s ease-in-out;
}

.titleMenuWrapper {
  position: absolute;
  top: 0;
  left: 200px;
  right: 200px;
  width: calc(100vw - 400px);
  height: 80px;
  text-align: center;
}

@media (max-width:980px) {
  .titleMenuWrapper {
    height: auto;
    width: 100vw;
    left: 0;
    right: 0;
  }
}

.headerBack {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  display: none;
}

.single-projects .headerBack {
  display: inline-block;
}

.headerBack a {
  display: inline-block;
  margin: 0px 0 10px 0;
  color: #000;
  transition: all 0.6s ease-in-out;
  padding: 7px 15px 4px 15px;
  border: 1px solid black;
}

.headerBack a:hover {
  color: #c8dbdf;
  text-decoration: none;
  border-color: #c8dbdf;
}

.headerTitle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
}

.page-template-page-about .headerTitle {
    background: #c8dbdf;
}

.page-template-page-about header {
  height: 100px;
}

@media (max-width:980px) {
  .page-template-page-about .headerTitle,
  .page-template-page-about header {
    height: 60px;
  }
}

.headerMenu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  height: 110px;
}


.headerTitle h1 {
  margin-top: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #000;
  font-family: Bembo;
}

.headerTitle p {
  margin: 0;
}

.headerMenu ul {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.headerMenu ul li {
  display: inline-block;
}

.headerMenu ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  margin: 10px 5px;
  padding: 5px 16px 0px 16px;
  text-decoration: none;
  color: #000;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.homeslider ul li h2 {
  margin-bottom: 0;
}

.homeslider ul li h2 a {
  color: #fff;
  transition: all 0.6s ease-in-out;
  font-size: 60px;
  line-height: 70px;

}

.homeslider ul li div.slideHoverWrapper {
  transition: all 0.2s ease-in-out;
  transform: translateY(0px);
}

.homeslider ul li div.slideHoverWrapper:hover {
  transform: translateY(-20px);
  transition: all 0.2s ease-in-out;

}

.homeslider ul li div.slideHoverWrapper:hover a.viewProject,
.homeslider ul li div.slideHoverWrapper:hover h2 a {
  text-decoration: none;
}



/*
.homeslider ul li a.viewProject:hover,
.homeslider ul li h2 a:hover,
*/
.headerMenu ul li a:hover {
  color: #c8dbdf;
  text-decoration: none;
  transition: all 0.6s ease-in-out;
}

.open .mobileMenu ul li a:hover {
  color: inherit;
}

@media (min-width: 981px) {
  .titleMenuWrapper:hover .headerMenu {
    display: block;
  }

  .headerMenu:hover {
    display: block;
  }

  .headerMenu:hover + .headerTitle {
    display: none;
  }

  .headerTitle:hover {
    display: none;
  }

  .headerMenu ul li a:hover {
    border: 1px solid black;
    color: #000;
  }

}

/*
.single-projects .headerTitle {
  display: none!important;
}
*/

/*
@media (min-width: 981px) {
  .single-projects .headerMenu {
    display: none!important;
  }
}
*/

.homesliderWrapper {
  /*position: absolute;
  /*width: 117.5vw;
  left: -17.5vw;*/
}


.homeslider ul li {
  /*height: 100vh;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.homeslider ul li h2 {
  /*position: absolute;*/
  /*bottom: 35px;*/
  padding-left: 10%;
  color: #fff;
  font-family: Avenir;
}

.homeslider ul li a.viewProject {
  /*position: absolute;
  bottom: 30px;*/
  padding-left: 10%;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.homeslider ul li {
  background-color: #ccc;
}

.uk-slidenav,
.prevArrow,
.backLink,
.backArrow {
  display: none!important;
}

.uk-slidenav-previous,
.uk-slidenav-next {
  /*font-size: 24px;
  position: absolute;
  bottom: 30px;
  display: block;
  width: 40px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 10px);*/
}

.uk-slidenav-previous:focus,
.uk-slidenav-previous:active,
.uk-slidenav-previous,
.uk-slidenav-next:focus,
.uk-slidenav-next:active,
.uk-slidenav-next {
  display: block;
  position: fixed;
  top: 15px;
  width: 55px;
  z-index: 100;
  color: #000;
  text-decoration: none;
  line-height: 17px;
  font-size: 14px;
  background-size: 25px 8px;
  height: 20px;
  vertical-align: middle;
  transition: all 0.6s ease-in-out;
  background-repeat: no-repeat;
}

.uk-slidenav-next {
  right: 15px;
  background-image: url('img/backArrow.png');
  background-position: right center;
  padding-right: 30px;
}

.uk-slidenav-previous {
  right: 101px;
  background-image: url('img/prevArrow.png');
  background-position: left center;
  padding-left: 30px;
}

.uk-slidenav-previous:hover {
  background-image: url('img/arrowLeftGray.png');
  color: #c8dbdf;
}

.uk-slidenav-next:hover {
  background-image: url('img/arrowRightGray.png');
  color: #c8dbdf;
}




.uk-slidenav-previous {
  /*left: calc(17.5vw + 50px);*/
  /*left: 60px;
  background-image: url('img/arrowLeft.png');
  background-position: right center;*/
}

.uk-slidenav-previous:hover {
  /*background-image: url('img/arrowLeftGray.png');
  transition: all 0.6s ease-in-out;*/
}

.uk-slidenav-next {
/*  right: 60px;
  font-size: 24px;
  background-image: url('img/arrowRight.png');
  background-position: left center;*/
}

.uk-slidenav-next:hover {
  /*background-image: url('img/arrowRightGray.png');
  transition: all 0.6s ease-in-out;*/
}

.uk-slidenav-previous:before,
.uk-slidenav-next:before {
  content: '';
}

.videoSlide video {
  /*width: 100%;*/
}

.projectLink {
  padding-left: 60px;
  margin-top: 5px;
  text-transform: uppercase;
}

.moduleMarginTop {
  margin-top: 150px;
}

.containerImageModule .uk-grid > * {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.containerImageModule img {
  width: 100%;
  height: auto;
}

.singleProjectBottomSpacer {
  height: 150px;
}

.mobileMenu {
  display: none;
}

.hamburgerIcon {
  display: none;
}

.copyrightHeader {
  font-size: 9px;
}

@media(max-width: 980px) {

  .uk-width-large-2-4 {
    width: 100%;
  }

  header {
    height: 60px;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
  }

  .open header {
    background: #fff;
  }

  .hideInMobile {display: none;}

  .headerTitle {
    height: 50px;
  }

  .headerTitle h1 {
    font-size: 18px;
    margin-top:12px;
    margin-bottom:0;
    line-height: 24px;
  }

  .headerTitle p {
    font-size: 11px;
    margin-top: 0;
  }

  .hamburgerIcon {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../img/hamburger_icn.png') no-repeat center center;
    display: block;
    width: 50px;
    height: 40px;
    cursor: pointer;
    z-index: 10000;
  }

  .mobileMenu {
    position: absolute;
    left: 0;
    right: 0;
  }

  .headerMenu {
    opacity: 0;
  }

  .open .headerMenu {
    display: block;
    top: 60px;
    opacity: 1;
  }

  .open .headerMenu,
  .open .headerMenu ul,
  .open .headerTitle,
  .open .mobileMenu {
    background: #fff;
  }

  .page-template-page-about.open .headerMenu,
  .page-template-page-about.open .headerMenu ul,
  .page-template-page-about.open .headerTitle,
  .page-template-page-about.open .mobileMenu {
    background: #c8dbdf;
  }

  .page-template-page-about.open .aboutWrapper {
    margin-top: 255px;
  }

  .headerMenu ul li {
    display: block;
  }

  .headerMenu ul li a {
    margin-top: 0;
    margin-bottom: 0;
  }

  .open .mobileMenu {
    display: block;
    top: 170px;
    width: 100%;
    padding-bottom: 15px;
  }

  .open .mobileMenu ul {
    padding: 0;
    margin-bottom: 0;
  }

  .open .mobileMenu ul li {
    display: inline-block;
  }

  .open .mobileMenu ul li a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 0 5px;
    line-height: 60px;
    font-size: 18px;
  }

  .open .singleProjectWrapper,
  .open .homesliderWrapper,
  .open .homesliderWrapperMobile {
    margin-top: 255px;
    /*transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;*/
  }

  .open .mobileMenu {
    display: block;
  }

  .rightHeaderMenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
  }

  .containerImageModule .uk-grid > * {
    display: initial;
    justify-content: initial;
    flex-direction: initial;
    margin-bottom: 50px
  }

}

.copyrightFooter {
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  padding-bottom: 0px;
}


html.page-about {
  background: #c8dbdf;
}

.page-template-page-about {
  /*padding-top: 100px;*/
  background: #c8dbdf;
  height: 100%;
  min-height: 100vh;
}

.page-template-page-about .entry {
  padding-bottom: 10px;
}

.addressColumn {
  padding-bottom: 10px;
}

.addressColumn,
.page-template-page-about .entry p,
.page-template-page-about .clients p {
  font-size: 18px;
  line-height: 21px;
}

@media (max-width: 980px) {
 .page-template-page-about .open header {
  background: #c8dbdf;
 }
}

.page-template-page-about .newsletter {
  padding-bottom: 20px;
}

.page-template-page-about .newsletter h2 {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 21px;
  font-family: Avenir;
}

.page-template-page-about .newsletter h2 a:hover {
  color: white;
}

.socialLinks {
  padding-bottom: 40px;
  line-height: 21px;
}

.socialLinks a {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 21px;
  font-family: Avenir;
  text-decoration: none;
  color: #000;
}

.socialLinks a:hover {
  color: white;
}

.backLink {
  color: #000;
  text-decoration: none;
  line-height: 10px;
  z-index: 200;
}

.backLink:hover {
  text-decoration: none;
  color: #000;
}

.prevArrow {
  display: inline-block;
  margin-top: 20px;
  background: url('img/prevArrow.png') no-repeat center center;
  width: 25px;
  height: 10px;
  background-size: contain;
  margin-bottom: -2px;
  z-index: 200;
}

.slideHoverWrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.hoverWrapper:hover .prevArrow {
  background-image: url('img/arrowLeftGray.png');
  transition: all 0.6s ease-in-out;
}

.backArrow {
  display: inline-block;
  margin-top: 20px;
  background: url('img/backArrow.png') no-repeat center center;
  width: 25px;
  height: 10px;
  background-size: contain;
  margin-bottom: -2px;
  z-index: 200;
}

.hoverWrapper:hover .backArrow {
  background-image: url('img/arrowRightGray.png');
  transition: all 0.6s ease-in-out;
}

.hoverWrapper:hover .backLink {
  color: #c8dbdf;
  transition: all 0.6s ease-in-out;
}

/*
header.uk-active .uk-grid {
  background: #fff;
  min-height: 60px;
}*/

@media(max-width: 479px) {
  .backLink {display: none;}

  /*.mobileMenu ul li:nth-child(3) a {
    line-height: 21px;
    padding-bottom: 12px;
  }*/
}

.page-template-page-about header.uk-active .uk-grid {
  background: #c8dbdf;
}

.page-template-page-home footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.archive footer .copyrightFooter,
.page-template-page-home footer .copyrightFooter {
  padding-bottom: 0;
  line-height: 30px;
  color: #fff;
  display: none;
}

.ContentModule {
  position: fixed;
  bottom: 15px;
  left: 0px;
  right: 0px;
  z-index: 11;
}

.homesliderWrapperMobile {
  display: none;
}

@media (min-width: 601px) and (max-width: 768px) {
   .videoSlideTablet {
    display: none;
   }
}

@media(max-width: 600px) {
  .homesliderWrapperMobile {
    display:block;
    margin-top: 100px;
  }
  .homesliderWrapper {
    display: none;
  }

  .homesliderWrapperMobile li {
    margin-bottom: 40px;
  }

  .homesliderWrapperMobile h2 {
    margin-top: 10px;
    padding-left: 30px;
    margin-bottom: 0;
  }

  .homesliderWrapperMobile h2 a {
    display: block;
  }

/*  .homesliderWrapperMobile h2 a br {
    display: inline;
  }*/

  .homesliderWrapperMobile a {
    color: #000;
  }
  .homesliderWrapperMobile ul li a {
    transition: all 0.6s ease-in-out;
  }
  .homesliderWrapperMobile ul li .liHoverWrapper:hover a {
    color: #c8dbdf!important;
    text-decoration: none;
    transition: all 0.6s ease-in-out;
  }
  .homesliderWrapperMobile p.projectLink {
    padding-left: 50px;
  }

}

.homesliderWrapperMobile ul li video {
  width: 100%;
  top: initial;
  left: initial;
  height: auto;
  transform: initial;
}



.caption {
  padding: 15px 0;
  text-align: center;
}

.aboutWrapper {
  padding-top: 100px;
}

.page-template-page-about input[type="email"],
.page-template-page-about input[type="text"] {
  margin-top: 5px;
  background: transparent;
  -webkit-appearance: none;
  border: 1px solid black;
  line-height: 24px;
  padding: 0 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.page-template-page-about input[type="submit"] {
  margin-top: 5px;
  -webkit-appearance: none;
  border: 1px solid black;
  background: transparent;
  height: 26px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#mc_embed_signup div.mce_inline_error {
  margin-top: 5px;
  background: transparent!important;
  color: #6B0505!important;
}

div.response {
  margin-top: 5px;
}


.page-template-page-about input[type="email"]:focus,
.page-template-page-about input[type="text"]:focus,
.page-template-page-about input[type="submit"]:focus {
  outline: 0;
}

.page-template-page-about input[type="submit"]:hover,
.page-template-page-about input[type="submit"]:focus {
  background: black;
  color: #c8dbdf;
  cursor: pointer;
}

.slidenav-invisible-left {
  position: absolute;
  display: block;
  height: calc(60vh);
  top: 20vh;
  left: 0;
  width: 150px;
  /*cursor: w-resize;
  cursor: url('img/left.cur'), url('img/left.png'), w-resize;*/
}

.slidenav-invisible-right {
  position: absolute;
  display: block;
  height: calc(60vh);
  top: 20vh;
  right: 0;
  width: 150px;
  /*cursor: e-resize;
  cursor: url('img/right.cur'), url('img/right.png'), e-resize;*/
}

span.phoneLinks a {
  text-decoration: none;
  color: #000;
}

.slick-prev {
  left: 25px;
  z-index: 1000;
}

.slick-next {
  right: 15px;
  z-index: 1000;
}

.SliderModule .slider .slick-prev,
.SliderModule .slider .slick-next {
  position: absolute;
  cursor: pointer;
  -webkit-transform: initial;
  transform: initial;
  -ms-transform: initial;
  height: initial;
}

.SliderModule .slider .slick-prev {
  left: 0;
  top: 0;
  bottom: 0;
  width: 33%;
  cursor: url('/wp-content/themes/marcusgaab/css/img/left.cur'), url('/wp-content/themes/marcusgaab/css/img/left.png'), w-resize;
}

.SliderModule .slider .slick-prev:before {
  display: none;
}

.SliderModule .slider .slick-next {
  right: 0;
  top: 0;
  bottom: 0;
  width: 33%;
  cursor: url('/wp-content/themes/marcusgaab/css/img/right.cur'), url('/wp-content/themes/marcusgaab/css/img/right.png'), w-resize;
}

.SliderModule .slider .slick-next:before {
  display: none;
}

.SliderModule .slider .slick-slide {
  text-align: center;
}

.SliderModule .slider .slick-slide img {
  margin: 0 auto;
}


.image-slide-anchor {
  display: block;
  height: 100vh;
  width: 100%;
}

.uk-cover-object {
  object-fit: cover;
}

.video-ratio-wrapper {
  position: relative;
  padding:56.25% 0 0 0;
}

.video-ratio-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.video-embed-module {
  margin-top: 50px;
}

/* new hamburger menu */


.page-template-page-new-home #wrapper {
  margin-top: 90px;
}

.hamburger-underlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 99;
  cursor: pointer;
}

body.open .hamburger-underlay {
  display: block!important;
}

header.hamburger-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background-color: #fff;
}

@media screen and (max-width: 499px) {
  header.hamburger-header .uk-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

header.hamburger-header .header-wrapper {
  position: relative;
}

header.hamburger-header .header-wrapper .hamburger-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 35px;
  top: 20px;
  cursor: pointer;
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url('../img/hamburger-black.svg');
}

header.hamburger-header .header-wrapper .hamburger-icon:hover {

  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;

  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);

  -webkit-animation-name:pulse;
  animation-name:pulse;
  -webkit-animation-timing-function:ease-in-out;
  animation-timing-function:ease-in-out;
}


header.hamburger-header .header-wrapper .marcusgaab-logo {
  position: absolute;
  left: calc(50% - 130px);
  top: 20px;
  width: 300px;
}

header.hamburger-header .header-wrapper .marcusgaab-logo:hover {
  text-decoration: none;
}


@media screen and (max-width: 499px) {
  header.hamburger-header .header-wrapper .marcusgaab-logo {
    width: 250px;
    left: calc(50% - 115px);
    top: 20px;
  }
}

header.hamburger-header .header-wrapper .marcusgaab-logo div.big-text {
  font-family: Bembo;
  font-size: 36px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 499px) {
  header.hamburger-header .header-wrapper .marcusgaab-logo div.big-text {
    font-size: 30px;
  }
}

header.hamburger-header .header-wrapper .marcusgaab-logo div.small-text {
  font-family: Bembo;
  font-size: 16px;
  line-height: 1;
  color: #000;
  text-align: center;
}

header.hamburger-header .header-wrapper .marcusgaab-logo:hover div.small-text,
header.hamburger-header .header-wrapper .marcusgaab-logo:hover div.big-text {
  text-decoration: none;
}

header.hamburger-header .header-wrapper .instagram-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0px;
  top: 20px;
  cursor: pointer;
  background-position: right center;
  background-size: 30px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url('../img/instagram-black.svg');
}

@media screen and (max-width: 499px) {
  header.hamburger-header .header-wrapper .hamburger-icon {
    left: 25px;
    top: 5px;
    background-size: 30px;
  }
  header.hamburger-header .header-wrapper .instagram-icon {
    right: 5px;
    top: 5px;
    background-size: 20px;
  }
}

.hamburger-menu {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}

@media screen and (max-width: 499px) {
  .hamburger-menu {
    bottom: 0;
    overflow-y: scroll;
  }
  .hamburger-menu .uk-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.open .hamburger-menu {
  display: block;
}

.hamburger-menu ul.menu {
  padding-left: 0;
  margin-top: 15px;
  width: 100%;
  max-width: 220px;
}

.hamburger-menu ul.menu li a {
  color: #fff;
}

.hamburger-menu .hamburger-wrapper {
  display: flex;
  justify-content: flex-start;
  position: relative;
}

@media screen and (max-width: 991px) {
  .hamburger-menu .hamburger-wrapper {
    flex-wrap: wrap;
  }
}

.hamburger-menu .hamburger-wrapper .hamburger-close {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 35px;
  top: 20px;
  cursor: pointer;
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url('../img/close-button.svg');

}

@media screen and (max-width: 991px) {
  .hamburger-menu .hamburger-wrapper .hamburger-close {
    left: 25px;
    top: 15px;
  }
}

@media screen and (max-width: 499px) {
  .hamburger-menu .hamburger-wrapper .hamburger-close {
    background-size: 30px;
    top: 15px;
  }
}


.hamburger-menu .hamburger-column-left,
.hamburger-menu .hamburger-column-middle,
.hamburger-menu .hamburger-column-right {
  padding-top: 30px;
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .hamburger-menu .hamburger-column-left,
  .hamburger-menu .hamburger-column-middle,
  .hamburger-menu .hamburger-column-right {
    padding-top: 90px;
  }
}

.hamburger-menu .hamburger-column-left {
  width: 450px;
  padding-left: 100px;
}

@media screen and (max-width: 1199px) {
  .hamburger-menu .hamburger-column-left {
    padding-left: 70px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .hamburger-menu .hamburger-column-left {
    padding-left: 0px;
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .hamburger-menu .hamburger-column-left {
    width: 100%;
  }
}



.hamburger-menu .hamburger-column-left ul.menu li a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
}

.hamburger-menu .hamburger-column-middle {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .hamburger-menu .hamburger-column-middle {
    width: 60%;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hamburger-menu .hamburger-column-middle {
    width: 100%;
    padding-top: 0px;
  }
}

.hamburger-menu .hamburger-column-middle .hamburger-client-columns {
  display: flex;
  /*max-width: 400px;*/
}

@media screen and (max-width: 529px) {
  .hamburger-menu .hamburger-column-middle .hamburger-client-columns {
    max-width: initial;
  }
}


.hamburger-menu .hamburger-column-middle .hamburger-client-columns ul.menu li a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  display: block;
  text-decoration: none;
  line-height: 1.2;
}

.hamburger-menu .hamburger-column-middle .hamburger-client-columns ul.menu li.empty a,
.hamburger-menu .hamburger-column-left ul.menu li.empty a {
  color: #555;
  cursor: default;
}

.hamburger-menu .hamburger-column-middle ul.menu {
  padding-right: 10px;
}

.hamburger-menu .hamburger-column-middle .hamburger-headline a.about-link {
  float: right;
}

.hamburger-menu .hamburger-column-right {
  width: 200px;
}

@media screen and (max-width: 991px) {
  .hamburger-menu .hamburger-column-right {
    width: auto;
    padding-top: 0px;
  }
}

.hamburger-menu .hamburger-headline {
  cursor: default;
}

.hamburger-menu .hamburger-headline,
.hamburger-menu .hamburger-headline a {
  font-family: Bembo;
  color: #fff;
  font-style: italic;
  text-decoration: none;
}

/*.page-template-page-new-home header.hamburger-header .header-wrapper .marcusgaab-logo div.big-text,
.page-template-page-new-home header.hamburger-header .header-wrapper .marcusgaab-logo div.small-text {
  color: #fff;
}*/

/* end new hamburger menu */

/* start new footer */

footer.footer-wrapper {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

footer.footer-wrapper address {
  font-family: Bembo;
  font-size: 16px;
  color: #fff;
  line-height: 1.1
}

footer.footer-wrapper address a {
  color: #fff;
  text-decoration: none;
  font-style: italic;
}

footer.footer-wrapper .copyright-notice {
  font-family: Bembo;
  font-size: 14px;
  font-style: italic;
  color: #fff;
}

footer.footer-wrapper .copyright-notice a {
  color: #fff;
  text-decoration: none;
  font-style: italic;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 20px;
}

/* end new footer */

/* new start page */

.start-page .coverImageModule a {
  text-decoration: none;
}

.start-page .coverImageModule .uk-width-medium-1-2 {
  padding-left: 0;
}

.start-page .coverImageModule .uk-cover {
  position: relative;
}

.start-page .coverImageModule.coverImageModule2 .uk-cover {
  position: initial;
}

.start-page .coverImageModule .uk-cover .caption-wrapper {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.start-page .coverImageModule.coverImageModule2 .uk-cover .caption-wrapper {
  position: initial;
  bottom: initial;
  left: initial;
  right: initial;
}


.start-page .coverImageModule .uk-cover .caption-wrapper .caption-headline {
  text-align: center;
  color: #fff;
  font-size: 80px;
  line-height: 1;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  height: auto;
}

.start-page .coverImageModule.coverImageModule2 .uk-cover .caption-wrapper .caption-headline {
  font-size: 32px;
  color: #000;
  margin-top: 16px;
  line-height: 1;
}


.start-page .coverImageModule .uk-cover .caption-wrapper .caption-text {
  text-align: center;
  color: #fff;
  margin-top: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 24px;
}

.start-page .coverImageModule.coverImageModule2 .uk-cover .caption-wrapper .caption-text {
  font-size: 18px;
  color: #000;
}

.start-page .coverImageModule .uk-width-medium-1-2 {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .start-page .containerImageModule {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .start-page .containerImageModule .imageModuleWrapper {
    margin-bottom: 0;
  }
}

.start-page .containerImageModule.moduleMarginTop {
  margin-top: 60px;
}


.start-page .containerImageModule .imageModuleWrapper {
  /*position: relative;*/
}

.start-page .containerImageModule .imageModuleWrapper a {
  text-decoration: none;
}

.start-page .containerImageModule .imageModuleWrapper .caption-wrapper {
  /*position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;*/
}

.start-page .containerImageModule .imageModuleWrapper .caption-wrapper .caption-headline {
  text-align: center;
  color: #000;
  font-size: 32px;
  line-height: 1;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 16px;
  margin-bottom: 0;
  height: auto;
}

.start-page .containerImageModule .imageModuleWrapper .caption-wrapper .caption-text {
  text-align: center;
  color: #000;
  margin-top: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 24px;
}



.start-page .coverImageModule .uk-cover .caption-wysiwyg p {
  color: #fff;
}

.start-page .coverImageModule .uk-cover .caption-wysiwyg i,
.start-page .coverImageModule .uk-cover .caption-wysiwyg em {
  color: #fff;
  font-style: italic;
}

/* end new start page */

/* new category page */
/*
.category header.hamburger-header .header-wrapper .hamburger-icon {
  background-image: url('../img/hamburger-black.svg')
}

.category header.hamburger-header .header-wrapper .instagram-icon {
  background-image: url('../img/instagram-black.svg')
}

.category header.hamburger-header .header-wrapper .marcusgaab-logo div.big-text,
.category header.hamburger-header .header-wrapper .marcusgaab-logo div.small-text {
  color: #000;
}*/

.category-header {}

.category-header h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 150px;
  margin-bottom: 50px!important;
  text-align: center;
  font-size: 80px;
  line-height: 1.5;
  text-transform: uppercase;
}

.category-content {}

.category-content .category-tile {
  margin-bottom: 20px;
}

.category-content .category-tile a {
  text-decoration: none;
}

.category-content .category-tile .category-thumb {
  background-size: cover;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  background-position: center center;
  background-repeat: no-repeat;
}

.category-content .category-tile .category-caption {
  text-decoration: none;
}

.category-content .category-tile .category-caption h2 {
  text-align: center;
  margin-top: 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-decoration: none;

}

.category-content .category-tile .category-caption .excerpt p {
  text-align: center;
  font-style: italic;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #000;
}

.category-content .pagination-wrapper {
  text-align: right;
  padding-top: 40px;
  padding-bottom: 40px;
}

.category-content .pagination-wrapper span.pages {
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  cursor: default;
}

.category-content .pagination-wrapper nav {
  padding-left: 20px;
  display: inline;
}

.category-content .pagination-wrapper nav .nav-links {
  display: inline;
}

.category-content .pagination-wrapper nav .nav-links .page-numbers {
  color: #b7b3b2;
  text-decoration: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.category-content .pagination-wrapper nav .nav-links .page-numbers:hover,
.category-content .pagination-wrapper nav .nav-links .page-numbers.prev,
.category-content .pagination-wrapper nav .nav-links .page-numbers.next,
.category-content .pagination-wrapper nav .nav-links .page-numbers.current {
  color: #000;
}

/* end new category page */
