/*!
Theme Name: aka
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aka
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

aka is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later. */

@font-face {
    font-family: 'AvenirLTBook';
    font-style: normal;
    src:url('fonts/AvenirLT-W04_45-Book.eot') format('eot'),
          url("fonts/AvenirLT-W04_45-Book.woff2") format("woff2"),
          url("fonts/AvenirLT-W04_45-Book.woff") format("woff"),
          url("fonts/AvenirLT-W04_45-Book.ttf") format("truetype");
}

@font-face {
    font-family: 'AvenirLTMedium';
    font-style: normal;
    src:url('fonts/AvenirLT-W04_65-Medium.eot') format('eot'),
          url("fonts/AvenirLT-W04_65-Medium.woff2") format("woff2"),
          url("fonts/AvenirLT-W04_65-Medium.woff") format("woff"),
          url("fonts/AvenirLT-W04_65-Medium.ttf") format("truetype");
}
@font-face {
    font-family: 'AvenirLTHeavy';
    font-style: normal;
    src:url('fonts/AvenirLT-W04_85-Heavy.eot') format('eot'),
          url("fonts/AvenirLT-W04_85-Heavy.woff2") format("woff2"),
          url("fonts/AvenirLT-W04_85-Heavy.woff") format("woff"),
          url("fonts/AvenirLT-W04_85-Heavy.ttf") format("truetype");
}

@font-face {font-family: 'AvenirLTStd-Black';src: url('fonts/2CA07A_1_0.eot');src: url('fonts/2CA07A_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/2CA07A_1_0.woff2') format('woff2'),url('fonts/2CA07A_1_0.woff') format('woff'),url('fonts/2CA07A_1_0.ttf') format('truetype'),url('fonts/2CA07A_1_0.svg#wf') format('svg');}



/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
/* html5doctor.com Reset Stylesheet | v1.6.1 | Richard Clark - http://richclarkdesign.com */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: inherit;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

b,
strong {
	font-weight: 900;
}

small {
	font-size: 80%;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
    display: block;
}

html {
        font-size: 100%;
        -webkit-text-size-adjust: 100%;
	box-sizing: border-box;
        height: 100%;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
        min-height: 100%;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
}

#main-menu {
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.21, 1);
    visibility: hidden;
}
.m-open #masthead {
    z-index: 3;
}
.m-open #main-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.21, 1);
}
body.m-open{
    height: 100%;
    overflow-y: scroll;
}
.m-open #page{
    overflow: hidden;
    height: 100%;   
}
.m-open #masthead{
    position: fixed;
}

.custom-logo-link {
    top: 42px;
    position: fixed;
    left: 45px;
    z-index: 5;
    display: block;
    max-width: 70px;
}
.single-artists .custom-logo-link{
    opacity: 0.18;
}
.m-open #main-menu ul {
    opacity: 1;
    transition: 1s all ease-out;
    overflow: hidden;
    transition-delay: 0.7s;
}
#main-menu ul {
    opacity: 0;
    transition: 1s all ease-out;
}

#main-menu ul li a {
    font-family: Cardo;
    font-size: 56px;
    font-weight: bold;
    line-height: 80px;
    letter-spacing: 18px;
    color: #737373;
    text-shadow: 0 2px 4px rgba(39, 39, 39, 0.5);
    transition: 0.5s all;
    text-transform: uppercase;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    display: block;
    text-align: center;
    margin: 0px;
}
#main-menu ul li:hover a {
    line-height: 80px;
    color: #ffffff;
    letter-spacing: 13.2px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#main-menu div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 1s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#main-menu li.menu-item-home:hover ~ #home-item-bg,
#main-menu li.menu-item-artists:hover ~ #artists-item-bg,
#main-menu li.menu-item-piercing:hover ~ #piercing-item-bg,
#main-menu li.menu-item-art-gallery:hover ~ #gallery-item-bg,
#main-menu li.menu-item-blog:hover ~ #blog-item-bg,
#main-menu li.menu-item-about:hover ~ #about-item-bg,
#main-menu li.menu-item-contact:hover ~ #contact-item-bg{ 
    opacity: 1; 
    -webkit-transform: scale3d(1.06,1.06,1);
    transform: scale3d(1.06,1.06,1);
}


#home-item-bg{ background-image: url('https://akaberlin.com/wp-content/uploads/2018/07/banner-1.jpg'); }
#artists-item-bg{ background-image: url('https://akaberlin.com/wp-content/uploads/2018/07/banner.jpg');}
#piercing-item-bg{ background-image: url('https://akaberlin.com/wp-content/uploads/2018/07/piercing_banner.jpg'); }
#gallery-item-bg{ background-image: url('https://akaberlin.com/wp-content/uploads/2018/10/gallery.jpg');}
#blog-item-bg{}
#about-item-bg{ background-image: url('https://akaberlin.com/wp-content/uploads/2018/07/about_banner.jpg'); }
#contact-item-bg{background-image: url('https://akaberlin.com/wp-content/uploads/2018/07/banner_contact.jpg');}


#menu-toggle {
    position: fixed;
    top: 42px;
    z-index: 5;
    right: 28px;
    width: 100px;
    height: 100px;
    display: block;
    overflow: hidden;  
    cursor: pointer;
    transition: width 0.8s 0s;
}
.menu-label{
    font-family: AvenirLTHeavy;
    font-size: 9.7px;
    line-height: normal;
    letter-spacing: 1.6px;
    color: #ffffff;
    text-transform: uppercase;
}
#menu-toggle .menu-label{
    position: absolute;
    display: block;
}

#menu-icon{
    display: block;
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
        transform: translateX(25px);
    position: relative;
    transition: 0.5s all 0s;
}
#menu-icon span {
    width: 4px;
    height: 4px;
    background: white;
    border-radius: 50%;
    display: block;
    margin: 0 auto 6px;
    transition: transform 0.5s;
}

#mo {
    left: 61px;
    top: 53px;
    z-index: 400;
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    transition: 0.8s all 1s;
    
}
#mc {
    width: 75px;
    top: 7px;
    left: 124px;
    transition: 0.5s all 0s;
}
.m-open #mc {
    -webkit-transform: translateX(-83px);
    -ms-transform: translateX(-83px);
        transform: translateX(-83px);
    transition-delay: 0.5s;
}
.m-open #mo {
    top: 120px;
    opacity: 0;
    transition: 0.8s all 0s;
}
.m-open #menu-icon {
    -webkit-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
        transform: translateX(-26px);
    transition-delay: 0.5s;
}
.m-open #menu-icon span:first-of-type {
    -webkit-transform: translate3D(0,10px,0);
    -ms-transform: translate3D(0,10px,0);
        transform: translate3D(0,10px,0);
    position: relative;
}
.m-open #menu-icon span:last-of-type {
    -webkit-transform: translate3d(0,-10px,0px);
        transform: translate3d(0,-10px,0px);
    position: relative;
}

