/*
Theme Name: unichor_v1
Description: Template for UniversitätsChor München
Author: Bernhard Seltl
*/

@import url('style/bootstrap.min.css');

/*
 Fonts
*/
/*
@font-face {
	font-family: LMUCompatilFact;
	src: url('fonts/LMUCompatilFact.ttf');
}

@font-face {
	font-family: LMUCompatilFact_Small_Caps;
	src: url('fonts/LMUCompatilFact_Small_Caps.ttf');
}

@font-face {
	font-family: LMUCompatilFact_Small_Caps_Bold;
	src: url('fonts/LMUCompatilFact_Small_Caps_Bold.ttf');
}

@font-face {
	font-family: LMUCompatilFact_Oblique;
	src: url('fonts/LMUCompatilFact_Oblique.ttf');
}

@font-face {
	font-family: LMUCompatilFact_Bold;
	src: url('fonts/LMUCompatilFact_Bold.ttf');
}

@font-face {
	font-family: LMUCompatilFact_Bold_Oblique;
	src: url('fonts/LMUCompatilFact_Bold_Oblique.ttf');
}
*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

html, body {
	min-height: 100%;
}

body {
	color: #333; 
	background: #000000;
	font-family: /*'LMUCompatilFact',*/ 'Helvetica', 'Arial', 'sans-serif';
}

.hidewhensmall{
	display: none !important;
}

.showwhensmall{
	display: inherit !important;
}

h1 {
	font-family: /*'LMUCompatilFact_Small_Caps', */'Helvetica', 'Arial', 'sans-serif';
	font-size: 2.5em;
	line-height: 1.1em;
}

h2 {
	font-family: /*'LMUCompatilFact_Oblique', */'Helvetica', 'Arial', 'sans-serif';
	font-size: 1.5em;
}

h3 {
	font-family: /*'LMUCompatilFact_Bold',*/ 'Helvetica', 'Arial', 'sans-serif';
	font-size: 1.2em;
	line-height: 1em;
}

h1, h2, h3, h4, h5, h6, h7 {
	display: inline-block;
	width: 100%;
}

p {
	width: 100%;
}

ul, ol, li {
	padding: 0;
	margin: 0;
}

article table {
	width: 100%;
}

article .table tr {
	padding: 5px 0;
}

article .table tr:first-of-type {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}

article  .table td, article .table th {
	padding: 5px;
	vertical-align: top;
	max-width: 25%;
}

.line {
	border-top: 1px solid #000;
	margin-top: 30px;
}

#header{
text-align: center;
}

#logo-panel {
	height: 125px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
}

	/*#logo {
		display:inline-block;
		width: 272px; 
		height: 50px;
		background-size: contain;
		background-image: url('img/logo.png');
	}*/

#menubar, #sidebar, #main {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
}

#footer a {
	color: white;
	display: inline-block;
	padding: 1rem 0;
}

.bold {
	font-weight: bold;
}

.sidebar-element {
	padding: 2rem 0;
}

.sidebar-element h1  {
	margin: 0 0 20px 0;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight:normal;
	font-family: 'Arial', sans-serif;
}

.sidebar-element .socicons{
	text-align: right;
}

.sidebar-element .socicon img {
	height: 50px;
}

.btn-black{
	background: #000;
	color: #fef165;
	margin: 0;
	padding: 0;
	border: none;
}

#main {
	background: #FFFFFF;
}

article {
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
}

article:last-of-type{
	border-bottom: none;
}

#menubar {
	display: none;
	background: #FEF165;
	color: #333;
	text-align:center;
}

#menu-bubble {
	color: #FEF165;
}	
#menu-bubble ul ul {
	display: none;
}

	#menu-bubble li{
		display: block;
		padding: 1.5rem 0;
		border-bottom: 2px solid #333;
	}	
	
	#menu-bubble a {
		font-size: 1.5em;
		color: #333; 
	}

#menu-bubble a:hover {
	font-weight: bold;
	text-decoration: none;
}

#submenu{
	width: 100%;
	color: #333;
}
	#submenu ul {
		list-style: none;
		padding: 0 0px 0px 0px;
		margin: 0;
	}
	
	#submenu li{
		display: inline-block;
	}
		
	#submenu a {
		color: inherit;
		text-decoration: none;
		display: inline-block;
		padding: 0.5em;
		margin-bottom: 3px;
		font-size: 1.5em;
	}
	
	#submenu a:hover{
		background: #ddd;
		border-bottom: 3px solid #fef165;
		margin-bottom: 0;
	}
	
	#submenu li:after {
		content: '|';
		font-size: 1.8em;
		color: #aaa;
	}
	
	li.active a{
		font-weight: bold;
	}
	
#sidebar {
	background-color: #FEF165;
}

li.widget_text{
	list-style: none;
}

#footer {
	color: white;
	background-color: #333;
	text-align: right;
}

.photo .description {
    margin-bottom: 30px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.hidewhensmall{
		display: inherit !important;
	}

	.showwhensmall{
		display: none !important;
	}
	
	body {
		background-image: -webkit-linear-gradient(45deg, white 0%, black 25%); 
		background-image: -moz-linear-gradient(45deg, white 0%, black 25%); 
		background-image: -o-linear-gradient(45deg, white 0%, black 25%); 
		background-image: linear-gradient(45deg, #333, #000000 40%);">
	}
	
	#header {
		background-color: #9c9c9c;
		-webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.75);
		background-size: contain;
		background-image: url('img/header_large.jpg');
		height: 353px;
		z-index: 7;
		text-align:right;
	}
	
	#wrapper{
		display: table;
	}

	#main {
		padding: 0 25px 0 50px; 
	}
	
	#menubar {
		background: #333;
		color: #fef165;
		max-width: 250px;
		text-align:left;
		display: table-cell;
	}
	
	#menu-bubble {
		position: relative; 
		z-index: 100; 
		margin-left: -50px;
	}

	
	.bubble-repeat {
	background-image: url('img/bubble_content.png');
	background-repeat: vertical;
	background-size: 100% auto;
	width:250px;
}

.bubble-repeat li{
	transform: skewY(-8.96deg);
	-ms-transform: skewY(-8.96deg);
	-webkit-transform: skewY(-8.96deg);
}

#menu-bubble ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 65px;
}

#menu-bubble li {
	display: block; 
	width: auto;
	padding: 10px;
	border: none; 
}
	
	.mtable {
		display: table;
		width: 100%;
	}
	
	.mrow {
		display: table-row;
		margin-left: -15px;
	}
	
	.mcell {
		display: table-cell;
		height: 100%;
		float: none;
	}
	
	.mcaption {
		display: table-caption;
	}
	
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

	#header {
		height: 426px;
	}
}

/** styles for content: */

.introduction {
	font-weight: bold;
}

.summary {
	font-weight: bold;
}

.inlineimage {
	float: right;
	max-width: 40%;
	height: auto;
	margin-left: 5px;
}


.wc-block-cart-item__image {
  visibility: hidden;
}

//.wc-block-cart-item__remove-link {
//  visibility: hidden;
//}

.outofstock {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
