/* CMS */

body #inhalt, .mceContentBody {
    background-color: #FFFFFF !important;
    background-image: none !important;
}

/* Ende CMS */

body {
	font-family: 'Verdana';
	font-size: 0.9rem;
	background-color: #bfc0c1;
	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;
}*/

#header {
    background-color: #ffffff;
    border-bottom: 2px solid #e5702a;
}

#footer {
    background-color: #007a45;
    border-top: 2px solid #ec732b;
    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: #ffffff;
}

.stage {
	/*background-image: url('../img/stage_large.jpg');
	background-repeat: no-repeat;*/
	background-color: #bfc0c1;
	/*height: 420px;*/
}



.highlight, .content {
    background-color: white;
    margin-top: 15px;
    padding: 25px;
    /*margin-bottom: 50px;*/
}

.col-md .footer {
    background-color: #005387;
    color: #ffffff;
    margin-top: 30px;
    padding: 25px;
    /*margin-bottom: 50px;*/
}

h1, h2, h3, h6 {
    color: #ec732b;
}

.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, a:hover, a:focus, a:active {
	color: #007a45;
}

.navbar-light .navbar-nav .nav-link, {
    color: #24BF47;
}

.highlight img {
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: 100%;
}

.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: #007a45;
	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: #ffffff;
}

.list-group-item {
    background-color: rgba(0, 122, 69, 0.2);
}

.list-group-item strong {
	display: block;
	margin-bottom: 1rem;
}

.list-group-item p:last-child {
	margin-bottom: 0;
}

.contact-box {
    background-color: rgba(0, 122, 69, 0.2);
    padding: 1rem;
    font-size: 0.8rem;
}
.social {
	margin-bottom: 1rem;
}

.social .fab {
    color: #fff;
    font-size: 2rem;
    margin-right: 0.5rem;
}

#header > .container {
	padding-bottom: 1rem;
}

a.member-login {
    color: #007a45;
}

@media (max-width: 768px) {
	.img-sg {
		display: none;
	}
}

.btn-primary {
    background-color: #007a45;
    border-color: #007a45;
}

.btn-primary:hover {
    color: #fff;
    background-color: #4aa17b;
    border-color: #4aa17b;
}

.alert-box {
    background-color: rgba(236, 115, 43, 0.4);
}

.blue-box {
    background-color: #007a45;
}

.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(0, 122, 69, 0.2);
	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;
}

/* Accordeon */

.card-header .btn {
    text-align: left;
}

.card-header .btn-link, .card-header .btn-link:hover {
    color: #007a45;
}

/* Youtube Video */

.video-youtube {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.video-extern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}