/*
 Theme Name:     bb3c Child Theme
 Theme URI:
 Description:    BB3c Child Theme
 Author:         Buchegger & Beim
 Author URI:
 Template:       bb3c
 Version:        1.0.0
*/

@import url("../bb3c/style.css");

/* Theme customization starts here use !important to override settings */


/*	1.	Set Fonts	*/
/*	2.	General		*/
/*	3.	Main Menu	*/
/*	4.	Sub Menu	*/
/*	5.	Slider		*/
/*	6.	Widgets		*/

/*	2.	General		*/

#header-top-nav {
	font-size: 11px;
}

/* --- Custom Additions OKK --- */
#footer-disclaimer {
	font-size: 11px;
	text-align: left;
}
#projectrooms li {
	list-style: none;
}
#statements-links a, #projectrooms a, #netzwerktermine a {
	border-bottom: 1px solid #ccc;
}
#statements-links a:hover, #projectrooms a:hover, #netzwerktermine a:hover {
	border-bottom: 1px solid #444;
}
#statements-links li, #statements-full li {
	margin: 10px 0;
    list-style: none;
}
#statements-links {
	font-size: 13px;
	font-weight: normal;
}
#statements-links li:before {
    content: '-';
    left: 30px;
	position: absolute;
}
.custom-content-container {
	border-top: 1px solid #ccc;
	padding: 20px 0;
	}
.custom-content-container h1 {
	margin: 0 0 30px;
}
.custom-content-container img {
	padding-bottom: 20px;
}

/*	6.	Widgets		*/

/* Event Calender */
.events-archive .entry-content,.events-archive .entry-header {
    width: 100%;
}
.tribe-events-sub-nav li a {
	background: none;
}
#blog-sidebar ol.vcalendar {
	padding: 15px 15px;
	background: #ededed;
}
.tribe-events-list h2.tribe-events-page-title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}
.tribe-bar-disabled {
	display: none;
}

/* hide ical bottom button */
.tribe-events-ical{
	display: none;
}

#tribe-events{
	padding-top: 20px;
	border-top: 1px solid #ccc;
}


/* Newsletter Plugin */
.widget_wysija_cont p, .widget_wysija_cont input[type="submit"] {
	display: inline;
	margin-left: 2px;
}
.widget_wysija_cont {
	margin-top: -15px;
	font-weight: bold;
	}
.widget_wysija_cont input[type="submit"] {
	padding: 10px;
	/*float: left;
	margin-top: -20px;*/
	}

	#site-nav ul li.menu-item-has-children, #site-nav ul li.page_item_has_children {
		position: relative;
	}
	#site-nav ul ul ul.sub-menu,
	#site-nav ul ul ul.children {
		top: -14px;
	}

.member-page {
	margin-top: -30px;
}

/* header sub nav addon */
#header-top-nav .sub-menu {
	display: none;
	position: absolute; /* ground children to absolute position */
	width: 100px; /* container width */
	font-size: 11px;
	z-index: 10000000;
	background: rgba(255,255,255,0.95);
	margin-top: -3px;
}

#header-top-nav > ul > li:hover {
	font-weight: bold;
}

#header-top-nav ul li:hover > ul {
	display: block;
}

#header-top-nav ul.sub-menu li {
	display: block; /* children in block view */
	height: auto; /* container height */
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
	width: 100px;
	text-align: left;
	font-weight: normal;
}

#header-top-nav ul.sub-menu li:first-child {
	margin-top: 8px;
}

#header-top-nav ul.sub-menu a {

}

#header-top-nav ul li a {

}

.no_padding article .entry-content.cf {
	padding:0 !important;
}

.aktivitaeten-item a {
	border-bottom: 1px solid #ccc;
}

.aktivitaeten-item a:hover{
	border-bottom: 1px solid #444;
}

.overlay-mind-the-space {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 99999;
  overflow: hidden;
	cursor: pointer;
}

.mind-the-space-slider {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  overflow: hidden;
  width: 400vw;
}

.animate-slider {
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.ms-slide {
  width: 100vw;
  height: 100vh;
	padding: 4vw;
}

.mind-the-space-slide-1 {
  background-color: #e5dbc6;
}

.mind-the-space-slide-2 {
  background-color: #e5dbc6;
}

.mind-the-space-slide-3 {
  background-color: #6466b0;
}

.ms-slide > div {
	width: 100%;
	height: 100%;
}

.slide-image-1, .slide-image-2, .slide-image-3 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}

.mind-the-space-close {
	position: fixed;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	z-index: 99999;
	padding-left: 15px;
	cursor: pointer;
}

.mind-the-space-close:before {
	content: "\f405";
	font: normal 46px/1 'Genericons';
}


#overlay-raumkampagne {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	z-index: 99999;
	overflow: hidden;
	cursor: pointer;
	background-image: url('../bb3c-child/raumkampagne/190424_Faumkonferenz_Screen.gif');
	background-repeat: no-repeat;
	background-size: cover;
}

#overlay-raumkampagne.active {
	display: block;
}

.admission-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.admission-button {
	background-color: blue;
	color: white;
	display: block;
	width: 100%;
	text-align: center;
	padding: 8px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: bold;
	height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;	
	letter-spacing: 1.5px;
}

.mobile-notice {
	margin-bottom: 32px;
}

.mobile-notice h3 {
	margin-bottom: 4px;
}

.mobile-notice .admission-wrapper {
	flex-direction: row;
}

.mobile-notice .admission-button {
	height: 36px;
	font-size: 12px;
}

@media screen and (max-width: 919px) {
	#block-3 { display: none; }
	#block-4 { display: none; }
}

@media screen and (min-width: 920px) {
	.mobile-notice { display: none;}
}

.widget h3.widget-title {
	font-family: Courier New, Courier, monospace;
}

.tnp > form {
	display: flex;
	flex-direction: column;
	width: 100% !important;
}

.tnp > form > input {
	width: 100% !important;
	font-family: Courier New, Courier, monospace;
}

.tnp > form input {
	font-family: Courier New, Courier, monospace !important;
}

.tnp-subscription {
	margin: 0 !important;
}

.tribe-events-widget {
	padding: 0 !important;
}

.tribe-events-widget .tribe-common-l-container {
	padding: 0 !important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected {
	background-color: blue !important;
	color: white !important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date-daynum {
	color: white !important;
}