/* CMS */

body #inhalt, .mceContentBody {
    background-color: #FFFFFF !important;
    background-image: none !important;
}

/* Ende CMS */

body {
	font-family: 'Verdana';
	font-size: 0.9rem;
	background-color: #ffffff;
	/*background-image: url('../img/background.jpg');
	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-position: center;*/
}

/*.navbar-brand {
	background-image: url('../img/efce_logo_large.png');
	background-repeat: no-repeat;
	background-size: 500px 100px;
	height: 100px;
	width: 500px;
}*/

.dropdown-menu {
	border-radius: 0;
}

#header {
	background-color: #ffffff;
	border-bottom: 1px solid #1e5286;
}

#social-header a > i {
	color: rgba(0,0,0,.5);
	font-size: 1.5rem;
}

#social-header a:hover {
	text-decoration: none;
}

.social-login {
	display: inline-flex;
    align-items: flex-end;
    border-left: 1px solid rgba(0, 0, 0, .5);
    padding-left: .8rem;
}

.social-login span {
	margin-left: 10px;
    font-weight: bold;
    color: rgba(0, 0, 0, .5);
}

#social-header .oi-magnifying-glass, #social-header .oi-person {
	font-size: 1.2rem;
}

#stage {
	background-image: url('../img/background_stage.jpg');
	background-repeat: no-repeat;
  	background-position: center;
}

@media (max-width: 991px) {
	#stage h1 {
		font-size: 27px;
	}
}



#footer {
	background-color: #005387;
	border-top: 2px solid #F2AE00;
    margin-top: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
}

#footer p:last-child {
	margin: 0;
}

#footer hr {
	border-top: 1px solid rgb(191, 192, 193);
}

#footer a {
	color: #F2AE00;
}

.stage {
	/*background-image: url('../img/stage_large.jpg');
	background-repeat: no-repeat;*/
	background-color: #bfc0c1;
	/*height: 420px;*/
}



span.highlight {
    background-color: yellow;
    padding: 0;
    margin: 0;
}

.highlight {
    background-color: white;
    margin-top: 15px;
    padding: 25px;
    /*margin-bottom: 50px;*/
}


.content {
	background-color: white;
    margin: 25px 0;
}

#stage .content {
	background-color: #ffffffed;
	padding: 25px;
}

.col-md .footer {
    background-color: #005387;
    color: #ffffff;
    margin-top: 30px;
    padding: 25px;
    /*margin-bottom: 50px;*/
}

h1, h2, h3, h6 {
	color: #24BF47;
}

.h2, h2 {
    font-size: 1.8rem;
    font-weight: bold;
}

.h3, h3 {
    font-size: 1.4rem;
    text-transform: uppercase;
}

.h4, h4 {
    font-size: 1.3rem;
    font-weight: bold;
}

.h5, h5 {
    font-size: 1.2rem;
    text-transform: uppercase;
}

.h6, h6 {
    font-weight: bold;
}

a {
	color: #005387;
}

.navbar-light .navbar-nav .nav-link, {
    color: #24BF47;
}

.highlight img {
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: 100%;
}

.highlight.shadow.clearfix img {
    width: initial;
}

.search {
    color: #24bf47;
    margin-left: 0.8rem;
    font-size: 1rem;
}

.search:hover {
	color: #24bf47;
}

.form-control:focus {
    border-color: #24bf47;
    box-shadow: 0 0 0 0.2rem rgba(36, 191, 71, 0.25);
}

@media (max-width: 576px) {
	#search .form-control {
		width: 50%;
	}	
}

.event-name {
	color: #24BF47;
	font-weight: bold;
}

@media (max-width: 768px) {
	.table.responsive td, .table.responsive th {
		display: block;
		width: 100%;
	}	
}

@media (min-width: 768px) {
	td.has-width {
		width: 300px;
	}	
}

/*.tab-content > .tab-pane {
    padding-top: 25px;
}*/

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #005387;
}

#bc {
    color: #000000;
}

/*@media (min-width: 768px) {
	tbody tr td:first-child {
	    width: 70px;
	}	
}*/

#footer h5 {
	color: #F2AE00;
}

.list-group-item {
    background-color: #4ccb6921;
}

.sg .list-group-item {
	border: none;
	border-radius: 0;
	margin-bottom: -2px;
	padding: .65rem 1.25rem;
}


.sg .list-group-item:hover {
	background-color: #baf7c9;
}

.list-group-item strong {
	display: block;
	/*margin-bottom: 1rem;*/
}

.list-group-item p:last-child {
	margin-bottom: 0;
}

.contact-box {
    background-color: #4ccb6921;
    padding: 1rem;
    font-size: 0.8rem;
}

.social {
	margin-bottom: 1rem;
}

.social a {
	color: #ffffff !important;
}

.social .fab {
	color: #ffffff;
    font-size: 2rem;
    margin-right: 0.5rem;
}

#header > .container {
	padding-bottom: 1rem;
}

a.member-login {
	color: #24bf47;
}

.owl-stage, .cards-events {
	display: flex;
}

.cards-events .card-body {
    background-color: #f5f5f5;
}

.cards-events .card, .cards-news .card {
    border: none;
    border-radius: 0;
}

.cards-events .card-img-top, .cards-news .card-img-top {
    border-radius: 0;
}

.cards-news .card-body {
	background-color: rgba(76, 203, 105, 0.12941176470588237);
}

.cards-news h5, .cards-events .card-title, .cards-events .card-text:not(:last-child) {
	color: #005387;
}

@media (max-width: 768px) {
	.img-sg {
		display: none;
	}
}

.btn-primary {
    background-color: #005387;
    border-color: #005387;
}

.alert-box {
    background-color: rgba(218, 20, 20, 0.23137254901960785);



}


.blue-box {
	background-color: #005387;
}

.blue-box p {
	color: #ffffff;
	margin: 0;
}

.blue-box a {
    color: #F2AE00;
}

.blue-box h4, .blue-box h5, .blue-box .h4, .blue-box .h5 {
	color: #ffffff;
}

.a-img {
	display: block;
}

.a-img-fit {
	height: 120px;
	object-fit: contain;
}


.p-event-short p {
	font-size: 0.8rem;
}

/* Event Boxes Breakpoints START */

@media (min-width: 768px) {

	.p-event-date {
	    height: 64px;
	}

	.p-event-name {
		height: 84px;
	}

	.p-event-short {
		height: 200px;
	}

}

@media (min-width: 992px) {

	.p-event-name {
		height: 63px;
	}

	.p-event-short {
		height: 200px;
	}

}

@media (min-width: 1200px) {

	.p-event-name {
		height: 42px;
	}

	.p-event-short {
		height: 200px;
	}

}

/* Event Boxes Breakpoints END */

form.login {
	background-color: rgba(76, 203, 105, 0.12941176470588237);
	padding: 1rem;
}


/* Community Tool */

ul#results {
	display: none;
    background-color: #e9ecef;
    list-style: none;
    padding: 1rem;
    border-radius: .25rem;
    border: 1px solid #ced4da;
}

ul#results li {
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.alert ul {
	margin: 0;
}

/* Forms */

.captcha_user {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.captcha_reload {
	display: block;
}