/*
 * YOUTH FEGGWATT
 * rocksteam.ch
 */

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

 @font-face { 
font-family: "Marguerite"; 
src: url("../fonts/marguerite.ttf"); 
}

 @font-face { 
font-family: "Company"; 
src: url("../fonts/COMPANY.ttf"); 
}

.defaultContent a {
color: #e7696f;
}

/*
 * BODY SETTINGS AND GLOBAL STYLESHEETS
 */

 //html, body {
 //   height: 100%;
//}
  
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, hr, th, td {
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	font-family: 'Roboto', Dosis, 'Open Sans', sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.42857;
	position: relative;
}

p {
	font-weight: bold;
}

h1 {
	/*text-transform: uppercase;*/
	padding-bottom: 2.5rem;
	font-size: 130px;
	letter-spacing: 40px;
	font-weight: 700;
}

h2 {
	font-size: 70px;
	font-weight: 500;
	letter-spacing: 20px;
}

h1, h2 {
	font-family: 'Roboto','Dosis', 'Marguerite', "Fjalla One";
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #A57C5B;
	padding-top: 40px;
	padding-bottom: 15px;
	font-weight: 900;
}

h3, h4, h5, h6, h7, h8 {
	font-family: Dosis, 'Open Sans', sans-serif;
	color: #e7696f;
}

h3 {
	font-size: 24px;
}

h3, h4 {
	letter-spacing: 5px;
	font-weight: bold;
}

h5 {
	font-size: 20px;
}

h6 ,h7, h8 {
	font-size: 18px;
}

a:hover,
a:focus {
	text-decoration: none;
}

/*
 * Überschriftgrösse für kleinere Geräte ändern
 * Ergänzung 15.05.2020 von J.Langhart (josia.langhart@gmx.ch)
 */
@media screen and (max-width: 991px) {
	h1{
		font-size: 2.6rem;
		letter-spacing: 6px;
	}
	
	h2{
		font-size: 1.6rem;
		letter-spacing: 4px;
	}
	
	h3{
		font-size: 1.3rem;
		letter-spacing: 2px;
	}
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

/*
 * SECTION MENU
 * Stylesheets für das Hauptmenu
 */

#navbar {
	font-family: Dosis;
    text-transform: uppercase;
	font-weight: bold;
	width: 50%;
	display: block;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar .navbar-header {
	float: right;
}

.navbar .navbar-brand {
	//max-height: 20px;
    float: right;
	padding: 0px;
    margin: 0px;
	display:none;
}

.navbar {
	margin: 0px;
	<!--background-color: #222;
    border-color: #080808;
	z-index: 1;
	position: fixed;
    height: 50px;
	width:100%;
}

.navbar-collapse {
    margin-top: 5px;
}

#navbar li {
	list-style-type: none;
}

#navbar li a {
	color: #9d9d9d;	
	text-decoration:none;
}

#navbar li.active a,
#navbar li:hover a {
	/*background-color: #080808;*/
	background-color: #222222;
	color: #ffffff;
}

@media (min-width: 992px) {
	#navbar li {
		float: left;
		line-height: 20px;
	}
	
	#navbar li a {
		line-height: 20px;
		padding: 15px 15px;
	}
	
	.navbar .navbar-brand {
		margin-top: -5px;
	}
}

@media (max-width: 991px) {
	.navbar {
	    width: 100%;
		z-index: 20000;
	}
	#navbar {
	    width: 90%;
	}
	.navbar .navbar-header {
		float: inherit;
	}
	
	#navbar .navbar-collapse {
		padding-top: 10px;
		background-color: #222222;
		display: none;
	}
	
	#navbar li {
		line-height: 40px;
		padding-left: 18px;
	}
	
	#navbar li a {
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 3px;
	}
	
	#navbar .mod-menu .mm-toggler {
		display: none;
	}
	
	.navbar .navbar-brand {
		margin-top: 5px;
	}
	
	#navbar .navbar-toggler {
		border-color: white;
    	border-width: 2px;
	}
	
	#navbar .navbar-toggler:active {
		border-width: 0px;
	}
	
	#navbar .bi-list {
		color: #ffffff;
		font-size:28px;
	}
	
	#navbar .sub-menu li {
		line-height: 30px;	
	}
	
	#navbar .sub-menu li a {
		font-weight: 200;
		font-size: 14px;
	}
	
	
}

/*
 * NAVBAR
 * Modifiziert das Submenu
 */

