/*
-----------------------------------------------
		www.ok-landschaft.de
	 by www.kuchenbeiser.de
	  & www.lichtsignale.de
----------------------------------------------- */


/*		R E S E T
----------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
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-size: 100%;
	    vertical-align: baseline;
	    background: transparent;
	    -webkit-text-size-adjust: 100%;
	    font-variant-ligatures: none;
}

html {
		height: 100%;
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
	    display: block;
}

blockquote, q {
	    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	    content: "";
	    content: none;
}

a {
	    margin: 0;
	    padding: 0;
	    font-size: 100%;
	    vertical-align: baseline;
	    background: transparent;
}

table {
	    border-collapse: collapse;
	    border-spacing: 0;
}

input, select {
	    vertical-align: middle;
}

nav ul {
		list-style: none;
}

h1 {
		font-weight: normal;
		text-transform: uppercase;
}

h2 {
		font-weight: normal;
}


/*		B A S I C S
----------------------------------------------- */

body {
		color: #191919;
		background: #fff;
		font-family: "F Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-stretch: normal;
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 0.04em;
		text-align: left;
		overflow: hidden;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
}

a:link, a:visited {
		color: #191919;
		text-decoration: none;
}

a:hover, a:active {
		color: #00c107;
}

#nodisplay {
		display: none;
}

#greetings {
		width: 100%;
		height: 100%;
		background: #fff;
		position: fixed;
		left: 0;
		top: 0;
		text-align: center;
		z-index: 20;
}

#greetings em {
		display: inline-block;
		vertical-align: middle;
		width: 0;
		height: 100%;
}

#greetings img {
		width: 80%;
		height: auto;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 20px;
}


/*		S T A R T
----------------------------------------------- */

#oklink {
		position: relative;
		z-index: 10;
}

#start-left {
		position: absolute;
		left: 40px;
		top: 40px;
		width: 70%;
		width: calc(85% - 126px);
		height: 100%;
		height: calc(100% - 120px);
}

#start-inner-left {
		width: auto;
		height: 100%;
		position: relative;
		font-size: 30px;
}

#start-left img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
		margin-bottom: 20px;
}

#start-inner-left #prevlink {
		width: 50%;
		height: 100%;
		display: block;
		z-index: 5;
		position: absolute;
		left: 0;
		top: 0;
		cursor: w-resize;
		cursor: url("prev.ico"), auto !important;
}

#start-inner-left #nextlink {
		width: 50%;
		height: 100%;
		display: block;
		z-index: 5;
		position: absolute;
		left: 50%;
		top: 0;
		cursor: e-resize;
		cursor: url("next.ico"), auto !important;
}

#start-right {
		position: absolute;
		left: 85%;
		left: calc(85% - 44px);
		top: 40px;
		width: 35%;
		width: calc(35% - 40px);
		height: 100%;
		height: calc(100% - 80px);
		overflow: hidden;
}

#start-inner-right {
		width: auto;
		min-height: 100%;
		position: relative;
		border-left: 4px solid #191919;
}

#start-inner-right div {
		padding: 0 40px 14px 40px;
		margin-bottom: 40px;
		border-bottom: 4px solid #191919;
}

#start-inner-right div.last {
		margin-bottom: 0;
		border-bottom: none;
		padding-bottom: 0;
}

#start-right img {
		width: 100%;
		height: auto;
}

#start-right img.hochformat {
		width: 70%;
		height: auto;
}

#start-right a:link img, #start-right a:visited img {
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
}

#start-right a:hover img, #start-right a:active img {
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-o-filter: grayscale(0%);
		filter: grayscale(0%);
}


/*		B I L D
----------------------------------------------- */

#bild-left {
		position: absolute;
		left: -60%;
		top: 40px;
		width: 75%;
		height: 100%;
		height: calc(100% - 80px);
		overflow: hidden;
}

#bild-inner-left {
		width: auto;
		height: 100%;
		position: relative;
}

#bild-left img {
		position: absolute;
		right: 0;
		max-width: 100%;
		max-height: 100%;
		max-height: calc(100% - 80px);
		width: auto;
		height: auto;
}

