
body {
	font-size: 10pt;
    font-family: Arial,sans-serif;
	color: #000000;
	padding: 0 5px;
	}

h1,h2,h3,h4,h5,h6 {
	page-break-after:avoid;
	}
	
#logo img {
	/*width:200px;*/
	height:48px;
	margin-bottom:20px;
	}
	
/* Unwichtige Bereiche ausblenden */
	
#nav-meta,
#search-box,
#nav-main,
#marginalie,
#footer,
#breadcrumb h6,
.plusslider,
.top,
.modul-gallery .controls,
.modul-indexsearch .teaser2,
.ui-datepicker,
.wrap_warnmelung_cookie,
#skip-nav  {
	display:none;
	}
	
/* Breadcrumb-Navigation */

#breadcrumb {
	clear:both;
	margin: 20px 0 20px 0;
	padding:0;
	}

#breadcrumb ol {
	margin:0;
	padding:0;
	list-style: none;
	}
	
#breadcrumb li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.750em;
	}
	
#breadcrumb ol li a {
    padding-left: 10px;
    font-weight: bold;
	color: #2891d7;
	}
	
#breadcrumb ol li:after {
	content: " > "
	}
	
#breadcrumb ol li:last-child:after {
	content: ""
	}
	
#breadcrumb li.home a {
    padding-left: 0;
    background-image: none;
	}
	
#breadcrumb ol li strong {
    display: block;
    padding-left: 10px;
    background: url(../../../../../images/stmas/master/system/icons/icons.gif) 0 -597px no-repeat;
    font-weight: normal;
	}
	
#content-wrap {
	clear:left;
	}
	
.rte a {
    color: #0475AB;
    font-weight: bold;
    text-decoration: none;
	}
	
/* Interkative Karten */

.modul-indexsearch ul li{
	display:inline;
	padding:0 5px 0 0; 
	}
	
.modul-indexsearch ul li a.active{
	background-color:#b3e9f8;
	}


/* Interkative Karten */

.modul-maps .map {
	display:none;
	}
	
.modul-maps .map.current {
	display:block;
	}
	
/* Tabellen */

table.default {
    clear: both;
    margin-bottom: 30px;
    width: 100%;
    border-spacing: 0;
    empty-cells: show;
    border-collapse: collapse;
    font-size: 0.9em;
    border-right: 2px solid #fff;
	}
	
table.default th {
    padding: 7px 0px;
    text-align: center;
    font-weight: bold;
    background-color: #b3e9f8;
	background-image: none;
	color:#6D6E71;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
	}

table.default td {
    padding: 7px 2px;
    text-align: center;
	color:#6D6E71;
    border-bottom: 1px solid #c6effa;
    border-right: 1px solid #c6effa;
	}
.no_print {
	display:none;
}
input[type="text"], textarea{
	width:90%;
/*	background-color:#fff;
	border:none;*/
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:transparent;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:transparent;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:transparent;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#fff;
}
@media print {
    .ui-accordion .ui-accordion-content {
        display:block !important;
    }
   
}

.rte h1 {
	font-size:1.55em;
}

/* Formulare */

.form .form-row:after {
    clear: both;
	}
.form .form-row,
.form  .form-column11 {
	width: 100%;
	float: left;
	}	
.form  .form-column21 {
	width: 30%;
	float: left;
	}
.form  .form-column21a {
	width: 50%;
	float: left;
	}	
.form  .form-column22 {
	float: left;
	width: 70%;
	}
.form  .form-column41 {
	width: 30%;
	float: left;
	}
.form  .form-column42 {
	width: 70%;
	float: left;
	}
.form  .form-column43 {
	width: 30%;
	float: left;
	}
.form  .form-column44 {
	width: 70%;
	float: left;
	}
.form label {
	font-weight:bold;
	padding-top: 1em;
	}
.fieldset {
	padding:5px;
	}

fieldset {
	display: table-column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	fieldset {
	  display: block;
	}
  }
.form input[type=checkbox],.form input[type=radio] {
	transform: scale(1.5);
}
form input[type=text]{
		height: 30px;
}
