/* Headerbar */

.tm-headerbar-top.tm-headerbar-default{
	background-color: #ededed;
}


/* Menü & Dropdown */

.uk-navbar-dropdown-nav > li.uk-active > a{
	background-color: #EDEDED;
}

.uk-navbar-dropdown-nav .uk-nav-sub li{
	line-height: 18px;
}

.uk-navbar-dropdown-nav .uk-nav-sub li > a{
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Suche */

#searchForm .uk-grid-row-small,
#searchForm #ordering,
#searchForm #limit{
	display: none;
}

.search-content{
	
}


/* Newsletter */

#form-newsletter2go .inputwrap > input{
	width: 55%;
	padding: 10px 10px !important;
	border: 0px !important;
	border-radius: 0px !important;
	background-color: #eeeeee;
	margin-bottom: 16px;
}

#form-newsletter2go .inputwrap > .required > div > input{
	margin-right: 10px;
}

#form-newsletter2go button{
	background-color: #871d33 !important;
	border-radius: 0px !important;
}

#form-newsletter2go button:hover{
	background-color: #4E0C1D !important;
}


/* Projektteam */

.contact-category{
	margin-bottom: 50px;
}

.contact-category .name{
	margin-top: 16px;
	font-size: 18px;
	font-weight: bold;
}

.contact-category .name a,
.contact-category .email a{
	text-decoration: none;
}

.contact-category .item{
	margin-bottom: 32px;
}


.com-contact > .inner {
	display: flex;
	justify-content: space-between;
}

.com-contact .contact-detail-container {
	flex: 0 0 50%;
}

.com-contact .contact-form-container {
	flex: 0 0 calc(50% - 40px);
}

.contact-card {
	display: flex;
	align-items: center;
	gap: 41px;
	background: #eeeeee;
	margin-bottom: 40px;
}

.contact-card img {
	width: 170px;
	height: 170px;
	object-fit: cover;
	object-position: center;
}

.contact-card > div {
	position: relative;
}

.contact-card > div:first-child::after {
	content: '';
	display: block;
	width: 1px;
	height: 80%;
	position: absolute;
	top: 10%;
	right: -20px;
	background: #b4b5ba;
	z-index: 10;
}

.contact-card .el-title {
	margin: 0 0 10px;
}

.contact-card .contact-position {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

.contact-detail-container > .contact-info:not(:last-child) {
	margin-bottom: 15px;
}

.contact-info {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 16px;
	line-height: 20px;
}

.contact-info p{
	margin: 0;
}

.com-contact-categories__items {
	margin-top: 2em;
}

.card-contact__name {
	margin-top: .5em;
}

.card-contact__name span {
	color: #871d33;
	font-weight: 700;
  }
    
  .card-contact__tel {
	margin-top: 7px;
	display: flex;
	align-items: center;
  }

  .card-contact__email {
	display: flex;
	align-items: center;
  }
  
  .card-contact__tel::before {
	content: '';
	width: 1em;
	margin-right: 0.5em;
	background-image: url('/images/icons/phone.svg');
	height: 1em;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  }

  .card-contact__email::before {
	content: '';
	width: 1em;
	margin-right: 0.5em;
	background-image: url('/images/icons/mail.svg');
	height: 1em;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  }

  .card-contact {
	margin-bottom: 4em;
  }
  

/* Kontaktformular */

#module-104{
	margin-top: -50px !important;
}

#contact .field{
	margin-top: 32px;
}

#contact label{
	font-weight: bold;
}

#contact input:not(#jform_datenschutz){
	background-color: #eeeeee;
}
#contact #jform_anrede,
#contact #jform_organisation,
#contact #jform_schulart,
#contact #jform_nachricht{
	background-color: #eeeeee;
	padding: 10px 15px;
	border: 0px;
	width: 100%;
}

#contact .form-check-inline{
	margin-right: 0px;
}

#contact .checkboxwrap{
	font-weight: normal !important;
}

#jform_submit{
	background-color: #871d33;
	color: #fff;
}


/* Checkbox */
.checkboxwrap{
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 2px;
	font-size: 14px !important;
	line-height: 20px !important;
}

.checkboxwrap input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 25px;
	width: 25px;
	top: 0;
	left: 0;
	border-radius: 2px;
}

