/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}


img, a img, fieldset { border: none; }
html { overflow-y: scroll; }

.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */




/************************************ GENERAL***************************/

body
{
    background-color: #fff;
    color: #444;
    font: 16px/1.6 'Open Sans', Arial, sans-serif;
}

#page
{
    /* für Navi fixed:; margin: 100px auto 0 auto;*/
    margin: 0 auto;
    padding-top: 18px;
    position: relative;
    max-width: 1280px;   
    min-height: 352px;
    height:auto !important;
}
header {
    border-bottom: 1px solid #444;
    margin-bottom: 2em;
}
footer {
    max-width: 1280x;
    margin: 30px auto;
    padding-top: 30px;
    text-align: center;
    color: #666;
    border-top: 1px solid #444;
}
.floatright {
    float: right;
}

/******************** Skip Link ****************************/
a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #000;
    background-color:#fff;
    left: 20px;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 60px 0 0 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid #666;
    text-align:center;
    z-index:999;
}

/*************************** CONTENT *****************************************/

#content
{
    overflow: hidden;
    margin-left: 10vw;
    position: relative;
    max-width: 1024px;   
    height:auto !important;
}

#content a
{
    color: #146BA0;
}
#content img {
    max-width: 100%;
}

#content a:hover
{
    color: #000;
}

#content h1
{
    font: 28px/1.4 Oswald;
    font-weight: normal;
    margin: 1em 0 2em 0;
}

#content h2
{
    font: 20px/1.2 Oswald;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#content h3
{
    font: 16px/1.2 Oswald;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

#content p
{
    margin-bottom: 15px;
}

/*=================== Projekte ===================*/

figure {
    width: 320px;
    height: 320px;
    margin: 0 20px 20px 0;
    float: left;
}
figure img {
    width: 320px;
    height: 213px;
}
figcaption {
    background: #eee;
    font-size: 14px;
    /*font-family: arial;*/
    margin-top: -6px;
    padding: 10px;
    min-height: 70px;
}
#backlinks {
  float: right;
  margin-right: 20px;
}
/*=================== Swiper ===================*/
 html, body {
        position: relative;
        height: 100%;
    }
    body {
        margin: 0;
        padding: 0;
    }
    .swiper-container {
        width: 93%;
        height: 100%;
    }
    .swiper-slide {

        /* Center slide text vertically */
        height: auto !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .swiper-pagination {
        position: static !important;
    }
    .swiper-slide-text {
        text-align: center;
        padding: 0 2em;
        width: 80%;
    }
/*=================== Listen ===================*/

#content ol
{
    margin: 0 40px 15px 45px;
}

#content ol li
{
    margin-bottom: 10px;
}

#content ul
{
    margin: 0 40px 15px 45px;
    list-style-type: circle;
}

#content ul li
{
    margin-bottom: 10px;
}

/* ================= Zur Person ====================*/
#gradias img {
    float: right;
    margin-bottom: -30px;
    margin-top: -125px;
    padding-right: 5vw;
}
p#zurperson {
    max-width: 625px;
}
/*================== Kontaktseite ==================*/
.kontakt-links {
    width: 500px; 
    float: left;
}
.kontakt-rechts {
    width: 500px; 
    float: right;
}

#contact-form legend {
    display: none;
}

#contact-form label
{
    display: block;
    float: left;
    padding: 3px 0;
    width: 150px;
}

#contact-form input.text,
#contact-form textarea
{
    border: 1px solid;
    border-color: #999 #CCC #CCC #999;
    display: block;
    padding: 8px;
    margin-bottom: 15px;
    width: 80%;
}

#contact-form textarea
{
    height: 150px;
}
#contact-submit {
    font: 18px 'Open Sans';
    padding: 6px;
}

/* =========================== Media Queries ========================*/
.smartonly {
    display: none;
}
@media screen and (max-width: 990px) {
    #google-map {
        position: static;
    }
    #gradias img {
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {
    #gradias {
        position: static;
        float: right;
    }
}
@media screen and (max-width: 600px) {
    .deskonly {
        display: none;
    }
    .smartonly {
        display: block;
    }
    #content {
        margin-left: 0;
        padding: 10px;
    }
    #backlinks {
      float: none;
      margin-bottom: 20px;
    }
}

