/*
Theme Name: kb
Theme URI: http://talleux-zoellner.de/
Description: Theme for Künstlerhaus Bethanien
Author: Thorsten Probst, Ramon Zöllner
Author URI: http://angenehme-gestaltung.de/
Author URI: http://talleux-zoellner.de/
Version: 2.0


General comments (optional).
*/




/* ---  Base styles --- */

body {
	background-color: white;	
	font: normal 1em 'Open Sans', Arial;
	margin: 0 0 4em 0!important;
	
}

#iso_container, #container {
	text-align: center;
	margin-top: 3em;
}

.wrapper {
	margin: auto;
}

.right {
	float: right !important;
	text-align: right !important;
}

.left {
	float: left !important;
	text-align: left !important;
}
.next a {font-family: 'KB', Arial;}

.clear {
	clear: both;
}

/* -- suche -- */

#search {
	float: left;
	transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 57px;
	background-color:#FFF;
	padding: 6px 4px 6px 8px;
    border: 0;
    margin: -6px -4px 0 -5px;
	font: normal 1em 'PT Sans', arial, sans-serif;
	color: #666;	
}

#search:hover {border-bottom: 1px solid black}

#search:focus, #search:active {
	width: 275px;
	background-color: #555;
	margin-right: 0px;
	color: white;
}

#site-nav ul.lang-search li {
    text-align: right;
    padding-left: 20px;
    float: right;
	
	
}

#site-nav ul.lang-search li a {
padding-bottom: 7px;
}

/*
#site-nav .search-field input[type="text"]:hover {
    cursor: pointer;
	color: white;
	border-bottom: 1px solid black;
	padding: 1px 0px;
    margin: -1px 0px 0 0;
}

#site-nav .search-field input[type="text"]:hover {
    cursor: pointer;
	color: white;
	border-bottom: 1px solid black;
}

#site-nav .search-field input[type="text"]::before {
    content: "Suche";
	color: #666;
}*/

#search:hover{cursor:pointer;}



/* --- filter & navigation--- */

#filter {
	position: absolute;
	margin: 92px 0 0 0;
	z-index: 100;
}

#filter li {
	float: left;
}

#filter li a {
	margin: 3px 4px 0 0;
	padding: 6px 6px 6px 4px;
	background-color: #999;
	width: 230px;
	display: block;
	letter-spacing: 0.2em;
	color: #FFF !important;
	text-transform: uppercase;
	text-align: center;
	border: 0;
}

#filter li a:hover,
#filter li a.sub:hover {
	background-color: rgba(153, 153, 153, 0.9);
	border-bottom: 0!important;	
}

#filter #dropdown {background-color: white;}

.submenu a {background-color: #b6b4b4;}


#filter li.current-menu-item a {
	color: black !important;
}

#filter li.current-menu-item a:hover {
	color: white !important;
	background-color: rgba(153, 153, 153, 0.9);
}

#filter li.kb_content a, #filter .dropdown a{
	width: 458px;
	text-align: center;

}

#filter li a.sub {
	float: right;
	-moz-opacity: 0.90;
	opacity: 0.90;	
}

#filter li ul {
	display: none;
	width: 468px;
	background-color: white;
}

#content-nav {
	padding-top: 2em;
	margin-top: -33px;
	z-index: 100;
	overflow: hidden;
	
}

#content-nav div {
	background-color: white;
	padding-top: 1em;
	margin-top: 0px;
}

#content-nav div.headline, .text-news .headline{
	/*margin-top: -35px !important;*/
	margin-bottom: 15px !important;
}

#content-nav {
	text-align: center;
}

#content-nav li {	
	line-height: 2em;
	display: inline;
	margin: 0 0.5em;
}

.content-nav-shadow {
	background-color: transparent;
	padding-top: 10px !important;
	border-bottom: 2px dotted #CCC;	
}

/* --- site-nav ---*/

#site-nav {
    display: block;
    height: 2em;
    margin: 2em 0 0 0;
}

#site-nav li a:hover {
    border-bottom: 1px solid #BBB;
    /*padding-bottom: 7px;*/
}

.menu-top-nav-container li,.menu-top-nav-en-container li{
	display: none;
	float: left;	
	padding-right: 20px;
}

/* ---- Social Media Icons ---- */

ul.social_media {display: block; margin: -4px -5px 0 -14px;}
a.social_media {
	margin: 5px 0 0 15px;
    height: 24px;
    width: 24px;
    display: block;
	float: left;
	background-repeat: no-repeat;
	opacity: .5;
	}
