/*
Theme Name: WUNJO
Description: Wordpress-Theme von WUNJO
Author: INMEDIA DESIGN | Lukas Ponikowski – Webentwicklung & Design
Version: 1.42
*/

@import 'https://fonts.googleapis.com/css?family=Old+Standard+TT|Open+Sans:300,400,600,700';

html,
body {
    background: rgb(40, 52, 61);
}
html {
    overflow-y: scroll;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 300;
}
a {
    color: #fff;
    outline: 0;
}
a:hover,
u:hover {
    color: rgba(255, 255, 255, 0.5);
}
a:focus {
    color: rgba(255, 255, 255, 1);
}
a::-moz-focus-inner {
    border: 0;
}
input::-moz-focus-inner {
    border: 0;
}
a:focus {
    outline: none;
    text-decoration: none;
}
::-webkit-input-placeholder {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45)!important;
    font-size: 15px;
    letter-spacing: .2px;
}
:-moz-placeholder {
    color: rgba(255, 255, 255, 0.45)!important;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .2px;
}
::-moz-placeholder {
    color: rgba(255, 255, 255, 0.45)!important;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .2px;
}
:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.45)!important;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .2px;
}
b,
strong {
    font-weight: 600!important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.clear {
    clear: both;
}
.wrapper {
    position: relative;
}
.container {
    max-width: 920px;
}
.wow {
    visibility: hidden;
}
.twocolumns {
    font-size: 17px;
    line-height: 29px;
    min-height: 100%;
}
u:hover {
    cursor: pointer;
}
.headline {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 6px;
    margin: 137px 0 61px 0;
}
.subheadline {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 110px;
    font-size: 21px;
    line-height: 35px;
    max-width: 700px;
    font-weight: 400;
}
.biggerheadline {
    text-align: center;
    width: 98%;
    margin: 0 auto;
    font-size: 32px;
}
.aboutheadline {
    padding-top: 47px;
}
.separator {
    height: 1px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 73px;
    width: 132px;
}
.separator.white {
    background-color: #fff;
}
.separator.black {
    background-color: #000;
}
.headline .green {
    color: rgba(150, 191, 13, 1);
}
.posarrow {
    width: 71px;
    height: 37px;
    display: block;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 60px;
}
.posarrow.white {
    background: url('images/arrow_white.png') no-repeat 0 0;
}
.posarrow.black {
    background: url('images/arrow_black.png') no-repeat 0 0;
}
.posarrow-wrapper {
    position: absolute;
    bottom: 17%;
    left: 50%;
    margin-left: -35px;
    z-index: 999;
    width: 71px;
    height: 37px;
}
.posarrow-wrapper .posarrow {
    margin: 0 auto;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.owl-carousel {
    width: 81% !important;
}
/* ########################### LOADER ANFANG ########################### */

#loader-wrapper {
    background-color: rgb(40, 52, 61);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}
.logoloader {
    position: absolute;
    display: inline-block;
    left: 50%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 99999;
}
.logoloader img {
    width: 268px;
    height: 191px
}
.progress {
    height: 5px;
    width: 160px;
    margin: 0 auto;
    margin-top: 50px;
    background: #5C656C;
    border-radius: 0;
}
.progress-bar {
    background: #98C100;
    display: block;
    width: 28px;
    height: 100%;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fade-in {
    opacity: 0;
    /* make things invisible upon start */
    
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}
/* ########################### LOADER ENDE ########################### */
/* ########################### STARTSEITE ANFANG ########################### */

#home {
    height: 100vh;
    position: relative;
    background: url('images/bg_home.jpg') no-repeat;
    background-size: cover;
    background-position: 66% 0%;
    color: #fff;
    z-index: 999;
  
}
#home .shares-wrapper {
    position: absolute;
    width: 300px;
    top: 8%;
    left: 50%;
    margin-left: -150px;
    z-index: 999;
}
#home ul.shares {
    list-style: none;
    padding: 0;
    text-align: center;
}
#home ul.shares li {
    display: inline;
}
#home ul.shares li a {
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    font-weight: 300;
    font-size: 14px;
}
#home ul.shares .fa {
    padding-right: 5px;
}
#home .firstquote-container {
	  display: -webkit-flex;
  display: flex;
  height: 100%;
  height: 100vh;
} 
#home .firstquote-center {
    display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex: 1;
  flex: 1;
}
#home .firstquote {
    max-width: 260px;
    position: relative;
    margin: 0 auto;
    margin-top: -60px;
}
#home .firstquote h1 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    word-spacing: 9999px;
    margin-bottom: 0;
    line-height: 40px;
}
#home .firstquote h1:before,
#home .firstquote h1:after {
    color: rgb(151, 191, 13);
    font-size: 80px;
    line-height: 1px;
    font-family: "Old Standard TT", Times, serif;
    position: relative;
}
#home .firstquote h1:before {
    content: "\201C";
    margin-left: -40px;
    padding-right: 5px;
    top: 25px;
}
#home .firstquote h1:after {
    content: "\201E";
    margin-right: -40px;
}
/* ########################### STARTSEITE ENDE ########################### */
/* ########################### PARALLAX ANFANG ########################### */