#artists-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.21, 1);
    transition-delay: 0.5s;
}
.ma-open #artists-menu{
    transition-delay: 0s;
    opacity: 1;
}
#artists-menu ul {
    display: flex;
    margin-left: 117px;
    flex-wrap: wrap;
    width: 240px;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    -webkit-transform: translate3d(0,8%,0);
        transform: translate3d(0,8%,0);
    opacity: 0;
    transition: all 1s ease;
}
.ma-open #artists-menu ul{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
}
#artists-menu li a {
    opacity: 0.85;
    font-family: Cardo;
    font-size: 24px;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: 0.9px;
    color: #ffffff;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    transition: 0.5s all;
    display: block;
    transform-origin: left center;
}
#artists-menu li:hover a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    line-height: 42px;
    letter-spacing: 0.6px;
    opacity: 1;
}
#art-menu-icon {
    position: absolute;
    right: 47px;
    top: 50%;
}

#art-menu-icon .menu-label {
    width: 123px;
    height: 35px;
    text-align: center;
    margin-right: 21px;

}
#art-menu-icon div{
    float: right;
    margin-top: 7px;
}
#art-menu-icon div span {
    display: block;
    width: 31px;
    height: 2px;
    background: #fff;
    margin-bottom: 4px;
    transition: 1s all;
    width: 30px;
}
#art-menu-icon div span:nth-child(2){
    width: 24px;
}
#art-menu-icon div span:last-child{
    width: 16.7px;
}
#social-menu-icon {
    display: block;
    position: absolute;
    bottom: 46px;
    right: 45px;
}
#social-menu-icon svg {
    width: 12px;
    height: 13px;
    display: block;
}
#scroll-icon {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 29px;
    height: 108px;

}
.scroll-label {
    display: block;
    position: relative;
    color: white;
    font-size: 9.7px;
    font-family: AvenirLTMedium;
    font-weight: 900;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    letter-spacing: 1.6px;
    top: 23px;
}
span.line {
    width: 1px;
    height: 46.4px;
    border-right: solid 1px #ffffff;
    display: block;
    bottom: 0px;
    position: absolute;
    left: 19px;
}

/*--------------------------------------------------------------
## General Typo
--------------------------------------------------------------*/
h1{
    font-family: 'Cardo';
    font-size: 55px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 20.8px;
    color: #ffffff;
    text-transform: uppercase;
}
h2{
    font-family: 'Cardo', serif;
    font-size: 43px;
    font-weight: bold;
    line-height: 1.19;
    letter-spacing: 0.5px;
    color: #000000;
    position: relative;
}
h2 span{
    margin-right: 12px;
}
h2::before {
    width: 45px;
    height: 2px;
    border-top: 1px solid black;
    content: "";
    position: absolute;
    top: -10px;
}
p{
    font-family: 'AvenirLTBook',helvetica,arial,sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: 0.5px;
    word-spacing: -0.5px;
    margin: 0px 0px 1.69em;
    
}
a{
    text-decoration: none;
}
.sub-link a{
    font-family: Cardo;
    font-size: 17px;
    line-height: 1.71;
    letter-spacing: 0.5px;
    color: #000000;
    display: block;
    padding: 12px 3px 0px;
}
.sub-link a::before {

    content: "";
    width: 113px;
    height: 1px;
    background: #979797;
    display: block;
    bottom: 5px;
    position: absolute;

}
a:focus{
    outline: none;
    
    
}

/*--------------------------------------------------------------
## Artice Headerl
--------------------------------------------------------------*/
 main header {
    color: #fff;
    position: relative;
    overflow: hidden;
    height: 100vh;
}
 main header .bg-img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.header-title{
    z-index: 2;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); 
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.page-title {
    letter-spacing: 20.76px;
    line-height: 76px;
    margin: 0 auto;
}
#header-button{
    font-family: Cardo;
    font-weight: 900;
    font-size: 19px;
    letter-spacing: 0.4px;
    padding: 12px 42.5px 12px 42px;
    border: 1px solid #ffffff;
    margin-top: 34px;
    display: inline-block;
}
.button{
    position: relative;
}
.button:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #333333;
    transition: opacity 0.5s;
}
.button:hover:before{
    opacity: 1;
    transition: opacity 0.3s;
}
.button .button-text{
    position: relative;
    display: block;
}
.home .page-title{
    display: none;
}
.home .header-title{
    top: 50%;
    -webkit-transform: translate(119px,-50%);
    -ms-transform: translate(119px,-50%);
        transform: translate(119px,-50%);
    text-align: left;
    max-width: 676px;
    margin: 0;
    transition: opacity 0.3s;
    transition-delay: 0.7s;
}
.home .header-title p {
    font-family: Cardo;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.42;
    letter-spacing: 1.3px;
    opacity: 0.8;
}
.ma-open .header-title {
    opacity: 0;
    transition-delay: 0s;
    visibility: hidden;
}
#about .header-title{
    max-width: 400px;
}
#impressum header {
    height: 380px;
}

/*--------------------------------------------------------------
## Layout Aka
--------------------------------------------------------------*/
.content {
    position: relative;
    display: block;
    margin-top: 121px;
}
.text-block.cols p:first-of-type {
    padding-top: 18px;
}
.text-block{
    width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.text-block.title{
    justify-content: flex-start;
}
.image-block {
    width: 1080px;
    margin: 0 auto;
}
.image-block.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.image-block.flex img{
    width: calc(50% - 5px);
    margin-bottom: 10px;
}
.image-block.flex img:last-child {
    margin-bottom: 16px;
}
.full{
    width: 100% !important;
}
.full img{
    margin: 0 auto;
}
.text-block p{
    padding: 0 9.3% 0 8.89%;
}
.text-block.cols p {
    width: 67.13%;
    padding:0  5.09% 0 0;
}
.text-block h2 {
    width: 32.87%;
    padding-left: 4.73%;
}
.text-block .sub-link{
    width: 32.87%;
    padding-left: 4.73%;
}
.text-block .sub-link h2{
    padding-left: 0;
    width: 100%;
}


 
/*--------------------------------------------------------------
## Artist Page
--------------------------------------------------------------*/

.gallery{
    width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.item-inner {
    padding: 8px;
    border: 0.3px solid rgba(222,222,222,0.25);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.05)
}
.item {
    width: 33.33%;
    padding: 0 5px 12px;
}
.item a{
    cursor: default;
}
/*First Gallery*/

.content div:nth-of-type(2).gallery .item a{
    cursor: pointer;
}

.details {
    display: flex;
    margin: 38px 18px 25px;
}
main#artists{
    overflow: hidden;
}