a.social_media:hover {opacity: 1; text-decoration: none!important; border: none!important;}

a.social_media.youtube {background-image: url(img/youtube.svg);}
a.social_media.fb {background-image: url(img/facebook.svg);}
a.social_media.vimeo {background-image: url(img/vimeo.svg);}
a.social_media.insta {background-image: url(img/instagram.svg);}





/* ---- Isotope styles ---- */

.item img {
	width: 85% !important;
	cursor: pointer !important;
}

.kb_publication img {
	width: 50% !important;
	cursor: pointer !important;
}

.item {
	padding: 0;
	margin: 2em 0.5em;
	/*margin: 15px 12px 10px 8px;*/
	text-align: center;
	width: 320px;
	float: left;
}

.item:hover {
	cursor: pointer;
}

.item:hover h2.subtitle, .item-selected h2.subtitle {
	border-bottom: 1px solid;
	margin-bottom: -1px;
	width: 220px;
}


.item.textbox:hover h2 {
	border-bottom: 0px solid;
	margin-bottom: 0px;
	width: 220px;
}

.item.textbox p {
	text-align: center;
}

.item.textbox div {
	width: 220px;
	/*-webkit-box-shadow: 0px 0px 12px 2px rgba(99, 99, 99, 0.2);
	-moz-box-shadow: 0px 0px 12px 2px rgba(99, 99, 99, 0.2);
	box-shadow: 0px 0px 12px 2px rgba(99, 99, 99, 0.2);*/
	margin: 10px 0 0 0;
	padding: 5px 0 20px;
}

.item.textbox:hover {
	cursor: default;
}

.item.textbox:hover h2.title {
	border: 0;
	margin-bottom: 0px;
}

.item.width2 {
	width: 460px;
}

.article_image img, .slideshow img, .solo_image, .item img {
	width: 100%;
	cursor: default;
	-moz-opacity: 1;
	opacity: 1;	
}

.article_image.slide img {
	cursor: pointer;
}

.slideshow img, .solo_image, .item img {
	margin-top: 15px;
}

.singleslideshow {height: 400px;}

.item:hover img {
	box-shadow: 0px 0px 12px 2px rgba(99, 99, 99, 0.5);
	-webkit-box-shadow: 0px 0px 12px 2px rgba(99, 99, 99, 0.5);
	-moz-box-shadow: 0px 0px 12px 2px rgba(99, 99, 99, 0.5);
	box-shadow: 0px 0px 12px 2px rgba(99, 99, 99, 0.5);
	-moz-opacity: 0.90;
	opacity: 0.90;
}

.item.kb_publication img {
	width: 50%;	
	-webkit-box-shadow: 0px 0px 5px 1px rgba(99, 99, 99, 0.3);
	-moz-box-shadow: 0px 0px 5px 1px rgba(99, 99, 99, 0.3);
	box-shadow: 0px 0px 5px 1px rgba(99, 99, 99, 0.3);
}

.item p {	
	display: block;
	padding: 4px 0;
}

.publication-cart-info p {
	text-align: center;
}

.kb_press_release a {word-wrap: break-word;}
.kb_press_release:hover a {color:black;}

/* -- Sonderveranstaltung --- */

h2.sv {
	background-color: #AAA;
	color: white!important;
	padding: 0 1em .2em;
	display: inline-block;
	text-transform: uppercase;
}

p.sv {
	background-color: #AAA;
	color: black;
	padding: 1em;
	display: block;	
}

.container-sv{
	text-align: center;
}

h2.sv {	
	color: white!important;
	padding: .2em 1em;
	margin-bottom: .7em;
	text-transform: uppercase;
	display: inline-block;
}

p.sv {
	background-color: #AAA;
	color: black;
	padding: 1em;
	display: block;	
}

.container-sv{
	text-align: center;
}

.container-sv-text {margin: 2em 0;display: none;}


.headline {
	width: 100%;
	text-align: center;
}

.headline.item {
	margin-left: 0px !important;
}

.headline.item .interval-year-filter {
	margin-top: -15px;
}

.headline:hover {
	cursor: default;
}


/* --- Slider ---*/


.slider-container {
	margin-top: 2em;
	/*height: 360px;*/
	overflow: hidden;
}

.slide-img {
	float: left;
	width: 75%;
}

.slide-img img {
	width: 100%;
  	
  	object-fit: cover;
	object-position: center;
}