.parallax {
    position: relative;
    color: #fff;
    height: 100vh;
    display: table;
    width: 100%;
    resize: vertical;
    overflow: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
}
.parallax .quote {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto;
    max-width: 260px;
}
.parallax .quote h1 {
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
}
.parallax .quote h1:before,
.parallax .quote h1:after {
    color: #fff;
    font-size: 90px;
    line-height: 1px;
    font-family: "Old Standard TT", Times, serif;
    position: relative;
}
.parallax .quote h1:before {
    content: "\201C";
    margin-left: -37px;
    top: 32px;
}
.parallax .quote h1:after {
    content: "\201E";
    margin-right: -40px;
}
.parallax .author {
    font-weight: 600;
    font-size: 14px;
}
.parallax .separator {
    margin-top: 44px;
    margin-bottom: 50px;
}
.quote-wrapper {
    display: table-cell;
    vertical-align: middle;
}
#ueberuns_parallax {
    background-image: url('images/bg_parallax_1.jpg');
}
#methoden_parallax {
    background-image: url('images/bg_parallax_2.jpg');
}
/* ########################### PARALLAX ENDE ########################### */
/* ########################### NAVIGATION ANFANG ########################### */

.navbar {
    margin: 0;
    border-radius: 0;
    position: fixed;
    min-height: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    border: 0;
}
.wrapper {
    padding-top: 50px;
}
.navbar-header {
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
    max-width: 920px;
}
.navbar-nav {
    margin: 0;
}
.cta-buttonlist {
    height: 60px;
    margin: 0 auto;
    margin-top: -60px;
}
.cta-buttonlist .phonenum {
    position: absolute;
    top: 60px;
    background: #fff;
    display: block;
    width: 100%;
    height: 60px;
}
.cta-buttonlist ul {
    padding: 0;
    margin: 0;
    height: 60px;
    list-style: none;
    text-align: center;
}
.cta-buttonlist li {
    display: inline;
    padding: 11px 0 0 0;
}
.cta-buttonlist li:first-child {
    margin-right: 20px;
}
.cta-buttonlist li a {
    display: inline-block;
    text-decoration: none;
    width: 42px;
    height: 60px;
    text-indent: -999px;
    opacity: 0.5;
}
.cta-buttonlist li a:hover {
    opacity: 0.5;
}
.cta-buttonlist a.icon {
    background-position: center center;
    background-repeat: no-repeat;
}
.cta-buttonlist a.icon.phone {
    background-image: url('images/phone_xs.png');
}
.cta-buttonlist a.icon.kontakt {
    background-image: url('images/kontakt_xs.png');
}
.cta-phone-bar {
    background: #fff;
    height: 50px;
    width: 100%;
}
.cta-phone-bar a {
    color: #000;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    font-size: 17px;
    display: block;
}
.navbar {
    border-radius: 0;
    background: rgb(72, 82, 90);
}
.navbar .navbar-nav > li > a {
    color: #fff;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 60px;
    font-size: 15px;
    padding: 0 10px;
    margin-right: 22px;
    background: transparent;
}
.navbar .navbar-nav > li:last-child > a {
    margin-right: 0;
}
.navbar-brand {
    margin: 0 0 0 -3px;
    background: url('images/logo_small.png') no-repeat center left;
    background-size: 40px 38.9667px;
    width: 50px;
    height: 60px;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
}
.navbar-collapse {
    padding: 0;
    border: 0;
    background: #7d868b;
    max-height: none !important;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.navbar .collapse.in .navbar-nav > li,
.navbar .collapsing .navbar-nav > li {
    background-color: rgb(82, 93, 100);
    border-bottom: 1px solid #93999e;
}
.navbar .collapse.in .navbar-nav > li > a,
.navbar .collapsing .navbar-nav > li > a {
    font-size: 15px;
    margin-right: 0;
    line-height: 60px;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
    max-width: 920px;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
    background: transparent;
}
.navbar .navbar-toggle {
    border-radius: 0;
    margin: 9px -10px 0 0;
    border: 0;
}
.navbar .navbar-toggle .icon-bar {
    background-color: #fff;
    margin-bottom: 9px;
    width: 32px;
    height: 2px;
    border-radius: none;
}
.navbar .navbar-toggle .icon-bar:last-child {
    margin-bottom: 0;
}
/* ########################### NAVIGATION ENDE ########################### */
/* ########################### CTA BUTTON KONTAKT ANFANG ########################### */

#cta_container {
    font-size: 17px;
    font-weight: 600;
    line-height: 56px;
    color: #000;
    position: fixed;
    width: 280px;
    right: -235px;
    top: 40%;
    z-index: 998;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#cta_container .row {
    line-height: 50px;
}
#cta_container.visible {
    right: 0;
}
#cta_container .row {
    margin: 0;
    padding: 0;
}
#cta_container .icon {
    background-color: #95ba00;
    height: 50px;
    width: 47px;
    display: block;
    float: left;
    background-size: 35px 42px;
    background-repeat: no-repeat;
}
#cta_container .icon.phone {
    background-image: url('images/phone.png');
    background-position: center 6px;
}
#cta_container .icon.kontakt {
    background-image: url('images/kontakt.png');
    background-position: center 2px;
}
#cta_container span::before {
    content: '>';
    padding: 0 6px 0 15px;
    color: #95ba00;
}
#cta_container a {
    color: #000 !important;
}
/* ########################### CTA BUTTON KONTAKT ENDE ########################### */
/* ########################### SEKTION PHILOSOPHIE ANFANG ########################### */