.text-block.title h2 {
    margin-bottom: 32px;
}
.gallery h3 {
    font-family: Cardo;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.22;
    letter-spacing: 0.8px;
    color: #000000;
    width: 73%;
    padding-right: 33px;
    position: relative;
    min-height: 2.44em;
}
.gallery h3::before {
    content: "";
    height: 64px;
    width: 1px;
    background-color: #e6e6e6;
    position: absolute;
    right: -2px;
    top: 14px;
}
.gallery p{
    opacity: 0.2;
    font-family: Cardo;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    width: 26%;
    float: left;
    padding: 19px 0px 0px 16px;
    width: 26%;
    padding: 19px 0px 0px 16px;
    box-sizing: border-box;
}
.gallery .details p.call-action.nojs{
    /*opacity: 0 !important;
    margin-bottom: 10px;
    font-family: Cardo;
    text-decoration: underline;
    font-size: 15px;
    position: absolute;
    right: 31px;
    bottom: 41px;
    transition: opacity 0.2s;
    width: 100%;
    text-align: right;
    font-weight: normal;*/
    opacity: 0 !important;
    margin-bottom: 10px;
    font-family: Cardo;
    text-decoration: underline;
    font-size: 15px;
    position: absolute;
    right: 40px;
    bottom: 30px;
    transition: opacity 0.2s;
    width: 100%;
    text-align: right;
    font-weight: normal;
    letter-spacing: 0.2px;
}
.content div:nth-of-type(2).gallery .item:hover .details p:first-of-type{
    opacity: 0 !important;  
}
.content div:nth-of-type(2).gallery .item:hover .details p.call-action.nojs{
    opacity: 1 !important;
}
.content div:nth-of-type(2).gallery .item:hover h3:before{
    background-color: transparent;
}
@media only screen and (min-width: 1200px) {

    .item:hover{
        z-index: 9;
    }

    .content .gallery.hovered .item:hover .item-inner {
        opacity: 1;
    }
    .content .gallery.hovered .item-inner {
        opacity: 0.52;
        transition: opacity 0.4s;
    }
    .content div:nth-of-type(2).gallery .item:hover:nth-child(1) .item-inner,
    .content div:nth-of-type(2).gallery .item:hover:nth-child(3n + 1) .item-inner{
        transform: scale(1.2) rotate(-7deg);
        background-color: white;
    }
    .content div:nth-of-type(2).gallery .item:hover:nth-child(2) .item-inner,
    .content div:nth-of-type(2).gallery .item:hover:nth-child(3n+2) .item-inner{
        transform: scale(1.2);
        background-color: white;
    }
    .content div:nth-of-type(2).gallery .item:hover:nth-child(3) .item-inner,
    .content div:nth-of-type(2).gallery .item:hover:nth-child(3n + 3) .item-inner{
        transform: scale(1.2) rotate(7deg);
        background-color: white;
    }
}
#guestArtist {
    width: 1080px;
    margin: 0 auto 133px;
    display: flex;
}
#guestArtist .left {
    padding-left: 49px;
}
#guestArtist h2{
    margin-bottom: 40px;
}
#guestArtist h4,
#guestArtist p{
  font-family: AvenirLTHeavy;
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: 0.4px;
  color: #000000;
  margin: 0;
}
#guestArtist h4 {
  font-style: italic;
  text-transform:  uppercase;
  font-stretch: normal;
}
#guestArtist p span,
#guestArtist p a{
    font-weight: 500;
    color: #a0a0a0;
    padding-right: 30px;
    position: relative;
    font-family: AvenirLTMedium;
}
#guestArtist p span{
    padding-left: 1px;
    padding-right: 10px
}
#guestArtist p span:last-of-type{
    padding-right: 30px
}
#guestArtist .date:first-of-type::before {
    content: "/";
    position: absolute;
    right: -1px;
    font-size: 13.4px;
    top: -3px;
}
#guestArtist p a{
    padding-left: 10px;
}
#guestArtist p a::before {
    content: "/";
    position: absolute;
    font-size: 13.4px;
    top: -3px;
    left: 0px;
}