@media (min-width: 992px) {
	
	#navbar .mm-toggler {
		display: none;
	}
	
	#navbar .sub-menu {
		background-color: #222222;
		opacity: 0.9;
		display: table;
		position: fixed;
		left: 0px;
		height: 250px;
		opacity: 0.9;
		z-index: 1;
		margin-top: -25px;
		left: 0;
		width: 100%;
		top: 76px;
		display: none;
	}

	#navbar .sub-menu .container {
		position: relative;
		height: 100%;
	}

	#navbar .sub-menu .container div {
		float: left;
	}

	#navbar .sub-menu .container .slogan {
		height: 200px;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	#navbar .sub-menu .container .slogan h3 {
		color: white;	
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		height: 200px;
		text-align: center;
	}
	 
	#navbar .nav-child {
		
		width: 100%;
		border: 0px;
		border-top: 10px;
		border-top-color: transparent;
		top: inherit;
		border-radius: 0px;
		padding: 25px;
		-webkit-box-shadow: none;
		font-size: 15px;
		font-weight: 400;
		font-style: italic;
	}

	#navbar .dropdown-menu {
		background-color: transparent;
	}

	#navbar .nav-child  li {
		float: left;
		margin-left: 0px;
		width: 50%;
		display: flex;
	}

	#navbar .nav-child  li a {
		background-color: transparent;
		font-family: Dosis;
		font-style: italic;
		text-align: center;
	}
}

@media (max-width: 991px) {
	#navbar .sub-menu .container .slogan {
		display: none;
	}
	
	#navbar .nav-child {
		display: block;
		position: relative;
		width: 100%;
		margin: 0px;
		padding: 0;
		box-shadow: none;
		border-width: 0px;
		background-color: inherit;
	}
	
	#navbar .sub-menu {
		display: none;
	}
	
	#navbar li > a > span {
		float: right;
	}	
}
#navbar .nav-child  li a:hover {
	background-color: transparent;
}

/*
 * BLOCKSPACE
 * Blockspace liegt hinter dem Mainmenu, als Space blocker. Da das menu fixiert ist, geht der nachfolgende Inhalt hinter das Mainmenu, daher wird hier ein Platzhalter definiert.
 */

 #blockspace {
	min-height:50px;
 }
 
/*
 * HEADER SECTION
 * Header Bereich 
 */
 
#header {
    height: calc(60% - 50px);
    overflow: hidden;
}

#header .defaultContent {
    height: auto !important;
	min-height: 100%;
}

#header .defaultContent .container {
	max-width: 100%;
    position: absolute;
    top: 30%;
    transform: translateY(-40%);
    width: 100%;
}
@media (min-width: 992px) and (max-width: 1399px)  and (max-height: 1000px){
	#header .defaultContent{
		background-position-y: 30%;
	}
}

#header .defaultContent h1 {
	text-shadow: 0em 0em 50px black;
	font-family: 'Company', 'Roboto', 'Marguerite', 'Dosis', "Fjalla One";
	font-weight: normal;
	text-transform: none;
	font-weight: 800;
	color: #e7696f;
	text-shadow: #4C4C4C 5px 5px 0 , #9c9c9c 4px 4px 0, #CCCC 0px 0px 12px, #CCC 0px 0px 25px, #CCCC 0px 0px 75px;
}
 
/* Definiert Header Bereich für mittlere Browser Fenster */
@media (min-width: 992px) and (max-width: 1399px) {
	#header .defaultContent {
		height: 300px;
		padding-bottom: 10.5rem;
		padding-top: 10.5rem;
	}
	
	#header h1 {
		font-size: 150px;
		color: red;
		letter-spacing: 30px;
	}
}
@media (min-width: 1400px) {
	#header .defaultContent {
		height: 300px;
		padding-bottom: 10.5rem;
		padding-top: 10.5rem;
	}
	
	#header h1 {
		font-size: 240px;
		color: red;
		letter-spacing: 50px;
	}
	
	#header h1 {
		font-size: 180px;
		letter-spacing: 50px;
	}
}

 
 /* Definiert Header Bereich für kleinere Browser Fenster, resp. Smartphones and Tablets */
@media (max-width: 991px) {
	#header .defaultContent {
		height: 200px;
		padding-bottom: 6.5rem;
		padding-top: 6.5rem;
		letter-spacing: 3px;
		font-size: 150px;
		letter-spacing: 30px;
		background-size: 183% auto !important;
    	background-repeat: no-repeat;
    	background-position: center;
    	background-position: 50% 0%;
	}
	
	
}

#header .bgfixed {
	background-size: cover !important;
	background-attachment: scroll;
}