.slide-content {
	padding: 2em;
	width: 19%;
	height: 417px;
	float: right;
	display: block;
	margin-right: -1px;
}

.slide-content p, .slide-content h4.titel {
	color: white!important;
	line-height: 2em;
}
.slide-content h4.titel {
	text-transform: uppercase;
}

.slide-content a {
	background-color: white;
	color: black; /* Schriftfarbe wie Hintergundfarbe */
	position: absolute;
	padding: .5em 1em;
	font-weight: bold;
	text-decoration: none!important;
	position: absolute;
	bottom: 2em;
	
}

.slide-content a:hover {	
	text-decoration: none;
}

/* ---- News ---- */

.text-news {
	margin: 1em 0 0 2em;
	display: inline-block;
}

.text-news a {display: inline-block;}

.text-news a {padding: .2em ;}

.text-news a:hover {
	background-color: #BBB;
	color: white!important;
}

.news-link {margin: 2.2em;}

.news-list li {padding: 3em;}

.single.news-single {
	margin: 1em 0;
	border-bottom: 1px solid #BBB;
	padding: 2em 0 3em 0;}

.home .single.news-single {
	margin: 1em 0 0 0!important;
	padding:0!important;}

.home .news-link {
	margin: 3em 2em 2em !important;
	text-align: center;
	clear: left;
}
.news-single p {margin: 1.5em .75em 1em !important;}

.news-single .article_image {margin: 20px 3em 2em .75em!important;}

.news-single:last-child {border: 0!important;}

.home .single.news-single {
	margin: 2em 0 0 0 !important;
	padding: 0 !important;
	width: 400px;
	border: none!important;
	text-align: center;
	float: left;
}

.home .article-image-teaser {margin-bottom: 1em!important;}

.home .single.news-single p.bu {display: none;}


/* Bookingflix */

.booking-container .headline {
	margin-bottom: 26px;
}

.app .stage[data-v-6e9bfeb8] {
	max-width: 100%!important;
	font-family: 'Open Sans', Arial, sans-serif;

}

.app .stage[data-v-6e9bfeb8] h1 {
font-family: 'Open Sans', Arial, sans-serif!important;
font-size: 1.1em;
margin-bottom: 35px;
text-align: left!important;
}


/* Listen */

.content ul {margin: 0 0 1em 35px!important;}
.content li {list-style: circle!important; color: #666; padding: .25em 0;}



/* Link-Color: Diese Farben sollen vom User auswählbar sein*/
.slide-1 .slide-content {
	background-color: #ff45d5;
}
.slide-1 .slide-content a.link{
	color: #ff45d5;
}
.slide-2 .slide-content {
	background-color: #e0787c;
}
.slide-2 .slide-content a.link{
	color: #e0787c;
}

.slick-prev, .slick-next {
	z-index: 200;
	opacity: 1;}

.slick-next {
	right: 40px;
}
.slick-prev {
	left: 27px;
}
.slick-next:before {
	content: url('wp-content/themes/kb/img/arrow-next.png');
}
.slick-prev:before {
	content: url('wp-content/themes/kb/img/arrow-prev.png');
}


/* ----  Archiv  ----*/

.year-filter {
	margin-top: -10px;
	font-size: 1.4em;
}

.year-filter .line {
	border-bottom: 1px solid #ddd;
}

.interval-year-filter {
	margin-top: 20px !important;
}

.year-selected {
	font-weight: semi-bold !important;
	font-size: 1.3em;
}

.year-selected + .kb_category {
	margin-top: -30px;
}

.inside {
	clear: both;
	padding-bottom: 15px;
	margin: 35px 0;
}

.kb_upcoming {
	cursor: default !important;
}

/* ---- content & single pages ---- */

.content {
	/*margin: 0px 0 0px -20px;*/
	cursor: default !important;
	overflow: hidden !important;
	/*padding-top: 20px;*/
}

.single {
	margin: 3em 0;
}

.content.multicolumn2 {padding-top: 1em;}

.slider_0, .slider_1, .slider_2, .slider_3 {
	float: left;
	margin: 15px 30px;
	padding: 0;
}

.shadow {
	-webkit-box-shadow: inset 0px 0px 10px 2px rgba(99, 99, 99, 0.3);
	-moz-box-shadow: inset 0px 0px 10px 2px rgba(99, 99, 99, 0.3);
	box-shadow: inset 0px 0px 10px 2px rgba(99, 99, 99, 0.3);
	/*
	-webkit-box-shadow: inset 0 15px 10px -10px #999;
	-moz-box-shadow: inset 0 15px 10px -10px #999;
	box-shadow: inset 0 15px 10px -10px #999;*/
}

#topslider_wrapper {
	width: 1200px;
	margin: -50px 0 25px -50px;
	padding: 50px 0 25px 50px;
	text-align: center;
}