/* ======================= Luxbar ====================*/
.luxbar-default {
  width: 100%;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); 
  border-bottom: 1px solid #666;
}

.luxbar-hamburger span, .luxbar-hamburger span::before, .luxbar-hamburger span::after {
  display: block;
  height: 2px;
  width: 26px;
  transition: 0.6s ease; }

.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span {
  background-color: transparent; }
  .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::before, .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::after {
    margin-top: 0; }

.luxbar-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 120px; }

.luxbar-header img {
  padding-left: 10vw;
}

.luxbar-menu-left .luxbar-navigation, .luxbar-menu-left .luxbar-header {
  justify-content: flex-start; }

.luxbar-menu-right .luxbar-hamburger {
  margin-left: auto; }


.luxbar-menu {
  min-height: 140px;
  transition: 0.6s ease;
  width: 100%; }

.luxbar-navigation {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 0; }

.luxbar-menu a,
.luxbar-item a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

.luxbar-item {
  height: 60px; }
  .luxbar-item a {
    padding: 18px 24px 18px 24px;
    display: block; }

.luxbar-hamburger {
  padding: 18px 24px 18px 24px;
  position: relative;
  cursor: pointer; }
  .luxbar-hamburger span::before, .luxbar-hamburger span::after {
    content: '';
    position: absolute; }
  .luxbar-hamburger span::before {
    margin-top: -8px; }
  .luxbar-hamburger span::after {
    margin-top: 8px; }

.luxbar-checkbox {
  display: none; }
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: hidden;
    height: 120px; }
  .luxbar-checkbox:checked ~ .luxbar-menu {
    transition: height 0.6s ease;
    height: 100vh;
    overflow: auto; }

  .dropdown {
  position: relative;
  height: auto;
  min-height: 58px; }
  .dropdown:hover > ul {
    position: relative;
    display: block;
    min-width: 100%; }
  .dropdown > a::after {
    position: absolute;
    content: '';
    right: 10px;
    top: 25px;
    border-width: 5px 5px 0;
    border-color: transparent;
    border-style: solid; }
  .dropdown > ul {
    display: block;
    overflow-x: hidden;
    list-style: none;
    padding: 0; }
    .dropdown > ul .luxbar-item {
      min-width: 100%;
      height: 29px;
      padding: 5px 10px 5px 40px; }
      .dropdown > ul .luxbar-item a {
        min-height: 29px;
        line-height: 29px;
        padding: 0; }

@media screen and (min-width: 900px) {
  .luxbar-navigation {
    flex-flow: row;
    justify-content: flex-end; }

  .luxbar-hamburger {
    display: none; }

  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: visible; }
  .luxbar-checkbox:checked ~ .luxbar-menu {
    height: 58px; }

  .luxbar-menu .luxbar-item {
    border-top: 0; }

  .luxbar-menu-right .luxbar-header {
    margin-right: auto; }

    .dropdown {
    height: 58px; }
    .dropdown:hover > ul {
      position: absolute;
      left: 0;
      top: 58px;
      padding: 0; }
    .dropdown > ul {
      display: none; }
      .dropdown > ul .luxbar-item {
        padding: 2px 10px; }
        .dropdown > ul .luxbar-item a {
          white-space: nowrap; } }
 }

 @media screen and (max-width: 368px) {
    .luxbar-header img {
    padding-left: 10px;
    width: 200px !important;
    height: auto !important;
    margin-bottom: 20px; /* fürs kleine Android */
  }
 }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::before {
  transform: rotate(225deg); }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::after {
  transform: rotate(-225deg); }



/******* default light *******/
.luxbar-menu-light,
.luxbar-menu-light .dropdown ul {
  background-color: #fff;
  color: #212121; }

.luxbar-menu-light .active,
.luxbar-menu-light .luxbar-item:hover {
  background-color: #eee; }
.luxbar-menu-light .luxbar-hamburger span,
.luxbar-menu-light .luxbar-hamburger span::before,
.luxbar-menu-light .luxbar-hamburger span::after {
  background-color: #212121; }