/*
 * SOCIAL MEDIA
 * Styled das Social Media Menu und platziert dieses am unteren Rand des Headers.
 */
 
 #socialmedia {
	bottom: 0;
	position: absolute;
	width: 100%;
 }
 
 #socialmedia ul {
	text-align: center;
 }
 
 #socialmedia li {
	display: inline-block;
 }

/* Position des Social Media Menus ändert sich für Tables und Smartphones */
 @media (max-width: 991px) {
	#socialmedia {
		position: relative;
		background-color:#222222;
	}
}
 

/*
 * HEADER SLOGAN SECTION
 * Style den Header Slogan Bereich und überschreibt somit dies Standard Werte aus dem defaultContent Bereich. Hauptsächlich werden die Überschriften im Headerslogan Bereich etwas grösser dargestellt. 
 */

#headerslogan .defaultContent h1 {
	text-transform: uppercase;
	padding-bottom: 2.5rem;
}

#headerslogan .defaultContent p {
	font-size: 18px;
}
 
@media (min-width: 992px) {
	#headerslogan .defaultContent {
		min-height: 300px;
		padding-bottom: 10.5rem;
		padding-top: 10.5rem;
	}
	
	#headerslogan h1 {
		font-size: 30px;
	}
}

@media (min-width: 992px) {
	#headerslogan h1 {
		font-size: 40px;
	}
}
 
@media (max-width: 991px) {
	#headerslogan .defaultContent {
		min-height: 200px;
		padding-bottom: 6.5rem;
		padding-top: 6.5rem;
	}
	#headerslogan h1 {
		font-size: 30px;
	}
}

/*
 * SPOTLIGHT, HEADERSLOGAN
 * Überschreibt Defaultwerte für Spotlights und Headerslogans
 */
 
#headerslogan { 
	letter-spacing: 2px;
}

/*
 * DEFAULT CONTENT SECTION
 * Styled das Default Content Alternative Module Layout
 */

.defaultContent {
	background: no-repeat scroll center center / cover  rgba(221, 221, 221, 1);
	overflow: hidden;
	display: block;
	padding-bottom: 10.5rem;
	padding-top: 10.5rem;
	text-align: center;
	background-size: cover;
}

@media (max-width: 991px) {

	#header .defaultContent,
	#precontent .defaultContent,
	#precontent .defaultContent,
	#postcontent .defaultContent,
	#precontent .videoBox,
	#precontent .defaultBox {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
		
	}
	
	#header {
		height: calc(35%);
		position: relative;
	}
	
	#header .defaultContent .container {
		top: calc(50% + 10px);
	}
	
}

.defaultContent {
	text-align: center;
}

.defaultContent .page-header {
	border-bottom: 0px;
}

/*
 * CATEGORY LIST SECTION
 * Styled den Category LIST Section Override
 */

 #content .categories-list {
	text-align: center;
	padding-bottom: 10.5rem;
	padding-top: 10.5rem;
 }
 
 #content .categories-list .catImage {
	height: 200px;
	width: 100%;
	position: relative;
	overflow: hidden;
 }
 
 #content .categories-list .catImage img {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	border-radius: 2px;
 }
 
 #content .categories-list h3.page-header {
	border-bottom: 0px;
 }
 
 #content .categories-list .category-info a {
	width: 80%;
	margin: 2rem;
 }
 
/*
 * CATEGORY BLOG SECTION
 * Styled den Categorie Blog Section Override
 */

#content .blog-featured {
	display: none;
}

 #content .blog {
	text-align: center;
	padding-bottom: 10.5rem;
	padding-top: 10.5rem;
 }
 
 #content .blog .row {
	overflow: hidden;
	position: relative;
 }
 
 #content .blog .category-desc hr {
	height:2rem;
	border-width: 0px;
 }
 
 #content .blog .item {
	display: table-cell;
	padding: 1rem;
 }
 
  #content .blog .catImage {
	height: 200px;
	width: 100%;
	position: relative;
	overflow: hidden;
 }
 
 #content .blog .catImage img {
 	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	border-radius: 2px;
 }
 
  #content .blog h3.page-header {
	border-bottom: 0px;
 }
 
 #content .blog p {
	padding: 0px 4px;
 }
 
 #content .blog .category-info a {
	width: 80%;
	margin: 2rem;
 }
 
