/*** NEWS ***/

.news-list-view .news-list-item {
	margin-bottom: 20px;
}

.news-list-view .news-list-item img {
	width: 100%;
	height: auto;
}



/*** NEWS KACHELN ***/

.news-list-view-kacheln .news-list-item > a {
	display: flex;
	flex-direction: column;
}



/*** NEWS PAGINATION ***/

.news .page-navigation {
	text-align: center;
	width: 100%;
}

.news .page-navigation ul.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news .page-navigation ul.pagination li {
	display: inline-block;
	margin-right: 5px;
}

.news .page-navigation ul.pagination li a,
.news .page-navigation ul.pagination li span {
	background-color: #eee;
	color: #888;
	padding: 5px 15px;
	display: inline-block;
}

.news .page-navigation ul.pagination li.active span {
	background-color: #000;
	color: #fff;
}

.news .page-navigation ul.pagination li a:hover,
.news .page-navigation ul.pagination li a:focus {
	background-color: #000;
	color: #fff;
}

.news .page-navigation ul.pagination li span:hover,
.news .page-navigation ul.pagination li span:focus {
	cursor: not-allowed;
}



/*** NEWS SINGLE ***/

.news-single .back-link {
	margin-top: 25px;
}



/*** POWERMAIL ***/

.powermail_confirmation table {
	width: 100%;
}

.powermail_confirmation .btn-group {
	margin-top: 30px;
	display: flex;
}

.powermail_confirmation .btn-group form {
	width: 50%;
}

.powermail_confirmation .btn-group form + form {
	text-align: right;
}



/*** POWERMAIL/ SR FEUSER REGISTER (FORMULARE) ***/

.tx-srfeuserregister-pi1 input,
.tx-srfeuserregister-pi1 select,
.tx-srfeuserregister-pi1 textarea,
.form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.55;
	color: #2b2b2b;
	background-color: #fff;
	background-image: none;
	border: 1px solid #eee;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-bottom: 10px;
}

form .checkbox {
	position: relative;
}

form input[class*="checkbox"] {
	display: inline-block;
	width: auto;
	height: auto;
	position: absolute;
	left: 0px;
	top: 10px;
}

form .checkbox label {
	padding-left: 30px;
}

form span.mandatory,
form ul li.parsley-required,
form ul li.parsley-custom-error-message {
	color: #dc3545;
}

textarea.form-control,
.tx-srfeuserregister-pi1 textarea {
	height: auto;
}

form input.powermail_submit {
	margin: 10px 0;
}

input.btn.btn-primary:hover {
	cursor: pointer;
}

.select-wrapper {
	position: relative;
}

.select-wrapper:after {
	font-family: Material Icons;
	content: "\e313";
	font-size: 26px;
	position: absolute;
	right: 15px;
	top: 50%;
	color: #2b2b2b;
	transform: translateY(-50%);
	pointer-events: none;
}

.select-wrapper select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.select-wrapper select::-ms-expand {
	display: none;
}



/*** SLIDER ***/

.slick-slide {
	padding: 0 15px;
}



/*** INDEXED SEARCH ***/

.frame .tx-indexedsearch-searchbox-sword {
	display: block;
	width: 100%;
	padding: 15px 35px;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 1.5;
	color: #2b2b2b;
	border: 1px solid #000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.frame .tx-indexedsearch-info-sword {
	margin: 20px 0 20px;
	text-align: center;
}

.frame .tx-indexedsearch-info-sword span {
	background-color: #eee;
	padding: 3px 15px;
}

/* Autovervollständigung (comsolit_suggest) */

.frame .tt-hint {
	color: #ccc;
}

.frame .tt-menu {
	border: 1px solid #000;
	width: 100%;
	overflow: hidden;
}

.frame .tt-menu .tt-dataset {
	background-color: rgba(0, 0, 0, 0.8);
}

.frame .tt-menu .tt-dataset .tt-suggestion {
	padding: 10px 0;
	margin: 0 20px;
	color: #fff;
}

.frame .tt-menu .tt-dataset .tt-suggestion + .tt-suggestion {
	border-top: 1px solid #fff;
}

.frame .tt-menu .tt-dataset .tt-suggestion.tt-selectable {}

.frame .tt-menu .tt-dataset .tt-suggestion .tt-highlight {}


.frame .tt-menu .tt-dataset .tt-suggestion:hover,
.frame .tt-menu .tt-dataset .tt-suggestion:focus,
.frame .tt-menu .tt-dataset .tt-suggestion.tt-cursor {
	background-color: transparent;
	color: #0AF;
}

/* Pagination */

.frame .tx-indexedsearch-browsebox p {
	text-align: center;
}

.frame ul.tx-indexedsearch-browsebox {
	display: flex;
	padding: 0;
	margin: 1.5em 0;
	list-style: none;
	border-radius: 10px;
	justify-content: center;
}

