/* Lampalzer/Oppermann  */
/* Wordpress Template by Polygon Media, Max Horejs */
/* September 2016 */
/* Aktualisierung 2020-01-25 */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700';
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  overflow-y: scroll; }

a {
  color: #b4b4b4;
  font-weight: 300; }
  a:hover {
    color: #828282; }

p {
  font-weight: 300; }

h1 {
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 0px; }

h2 {
  font-size: 1.123em;
  font-weight: 300; }

/* BOOTSTRAP OVERRIDE */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 3px;
  padding-right: 3px; }

#mobile-menu {
  display: none; }
  #mobile-menu .navbar-default {
    background-color: transparent;
    border: none; }
    #mobile-menu .navbar-default .navbar-toggle {
      border: none; }
    #mobile-menu .navbar-default .navbar-nav {
      border-bottom: 1px solid #b4b4b4;
      margin-bottom: 30px; }

#masthead {
  margin-bottom: 30px;
  margin-top: 30px; }
  #masthead .site-branding {
    font-size: 1.714em;
    text-align: center; }
    #masthead .site-branding #logo_gerda, #masthead .site-branding #logo_manfred {
      display: inline-block;
      color: #b4b4b4;
      font-weight: 600; }
    #masthead .site-branding #logo_home {
      display: inline-block;
      color: #000;
      font-weight: 300; }

#imgGerda {
  display: block;
  height: 350px;
  background-image: url(../images/links.jpg) !important;
  background-size: cover !important;
  background-position: center center !important;
  margin-bottom: 15px; }

#imgMain {
  width: 100%;
  height: 350px;
  background-image: url(../images/main.jpg) !important;
  background-size: cover !important;
  background-position: center center !important;
  margin-bottom: 15px; }

#imgManfred {
  display: block;
  height: 350px;
  background-image: url(../images/rechts.jpg) !important;
  background-size: cover !important;
  background-position: center center !important;
  margin-bottom: 15px; }

.leftCol {
  width: 80%;
  margin-left: 20%; }

.rightCol {
  width: 80%;
  margin-right: 20%; }

.greyCol {
  background: #dddddd;
  color: #000;
  padding: 20px;
  min-height: 350px; }

.gallery {
  margin-top: 30px;
  margin-bottom: 30px; }
  .gallery .thumb {
    display: inline-block;
    margin-bottom: 4px; }

#detailpage .leftCol, #detailpage .rightCol, #detailpage .mainCol {
  background: #dddddd;
  color: #000;
  min-height: 350px;
  padding: 20px; }

#detailpage .leftCol a, #detailpage .rightCol a {
  display: block;
  color: #000; }
  #detailpage .leftCol a:hover, #detailpage .rightCol a:hover {
    color: #828282; }

#detailpage .rightCol {
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 20px; }
  #detailpage .rightCol .thumb {
    display: block;
    margin-bottom: 12px;
    margin-left: 5px;
    margin-right: 5px; }
    #detailpage .rightCol .thumb.videoThumb {
      position: relative; }
      #detailpage .rightCol .thumb.videoThumb:after {
        position: absolute;
        z-index: 2;
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        top: 50%;
        left: 50%;
        margin-top: -20px;
        margin-left: -20px;
        background: url(../images/play.png);
        background-size: contain; }

#long-bio {
  display: none; }

#menu #menu-inner {
  display: table;
  table-layout: fixed;
  width: 100%; }
  #menu #menu-inner ul.nav {
    display: table-row;
    width: 100%; }
    #menu #menu-inner ul.nav li {
      display: table-cell;
      width: 33.333333%; }
      #menu #menu-inner ul.nav li a {
        font-weight: 300;
        padding: 5px; }
        #menu #menu-inner ul.nav li a.left {
          text-align: left; }
        #menu #menu-inner ul.nav li a.center {
          text-align: left; }
        #menu #menu-inner ul.nav li a.right {
          text-align: right; }
      #menu #menu-inner ul.nav li ul {
        width: 100%;
        background-color: rgba(180, 180, 180, 0.8);
        border-radius: 0px;
        border: none;
        padding-top: 0px;
        padding-bottom: 0px; }
        #menu #menu-inner ul.nav li ul.right li {
          text-align: right !important; }
          #menu #menu-inner ul.nav li ul.right li .dropdown-submenu li {
            text-align: left !important; }
        #menu #menu-inner ul.nav li ul li {
          display: block;
          width: 100%;
          position: relative; }
          #menu #menu-inner ul.nav li ul li ul.dropdown-submenu {
            display: none;
            position: absolute;
            width: inherit;
            height: auto;
            left: 100%;
            top: 0px;
            background: rgba(130, 130, 130, 0.8);
            margin: 0px;
            padding: 0px; }
            #menu #menu-inner ul.nav li ul li ul.dropdown-submenu li {
              text-align: left; }
              #menu #menu-inner ul.nav li ul li ul.dropdown-submenu li a {
                padding: 5px;
                color: #fff;
                line-height: 1.42857143;
                display: block; }
          #menu #menu-inner ul.nav li ul li:hover ul.dropdown-submenu {
            display: block; }

