@charset "utf-8";
/* CSS Document */

/** Typografie **/
@font-face {font-family: 'roboto regular'; src: url('fnts/roboto-regular.ttf') format('truetype');}
@font-face {font-family: 'roboto light'; src: url('fnts/roboto-light.ttf') format('truetype');}
@font-face {font-family: 'stampa'; src: url('fnts/stampa-regular-webfont.woff2') format('woff2');}


html {
	padding:0px;
	margin:0px;
	scroll-behavior: smooth;
	font-weight: normal;
	font-family: 'roboto regular', sans-serif;
}

body {
	background: #cfdfbd;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-blend-mode: multiply;
	background-image: url(img/hintergrund.gif);
	background-repeat:repeat;
}


/** Typografie **/
h1 {
	font-family: 'stampa', sans-serif;
	color: #556147;
	margin-top: 0px;
	padding-top: 60px;
	display: block;
	position: relative;
	text-align: center;
	font-size: 2.5rem;
	font-weight: normal;
	z-index: 1;
}

h1::after {
	content: url('img/karree.svg');
	position: absolute;
	z-index: -1;
	width: 220px;
	display: inline-flex;
	height: 220px;
	left: calc(50% - 100px);
	margin-top: -105px;
}

h1::after {
	background-image: url(img/karree.svg);
    position: absolute;
    z-index: -1;
    width: 220px;
    display: inline-flex;
    height: 220px;
    left: calc(50% - 100px);
    background-repeat: no-repeat;
    margin-top: -105px;
    background-size: contain;
    content: '';
}

.head-underline {
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #556147;
}

#header h1 a:hover, #header h1 a:active, #header h1 a:focus {
	text-decoration: underline;
}

#navigation-top a {
	font-family: 'stampa', sans-serif;
}

#navigation-top a:hover, #navigation-top a:active, #navigation-top a:focus, #footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: underline;
}

#footer a {
	color: #fff;
}

h2, h1 a, h3, h4, h5, h6 {
	color: #556147;
}

h2 {
	font-family: 'stampa', sans-serif;
	font-weight: normal;
	margin-top: 0px;
	font-size: 1.3rem;
}

h4, .stampa-texttab {
	font-family: 'stampa', sans-serif;
	font-weight: normal;
	margin-top: 0px;
	font-size: 1rem;
}

a.pfeil-nach-oben p {
	font-family: 'stampa', sans-serif;
	font-weight: normal;
	margin-top: 0px;
	font-size: 3rem;
	display: block;
	color: #fff;
	float: right;
	padding-right: 70px;
	top: 9px;
	position: relative;
	opacity: 0.7;
}

.stampa-texttab {
	width: 70px;
	display: block;
	float: left;
}

p {
	font-family: 'roboto light', sans-serif;
	font-size: 1.1rem;
	line-height: 1.7rem;
	color: #49553b;
}

p.text-bu {
	padding-left: 70px;
	font-size: 0.9rem;
	line-height: 1.2rem;
	margin-top: 5px;
	margin-bottom: 40px;
}

.textbereich p.text-bu {
	padding-left: 0px;
}

ul, li {
	padding: 0px;
	margin: 0px;
}

.text-uc {
	text-transform: uppercase;
}

/** Liste mit Spiegelstrichen **/
ul.liste-spiegel { 
	list-style-type:none;
}

ul.liste-spiegel li:before { 
	content: '\2013' " "; 
}

ul.liste-spiegel {
	font-size: 1.1rem;
	line-height: 1.7rem;
	font-family: 'roboto light', sans-serif;
	color: #49553b;
}



#footer ul li {
	list-style-type: none;
	display: block;
}

#header {
	width: 100%;
	height: 220px;
	margin: auto;
	max-width: 910px;
	background: #fff;
	position: relative;
}

#navigation-top {
	position: absolute;
	top: 25px;
	right: 70px;
	z-index: 5;
}

#content {
	width: 100%;
	margin: auto;
	min-height: 500px;
	max-width: 910px;
	background: #fff;
	padding-bottom: 50px;
}

.titelbild, .bild-100 {
	width: 100%;
	background-color: #fff;
}

