  @font-face {
    font-family: 'Myriad';
    src: url('../fonts/myriad-set-pro_thin.ttf') format('truetype');
  }

  body {
    background-image: url(../images/black_pattern02.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    color: #222;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin: 0
  }

  .head-title {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -125px;
    opacity: 0.8;
    z-index: -10;
  }

  .site-nav {
    display: none;
  }


  a {
    text-decoration: none;
    color: inherit;
  }

  address {
    font-style: normal;
    margin: 0 auto;
    padding-bottom: 7px;
    border-bottom: solid 1px;
    border-bottom-color: #f5f5f5
  }

  h1 {
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
    padding-bottom: 10px;
    color: #494949;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 200;
    letter-spacing: 0px
  }

  h2 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 200;
  }

  p {
    padding: 0 0 28px;
  }

  footer {
    border-top: 1px solid #eee;
    color: rgba(0, 0, 0, .4);
    font-size: .75em;
    letter-spacing: 1px;
    padding: 15px 0 0 0;
    text-align: center;
    letter-spacing: 2px;
  }

  .cycle-slideshow {
    width: 1544px;
    height: 600px;
    overflow: hidden;
    z-index: -500;
    position: absolute;
    top: 0px;
    margin-left: 50%;
    left: -772px;
  }

  .cycle-slideshow img {
    overflow: hidden;
  }

  .fotorama__caption {
    text-align: center;
    opacity: .6
  }

  .tel {
    float: left;
  }

  main {
    max-width: 900px;
    background-color: rgba(255, 255, 255, 0.98);
    border: 0;
    position: relative;
    top: 230px;
    border-radius: 10px;
    margin-bottom: 20px !important;
    margin: 0 auto;
    overflow: hidden;
    padding: 2%;
  }

  #profile_pic {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 350px;
    height: 300px;
    background-image: url(../images/IMG-20160211-WA0002.jpg);
    background-size: cover;
    background-position: center;
  }

  .grundriss {
    text-align: center;
    margin: 50px;
  }


  /* Effect 9: second text and borders */

  .cl-effect-9 a {
    margin: 0 0px;
    padding: 12px 20px;
  }

  .cl-effect-9 a::before,
  .cl-effect-9 a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(138, 0, 89, 0.80);
    content: '';
    opacity: 0.2;
    -webkit-transition: opacity 0.3s, height 0.3s;
    -moz-transition: opacity 0.3s, height 0.3s;
    transition: opacity 0.3s, height 0.3s;
  }

  .cl-effect-9 a::after {
    top: 95%;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.7s, opacity 0.5s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  .cl-effect-9 a span:first-child {
    z-index: 2000;
    display: block;
    font-weight: 300;
  }

  .cl-effect-9 a span:last-child {
    z-index: 1000;
    display: block;
    color: rgba(255, 255, 255, 0.90);
    text-shadow: none;
    text-transform: none;
    font-style: italic;
    font-size: 0.75em;
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .cl-effect-9 a:hover::before,
  .cl-effect-9 a:focus::before {
    height: 55px;
  }

  .cl-effect-9 a:hover::before,
  .cl-effect-9 a:hover::after,
  .cl-effect-9 a:focus::before,
  .cl-effect-9 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  .cl-effect-9 a:hover span:last-child,
  .cl-effect-9 a:focus span:last-child {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }

  nav a {
    position: relative;
    display: inline-block;
    outline: none;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 1.2em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }

  .container>section {
    text-align: center;
  }

  nav {
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.35);
    color: #fff;
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .color-9 {
    background: rgba(255, 255, 255, 0.65)
  }

  nav ul {
    text-align: center;
    margin: 0;
    padding: 0;
    opacity: 0.85;
  }

  nav ul li {
    display: inline;
    list-style: none;
    display: inline-block;
    list-style-type: none;
  }

  nav>ul>li>a {
    color: #FFFFFF;
    display: block;
    line-height: 56px;
    padding: 0 24px;
    text-decoration: none;
  }

  nav>ul>li:hover {
    background-color: rgb(40, 44, 47);
  }

  nav>ul>li:hover>a {
    color: rgb(255, 255, 255);
  }

  nav>ul>li:hover>a>.caret {
    border-top-color: rgb(255, 255, 255);
  }

  nav>ul>li>div {
    background-color: rgb(40, 44, 47);
    border-top: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
    display: none;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 165px;
    visibility: hidden;
    z-index: 100;
    -webkit-transiton: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -ms-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    -transition: opacity 0.7s;
  }

  nav>ul>li:hover>div {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  nav>ul>li>div ul>li {
    display: block;
  }

  nav>ul>li>div ul>li>a {
    color: #fff;
    display: block;
    padding: 12px 24px;
    text-decoration: none;
  }

  nav>ul>li>div ul>li:hover>a {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
  }

  .ch-grid:after,
  .ch-item:before {
    content: '';
    display: table;
  }

  .ch-grid:after {
    clear: both;
  }

  .ch-grid li {
    width: 400px;
    height: 400px;
    display: inline-block;
    margin: 20px;
  }

  .ch-item {
    z-index: 501;
    width: 400px;
    height: 400px;
    top: 200px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.5), 1px 1px 2px #888;
    transition: all 0.4s ease-in-out;
  }

  .ch-img-1 {
    background-image: url(../images/1.jpg);
    background-size: 400px;
  }

  .ch-img-2 {
    background-image: url(../images/3.jpg);
    background-size: 400px;
  }

  .ch-img-3 {
    background-image: url(../images/2.jpg);
    background-size: 400px;
  }

  .ch-info {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: inherit;
    height: inherit;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
  }

  .ch-info a {
    text-decoration: none;
  }

  .ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    height: 140px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
    margin-top: 0%;
    margin-right: 30px;
    margin-bottom: 0;
    margin-left: 30px;
    padding-top: 45%;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: all 1s ease-in-out 0.4s;
  }

  .ch-info p a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
  }

  .ch-info p a:hover {
    color: rgba(255, 242, 34, 0.8);
  }

  .ch-info h3 a {
    color: #fff;
    text-decoration: none;
  }

  .ch-info h3 a:hover {
    color: rgba(255, 242, 34, 0.8);
    cursor: pointer;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    /* ease (default) */
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    /* ease (default) */
  }

  .ch-item:hover {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  .ch-item:hover .ch-info {
    transform: scale(1);
    opacity: 1;
  }

  .ch-item:hover .ch-info p {
    opacity: 1;
  }

  .cycle-slideshow img:first-child {
    position: static;
    z-index: 100;
  }

  div.wrapper {
    margin: 20px auto;
    height: 300px;
  }


  /* pager */

  .cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
  }

  .cycle-pager span {
    font-family: arial;
    font-size: 20px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #FFF;
    cursor: pointer;
  }

  .cycle-pager span.cycle-pager-active {
    color: rgba(188, 0, 147, 1.00);
  }

  .cycle-pager>* {
    cursor: pointer;
  }


  /* caption */

  .cycle-caption {
    position: absolute;
    color: white;
    bottom: 15px;
    right: 15px;
    z-index: 700;
  }


  /* overlay */

  .cycle-overlay {
    font-family: tahoma, arial;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 600;
    background: black;
    color: white;
    padding: 15px;
    opacity: .5;
  }


  /* prev / next links */

  .cycle-prev,
  .cycle-next {
    position: absolute;
    top: 0;
    width: 30%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 100%;
    cursor: pointer;
  }

  .cycle-prev {
    left: 0;
    background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;
  }

  .cycle-next {
    right: 0;
    background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;
  }

  .cycle-prev:hover,
  .cycle-next:hover {
    opacity: .7;
    filter: alpha(opacity=70)
  }

  .disabled {
    opacity: .5;
    filter: alpha(opacity=50);
  }


  /* display paused text on top of paused slideshow */

  .cycle-paused:after {
    content: 'Paused';
    color: black;
    background: white;
    padding: 10px;
    z-index: 500;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    opacity: .2;
    filter: alpha(opacity=50);
    font-family: Verdana;
  }

  .copyright a {
    color: rgba(206, 0, 130, 1.00);
    text-decoration: none;
    font-size: 10px;
    font-family: "Helvetica Neue", Helvetica;
    font-weight: lighter;
    letter-spacing: 4px
  }

  @media only screen and (max-width: 480px),
  only screen and (max-device-width: 480px) {
    .cycle-overlay {
      padding: 4px
    }

    .cycle-caption {
      bottom: 4px;
      right: 4px
    }

    .cl-effect-9 {
      font-size: 30px;
      background-color: rgba(255, 255, 255, 0.95);
    }

    .cycle-slideshow {
      height: 100%
    }

    .cycle-slideshow img {
      height: 900px;
    }

    .head-title {
      top: 220px
    }

    .ch-grid {
      margin: 0 0 0 0;
    }

    .ch-grid li {
      width: 380px;
      height: 300px;
      margin: 7px;
    }

    .ch-item {
      width: 380px;
      height: 380px;
    }

    body {
      font-size: 18px;
      line-height: 1.45;
      font-weight: 400;
      text-align: center;
      letter-spacing: normal;
    }

    h2 {
      margin-bottom: 2%;
      letter-spacing: 1px;
    }

    footer {
      letter-spacing: 3px;
    }

    #profile_pic {
      width: 100%;
      height: 400px;
      float: none;
    }

    a[href^="tel"]:link,
    a[href^="tel"]:visited,
    a[href^="tel"]:hover {}
  }

  @media only screen and (max-width:920px) {
    main {
      border-radius: 0px;
    }

    main>img {
      width: 50%;
    }

    @media only screen and (max-width: 900px),
    only screen and (max-device-width: 900px) {
      .cycle-overlay {
        padding: 4px
      }

      .cycle-caption {
        bottom: 4px;
        right: 4px;
      }

      .cycle-slideshow {
        height: 100%;
        width: 100%;
        margin-left: 0;
        left: 0;
      }

      .ch-grid {
        margin: 0 0 0 0;
      }

      .ch-grid li {
        width: 380px;
        height: 300px;
        margin: 7px;
      }

      .ch-item {
        width: 380px;
        height: 380px;
      }

      a[href^="tel"]:link,
      a[href^="tel"]:visited,
      a[href^="tel"]:hover {}


      .color-9 {
        height: 70%;
        border-bottom: none;
      }

      .color-9 .cl-effect-9 {
        display: none;
      }

      .color-9 nav {
        text-align: center;
        top: 0;
        position: fixed;
        display: block;
        width: 100%;
        background-color: rgba(189, 0, 111, 0.9);
      }

      .color-9 nav ul {
        margin: 0;
        padding: 0;
        padding-left: 3%;
      }

      .color-9 nav ul li {
        list-style: none;
        float: left;
        display: inherit;
      }

      .color-9 nav ul li.current-menu-item a {
        color: white;
        border-bottom: 7px solid white;
        box-sizing: border-box;
        font-weight: normal;
      }

      .color-9 nav ul li a {
        display: block;
        padding: 6%;
        color: lightgrey;
        font-weight: 100;
        font-size: 1.1em;
        padding-bottom: 9px;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        transition: all 0.4s ease-in;
      }

      .color-9 nav ul li span.nav-description {
        font-size: 1em;
        color: #BD006F;
      }

      .color-9 .site-nav {
        display: block;
        z-index: 1;
        padding: 4% 0;
        height: 59px;
        transition: background-color 0.35s linear, height 0.35s ease-in 200ms;
      }

      .color-9 .site-nav .menu-toggle {
        display: inline-block;
        font-size: 4em;
        color: white;
      }

      .color-9 li {
        margin-top: -441px;
        opacity: 0;
        transition: margin 1s ease;
      }

      .color-9 .responsive {
        height: 100%;
        background-color: #211D26;
        z-index: 999;
      }

      .color-9 .responsive li {
        float: none;
        opacity: 1;
        margin: 0;
      }

      .color-9 .responsive li.current-menu-item a {
        border-bottom: 1px solid white;
      }

      .color-9 .responsive li a {
        text-align: right;
        margin: 8%;
        border-bottom: 1px dotted lightcyan;
        font-size: 1.8em;
      }
    }

  }

  #cookieConsent {
    background-color: #141414;
    min-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999; }
  
  #cookieConsent a {
    color: #4B8EE7;
    text-decoration: none; }
  
  #closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold; }
  
  #closeCookieConsent:hover {
    color: #FFF; }
  
  #cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px; }
  
  #cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F; }
  
  #pagecontent {
    display: none; }