/*
	Theme Name: 	neustaberlin
	Theme URI: 		
	Description: 	Style for small-talk apps
	Author: 		David
	Author URI: 	
	Template: 		neustaberlin
	Version: 		3.0
	Text Domain:	
*/

/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/



/****************************************************************************************/
/************************************** Add Calendar Link ************************************/
/****************************************************************************************/

.addToCalender {
	width: 40px;
	height: 40px;
	position: relative;
	cursor: pointer;
}
.addToCalender .deshIconsContainer {
	position: relative;
	width: 50px;
	height: 50px;
}
.addToCalender .deshIconsContainer .dashicons-calendar-alt {
	font-size: 3em;
	position: absolute;
	top:0;
	left:0;
	
}
.addToCalender .deshIconsContainer .dashicons-plus {
	font-size: 25px;
	position: absolute;
	bottom: 4px;
	right: 2px;
	width: 24px;
	height: 24px;
	left: auto;
	top: auto;
	border-radius: 50%;
	line-height: 1.1;
}

.addToCalenderInnen {
	position: absolute;
	padding: 10px 10px 15px;
	border: 1px solid #aaa;
	box-shadow: 2px 2px 8px rgba(2,2,2,0.3);
	background: #f6f6f6;
	opacity:0;
	max-height:0;
	width:0;
	left: 20px;
	top:0;
	overflow: hidden;
}
.addToCalenderInnen img {
	margin-right: 10px;
	width: 28px;
	position: relative;
	top: 9px;
}
.addToCalender:hover .addToCalenderInnen {
	opacity:1;
	max-height: 200px;
	width: 250px;
	z-index:1;
	transition: all 600ms ease;
}
/****************************************************************************************/
/****************************************** Members *************************************/
/****************************************************************************************/

.members-socials {
	list-style: none;
}
	
.members-socials li {
	display: inline-block;
	width: 40px;
	margin: 10px;
}

/****************************************************************************************/
/************************************** Offenestelle ************************************/
/****************************************************************************************/

.single-offenestelle #secondary .dashicons {
	top: -1px;
	margin-right: 10px;
}

.single-offenestelle #secondary .metaInfos {
	margin-top: 20px;
}

.offenestelleSidebarHeader h3 {
	margin-bottom:0;
}

.offenestelleSidebarHeader span {
	font-size: 0.75em;
}

.kenntnisse {
	margin-bottom: 20px;
}

.kenntnisse a {
	background: #888;
	color: #fff;
	padding: 5px 8px;
	font-size: 1rem;
}

/****************************************************************************************/
/******************************************* Users **************************************/
/****************************************************************************************/

.authorMeta h1.page-title {
	background: transparent;
	color: #888;
	padding:0;
	margin:0;
}
.authorMeta table {
	margin-top: 20px;
}
.authorMeta table tr {
	border: none;
}
.authorMeta table tr th {
	vertical-align: top;
}
/****/
.user-socials-innen ul {
	list-style: none;
}
.user-socials-innen ul li {
	display: inline-block;
	margin: 0 10px 0 0;
}

/****************************************************************************************/
/****************************************** Marken **************************************/
/****************************************************************************************/