.frame ul.tx-indexedsearch-browsebox li a {
	position: relative;
	display: block;
	padding: 0.5rem 0.85rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0AF;
	background-color: #fff;
	border: 1px solid #0AF;
	font-size: 20px;
}

.frame ul.tx-indexedsearch-browsebox li a:hover,
.frame ul.tx-indexedsearch-browsebox li a:focus {
	color: #fff;
	background-color: #0AF;
}

.frame ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
	color: #fff;
	background-color: #0AF;
}

/* Ergebnisliste */

.frame .tx-indexedsearch-info {
	display: none;
}

.frame .tx-indexedsearch-info-noresult {
	margin: 20px 0 20px;
	text-align: center;
}

.frame .tx-indexedsearch-info-noresult span {
	background-color: #eee;
	padding: 3px 15px;
	border-radius: 10px;
}

.frame .tx-indexedsearch-res {
	margin: 0 0 2em;
	border: 1px solid #eee;
}

.frame .tx-indexedsearch-res .tx-indexedsearch-top {
	background-color: #eee;
	padding: 5px 15px;
}

.frame .tx-indexedsearch-res .tx-indexedsearch-top h3 {
	margin-bottom: 0;
	font-size: 30px;
}

.frame .tx-indexedsearch-res .tx-indexedsearch-top .tx-indexedsearch-percent {
	font-weight: 400;
}

.frame .tx-indexedsearch-res .tx-indexedsearch-description {
	padding: 15px 15px;
	border-bottom: 1px solid #eee;
}

.frame .tx-indexedsearch-res .tx-indexedsearch-info {
	padding: 0px 15px;
	font-size: 80%;
	background-color: #fafafa;
}

.frame .tx-indexedsearch-res .tx-indexedsearch-info span {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	line-height: 1em;
	border-right: 1px solid #ddd;
	color: #999;
}

.frame .tx-indexedsearch-res .tx-indexedsearch-info span:last-child {
	border: none;
}



/*** QUICKSEARCH ***/

#search-overlay .tx-indexedsearch-form {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100vh;
	position: relative;
}
#search-overlay .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword {
	width: 100%;
	background-color: transparent;
	-webkit-box-shadow: 0 3px 0 0 rgba(255,255,255,0.1);
	-moz-box-shadow: 0 3px 0 0 rgba(255,255,255,0.1);
	box-shadow: 0 3px 0 0 rgba(255,255,255,0.4);
	border: 0;
	text-align: center;
	font-size: 35px;
	padding: 20px 50px 20px 50px;
	color: #fff;
	line-height: 1.5em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#search-overlay .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword:focus {
	outline: none;
}
#search-overlay .tx-indexedsearch-form .tx-indexedsearch-searchbox-button {
	background: none;
	border: 0;
	margin-left: -45px;
}
#search-overlay .tx-indexedsearch-form .tx-indexedsearch-searchbox-button i {
	color: #ffffff;
	font-size: 35px;
	position: relative;
	right: 0px;
	top: 10px;
}

#search-overlay ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ccc;
	opacity: 0.3;
}
#search-overlay ::-moz-placeholder { /* Firefox 19+ */
	color: #ccc;
	opacity: 0.3;
}
#search-overlay :-ms-input-placeholder { /* IE 10+ */
	color: #ccc;
	opacity: 0.3;
}
#search-overlay :-moz-placeholder { /* Firefox 18- */
	color: #ccc;
	opacity: 0.3;
}

/* Autovervollständigung (comsolit_suggest) */


#search-overlay .tt-hint {
	display: none;
}

#search-overlay span.twitter-typeahead {
	max-width: 800px;
	width: 80% !important;
	display: block !important;
	position: relative !important;
	text-align: center;
}

#search-overlay .tt-menu {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#search-overlay .tt-menu .tt-dataset {
	background-color: rgba(0, 0, 0, 0.5);
}

#search-overlay .tt-menu .tt-dataset .tt-suggestion {
	padding: 10px 0;
	margin: 0 20px;
	color: #555555;
}

#search-overlay .tt-menu .tt-dataset .tt-suggestion + .tt-suggestion {
	border-top: 1px solid rgba(0, 170, 255, 0.5);
}

#search-overlay .tt-menu .tt-dataset .tt-suggestion.tt-selectable {}

#search-overlay .tt-menu .tt-dataset .tt-suggestion .tt-highlight {}


#search-overlay .tt-menu .tt-dataset .tt-suggestion:hover,
#search-overlay .tt-menu .tt-dataset .tt-suggestion:focus,
#search-overlay .tt-menu .tt-dataset .tt-suggestion.tt-cursor {
	background-color: transparent;
	color: #0AF;
}