#philosophie {
    color: #fff;
    z-index: 9;
    background: rgb(126, 133, 139);
    z-index: 4;
}
#philosophie .subheadline {
    max-width: 680px;
}
#philosophie h2 {
    line-height: 29px;
    font-size: 17px;
    margin: 29px 0 0 0;
    padding: 0;
    font-weight: 600;
    letter-spacing: 1px;
}
/* ########################### SEKTION PHILOSOPHIE ENDE ########################### */
/* ########################### SEKTION ÜBER UNS ANFANG ########################### */

#ueberuns {
    color: #000;
    background: rgb(212, 214, 216);
    z-index: 4;
}
#owl {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 50px;
}
#owl .item {
    padding: 0 10px;
}
#owl .item img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 1px solid rgb(166, 167, 168);
    border: 1px solid #A6A7A8;
}
.owl-controls {
    margin-top: 0;
}
.owl-theme .owl-controls .owl-buttons div {
    width: 17px;
    height: 58px;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
    padding: 0;
    margin: -29px 0 0 0;
    top: 50%;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -33px;
    background: url('images/right_ar.png') no-repeat 0 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -33px;
    background: url('images/left_ar.png') no-repeat 0 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev.disabled,
.owl-theme .owl-controls .owl-buttons .owl-next.disabled {
    display: none;
}
#fancybox-title-outside b {
    font-weight: 400 !important;
}
/* ########################### SEKTION ÜBER UNS ENDE ########################### */
/* ########################### SEKTION BEHANDLUNGSZIELE ANFANG ########################### */

#behandlungsziele {
    color: #fff;
    background: rgb(126, 133, 139);
    z-index: 4;
}
.stripe-1 {
    color: #fff;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: url('images/bg_philosophie.png');
    background-size: cover;
}
.behandlungsziele p {
    font-size: 21px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
    line-height: 36px;
    padding-bottom: 20px;
}
/* ########################### SEKTION BEHANDLUNGSZIELE ENDE ########################### */
/* ########################### SEKTION SCHWERPUNKTE ANFANG ########################### */

