@CHARSET "UTF-8";

/*Standards*/

.anmeldung_fehler:empty {
	display: none;

}
body {
	margin: 0px 0px 0px 0px;
	background: none repeat scroll 0 0 #f4f4f4;
	line-height: 25px;
}

html,
body,
.htmlarea-content-body,
select,
input,
textarea,
button {
	color: #333;
	font: 14px/1.3em arial, helvetica, sans-serif;
}

input[class*="pflicht"],
select[class*="pflicht"],
textarea[class*="pflicht"] {
	border: 1px solid #d43f3a;
	color: inherit;
}

body,
main,
footer,
header {
	background-color: #f4f4f4;
	font-size: 15px;
}

iframe {
	margin-top: 20px;
	width: 100%;
}

table {
	display: table;
}

td {
	padding-left: 5px;
	padding-right: 5px;
}

.form-group {
	margin-bottom: 0px;
}


/*Aktions*/

a.default {
	color: rgba(200, 200, 200, 1);
	text-decoration: underline;
	text-decoration-style: dotted;
}

a.default:hover,
a.default:focus {
	color: #576bce;
}

.btn-transparent {
	background-color: #576bce;
	padding: 0;
	border: none;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-details {
	border-radius: 0;
	width: 100%;
}


/*Funktions*/

.warenkorb {
	float: right;
	padding: 15px;
}

.login-badged {
	font-size: 3em;
	color: rgba(255, 255, 255, 1);
}


/**/

.login {
	border-top: 1px solid rgba(240, 240, 240, 1);
	vertical-align: middle;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 50px;
	line-height: 50px;
}

.login input,
.search input {
	line-height: 30px;
}

.search {
	background-color: #576bce;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-top: 5px;
	height: auto;
}

.navbar-header {
	min-width: 150px;
}


/*backgrounds*/

.bg-test {
	background-color: rgba(50, 50, 50, 1);
}

.bg-color {
	background-color: #576bce;
	color: rgba(255, 255, 255, 1);
}

.search .text-color {
	color: white;
	font-size: 20px;
}

.text-color {
	color: #576bce;
}

.btn-danger {
	background-color: #AC202F;
	border-color: #AC202F;
}

.btn-danger:hover {
	opacity: .8;
}
.alert-danger {
	background-color: #AC202F;
	border-color: #AC202F;
	color: #FFFFFF;
	margin-top: 20px;
}
.alert-danger:empty {
	display:  none;
}


.btn-primary {
	background-color: #576bce;
	border-color: #576bce;
}

.btn-primary:hover {
	opacity: .8;
}


.btn-success {
	background-color: #4cae4c;
	border-color: #4cae4c;
}

.btn-success:hover {
	opacity: .8;
}


.btn-warning {
	background-color: #eea236;
	border-color: #eea236;
}

.btn-warning:hover {
	opacity: .8;
}



/*Search*/

.searchfilt {
	float: left;
}


/*kacheln*/

article {
	width: 100%;
	height: auto;
}

.article {
	margin: 0 0 20px 0;
	height: 280px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

div[class*="details-"] {
	padding-left: 7px;
	padding-right: 7px;
	text-align: left;
}

.details-left {
	width: 33.33333333%;
	float: left;
	background-color: rgba(241, 241, 241, 1);
	height: 176px;
	font-size: 80%;
	font-weight: 700;
}

.details-right-top,
.details-right-footer {
	width: 66.66666666%;
	float: right;
}

.details-right-top {
	background-color: rgba(241, 241, 241, 1);
}

.details-right-footer {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.details-right {
	width: 66.66666666%;
	float: right;
}

.date:before,
.begin:before,
.end:before,
.ort:before {
	float: left;
	font-weight: 600;
	white-space: pre-wrap;
}

.date:before {
	content: "DATUM:   ";
}

.begin:before {
	content: "BEGINN:   ";
}

.end:before {
	content: "ENDE:   ";
}

.ort:before {
	content: "TREFFPUNKT:   ";
}

.det {
	line-height: 1.7em;
	margin-top: 2px;
	border-bottom: 1px solid #ececec;
}

.event-meta {
	font-size: 93.75%;
	color: #9b9b9b;
}

.event-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 900;
	margin-bottom: 5px;
}

.event-body {
	height: 96px;
	overflow: auto;
}

.event-controls {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	line-height: 1.5;
}

.row {
	margin-top: 5px;
	margin-bottom: 5px;
}

.rbtn {
	margin-left: 0px;
	margin-right: 0px;
}

.eventimg-teaser {
	height: 0;
	overflow: hidden;
	padding-bottom: 30%;
	width: 100%;
	position: relative;
}

.eventimg-teaser img {
	width: 100%;
	height: auto;
}


/*Category*/

a {
	color: #576bce;
}

a:focus,
a:hover {
	color: #3f515a;
	text-decoration: underline;
}

.navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

.category > .container > ul > li {
	list-style: none;
	background-color: #ececec;
	margin: 5px 5px;
	padding: 0;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
}

.category .container ul li a.active,
.category .container ul li:hover,
.category .container ul li:focus,
.category .container ul li a:hover,
.category .container ul li a:focus {
	background-color: #576bce;
	color: #fff;
}

.btn-fullwidth {
	width: 100%;
}

.hor-line {
	line-height: 5px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.float-center {
	float: center;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #576bce;
}

.dropdown-menu {
	background-color: rgba(200, 200, 200, 0.5);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 131px;
	padding: 5px 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu li {
	margin: 0;
	padding: 5px 0;
	font-size: 16px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #576bce;
}

.el {
	position: -webkit-static;
	top: 0;
	position: static;
	z-index: 0;
}


/*Category-View*/

.maincat,
.maincat a {
	background-color: #576bce;
	color: white;
	text-align: center;
}

.subcat {
	border-bottom: 1px solid rgb(255, 255, 255);
}

.subcat a:hover,
.subcat a:focus {
	opacity: .8;
}


/*Details*/

.dateil-view {
	max-height: 200px;
}

.detail-view img {
	height: auto;
	overflow: hidden;
	width: 100%;
	position: relative;
}


/*Order*/

.step {
	float: left;
	width: 33.3333333%;
	font-size: 2em;
	text-align: center;
}

.step + .activ {
	background-color: rgba(0, 131, 200, 0.3);
}

th table tr td {
	font-weight: 400;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.teilnehmer-header {
	float: left;
	width: auto;
	font-weight: 700;
}

.teilnehmer-price {
	float: right;
}

.input-group-addon {
	width: 33%;
	min-width: 60px;
	text-align: left;
}

.layer-3 {
	z-index: 30;
}

.layer-3-1 {
	z-index: 31;
}

.layer-2 {
	z-index: 20;
}

.layer-2-1 {
	z-index: 21;
}

.layer-1 {
	z-index: 10;
}

.step {
	fill: #ececec;
	stroke: #FFFF;
	stroke-width: 5;
	fill-rule: evenodd;
	background-color: #ececec;
}

.steptitel {
	font-size: 22px !important;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: rgba(0, 131, 200, 0.5);
	border: 1px solid rgba(0, 131, 200, 0.5);
	border-bottom-color: transparent;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #576bce;
	border-color: #576bce;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #f4f4f4;
	background-color: #3f515a;
	border-color: #3f515a;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #576bce;
	text-decoration: none;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
}

input#AB_ERLAUBNIS {
	float: left;
	width: 20px;
	margin-right: 10px;
	vertical-align: top;
	height: 20px;
	margin: 0px;
	padding: 0px;
	margin-left: -20px;
}

.form-horizontal .form-group {
	margin-right: 0px;
	margin-left: 0px;
}

.button-sign {
	padding: 15px;
	line-height: 0.8em;
	min-height: 90px;
	margin: 10px 0;
	background-color: #ececec;
}

.options {
	min-height: 100px;
}

.sign-active {
	background-color: rgba(0, 131, 200, 0.5);
}

div.options a {
	color: inherit;
	text-decoration: none;
}

tr.maincat {
	text-align: left;
}

.hcat > .aktiv {
	background-color: #576bce;
	color: #ececec;
}

.alert-title {
	font-size: 18px;
}

.badge-xl {
	font-size: 2em;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 6px;
}

@media screen and (min-width: 992px) {
	article {
		float: left;
		width: 33.333333%;
		padding: 10px;
	}
	.hcat {
		margin: 2px 3px;
		padding: 0 5px;
		min-width: 130px;
	}
}

@media screen and (max-width: 991px) {
	.input-group {
		margin: 5px 0 5px;
	}
	article {
		float: left;
		width: 50%;
		padding: 10px;
	}
	.hcat {
		margin: 2px 3px;
		padding: 0 5px;
		min-width: 130px;
	}
	.options {
		min-height: 200px;
	}
}

@media screen and (max-width: 767px){
	#ORT {
		margin-top: 10px;
	}
}
@media screen and (max-width: 425px) {
	article {
		float: left;
		width: 100%;
		padding: 10px;
	}
	.hcat {
		margin: 2px 3px;
		padding: 0 5px;
		min-width: 45%;
		width: 46%;
	}
	.hidden-xs {
		display: none;
	}
	.options {
		min-height: 200px;
	}
	.input-ort {
		margin-top: 5px;
	}
}

.card-panel {
	transition: box-shadow .25s;
	padding: 24px;
	margin: 0.5rem 0 1rem 0;
	border-radius: 2px;
	background-color: #fff;
}

.card {
	position: relative;
	margin: 0.5rem 0 1rem 0;
	background-color: #fff;
	transition: box-shadow .25s;
	border-radius: 2px;
}

.card .card-title {
	font-size: 20px;
	font-weight: 300;
}

.card .card-title.activator {
	cursor: pointer;
}

.card.small,
.card.medium,
.card.large {
	position: relative;
}

.card.small .card-image,
.card.medium .card-image,
.card.large .card-image {
	max-height: 60%;
	overflow: hidden;
}

.card.small .card-image + .card-content,
.card.medium .card-image + .card-content,
.card.large .card-image + .card-content {
	max-height: 40%;
}

.card.small .card-content,
.card.medium .card-content,
.card.large .card-content {
	max-height: 100%;
	overflow: hidden;
}

.card.small .card-action,
.card.medium .card-action,
.card.large .card-action {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.card.small {
	height: 300px;
}

.card.medium {
	height: 400px;
}

.card.large {
	height: 500px;
}

.card.horizontal {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.card.horizontal.small .card-image,
.card.horizontal.medium .card-image,
.card.horizontal.large .card-image {
	height: 100%;
	max-height: none;
	overflow: visible;
}

.card.horizontal.small .card-image img,
.card.horizontal.medium .card-image img,
.card.horizontal.large .card-image img {
	height: 100%;
}

.card.horizontal .card-image {
	max-width: 50%;
}

.card.horizontal .card-image img {
	border-radius: 2px 0 0 2px;
	max-width: 100%;
	width: auto;
}

.card.horizontal .card-stacked {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.card.horizontal .card-stacked .card-content {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.card.sticky-action .card-action {
	z-index: 2;
}

.card.sticky-action .card-reveal {
	z-index: 1;
	padding-bottom: 64px;
}

.hoverable:hover {
	transition: box-shadow .25s;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.14), 0 6px 20px 0 rgba(0, 0, 0, 0.12), 0 4px 9px 0 rgba(0, 0, 0, 0.2);
}

.card .card-image {
	position: relative;
	max-height: 190px;
	overflow: hidden;
	min-height: 190px;
}

.card .card-image img {
	display: block;
	border-radius: 2px 2px 0 0;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.card .card-image .card-title {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 100%;
	padding: 24px;
}

.card .card-content {
	padding: 24px;
	border-radius: 0 0 2px 2px;
}

.card .card-content p {
	margin: 0;
	color: inherit;
}

.card .card-content .card-title {
	display: block;
	line-height: 32px;
	margin-bottom: 8px;
}

.card .card-content .card-title i {
	line-height: 32px;
}

.card .card-action {
	position: relative;
	background-color: inherit;
	border-top: 1px solid rgba(160, 160, 160, 0.2);
	padding: 16px 24px;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
	color: #ffab40;
	margin-right: 24px;
	transition: color .3s ease;
	text-transform: uppercase;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
	color: #ffd8a6;
}

.card .card-reveal {
	padding: 24px;
	position: absolute;
	background-color: #fff;
	width: 100%;
	overflow-y: auto;
	left: 0;
	top: 100%;
	height: 100%;
	z-index: 3;
	display: none;
}

.card .card-reveal .card-title {
	cursor: pointer;
	display: block;
}

.right {
	float: right !important;
}

.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-floating,
.dropdown-content,
.collapsible,
.side-nav {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.input-group-btn .btn,
.btn-user {
	box-shadow: none;
}

.input-group {
	width: 100%;
}

.form-disable {
	background-color: #ececec;
	color: #252525;
}

.card-details {
	padding: 25px;
}

.nav-tabs > li > a {
	border: 1px solid #ececec;
	background-color: #ececec;
	text-align: center;
}

.card-title > .det {
	border-bottom: none !important;
	font-size: 0.8em;
}

.row {
	margin-right: 0;
}

.row > .btn {
	margin-right: 0;
	margin-left: 0;
}

#STATUS {
	display: none;
}

.big {
	font-size: 32px !important;
}

.card-title > a {
	position: absolute;
	left: 20px;
	right: 40px;
	padding-top: 20px;
	height: 50px;
	margin-bottom: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

li[class*="col-"] {
	padding-left: 0px;
	padding-right: 0px;
}

@media print {
	.pagetitle {
		position: absolute;
	}
	.pagetitle ~ .container {
		padding-top: 100px;
	}
	.btn,
	.karten {
		display: none;
	}
	.eventimg-teaser {
		margin-bottom: 20px;
	}
	p {
		font-size: 18px;
	}
	img {
		display: inherit;
		width: 100%;
	}
	.maincat,
	.maincat a,
	.pagetitle {
		text-align: left;
	}
}

.border-b {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EDEDED;
}

.card-action {
	height: 105px;
}

.form-disable .control-label {
    text-align: left;
} 