#preColophon .marken {
	background: #dfdfdf;
}
#preColophon .marken .wrap {
	padding: 20px;
}
#preColophon .marken .wrap h3 {
	text-align: center;
}
/***/
.markenContainer {
	/*margin-bottom: 20px;*/
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.markenContainer .trener {
	/*display: none;*/
}
.marke {
	float: left;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: all 400ms ease;
	margin-right: 40px;
	margin-left: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.marke.bereiche:hover {
	cursor: crosshair;
	opacity: 1;
}
.marke.withUrl:hover {
	filter: grayscale(20%);
	opacity: 1;
	transition: all 400ms ease;
}
.marke img {
	width: 120px;
}
.bereich-feld {
	color: #d9cf77;
	display: block;
	margin: 20px auto;
}
/****/
.marken-section.slider-auto .markenContainer {
	flex-wrap: nowrap;
	overflow: hidden;
	justify-content: flex-start;

}

.marken-section.slider-auto .marke {
	min-width: 200px;
	width: 25%;
}

.marken-section.slider-auto .marke img {
	width:unset;
}

/****************************************************************************************/
/************************************ Umfangreich Slider ********************************/
/****************************************************************************************/

.slider-section-wrap {
	margin: auto;
}

.slider-section-innen {
	position: relative;
}

.slider-section .slider-section-ul {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin:0;
	width: 100%;
	position: relative;
}

.slider-section .slider-section-ul li.slider-section-item,
#content .slider-section .slider-section-ul li.slider-section-item {
	position: relative;
	display: table;
	min-width: 100%; 
	margin:0;
	padding:0;
}

.slider-section.wechsel-position li.slider-section-item:nth-child(even) .slider-item-part-image {
	float: right;
}

.slider-item-background {
	position: absolute;
	display: table;
	height: 100%;
	width: 100%;
	background-size: 100% 100%;
}

.slider-item-floating-background {
	position: absolute;
	width: 100%;
	height:100%;
	top:0;
	left:0;
}

.slider-item-floating-background img {
	width: 100%;
}

li.slider-section-item .slider-item-part {
	position: relative;
	width: 50%;
	height: 100%;
	float:left;
}

.slider-item-image-container img {
	display: block;
	margin:0;
	padding:0;
}

li.slider-section-item .slider-item-part-text-innen {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	width: 100%;
	height: 100%;
}

li.slider-section-item .slider-item-part-text-innen h2 {
	width: 100%;
}

li.slider-section-item .slider-item-part-image {
	display: flex;
	align-items: center;
}

.slider-section .sliderErrows {
	position: absolute;
	top:0;
	height: 100%;
	width: 60px;
	display: flex;
	align-items: center;
	cursor: pointer;
	z-index: 10;
}

.sliderErrows_left {
	left: 8px;
}

.sliderErrows_right {
	right: 8px;
}

.slider-section .sliderErrows span.neusta-errow {
	margin:auto;
}

.slider-section .sliderErrows span.neusta-arrow-right {
	right: 8px;
}

.slider-section .sliderErrows span.neusta-arrow-left {
	left: 8px;
}

.slider-section .sliderErrows .dashicons {
	cursor: pointer;
	font-size: 3rem;
	padding: 0 18px;
	display: block;
	width: 40px;
	height: 3rem;
}

.sliderCounter {
	display: table;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX( -50% );
	z-index:10;
}

.sliderCounterItem {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 6px;
	border-radius: 50%;
	border: 1px solid #aaa;
	background: #eaeaea;
	cursor: pointer;
}

.sliderCounterItem.aktiv {
	background: #dadada;
}

/****************************************************************************************/
/***************************************** Downloads ************************************/
/****************************************************************************************/

.downloads-ul {
	list-style: none;
}

.downloads-ul li {
	display: inline-block;
}

.downloadElement {
	position: relative;
	width: 250px;
	height: 330px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.downloadElement.withDescription,
.downloadElement.allDownloads {
	height: 370px;
}

.downloadElement:after{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	box-shadow: 0 15px 10px rgba(2,2,2,0.6);
	transform: rotate(3deg);
}

.downloadElement a {
	position: relative;
	z-index:0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	background: #eee;
	border: 1px solid;
}

.downloadElement h3 {
	font-size: 1.2rem !important;
	text-align: center;
	background: #888;
	color: #fff;
	padding: 8px 5px;
	margin: 0 auto;
	position: absolute;
	top: 30px;
	left: 10px;
	display: table;
	width: calc(100% - 20px);
}

.downloadElement h3:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #777;
	position: absolute;
	top: 12px;
	left: 5px;
	transform: rotate(-3deg);
	z-index:-1;
}

.downloadElement .pdfSize {
	font-size: 0.8rem;
	position: absolute;
	bottom: 10px;
}

.downloadArt {
	font-size: 1.2em;
	display: block;
	position: absolute;
	bottom: 26px;
}

.downloadElement .dashicons-download {
	position: absolute;
	bottom: 75px;
	top: auto !important;
	left: 50% !important;
	width: 100%;
	font-size: 60px;
	transform: translateX(-50%);
}

.downloadElement .dashicons-download:before {
	/*text-shadow: 2px 2px 6px rgba(2,2,2,0.3);*/
}

.downloadElement:hover a {
	color: #888;
}

.downloadCoverImg {
	width:100%;
	height: 68%;
	position: absolute;
	top:0;
	left:0;
	display: none;
	opacity: 0.5;
	background-size: cover;
	z-index: -2;
}

/***/

.withDescription,
.allDownloads {
	float: left;
}

.withDescription h3,
.allDownloads h3 {
	top: 20px;
}

.withDescription p,
.allDownloads p {
	position: absolute;
	top: 110px;
	left: 10px;
	height: 140px;
	overflow: auto;
	max-width: calc(100% - 20px);
}

.withDescription .dashicons-download,
.allDownloads .dashicons-download {
	bottom: 84px;
}

/****************************************************************************************/
/************************************** Calendar ****************************************/
/****************************************************************************************/

#kalender {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	/*font-family:Helvetica, "Times New Roman", Times, serif;*/
}