#schwerpunkte {
    color: #000;
    background: rgb(223, 225, 226);
    z-index: 4;
}
#schwerpunkte .content {
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
}
#schwerpunkte .subheadline {
    max-width: 620px;
}
.punkt_0,
.punkt_1,
.punkt_2,
.punkt_3,
.punkt_4,
.punkt_5,
.punkt_6,
.punkt_7 {
    display: none;
    visibility: hidden;
}
.animated {
    display: block;
    visibility: visible;
}
.punkt {
    background-color: rgba(255, 255, 255, 0.65);
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    width: 26px;
    height: 26px;
    text-indent: -999px;
    margin: -13px 0 0 -13px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    top: 0;
    left: 0;
    z-index: 999;
}
.punkt:hover {
    background-color: #96bf0d;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
}
.punkt[data-id="1"] {
    /* Zornesfalte */
    
    left: 51%;
    top: 43%;
}
.punkt[data-id="2"] {
    /* Stirn */
    
    left: 51%;
    top: 32%;
}
.punkt[data-id="3"] {
    /* Marionettenlinien */
    
    left: 29%;
    top: 71%;
}
.punkt[data-id="4"] {
    /* Unterlidregion */
    
    left: 37%;
    top: 53%;
}
.punkt[data-id="5"] {
    /* Nasolabialfalten */
    
    left: 37.5%;
    top: 62.5%;
}
.punkt[data-id="6"] {
    /* Krähenfüße */
    
    left: 28%;
    top: 49.5%;
}
.punkt[data-id="7"] {
    /* Volumenbehandlung */
    
    left: 73.5%;
    top: 66%;
}
.facecontainer {
    display: table;
    margin: 0 auto;
    position: relative;
    margin-bottom: 22px;
}
.headlineschwerpunkte {
    font-size: 17px;
    margin: 22px 0 0 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#schwerpunkte .border {
    background-color: #000;
    height: 1px;
    margin-top: 35px;
    margin-bottom: 29px;
    float: left;
    width: 20%;
}
#schwerpunkte p {
    line-height: 29px;
}
/* ########################### SEKTION SCHWERPUNKTE ENDE ########################### */
/* ########################### SEKTION METHODEN ANFANG ########################### */

#methoden {
    background: rgb(126, 133, 139);
    color: #fff;
}
#methoden .subheadline {
    max-width: 600px;
    margin-bottom: 100px;
}
.methodentitel {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px;
    margin: 0 0 35px 0;
    letter-spacing: 1px;
    border: 3px solid #96bf0e;
}
.methodendesc {
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 70px;
}
/* ########################### SEKTION METHODEN ENDE ########################### */
/* ########################### SEKTION KONTAKT ANFANG ########################### */

#kontakt {
    position: relative;
    background: rgb(82, 93, 100);
    color: #fff;
    z-index: 998;
}
#kontakt .headline {
    font-size: 25px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 1px;
    margin: 96px 0 45px 0;
}
#map-canvas {
    width: 100%;
    height: 780px;
    position: relative;
    z-index: 997;
}
#map-canvas .routenplaner,
#map-canvas .routenplaner:hover {
    color: #333;
    text-decoration: underline;
}
#wid {
    position: relative;
    z-index: 998;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
#wid .col-sm-5 {
    margin-bottom: 42px;
}
#wid a {
    text-decoration: underline;
}
/* ##### Kontaktformular ##### */

.frm_forms {
    margin: 0 auto;
    max-width: 700px;
}
.wunjo_form .form-field {
    margin: 0 0 13px 0;
}
.wunjo_form div {
    padding: 0;
    margin: 0;
}
.wunjo_form input[type="submit"],
.wunjo_form input[type="button"],
.wunjo_form p,
.wunjo_form {
    margin: 0;
}
.wunjo_form input,
.wunjo_form select,
.wunjo_form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: rgb(255, 255, 255);
    border: 2px solid #7D858B;
    box-shadow: none;
    border-radius: 0;
    background-color: #7d858b;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    padding: 0 22px;
    letter-spacing: .2px;
    outline: none;
    width: 100%;
}
.wunjo_form input:focus,
.wunjo_form select:focus,
.wunjo_form textarea:focus {
    border: 2px solid rgb(72, 82, 90);
    color: rgb(255, 255, 255);
}
.wunjo_form textarea {
    min-height: 274px;
    padding: 19px 22px;
    resize: vertical;
}
.wunjo_form input[type="submit"] {
    color: rgb(192, 195, 198);
    border: 2px solid rgb(39, 52, 61);
    background-color: rgb(39, 52, 61);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.frm_ajax_loading {
    margin-bottom: 13px;
}
.wunjo_form input[type="submit"]:focus {
    border: 2px solid rgb(39, 52, 61);
}
.wunjo_form .frm_message,
.wunjo_form .frm_error_style {
    min-height: 24px;
    background: #fff;
    border: 0;
    border-radius: 0;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    /*margin-bottom: 24px;*/
}
.wunjo_form .frm_message {
    color: rgb(150, 191, 13);
    margin: 0;
    padding: 5px 10px;
    line-height: 24px;
}
.frm_style_formidable-style.with_frm_style input[type="submit"],
.frm_style_formidable-style.with_frm_style .frm_submit input[type="button"],
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
    background-color: #27343c;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: 50px;
}
.wunjo_form .frm_error {
    display: none;
    color: #a71818;
    padding: 0 22px;
    letter-spacing: .2px;
    margin: 3px 0 0 0;
    font-weight: 400;
    text-transform: uppercase;
}
.frm_blank_field input,
.frm_blank_field textarea {
    border: 2px solid #a71818;
}
.frm_blank_field input:focus,
.frm_blank_field textarea:focus {
    border: 2px solid #a71818;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    color: #fff;
    -webkit-text-fill-color: #fff;
}
/* ########################### SEKTION KONTAKT ENDE ########################### */
/* ########################### FOOTER ANFANG ########################### */

