html,body{
    height:100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #444;
    -webkit-font-smoothing: antialiased;
}

#logo{
    position: absolute;
    z-index: 2;
    width: 250px;
    left: calc(50vw - 125px);
    top: calc(70vh - 125px);
    /* transition: all 1s; */
}

main {
    min-height: calc(100vh - 550px);
    position: relative;
    width: 100%;
}

.img-resp{
    width:100%;
    height: auto;
}

.kontakt #wrapper{
    height:100%;
}

#content {
    position: relative;
    z-index: 1;
}

.preloader-wrapper {
    height: 100vh;
    width: 100vw;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}

.preloader img{
    width:100%;
}

a {
    color: #111;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover, a:focus {
    color: #666!important;
    text-decoration: none;
    border: none;
    outline: none;
}

h1{
    line-height: 1.5;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 1px;
    color: #918787;
}

h2 {
    font-size: 16px;
    font-weight: 900;  
}

h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 10px;
}

i.fab, i.far, i.fa{
    color: #444;
    font-size:35px;
    padding-right:20px;
    transition: all 0.5s;
}

i.fab:hover, i.far:hover, i.fa:hover{
    color: #ff0096;
}

button:focus { outline: none; }

/*effect-underline*/
.effect-underline:after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

.effect-underline:hover:after {
    opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* HEADER */
header {
    position: fixed;
    z-index:9999;
}

.navbar { padding: 20px 0; }

.bg-light {
    border:none;
    background-color: transparent !important;
}

.nav{
    display: list-item;
}

nav .nav-link {
    font-size: 5vw;
    font-weight: 100;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #444;
    line-height: 1.5;
}

strong.active.nav-link{
    color: #ff0096; 
}

nav .nav-link:hover {
    color: #ff0096 !important;
}

img.nav-logo {
    width: 150px;
    margin-bottom: 50px;
}

button.navbar-toggler {
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 9999;
    border-radius: 0;
}

.navbar-light .navbar-toggler-icon { background-image: none;}

.navbar-toggler-icon i.fas {
    font-size: 25px;
    padding-top: 3px;
}

.hamburger {
    padding: 3px 0 0 2px;
    margin-left: -2px;
}

.hamburger-box { width: 30px; }

.hamburger-inner, 
.hamburger-inner:after, 
.hamburger-inner:before {
    width: 30px;
    height: 2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #ff0096;
}

button.navbar-toggler {
    position: fixed;
    padding: 0;
    top: 25px;
    right: 25px;
    z-index: 9999;
    border: none;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.5);
}

.navbar-light .navbar-toggler-icon { background-image: none;}

.navbar-toggler-icon i.fas {
    font-size: 25px;
    padding-top: 3px;
    color: #ff0096;
}

#menu{
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    padding: 10vh;
}
/* ### */

.headline {
    line-height: 1.5;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 1px;
    padding-bottom: 35px;
    color: #918787;
    text-align: center;
}

.headline:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 25%;
    border: 0;
    height: 1px;
    width: 50%;
    background: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.5), transparent);
    background: linear-gradient(left, transparent, rgba(0, 0, 0, 0.5), transparent);
    margin: 45px 0 35px 0;
}

/* FOOTER */
/* footer {
    height: 50px;
    position: relative;
    z-index: 10;
    font-size: 13px;
    text-align: center;
} */

footer{
    height: 150px;
    background: #fff6f5;
    color: #333;
    position: relative;
    z-index: 10;
    font-size: 14px;
    text-align: center;
    margin-top: 200px;
}

footer:before {
    content: " ";
    position: absolute;
    z-index: 0;
    left: 0;
    top: -50px;
    width: 100%;
    height: 150px;
    background: #fff6f5;
    transform-origin: 0 0;
    transform: skewY(-3deg);
}

footer a{
    color: #918787;
}

footer a:hover{
    color: #7e6b6b;
}

footer i.icon {
    font-size: 25px;
    padding: 0 7px;
}
/* ### */

.cookiebar {
    background-color: #222;
    z-index:9999;
}

.cookiebar__button {
    background-color: #444;
}

.cookiebar__button:hover {
    background-color: #333;
}

a#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(255,255,255,0.5);
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 99;
    opacity:0;
}

#return-to-top i {
    border: solid #ff0096;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    padding: 10px;
    margin: 21px 0 0 3px;
  }

a#back {
    position: fixed;
    top: 20px;
    left: 20px;
    background: rgba(255,255,255,0.5);
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 99;
}

#back i {
    border: solid #ff0096;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    padding: 10px;
    margin: 14px 0 0 10px;
  }
  
i.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }

i.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 150px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 120px;
}

/* Instagramjs */
.instawrap{
    background-size:cover; 
    width:100%; 
    height:300px;
}

button#load-more {
    margin-top: 30px;
}
/* ### */

/* Terminanfrage */
.ce_form{
    width:100%;
}

.btn-send{
    margin-left: 0 !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ff0096;
    background-color: #ff0096;
}

.btn-anna{
    margin: 15px;
    transition: all 0.5s;
    width: 150px;
    height: 50px;
    border: 1px solid #FE007B;
    background-color: #FE007B;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.btn-anna:hover{
    background-color:  rgba(255,255,255,0.5);
    color: #FE007B;
}