.single-post #menu #menu-inner ul.dropdown-menu {
  position: relative;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .single-post #menu #menu-inner ul.dropdown-menu.currentCatParent {
    display: block !important; }

.project-link-container {
  margin-bottom: 3px;
  margin-top: 3px; }
  .project-link-container .project-link {
    display: block;
    text-decoration: none;
    border: 1px solid #b4b4b4; }
    .project-link-container .project-link .img {
      width: 100%;
      margin-bottom: 3px; }
    .project-link-container .project-link .title {
      font-size: 1.1em;
      font-weight: 400;
      padding: 6px;
      color: #828282; }
    .project-link-container .project-link:hover {
      border: 1px solid #828282;
      background-color: #dddddd; }

footer {
  margin-top: 30px;
  margin-bottom: 30px; }
  footer .site-info {
    text-align: center; }

/* prettyPhoto */
.pp_expand {
  display: none !important; }

.pp_gallery {
  display: none !important; }

.pp_play {
  display: none; }

.pp_top, .pp_bottom {
  display: none; }

.pp_right, .pp_left {
  background: none; }

.pp_content {
  background: none !important; }

.pp_details {
  display: none; }

#pp_full_res {
  position: relative;
  z-index: 2; }

.pp_hoverContainer {
  z-index: 1;
  display: block !important; }
  .pp_hoverContainer .pp_next {
    float: none;
    position: absolute;
    width: 20px;
    height: 40px;
    right: -50px;
    top: 50%;
    margin-top: -40px;
    background: url(../images/arrow_right.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    opacity: 0.8; }
    .pp_hoverContainer .pp_next:hover {
      background: url(../images/arrow_right.png);
      opacity: 1; }
  .pp_hoverContainer .pp_previous {
    float: none;
    position: absolute;
    width: 20px;
    height: 40px;
    left: -50px;
    top: 50%;
    margin-top: -40px;
    background: url(../images/arrow_left.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    opacity: 0.8; }
    .pp_hoverContainer .pp_previous:hover {
      background: url(../images/left.png);
      opacity: 1; }

.pp_default .pp_close {
  position: absolute;
  height: 38px !important;
  width: 38px !important;
  background-image: url(../images/close.png) !important;
  background-size: contain !important;
  top: -50px;
  right: -20px;
  opacity: 0.8 !important; }
  .pp_default .pp_close:hover {
    opacity: 1 !important; }

@media (max-width: 768px) {
  .pp_pic_holder.pp_default {
    width: 100% !important;
    left: 0 !important;
    overflow: hidden; }
  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important; }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important; }
  .pp_content {
    width: 100% !important;
    height: auto !important; }
  .pp_fade {
    width: 100% !important;
    height: 100% !important; }
  a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
    display: none !important; }
  #pp_full_res img {
    width: 100% !important;
    height: auto !important; }
  .pp_details {
    width: 100% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important; } }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(../img/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }
  #swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }
  #swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/* Media Queries */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  #imgGerda, #imgMain, #imgManfred {
    height: 269.23077px; }
  #menu #menu-inner ul.nav li a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 0.9em; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  body {
    font-size: 14px; }
  #menu #menu-inner ul.nav li a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 1em; }
  .leftCol {
    width: 100%;
    margin-left: 0; }
  .rightCol {
    width: 100%;
    margin-right: 0; }
  #detailpage .leftCol, #detailpage .rightCol, #detailpage .mainCol {
    min-height: 0px !important;
    margin-bottom: 10px; }
  #detailpage .rightCol .thumb {
    width: 45%;
    display: inline-block; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  #menu {
    display: none; }
  #mobile-menu {
    display: block; }
  #masthead {
    margin-top: -30px;
    margin-bottom: 30px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  body {
    font-size: 13px; }
  #masthead .site-branding #logo_gerda, #masthead .site-branding #logo_manfred {
    display: block; }
  #masthead .site-branding #logo_home {
    display: block; }
  #detailpage .rightCol .thumb {
    width: 100%;
    display: block; } }

/* Custom, iPhone Retina */
