html {
    width: 100%;
    height: 100%
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
table,
th,
td,
caption,
hr {
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

a[href^="tel"] {
    color: inherit!important;
    text-decoration: none
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.clearfix:after,
.cf:after {
    content: "";
    display: table;
    clear: both
}

.skip-link {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px
}

.sep {
    margin: 0 11px
}

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

html {
    font-family: "Open Sans", sans-serif;
    font-size: .875em;
    line-height: 1.5;
    background-color: #fff;
    color: gray;
    overflow-y: scroll;
    height: 100%
}

body {
    min-height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    line-height: 1.1;
    color: #252525;
    font-weight: 400
}

h1,
.h1 {
    font-size: 36px;
    font-size: 2.57143rem;
    line-height: 1.16667
}

h2,
.h2 {
    font-size: 30px;
    font-size: 2.14286rem;
    line-height: 1.4
}

h3,
.h3 {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 1.75
}

h4,
.h4 {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.16667
}

h5,
.h5 {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.5
}

h6,
.h6 {
    font-size: 12px;
    font-size: .85714rem;
    line-height: 1.75
}

.lede,
.lead {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.16667
}

img {
    max-width: 100%;
    font-style: italic
}

a,
a:visited {
    color: #f06060;
    text-decoration: underline;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

a:hover,
a:focus {
    color: #252525
}

li > ul,
li > ol {
    margin-bottom: 0
}

.unstyled {
    margin: 0;
    padding: 0;
    list-style: none
}

code {
    background: #f5f2f0;
    border: 1px solid #bdc3c7;
    color: #252525;
    padding: 1.66667px 5px;
    font-family: Monaco, Verdana, "Dejavu Sans", sans-serif;
    border-radius: 3px;
    white-space: nowrap;
    font-size: inherit
}

kbd {
    background: #252525;
    color: #fff;
    padding: 1.66667px 5px;
    font-family: Monaco, Verdana, "Dejavu Sans", sans-serif;
    border-radius: 3px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.5
}

pre {
    display: block;
    overflow: auto;
    max-width: 500px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: pre\9;
    padding-top: 21px;
    color: #252525;
    background: #f5f2f0;
    border-radius: 4px;
    border: 1px solid #bdc3c7
}

pre >:last-child {
    margin-bottom: 0
}

fieldset {
    background: none;
    border: 1px solid #e2e2e2;
    padding: 21px;
    margin-bottom: 21px
}

fieldset legend {
    padding: 0 11px;
    color: #252525
}

label {
    margin-bottom: 5px;
    display: inline-block;
    color: #252525
}

label.required:after {
    content: "*"
}

label abbr {
    display: none
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"],
textarea {
    width: 100%;
    display: block;
    font-size: 14px;
    color: gray;
    margin-bottom: 21px;
    outline: none;
    border: 1px solid transparent;
    border-radius: 1px;
    padding: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f5f5f5;
    -webkit-transition: border .4s ease-in-out, -webkit-box-shadow .4s ease-in-out, background .4s ease-in-out;
    transition: border .4s ease-in-out, box-shadow .4s ease-in-out, background .4s ease-in-out
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
textarea:hover {
    border: 1px solid #bdc3c7
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus {
    border: 1px solid #bdc3c7;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    box-shadow: 0 0 5px 0 #ccc;
    background: #fafafa
}

textarea {
    resize: vertical
}

input[type="submit"] {
    background: none;
    border: 1px solid transparent;
    padding: 11px 21px;
    color: #252525;
    border-radius: 1px;
    outline: none;
    -webkit-transition: border .4s ease-in-out, -webkit-box-shadow .4s ease-in-out, background .4s ease-in-out;
    transition: border .4s ease-in-out, box-shadow .4s ease-in-out, background .4s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f5f5f5
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    border: 1px solid #bdc3c7;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    box-shadow: 0 0 5px 0 #ccc;
    background: #fafafa
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: 5px
}

input[type="file"] {
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%
}

select {
    margin-bottom: 21px;
    max-width: 100%;
    width: auto
}

html.fsvs {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden
}

html.fsvs #fsvs-body {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%
}

html.fsvs #fsvs-body > * {
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

html.fsvs #fsvs-pagination {
    margin: 0;
    padding: 8px 4px;
    position: fixed;
    height: auto;
    right: -100px;
    top: 50%;
    z-index: 999;
    width: 32px
}

html.fsvs #fsvs-pagination li {
    list-style: none;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 0 2px;
    cursor: pointer
}

html.fsvs #fsvs-pagination li > span {
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #fff;
    display: block
}

html.fsvs #fsvs-pagination li > span > span {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border: 1px solid #fff;
    display: block;
    margin: 4px
}

html.fsvs #fsvs-pagination li.active > span {
    border: 1px dashed #fff
}

html.fsvs #fsvs-pagination li.active > span > span {
    background: #fff
}