#footer {
    background-color: #27353d;
    min-height: 80px;
    font-size: 14px;
    padding: 29px 0 26px 0;
    position: relative;
    z-index: 999;
}
#footer ul {
    padding: 0;
    margin: 0;
    margin-left: -10px;
}
#footer ul.disclaimer li {
    margin-right: 40px;
}
#footer ul li {
    list-style: none;
    float: left;
}
#footer ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#footer .social_links li a:last-child {
    padding-right: 0;
}
#footer ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
#footer ul li a:focus {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
#footer ul.social_links li:first-child {
    padding-right: 10px;
}
#footer .fa {
    font-size: 28px;
}
/* ########################### FOOTER ENDE ########################### */
/* ########################### PFLICHTANGABEN ANFANG ########################### */

.mfp-bg,
.mfp-wrap {
    background: rgb(40, 52, 61);
    opacity: 1;
}
.mfp-close {
    background: url('images/close.png') no-repeat 0 0 !important;
    background-size: 33px 33px !important;
    position: absolute;
    right: 19px;
    cursor: pointer;
    width: 33px;
    height: 33px;
    top: 28px;
    text-indent: -9999px;
}
.mfp-close:active {
    top: 28px;
}
.singlepage {
    background-color: rgb(40, 52, 61);
    margin-bottom: 130px;
    color: #fff;
}
.singlepage h1 {
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 600;
    color: rgb(150, 191, 13);
    margin-top: 125px;
    margin-bottom: 52px;
    text-transform: uppercase;
    line-height: 22px;
}
.singlepage h2 {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 14px 0 0 0;
    line-height: 22px;
}
.singlepage ul {
    padding: 0 14px;
}
.singlepage p,
.singlepage ul li {
    font-size: 14px;
    line-height: 22px;
}
.singlepage p {
    margin: 0 0 8px;
}
.mfp-ajax-cur {
    cursor: default;
}
/* ########################### PFLICHTANGABEN ENDE ########################### */
/* ########################### MEDIA QUERIES ########################### */

@media (min-width: 320px) {
    .punkt {
        width: 22px;
        height: 22px;
        margin: -11px 0 0 -11px;
    }
    .punkt:hover {
        width: 26px;
        height: 26px;
        margin: -13px 0 0 -13px;
    }
}
@media (min-width: 430px) {
    .punkt {
        width: 26px;
        height: 26px;
        margin: -13px 0 0 -13px;
    }
    .punkt:hover {
        width: 34px;
        height: 34px;
        margin: -17px 0 0 -17px;
    }
}
/* ENDE Media Query */
/* Extra small devices: Phones xs */

@media(max-width:767px) {
    div[class*="col-md-"], div[class*="col-sm-"] {
        padding-left: 25px;
        padding-right: 25px;
    }
    #map-canvas {
        height: 300px;
    }
    #wid .col-sm-5:first-child {
        margin-bottom: 0;
    }
}
/* ENDE Media Query */
/* Small devices: Tablets sm */