#bild-left a:link img, #text-left a:visited img {
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
}

#bild-left a:hover img, #text-left a:active img {
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-o-filter: grayscale(0%);
		filter: grayscale(0%);
}

#bild-center {
		position: absolute;
		left: 15%;
		left: calc(15% + 40px);
		top: 40px;
		width: 70%;
		width: calc(70% - 80px);
		height: 100%;
		height: calc(100% - 80px);
		overflow: scroll;
}

#bild-inner-center {
		width: auto;
		min-height: 100%;
		position: relative;
		border-left: 4px solid #191919;
		border-right: 4px solid #191919;
}

#bild-inner-center div {
		padding: 0 40px 40px 40px;
		margin-bottom: 40px;
		border-bottom: 4px solid #191919;
		font-size: 30px;
}

#bild-inner-center div.last {
		margin-bottom: 0;
		border-bottom: none;
		padding-bottom: 14px;
}

#bild-center img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
}

#bild-center img.hochformat {
		width: 70%;
		height: auto;
}

#bild-right {
		position: absolute;
		left: 85%;
		top: 40px;
		width: 50%;
		height: 100%;
		height: calc(100% - 80px);
		overflow: hidden;
}

#bild-inner-right {
		width: auto;
		min-height: 100%;
		position: relative;
}

#bild-right h2 {
		margin-bottom: 20px;
}

#bild-right p {
		width: 70%;
}



/*		T E X T
----------------------------------------------- */

#text-left {
		position: absolute;
		left: -60%;
		top: 40px;
		width: 75%;
		height: 100%;
		height: calc(100% - 80px);
		overflow: hidden;
}

#text-inner-left {
		width: auto;
		height: 100%;
		position: relative;
}

#text-left img {
		position: absolute;
		right: 0;
		max-width: 100%;
		max-height: 100%;
		max-height: calc(100% - 80px);
		width: auto;
		height: auto;
}

#text-left a:link img, #text-left a:visited img {
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
}

#text-left a:hover img, #text-left a:active img {
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-o-filter: grayscale(0%);
		filter: grayscale(0%);
}

#text-center {
		position: absolute;
		left: 15%;
		left: calc(15% + 40px);
		top: 40px;
		width: 35%;
		width: calc(35% - 40px);
		height: 100%;
		height: calc(100% - 80px);
		overflow: scroll;
}

#text-inner-center {
		width: auto;
		min-height: 100%;
		position: relative;
		border-left: 4px solid #191919;
		border-right: 4px solid #191919;
}

#text-inner-center div {
		padding: 0 40px 14px 40px;
		margin-bottom: 40px;
		border-bottom: 4px solid #191919;
}

#text-inner-center div.last {
		margin-bottom: 0;
		border-bottom: none;
		padding-bottom: 0;
}

#text-center img {
		width: 100%;
		height: auto;
}

#text-center img.hochformat {
		width: 70%;
		height: auto;
}

#text-right {
		position: absolute;
		right: 0;
		top: 40px;
		width: 50%;
		height: 100%;
		height: calc(100% - 80px);
		overflow: scroll;
}

#text-inner-right {
		width: auto;
		padding-left: 40px;
		margin-right: 40px;
		min-height: 100%;
		position: relative;
}

#text-right h1 {
		float: right;
}

#text-right h2 {
		margin-bottom: 20px;
}

#text-right p {
		width: 70%;
}


/*		A B O U T
----------------------------------------------- */

#about-left {
		position: absolute;
		left: 0;
		top: 40px;
		width: 50%;
		height: 100%;
		height: calc(100% - 80px);
		overflow: scroll;
}

#about-inner-left {
		width: auto;
		min-height: 100%;
		margin: 0 0 0 40px;
		border-right: 4px solid #191919;
}

#about-left h1 {
		width: 30%;
		float: left;
}

#about-left p {
		width: auto;
		margin-left: 30%;
		margin-right: 40px;
}

#projlist {
		margin-top: 18px;
		padding-top: 18px;
		border-top: 4px solid #191919;
}