.titelbild img, .bild-100 img {
	max-width: 100%;
	height: auto;
}

.textbereich, .mehr-infos-bereich {
	padding: 0px 70px 30px 70px;
	background: #fff;
	float: left;
	width: calc(100% - 140px);
}

.bild-100 + .textbereich {
	padding-top: 40px;
}

.portraitbild-start {
	width: 150px;
	height: auto;
	margin-right: 35px;
	margin-top: 5px;
}

.logo-lit {
	position: relative;
	right: -22px;
	top: -20px;
}

.text-rechte-seite {
	float: right;
	width: calc(100% - 185px);
	margin-bottom: 30px;
}

.kontaktblock {
	float: left;
	width: calc(100% - 385px);
	padding-top: 35px;
}

.kontaktblock p {
	margin-bottom: 0px;
	margin-top: 4px;
}

.bildrechts {
	float: right;
	height: auto;
	width: 380px;
	margin-bottom: 50px;
}

.content-trenner {
	height: 45px;
	width: 100%;
	background-color: #556147;
	clear: both;
	margin-bottom: 60px;
	top: 20px;
	position: relative;
}

a.pfeil-nach-oben {
	color: #fff;
}

#footer {
	clear: both;
	margin: 0px auto 0px auto;
	background: #556147;
	width: calc(100% - 140px);
	max-width: calc(910px - 140px);
	padding: 70px 70px 0px 70px;
	min-height: 145px;
	overflow: hidden;
	position: relative;
}

#footer nav, #footer a {
	position: relative;
	z-index: 4;
}

#footer:after {
	content: url('img/karree.svg');
	position: absolute; 
	left: 90px;
	top: -10px;
	width: 220px;
	height: 220px;
	display: inline-flex;
	opacity: 0.3;
}

#footer nav ul li {
	margin-bottom: 5px;
}

.f-linke-spalte {
	float: left;
	width: 60%;
}

.f-rechte-spalte {
	float: right;
	width: 40%;
	text-align: right;
}

.f-rechte-spalte img {
	float: right;
	position: relative;
	top: -1px;
	margin-left: 7px;
	width: 22px;
	height: 22px;
}

#content .mehr-infos-bereich img {
	float: none;
	position: relative;
	top: 5px;
	margin-left: 5px;
	width: 22px;
	height: 22px;
}

#content img {
	max-width: 100%;
}

#content .img-l img, #content .img-r img {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

#content .img-l, #content .img-r {
	width: calc(50% - 17.5px);
	margin: 0px;
	padding: 0px;
	float: left;
}

#content .img-l {
	margin-right: 17.5px;
}

#content .img-r {
	margin-left: 17.5px;
}

@media all and (max-width:845px) {
.kontaktblock {
	float: left;
	width: 60%;
	padding-top: 0;
}
.bildrechts {
	width: 40%;
}
}

@media all and (max-width:845px) {
.kontaktblock {
	float: none;
	width: 100%;
	padding-top: 0;
	margin-bottom: 40px;
}
.bildrechts {
	float: none;
	width: 100%;
}
}

@media all and (max-width:700px) {
.portraitbild-start {
	width: 100%;
	height: auto;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 40px;
}
.text-rechte-seite {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
}

@media all and (max-width:500px) {
#navigation-top {
	right: 5%;
}

h1 {
	padding-top: 80px;
	font-size: 1.75rem;
}

p.text-bu {
	padding-left: 5%;
	padding-right: 5%;
}

.textbereich, .mehr-infos-bereich {
	padding: 0px 5% 0px 5%;
	width: 90%;
}

.mehr-infos-bereich {
  padding-bottom: 5%;
}

#content .img-l, #content .img-r {
	width: 100%;
	float: none;
}

#content .img-l,  {
	margin-right: 0;
}

#content .img-r {
	margin-left: 0;
}

.logo-lit {
	right: 0;
	top: -12px;
}

a.pfeil-nach-oben p {
	padding-right: 5%;
}

#footer {
	margin: 0;
	width: 90%;
	max-width: none;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 70px;
}
.f-linke-spalte, .f-rechte-spalte {
  width: 50%;
}
}