.kalenderText,
.kalenderAfterText {
	color: #888;
	max-width: 1200px;
	padding: 20px;
}

.calendar-content {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}

.kalenderMonat {
	width: 48%;
	margin: 1%;
	background: #f0f0f0;
}

.kalenderMonat-title {
	background: #000099;
	text-align: center;
}

.kalenderMonat-title .calendar-header {
	padding: 10px;
}

.kalenderMonat-title .calendar-header h4 {
	color: #fff;
	margin: 0 auto;
	padding:0;
}

.kalenderMonat .kalenderMonatTable {
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
	margin:0;
}

.kalenderMonat thead {
	background: #f7f7f7;
	background: linear-gradient(to top, #f7f7f7 0%, #f1f1f1 100%);
}

.kalenderMonat .labels th {
	font-weight: 400;
	text-align: center;
	color: #666;
	text-shadow: 1px 0px 0px #fff;
	font-size: 15px;
}

.kalenderMonat .dates td.tagFeld {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: #ededed;
	background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
	box-shadow: inset 1px 1px 0px 0px rgb(250, 250, 250, 0.5);
	text-shadow: 1px 1px 0px #fff;
	color: #666;
	height: 5vh;
	font-size: 16px;
	text-align: center;
}

.kalenderMonat .dates td.tagFeld:last-child {
	border-right:0;
}

.kalenderMonat .dates td.sontag,
.kalenderMonat .dates td.sonabend,
.kalenderMonat .dates td.vergangenheit,
.kalenderMonat .dates td.feierTag {
	background: #f4f4f4;
	color: #900;
}
.kalenderMonat .dates td.today {
	background: #888;
	background: linear-gradient(to bottom, #aaa 0%, #888 100%);
	border: 1px solid #9e821e;
	color: #fff;
	text-shadow: none;
}


/******************************* Calendar Content Cells *********************************/


li.mask {
	cursor: auto;
}

.tagFeld {
	position: relative;
}

.tagFeld .ereichbarkeit {
	display: none;
	position: absolute;
	z-index: 100;
	background: #fff;
	padding: 10px;
	border: 1px solid #eaeaea;
	box-shadow: 2px 2px 6px rgba(2,2,2,0.3);
	bottom: 90%;
	left: 10%;
	min-width: 350px;
	width: 450px;
	cursor: auto;
}

/*.tagFeld:nth-child(1n) .ereichbarkeit {
	left: 20px;
}
.tagFeld:nth-child(2n) .ereichbarkeit {
	left: -80px;
}
.tagFeld:nth-child(3n) .ereichbarkeit {
	left: -160px;
}*/
.tagFeld:nth-child(4n) .ereichbarkeit {
	left: -200px;
}
.tagFeld:nth-child(5n) .ereichbarkeit {
	left: -280px;
}
.tagFeld:nth-child(6n) .ereichbarkeit {
	left: -360px;
}
.tagFeld:nth-child(7n) .ereichbarkeit {
	left: -400px;
}

.tagFeld .ereichbarkeit h4 {
	text-align: center;
	color: #000099;
}

.tagFeld .ereichbarkeit td {
	font-size: 15px;
	text-shadow:none;
	width: 50%;
	background: #fafafa;
	text-align: left;
	padding-left: 5px;
}
.kalenderMonat .dates td .ereichbarkeit button.nextField {
	float: left;
}

.kalenderMonat .dates td.feierTag .ereichbarkeit {
	background: #888;
	color: #fff !important;
	text-shadow: none;
	padding-bottom: 40px;
}

.tagFeld:not(.vergangenheit):not(.sonabend):not(.sontag):not(.feierTag):not(.mask):hover {
	background: #afafaf;
	cursor: pointer;
	text-shadow:none;
	color:#fff;
}

.tagFeld:not(.vergangenheit):not(.sonabend):not(.sontag):hover .ereichbarkeit {
	display: block;
	color: #888;
}


/**********************************/
:focus{
	outline: none;
}

/****************************************************************************************/
/*********************************** Select Project *************************************/
/****************************************************************************************/
#wp-admin-bar-select_projects_admin {
	background: #ff4500 !important;
}

#wp-admin-bar-select_projects_admin a {
	color: #fff;
}