#about-left table {
		width: 100%;
		font-variant-numeric: tabular-nums;
		-moz-font-feature-settings: "tnum";
		-webkit-font-feature-settings: "tnum";
		font-feature-settings: "tnum";
}

#about-left tr:hover {
		cursor: pointer;
		color: #00c107;
}

.tn {
		width: 15%;
}

.ty {
		width: 15%;
}

.tt {
		width: auto;
		padding-right: 40px;		
}

#about-right {
		position: absolute;
		right: 0;
		top: 40px;
		width: 50%;
		height: 100%;
		height: calc(100% - 80px);
		overflow: scroll;
}

#about-inner-right {
		width: auto;
		min-height: 100%;
		margin: 0 0 0 40px;
}

#about-right a {
		display: block;
		float: left;
		margin: 0 40px 40px 0;
		width: 120px;
		height: 120px;
}

#about-right em {
		width: 0;
		height: 120px;
		display: inline-block;
		vertical-align: bottom;
}

#about-right strong {
		padding-top: 4px;
}

#about-right img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
		display: inline-block;
		vertical-align: bottom;
}

#about-right a:link img, #about-right a:visited img {
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
}

#about-right a:hover img, #about-right a:active img {
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-o-filter: grayscale(0%);
		filter: grayscale(0%);
}

#about-right a:link strong, #about-right a:visited strong {
		font-weight: normal;
		display: none;
}

#about-right a:hover strong, #about-right a:active strong {
		display: block;
}


/*		A D A P T I V E
----------------------------------------------- */


@media screen and (min-width: 1700px) {

body {
		font-size: 19px;
		line-height: 25px;
}

#start-left {
		position: absolute;
		left: 50px;
		top: 50px;
		width: 75%;
		height: 100%;
		height: calc(100% - 150px);
}

#start-inner-left {
		font-size: 35px;
}

#start-left img {
		margin-bottom: 25px;
}

#start-right {
		left: calc(85% - 54px);
		top: 50px;
		width: calc(35% - 50px);
		height: calc(100% - 100px);
}

#start-inner-right div {
		padding: 0 50px 19px 50px;
		margin-bottom: 50px;
}

#bild-left {
		top: 50px;
		height: calc(100% - 100px);
		padding-right: 50px;
}

#bild-center {
		left: calc(15% + 50px);
		top: 50px;
		width: calc(70% - 100px);
		height: calc(100% - 100px);
}

#bild-inner-center div {
		padding: 0 50px 50px 50px;
		margin-bottom: 50px;
		font-size: 35px;
}

#bild-inner-center div.last {
		padding-bottom: 19px;
}

#bild-center img {
		margin-bottom: 25px;
}

#bild-right {
		top: 50px;
		height: calc(100% - 100px);
}

#bild-right h2 {
		margin-bottom: 25px;
}

#text-left {
		top: 50px;
		height: calc(100% - 100px);
		padding-right: 50px;
}

#text-center {
		left: calc(15% + 50px);
		top: 50px;
		width: calc(35% - 50px);
		height: calc(100% - 100px);
}

#text-inner-center div {
		padding: 0 50px 19px 50px;
		margin-bottom: 50px;
}

#text-right {
		top: 50px;
		height: calc(100% - 100px);
}

#text-inner-right {
		padding-left: 50px;
		margin-right: 50px;
}

#text-right h2 {
		margin-bottom: 25px;
}

#about-left {
		top: 50px;
		height: calc(100% - 100px);
}

#about-inner-left {
		margin: 0 0 0 50px;
}

#about-left p {
		margin-right: 50px;
}

#projlist {
		margin-top: 23px;
		padding-top: 23px;
}

.tt {
		padding-right: 50px;		
}

#about-right {
		top: 50px;
		height: calc(100% - 100px);
}

#about-inner-right {
		margin: 0 0 0 50px;
}

#about-right a {
		margin: 0 50px 50px 0;
		width: 150px;
		height: 150px;
}

#about-right em {
		height: 150px;
}

}