html.fsvs #fsvs-pagination li:last-child {
    margin: 0
}

.border.right {
    z-index: 995;
    width: 0;
    height: 100%;
    top: 0;
    right: 0
}

.border {
    background-color: #dfdbd1;
    position: fixed
}

body {
    background: #000;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 16px
}

.headline-red {
    color: #cd181b;
    font-size: 3.125em;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1em
}

.headline {
    font-size: 3.125em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em
}

.headline-light {
    font-size: 3.125em;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1em
}

.bold {
    font-weight: 700;
    text-transform: uppercase
}

.red,
a.red {
    color: #cd181b!important
}

.white {
    color: #fff
}

.vert-logo {
    padding-bottom: 40px
}

hr {
    width: 67px;
    height: 3px;
    background: #fff;
    position: absolute
}

a,
a:link,
a:hover {
    color: #000
}

.left {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 100vh;
    width: 60px;
    background: #fff;
    justify-content: center;
    background: #fff;
    color: #000;
    z-index: 9
}

.right {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 100vh;
    width: 60px;
    justify-content: center;
    background: #fff;
    color: #000;
    z-index: 9
}

.right .content {
    transform: rotate(-90deg);
    text-transform: uppercase;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg)
}

.bold a,
.bold a:hover {
    color: #fff!important;
    text-decoration: none
}

.left .content {
    transform: rotate(-90deg);
    text-transform: uppercase;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg)
}

.home {
    height: 100%;
    width: 100%;
    background: url(../img/willkommen_davide-buscemi_herrenberg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1
}

.about:before {
    content: ' ';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: url(../img/friseur_haare-schneiden.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1
}

.preise:before {
    content: ' ';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: url(../img/preise_damen_herren.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1
}

.produkte:before {
    content: ' ';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: url(../img/haarpflege_produkte_paul-mitchell.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1
}

.galerie:before {
    content: ' ';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: url(../img/galerie_frisuren_straehnen_olaplex.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1
}

.kontakt {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

#navigation-button {
    position: fixed;
    right: 80px;
    top: 30px;
    z-index: 999;
    width: 30px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#navigation-button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#navigation-button span:nth-child(1) {
    top: 0
}

#navigation-button span:nth-child(2),
#navigation-button span:nth-child(3) {
    top: 11px
}

#navigation-button span:nth-child(4) {
    top: 22px
}

#navigation-button.open span:nth-child(1) {
    top: 11px;
    width: 0;
    left: 50%
}

#navigation-button.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#navigation-button.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#navigation-button.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    overflow: auto;
    z-index: 20
}

.impressum-overlay, .notice-overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100vw;
    background: rgba(0, 0, 0, 0.8);
    overflow: auto;
    z-index: 20;
    right: 0
}

.impressum-overlay-wrap, .notice-overlay-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.impressum-overlay-inner, .notice-overlay-inner {
    width: 33.333vw;
    height: 100vh;
    background: #fff;
    color: #000;
    padding: 40px;
    padding-top: 120px;
    text-transform: uppercase
}

.intro {
    padding-top: 40px
}

.fa-times-thin:before {
    content: '\00d7'
}

.impressum-overlay-inner-close, .notice-overlay-inner-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px
}

.impressum-overlay-inner-close .fa,
.impressum-overlay-inner-close .fa,
.notice-overlay-inner-close .fa {
    color: #000;
    font-size: 70px
}

.disclaimer {
    text-transform: capitalize
}

