@keyframes preloader {
	0%   { -webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg);}
	100% { -webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg); }
}
@-webkit-keyframes preloader {
	0%   { -webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg);}
	100% { -webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg); }
}
.preloader { position:fixed; width:100%; height:100%; top:0; left:0; z-index:1000000; background-color: #85FFBD;
    background-image: linear-gradient(45deg, #85FFBD 0%, #FFFB7D 100%); }
.preloader > svg { -webkit-animation: preloader 2s linear infinite; animation: preloader 2s linear infinite; position:fixed; top:50%; left:50%; transform:translate(-50%, -50%); width:80px; height:80px;} 
.preloader g { stroke:#FFF; fill:none; }



body,
html {
    font-size: 15px;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #FFF;
}

a, a:hoover, a:visited, a:-webkit-any-link { 
    color: #000000;
    text-decoration: none !Important;
}

.arikei-impressum a, .arikei-kontakt a { 
    color: #000000;
    text-decoration: none !Important;
}

a.nice-link.montserrat-fontface {
    font-family: 'Montserrat', sans-serif;
}

ul.nice-link-impressum {
    position: absolute;
    bottom: 0;
    right: 0;
}
.nice-link-impressum {}

a.nice-link {
    color: #FFF;
    position: relative;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    margin: 5px 0;
    font-family: 'Reem Kufi', sans-serif;
    font-weight: intial;
    line-height: 1rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
    font-size: 2.5em
}
a.nice-link>.hover {
    -webkit-animation: menuSkew 6s ease-in-out infinite;
    animation: menuSkew 6s ease-in-out infinite;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}
a.nice-link>.hover>span {
    position: absolute;
    background: #FFF;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}
a.nice-link>.hover>span:nth-child(1) {
    top: 0;
    left: 0;
    width: 0;
    height: 1px
}
a.nice-link>.hover>span:nth-child(2) {
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
a.nice-link>.hover>span:nth-child(3) {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
a.nice-link>.hover>span:nth-child(4) {
    top: 0;
    right: 0;
    width: 1px;
    height: 0%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
a.nice-link.hover,
a.nice-link:hover {
    color: #fff;
}
a.nice-link.hover>.hover,
a.nice-link:hover>.hover {
    -webkit-transform: skew(2deg, 1deg);
    transform: skew(2deg, 1deg)
}
a.nice-link.hover>.hover>span:nth-child(1),
a.nice-link:hover>.hover>span:nth-child(1) {
    width: 100%
}
a.nice-link.hover>.hover>span:nth-child(2),
a.nice-link:hover>.hover>span:nth-child(2) {
    width: 100%;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}
a.nice-link.hover>.hover>span:nth-child(3),
a.nice-link:hover>.hover>span:nth-child(3) {
    height: 100%;
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}
a.nice-link.hover>.hover>span:nth-child(4),
a.nice-link:hover>.hover>span:nth-child(4) {
    height: 100%;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}
.stage {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}
.stage>.backgroundStack {
    width: 100%;
    height: 100%
}
.stage>.backgroundStack>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.stage>.backgroundStack>.backgroundStack-solidColor {
    background: #463760
}
.stage>.backgroundStack>.backgroundStack-noise {
    background: url(../_assets/noise.gif)
}
.stage>.backgroundStack>.backgroundStack-pic {
    background: url(../_pics/background.jpg) center center no-repeat;
    background-size: cover
}
.stage>.backgroundStack>.backgroundStack-3d {
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out
}

/* Arikei add on */

.stage>.stage-logo {
    width: 100px;
    height: auto;
    position: absolute;
    top: 80px;
    left: 40px
}

.content .content-textwrapper ul {
    list-style: none;
    padding: 0;
}

.arikei-menu li {
    padding: 0.7rem 0;
}

.arikei-menu h2, .arikei-impressum h2 {
    font-family: 'Reem Kufi', sans-serif;
    letter-spacing: 0.2rem;
}

.arikei-menu, .arikei-impressum {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.arikei-impressum h2, .arikei-impressum h3 {
    font-family: 'Reem Kufi', sans-serif;
    text-transform: uppercase;
}
.arikei-menu .titel-preis {
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.arikei-menu p {
    padding-right: 5rem;
}

.arikei-kontakt {

}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #ffffff;
    color: #000000;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }

  .modal-content h1{
    font-size: 3em;
    font-family: 'Reem Kufi', sans-serif;
    text-transform: uppercase;
    text-align: center;
  }
  .modal-content h2 { 
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      text-align: center;
    }

    .modal-content p { 
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        text-align: center;
      }

    .modal-content .popup-highlight {
        padding: 1rem;
        background-image: linear-gradient(45deg, #85FFBD 0%, #FFFB7D 100%);
    }

    .neu-highlight {
        padding: 0.5rem;
        background-image: linear-gradient(45deg, #85FFBD 0%, #FFFB7D 100%);
    }

    .modal-content img {
        display: block;
        width: 30px;
        height: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }
  
  /* The Close Button */
  .arikei-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .arikei-close:hover,
  .arikei-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }


/* */



@media screen and (min-width: 769px) {
    .stage>.backgroundStack.contentOn>.backgroundStack-3d {
        left: -25%
    }
}
@media screen and (max-width: 768px) {
    .stage>.backgroundStack.contentOn>.backgroundStack-3d {
        top: -25%
    }
}
.stage>.backgroundStack.contentOn>.backgroundStack-3d {
    opacity: .3
}
.stage>.stage-header {
    width: 100%;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 40px;
    text-transform: uppercase
}
.stage>.stage-header h1 {
    font-family: 'Reem Kufi', sans-serif;
    font-size: 3.5em;
    color: #00e0ce;
    font-weight: 700;
    margin: 0;
    padding: 0
}
.stage>.stage-header h2 {
    font-size: 3.5em;
    color: #FFF;
    font-weight: 300;
    margin: 0;
    position: relative;
    padding: 0;
    display: block
}
.stage>.stage-header h2>span {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
@media screen and (max-width: 800px),
screen and (max-height: 640px) {
    .stage>.stage-header h1,
    .stage>.stage-header h2 {
        font-size: 2em
    }
    .stage>.stage-logo {
        width: 150px;
        height: auto;
        position: absolute;
        top: 40px;
        left: 40px
    }

    .modal-content h1 { font-size: 2em;}
    .modal-content h2 { 
        font-size: 20px;
      }
}
@media screen and (max-width: 480px) {
    .stage>.stage-header h1,
    .stage>.stage-header h2 {
        font-size: 1.5em
    }
    .stage>.stage-logo {
        width: 100px;
        height: auto;
        position: absolute;
        top: 40px;
        left: 40px
    }

    .arikei-menu h2, .arikei-impressum h2 {
        font-size: 1.2rem;
        font-family: 'Reem Kufi', sans-serif;
        letter-spacing: 0.2rem;
    }

    .arikei-menu .titel-preis {
        display: flex;
        justify-content: space-between;
        font-size: 1.2rem;
        text-transform: uppercase;
    }
    .arikei-menu .titel-preis > div {
        padding-right: 1rem;
    }

    .arikei-menu p {
        padding-right: 0rem;
    }
    
}
.stage>.stage-logo {
    position: absolute;
    left: 40px
}
.stage>.stage-nav {
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
}
.stage>.stage-nav ul,
.stage>.stage-nav ul>li {
    list-style-type: none;
    padding: 0;
    margin: 0
}
.stage>.stage-nav ul>li a {
    text-transform: uppercase;
    padding: 15px 20px;
    margin: 5px 0;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 1.5em
}
@media screen and (max-width: 1120px),
screen and (max-height: 767px) {
    .stage>.stage-nav ul>li a {
        font-size: 1.3em;
        padding: 10px
    }
}
.stage>.stage-nav ul>li:nth-child(n) a>.hover {
    -webkit-transform: skew(2deg, 1deg);
    transform: skew(2deg, 1deg);
    -webkit-animation: menuSkew 6s ease-in-out infinite;
    animation: menuSkew 6s ease-in-out infinite
}
.stage>.stage-nav ul>li:nth-child(n+1) a>.hover {
    -webkit-transform: skew(-2deg, 1deg);
    transform: skew(-2deg, 1deg);
    -webkit-animation: menuSkew 6s ease-in-out infinite alternate;
    animation: menuSkew 6s ease-in-out infinite alternate
}
.stage>.stage-nav ul>li:nth-child(n+2) a>.hover {
    -webkit-transform: skew(5deg, -3deg);
    transform: skew(5deg, -3deg);
    -webkit-animation: menuSkew 6s ease-in-out infinite;
    animation: menuSkew 6s ease-in-out infinite
}
.stage>.stage-nav ul>li:nth-child(n+3) a>.hover {
    -webkit-transform: skew(-5deg, 3deg);
    transform: skew(-5deg, 3deg);
    -webkit-animation: menuSkew 6s ease-in-out infinite alternate;
    animation: menuSkew 6s ease-in-out infinite alternate
}
@-webkit-keyframes menuSkew {
    0%, 100% {
        -webkit-transform: skew(2deg, 1deg);
        transform: skew(2deg, 1deg)
    }
    50% {
        -webkit-transform: skew(-4deg, -2deg);
        transform: skew(-4deg, -2deg)
    }
}
@keyframes menuSkew {
    0%, 100% {
        -webkit-transform: skew(2deg, 1deg);
        transform: skew(2deg, 1deg)
    }
    50% {
        -webkit-transform: skew(-4deg, -2deg);
        transform: skew(-4deg, -2deg)
    }
}
.content {
    background: #111;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out
}
@media screen and (max-width: 768px) {
    .content {
        top: 90px;
        right: 0;
        width: 100%;
        height: calc(100% - 90px);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}
.content.contentOn {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
.content .content-title {
    font-size: 4em;
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    font-weight: 300;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase
}
@media screen and (max-width: 1120px) {
    .content .content-title {
        font-size: 2.5em;
        text-align: center
    }
}
.content .content-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}
.content .content-content>.wrapper {
    position: relative;
    width: 100%;
    height: 100%
}
.content .content-content.content-content--contact .map {
    width: 100%;
    height: 50%
}
.content .content-content.content-content--contact .contact-grid {
    min-height: 400px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
    height: 50%;
    overflow: hidden
}
@media screen and (max-width: 480px) {
    .content .content-content.content-content--contact .contact-grid {
        min-height: 800px
    }
}
.content .content-content.content-content--contact .contact-grid>li {
    min-height: 200px;
    position: relative;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 50%;
    height: 50%;
    float: left;
    box-sizing: border-box
}
@media screen and (max-width: 480px) {
    .content .content-content.content-content--contact .contact-grid>li {
        width: 100%;
        float: none;
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }
}
.content .content-content.content-content--contact .contact-grid>li>.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.content .content-content.content-content--contact .contact-grid>li:nth-child(1),
.content .content-content.content-content--contact .contact-grid>li:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}
@media screen and (min-width: 481px) {
    .content .content-content.content-content--contact .contact-grid>li:nth-child(1),
    .content .content-content.content-content--contact .contact-grid>li:nth-child(3) {
        border-right: 1px solid rgba(255, 255, 255, .1)
    }
}
.content .content-content.content-content--contact .contact-grid>li .fa {
    font-size: 3em;
    color: #00e0ce
}
.content .content-content.content-content--about {}.content .content-textwrapper {
    padding: 40px;
    line-height: 2em
}
@media screen and (max-width: 1120px) {
    .content .content-textwrapper {
        padding: 20px 40px
    }
}
.content-close {
    position: absolute;
    top: 20px;
    right: calc(50% + 20px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
@media screen and (max-width: 768px) {
    .content-close {
        right: 20px;
        top: 13px
    }
}
.content-close.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}