/*--------------------------------------------------------------
## Artist Post Type
--------------------------------------------------------------*/
.single-artists .custom-logo-link,
.single-artists #menu-toggle{
    position: fixed;
}
.artist {
    background: black;
}
.artist article {
    position: relative;
}
.artist article header{
    display: flex;
    justify-content: flex-end;
    position: initial;
    overflow: initial;   
}
#scroll{
    width: 100%;
    height: 100%;
    will-change: position,top;
    z-index: 2;
}
.artist article header .bg-img {
    width: 61.1%;
    position: relative;
   z-index: initial;
}
.artist article header .bg-img::before {
    background: black;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
}
.artist-info {
    width: 38.9%;
    height: 100vh;
    top: 0;
    left: 0;
}
.artist-info h1:before {
    content: "";
    position: absolute;
    width: 40px;
    border-top: 1px solid #fff;
    top: -10px;
}
.artist-info h1{
    transition: opacity 0.3s;
    max-width: 500px;
}
.artist-info p{
  font-size: 16px;
  line-height: 1.81;
  letter-spacing: 0.4px;
  color: #ffffff;
  margin: 12px 0 1px;
  font-family: AvenirLTMedium;
  transition: opacity 0.3s;
  transition-delay: 0.1s;
}
.artist-info a{
    font-family: Cardo;
    font-size: 14px;
    font-weight: bold;
    line-height: 4.6;
    letter-spacing: 0.4px;
    color: #737373;
    opacity: 0.98;
    transition: opacity 0.3s;
    transition-delay: 0.3s;
    display: inline-block;
}
#expand.expanded{
    display: none;
}
#more-text.expanded{
    display: inline !important;   
}
#r-more svg {
    width: 20px;
    height: 21px;
    display: inline-block;
    top: 4px;
    position: relative;
    margin-right: 2px;
}
#inst svg {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-left: 24px;
    position: relative;
    display: inline-block;
    top: 2px;
}
.artist-info a#inst{
    transition: opacity 0.3s;
    transition-delay: 0.2s;
}
.artist-info .book-botton{
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    opacity: 1;
    display: block;
    max-width: 144px;
    border: 1px solid #fff;
    padding: 9px 0 9px;
    margin: 14px 0 0;
}
.artist-info .scrolling p,
.artist-info .scrolling a{
    opacity: 0;
}
.artist-info .scrolling h1{
    opacity: 0.15;
}
.artist-info .scrolling #pagination p{
    opacity: 0.4;
}
#pagination {
    padding-top: 53px;
}
#pagination span {
    padding: 0 8px;
}
#pagination p{
    font-family: AvenirLTHeavy;
    font-size: 60px;
    line-height: 0.97;
    letter-spacing: -1.6px;
    color: #383838;
    font-weight: 900;

}
.navigation{
    position: absolute;
    bottom: 46px;
    right: 49px;
    width: 117px;
}
.navigation .alignleft a,
.navigation .alignright a {
    float: left;
    width: 52px;
    height: 52px;
    position: relative;
    display: block;
    z-index: 2;

}
.navigation .alignleft a {
    margin-right: 12px;
}
.alignleft use,
.alignright use{
    fill: rgba(0,0,0,0.5);
    transition: fill 0.3s;
}
.alignleft svg:hover use,
.alignright svg:hover use{
    fill: rgba(0,0,0,1);
}
.navigation.s-screen{
    display: none;
}
.artist-info .wrap{
    position: absolute;
    width: 97%;
    left: 120px;
    z-index: 9;
    top: 25.3%;
}
.artist .content {
    margin-top: 9px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.artist .content img{
    width: 61.1%;
    height: auto;
    margin-bottom: 9px;
}
.artist .content img:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## Art GAllery
--------------------------------------------------------------*/
#art-gallery .header-title{
    max-width: 648px;
}
div#slide-nav {
    position: absolute;
    bottom: 57px;
    width: 100%;
    text-align: center;
}
#slide-nav .s-nav{
    width: 10px;
    height: 10px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    margin: 8px;
    display: inline-block;
        z-index: 2;
    position: relative;
    
}
#slide-nav .active.s-nav:before {
    content: '';
    background: white;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
}
main#art-gallery  header .bg-img {
    z-index: -1;
    opacity: 0;
    transition: opacity 1s;
}
main#art-gallery  header .bg-img.active {
    z-index: 0;
    opacity: 1;
}

#g-artist-block {
    width: 1070px;
    margin: 47px auto 169px;
}
#art-gallery .text-block.title h2 {
    font-size: 37px;
    line-height: 1.38;
    letter-spacing: 0.5px;
}

.g-artist h3 {
  font-family: Cardo;
  font-size: 37px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.9px;
}
.g-artist p{
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  letter-spacing: 0.4px;
}
.g-artist {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid black;
    padding-top: 9px;
    padding-left: 1px;
    cursor: pointer;
}
.g-artist img {
    min-width: 260px;
}
@media only screen and (min-width: 1100px) {
    .g-artist img {
        max-width: 260px;
    }
}
.g-artist-info {
    padding: 15px 52px 22px 29px;
}
.g-artist p.g-date {
    font-size: 14px;
    font-weight: 900;
    line-height: 2.07;
    letter-spacing: 0.4px;
    margin-top: 11px;
    margin-bottom: 7px;
}
.g-artist .g-text {
    overflow: hidden;
    max-height: 3.5em;
    transition: max-height 0.5s;
    height: auto;
}
.g-artist.expand .g-text {
    max-height: 100em;
}


/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
#contact .text-block{
    margin-bottom: 45px;
}
#contact-us {
    width: 1080px;
    margin: 0 auto;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 117px;
}
.c-details {
    width: 32.78%;
    padding-left: 4.73%;
    padding-top: 54px;
}
.c-details p {
    font-family: AvenirLTBook;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 19px;
    position: relative;
}
.b-line::before {

    content: "";
    border-top: 1px solid black;
    width: 45px;
    position: absolute;
    top: -20px;

}
#contact-us form {
    width: 67.13%;
    padding: 0 5.09% 0 0;
    padding-top: 0px;
    color: #000;
}
#contact-us .input,
.newsletter .input{
    position: relative;
    display: block;
    height: 64px;
    margin-bottom: 6px;
    border-bottom: 1px solid #979797;
    max-width: 630px;
}

#contact-us input,
.newsletter input{
    position: relative;
    display: block;
    width: 100%;
    border: none;
    font-size: 17px;
    font-family: AvenirLTBook;
    line-height: 1.71;
    bottom: -26px;
    background: none;
    padding-left: 3px;
}
#contact-us ::-webkit-input-placeholder,
.newsletter ::-webkit-input-placeholder{
    font-family: AvenirLTMedium;
    letter-spacing: 0.5px;
    color: #5f5f5f !important;
}
#contact-us :-moz-placeholder, #contact-us ::-moz-placeholder,
.newsletter :-moz-placeholder, .newsletter ::-moz-placeholder{
    font-family: AvenirLTMedium;
    letter-spacing: 0.5px;
    color: #5f5f5f !important;
}
#contact-us :-ms-input-placeholder,
.newsletter :-ms-input-placeholder{
    font-family: AvenirLTMedium;
    letter-spacing: 0.5px;
    color: #5f5f5f !important;
}
#contact-us .button.submit{
    font-family: Cardo;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    display: block;
    border: 1px solid;
    padding: 14px 0 13px;
    margin-top: 70px;
    max-width: 630px;
    height: 50px;
}
#contact-us form .button-text {
    color: #000;
    transition: color .4s cubic-bezier(0.2, 1, 0.3, 1);
}
#contact-us form .submit:hover .button-text {
    color: #fff;
}
.image-block.map{
    position: relative;
}
#map {
    width: 89px;
    height: 89px;
    position: absolute;
    top: 45%;
    left: 28%;
    opacity: 0;
}
.on #map{
    opacity: 1;
    transition: opacity 0.5s ease-in-out .5s;
}
input#s-email {
    color: white;
}
.submitButton{
    width: 100%;
    position: relative; 
    overflow: hidden;
    padding-bottom: 1px;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 3em;
    height: 3em;
}
.loader {
    opacity: 0;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    top: 41px;
    left: 50%;
    margin-left: -18px;
    visibility: hidden;
}
#contact-us .loader{
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid #000;
    top: 80px;
    left: 50%;
    margin-left: -36px;
}
.newsletter .loader {
    top: initial;
    margin-left: -14px;
    bottom: 12px;
}
#succes{
    display: none;
}
#error{
    display: block;
    opacity: 0;
    color: currentColor;
    text-align: right;
    font-family: AvenirLTBook;
    font-size: 14px;
    width: 100%;
    margin-top: 17px;
    letter-spacing: 0.4px;
    height: 0;
}
#fatalerror{
    opacity: 0;
    color: currentColor;
    text-align: right;
    font-family: AvenirLTBook;
    font-size: 14px;
    width: 100%;
    margin-top: 17px;
    letter-spacing: 0.4px;
    height: 0;
}

