#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../../files/gfx/fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/gfx/fonts/lato-v23-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../../files/gfx/fonts/lato-v23-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/gfx/fonts/lato-v23-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


@media screen {

/* ****** reset ******************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}






/* ****** structure ******************************************************** */
html {
	height: 100%;
	overflow-y: scroll;
	background: url(../../files/gfx/bg.png) no-repeat top center fixed;
	background-size: cover;
}
#wrapper {
	width: 960px;
	margin: 40px auto 0 auto;
}
#container {
	background: #fff;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 3px 15px #888;
	border-radius: 3px;
	padding-left: 240px;
}
#main,
#left,
#right {
	float: left;
	position: relative;
}
#main {
	width: 100%;
}
#main .inside {
	padding: 40px 80px 30px 80px;
}
#header {
}
#left {
	margin-left: -100%;
	width: 240px;
	right: 240px;
}
#left .inside {
	padding: 40px 40px 30px 30px;
	padding-right: 0;
}
#right {
	margin-right: -100%;
}






/* ****** navigation ******************************************************** */
.logo {
	margin: 0 0 0 -10px;
	display: block;
	border: none !important;
	background: none !important;
}
nav a,
nav strong {
	text-decoration: none;
	color: #fff;
	display: block;
	background: #1D1D1B;
	margin: 0 0 1px -30px;
	width: 185px;
	padding: 4px 10px 4px 30px !important;
	border: none !important;
	transition: all 0.3s ease;
	font-weight: normal;
}
nav a:hover,
nav strong {
	color: #333;
	background: #B6DB24;
	border: none;
	padding: 0;
	transition: all 0.2s ease;
}
nav {
	margin: 40px 0;
}
.kontakt #left .kontaktdaten {
	display: none;
}
.social a {
	padding: 0 8px 0 0 !important;
	margin: 0 !important;
	background: none !important;
	float: left;
	border: none !important;
}






/* gallery */
#main .ce_gallery ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	overflow: hidden;
}
#main .ce_gallery img {
	display: block;
}
#main .ce_gallery li {
	list-style: none;
	float: left;
	margin: 0 1px 1px 0;
	width: 49.9%;
}
#main .ce_gallery li.col_last {
	margin-right: 0 !important;
}
@media screen and (max-width: 640px){
	#main .ce_gallery li {
		width: auto;
	}
	#main .ce_gallery img {
		display: inline;
		max-width: 100%;
		width: 100%;
	}
}






/* ****** common tags ****************************************************** */
p {
	margin-bottom: 20px;
	font: 14px/24px Lato, verdana, sans-serif;
}
h1 {
	margin-bottom: 30px;
	font: 28px/40px Lato, verdana, sans-serif;
}
h2,
h3,
h4,
h5,
h6 {
	font: bold 14px/24px Lato, verdana, sans-serif;
}
ul,
ol,
li {
	font: 14px/24px Lato, verdana, sans-serif;
}
p > em {
	color: #aaa;
	margin-top: -30px;
	display: block;
}
abbr {
	border-bottom: 1px dotted #555;
	cursor: help;
}
kbd {
	font-family: consolas, "courier new", arial, sans-serif;
}
.caption {
	font: 14px/24px Lato, verdana, sans-serif;
	color: #888;
}
a {
	text-decoration: none;
	border-bottom: 2px solid #B6DB24;
	padding-bottom: 1px;
	color: #333;
	transition: all 0.3s ease;
}
#main a:focus {
	outline: 1px dotted;
}
a[href $='.pdf'] {
	padding: 0 0 1px 20px;
	background: url(../../files/gfx/icons/pdf.gif) no-repeat;
}
a[href^='http:'],
a[href^='https:'] {
	padding: 0 0 1px 10px;
	background: url(../../files/gfx/icons/external-link.gif) no-repeat;
}
a[href^='http://markisen-urban.de'],
a[href^='https://markisen-urban.de'],
a[href^='http://dev'],
a[href^='http://localhost'],
.image_container a {
	padding: 0;
	background: none;
}
a:focus,
a:hover,
a:active {
	color: #333;
	background-color: #B6DB24;
	border-bottom: 2px solid #333;
	transition: all 0.2s ease;
}
img {
	border: 0;
	background: 0;
	padding: 0;
	display: block;
}
strong {
	font-weight: bold;
}
#main ul {
	margin: 0 0 20px 30px;
}
#main ul li {
	list-style: square;
	padding-left: 0;
}
#main ol {
	margin: 0 0 20px 35px;
	list-style-type: decimal;
}
#main ol li {
}
.block {
	overflow: visible;
}
#container:after,
.custom:after,
#left:before {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}





/* ****** common styles **************************************************** */
#print,
.print,
.hide,
.invisible {
	display: none !important;
}
.nowrap {
	white-space: nowrap;
}
.error {
	color: #AF3636;
}
.req,
.mandatory {
	color: #74A8CF;
}
.low {
	color: #bbb;
}
.small,
small {
	font-size: 10px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.image_container.float_right {
	padding: 8px 0 40px 40px;
}
.image_container.float_left {
	padding: 8px 40px 40px 0;
}
#cboxTitle,
#cboxCurrent {
	display: none !important;
}







/* ****** additions for modern browsers ************************************ */
::-moz-selection {
	background: #B6DB24;
	color: #333;
}
::selection {
	background: #B6DB24;
	color: #333;
}







/* ****** mobile ******************************************************* */
@media(max-width:768px) {

html {
	background: #fff;
}
.logo {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
}
#wrapper {
	margin: 0;
	width: auto;
}
#container {
	background: #fff;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}
#main,
#left,
#right {
	float: none;
	width: auto;
}
#left {
	right: 0;
	margin-left: 0;
}
#right {
	margin-right: 0;
}
#left .inside,
#main .inside {
	padding: 20px;
}
#main .inside {
	padding-bottom: 0;
}
#left .inside {
	padding-top: 0;
}
nav a,
nav a:active,
nav a:hover,
nav strong {
	width: 100%;
	padding: 10px 20px 10px 30px !important;
	transition: none;
	font-weight: normaL;
}
.image_container.float_right,
.image_container.float_left {
	float: none;
  padding: 8px 0 20px 0;
}
}






} /* end screen */






/* ****** print ******************************************************* */
@media print {
#left,
#logo,
#header img {
	display: none;
}
#print_head {
	display: block;
	border-bottom: 1px solid #bbb;
	font: 12px/18px Lato, verdana, sans-serif;
}
#main {
	width: 75%;
}
#main,
p {
	font: 12px/18px Lato, verdana, sans-serif;
}
h1 {
	font: 18px/18px Lato, verdana, sans-serif;
	margin-bottom: 20px;
}
h2 {
	font: 14px/18px Lato, verdana, sans-serif;
}
h3 {
	font: 12px/18px Lato, verdana, sans-serif;
}
h4 {
	font: 12px/18px Lato, verdana, sans-serif;
}
} /* end print */