@media screen and (max-width: 1200px) {

#text-right h1 {
		float: none;
		margin-bottom: 40px;
}

#text-right p {
		width: 100%;
}

#bild-right p {
		width: 100%;
}

#about-left h1 {
		width: auto;
		float: none;
		margin-bottom: 40px;
}

#about-left p {
		width: auto;
		margin-left: 0;
		margin-right: 40px;
}

#about-right strong {
		padding-top: 2px;
}

}


@media screen and (max-width: 900px) {

#start-left {
		left: 20px;
		top: 20px;
		width: calc(85% - 63px);
		height: calc(100% - 80px);
}

#start-right {
		left: 95%;
		left: calc(95% - 23px);
		top: 20px;
		width: calc(35% - 20px);
		height: calc(100% - 40px);
}

#start-inner-right {
		border-left: 3px solid #191919;
}

#start-inner-right div {
		padding: 0 20px 13px 20px;
		margin-bottom: 20px;
		border-bottom: 3px solid #191919;
}

#bild-left {
		left: -70%;
		top: 20px;
		width: 75%;
		height: calc(100% - 0px);
}

#bild-center {
		left: 5%;
		left: calc(5% + 20px);
		top: 20px;
		width: 90%;
		width: calc(90% - 40px);
		height: calc(100% - 40px);
}

#bild-inner-center {
		border-left: 3px solid #191919;
		border-right: 3px solid #191919;
}

#bild-inner-center div {
		padding: 0 20px 20px 20px;
		margin-bottom: 20px;
		border-bottom: 3px solid #191919;
}

#bild-right {
		left: 95%;
		top: 20px;
		width: 50%;
		height: 100%;
		height: calc(100% - 40px);
		overflow: hidden;
}

#text-left {
		left: -70%;
		top: 20px;
		width: 75%;
		height: calc(100% - 0px);
}

#text-center {
		left: 5%;
		left: calc(5% + 20px);
		top: 20px;
		width: calc(35% - 20px);
		height: calc(100% - 40px);
}

#text-inner-center {
		border-left: 3px solid #191919;
		border-right: 3px solid #191919;
}

#text-inner-center div {
		padding: 0 20px 14px 20px;
		margin-bottom: 20px;
		border-bottom: 3px solid #191919;
}

#text-right {
		top: 20px;
		width: 60%;
		height: calc(100% - 40px);
}

#text-inner-right {
		padding-left: 20px;
		margin-right: 20px;
}

#about-left {
		top: 20px;
		width: 60%;
		height: calc(100% - 40px);
}

#about-inner-left {
		margin: 0 0 0 20px;
		border-right: 3px solid #191919;
}

#about-left p {
		margin-right: 20px;
}

#projlist {
		border-top: 3px solid #191919;
}

.tt {
		padding-right: 20px;
}

#about-right {
		top: 20px;
		width: 40%;
		height: calc(100% - 40px);
}

#about-inner-right {
		margin: 0 0 0 20px;
}

#about-right a {
		margin: 0 20px 20px 0;
		width: 80px;
		height: 80px;
}

#about-right em {
		height: 80px;
}

}


@media screen and (max-width: 700px) {

body {
		overflow: inherit;
}

#start-left {
		width: 100%;
		width: calc(100% - 40px);
		height: auto;
		position: inherit;
		left: inherit;
		top: inherit;
		margin: 20px 20px 20px 20px;
}

#start-left img {
		max-height: 70%;
}

#start-right {
		position: inherit;
		left: inherit;
		top: inherit;
		width: 100%;
		width: calc(100% - 40px);
		height: 200px;
		overflow: hidden;
		margin: 0 20px 20px 20px;
		white-space: nowrap;
}

#start-inner-right {
		border-left: none;
		border-top: 3px solid #191919;
		overflow: hidden;
		width: auto;
}

#start-inner-right div {
		width: 100px;
		height: 100px;
		vertical-align: bottom;
		display: inline-block;
		padding: 20px 20px 16px 15px;
		margin-bottom: 0;
		border-right: 3px solid #191919;
		border-bottom: none;
}