.newsletter #error,
.newsletter #fatalerror{
    width: 237px;
    margin-left: auto;
    margin-right: auto;
}
#nl-fatalerror, #nl-error{
    display: none;
}
#contact-us #error,
#contact-us #fatalerror{
    text-align: left;
    margin-top: 0;
    top: 13px;
    position: relative;
}
.has-error {
    border: 3px solid white !important;
}
input[type="radio"].has-error + label::before {
    border: 3px solid white;
}
#contact-us .has-error,
.newsletter .has-error{
    border: initial !important;
}

.newsletter .has-error::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
input[type="email"]:invalid {
    box-shadow: none;
}

#contact-us .has-error::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #979797;
    position: absolute;
    bottom: 0;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
## Pre-Footer
--------------------------------------------------------------*/

.pre-footer h3{
    font-family: Cardo;
    font-size: 32px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
}
.pre-footer p {
    font-family: AvenirLTMedium;
    font-size: 17px;
    line-height: 1.71;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    margin: 18px auto 46px;

}
.pre-footer .newsletter p {
    margin-bottom: 7px;
}
.pre-footer a {
    font-family: Cardo;
    font-size: 21px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    padding: 11px 64px 10px;
    outline: 1px solid #ffffff;
    display: inline-block;
}
.newsletter .input {
    max-width: 437px;
    margin: 0 auto;
}
.pre-footer #subscribe {
    padding: 11px 71px 8px;
    margin-top: 62px;
    height: 48px;
    min-width: 237px;
}
.pre-footer {
    padding: 84px 0 86px;
    position: relative;
    background:#000000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#artists .pre-footer{
    padding-bottom: 90px;
}
.pre-footer-inner {
    max-width: 598px;
    margin: 0 auto;
    text-align: center;
}
.newsletter{
    color: #fff;
}
#about .pre-footer,
#piercing .pre-footer{
    background-image: url('https://akaberlin.com/wp-content/uploads/2018/07/after_care.jpg');
}
#artists .pre-footer,
.artist .pre-footer{
    background-image: url('https://akaberlin.com/wp-content/uploads/2018/07/book_aappointment.jpg');
}
#about .pre-footer p {
    margin: 20px auto 36px;
}
#about .pre-footer a{
    padding:10px 61px 9px;
}
#about .pre-footer{
    padding-bottom: 102px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer{
    background-color: #1a1a1a;
}
.content-wrap{
    width: 1080px;
    margin: 0 auto;
    display: flex;
    padding: 90px 7px 109px;
}
footer .logo{
    flex-grow: 2;
    width: auto;
    text-align: center;
    align-self: center;
}
.socialbar{
    align-self: center;
}
.logo img{
    display: initial;
    margin-top: 13px;
    margin-left: 24px;
}
footer p{
  font-size: 15px; 
  line-height: 1.73;
  color: #ffffff;
}
footer .info a { 
    font-family: AvenirLTBook;
    color: #ffffff;
    font-size: 11px;
    line-height: 2.23;
    display: block;
    padding-top: 5px;
    letter-spacing: 0.5px;
}
footer .info a::before {
    content: "";
    width: 75.2px;
    height: 2px;
    opacity: 0.5;
    border-bottom: solid 0.3px #ffffff;
    position: absolute;
    bottom: 5px;
    left: 1px;

}
footer .info a:last-of-type::before {
    width: 66px;
}
footer p.topic{
    font-family: Cardo;
    font-size: 13px;
    font-weight: bold;
    line-height: 2.23;
    letter-spacing: 1px;
    opacity: 1;
    margin-left: 4px;
    margin-top: 13px;
    margin-bottom: 21px;
    position: relative;
}
.topic::before {
    width: 40px;
    content: "";
    height: 2px;
    border: 1px solid white;
    position: absolute;
    top: -9px;
    
}
footer ul{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li a{
    width: 47px;
    height: 47px;
    display: block;
}
footer ul li{
    margin: 0 14px;
}
footer ul li:first-child{
    margin-left: 0;
}
footer ul li:last-child{
    margin-right: 0;
}
.social-links use {
    fill: #1a1a1a;
    transition: fill 0.3s;

}
.social-links use:hover {
    fill: #333333;
}

/*--------------------------------------------------------------
## Popup Template
--------------------------------------------------------------*/
.popup {
    width: 100%;
    background-color: #171717;
    padding: 70px 0 120px;
}
.popup-inner{
    width: 83.33%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.03);
    padding: 71px 108px 110px 111px;
    position: relative;
}
.popup-inner h2 {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.69;
    letter-spacing: 10.4px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 80px;

}
.popup-inner h2:before {
    border-color: white;
    top: 84px;
}
.popup-content h3{
    font-family: Cardo;
    font-size: 43px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #ffffff;
    margin-bottom: 26px;
}

.popup-content p,
.popup-content li{
    font-family: AvenirLTBook;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.81;
    letter-spacing: 0.4px;
    color: #ffffff;
    margin-left: 7px;
    max-width: 700px;
} 
.popup-content p {
    max-width: 658px;
    margin-bottom: 0px;
}
.popup-content ul{
    list-style: none;    
    margin-bottom: 74px;
}
.popup-content ul:last-of-type {
    margin-bottom: 0;
}



/*--------------------------------------------------------------
## Appointment Form
--------------------------------------------------------------*/
.appointment-form form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 6px;
    color: #fff;
}
.appointment-form .appt-input,
.appointment-form .styled-select{
    display: block;
    width: 44.9%;
}
.appointment-form .radio-buttons {
    width: 44.6%;
    display: block;
}
.appointment-form .label,
.appointment-form label,
.appointment-form legend,
.appt-input input,
.appointment-form textarea{
    font-family: AvenirLTMedium;
    font-size: 16px;
    line-height: 1.81;
    letter-spacing: 0.4px;
    text-align: left;
    color: #ffffff;
}
.appointment-form p {
    font-family: AvenirLTBook;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: 0.4px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 17px;
    width: 73%;
}