/*
 * CONTENTSECTION
 * Styled den Content Section Bereich, also Inhalte welche im content Bereich dargestellt werden wie z.b. ein Beitrag
 */

 #content .item-page {
	padding-bottom: 10.5rem;
	padding-top: 10.5rem;
 }

 #content .item-page .page-header {
	border-bottom: 0px;
 }
 
 #content .item-page .pull-left.item-image {
	margin-right: 2rem;
	margin-bottom: 2rem;
 }

 #content .item-page .pull-right.item-image {
	margin-left: 2rem;
	margin-bottom: 2rem;
 }
 
/*
 * DEFAULT BOXES SECTION
 * Styled das DefaultBox Alternative Module Layout
 */

 .defaultBox {
	text-align: center;
	padding-bottom: 10.5rem;
	padding-top: 10.5rem;
	background: no-repeat scroll center center / cover  rgba(221, 221, 221, 1);
	overflow: hidden;
	display: block;
 }
 
 .defaultBox .page-header {
	border-bottom: 0px;
 }
 
 .defaultBox .row {
	position: relative;
 }
 
 /* Zeigt den Background Bereich nicht an bei Smartphones und Tables, dies wird nicht benötigt das die Boxen nicht nebeneinander sind, somit müssen die Boxen nicht die gleiche Höhe haben. */
 @media (max-width: 991px) {
	.defaultBox .backgrounds {
		display: none;
	}
	.defaultBox .content {
		margin-bottom: 2rem;
	}
 }
 
 /* Styled den Background der Boxen so, dass alle Boxen die nebeneinander sind die gleiche Höhe haben */
 @media (min-width: 992px) {
	 .defaultBox .backgrounds {
		height: 100%;
		position: absolute;
		width: 100%;
	 }
	 
	 .defaultBox .backgrounds .columns {
		height: 100%;
	 }
	 
	 .defaultBox .backgrounds .columns .bgcolor {
		border-radius: 4px;
		height: 100%;
		width: 100%;
	}
	.defaultBox .content {
		border-width: 0px !important;
		background-color: transparent !important;
		
	}
 }

.defaultBox .columns {
	float: left;
	padding-left: 15px;
}

.defaultBox .backgrounds {
	padding-left: 0px;
    padding-right: 0px;
}
 
 .defaultBox .content {
	padding: 0px 0px 2rem 0px;
 }
 
 .defaultBox .catImage {
	height: 200px;
	width: 100%;
	position: relative;
	overflow: hidden;
 }
 
 .defaultBox .img1 .catImage {
	height: 300px;
 }
 
 .defaultBox .img2 .catImage {
	height: 250px;
 }
 
 .defaultBox .img3 .catImage {
	height: 200px;
 }
 
 .defaultBox .img4 .catImage {
	height: 180px;
 }
 
  .defaultBox .catImage img {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	border-radius: 2px;
 }
 
 .defaultBox h3 {
	margin: 30px 0 20px;
	padding-bottom: 9px;
 }
 
 .defaultBox h3.page-header {
	border-bottom: 0px;
 }
 
  .defaultBox p {
	padding-left: 10px;
	padding-right: 10px;
 }
 
 .defaultBox .category-info a {
	width: 80%;
	margin: 2rem;
 }
 
 .defaultBox .border {
	padding-bottom: 2rem !important;
 }

/*
 * BACKGROUND IMAGE BOXES SECTION
 * Styled das bgImageBox Alternative Module Layout
 */

 .bgImageBox {
	text-align: center;
	padding-bottom: 10.5rem;
	padding-top: 10.5rem;
	background: no-repeat scroll center center / cover  rgba(221, 221, 221, 1);
	overflow: hidden;
	display: block;
 }
 
 .bgImageBox .page-header {
	border-bottom: 0px;
 }
 
 .bgImageBox .border {
	padding: 0px ;
	margin-bottom: 2rem;
	border: 0px;
	position: relative;
 }
 
 .bgImageBox .catImage {
	height: 200px;
	width: 100%;
	position: relative;
	overflow: hidden;
 }
  .bgImageBox .catText {
	height: 200px;
	width: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
 }
 .bgImageBox .catText h2 {
	line-height: 200px;
	text-shadow: 0.1em 0.1em 4px black;
	background-image: url("../images/bgImageBox-Pattern.png");
	letter-spacing: 2px;
 }
 .bgImageBox .catText h2:hover {
	background-color: #008ac9;
	opacity: 0.9;
 }
 .bgImageBox .img1 .catImage,
 .bgImageBox .img1 .catText,
 .bgImageBox .img1 .catText h2 {
	height: 300px;
	line-height: 300px;
 }
 
 .bgImageBox .img2 .catImage,
 .bgImageBox .img2 .catText,
 .bgImageBox .img2 .catText h2 {
	height: 250px;
	line-height: 250px;
 }
 
 .bgImageBox .img3 .catImage,
 .bgImageBox .img3 .catText,
 .bgImageBox .img3 .catText h2  {
	height: 200px;
	line-height: 200px;
 }
 
 .bgImageBox .img4 .catImage,
 .bgImageBox .img4 .catText,
 .bgImageBox .img4 .catText h2  {
	height: 180px;
	line-height: 180px;
 }
 
 .bgImageBox .catImage img {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	border-radius: 2px;
	min-height: 100%;
 }
 
