



/* Global */
html, body {
    height: 100%;
}
body {
    font-family: 'Open sans', Helvetica, Arial, sans-serif;
    font-size: 1.0em;
    margin: 0;
    padding: 0 !important;
    color: #6A747C;
    background-attachment: fixed;
    background-color: #ffffff;
    background-image: url(../assets/justizzentrum-md.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
h1 {
    font-family: 'Open sans', Helvetica, Arial, sans-serif;
    margin: 0px 0 25px 0;
    font-size: 1.9em;
    font-weight: normal;
    line-height: normal;
    color: #8DC63F;
}
h2 {
    font-family: 'Open sans', Helvetica, Arial, sans-serif;
	margin: 0px 0 15px 0;
    font-size: 1.6em;
    font-weight: normal;
    line-height: normal;
    color: #6A747C;
}
h3, h4, h5, h6 {
    font-family: 'Open sans', Helvetica, Arial, sans-serif;
	margin: 0px 0 15px 0;
    font-size: 1.3em;
    font-weight: normal;
    line-height: normal;
    color: #6A747C;
}
p {
	margin: 0 0 15px 0;
}
ul, ol {
	margin: 0 0 15px 0;
}
ul li {
	list-style: square;
}
ol li {
	list-style: decimal;
}
table {
	margin: 0;
}
table td {
	vertical-align: top;
}
table td p {
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
    border-style: none;
}
/* Links */
a {
	outline: none;
	color: #8DC63F;
	text-decoration: none;
}
a:hover {
    color: #8DC63F;
	text-decoration: underline;
}
/* Preload */
#preload {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden; /* needed for Android 4.X stock browser, else the preload image will be visible and covers content. */
}
/* Wrapper */
#wrapper {
    min-height: 100vh;
    
         padding-left: 25% !important;
    
    background: transparent;
}
/* Backbox */
#backbox {
    min-height: 100vh;
    max-width: 780px;
    background-color: rgba(255, 255, 255, 0.96);
}
/* Webbox */
#webbox {
    background: transparent;
}
/* Navigation */
#navigation {
    background-color: rgba(56, 61, 63, 0.85);
}
#navigation a {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.75);
    background-color: transparent;
}
#navigation a:hover {
    font-weight: normal;
    color: #FFFFFF;
    background-color: transparent;
}
#navigation a.active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: transparent;
}
/* MMenu */
ul.mm-list {
	font-size: 0.9em !important;
}
ul.mm-list ul {
	font-size: 1.0em !important;
}
.mm-menu .mm-list > li:after,
.mm-menu .mm-list > li > a.mm-subopen:before{
    border-color: rgba(255, 255, 255, 0.15) !important;
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: rgba(0, 0, 0, 0) !important;
}
.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.75) !important;
}
/* Topline */
#topline {
    padding: 25px 3% 0 3%;
}
/* Menu Button */
#menuButton {
    display: none;
    margin-bottom: 25px;
    padding: 5px 10px;
    background-color: rgba(106, 116, 124, 0.20);
    -webkit-border-radius: 0px;
    border-radius: 0px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#menuButton a {
    color: #6A747C;
    text-decoration: none;
}
#menuButton span {
    font-size: 0.9em;
    padding-left: 5px;
}
/* Webinfo */
#webinfo {
    display: table;
    margin-left: 25px;
    margin-bottom: 25px;
    height: 201px;
    min-height: 201px;
}
/* Logo */
#logo {
    display: table-cell;
    vertical-align: middle;
    padding-right: 25px;
}
#logo img {
    width: 100px;
}
/* Webtitle */
#webtitle {
    display: table-cell;
    vertical-align: middle;
}
#webtitle .webname {
    margin-bottom: 5px;
    font-size: 1.9em;
    font-weight: normal;
}
#webtitle .webname a,
#webtitle .webname a:hover {
    color: #8DC63F;
    text-decoration: none;
}
#webtitle .slogan {
    font-size: 1.0em;
    font-weight: normal;
    color: #6A747C;
}
/* Search */
#search {
    float: right;
    display: table;
    margin-right: 25px;
    margin-bottom: 25px;
    height: 201px;
    min-height: 201px;
}
#search div {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
.zpsearchform {
    position: relative;
}
.zpsearchform input[type=search],
.zpsearchform input[type=text] {
	font-family: 'Open sans', Helvetica, Arial, sans-serif;
	font-size: 0.9em;
    width: 200px;
	height: 34px;
	padding: 0 34px 0 10px;
	line-height: 34px;
    border: 0;
	color: #6A747C;
	background-color: rgba(106, 116, 124, 0.20);
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}
.zpsearchform input[type=search]:focus {
	outline: none;
}
.zpsearchform input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    padding-left: 5px;
    color: #6A747C;
}
.zpsearchform input[type="search"]::-webkit-search-cancel-button:after {
    content: "x";
}
.zpsearchform input[type="search"]::-ms-clear,
.zpsearchform input[type="text"]::-ms-clear {
    width: 15px;
}
.zpsearchform button[type=submit] {
	font-size: 1.0em;
    width: 34px;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
	border: 0;
	color: rgba(106, 116, 124, 0.75);
	background: transparent;
	position: absolute;
	top: 0;
	right: 5px;
    outline: none;
}
.zpsearchform button[type=submit]:hover {
	color: #6A747C;
}
/* Header */
#header {
    padding: 0 3% 3% 3%;
    height: 245px;
    overflow: hidden;
}
/* FlexSlider */
.flexslider {
	margin-bottom: 0 !important;
    padding: 0 25px !important;
	border: 0 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
	-o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
}
.flexslider ul.slides li {
	list-style: none;
	position: relative;
}
.flexslider .flex-container,
.flexslider .flex-viewport,
.flexslider ul.slides,
.flexslider ul.slides li, 
.flexslider ul.slides li img {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.flex-caption {
	width: 100%;
	padding: 15px;
	font-size: 1.0em;
	line-height: 1.5em;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ffffff;
	background-color: rgba(106, 116, 124, 0.5);
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.flex-caption h1, .flex-caption h2, .flex-caption h3 {
    margin-bottom: 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #ffffff;
}
.flex-caption p {
	margin: 0;
}
.flex-caption a {
	color: #ffffff;
	text-decoration: underline;
}
.flex-caption a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.flexslider ul.flex-direction-nav li {
	list-style: none;
}
/* Section */
.section {
    padding: 0 3% 3% 3%;
}
.section.banner {
    padding-top: 3%;
}
/* Breadcrumb */
#breadcrumb {
    padding: 10px 25px;
    font-size: 0.9em;
    color: #6A747C;
    background-color: transparent;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#breadcrumb a {
	color: #8DC63F;
	text-decoration: none;
}
#breadcrumb a:hover {
    color: #8DC63F;
	text-decoration: underline;
}
/* Content, Banner */
#content, #banner {
    padding: 25px;
    font-size: 1.0em;
    line-height: 1.5em;
    background-color: transparent;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