#wp-admin-bar-select_projects_admin a .dashicons {
	top: 4px;
}

.addToList {
	background: #f6f6f6;
	position: absolute;
	top: -12px;
	left: -10px;
	z-index: 100010;
	border-radius: 50%;
	pointer-events: none;
	width: 48px;
	height: 48px;
	display: block;
	border: 1px solid;
}

.addToList.aktiv {
	background: #ff4500;
	color: #fff;
}

.addToList .dashicons {
	font-size: 46px;
	left:0;
	top:0;
}

/**/
.showList,
.emptyList {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	position: fixed;
	top: 50%;
	right: 10px;
	display: none;
	background: #ff4500;
	z-index:100;
	text-align: center;
	cursor: pointer;
}
.showList.aktiv,
.emptyList.aktiv,
#getListUrl.aktiv {
	display: block;
}
.showList .dashicons,
.emptyList .dashicons {
	color: #fff;
	font-size: 35px;
	left: -10px;
}
.emptyList .dashicons-no-alt {
	position: absolute;
	top:0;
	left:0;
	font-size: 50px;
}
.emptyList {
	top: calc(50% + 60px);
}
/**/
#getListUrl {
	position: fixed;
	top: calc( 50% + 120px );;
	right: 10px;
	z-index:100;
	background: #ff4500;
	border-radius: 6px;
	display:none;
}
.listUrlWrap {
	position: fixed;
	top: calc( 50% + 180px );
	right: 10px;
	z-index:100;
	max-height:0;
	overflow: hidden;
}

.listUrlInnen {
	border: 1px solid #dadada;
	box-shadow: 2px 2px 4px rgba(2,2,2,0.2);
	padding: 20px;
	margin: 10px 4px 10px 10px;
	background: #fff;
}

.listUrlInnen p {
	max-width: 320px;
}

.listUrlWrap.aktiv {
	max-height: 2000px;
}

.urllistWrap {
	height: 40px;
	margin-bottom: 20px;
}

#urllist {
	width: 300px;
	display: none;
}

.kundendrop {
	margin-bottom: 20px;
}

.firm_dropdownWrap {
	height: 40px;
}
#firm-drop.pleaseDo {
	border: 5px solid #ff4500;
}

.buttonsWrap {
	position: relative;
	height: 44px;
}