/*
 * SIDE IMAGE BOXES SECTION
 * Styled das sideImageBox Alternative Module Layout
 */

 .sideImageBox {
	text-align: center;
	padding-bottom: 10.5rem;
	padding-top: 10.5rem;
	background: no-repeat scroll center center / cover  rgba(221, 221, 221, 1);
	overflow: hidden;
	display: block;
 }
 
 .sideImageBox .page-header {
	border-bottom: 0px;
 }
 
 .sideImageBox .columns {
	margin-bottom: 30px;
 }
 
 .sideImageBox .border {
	padding: 0px ;
	margin-bottom: 2rem;
	border: 0px;
	position: relative;
	display: table;
	border-radius: 4px;
	width: 100%;
 }
 
 .sideImageBox .catImage {
	height: 200px;
	width: 33%;
	position: relative;
	float: left;
	overflow: hidden;
 }
  .sideImageBox .catText {
	height: 200px;
	width: 66%;
	position: relative;
	float: left;
	padding: 4px;
 }
 .sideImageBox .catText h3 {
	padding: 1rem 0px;
 }
 .sideImageBox .catText h1:hover {
 }
 
 .sideImageBox .catImage img {
	position: absolute;
	border-radius: 2px;
	display: block;
	height: 200px;
	left: 50%;
	top: 50%;
	margin-right: -50%;
	margin: 0;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%); /* Safari */
	text-align: left;
 }
 
 @media (max-width: 991px) and (min-width: 750px) {
	.sideImageBox .catImage,
	.sideImageBox .catText,
	.sideImageBox .catImage img {
		height: 250px;
	}
	
 }
 
  @media (max-width: 991x) {
	.sideImageBox .catText {
		height: inherit;
	}
	
 }

 /*
 * SIDE IMAGE BOXES OVERRIDE FOR CAL INTEGRATION
 * Styled das sideImageBox Alternative Module Layout
 */
 
 .iCAL img {
	 max-width: 50px;
 }
 
 .iCAL .table > tbody > tr > td {
	 vertical-align: middle;
 }
 
/*
 * STYLE SHEET SECTION FOR NEXT EVENTS EVENT
 * 
 */
 
.nextEvents .eventFilter,
.nextEvents .eventMonth,
.nextEvents .eventShortInfo,
.nextEvents .eventFullInfo {
	padding: 2px;
}

.nextEvents .eventMonth > *:first-child {
	background-color: darkgray;
	overflow: auto;
	color: white;
}


.nextEvents .eventShortInfo > *:first-child {
	background-color: #BBBBBB;
	overflow: auto;
}

.nextEvents .eventMonth {
    padding-top: 20px;
}

.nextEvents .eventFilter .eventFilterElement {
	overflow: hidden;
	padding: 10px;
	text-transform: uppercase;
	cursor: pointer;
	border: 2px;
	border-style: solid;
	border-color: transparent;
}

.nextEvents .eventMonth > *:first-child {
	padding: 10px;
	padding-left: 20px;
	text-transform: uppercase;
}

.nextEvents .eventShortInfo {
	height: 70px;
	cursor: pointer;
}

.nextEvents .eventShortInfo .eventShortInfoDay,
.nextEvents .eventShortInfo .eventShortInfoTitle,
.nextEvents .eventShortInfo .eventShortInfoImg {
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
}

.nextEvents .eventShortInfo .eventShortInfoDay {
	font-size: 34px;
	background-color: green;
	color: white;
}

.nextEvents .eventShortInfo .eventShortInfoTitle {
	justify-content: left;
}

.nextEvents .eventShortInfo .eventShortInfoImg {
	background-image: url('./../images/info-icon.png');
	background-position: center center;
	background-size: 40px 40px;
	background-repeat: no-repeat;
}

.nextEvents .eventFullInfo {
	display: none;
	text-align: left;
}

.nextEvents .eventFullInfo .columns {
	float: left;
}

