@charset "utf-8";

/*
	#################################
	#								#
	#	sic_address as Company DB	#
	#								#
	#################################
*/

.tx-sic-address .listview .sic_search .abisz {
	padding: 25px 0;
}

.tx-sic-address .listview .sic_search .abisz a,
.tx-sic-address .listview .sic_search .abisz span.deadlinkcolor,
.tx-sic-address .listview .sic_search .abisz span.activelinkcolor {
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	margin: 0 3px 5px;
	padding: 2px 4px 1px;
}

.tx-sic-address .listview .sic_search .abisz a:hover {
	background-color: #ccc;
	color: #fff;
}

.tx-sic-address .listview .sic_search .abisz span.deadlinkcolor {
	border: 1px solid #fff;
	cursor: not-allowed;
}

.tx-sic-address .listview .sic_search .abisz span.activelinkcolor {
	background-color: #ccc;
	color: #fff;
	cursor: not-allowed;
}

.tx-sic-address .listview .sic_search .abisz .divoc {
	display: none;
}

.tx-sic-address .listview ul.addresses li.address.detailview-closed div.detailview {
	display: none;
}

.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-overlay {
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content {
	background: #fff;
	border: 5px solid #1C4F9B;
	display: flex;
	flex-direction: column;
	pointer-events: all;
	padding: 15px;
	width: calc(100% - 90px);
	max-width: 800px;
	max-height: calc(100% - 90px);
	position: relative;
}

.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content h1 {
	padding: 0 30px 25px 0;
	text-transform: none;
}

.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content::before:hover {
	background: #1C4F9B;
	border: 1px solid #fff;
	color: #fff;
}

.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content span.detailview-close {
	background: #fff;
	border: 5px solid #1C4F9B;
	border-radius: 50%;
	color: #1C4F9B;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-align: center;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 10px;
	position: absolute;
	top: -20px;
	right: -20px;
}

.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content span.detailview-close:hover {
	background: #1C4F9B;
	color: #fff;
}

.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content span.detailview-close::before {
	content: "✕";
	display: block;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	pointer-events: none;
	width: 20px;
	height: 20px;
}

.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content div.detailview-content-scroll {
	overflow: scroll;
}

.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content div.detailview-content-scroll div.details {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content div.detailview-content-scroll div.details aside.right {
	padding: 5px 0 0;
	max-width: 200px;
}

.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content div.detailview-content-scroll div.details aside.right img,
#content .tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content div.detailview-content-scroll div.details aside.right ul.list:last-child {
	padding: 0 0 25px;
}

.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content div.detailview-content-scroll div.details aside.right ul.list + h3 {
	padding: 25px 0 0;
}

#content .tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content div.detailview-content-scroll div.details aside.right ul.list {
	margin: 0;
	padding: 0;
}

.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content div.detailview-content-scroll div.details div.info {
	padding: 0 50px 0 0;
}

.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content div.detailview-content-scroll div.description {
	margin: 25px 0 0;
}

@media all and (max-width: 640px) {
	.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content div.detailview-content-scroll h1 {
		padding: 0 0 20px;
	}

	.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content div.detailview-content-scroll div.details {
		flex-direction: column;
	}

	.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content div.detailview-content-scroll div.details aside.right {
		max-width: 100%;
	}

	.tx-sic-address .listview ul.addresses li.address div.detailview div.detailview-content-wrap div.detailview-content div.detailview-content-scroll div.info {
		padding: 0;
	}
}
