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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* Paul Irish said:; http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}
/********************************************************/
/** end reset.css                                    ****/
/********************************************************/
body, a, li {
    font-family: 'Work Sans', Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:400;
	text-decoration: none;
	color:#32322d;
	line-height:28px;
	letter-spacing: 0;
}
a {
	text-decoration: underline;
	color:#00b6ca;
}
a:hover {
	text-decoration: none;
}



/***************************************************************************************************************************************************
***************************************************************************************************************************************************
************                                        ************************************************************************************************
************   STYLES                               ************************************************************************************************
************                                        ************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************/

h1 {
	color: #4d6e35;
    font-size: 38px;
    font-weight: 300;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
h2 {
	color:#4d6e35;
	font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin:30px 0;
    letter-spacing: 0.04em;
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
}
h3 {
	color: #4d6e35;
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 0.04em;
    line-height: 30px;
}
/***************************************************************************************************************************************************
***************************************************************************************************************************************************
************                                        ************************************************************************************************
************   LAYOUT                               ************************************************************************************************
************                                        ************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
#logo {
	width:250px;
	height: auto;
	margin:28px 0 0 25px;
}
#header {
	height:140px;
	background-color: #fff;
}
.center-wrapper {
	max-width:1200px;
	margin:0 auto;
	position: relative;
}
/* subclaim on
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1200px) {
}

/***************************************************************************************************************************************************
***************************************************************************************************************************************************
************                                        ************************************************************************************************
************   NAVIGATION                           ************************************************************************************************
************                                        ************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
.offcanvas-handler {
	width:42px;
	height: auto;
	position: absolute;
	top:74px;
	right: 25px;
	cursor: pointer;
}
#close-menu {
	display: none;
}
#nav-oncanvas, #nav-offcanvas, #alt-nav {
	display: none;
}
#nav-offcanvas {
	position:absolute;
	top:140px;
	bottom:0;
	left:0;
	right:0;
	background-color: #fff;
}
#nav-offcanvas ul {
	position:absolute;
	top:0;
	bottom:0;
	left:12px;
	right: 12px;
	background-color: #4d6e35;
	padding:36px 22px;
}
#nav-offcanvas li a,
#nav-offcanvas li span {
	color: #fff;
	font-size: 28px;
	line-height: 50px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#nav-offcanvas li a:hover, #nav-offcanvas li span {
	color: #000;
}

/* oncanvas
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 950px) {
.offcanvas-handler {
	display: none;
}
#nav-oncanvas, #alt-nav {
	display: block;
}
#nav-oncanvas ul {
	display: flex;
	position: absolute;
	bottom:0;
	right:15px;
	justify-content: flex-end;
}
#nav-oncanvas li a, #nav-oncanvas li span {
	text-transform: uppercase;
	color:#32322d;
	letter-spacing: 0.04em;
	text-decoration: none;
	font-family: 'Work Sans', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-left: 32px;
}
#nav-oncanvas li span, #nav-oncanvas li a:hover {
	color:#4d6e35;
}
#alt-nav {
	display: flex;
	position: absolute;
	top:35px;
	right:15px;
	justify-content: flex-end;
}
#alt-nav li a {
	text-transform: uppercase;
	color:#4d6e35;
	letter-spacing: 0.02em;
	text-decoration: none;
	font-family: 'Work Sans', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 15px;
	margin-left: 20px;
}
}

/* between step size of menu items
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1000px) {
#nav-oncanvas li a, #nav-oncanvas li span {
	font-size: 19px;
	margin-left: 35px;
}
}

/* from here max size of menu items
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1090px) {
#nav-oncanvas li a, #nav-oncanvas li span {
	margin-left: 48px;
	font-size: 21px;
}
}

/* full
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1200px) {
#nav-oncanvas ul {
	right:15px;
}
}

/* full-full
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1230px) {
#nav-oncanvas ul {
	right:0;
}
#logo {
	margin: 28px 0 0;
}
#alt-nav {
	right:0;
}
}

/* minis
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (max-width: 365px) {
#logo {
	width:140px;
}
#header {
	height:100px;
}
.offcanvas-handler {
    width: 37px;
    top: 42px;
}
#nav-offcanvas {
	top:100px;
}
}

/***************************************************************************************************************************************************
***************************************************************************************************************************************************
************                                        ************************************************************************************************
************   HEDAER IMAGE                         ************************************************************************************************
************                                        ************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
#header-image {
	line-height: 0;
	margin:0;
	padding: 0;
	text-align: center;
	position:relative;
}
.header-image {
	max-width:1800px;
	margin:0 auto;
	position: relative;
}
.header-image img {
	max-width:100%;
	height:auto;
	margin:0 auto;
}
.header-image .green {
	position: absolute;
	top:0;
	left:0;
}
.header-image .claim {
	position:absolute;
	width:100%;
	text-align: center;
	top:40px;
}
.header-image .claim p {
	color:#fff;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size:17px;
	line-height:22px;
	letter-spacing: 0.04em;
	margin-bottom:0;
}
.header-image .claim p.sub {
	display: none;
}
/* subclaim on
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 700px) {
.header-image .claim {
	top:50px;
}
.header-image .claim p {
	font-size:24px;
	line-height:35px;
	margin-bottom:20px;
	font-weight: 700;
}
.header-image .claim p.sub {
	font-size:22px;
	line-height: 28px;
	font-family: 'Work Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-transform: none;
	display: block;
}
}

/* full
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1200px) {
.header-image .claim {
	top:70px;
}
.header-image .claim p {
	font-size:32px;
	line-height:41px;
}
.header-image .claim p.sub {
	font-size:26px;
	line-height: 32px;
}
}

/***************************************************************************************************************************************************
***************************************************************************************************************************************************
************                                        ************************************************************************************************
************   CONTENT                               ************************************************************************************************
************                                        ************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
.mainclaim {
	color:#4d6e35;
	font-size: 22px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0.04em;
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    padding: 30px 30px 40px;
}
.teaser-img {
	width:100%;
	padding:0 15px;
}
.teaser-img img {
	max-width:100%;
}
.is-zurperson .teaser-img, .is-zurperson .mainclaim {
	max-width:520px;
}
.text p, .text li {
	margin:0;
	letter-spacing: 0.03em;
	font-weight: 700;
	margin:0;
	font-size:17px;
	line-height: 23px;
}
.text a {
	color:#4d6e35;
	text-decoration: none;
}
.text a:hover {
	text-decoration: underline;
}
.text li {
	list-style-type: disc;
}
.text {
	padding: 10px 15px 35px;
}
.text .last {
	margin-bottom: 15px;
}
.text ul {
	margin:0 0 0 20px;
	padding-bottom:22px;
}
.text.kontakt p, .text.kontakt a {
	font-size:26px;
	line-height: 35px;
}
ul.links {
    list-style: none;
    padding: 0px;
    margin:0;
}
ul.links li {
	list-style-type: none;
}
ul.links li:before {
    content: '>';
    margin: 0 10px;
    color:#4d6e35;
}

/* two-column
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 830px) {
.content .center-wrapper {
	display: flex;
	justify-content: space-between;
}
.content .teaser {
	width:37.8%;
	flex:0 1 auto;
	padding-bottom: 35px;
}
.content .text {
	width:59.3%;
	flex:0 1 auto;
}
.teaser-img {
	padding:0 0 0 15px;
}
.mainclaim {
	line-height: 36px;
}
.text {
	padding: 5px 15px 35px 0;
}
.content {
	padding-top:20px;
}
.mainclaim {
	font-size: 20px;
    line-height: 33px;
}
.text p, .text li {
	font-size:19px;
	line-height:28px; 
}
.is-zurperson .teaser-img, .is-zurperson .mainclaim {
	max-width:100%;
}
}

/* enlarge gap
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1000px) {
.content .teaser {
	width:36.8%;
}
.content .text {
	width:58.3%;
}
.mainclaim {
	font-size: 22px;
    line-height: 36px;
}
.text p, .text li {
	font-size:20px;
}
}

/* full-full
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1230px) {
.teaser-img {
	padding: 0;
}
.text {
	padding: 5px 0 35px 0;
}
}

/****************************************************************************************************************************************************
*****************************************************************************************************************************************************
******************************************************************************************************************************************************
************                                        *************************************************************************************************
************   FOOTER                               *************************************************************************************************
************                                        *************************************************************************************************
*****************************************************************************************************************************************************
****************************************************************************************************************************************************
***************************************************************************************************************************************************/

#footer {
	background-color: #32322d;
	padding:10px;
}
.footer-div p, .footer-div h4, .footer-div a {
	font-size: 17px;
	color: #fff;
	line-height: 21px;
	font-weight: 300;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}
.footer-div a {
	text-decoration: none;
}
.footer-div a:hover {
	text-decoration: underline;
}
.footer-div h4 {
	font-family: 'Work Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color:#4d6e35;
	line-height: 25px;
	font-size:19px;
	margin-bottom:0;
}
.footer-div .claim {
	font-family: 'Libre Baskerville', serif;
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: 300;
}

/* 3-columns
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 800px) {
#footer .center-wrapper {
	display: flex;
	justify-content: flex-start;
	padding:20px 0 50px;
}
.footer-div {
	flex: 0 1 auto;
	width: 25%;
	margin-right:30px;
}
.footer-div:last-child {
	flex: 1 0 auto;
}
}

/* wider
***************************************************************************************************************************************************
***************************************************************************************************************************************************/
@media print, (min-width: 1000px) {
.footer-div {
	width: 16.6%;
}
}

