body{
	background-color: #f8f9fa;
}

.page-header h1{
	color: #1e3a8a;
	margin-bottom: 1.5rem;
	font-size: 2.2rem;
	border-bottom: 3px solid #3b82f6;
	padding-bottom: 0.5rem;
}

.content-category h1{
	color: #1e3a8a;
	margin-bottom: 1.5rem;
	font-size: 2.2rem;
	border-bottom: 3px solid #3b82f6;
	padding-bottom: 0.5rem;
}

.container-header .container-nav{
	justify-content: center !important;
}

.container-header .container-below-top {
	justify-content: space-around;
}


.container-header{
/*	background-image: linear-gradient(135deg,#1857A7 0%,#1A92CE 100%);*/
	background-image: linear-gradient(135deg,#4e5156/*818086*/ 0%,#4e5156/*b5b0b7*/ 100%);
}

html body.site.com_eventgallery.wrapper-static.view-event.layout-simple.task-default.itemid-138 div.site-grid div.container-banner.full-width div.banner.card.ma-banniere div.card-body {
	padding: 40px 40px 20px;
	color: white;
	z-index: 2;
}

.ma-banniere{
	background: linear-gradient(rgba(24, 87, 167, 0.7), rgba(26, 146, 206, 0.7)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23e5e7eb" width="1200" height="600"/><path fill="%23d1d5db" d="M0 300L100 280L200 320L300 290L400 310L500 285L600 305L700 295L800 315L900 280L1000 300L1100 290L1200 310V600H0Z"/></svg>');
}

.card-body {
	padding: 40px 40px 20px;
	color: white;
	z-index: 2;
}
.card{
	border-width: 0;
	border-radius: 0;
}
html body.site.com_eventgallery.wrapper-static.view-event.layout-simple.task-default.itemid-138 div.site-grid div.container-banner.full-width div.banner.card{
	border-width: 0;
	border-radius: 0;
}

.container {
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.container-footer {
	background-color: #1857A7;
	background-image: linear-gradient(135deg,#1857A7 0%,#1A92CE 100%);
}

.container-footer .grid-child{
	justify-content: center;
}

#event h1.displayname {
	color: #1e3a8a;
	border-bottom: 3px solid #3b82f6;
	
}

main {
	margin-bottom: 4rem;
	background: white;
	border-radius: 12px;
	padding: 2.5rem;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	border-color: black;
}

main h1 {
	color: #1e3a8a;
	border-bottom: 3px solid #3b82f6;
	margin-bottom: 25px;
}

.fbTopic {
	margin-top: -15px;
}

.fbTopic_permalink {
	font-size: 2.2rem;
	color: #1e3a8a;
}

.fbContent_title {
	color: #1e3a8a;
	margin-bottom: 1.4rem;
	/*font-size: 2.2rem;*/
	border-bottom: 3px solid #3b82f6;
	padding-bottom: 0.5rem;
	pointer-events: none
}

button {
	border: 0;
	background: transparent;
	color: white;
	position: relative;
	overflow: hidden;
	padding: 10px 20px;
	border-radius: 20px;
	cursor: pointer;
	box-shadow: 0px -0px 0px 0px rgba(143,64,248,.5), 0px 0px 0px 0px rgba(39,200,255,.5);
	transition: all .2s;
}

button::after {
	content: "";
	width: 400px;
	height: 400px;
	background: #F59E0B;
	background: linear-gradient(45deg, rgba(217, 119, 6, 1) 0%, rgba(245, 158, 11, 1) 100%);
	position: absolute;
	top: -50px;
	left: -75px;
	z-index: -1;
	transition: all .3s;
}

button:hover::after {
	transform: rotate(150deg);
}

button:hover {
	transform: translate(0, -6px);
	box-shadow: 10px -10px 25px 0 (rgba(143,64,248,.05), -10px 10px 25px 0px rgba(39,200,255,.25);
}