.nextEvents .eventFullInfo > *:first-child {
	background-color: #BBBBBB;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nextEvents .eventFullInfo .eventFullInfoTitle, 
.nextEvents .eventFullInfo .eventFullInfoEnd,
.nextEvents .eventFullInfo .eventFullInfoLoc,
.nextEvents .eventFullInfo .eventFullInfoAttach {
	padding-bottom: 15px;
}

.nextEvents .eventFullInfo .eventFullInfoStart,
.nextEvents .eventFullInfo .eventFullInfoDesc {
	padding-bottom: 5px;
}

.nextEvents .eventFullInfo .eventFullInfoAttach {
	padding-top: 10px;
}

.nextEvents .eventFullInfo .eventFullInfoAttach img {
	max-width: 100%;
	margin: auto;
	display: flex;
}

@media (max-width: 576px) {
	.nextEvents .eventShortInfo .eventShortInfoTitle {
		width: 66.666666666666%;
	}
	
	.nextEvents .eventShortInfo .eventShortInfoImg,
	.nextEvents .eventShortInfo .eventShortInfoDay{
		width: 16.66666666666%;
	}
	
 }

 
 /*
 * STYLE SHEET SECTION FOR HIGHLIGHT EVENT
 * 
 */
 
#highlightEvent {
	position: relative;
	max-width: 100%;
}

#highlightEvent img {
	width: 100%;
	max-width: 200px;
}


#highlightEvent .text_month {
	position: absolute;
	text-align: center;
	font-family: "Marguerite";
	height: 22%;
	top: 25%;
	left: 50%;
	right: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	color: white;
}

#highlightEvent .text_month div {
	margin-top: 21px;
}

#highlightEvent .text_day {
	position: absolute;
	text-align: center;
	font-family: "Marguerite";
	height: 43%;
	top: 55%;
	left: 50%;
	right: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 60px;
	color: black;
}
 
 
 /*
 * VIDEO BOXES SECTION
 * Styled das videoBox Alternative Module Layout
 */

 .videoBox {
	text-align: center;
	padding-bottom: 10.5rem;
	padding-top: 10.5rem;
	overflow: hidden;
	display: block;
	position: relative;
 }
 

@media (max-width: 991px) {
	.videoBox {
		padding-bottom: 10.5rem;
		padding-top: 10.5rem;
	}
}
 
 .videoBox .page-header {
	border-bottom: 0px;
 }
 
 .videoBox .row {
	position: relative;
 }
 
 /* Zeigt den Background Bereich nicht an bei Smartphones und Tables, dies wird nicht benötigt das die Boxen nicht nebeneinander sind, somit müssen die Boxen nicht die gleiche Höhe haben. */
 @media (max-width: 991px) {
	.videoBox .backgrounds {
		display: none;
	}
	.videoBox .content {
		margin-bottom: 2rem;
	}
 }
 
 /* Styled den Background der Boxen so, dass alle Boxen die nebeneinander sind die gleiche Höhe haben */
 @media (min-width: 992px) {
	 .videoBox .backgrounds {
		height: 100%;
		position: absolute;
		width: 100%;
	 }
	 
	 .videoBox .backgrounds .columns {
		height: 100%;
	 }
	 
	 .videoBox .backgrounds .columns .bgcolor {
		border-radius: 4px;
		height: 100%;
		width: 100%;
	}
	.videoBox .content {
		border-width: 0px !important;
		background-color: transparent !important;
		
	}
 }
 
 .videoBox .content {
	padding: 0px 0px 2rem 0px;
 }
 
 .videoBox .catImage {
	height: 200px;
	width: 100%;
	position: relative;
	overflow: hidden;
 }
 
 .videoBox .img1 .catImage {
	height: 300px;
 }
 
 .videoBox .img2 .catImage {
	height: 250px;
 }
 
 .videoBox .img3 .catImage {
	height: 200px;
 }
 
 .videoBox .img4 .catImage {
	height: 180px;
 }
 
  .videoBox .catImage img {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	border-radius: 2px;
 }
 
 .videoBox h3 {
	margin: 30px 0 20px;
	padding-bottom: 9px;
 }
 
 .videoBox h3.page-header {
	border-bottom: 0px;
 }
 
  .videoBox p {
	padding-left: 10px;
	padding-right: 10px;
 }
 
 .videoBox .category-info a {
	width: 80%;
	margin: 2rem;
 }
 
 .videoBox .border {
	padding-bottom: 2rem !important;
 }
 
 .videoBox img {
	 max-width: 100%;
 }
 
 .videoBox a {
	 position: relative;
 }
 
 .videoBox .jcepopup .videoPlayOverlay {
	 display: none;
 }
 
 .videoBox  .jcepopup .jcemediabox-zoom-image {
	 display: block;
	 background: transparent url("../../../templates/youthdesign/images/VideoPlay100.png") no-repeat scroll center center;
 }
 
 .videoBox .videoPlayOverlay {
	border: 0 none;
    bottom: 0;
    display: block;
    /*height: 100%;*/
	height: 54px;
	top: -50%;
    left: 0;
    margin: 0;
    outline: 0 none;
    padding: 0;
    position: absolute;
    vertical-align: baseline;
    width: 100%;
    z-index: 1;
	background: transparent url("../../../templates/youthdesign/images/VideoPlay100.png") no-repeat scroll center center;
 }