.appt-input label {
    display: block;
    margin-bottom: 8px;
}
.appt-input input {
    height: 50px;
    width: 100%;
    background: #242424;
    border: none;
    outline: none;
    margin-bottom: 33px;
    padding: 0 23px 0;
}
.appt-input input:focus,
.appointment-form textarea:focus {
    background-color: #333333;
    box-shadow: none;
    border: none;
    outline: none;

}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}
.upload-img {
    display: none;
}
fieldset.radio-buttons, 
.styled-select {
    margin: 20px 0 31px;
}
fieldset.radio-buttons input{
    display: none;
}
.radio-buttons legend {
    padding-bottom: 17px;
}
.radio-buttons label {
    position: relative;
    padding-left: 50px;
    line-height: 37px;
    display: block;
    float: left;
}
.radio-buttons label:before {
    width: 34px;
    height: 34px;
    content: "";
    background: #242424;
    position: absolute;
    border-radius: 50%;
    border: 8px solid #242424;
    left: -1px;
}
input[type="radio"]:checked + label::before {
    background: white;
}
.radio-buttons label:last-of-type {
    margin-left: 57px;
}
.styled-select label {
    display: inline-block;
    margin-bottom: 8px;
}
.styled-select .selectric{
    background: #242424;
    width: 100%;
    display: block;
    position: relative;
    height: 50px;
    padding: 0 25px;
    margin-bottom: 2px;
}
.styled-select .selectric span.label{
    font-family: AvenirLTMedium;
    font-size: 16px;
    line-height: 2.81;
    letter-spacing: 0.4px;
    color: #8e8e8e;
    display: block;
}
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
}
.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}
.selectric-open {
    z-index: 9999;
}
.selectric-open .selectric-items {
    display: block;
}
.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}
.styled-select ul{
    list-style: none;
}
.selectric-items li {
    font-family: AvenirLTMedium;
    font-size: 13px;
    background: #242424;
    line-height: 3.45;
    color: #8e8e8e;
    padding: 0 25px;
}
.selectric-items li:hover {
    background-color: #333333;
}
.selectric-items .disabled {
    display: none;
}
.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.styled-select .selectric-open span.label {
    color: #FFFFFF;
}

.selectric .button {
    font-size: 17px;
    color: #8e8e8e;
    -webkit-transform:scale(1.4,0.9);
    -ms-transform:scale(1.4,0.9);
        transform:scale(1.4,0.9);
    display: block;
    width: 15px;
    height: 17px;
    position: absolute;
    right: 36px;
    top: 16px;
    background: transparent !important;
 
}
.selectric-open .button{
    color: #ffffff;
    -webkit-transform: scale(1.4,0.9) rotate(180deg);
    -ms-transform: scale(1.4,0.9) rotate(180deg);
        transform: scale(1.4,0.9) rotate(180deg);
}
.required {
    position: relative;
}
.required::after {
    content: "*";
    position: absolute;
    font-size: 14px;
    right: -8px;
}
.appointment-form .textarea {
    width: 45%;
    display: block;
    margin-top: 19px;
    margin-bottom: 51px;
}

.appointment-form textarea {
    width: 100%;
    height: 110px;
    background: #242424;
    border: none;
    padding: 23px;
}
.appointment-form .full textarea{
    height: 190px;
}
.appointment-form .textarea label {
    display: inline-block;
    padding-bottom: 10px;
}
.appointment-form a.button.submit {
    font-family: Cardo;
    color: white;
    font-size: 23px;
    line-height: normal;
    letter-spacing: 0.5px;
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid white;
    padding: 17px 0 15px;
    font-weight: bold;
    background: #242424;
    margin-top: 24px;
    height: 66px;
}
.upload-img label {
    border: 1px solid white;
    cursor: pointer;
    font-family: Cardo;
    font-size: 17px;
    letter-spacing: 0.4px;
    line-height: normal;
    font-weight: bold;
    padding: 10px 39px;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 33px;
}
span.label {
    padding-bottom: 12px;
    display: block;
}
input#file {
    display: none;
}
#close {
    width: 46px;
    height: 46px;
    display: block;
    position: absolute;
    right: 40px;
    top: 40px;
}

/*--------------------------------------------------------------
## Impressum
--------------------------------------------------------------*/
#impressum .content{
    margin-top: 130px;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error404{
    height: 100%
}
.error404 #main {
    min-height: 100%;
    position: relative;
    height: 100%;
    background-color: #171717;
    padding:4.8% 8.33%;
}
.error404 section.error-404 {
    background: rgba(255,255,255,0.03) url("images/404-bg.png") no-repeat;
    background-position: calc(50% - 14px) calc(50% - 16px);
    padding: 0 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.error404 h1{
    font-family: AvenirLTHeavy;
    font-size: 144px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -1px;
    color: #fff;
    text-align: center;
    margin-bottom: 6px;
}
.error404 main p{
    font-family: AvenirLTBook;
    font-size: 19px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: .2px;
    text-align: center;
    color: #fff;
    margin-bottom: 44px;
}

/*--------------------------------------------------------------
## Section margins
--------------------------------------------------------------*/
.m10{ margin-bottom: 10px;}
.m100{ margin-bottom: 100px; }
.m120{ margin-bottom: 120px;}
.m130{ margin-bottom: 130px; }
.m140{ margin-bottom: 140px; }
.m144 { margin-bottom: 144px; }


.m112{ margin-bottom: 112px; }
.m114{ margin-bottom: 114px; }
.m122{ margin-bottom: 122px; }
.m128{ margin-bottom: 128px; }
.m146{ margin-bottom: 146px; }
.m168{ margin-bottom: 168px; }


.m90{ margin-bottom: 90px; }
.m99{ margin-bottom: 99px; }
.m101{ margin-bottom: 101px; }
.m107{ margin-bottom: 107px; }

/*--------------------------------------------------------------
## Animations
--------------------------------------------------------------*/
div.animate.text-block p,
div.animate.image-block img,
div.animate .js-up,
div.animate .item,
div.animate a
{
  -webkit-transform: translate3d(0,100px,0) scale(0.95) ;
  transform: translate3d(0,100px,0) scale(0.95) ;
  opacity: 0!important;
    -webkit-transition: 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-property: opacity, transform;
}
div.animate.on.text-block p,
div.animate.on.image-block img,
div.animate.on .js-up,
div.animate.on .item,
div.animate.on a{
  -webkit-transform: translate3d(0,0,0) scale(1) ;
  transform: translate3d(0,0,0) scale(1) ;
  opacity: 1!important;
}
div.animate.on .info p,
div.animate.on .info a
{
    opacity: 0.4!important;
}
div.animate.on .details p:first-of-type {
    opacity: 0.2 !important;
}
div.animate .item .nojs{
    opacity: initial !important;
}

.delay01 {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}
.delay02 {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.delay03 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.delay04 {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}
.delay05 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}
.delay06 {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}
.delay07 {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}
.delay08 {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}
.delay09 {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}
.delay010 {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}
.delay011 {
  -webkit-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important;
}
.delay012 {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}
.delay013 {
  -webkit-transition-delay: 1.3s !important;
  transition-delay: 1.3s !important;
}
.delay014 {
  -webkit-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}
.delay015 {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}
.delay016 {
  -webkit-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
}
.delay017 {
  -webkit-transition-delay: 1.7s !important;
  transition-delay: 1.7s !important;
}
.delay018 {
  -webkit-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}
.delay019 {
  -webkit-transition-delay: 1.9s !important;
  transition-delay: 1.9s !important;
}


/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1100px) {
    .text-block,
    .image-block,
    footer .content-wrap,
    #contact-us,
    #guestArtist,
    .gallery,
    #g-artist-block{
        width: 85%;
    }
    h2 {
        font-size: 36px;
        line-height: 1.25;
        letter-spacing: 0.4px;
    }
    p {
        font-size: 16px;
        line-height: 1.81;
        letter-spacing: 0.4px;
        word-spacing: 0;
        margin-bottom:1.8em;
    }
    .artist-info {
        width: 50%;
    }
    .artist article header .bg-img {
        width: 50%;
    }
    .artist .content img{
        width: 50%;
    }
    #contact-us .loader {
        margin-left: -15px;
    }
}