#topslider_wrapper a {
	margin: -15px 18px 0 0;
	padding: 0;
}

.img-nav a {
	cursor: pointer;
	padding: 0 15px;
}

.img-nav a.activeSlide {
	text-decoration: underline;
}

.slideshow {
	margin-left: 100px;
}

.article_image {
	width: 400px; /*460*/
	float: left;
	margin: -5px 2em 0 0;
	padding: 0;
}

.solo_image {
	width: 460px;
	float: left;
	margin: 40px 0 0 0;
	padding: 0;
}

.single .article_image {
	margin: 5px 45px 0 0;
}

.article_image.kb_publication {
	text-align: center;
}

.article_image p.bu {	
	text-align: center;
	margin: 5px 0 40px;
	color: #999;
	font-size: 0.9em;
}

.navigate {
	clear: both;	
	margin-bottom: 6em;
}

.navigate p {
	font: normal 1em 'PT Sans', Arial;	
	line-height: 1.2em;
	/*width: 35%;*/
	margin: 0 !important;
}

.navigate a {
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.6em;
	text-transform: uppercase;
}

.close_content {
	font-size: 36px !important;
	text-align: right;
	display: block;
	margin: 0px 0 0 15px;
	padding: 0 0 10px 0;
	float: right;
}

.close_content:hover {
	border: 0;
}

.navigate a:hover, #topslider_wrapper a:hover {
	border-bottom: 1px solid;	
}


/*----- aside & additional content ---*/

.aside_column {
	float: left;
	margin: 5px 0 0 5px;
}

.single-kb_publication .aside_column {
	margin-top: 35px;
}

.content .aside {
	border-top: 1px solid #CCC;
	float: left;
	width: 220px;
	margin: 0 0 2em 0;
}

.aside_column .item {
	float: left;
}

.aside_column .item h2:first-child {
	font: normal 13px/18px 'Open Sans', Arial;
	text-transform: uppercase;
}

.aside_column.topnav {
	margin: -25px 0 -30px 25px;
}

.aside_column img {
	width: 75%;
	margin-top: 15px;
}

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

.additional {
	margin-left: -25px;
}

/* ---- forms ----*/

textarea, input {
	width: 100%;
	max-width: 99%;
	font: normal 14px 'PT Sans', arial, sans-serif;
	font-weight: 400;
	color: #999;
	letter-spacing: 0.08em;
	padding: 5px;
}

textarea {
	height: 200px;
}

input {
	width: 100%;
	margin-top: 10px;
}

form li.buttons input {
	width: 220px;
	margin-top: 20px;
	text-align: center;
}

label {
	width: 15%;
	margin-right: 5%;
}


/* Bildergalerie */

#content-gallery figure {display: inline-block; margin: 1em;}


/* Contact Form */

.wpcf7 {
	margin: -15px 0 0 0px !important;
}

div.wpcf7-validation-errors {
	border: none !important;
}

img.ajax-loader {
	width: 16px;
	height: 16px;
	display: none;
	z-index: 20;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: -3px;
	left: 5px;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 50%;
	padding: 2px;
}


.wpcf7-form-control-wrap.privacy {
	float: left;
	}

.wpcf7-form-control-wrap.privacy input {
	width: 1em;
	margin-right: 1em;
}

.wpcf7-validation-errors {
	display: none !important;
}

.wpcf7-not-valid {
	background-color: lightGoldenrodYellow;
}

.wpcf7-mail-sent-ok {
	border: none !important;
	margin: 0;
}

.wpcf7 p .input[type="submit"] {
	width: 100% !important;
}

/* --- publications - webshop --- */


table#cart, table.cart {
	width: 96%;
	margin: 2em 2% 0;
}

table#cart td.cart-pub-img img {
	text-align: left !important;
	width: 100%;
	-webkit-box-shadow: 0px 0px 12px 2px rgba(99, 99, 99, 0.3);
	-moz-box-shadow: 0px 0px 12px 2px rgba(99, 99, 99, 0.3);
	box-shadow: 0px 0px 12px 2px rgba(99, 99, 99, 0.3);

	-moz-opacity: 1;
	opacity: 1;		
	-webkit-box-shadow : 0 px 0 px 12 px 2 px rgba(99, 99, 99, 0.3);
	-moz-box-shadow: 0px 0px 12px 2px rgba(99, 99, 99, 0.3);
	box-shadow: 0px 0px 12px 2px rgba(99, 99, 99, 0.3);
}