.videoBox .backgrounds .bgcolor {
    background-color: transparent;
    border: transparent !important;
}

.videoFrame {
	max-width:100%;
}
 
 /*
  * FOOTER SECTION
  * Styled das Footer Menu
  */
 
 #footer {
	border-radius: 0px;
}

#footer .container {
	display: block;
	border-radius: 0px;
}

#footer .navbar {
	margin: 0px;
	
}

#footer ul {
	text-align: center;
	display: block;
}

#footer li {
	display: inline-block;
	text-align: center;
	float: none;
}

#footer li a {
	color: #9d9d9d;	
	line-height: 20px;
	padding: 15px 15px;
}

#footer li.active a,
#footer li:hover a {
	background-color: #222222;
	color: #ffffff;
}

#footer img {
	max-height: 20px;
	max-width: 20px;
}
 
/*
 * JOOM GALLERY
 * Styled die JoomGallery
 */

.joomgallery {
	text-align: center;
	padding-bottom: 10.5rem;
	padding-top: 10.5rem;
	overflow: hidden;
	display: block;
	color: #403f3f;
}
 
.joomgallery .jg_imgalign_gal .jg_photo_container,
.joomgallery .jg_imgalign_cat .jg_photo_container  {
	width: 100%;
}
  
.joomgallery .jg_imgalign_gal .jg_photo_container a,
.joomgallery .jg_imgalign_cat .jg_photo_container a {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}
  
.joomgallery .jg_imgalign_gal .jg_photo_container a img,
.joomgallery .jg_imgalign_cat .jg_photo_container a img {
	width: 100%;
}
  
.joomgallery .jg_element_txt {
	text-align:center;
	height: 4rem;
	width: 100%;
	margin-top: 0.5rem;
}
  
.joomgallery .jg_element_txt a {
	color: #403f3f;
}
  
.joomgallery .jg_imgalign_cat .jg_photo_container {
	margin-bottom: 30px;
}
  
#lbCenter #lbImage div {
	width: 100% !important;
}
  
#lbCenter #lbImage img {
	width: 100%;
}