.down {
    position: absolute;
    text-align: center;
    transition: 300ms;
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 10px;
    left: 0;
    width: 100%;
    font-size: 45px;
    color: #fff
}

.down a:link,
.down a:hover,
.down a:visited {
    color: #4d4d4d!important
}

.impressum-overlay-inner .headline-red, .notice-overlay-inner .headline-red {
    line-height: 2em
}

.impressum-button,
.impressum-button:hover {
    color: #000!important;
    text-decoration: none
}

.bottom-nav {
    font-size: 18px
}

.wrap {
    color: #e9e9e9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.wrap ul.wrap-nav li {
    display: inline;
    vertical-align: top;
    width: 24%;
    position: relative
}

.wrap ul.wrap-nav li a {
    color: #fff;
    display: block;
    padding: 0;
    text-decoration: none;
    transition-property: all .2s linear 0;
    -moz-transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 3.125em;
    text-transform: uppercase;
    line-height: 1.25em
}

.wrap ul.wrap-nav li a:hover {
    color: #fff
}

.wrap ul.wrap-nav ul {
    padding: 0
}

.wrap ul.wrap-nav ul li {
    display: block;
    font-size: 13px;
    width: 100%;
    color: #e9e9e9
}

.wrap ul.wrap-nav ul li a {
    color: #f0f0f0
}

.wrap ul.wrap-nav ul li a:hover {
    color: #34B484
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 0 solid #eceeef;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.table td,
.table th {
    padding: 0;
    vertical-align: top;
    border-top: 0 solid #eceeef
}

.table th {
    border: 0
}

.content-wrapper {
    height: 100vh
}

.btn-preis {
    max-width: 420px;
    height: auto;
    border: 2px solid #fff;
    color: #cd181b!important;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 16px;
    margin-top: 20px;
    display: block;
    text-align: center
}

#produkte img {
    padding-top: 20px
}

.pb-last {
    padding-bottom: .8em
}

#map {
    width: 550px;
    height: 550px
}

.small-font {
    font-size: 14px;
    text-transform: capitalize!important
}

.bold-small {
    text-transform: capitalize!important;
    font-weight: 700
}

@media (max-width: 1440px) {
    .impressum-overlay-inner, .notice-overlay-inner {
        width: 100vw;
        overflow: scroll;
        padding-top: 20px
    }
}

@media (max-width: 1024px) {
    .bottom-nav {
        padding-bottom: 2%!important
    }
    .logo-small {
        display: none!important
    }
    #map {
        width: 550px!important;
        height: 550px!important
    }
    .gallery-thumbs {
        margin-right: 20px!important
    }
}

@media (max-width: 768px) {
    .impressum-overlay-inner, .notice-overlay-inner {
        width: 100vw;
        overflow: scroll;
        padding-top: 20px
    }
}

@media (max-width: 680px) {
    .impressum-overlay-inner, .notice-overlay-inner {
        width: 100vw;
        overflow: scroll;
        padding-top: 20px
    }
    .disclaimer {
        font-size: 8px
    }
    .right {
        width: 10px;
        height: 20000px
    }
    .left {
        width: 10px;
        height: 20000px
    }
    #navigation-button {
        right: 20px;
        top: 20px
    }
    .main-content {
        padding-left: 8%;
        padding-right: 8%;
        padding-top: 4%;
        text-align: center;
        font-size: 1em;
        margin-top: 0
    }
    .headline-red {
        color: #cd181b;
        font-size: 2em;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 1em
    }
    .headline {
        font-size: 2em;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1em
    }
    .headline-light {
        font-size: 2em;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 1em
    }
    .table {
        text-align: left
    }
    .home:before {
        background-position: 82%
    }
    .about:before,
    .preise:before,
    .galerie:before,
    .produkte:before {
        display: none
    }
    .gallery {
        height: 320px;
        margin-right: auto!important;
        margin-left: auto!important;
        width: 320px
    }
    .wrap ul.wrap-nav li a {
        font-size: 2.5em
    }
}

