/*   
Theme Name: Galerie aKonzept
Theme URI: https://baker-street.ch
Description: Custom WordPress Template
Author: Stefan Egloff
Author URI: http://hoch.digital
Version: 1
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Overpass';
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #232323;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: url(/wp-content/themes/akonzept/img/bg_lines.svg);
	background-position: center;
	background-repeat: repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
section
{
	position: relative;
}
*
{
	box-sizing: border-box;
}
.wow
{
	visibility: hidden;
}
.container
{
	max-width: 1440px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.wrapper
{
	min-height: calc(100vh - 75px);
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-top: 100px;
	overflow-x: hidden;
}
.footer_container
{
	max-width: 1520px;
}
.footer
{
	position:relative;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	min-height: 75px;
	margin: 0 auto;
	text-align: right;
	font-size: 13px;
	font-weight: normal;
	color: #9B9B9B;
	line-height: 75px;
}
.footer a
{
	color: #9B9B9B;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}
.footer a:hover
{
	color: black;
}
.footer img
{
	height: 20px;
	width: auto;
	vertical-align: middle;
}
.some a
{
	opacity: 0.5;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}
.some a:hover
{
	opacity: 1;
}
.footer .footer_adresse br
{
	display: none;
}
.footer .footer_adresse a
{
	position: relative;
}
.footer .footer_adresse a:after
{
	content: '';
	height: 1px;
	background-color: black;
	left: 0;
	bottom: -1px;
	right: 100%;
	position: absolute;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.footer.darkfooter .footer_adresse a:after
{
	background-color: #fff;
}
.footer .footer_adresse a:hover:after
{
	right: 0;
}
.some
{
	letter-spacing: 20px;
	float: left;
}
.logo
{
	font-size: 24px;
	letter-spacing: 0.5px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: 60px;
}
.logo img
{
	height: 50px;
	display: inline-block;
	vertical-align: middle;
}
.logo a
{
	color: #222;
	text-decoration: none;
}
.header
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: transparent;
	-webkit-box-shadow: 0px 3px 10px -4px rgba(0,0,0,0);
	-moz-box-shadow: 0px 3px 10px -4px rgba(0,0,0,0);
	box-shadow: 0px 3px 10px -4px rgba(0,0,0,0);
	transition: 0.3s box-shadow 0s;
	top: 0;
	-moz-transition: 0.3s -moz-box-shadow 0s;
	-webkit-transition: 0.3s -webkit-box-shadow 0s;
}
.header.scroll
{
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 10px -4px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 3px 10px -4px rgba(0,0,0,0.17);
	box-shadow: 0px 3px 10px -4px rgba(0,0,0,0.17);
}
.logo strong
{
	font-weight: 800;
}
.big_titel
{
	font-size: 75px;
	line-height: 92px;
	letter-spacing: -0.5px;
	color: #222222;
	font-weight: 900;
	max-width: 750px;
	margin-top: 50px;
}
.separator
{
	width: 100%;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 64px;
	height: 64px;
	font-weight: normal;
	position: relative;
	margin-top: 50px;
}
.separator:before
{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #222222;
}
.separator span
{
	position: relative;
	background-color: #fff;
	padding-right: 30px;
}
.meta_holder
{
	width: 350px;
	float: left;
}
.clear
{
	clear: both;
}
.title
{
	font-size: 63px;
	letter-spacing: 0.84px;
	font-weight: 900;
	line-height: 63px;
}
.name
{
	font-size: 22px;
	left: 0.24px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 20px;
}
.datum, .adresse
{
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 22px;
	font-weight: normal;
	margin-top: 20px;
}
.adresse
{
	color: #9B9B9B;
}
a.cal
{
	font-size: 13px;
	color: #9B9B9B;
	letter-spacing: 0.93px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	line-height: 38px;
	height: 38px;
	border: 2px solid #cecece;
	border-radius: 19px;
	display: inline-block;
	padding-right: 30px;
	padding-left: 48px;
	background-image: url("/wp-content/themes/akonzept/img/icon_cal.svg"), url("/wp-content/themes/akonzept/img/icon_cal_white.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: 20px center, 20px 38px;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
a.cal:hover
{
	color: white;
	background-color: #222222;
	border-color: #222222;
	background-position: 20px -100%, 20px center;
}
.submenu
{
	background-color: #222222;
	padding-top: 60px;
	padding-bottom: 30px;
	width: 100%;
	position: relative;
	text-align: center;
	letter-spacing: 60px;
	padding-left: 30px;
	padding-right: 30px;
}
a.arrow_link
{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	color: white;
	text-decoration: none;
	font-weight: 800;
	padding-left: 24px;
	padding-right: 24px;
	border-left: 2px solid white;
	border-top: 2px solid white;
	position: relative;
	border-bottom: 2px solid white;
	margin-bottom: 30px;
}
a.arrow_link:before
{
	content: '';
	width: 2px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
}
a.arrow_link:after
{
	content: '';
	width: 2px;
	height: 16px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
}
img.a_arrow
{
	height: auto;
	width: 41px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: -25px;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}
.arrow_link:hover img.a_arrow
{
	right: -30px;
}
.sprach_switcher
{
	position: relative;
	top: 15px;
	right: 0;
	width: 55px;
	height: 30px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	float: right;
}
.sprach_switcher.mobile_version
{
	display: none;
}
.sprach_switcher a
{
	display: block;
	width: 55px;
	height: 30px;
	background-color: black;
	color: white;
	font-weight: normal;
	font-size: 13px;
	line-height: 30px;
	padding-left: 10px;
	text-decoration: none;
	position: relative;
}
.sprach_switcher a:nth-child(1)
{
	z-index: 10;
	background-image: url("/wp-content/themes/akonzept/img/icon_arrow_down.svg");
	background-repeat: no-repeat;
	background-position: 35px center;
	background-size: auto 8px;
}
.sprach_switcher a:nth-child(2)
{
	transform: translateY(-100%);
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	background-color: #2a2a2a;
}
.sprach_switcher:hover a:nth-child(2)
{
	transform: translateY(0);
}
.wow
{
	visibility: hidden;
}
.header ul
{
	float: right;
	display: inline-block;
	margin-right: 24px;
}
.header ul > li
{
	display: inline-block;
	line-height: 60px;
	padding-left: 24px;
	padding-right: 24px;
}
.header ul > li > a
{
	display: inline-block;
	line-height: 13px;
	color: #222222;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 1.39px;
	text-transform: uppercase;
	position: relative;
}
.header ul > li.current_page_item > a
{
	font-weight: bold;
}
.header ul > li > a:after
{
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 100%;
	height: 2px;
	background-color: #222222;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.header ul > li > a:hover:after
{
	right: 0;
}
.header ul > li.current_page_item > a:after
{
	right: 0;
}
.artist_wrapper,
.akquise_wrapper
{
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	background-color: #222;
	padding-top: 60px;
	padding-bottom: 100px;
	font-size: 0.1px;
	padding-left: 40px;
	padding-right: 40px;
	letter-spacing: 0px;
	visibility: hidden;
	opacity: 0;
	transform: translateX(0%) translateY(-100%);
	overflow: hidden;
	transition: 0.3s opacity 0s, 0s transform 0.3s , 0s visibility 0.3s;
	max-height: calc(100vh - 100px);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.artist_wrapper.active,
.akquise_wrapper.active
{
	transform: translateX(0px) translateY(0px);
	opacity: 1;
	transition: 0.3s opacity 0.1s, 0s transform 0s , 0s visibility 0s;
	visibility: visible;
}
input.search
{
	display: block;
	width: calc(100%);
	max-width: 500px;
	margin: 0 auto;
	height: 45px;
	border: none;
	background-color: #222;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.5px;
	border-bottom: 1px solid rgba(173,173,173, 0.5);
	background-image: url(/wp-content/themes/akonzept/img/icon_search.svg);
	background-position: right center;
	background-size: 16px auto;
	text-align: left;
	margin-bottom: 40px;
	border-radius: 0;
	-webkit-appearance: none;
	padding-left: 0;
	appearance: none;
	background-repeat: no-repeat;
}
.single_kuenstler
{
	display: inline-block;
	width: calc(33.33% - 1px);
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px;
}
.single_kuenstler a
{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}
.single_kuenstler a:hover
{
	opacity: 0.5;
}
.single_kuenstler.active a
{
	text-decoration: underline;
}
.artist_wrapper .container,
.akquise_wrapper .container
{
	max-width: 1200px;
	padding-bottom: 60px;
}
.kuenstler_holder
{
	left: 100px;
	position: relative;
}
#menu-item-34,
#menu-item-741
{
	position: relative;
}
#menu-item-34 a:before,
#menu-item-741 a:before
{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	margin-left: 0px;
	float: right;
	background-image: url(/wp-content/themes/akonzept/img/icon_nav_arrow.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#menu-item-34:after,
#menu-item-741:after
{
	content: '';
	background-color: #222;
	width: 36px;
	height: 36px;
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin-left: -18px;
	opacity: 0;
	transform: rotate(45deg);
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition-delay: 0s
}
#menu-item-34.active a:after,
#menu-item-741.active a:after
{
	right: 0;
}
#menu-item-34.active:after,
#menu-item-741.active:after
{
	bottom: -45px;
	opacity: 1;
	transition-delay: 0.3s
}
img.landing
{
	position: absolute;
	right: 0;
	top: 0;
	height: calc(100vh - 175px);
	z-index: -1;
}
.container.home
{
	height:calc(100vh - 250px);
}
.landing_text
{
	position: absolute;
	right: 0;
	bottom: 30%;
	z-index: 1;
	width: 100%;
	max-width: 790px;
	transform: translateY(50%);
}
.landing_headline
{
	font-size: 26px;
	font-weight: 800;
	line-height: 38px;
	color: #000000;
	max-width: 1000px;
	text-shadow: 0px 0px 1px white;
}
.landing_subline
{
	font-size: 15px;
	color: #9B9B9B;
	font-weight: 800;
	letter-spacing: 1.2px;
	line-height: 19px;
	margin-top: 30px;
	text-shadow: 0px 0px 1px white;
} 
.landing_subline a[class=""]
{
	color: black;
	font-weight: 800;
	text-decoration: none;
	position: relative;
}
.landing_subline a[class=""]:after
{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 100%;
	height: 3px;
	background-color: black;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.landing_subline a:hover:after
{
	right: 0;
}
.nav_burger
{
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	height: 65px;
	line-height: 65px;
	cursor: pointer;
	display: none;
}
.nav_text
{
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
	font-size: 13px;
	letter-spacing: 0.5px;
	position: relative;
}
.nav_burger_holder
{
	display: inline-block;
	height: 20px;
	width: 20px;
	vertical-align: middle;
	margin-left: 20px;
	line-height: 2px;
	text-align: right;
	top: 4px;
	position: relative;
}
.petty:nth-child(1)
{
	width: 20px;
	height: 2px;
	background-color: #222;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	position: relative;
}
.petty:nth-child(2)
{
	width: 15px;
	height: 2px;
	background-color: #222;
	display: inline-block;
	vertical-align: top;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	position: relative;
}
.nav_burger:hover .petty:nth-child(2)
{
	width: 20px;
}
.nav_burger:hover .petty:nth-child(1)
{
	width: 15px;
}
.nav_burger.active .petty:nth-child(1), .nav_burger.active .petty:nth-child(2)
{
	width: 20px !important;
}
.nav_burger.active .petty:nth-child(1)
{
	transform: rotate(45deg);
	top: 3.5px;
}
.nav_burger.active .petty:nth-child(2)
{
	top: -3.5px;
	transform: rotate(-45deg);
}
.text_open
{
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	position: absolute;
	right: 0;
}
.text_close
{
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	opacity: 0;
}
.nav_burger.active .text_close
{
	display: inline;
	opacity: 1;
}
.nav_burger.active .text_open
{
	opacity: 0;
}
img.menuback
{
	width: 30px;
	height: auto;
	display: inline-block;
	cursor: pointer;
	display: none;
}
.kunstler_name_holder
{
	width: calc(100vh - 200px);
	position: fixed;
	transform: rotate(90deg) translateX(calc(50vh - 100px)) translateY(calc(50vh + 7px));
}
.rotateback
{
	transform: rotate(-180deg);
}
.kunstler_text
{
	font-size: 18px;
	letter-spacing: 0.8px;
	font-weight: normal;
	color: #ADADAD;
	text-transform: uppercase;
	position: absolute;
	top: -50px;
	left: 3px;
	display: none !important;
}
.kunstler_name
{
	font-weight: 800;
	font-size: 50px;
	letter-spacing: 2.2px;
	line-height: 63px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 50px;
	height: 63px;
}
.kunstler_name span
{
	position: relative;
	display: inline-block;
}
.kunstlercontainer
{
	padding-top: 40px;
	padding-left: 150px;
	padding-right: 150px;
}
.werke_count
{
	font-size: 18px;
	color: #9B9B9B;
	letter-spacing: 0.5px;
	font-weight: normal;
	margin-bottom: 60px;
}
.single_werk
{
	width: 100%;
	position: relative;
	margin-top: 0px;
	margin-bottom: 120px;
}
.clear
{
	clear: both;
}
.single_werk_bild
{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 60%;
	text-align: center;
}
.single_werk_text
{
	background-color:transparent;
	padding-top: 100px;
	padding-bottom: 100px;
	width: 40%;
	padding-left: 90px;
	float: right;
}
.single_werk_titel
{
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.48px;
	line-height: 35px;
	color: #222;
}
.single_werk_subline
{
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.5px;
	color: #9B9B9B;
	margin-bottom: 70px;
}
.single_teaserbild
{
	max-height: 100%;
	width: auto;
	max-width: 100%;
	display: inline-block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	/*
	-webkit-box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.1);
	*/
}
.arrow_link_black {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	height: 50px;
	line-height: 48px;
	display: inline-block;
	color: #222;
	text-decoration: none;
	font-weight: 800;
	padding-left: 24px;
	padding-right: 36px;
	border-left: 2px solid #222;
	border-top: 2px solid #222;
	position: relative;
	border-bottom: 2px solid #222;
	margin-bottom: 30px;
}
.newsletter_close
{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	background-image: url(/wp-content/themes/akonzept/img/icon_close_white.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	top: 30px;
	right: 30px;
	display: none;
}
.arrow_link_white
{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	height: 50px;
	line-height: 46px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	padding-left: 24px;
	padding-right: 36px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	position: relative;
	border-bottom: 2px solid #fff;
	margin-bottom: 30px;
	background-color: transparent;
	border-right: none;
	font-weight: normal;
}
.arrow_link_white:before {
	content: '';
	width: 2px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
}
.arrow_link_white:after {
	content: '';
	width: 2px;
	height: 16px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
}
.arrow_link_black:before {
	content: '';
	width: 2px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #222;
}
img.a_arrow {
	height: auto;
	width: 41px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: -25px;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}
.arrow_link_black:after, .text a.arrow_link_black:after {
	content: '';
	width: 2px;
	height: 16px;
	left: inherit;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #222;
}
a.arrow_link_black:hover img.a_arrow
{
	right: -30px;
}
.single_page_kunstler
{
	text-transform: uppercase;
	font-size: 18px;
	color: #222;
	font-weight: normal;
	text-align: center;
	padding-top: 40px;
	padding-right: 45px;
}
.single_page_kunstler a
{
	color: black;
	text-decoration: none;
	position: relative;
}
.single_page_kunstler a:before
{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 100%;
	height: 1px;
	background-color: black;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.single_page_kunstler a:hover:before
{
	right: 0;
}
.single_page_werk
{
	text-align: center;
	font-weight: 900;
	font-size: 36px;
	letter-spacing: 1.08px;
	line-height: 42px;
	color: #222;
	padding-top: 30px;
}
.arrow_back_kunstler
{
	width: 25px;
	margin-right: 20px;
}
.cta_werk
{
	word-spacing: 20px;
	text-align: center;
	margin-top: 30px;
}
.share, a.interesse, a.eintragen
{
	color: #9B9B9B;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.93px;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1.5px solid #ECECEC;
	padding-right: 22px;
	padding-left: 48px;
	border-radius: 19px;
	word-spacing: 0px;
	background-size: auto 13px;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.share:hover, a.interesse:hover, a.eintragen:hover
{
	color: white;
	background-color: black;
	border-color: black;
}
.share
{
	background-image: url("/wp-content/themes/akonzept/img/icon_share.svg");
	background-position: 19px center;
	margin-bottom: 15px;
	z-index: 2;
	display: none;
}
a.interesse
{
	background-image: url("/wp-content/themes/akonzept/img/icon_mail.svg");
	background-position: 17px center;
}
a.interesse span
{
	position: relative;
}
a.eintragen
{
	background-image: url("/wp-content/themes/akonzept/img/icon_eintragen.svg");
	background-position: 20px center;
}
.werk_slider
{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #222;
	position: relative;
	margin-left: -40px;
	width: calc(100% + 80px);
	margin-top: 50px;
}
.slider_img
{
	width: auto;
	height: auto;
	max-height: 450px;
	max-width: calc(100vw - 60px);
	margin-right: 10px;
	margin-left: 10px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.slick-slide
{
	position: relative;
	opacity: 0.2;
	transition: 0.5s opacity 0s;
}
.slick-slide.slick-current
{
	opacity: 1;
	transition: 0.5s opacity 0.5s;
	
}
.nextarrow
{
	width: 22px;
	height: auto;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	right: 60px;
	cursor: pointer;
	z-index: 10;
	transform: scale(1);
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}
.prevarrow
{
	width: 22px;
	height: auto;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 60px;
	cursor: pointer;
	z-index: 10;
	transform: scale(1);
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}
.prevarrow:hover, .nextarrow:hover
{
	transform: scale(1.2);
}
.icon_lightbox
{
	display: inline-block;
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	bottom: 20px;
	right: 30px;
	background-image: url(/wp-content/themes/akonzept/img/icon_lightbox.svg);
	background-position: center center;
	background-size: contain;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transform: scale(1);
	-webkit-box-shadow: 0px 1px 40px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 40px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 40px 0px rgba(0,0,0,0.3);
}
.icon_lightbox:hover
{
	transform: scale(1.1);
	-webkit-box-shadow: 0px 1px 40px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 1px 40px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 1px 40px 0px rgba(0,0,0,0.6);
}
.slick-current .icon_lightbox
{
	opacity: 1;
	visibility: visible;
}
.lb-nav a.lb-prev
{
	background-image: url(/wp-content/themes/akonzept/img/icon_slide_prev.svg);
	background-position: 30px center;
}
.lb-nav a.lb-next
{
	background-image: url(/wp-content/themes/akonzept/img/icon_slide_next.svg);
	background-position: calc(100% - 30px) center;
}
.lb-data .lb-close
{
	position: absolute;
	top: -30px;
	right: 30px;
}
.lb-details
{
	display: none;
}
.lightbox .lb-image
{
	border: none !important;
}
.lb-outerContainer
{
	position: fixed !important;
	left: 50% !important;
	top: 50% !important;
	transform: translateX(-50%) translateY(-50%) !important;
}
.text
{
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	padding-top: 85px;
	padding-bottom: 85px;
	color: #222;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6
{
	margin-bottom: 25px;
	color: #222;
	font-weight: 900;
}
h1
{
	font-size: 54px;
	letter-spacing: 0.5px;
	line-height: 54px;
}
h2
{
	font-size: 44px;
	letter-spacing: 0.5px;
	line-height: 44px;
}
h3
{
	font-size: 34px;
	letter-spacing: 0.5px;
	line-height: 34px;
}
h4
{
	font-size: 24px;
	letter-spacing: 0.5px;
	line-height: 24px;
}
h5
{
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 14px;
}
h6
{
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 12px;
}
p
{
	margin-bottom: 30px;
}
.text ul
{
	margin-bottom: 22px;
}
.text a
{
	color: #222;
	font-weight: 900;
	position: relative;
	text-decoration: none;
}
.text a:after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	background-color: black;
	height: 2px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.text a:hover:after
{
	right: 0;
}
.text strong, p strong
{
	font-weight: 900;
}
.text ul
{
	list-style-type: disc;
	padding-left: 45px;
	color: #9B9B9B;
}
.text ul li
{
	position: relative;
	margin-bottom: 10px;
}
.text p > img
{
	width: calc(100% + 120px);
	margin-left: -60px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	display: inline-block;
	-webkit-box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.08);
}
.form_banner
{
	width: calc(100% + 80px);
	margin-left: -40px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #222;
	text-align: center;
}
.form_headline
{
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	font-weight: 900;
	margin-bottom: 60px;
}
.form_banner input, .form_banner textarea
{
	-webkit-appearance: none;
	appearance: none;
}
.form_banner input[type="email"], .form_banner input[type="text"]
{
	color: #fff;
	background-color: rgba(255,255,255,0.15);
	padding-left: 25px;
	font-size: 14px;
	letter-spacing: 0.16px;
	height: 60px;
	border: none;
	border-radius: 0;
	width: 100%;
	max-width: 370px;
	font-family: 'Overpass';
}
.wpcf7-form-control-wrap.email
{
	padding-right: 10px;
}
.wpcf7-form-control-wrap.name
{
	padding-left: 10px;
}
.form_banner textarea
{
	color: #fff;
	background-color: rgba(255,255,255,0.15);
	padding: 25px;
	font-size: 14px;
	letter-spacing: 0.16px;
	height: 180px;
	border: none;
	border-radius: 0;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 14px;
	font-family: 'Overpass';
	font-weight: normal;
	max-width: 760px;
}
.form_banner input[type="submit"]
{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	border: 2px solid #fff;
	height: 50px;
	line-height: 46px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #222;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.form_banner input[type="submit"]:hover
{
	background-color: #fff;
	color: #222;
	cursor: pointer;
}
.wpcf7-form-control-wrap.werk, .wpcf7-form-control-wrap.kunstler, .wpcf7-form-control-wrap.link
{
	display: none;
}
.wpcf7-not-valid-tip
{
	display: none !important;
}
input.wpcf7-not-valid
{
	border: 1px solid red !important;
}
.wpcf7-response-output
{
	max-width: 760px;
	margin: 0 auto !important;
	color: white !important;
	border: 2px solid white !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.wrapper.darkfooter
{
	padding-bottom: 0;
	margin-bottom: -75px;
}
.darkfooter .mobile_black
{
	color: #fff;
}
.footer.darkfooter a:hover
{
	color: #fff;
}
.sharebox
{
	display: block;
	position: absolute;
	width: 250px;
	padding: 18px;
	padding-bottom: 3px;
	background-color: #222;
	top: calc(100% + 2px);
	left: 50%;
	margin-left: -125px;
	border-top: 20px solid white;
	visibility: hidden;
	opacity: 0;
	transform: translateY(30px);
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.zme
{
	z-index: 1;
}
.share.active .sharebox
{
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}
.share.active
{
	color: white;
	background-color: black;
	border-color: black;
}
.sharebox:before
{
	content: '';
	width: 30px;
	height: 30px;
	background-color: #222;
	display: block;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -15px;
	transform: rotate(45deg);
}
.sharebox a
{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 40px;
	text-align: center;
	background-color: rgba(255,255,255,0.15);
	color: white;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.34px;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	text-transform: none;
	margin-bottom: 15px;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}
.sharebox a:hover
{
	background-color: rgba(255,255,255,0.05);
}
.sharebox_facebook
{
	background-image: url("/wp-content/themes/akonzept/img/icon_share_fb.svg");
	background-position: 25px center;
	background-size: auto 20px;
	background-repeat: no-repeat;
}
.sharebox_mail
{
	background-image: url("/wp-content/themes/akonzept/img/icon_share_mail.svg");
	background-position: 18px center;
	background-size: auto 15px;
	background-repeat: no-repeat;
}
.separator_holder
{
	text-align: right;
	margin: 0 auto;
	max-width: 920px;
	margin-top: 80px;
}
.separator_titel
{
	display: inline-block;
	width: calc(100% - 340px);
	text-align: left;
	position: relative;
	height: 30px;
	line-height: 30px;
	color: #9B9B9B;
}
.separator_titel:before
{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #9B9B9B;
	position: absolute;
	top: 50%;
	left: 0;
}
.separator_titel span
{
	display: inline-block;
	background-color: #fff;
	position: relative;
	padding-right: 15px;
}
.single_ausstellung_text
{
	padding-top: 30px;
	padding-bottom: 30px;
	width: 340px;
	min-height: 320px;
	position: relative;
	z-index: 1;
}
.single_ausstellung
{
	position: relative;
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	margin-top: 50px;
}
.single_ausstellung_bild
{
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: calc(100% - 340px);
}
.titel_ausstellung
{
	font-size: 63px;
	color: #222;
	letter-spacing: 0.84px;
	line-height: 63px;
	font-weight: 900;
	margin-top: 40px;
	margin-bottom: 20px;
}
.datum_ausstellung
{
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 22px;
	color: #222;
	margin-bottom: 40px;
}
.single_ausstellung_archive
{
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ADADAD;
	margin: 0 auto;
	max-width: 920px;
}
.single_ausstellung_archive_title
{
	font-size: 24px;
	letter-spacing: 0.48px;
	font-weight: 900;
	line-height: 30px;
}
.single_ausstellung_archive_title a
{
	color: black;
	text-decoration: none;
	position: relative;
}
.single_ausstellung_archive_title a:before
{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 100%;
	height: 2px;
	background-color: black;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.single_ausstellung_archive_title a:hover:before
{
	right: 0;
}
.datum_ausstellung_archive
{
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 22px;
	color: #222;
	padding-top: 10px;
}
.single_datum
{
	text-align: center;
	font-size: 16px;
	letter-spacing: 1.08px;
	line-height: 20px;
	color: #9B9B9B;
	font-weight: normal;
	padding-top: 15px;
}
.kontaktdark
{
	text-align: left;
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	min-height: 50vh;
}
.kontaktdark .container
{
	max-width: 920px;
	margin: 0 auto;
}
.kontaktdark h1, .kontaktdark h2, .kontaktdark h3, .kontaktdark h4, .kontaktdark h5, .kontaktdark h6
{
	color: white;
}
.kontaktdark p a
{
	color: white;
	font-weight: 900;
	position: relative;
	text-decoration: none;
}
.kontaktdark p a:before
{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 100%;
	height: 2px;
	background-color: #fff;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.kontaktdark p a:hover:before
{
	right: 0;
}
.snazzymap
{
	width: calc(100vw + 80px);
	margin: 0;
	margin-left: -40px;
	height: 50vh;
	border: none;
	padding: 0;
	margin-top: 80px;
	position: relative;
}
.footer.darkfooter
{
	background-color: #222;
}
.newsletter_container
{
	position: absolute;
	bottom: 40px;
	right: 0px;
	z-index: 99;
	padding-bottom: 30px;
	visibility:hidden;
	opacity: 0;
	transform: translateY(0px);
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.newsletter_container:after
{
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -15px;
	transform: rotate(45deg);
	background-color: #222;
}
.newsletter_holder
{
	width: 300px;
	height: auto;
	padding: 30px;
	background-color: #222;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 60px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 60px 0px rgba(0,0,0,0.3);
	text-align: center;
}
.darkfooter .newsletter_container:after
{
	background-color: #fff;
}
.darkfooter .newsletter_holder
{
	background-color: #fff;
}
.darkfooter .newsletter_titel
{
	color: #222;
}
.darkfooter .newsletter_holder input[type="text"], .darkfooter  .newsletter_holder input[type="email"]
{
	color: #222;
	background-color: rgba(0,0,0,0.15);
}
.darkfooter .newsletter_holder button
{
	background-color: #fff;
	color: #222;
}
.darkfooter .newsletter_holder .arrow_link_white
{
	border-color: #222;
}
.darkfooter .newsletter_holder .arrow_link_white:before, .darkfooter .newsletter_holder .arrow_link_white:after
{
	background-color: #222;
}
.newsletter_titel
{
	text-align: left;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.2px;
	line-height: 22px;
}
.newsletter_container.open
{
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.newsletter_holder input[type="text"], .newsletter_holder input[type="email"]
{
	color: #fff;
	background-color: rgba(255,255,255,0.15);
	padding-left: 15px;
	font-size: 14px;
	letter-spacing: 0.16px;
	height: 40px;
	border: none;
	border-radius: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
	font-family: 'Overpass';
}
.newsletter_holder button
{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	border-right: none;
	height: 50px;
	line-height: 46px;
	cursor: pointer;
	background-color: #222;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	margin-top: 20px;
	margin-bottom: 0;
}
a.newsletter_link.active
{
	color: black;
}
.darkfooter a.newsletter_link.active
{
	color: #fff;
}
a.newsletter_link.active:after
{
	right: 0;
}
.mc4wp-response
{
	line-height: 18px;
}
.darkfooter .mc4wp-response
{
	color: #222 !important;
}
.mc4wp-response p
{
	margin: 0;
}
.hidden_title
{
	position: absolute;
	visibility: hidden;
}