table#cart td.cart-pub-img {
	width: 14%;

}

table#cart input.quantity {
	width: 100px;
	margin-top: 1px;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	background-color: #DDD;
	color: black;
	font-weight: bold;
	border: 0;
}

table#cart input.quantity:focus {

	background-color: red;
	color: white;

}

table#cart input.update {
	width: 110px;
	margin-top: 1px;
	text-align: center;
	display: block;
	font-size: 12px;
}


table#cart input.delete {
	width: 16px;
	margin: 5px 0 5px 0;
	float: left;
}

table#cart input.delete + label {
	font-size: 12px;
	text-align: left;
	margin: 2px 0 0 0;
	color: #999;
	font-weight: 400;
	letter-spacing: 0.08em;

}

table#cart p, table#cart h1, table#cart a {
	text-align: center;
}

table#cart h1 a {
	font-size: 16px;
}

table#cart th {
	border-bottom: 1px solid #DDD;
}

table#cart td, table#cart th {
	text-align: center;
	padding: 15px;
	vertical-align: top;
}

table.cart input.submit {
	width: 50%;
	margin: 10px;
	float: right;
}

table.cart.order {
	margin-top: 0;
}

table.cart.order td {
	vertical-align: middle;

}

/* order-form */

.page-id-18521 p, .page-id-18686 p, .page-id-18699 p {
	width: 80%;
	margin: 0 10% !important;
}

.page-id-18521 .wpcf7, .page-id-18686 .wpcf7, .page-id-18699 .wpcf7 {
	margin: 0 !important;
}

/* --- footer --- */

footer {
	margin: 100px 0 !important;
	clear: left;
}

footer a {
	font: 'Open Sans', Arial;
}

footer div {
	padding: 0 15px;
	height: auto;
	margin: 20px 5px;
	float: left;
	border-top: 1px solid #BBB;
}



footer ul li {
	padding: 15px 0 0 0 !important;
}


footer li ul li ul li {
	margin: 0 0 0.5em 15px;
	padding: 4px 0 0 0 !important;
	list-style: none;

}


/* ----- ajax ------- */
.loading {
	background-repeat: no-repeat;
	background-image: url(./img/ajax-loader.gif);
	width: 32px;
	height: 32px;
	text-align: center;
	position: relative;
	left: 48%;
	margin-top: 2%;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

/* fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
	zoom: 1;
}


/** gallery credits **/
.gallery-credits {
	margin-left: 1em;
}

.text-is-centered,
.pswp__caption .pswp__caption__center p{
	text-align: center;
}


@media print {

	/* print-styles */

	body {margin: 1.5cm 0.5cm!important;}

		header h1 {font-size: 20pt!important;
		 margin: 2cm;
		 float: none!important;
		 text-decoration: none;
		}

		header a h1 [href]:after {
			content: none;
			text-decoration: none!important;
		  }
		
		header h1.change_color:after {
			content: " BETHANIEN";
		  }
		
		header h1.header {
			display: none!important;
		}

	  h1, h2, h3, h4, h5, h6 { 		  
		  page-break-after:avoid; 
		  page-break-inside:avoid }
	  
		  img { page-break-inside:avoid; 
		  page-break-after:avoid; }
  
	  .content a[href]:after {
		  content: " (" attr(href) ")";
		}
	
	.aside_column {margin-top: 2em;}
	  a {page-break-inside:avoid}
	  
	  a:link, a:visited, a {
		  background: transparent;
		  color: #520;
		  font-weight: bold;
		  text-decoration: none;
		  text-align: left;
		  }
	  
		#content-nav, 
		header #site-nav, 
		.menu-main-nav-container, 
		footer, 
		.slider-container,
		.content img,
		.bu,
		.left.next, .right.next,
		.article_image
		{display: none!important;}

		body:after {
			content: "\ © 2021 Künstlerhaus Bethanien /	Kottbusser Straße 10 / 	10999 Berlin";
			color: #777 !important;
			font-size: 1em;
			padding-top: 30px;
			font: normal 13px/20px 'Open Sans', Arial;
			text-align: center !important;    
			border-top: 1px solid grey;
			padding-top: 1em;
			width: 100%;
			text-align: center;
			display: inline-block;
			}
		  
  
  }