@media (max-width: 543px) {
    .impressum-overlay-inner, .notice-overlay-inner {
        width: 100vw;
        overflow: scroll;
        padding-top: 20px
    }
    .disclaimer {
        font-size: 8px
    }
    .right {
        width: 10px;
        height: 20000px
    }
    .left {
        width: 10px;
        height: 20000px
    }
    #navigation-button {
        right: 20px;
        top: 20px
    }
    .main-content {
        padding-left: 8%;
        padding-right: 8%;
        padding-top: 4%;
        text-align: center;
        font-size: 1em;
        margin-top: 0
    }
    .headline-red {
        color: #cd181b;
        font-size: 2em;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 1em
    }
    .headline {
        font-size: 2em;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1em
    }
    .headline-light {
        font-size: 2em;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 1em
    }
    .table {
        text-align: left
    }
    .home:before {
        background-position: 82%
    }
    .about:before,
    .preise:before,
    .galerie:before,
    .produkte:before {
        display: none
    }
    .gallery {
        height: 320px;
        margin-right: auto!important;
        margin-left: auto!important;
        width: 320px
    }
    .wrap ul.wrap-nav li a {
        font-size: 2.5em
    }
}

@media (max-width: 320px) {
    .right {
        width: 10px
    }
    .left {
        width: 10px
    }
    #navigation-button {
        right: 20px;
        top: 20px
    }
    .main-content {
        padding-left: 8%;
        padding-right: 8%;
        text-align: center;
        font-size: .8em
    }
    .headline-red {
        color: #cd181b;
        font-size: 1em;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 35px
    }
    .headline {
        font-size: 1em;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 35px
    }
    .headline-light {
        font-size: 1em;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 35px
    }
    .table {
        text-align: left
    }
}

.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px
}

.thumbnail {
    padding: 0
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%
}

.wrapper {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.demo {
    position: fixed;
    width: 50px;
    height: 100vh;
    background: #fff;
    top: 0;
    left: 0
}

.demo.right {
    right: 0;
    left: inherit
}

.gallery {
    height: 550px;
    margin-right: 20px;
    width: 550px
}

.gallery-thumbs {
    margin: 0;
    height: 550px;
    width: 170px;
    box-sizing: border-box
}

.gallery-thumbs .swiper-slide {
    height: 170px;
    opacity: .4;
    cursor: pointer
}

.swiper-slide {
    background-size: cover;
    background-position: center
}

.background {
    background: url(http://res.cloudinary.com/dw8swjfpf/image/upload/v1481200559/background_vz2gas.png) no-repeat;
    width: 100vw;
    height: 550px;
    background-size: cover;
    background-position: 150px center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.slider-hover {
    background: transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 100%;
    z-index: 5;
    width: 50px;
    top: 0;
    position: absolute
}

.slider-hover:hover {
    background: rgba(0, 0, 0, 0.0)!important
}

.slider-right-hover {
    right: 0
}

.slider-right-hover .swiper-button-next {
    opacity: 0
}

.slider-right-hover:hover .swiper-button-next {
    opacity: 1
}

.slider-left-hover {
    left: 0
}

.slider-left-hover .swiper-button-prev {
    opacity: 0
}

.slider-left-hover:hover .swiper-button-prev {
    opacity: 1
}

.swiper-button-prev,
.swiper-button-next {
    height: 30px;
    margin-top: inherit;
    -webkit-transition: all .5s;
    transition: all .5s
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1
}

.logo-small {
    padding-top: 20px;
    padding-left: 100px;
    position: absolute;
    z-index: 9
}

.overlay-wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100vw;
    height: 100vh
}

.wrap {
    display: flex;
    padding-top: 10%
}

.bottom-nav {
    display: flex;
    flex-grow: 1;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 1%
}

.bottom-nav a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none
}

.swiper-slide img {
    max-width: 100%;
    height: auto
}

@media (max-width: 991px) {
    .gallery-thumbs {
        display: none
    }
    .gallery {
        margin: 0 auto;
        height: 320px;
        margin-right: 0;
        width: 320px
    }
    .slider-hover {
        background: rgba(0, 0, 0, 0.0)!important
    }
    .slider-right-hover .swiper-button-next {
        opacity: 1
    }
    .slider-left-hover .swiper-button-prev {
        opacity: 1
    }
}

.content-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.datenschutz-button,
.datenschutz-button:hover,
.datenschutz-button:visited {
    color: #000!important;
    text-decoration: none
}