#start-inner-right em {
		width: 0;
		height: 100px;
		display: inline-block;
		vertical-align: bottom;
}

#start-inner-right div.first {
		padding-left: 0;
}

#start-inner-right div.last {
		padding-bottom: 16px;
}

#bild-left {
		position: inherit;
		left: inherit;
		top: inherit;
		width: 100%;
		width: calc(100% - 40px);
		height: inherit;
		overflow: hidden;
		padding-right: 0;
		margin: 0 20px 20px 20px;
		border-bottom: 3px solid #191919;
		padding-bottom: 16px;
}

#bild-inner-left img {
		position: relative;
		right: inherit;
		width: 100%;
		height: auto;
		margin-top: -60%;
}

#bild-center {
		position: inherit;
		left: inherit;
		top: inherit;
		width: 100%;
		height: auto;
		overflow: inherit;
		margin-top: 20px;
}

#bild-inner-center {
		min-height: inherit;
		border-left: none;
		border-right: none;
}

#bild-inner-center div {
		margin: 0 20px 20px 20px;
		padding: 0 0 20px 0;
		margin-bottom: 20px;
		border-bottom: 3px solid #191919;
		font-size: 30px;
}

#bild-right {
		position: inherit;
		left: inherit;
		top: inherit;
		width: 100%;
		width: calc(100% - 40px);
		height: 200px;
		overflow: hidden;
		margin: 6px 20px 20px 20px;
		padding: 20px 0;
		border-top: 3px solid #191919;
}

#text-left {
		position: inherit;
		left: inherit;
		top: inherit;
		width: 100%;
		width: calc(100% - 40px);
		height: inherit;
		overflow: hidden;
		padding-right: 0;
		margin: 0 20px 20px 20px;
		border-bottom: 3px solid #191919;
		padding-bottom: 16px;
}

#text-inner-left img {
		position: relative;
		right: inherit;
		width: 100%;
		height: auto;
		margin-top: -60%;
}

#text-right {
		position: inherit;
		right: inherit;
		top: inherit;
		width: 100%;
		width: calc(100% - 20px);
		height: inherit;
		overflow: inherit;
}

#text-inner-right {
		width: auto;
		padding-left: 20px;
		margin-right: 0;
		margin-top: 20px;
		min-height: inherit;
		position: inherit;
}

#text-center {
		position: inherit;
		left: inherit;
		top: inherit;
		width: 100%;
		width: calc(100% - 40px);
		height: 200px;
		overflow: hidden;
		margin: 20px 20px 20px 20px;
		white-space: nowrap;
}

#text-inner-center {
		border-left: none;
		border-top: 3px solid #191919;
		overflow: hidden;
		width: 100%;
}

#text-inner-center div {
		width: 100px;
		height: 100px;
		vertical-align: bottom;
		display: inline-block;
		padding: 20px 20px 16px 15px;
		margin-bottom: 0;
		border-right: 3px solid #191919;
		border-bottom: none;
}

#text-inner-center div em {
		width: 0;
		height: 100px;
		display: inline-block;
		vertical-align: bottom;
}

#text-inner-center div.first {
		padding-left: 0;
}

#text-inner-center div.last {
		padding-bottom: 16px;
		border-right: none !important;
}

#about-left {
		position: inherit;
		left: inherit;
		top: inherit;
		width: 100%;
		height: inherit;
		overflow: inherit;
}

#about-inner-left {
		width: auto;
		min-height: inherit;
		margin: 20px 20px 20px 20px;
		padding-bottom: 20px;
		border-bottom: 3px solid #191919;
		border-right: none;
}

.tn {
		padding-right: 20px;
}

.ty {
		padding-right: 20px;
}

.tt {
		padding-right: 0;		
}

#about-right {
		position: inherit;
		right: inherit;
		top: inherit;
		width: 100%;
		height: inherit;
		overflow: inherit;
}

#about-right:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#about-right a {
		margin: 0 20px 40px 0;
}

#about-right a:link strong, #about-right a:visited strong {
		display: inline-block;
}

}