@media(min-width:768px) {
    .navbar .collapse {
        background: transparent;
        border-bottom: 0;
    }
    div[class*="col-md-"],
    div[class*="col-sm-"] {
        padding-left: 35px;
        padding-right: 35px;
    }
    .navbar-header {
        padding-right: 35px;
        padding-left: 35px;
        max-width: 750px;
    }
    .navbar .collapse.in .navbar-nav > li > a,
    .navbar .collapsing .navbar-nav > li > a {
        padding-right: 35px;
        padding-left: 35px;
        max-width: 750px;
    }
    #home {
        background-position: top center;
    }
    #home .firstquote h1 {
        font-size: 60px;
        letter-spacing: 2px;
        line-height: 80px;
    }
    #home .firstquote h1:before,
    #home .firstquote h1:after {
        font-size: 115px;
    }
    #home .firstquote h1:before {
        margin-left: -55px;
    }
    #home .firstquote h1:after {
        margin-left: 5px;
    }
    .headline {
        font-size: 60px;
        letter-spacing: 12px;
        margin: 65px 0 61px 0;
    }
    .subheadline {
        font-size: 23px;
    }
    .parallax .quote {
        max-width: 650px;
    }
    .parallax .quote h1 {
        font-size: 30px;
        line-height: 48px;
    }
    .parallax .quote h1:before,
    .parallax .quote h1:after {
        font-size: 100px;
    }
    .parallax .quote h1:before {
        margin-left: -60px;
        padding-right: 5px;
    }
    .parallax .quote h1:after {
        margin-right: -40px;
    }
    .parallax .author {
        font-size: 16px;
        letter-spacing: 1px;
    }
    #wid .col-sm-5:first-child {
        padding-left: 45px;
    }
    #wid .col-sm-5:last-child {
        padding-left: 46px;
    }
    #map-canvas {
        height: 300px;
    }
    .behandlungsziele p {
        font-size: 23px;
    }
}
/* ENDE Media Query */
/* Medium devices: Desktops md */

@media(min-width:992px) {
    div[class*="col-md-"], div[class*="col-sm-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-header {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar .collapse.in .navbar-nav > li > a,
    .navbar .collapsing .navbar-nav > li > a {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-header {
        max-width: 920px;
    }
    .navbar .collapse.in .navbar-nav > li > a,
    .navbar .collapsing .navbar-nav > li > a {
        max-width: 920px;
    }
    .cta-buttonlist li a:hover {
        opacity: 1;
    }
    .twocolumns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    #ueberuns .twocolumns {
        widows: 9;
    }
    #philosophie .twocolumns {
        widows: 1;
    }
    .headline {
        margin: 113px 0 61px 0;
    }
    #kontakt .headline {
        margin: 126px 0 45px 0;
    }
    #wid .col-sm-5:first-child {
        padding-left: 131px;
    }
    #wid .col-sm-5:last-child {
        padding-left: 59px;
    }
    .methodendesc {
        margin-bottom: 0;
    }
    #map-canvas {
        height: 580px;
    }
    #footer ul {
        margin-left: 20px;
    }
}
/* ENDE Media Query */

@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
        top: 0;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav > li {
        float: none;
    }
    .collapse.in {
        display: block !important;
    }
    .parallax {
        background-attachment: scroll !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        background-size: cover !important;
    }
    #ueberuns_parallax {
        background-position: center center !important;
    }
    #methoden_parallax {
        background-position: 20% center !important;
    }
}
/* ENDE Media Query */
/* Large devices: Desktops lg */

@media(min-width:1200px) {
    .navbar-wrapper {
        max-width: 1020px;
        margin: 0 auto;
    }
    .navbar-brand {
        margin-right: 8px;
    }
    .navbar-nav > li {
        float: left;
    }
    .headline {
        /*margin: 174px 0 61px 0;*/
    }
}
/* ENDE Media Query */
/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */

@media (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    #map-canvas {
        height: 400px;
    }
    .parallax {
        background-attachment: scroll;
    }
}
/* ENDE Media Query */

@media (max-height: 375px) {
    .navbar .collapse.in .navbar-nav > li > a,
    .navbar .collapsing .navbar-nav > li > a {
        font-size: 13px;
        line-height: 42.75px;
    }
    .img-responsive,
    .thumbnail > img,
    .thumbnail a > img,
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        height: 300px;
    }
    .punkt {
        width: 18px;
        height: 18px;
        margin: -9px 0 0 -9px;
    }
    .punkt:hover {
        width: 22px;
        height: 22px;
        margin: -11px 0 0 -11px;
    }
}
/* ENDE Media Query */

@media (min-height: 376px) and (max-height: 425px) {
    .navbar .collapse.in .navbar-nav > li > a,
    .navbar .collapsing .navbar-nav > li > a {
        line-height: 52px;
    }
}
/* ENDE Media Query */

@media (max-height: 480px) {
    #home .firstquote h1 {
        word-spacing: normal;
    }
}
/* ENDE Media Query */
/* fix iOS bug not displaying 100vh correctly */
/* ipad */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #home {
        height: 768px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #home {
        height: 1024px;
    }
}
/* iphone5 */

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    #home {
        height: 320px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    #home {
        height: 568px;
    }
}