.checkboxwrap .checkmark{
	position: absolute;
	top: 3px;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
	transition: background .27s ease;
}

.checkboxwrap:hover input ~ .checkmark{
	background-color: #eee;
}

.checkboxwrap input:checked ~ .checkmark{

}

.checkboxwrap .checkmark:after{
	content: "";
	position: absolute;
	display: none;
}

.checkboxwrap input:checked ~ .checkmark:after{
	display: block;
}

.checkboxwrap .checkmark:after{
	left: 2px;
	top: -5px;
	font-size:27px;
	color: #871d33;
	content: '✔';
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

/* navbar toggler */
.uk-navbar-toggle svg {
	width: 40px !important;
}

.uk-navbar-toggle svg rect {
	height: 3px !important;
	rx: 2px;
	ry: 2px;
}

.uk-navbar-toggle svg > :last-child {
	width: 15px !important;
}




/* Table */

table tr td, table.rsf_files tr td{
	
	padding: 12px 24px;
	border-bottom: 2px solid #fff;
}

.rsfiles-download-info .badge  {
	color: #333333;
}

.rsfiles-download-info .badge.bg-secondary {
	color: #333333 !important;
	background-color: transparent !important;
}

.rsfiles-download-info .badge-success {
	color: #ffffff;
}

table.rsf_files tr th,
table tr th{
	background: #871d33;
	color: #fff;
	padding: 12px 24px;
}

table tr.grau td, table.grau td, table td.grau {
	background: #eeeeee !important;
  	color: #747783;
}

table tr.weiss td, table.weiss td, table td.weiss {
	background: #ffffff !important;
  	color: #747783;
}


table tr th.rot,
.uk-table th{
	background: #871d33 !important;
	color: #fff;
}

table tr td.weiss{
	background: #fff !important;
	color: #747783;
}


table.alternativ td{
	background: #fff;
	border-bottom: 2px solid #ccc;
}


/* Kontakt-Detailseite */

#contact-detail .position{
	font-weight: bold;
}

#contact-detail .contact-info{
	padding-left: 25px;
	position: relative;
	margin-bottom: 6px;
}

#contact-form legend{
	display: none;
}

#contact-form textarea {
	max-height: 135px;
	max-width: 100%;
	resize: none;
}

#contact-form .form-control-feedback {
	margin-left: 10px;
	font-size: 12px;
	line-height: 14px;
	background: rgba(0,0,0,.1);
	padding: 2px 4px;
}

.com-contact__container .icon-address,
.com-contact__container .icon-envelope,
.com-contact__container .icon-phone,
.com-contact__container .icon-fax{
	margin-right: 5px;
}

.com-contact__container .icon-envelope,
.com-contact__container .icon-phone,
.com-contact__container .icon-fax{
	margin-top: 16px;
}

.com-contact__container .visually-hidden{
	display: contents;
}

.well{
	background: #eee;
	border-left: 8px solid #871d33;
	display: inline-block;
	padding: 26px 34px;
}


/* Footer */

footer .uk-h4 p{
	margin: 0 0 0 2em !important;
}

h1.uk-heading-bullet {
	padding-left: 2em !important;
}

h3.uk-heading-bullet {
	padding-left: 1.5em;
}

/* Red-Line */

.uk-heading-bullet::before , h1.uk-heading-bullet::before {
	position: absolute;
	content: " ";
	width: 1.875rem;
	line-height: .75rem;
	background-color: #871d33;
	top: 50%;
	height: .75rem;
	border-left: 0px;
	transform: translateY(-50%);
}

h1.uk-heading-bullet::before {
	left: 38px;
}

h3.uk-heading-bullet::before {
	left: 0px;
}

/* Panelslider */

.uk-slider-items .el-item > *:not(picture){
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.el-slidenav.uk-slidenav-previous, .el-slidenav.uk-slidenav-next {
	width: 25px !important;
}

.el-slidenav.uk-slidenav-next {
	right: 0px;
}


/* Dialog */

.uk-offcanvas .uk-nav-sub li a {
	font-weight: 400;
}

.dialog__search {
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: 1em;
}

/*
@media(max-width: 1200px){
	.el-slidenav.uk-slidenav-large{
		margin: 0px;
		transform: none !important;
	}
}*/