*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
}

.gold {
    color: #ae825b;
}

h1 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #4f4d4e;
    margin-bottom: 0;
    font-size: 2em;
    line-height: 1.3em;
}

h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #4f4d4e;
    margin-bottom: 1%;
    font-size: 1.2em;
    line-height: 1.3em;
}

h3 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #4f4d4e;
    margin-bottom: 1%;
    font-size: 1.5em;
}

h4 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 1%;
    font-size: 1em;
}

h5 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #929292;
    margin-bottom: 1%;
    font-size: 0.75em;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85em;
    line-height: 1.8em;

}

.grey {
    color: #4f4d4e;
}

address {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85em;
    line-height: 1.8em;
    margin-bottom: 0;
}

section {
    padding-top: 4%;
    padding-bottom: 4%;
}

footer {
    padding-top: 4%;
    padding-bottom: 1%;
}

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #ffffff; /* old IE */
    background-color: #ffffff; /* Modern Browsers */
}

.line {
    background-color: #ae825b;
    height: 2px;
    margin-bottom: 3%;
    margin-top: 2%;
}

.line-white {
    background-color: #ffffff;
    height: 1px;
    margin-bottom: 2%;
    margin-top: 2%;
}

.whitethinline {
    background-color: #ffffff;
    height: 1px;
    margin-bottom: 3%;
    margin-top: 2%;
}

.navbar-nav .nav-item .nav-link {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #4f4d4e;
    font-size: 1.15rem;
}

.fullheight {
    height: 100%;
}

.content-b{
    padding: 4px;
    background-color: white;
    width: 150px;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
}

.content-b img {
    width: 100%;
}



.main-teaser {
    background: url(/assets/kha_main.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: inset 0 0 100px #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vignette {
    box-shadow: inset 0 0 100px #000;
}

.bg-unterwegs {
    background: url(/assets/kha_unterwegs.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-salon {
    background: url(/assets/kha_zuhause.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-meinungen {
    background: url(/assets/bg_meinungen.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.darker {
    background-color: #f2f2f2;
}

.ultradark {
    background-color: #313131;
}

.circle-icon2 {
    background: #ffc0c0;
    padding: 30px;
    border-radius: 50%;
}

.circle-icon {
    background: #ffc0c0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}

.icon-background1 {
    color: #ae825b;
}

.principles h3 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #4f4d4e;
    margin-bottom: 4%;
    margin-top: 4%;
    font-size: 1.2em;
}

.triangle-isosceles {
    position: relative;
    padding: 30px;
    margin: 1em 0 0.1em;
    color: #000;
    background: #f2f2f2; /* default background for browsers without gradient support */
    /* css3 */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.triangle-isosceles:after {
    content: "";
    position: absolute;
    bottom: -15px; /* value = - border-top-width - border-bottom-width */
    left: 50px; /* controls horizontal position */
    border-width: 15px 15px 0; /* vary these values to change the angle of the vertex */
    border-style: solid;
    border-color: #f2f2f2 transparent;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0;
}

.bxslider p {
    color: #ae825b;
    text-align: left;
    margin-left: 80px;
    font-weight: bold;
}

.bxslider h2 {
    line-height: 1.5em;
    color: #4f4d4e;
}

.bullets ul {
    list-style-type: none;
    padding: 0;
}

.bullets li {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85em;
    line-height: 1.8em;
}

.bullets li:before {
    content: "\f0a3"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em; /* same as padding-left set on li */
    color: #ae825b;
}

.ticks ul {
    list-style-type: none;
    padding: 0;
}

.ticks li {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85em;
    line-height: 1.8em;
}

.ticks li:before {
    content: "\f058"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em; /* same as padding-left set on li */
    color: #ae825b;
}



.bx-clone{
    display: none !important;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .container {
        margin-left: 0;
        margin-right: 0;
    }
    .mobilehelper {
        position: relative;
        width: 100%;
        margin-top: 3%;

    }

    .mar-left{
        margin-left: 0;
        margin-right:0;
        margin-bottom: 3px;
    }

    .mar-right{
        margin-left: 0;
        margin-right:0;
        margin-bottom: 3px;
    }

    section {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .line {
        background-color: #ae825b;
        height: 2px;
        margin-bottom: 10%;
        margin-top: 5%;
    }

    .line-white {
        background-color: #ffffff;
        height: 1px;
        margin-bottom: 5%;
        margin-top: 5%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .mobilehelper {
        position: relative;
        width: 100%;
        margin-top: 3%;
    }

    section {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .line {
        background-color: #ae825b;
        height: 2px;
        margin-bottom: 10%;
        margin-top: 5%;
    }

    .line-white {
        background-color: #ffffff;
        height: 1px;
        margin-bottom: 5%;
        margin-top: 5%;
    }

    .mar-left{
        margin-left: -3px;
        margin-right:3px
    }

    .mar-right{
        margin-left: 3px;
        margin-right:-3px
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .mobilehelper {
        position: absolute;
        bottom: 0;
        left: -15px;
        width: 100%
    }

    .mar-left{
        margin-left: -3px;
        margin-right:3px
    }

    .mar-right{
        margin-left: 3px;
        margin-right:-3px
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .mobilehelper {
        position: absolute;
        bottom: 0;
        left: -15px;
        width: 100%
    }

    .mar-left{
        margin-left: -3px;
        margin-right:3px
    }

    .mar-right{
        margin-left: 3px;
        margin-right:-3px
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .mobilehelper {
        position: absolute;
        bottom: 0;
        left: -15px;
        width: 100%
    }

    .mar-left{
        margin-left: -3px;
        margin-right:3px
    }

    .mar-right{
        margin-left: 3px;
        margin-right:-3px
    }
}

/*==================================================
=           GOOGLEMAP            =
==================================================*/

#googlemaps {
    height: 100%;
    width: 100%;
    position:absolute;
    top: 0;
    left: 0;
    z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
    min-height: 350px;
}

#contactform {
    position: relative;
    z-index: 1; /* The z-index should be higher than Google Maps */
    width: 360px;
    margin: 8% auto 8% auto;
    padding: 30px;
    background: white;
    height: auto;
    opacity: .95; /* Set the opacity for a slightly transparent Google Form */

}