body {
	font-size: 12px;
}
.form-control {
	padding: 0 5px;
	font-size: 12px;
	height: 23px;
	border-radius: 0;
}
.form-group {
	margin-bottom: 8px;
}

@media all and (max-width: 992px) { 
	body {
		font-size: 14px;
	}
	
	.ip_bauleit .btn-search {
		font-size: 14px;
	}
	
	.form-control {
		padding: 6px 12px;
		font-size: 14px;
		height: 34px;
	}
	
	.form-group {
		margin-bottom: 15px;
	}
}

#option-content .form-group {
	margin-bottom: 0;
}

.btn {
	border-radius: 0;
}

.ip_bauleit {
	padding: 10px;
}

.btn-margin {
	margin-top: 8px;
}

.btn-ip {
	font-size: 12px;
	color: #000000;
    border-image: none !important;
    border-style: solid !important;
    border-width: 1px !important;
    width: 100%;
    padding: 4px !important;
    font-weight: normal !important;
    outline: none;
}

.btn-ip:hover {
    border-image: none;
    border-style: solid;
    border-width: 1px;
    outline: none;
}

.btn-ip.focus, .btn-ip:focus {
    background-color: #fff !important;
    border-image: none !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #ccc;
    outline: none;
}

.dropdown-ip {
	margin-left: 5px;
}

.bl-header {
	background: url("../img/titleBar.png") repeat-x scroll left top #fff;
	border: 1px solid #bfbfbf;
	color: #000000;
	font-size: 12px;
	height: 22px;
	text-align: right;
	font-weight: bold;
}
.search-buttons {
	margin: 10px 0;
}
.form-label {
	margin-bottom: 0;
}
.search-option-label {
	margin-top: 10px;
	margin-bottom: 10px;
}
.search-area {
	padding: 0;
}
.info-area {
	padding: 0;
}
.info-area table {
	margin-bottom: 0;
}
#content, #option-content, #result-content {
	display: none;
}
#logo {
	margin: 50px 10px;
    text-align: center;
}
#logo img {
    max-width: 604px;
    width: 100%;
    border: 1px solid #000000;
}
.preview-img {
	height: 250px;
	text-align: center;
}	
.preview-img img{
	height: auto;
    max-height: 240px;
    width: auto;
}		
.result-tools .btn {
	padding: 5px;
	background-color: transparent;
}
.result-tools .btn:hover {
	background-color: #f5f5f5;
	border: 1px solid #57585a;
}
.accordion-header {	
	background: url("../img/titleBar.png") repeat-x scroll left top #fff;
	border: 1px solid #bfbfbf;
	color: #57585a;
	font-size: 0.9em;
	font-weight: bold;
	padding: 3px 4px;
	cursor: pointer;
}
.accordion-arrow {
	background: url("../img/icons8-button-down.svg") no-repeat scroll top;
	width: 16px;
	height: 16px;
}
.accordion-arrow-open {
	background: url("../img/icons8-button-up.svg") no-repeat scroll top;
	width: 16px;
	height: 16px;
}
.accordion-content{
	border: 1px solid #bfbfbf;
	padding: 5px;
}
.menu-button {
	background-color:transparent;
	padding: 1px 5px;
	font-weight: bold;
	border: none;
}
.menu-button:hover, .menu-button:active, .menu-button:focus, .open > .dropdown-toggle.btn-default {
	background-color: #f5f5f5;
}
.dropdown-menu > li > a {
	color: #243C7C;
}
.dropdown-menu > li > a:hover, .menu-button .dropdown-menu > li > a:focus {
	background-color: #D9E6F9;
	
}
.urkunde {
	margin: 20px 0;
}

#info-content td, #info-content th, #doc-content td, #doc-content th {
    line-height: 1;
}

.info-header {
	font-weight: bold;
}

.anmerkung-row, #zusatzattribute-row {
	margin-top: 20px;
}

#info-anmerkung {
    line-height: 1.4 !important;
}

/***************** Ergebnistabelle ****************************/

.table-zusatz {
	margin-bottom: 0;
	table-layout: fixed;
    width: 100%;
    border-top: 1px solid #ddd;
}

.table-zusatz td, .table-zusatz th {
	padding: 8px !important;
	vertical-align: middle !important;
	border-top: 1px solid #ddd;
	word-wrap: break-word;         /* All browsers since IE 5.5+ */
    overflow-wrap: break-word;     /* Renamed property in CSS3 draft spec */
    width: 50%;
}

.table-result {
	margin-bottom: 0;
}		
.table-result td {
	padding: 3px !important;
	vertical-align: middle !important;	
	border: none !important;
}
.table-result tbody {
	border-bottom: 1px solid #ddd;
}
.table-result tbody.active-row,.table-result tbody.hover-row {
	background-color: #C0FFC0 !important;
}
.table-responsive-result {
	overflow: auto;
	max-height: 400px;
	border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-top: 2px solid #ddd;
    table-layout: fixed;
    width: 100%;
}

/******************** Bauleit Popup allgemein *****************************/
.ip_bauleit .modal-content {
	border-radius: 0;
}
.ip_bauleit .modal-header {
	background: url("../img/titleBar.png") repeat-x scroll left top #fafafa;
    outline: 0 none;
    padding: 5px 6px 3px;
    color: #57585a !important;
    font-size: 0.9em !important;
    font-weight: bold !important;
}
.ip_bauleit .ok-button {
	width: 35px;
}
.ip_bauleit .modal-body {
    padding: 10px;
}
.ip_bauleit .modal-footer {
	padding: 5px 10px;	
}

/******************** Version Popup *****************************/
.version-popup .modal-dialog {
    width: 400px;
}
.version-popup .popup-content-wrapper {
	height: 360px;
	width: 379px;
	background-image: url(../img/version_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: solid 1px #bfbfbf;
}
.version-popup .version-text {
	position: relative;
	top: 100px;
	left: 50px;
	width: 310px;
	font-size: 12px;
}
.version-popup .version-text-version {
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}

.version-popup .version-text-other {
	margin-bottom: 5px;
}

.version-popup .version-text-label {
	display: inline-block;
}

/******************** Message Popup *****************************/
.message-popup .modal-dialog {
    width: 320px;
}
.message-popup .popup-content-wrapper {
}
.message-popup .version-text {
	position: relative;
	top: 80px;
	left: 50px;
	width: 310px;
}
.message-popup .version-text-header {
	font-size: 24px;
}
.message-popup .version-link {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 150px;
	height: 27px;
	cursor: pointer;
}


/******************** Deep-Link *****************************/
#table-deeplink .btn {
	padding: 5px;
	background-color: transparent;
}
#table-deeplink .btn:hover {
	background-color: #f5f5f5;
	border: 1px solid #57585a;
}

#deeplink {
	width: 80%;
	border: none;
}

#deeplinkCopy{
	width: 100%;
	resize: none;
}