/* Button */
.button {
	display: inline-block;
	padding: 10px 15px;
	font-size: 1.0em;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	color: #ffffff;
    border: 1px solid #8DC63F;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	background-color: #8DC63F;
}
.button:hover {
	text-decoration: none;
	color: #ffffff;
    border: 1px solid #82B937;
	background-color: #82B937;
}
/* Form Global */
.zp-form .asfield {
	display: none;
}
.zp-form input[type="text"],
.zp-form input[type="number"],
.zp-form input[type="email"],
.zp-form input[type="tel"],
.zp-form input[type="url"],
.zp-form input[type="date"],
.zp-form input[type="time"],
.zp-form input[type="color"],
.zp-form input[type="search"],
.zp-form textarea,
.zp-form select {
	font-size: inherit;
	background: #ffffff;
	padding: 6px 8px;
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.zp-form label {
	padding: 3px 10px 3px 0;
}
.zp-form label.field {
	display: block;
	margin-top: 10px;
	margin-bottom: 4px;
	padding: 0;
}
.zp-form input[type="submit"] {
	display: block;
	margin-top: 20px;
}
/* Form */
.zp-form input[type="text"],
.zp-form input[type="number"],
.zp-form input[type="email"],
.zp-form input[type="tel"],
.zp-form input[type="url"],
.zp-form input[type="date"],
.zp-form input[type="time"],
.zp-form input[type="color"],
.zp-form input[type="search"],
.zp-form textarea,
.zp-form select {
	font-family: 'Open sans', Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	color: #6A747C;
	background: rgba(106, 116, 124, 0.25);
    -webkit-border-radius: 0px;
    border-radius: 0px;
	border: 1px solid transparent;
}
.zp-form input[type=submit].button {
	font-family: 'Open sans', Helvetica, Arial, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.zp-form input:focus, .zp-form textarea:focus {
	outline: none;
}
/* Articles */
.twocolumnleft {
	float: left;
}
.twocolumnleft > div {
	padding-right: 15px;
}
.twocolumnright {
	overflow: hidden;
}
.twocolumnright > div {
	padding-left: 15px;
}
/* Footer */
#footer, #footerarea {
    padding: 10px 25px;
    font-size: 0.9em;
    color: #6A747C;
    background-color: transparent;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#footerarea {
    padding: 25px;
    line-height: 1.5em;
}
#footerarea h1, #footerarea h2, #footerarea h3 {
    color: #6A747C;
}
#footer a, #footerarea a {
    color: #8DC63F;
    text-decoration: none;
}
#footer a:hover, #footerarea a:hover {
    color: #8DC63F;
    text-decoration: underline;
}
/* Xmenu */
#xmenu {
    float: right;
}
#xmenu span {
    padding-left: 10px;
}
/* Copyright */
#copyright {
    display: inline-block;
}
/* Clearfix */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/* Online-Shop */
.zpSO-OnlineShop-table {
	width: 100%;
}
.zpSO-OnlineShop-table th,
.zpSO-OnlineShop-table td {
	padding: 8px 10px;
}
/* Responsive Hacks */
#weatherToday img, #weatherTomorrow img {
	width: 100px;
}
.zgmap {
	max-width: 100%;
}
/* ZP */
.zp {
	color: #6A747C !important;
	text-decoration: none !important;
}
/* Media Breakpoints */
@media only screen and (min-width: 769px) {
    html, body {
        height: inherit;
    }
    #navigation {
        width: 25% !important;
        max-width: 25% !important;
    }
    .mm-menu.mm-next {
        display: block !important;
        -webkit-transform: translate(0, 0) !important;
        -moz-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }
    
}
@media only screen and (max-width: 768px) {
    html {
        -webkit-text-size-adjust: 100%;
    }
    #wrapper {
        padding: 0 !important;
    }
    #topline {
        padding: 3% 3% 0 3%;
    }
    #menuButton {
        
        display: inline-block;
    }
    #search {
        
        height: inherit;
        min-height: inherit;
    }
    #webinfo {
        clear: both;
    }
	.zpsearchform input[type="search"]::-webkit-search-cancel-button {
		display: none;
	}
    .zpsearchform input[type="search"]::-ms-clear,
    .zpsearchform input[type="text"]::-ms-clear {
		display: none;
	}
    #header {
        padding-bottom: 3%;
        height: auto;
    }
}
@media only screen and (max-width: 768px) {
    #search {
        margin-right: 0;
    }
    #webinfo {
        display: block;
        margin-left: 0;
        height: inherit;
        min-height: inherit;
        text-align: center;
    }
    #logo {
        display: block;
        padding-right: 0;
    }
    #webtitle {
        display: block;
    }
    .zpsearchform input[type=search] {
        font-size: 16px;
    }
    .flex-direction-nav {
        display: none !important;
    }
}
@media only screen and (max-width: 568px) {
    #headerslider, .flexslider {
        padding: 0 !important;
    }
    .flex-caption {
        position: relative !important;
        left: inherit;
        bottom: inherit;
        color: #6A747C;
        background-color: transparent;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }
    .flex-caption h1, .flex-caption h2, .flex-caption h3 {
        color: #6A747C;
    }
    .flex-caption a {
        color: #8DC63F;
        text-decoration: none;
    }
    .flex-caption a:hover {
        color: #8DC63F;
        text-decoration: underline;
    }
	.zp-form, #recaptcha_widget_div {
		max-width: 500px !important;
		overflow: hidden;
	}
	#recaptcha_widget_div #recaptcha_logo, #recaptcha_widget_div #recaptcha_tagline {
		display: none;
	}
	.zp-form label {
		max-width: 460px !important;
	}
	.zp-form input[type="text"],
    .zp-form input[type="number"],
    .zp-form input[type="email"],
    .zp-form input[type="tel"],
    .zp-form input[type="url"],
    .zp-form input[type="date"],
    .zp-form input[type="time"],
    .zp-form input[type="color"],
    .zp-form input[type="search"],
    .zp-form textarea,
    .zp-form select {
        width: auto !important;
		min-width: 80px !important;
		max-width: 460px !important;
	}
    #footer {
        text-align: center;
    }
    #xmenu {
        float: none;
    }
    #xmenu span:first-of-type {
        padding-left: 0;
    }
}
@media only screen and (max-width: 360px) {
    .zpsearchform input[type=search],
    .zpsearchform input[type=text] {
        width: 160px;
    }
}
@media only screen and (max-width: 320px) {
	.zp-form, #recaptcha_widget_div {
		max-width: 260px !important;
	}
	.zp-form label {
		max-width: 230px !important;
	}
    .zp-form input[type="text"],
    .zp-form input[type="number"],
    .zp-form input[type="email"],
    .zp-form input[type="tel"],
    .zp-form input[type="url"],
    .zp-form input[type="date"],
    .zp-form input[type="time"],
    .zp-form input[type="color"],
    .zp-form input[type="search"],
    .zp-form textarea,
    .zp-form select {
		max-width: 230px !important;
	}
}
@media print {
	html, body {
		height: auto;
	}
	body {
		font-family: Arial, sans-serif;
		font-size: 12pt;
        line-height: normal;
        margin: 0;
        padding: 0 !important;
		color: #000000 !important;
	}
	h1, h2, h3, h4, h5, h6 {
		color: #000000 !important;
		page-break-after: avoid;
		font-size: 21pt;
	}
	h2 {
		font-size: 16pt;
	}
	h3, h4, h5, h6 {
		font-size: 12pt;
	}
	ul, ol {
		page-break-inside: avoid;
	}
	img {
		page-break-inside: avoid;
		max-width: 75%;
	}
	a, a:hover {
		color: #000000;
		text-decoration: none;
	}
    #wrapper {
        min-height: inherit;
        padding: 0 !important;
    }
    #backbox {
        max-width: inherit;
        min-height: inherit;
        background-color: #ffffff;
    }
    .section, .section.banner {
        padding: 0;
    }
    #content, #banner, #footerarea {
		font-size: 12pt;
        line-height: normal;
        color: #000000 !important;
    }
    #navigation, #topline, #header, #breadcrumb, .button, .zp-form, #footer {
        display: none !important;
    }
	@page {
		margin: 2cm;
	}
}
/* ZP-Grid */
.zpgrid {
    margin-left: -15px;
    margin-right: -15px;
}
.zpContainer.styled div.zpRow .zpColumn {
    margin-top: 1em;
}
.zpContainer.zpBreakout .zpRow {
    width: auto !important;
}

    #content .zpContainer.zpBreakout, #banner .zpContainer.zpBreakout {
        max-width: 780px !important;
        margin: 0 calc(-780px/100*3 - 10px) !important;    
        padding: 0 calc(780px/100*3 + 10px) !important;
    }


    #footerarea .zpContainer.zpBreakout {
        max-width: 780px !important;
        margin: 0 calc(-780px/100*3 - 10px) !important;    
        padding: 0 calc(780px/100*3 + 10px) !important;
    }


body.plain #wrapper{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
body.plain #backbox{
	margin-left: auto;
	margin-right: auto;
}