#copyurl {
	background: #ff4500;
	border-radius: 6px;
	display: none;
	position: absolute;
	left:0;
	top:0;
}

#url-generator {
	background: #ff4500;
	border-radius: 6px;
	position: absolute;
	left:0;
	top:0;
}

#save-response {
	margin-top: 20px;
	max-width: 320px;
}

/***** Selected Page *******/

.page-selected header.entry-header {
	margin:0;
	padding:0;
}

.page-selected .pdf-header {
	display: none;
	text-align: center;
}

.page-selected .pdf-header h1 {
	font-size: 2rem;
	color: #888;
	padding-top: 10px;
	margin-bottom:0;
}

.page-selected .pdf-header h2 {
	font-size: 1.6rem;
	color: #888;
	padding-top:0;
}

.page-selected .pdf-header img {
	max-height: 200px;
}

.page-selected h1.entry-title {
	display: none;
}

.page-selected p:empty {
	display:none;
}

.selected-content-start.tamplate_dark {
	padding: 20px;
	border: 1px solid #eaeaea;
	background: #fafafa;
}

.selected-content-start.tamplate_light {
	
}

.selected-content-start h2 {
	margin-bottom: 5px;
}

.selected-content-start h4 {
	padding-top: 0;
	margin-bottom: 20px;
}

.entry-content-projects {
	margin-top: 40px;
}

.entry-content-projects-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.entry-content-projects .single-project {
	max-width: 350px;
	width: 24%;
	min-width: 350px;
	margin: 0.5%;
	background: #fff;
	padding: 10px 10px 60px;
	border: 1px solid #eaeaea;
	position: relative;
}

.entry-content-projects .single-project a {
	display: block;
}

.entry-content-projects .single-project img {
	width: 100%;
}

.entry-content-projects .single-project header.entry-header {
	margin:0;
}

.entry-content-projects .single-project h2 {
	padding-top: 5px;
	font-size: 20px;
	font-size: 1.2rem;
	margin:0;
}

.entry-content-projects .single-project .entry-meta p {
	margin-bottom: 3px;
}

.single-project .toTheSite {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.entry-content-kunden-end-text {
	margin-top: 40px;
}

.selected-pdf-footer {
	display: none;
	margin: 40px auto;
	border: 1px solid #666;
	padding: 10px 20px;
	text-align: center;
	font-size: smaller;
}


/*@page { 
	margin-bottom: 4cm;
}*/

@media print {
	.page-selected .pdf-header {
		display: block;
	}
	.selected-content-start.tamplate_dark {
		border:none;
		padding:0;
		text-align: justify;
	}
	
	.selected-pdf-footer {
		display: block;
		position: fixed;
		bottom: 0cm;
	}
	
	#masthead,
	#preColophon,
	.toTop,
	#colophon,
	h1 {
		display: none;
	}
	
	.toTheSite {
		font-size: 0;
	}
	
	a.toTheSite:after {
		content: "unter: (" attr(href) ") zu finden.";
		color: gray;
		font-size: 12px;
	}
	
	.entry-content-projects-wrap {
		position: relative;
		display: block;
		justify-content: unset;
		flex-wrap: unset;
	}
	
	.entry-content-projects .single-project {
		width: 100%;
		max-width: 100%;
		border: 1px solid #666;
		page-break-inside: avoid;
	}
	
}

/********* my List **********/

.myListButton {
	cursor: pointer;
	position: relative;
}

.myListButton .insertText {
	display: none;
	position: absolute;
	background: #fafafa;
	padding: 10px;
	box-shadow: 2px 2px 6px rgba(2,2,2,0.3);
	z-index: 100;
	width: 200px;
	border-radius: 2px;
	bottom: -5px;
	left:0;
}

.myListButton:hover .insertText {
	display: block;
}

#listCount {
	border: 1px solid;
	padding: 3px;
	border-radius: 50%;
	position: absolute;
	right: -5px;
	bottom: -15px;
	background: #fff;
	width: 22px;
	height: 22px;
	display: block;
	text-align: center;
	line-height: 0.9;
}