/* Erzwingt das im Smartphone die Prev und Next Labels immer angezeigt werden */
@media (max-width: 991px) {
	#lbCenter #lbImage #lbPrevLink {
		background: url("../images/prevlabel.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	#lbCenter #lbImage #lbNextLink {
		background: url("/media/joomgallery/js/slimbox/images/nextlabel.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
}
 
/*
 * BOOTSTRAP OVERWRITE
 * Überschreibt Stylesheets aus dem Bootstrap 3 Standard CSS File
 */
 
body .btn-default,
body .btn-success {
	background-color: transparent;
	border-radius: 3px;
	border-style: solid;
	border-width: 2px;
	color: #898989;
	cursor: pointer;
	border-color: #333333;
}
 
body .btn-default:hover {
	background-color: transparent;
	border-color: #333333;
	border-radius: 3px;
	border-style: solid;
	border-width: 2px;
	color: #898989;
	cursor: pointer;
	transform: scale(1.1);
}
 
/*
 * JPLAYER OVERWRITE
 * Überschreibt Stylesheets aus dem JPLAYER CSS Standard File
 */
 
#jp_container_1 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7.5rem;
	box-shadow: 0px 0px 3px #009be3;
	border: 0px;
}
 
 /*
 * GALLERY OVERRIDE
 * 
 * Die Stylesheets in diesem Abschnitt überschreiben die default Werte aus dem OS Image Gallery Module.
 *
 */

.imageGallery .fancybox {
	display: inline-block;
    margin: 2px;
    overflow: hidden;
    position: relative;
}

.imageGallery  .fancybox .overlay {
    background: url("../images/fancybox_overlay.png") repeat scroll 0 0 transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.imageGallery  .fancybox:hover .overlay {
    opacity: 1;
}

.imageGallery .fancybox .overlay .lens {
    background-image: url("../images/zoom.png");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* Erzwingt das im Smartphone die Prev und Next Labels immer angezeigt werden */
@media (max-width: 991px) {
	.fancybox-overlay .fancybox-nav span {
		visibility: visible;
	}
	.fancybox-overlay .fancybox-prev span {
		visibility: visible;
	}
}
 
/*
 * CUSTOMIZING PART
 * Die Stylesheets in diesem Abschnitt enthalten die CSS Klassen, welche aus dem Joomla heraus angesteuert werden können. Die Klassen können beliebig ergänzt oder verändert werden!
 */

/*
 * FONT Settings
 */
/* 
.fontWhite,
.fontLinkWhite a {
	color: white;
}
.fontBlack,
.fontLinkBlack a {
	color: black;
}
.fontGray,
.fontLinkGray a {
	color: #eeeeee;
}
.fontDarkGray,
.fontLinkDarkGray a {
	color: #403f3f;
}
.fontYellow,
.fontLinkYellow a {
	color: #f49f22;
}
.fontBlue,
.fontLinkBlue a {
	color: #008ac9;
}*/
.fontWhite, .fontLinkWhite a, .fontLinkWhite .btn-default, .fontLinkWhite .btn-success, .fontLinkWhite .btn-default:hover, .fontLinkWhite .btn-success:hover {
    border-color: #ffffff;
    color: #ffffff;
}
.fontBlack, .fontLinkBlack a, .fontLinkBlack .btn-default, .fontLinkBlack .btn-success, .fontLinkBlack .btn-default:hover, .fontLinkBlack .btn-success:hover {
    border-color: #000000;
    color: #000000;
}
.fontGray, .fontLinkGray a, .fontLinkGray .btn-default, .fontLinkGray .btn-success, .fontLinkGray .btn-default:hover, .fontLinkGray .btn-success:hover {
    border-color: #eeeeee;
    color: #eeeeee;
}
.fontDarkGray, .fontLinkDarkGray a, .fontLinkDarkGray .btn-default, .fontLinkDarkGray .btn-success, .fontLinkDarkGray .btn-default:hover, .fontLinkDarkGray .btn-success:hover {
    border-color: #333333;
    color: #333333;
}
.fontYellow, .fontLinkYellow a, .fontLinkYellow .btn-default, .fontLinkYellow .btn-success, .fontLinkYellow .btn-default:hover, .fontLinkYellow .btn-success:hover {
	border-color: #f49f22;
	color: #f49f22;
}

.fontBlue, .fontLinkBlue a, .fontLinkBlue .btn-default, .fontLinkBlue .btn-success, .fontLinkBlue .btn-default:hover, .fontLinkBlue .btn-success:hover {
	border-color: #008ac9;
	color: #008ac9;
}

/*
 * FONT SHADOW
 */

 .fontShadow {
	text-shadow: 0em 0em 25px black;
 }

/*
 * HEADER FONT Settings
 */
 
.fontHeaderWhite .page-header {
	color: white;
}
.fontHeaderBlack .page-header {
	color: black;
}
.fontHeaderGray .page-header {
	color: #eeeeee;
}
.fontHeaderDarkGray .page-header {
	color: #403f3f;
}
.fontHeaderYellow .page-header {
	color: #f49f22;
}
.fontHeaderBlue .page-header {
	color: #008ac9;
}

/*
 * FONT HEADER SHADOW
 */

 .fontHeaderShadow .page-header {
	text-shadow: 0em 0em 25px black;
 }

/*
 * Background Settings
 */
.bgGray {
	background: no-repeat scroll center center / cover  rgba(221, 221, 221, 1);
}
.bgDarkGray  {
	background-color: #403f3f;
}
.bgWhite {
	background-color: white;
}
.bgBlack {
	background-color: black;
}
.bgFixed {
	background-attachment: fixed;
	background-size: cover !important;
}
.bgBlackAndWhite{
    background-blend-mode: luminosity;
}

#kontakt .convertforms {
    background-color: none;
}


/*
 * Thumbnail Background Settings
 */
.tmbGray .border {
	background: no-repeat scroll center center / cover  rgba(221, 221, 221, 1);
}
.tmbDarkGray .border  {
	background-color: #403f3f;
}
.tmbWhite .border {
	background-color: white;
}
.tmbBlack .border {
	background-color: black;
}
.tmbTransparent .border {
	background-color: transparent;
}

/*
 * Thumbnail Border Settings
 */  
.tmbBorderShow .border {
	border: 1px solid #dddddd;
	padding: 4px 4px 4px 4px;
}