@media only screen and (max-width:1024px){
    .artist-info .wrap {
        left: 70px;
    }
}

@media only screen and (max-width: 999px) {
    .home main header .bg-img{
        background-image: url('images/thome_bn_ipad.jpg') !important;
    }
    #menu-toggle #mo{
        display: none;
    }
    #artists-menu, #art-menu-icon{ display: none;}
    .home .header-title p {
        font-size: 36px;
        line-height: 1.56;
        letter-spacing: 1.3px;
        opacity: 0.8;
        max-width: 480px;
        text-align: center;
    }
    .home .header-title {
        top: 77%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        max-width: 480px;
    }
    .header-title {
        top: 53.9%;
    }
    .text-block,
    #guestArtist,
    #contact-us{
        width: 74%;
        justify-content: initial;
    }    
    .image-block,
    #g-artist-block{
        width: 85.5%;
    }
    .gallery {
        width: 87.8%;
    }
    footer .content-wrap{
        width: 86.6%;
        padding: 75px 0 80px;
    }
    .text-block.cols p:first-of-type {
        padding-top: 16px;
    }
    .text-block h2 span {
        display: none;
    }
    .text-block p {
        padding: 0;
    }
    .text-block p {
        line-height: 1.88;
    }
    .text-block.cols p{
        line-height: 1.81;
    }
    .sub-link a {
        display: none;
    }
    .text-block h2,
    .text-block.cols p,
    #contact-us .c-details,
    #contact-us form,
    .text-block .sub-link
    {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .image-block.flex {
        display: block;
    }
    .image-block.flex img {
        width: 100%;
        margin-bottom: 16px;
    }
    .image-block.flex img:last-child {
        margin-bottom: 0px;
    }
    footer ul li a {
        width: 42px;
        height: 42px;
        display: block;
    }
    footer ul li {
        margin: 0 8px;
    }
    footer .logo img {
        margin-top: -8px;
        margin-left: 0px;
        max-width: 229px;
        margin-right: 20px;
    }
    footer p.topic {
        margin-top: 2px;
    }
    .content, 
    #impressum .content {
        margin-top: 101px;
    }
    .c-details {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    #guestArtist { margin-bottom: 102px;}
    #contact .text-block { margin-bottom: 60px; }
    #contact-us { margin-bottom: 100px;}
    .image-block.map{ margin-bottom: 56px;}
    .ms71{ margin-bottom: 71px; padding-bottom: 1px;}
    .ms73 { margin-bottom: 73px; padding-bottom: 1px;}
    .ms81{ margin-bottom: 81px; padding-bottom: 1px;}
    .ms107 { margin-bottom: 107px; padding-bottom: 1px;}
    .ms52 { margin-bottom: 52px;}
    .ms58 {margin-bottom: 58px;padding-bottom: 1px; }
    .ms56 { margin-bottom: 56px;padding-bottom: 1px;}
    .ms102 { margin-bottom: 102px;}
    
    /*Artist Page*/
    #artists .text-block:first-of-type h2 {
        max-width: 159px;
    }
    #artists .text-block:first-of-type {
        width: 75%;
        left: 6px;
        position: relative;
    }
    .item {
        width: 50%;
    }
    #guestArtist .left {
        padding-left: 0px;
    }
    #guestArtist h2 {
        margin-bottom: 39px;
        font-size: 43px;
        line-height: 1.1;
        letter-spacing: 0.5px;
    }
    
    /*Artist single page*/
    .artist article header {
        display: block;
        height: auto;
    }
    .artist article header {
        flex-direction: column;
        height: 100%;
    }
    .artist-info {
        width: 100%;
        padding: 0 14%;
        position: relative;
    }
    .artist-info .wrap {
        position: relative;
        left: 0;
        top: 52%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .artist article header .bg-img {
        width: 100%;
        position: relative;
        padding-top: 100%;
    }
    .artist .content img {
        width: 100%;
    }
    .navigation{
        display: none;
    }
    .navigation.s-screen {
        top: 0;
        left: 0;
        height: 174px;
        width: 139px;
        position: relative;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    .alignleft use,
     .alignright use
    {
        fill: #2A2A2A;
    }
    .s-screen .alignleft a, 
    .s-screen .alignright a {
        width: 61px;
        height: 61px;
    }
    .s-screen .alignleft a {
        margin-right: 15px;
    }

    /*Booking Form*/
    .popup{
        padding: 0;
    }
    .popup-inner {
        width: 100%;
        padding: 70px 6.7% 110px;
    }
    .appointment-form .appt-input, .appointment-form .styled-select,
    .appointment-form .radio-buttons,
    .appointment-form .textarea{
        width: 100%;
    }
    .appointment-form p {
        width: 100%;
    }
    
}

@media only screen and (max-width: 700px) {
    .custom-logo-link {
        top: 38px;
        left: 36px;
        max-width: 60px;
    }
    #menu-toggle {
        top: 40px;
        right: 16px;
    }
    .home .header-title {
        top: 75%;
        left: -4px;
        max-width: 266px;
        margin: 0 auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .home header .bg-img {
        background-size: auto 100%;
        background-position: 37% -31px;
        background-color: black;
    }
    h1.page-title {
        font-size: 32px;
        letter-spacing: 19px !important;
        line-height: 2.38;
    }

    #main-menu ul li a {
        font-size: 37px;
        line-height: 53px;
        letter-spacing: 12px;
    }
    #main-menu ul li:hover a {
        line-height: 53px;
        letter-spacing: 11px;
    }
    .home .header-title p {
        font-size: 28px;
        line-height: 1.36;
        letter-spacing: 1px;
        opacity: 0.9;
    }
    span.line{
        height: 43.4px;
    }
    .scroll-label{
        font-size: 9.5px;
    }
    #scroll-icon{
        left: 18px;
        height: 104px;
    }

    .text-block,
    footer .content-wrap,
    #contact-us{
        flex-direction: column;
    }
    .image-block,
    #g-artist-block{
        width: 91.466%;
        min-width: 343px;
    }
    .gallery {
        width: 94.5%;
        min-width: 343px;
    }
    .text-block,
    #contact-us {
        width: 81.333%;
        min-width: 305px;
    }
    #artists .text-block:first-of-type {
    width: 81.333%;
    left: 0px;
}
    footer .content-wrap{
        width: 83.466%;
        padding: 75px 0px 80px;
    }
    
    .image-block.flex img:last-of-type {
        margin-bottom: 0;
    }
    .pre-footer {
        padding: 84px 36px 94px;
        margin-top: 79px;
    }
    #piercing .pre-footer,
    .artist .pre-footer{
        margin-top: 0px;
    }
    .pre-footer p {
        font-size: 16px;
        line-height: 1.88;
    }
    #contact-us .input-label, 
    .newsletter .input-label {
        font-size: 16px;
        line-height: 1.81;
    }
    footer .logo {
        text-align: initial;
        align-self: initial;
        order: -1;
    }
    footer .logo img {
        width: 105px;
        margin-bottom: 23px;
    }
    footer .info a{
        padding-top: 3px;
    }
    .socialbar {
        align-self: initial;
        margin-top: 51px;
    }
    footer ul li a {
        width: 45px;
        height: 45px;
    }
    footer ul li {
        margin: 0 15px;
    }
    .content {
        margin-top: 81px;
    }
    
    #contact .text-block { margin-bottom: 42px;}
    #contact-us {margin-bottom: 73px;}
    #guestArtist {margin-bottom: 70px;}
    .ms71{ margin-bottom: 42px; padding-bottom: 1px;}
    .ms73 { margin-bottom: 42px; padding-bottom: 1px;}
    .ms81{ margin-bottom: 72px; padding-bottom: 1px;}
    .ms107 { margin-bottom: 80px; padding-bottom: 1px;}
    .ms58 {margin-bottom: 40px;padding-bottom: 1px; }
    .ms56 { margin-bottom: 60px;padding-bottom: 1px;}
    .ms102 { margin-bottom: 64px;}
    .ms52 { margin-bottom: 32px;}
    .ms44{ margin-bottom: 44px;}
    
    /*Artist Page*/
    #artists .text-block.title h2 {margin-bottom: 57px;}
    .item {
        padding-bottom:20px;
    }
    #guestArtist{
        width: 87%;
    }
    #guestArtist h2 {
        margin-bottom: 19px;
        font-size: 36px;
        line-height: 1.9;
        letter-spacing: 0.4px;
        left: 4%;
    }
    #guestArtist p span {
        padding-right: 7px;
    }
    #guestArtist p span:last-of-type {
        padding-right: 4px;
    }
    #guestArtist p {
        font-size: 12.5px;
        font-weight: normal;
        line-height: 1.92;
    }
    #guestArtist h4{
        line-height: 2;
        font-size: 12.5px;
        font-weight: normal;
        margin-top: 5px;
    }
    #guestArtist p span {
        font-size: 12.5px;
        line-height: 1.92;
    }
    #guestArtist p a {
        font-size: 13px;
        line-height: 1.85;
        padding: 0 0px 0 9px;
    }
    #guestArtist .date:first-of-type::before{
        font-size: 12.4px;
    }
    #guestArtist p a::before {
        top: -3px;
        font-size: 12.5px;
    }
    
    /*Artist Single Page*/
    .item {
        width: 100%;
    }
    .item img{
        width: 100%;
    }
    .navigation.s-screen {
        width: 138px;
    }
    .s-screen .alignleft a, 
    .s-screen .alignright a {
        width: 52px;
        height: 52px;
    }
    .s-screen .alignleft a {
        margin-right: 20px;
    }
    .artist-info {
        min-height: 500px;
    }
    #pagination {
        display: none;
    }
    .artist-info h1 {
        font-size: 32.5px;
        line-height: 1.32;
        letter-spacing: 10.5px;
    }
    .artist-info p{
        margin: 26px 0px 10px;
    }
    .artist-info {
        padding: 0 9%;
    }
    
    
    /*Art Gallery*/
    .g-artist {
        align-items: center;
        flex-direction: column;
        padding-bottom: 9px;
    }
    .g-artist img {
        width: 100%;
    }
    .g-artist-info {
        padding: 27px 6% 23px 6%;
    }
    #art-gallery .text-block.title h2 {
        margin-bottom: 3px;
    }
    
    /*Booking Form*/
    .appt-input label {
        margin-bottom: 5px;
    }
    .appt-input input {
        height: 43px;
        margin-bottom: 29px;
    }
    fieldset.radio-buttons, .styled-select {
       margin: 0px 0 27px;
    }
    .radio-buttons legend {
        padding-bottom: 14px;
    }
    .styled-select label {
        margin-bottom: 6px;
    }
    .styled-select .selectric {
        height: 43px;
    }
    .styled-select .selectric span.label {
        font-size: 12px;
        line-height: 3.66;
    }
    .selectric-items li {
        font-size: 12px;
    }
    .appointment-form .textarea {
        margin-bottom: 27px;
    }
}

@media only screen and (max-width: 600px) {
    .artist-info #r-more {
        display: none;
    }
    #inst svg {
        margin-left: 0;
    }
    .popup-inner h2 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.65;
        letter-spacing: 6.9px;
        padding-bottom: 40px;
    }
    #close {
        width: 42px;
        height: 42px;
        right: 29px;
        top: 27px;
    }
    
    .popup-inner h2::before {
        top: 49px;
    }

}