/****/

.myListMeneu li {
	display: block;
}

.myListMeneu li:hover a {
	color: #888 !important;
}

.myListMeneu h4 {
	padding: 10px;
}

.myListListe {
	opacity:1 !important;
	left:0 !important;
	position: relative !important;
	border:none;
}

.myListSubMeneu {
	min-width: 200px;
}

.myListSubMeneu > li:hover {
	background: transparent !important;
}

h4.noListTitle {
	display: none;
}

.noList h4.yesListTitle {
	display: none;
}

.noList h4.noListTitle {
	display: block;
}

.noList #goToMyListUrl {
	display: none;
}

/****************************************************************************************/
/************************************** testimonial *************************************/
/****************************************************************************************/

.testimonialInnen {
	width: 100%;
	float: left;
	background: #fafafa;
	overflow: hidden;
}

.testimonial ul {
	list-style: none;
	margin:0;
	display:flex;  
}

.testimonial ul li.testimonialTeil {
	display: block;
	text-align: center;
	float: left;
	transition: all 400ms ease;
}

.testimonialTeilInnen {
	max-width: 800px;
	padding: 20px;
	margin: auto;
	font-size: 1.2rem;
}

.testimonial .dashicons-format-quote {
	display: none;
}

.testimonial h4 {
	margin: 20px auto 0;
	padding:0;
	color: #5593d4;
}

.testimonial .zwischenTitle {
	color: #888;
	font-size: 0.8rem;
}

.testimonial h5 {
	margin: 0 auto;
	padding:0;
	letter-spacing: inherit;
	text-transform: none;
	font-size: 1rem;
	color: #5593d4;
}

.testimonial-circles {
	display: table;
	margin: 20px auto;
}

.testimonial-circles .circle {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #ddd;
	background: #eee;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}

.testimonial-circles .circle.aktiv {
	border: 1px solid #888;
	background: #aaa;
}

/****************************************************************************************/
/************************************* share socials ************************************/
/****************************************************************************************/

.share-social .dashicons span {
	display: none;
}

.share-social-triger {
	display: table;
	margin-bottom: 10px;
}

.share-social.socialPop .share-social-innen {
	max-height:0;
	overflow: hidden;
	padding: 0 10px;
	transition: max-height 400ms ease;
}

.share-social.socialPop.aktiv .share-social-innen {
	max-height: 200px;
	background: #fafafa;
	border: 1px solid #f0f0f0;
}

.share-social-innen h3 {
	margin-bottom:0;
}

.share-social-innen > span {
	margin-bottom: 10px;
	display: block;
}

.social-share-navigation ul.social-share-links-menu {
	list-style: none;
	display: flex;
}

ul.social-share-links-menu .menu-item {
	display: inline-table;
	margin-right: 10px;
}

ul.social-share-links-menu .menu-item a {
	display: block;
	width: 100%;
	height: 100%;
}

ul.social-share-links-menu .menu-item .dashicons,
.share-social-triger .dashicons {
	font-size: 32px;
	width: 32px;
	height: 32px;
	left:0;
	top:0;
	text-align: center;
}

ul.social-share-links-menu .menu-item .dashicons span {
	display: none;
}

ul.social-share-links-menu .menu-item.instagram {
	position: relative;
	cursor: pointer;
}

ul.social-share-links-menu .menu-item.instagram .copy-on-click {
	display:none;
	position: absolute;
	top: 20px;
	left: -80px;
	padding: 10px;
	background: #fff;
	border: 1px solid #dadada;
	border-radius: 8px;
	box-shadow: 2px 2px 8px rgba(2,2,2,0.3);
	z-index: 10;
	width: 250px;
	transition: all 400ms ease;
}

ul.social-share-links-menu .menu-item.instagram .copy-on-click.aktiv {
	background: #efcfd7;
}

ul.social-share-links-menu .menu-item.instagram:hover .copy-on-click {
	display: block;
}

/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
