@charset "UTF-8";
/* CSS Document */

/*@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900');*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 22, 2018 */


/* ========= T Y P O ========================================================================================== */

@font-face {
    font-family: 'heeboblack';
    src: url('../_typo/heebo-black-webfont.woff2') format('woff2'),
         url('../_typo/heebo-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'heebobold';
    src: url('../_typo/heebo-bold-webfont.woff2') format('woff2'),
         url('../_typo/heebo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'heeboextrabold';
    src: url('../_typo/heebo-extrabold-webfont.woff2') format('woff2'),
         url('../_typo/heebo-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'heebolight';
    src: url('../_typo/heebo-light-webfont.woff2') format('woff2'),
         url('../_typo/heebo-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'heebomedium';
    src: url('../_typo/heebo-medium-webfont.woff2') format('woff2'),
         url('../_typo/heebo-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'heeboregular';
    src: url('../_typo/heebo-regular-webfont.woff2') format('woff2'),
         url('../_typo/heebo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'heebothin';
    src: url('../_typo/heebo-thin-webfont.woff2') format('woff2'),
         url('../_typo/heebo-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* ========= B A S I C ========================================================================================== */

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

body {
	color: #000;
	min-height: 100%;
	font-family: 'Heebo', Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 120%;
	background-image: url(../_i/fond.jpg);
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-size:cover;
	background-position: 50% 0;
	background-color:#CCC;
	margin: 0;
	padding: 0;
}

/* ========= S E I T E ========================================================================================== */

#bg {
	display: block;
	justify-content: center;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color:#FFF;
	width: 1000px;
	min-height: 800px;
	opacity:1;
	transition:opacity 1s ease-out;
}

#stage {
	/* gesamter Rahmen inkl. main */
	display: block;
	font-size:1.05em;
	width:700px;
	height: auto;
	margin: 0 20px 0 20px;
}

nav ul {
	transform:scale(1.025,1);
}

/* ========= B L Ö C K E ========================================================================================== */

#logoheader {
	display: block;
}

#logoersatz {
	display:none;
}

#smartheader {
	display:none;
	text-align:right;
}

header {
	background-image: url(../_i/kopf-willkommen.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 265px;
	margin:0;
	clear:both;
}

header.l {
	background-image: url(../_i/kopf-leistungen.jpg)
}

header.m {
	background-image: url(../_i/kopf-mannschaft.jpg)
}

header.p {
	background-image: url(../_i/kopf-philosophie.jpg)
}

header.j {
	background-image: url(../_i/kopf-projekte.jpg)
}

header.k {
	background-image: url(../_i/kopf-kontakt.jpg)
}

header img {
	width: 35%;
	height: auto;
	margin: 50px 50px 0 60%;
}

/* ========= N A V I ========================================================================================== */

nav {
	display:block;
	font-size:1.07em;
	font-weight:400;
	width: 200px;
	height: auto;
	margin:0;
	padding:0;
}

nav ul {
	font-weight:300;
	margin: 0 0 0 40px;/*die 40 zum Versatz des bg bis links hinter die Punkte*/
	padding: 0;
	line-height: 40px;
}

nav ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	height: 100%;
	text-align: left;
	transition: height .25s ease-out;
}

nav ul li::before {
     position:absolute;
     left: -1.75em;
	 margin-top: 0.1em;
     content: url(../_i/nav-punkt-def.svg) " ";
}

nav ul li:hover::before {
     position:absolute;
     left: -1.75em;
     content: url(../_i/nav-punkt-roll.svg) " ";
}

nav ul ul {
	background-color:#839a26;
	margin: 0 0 0 -15px;
}

nav ul li ul li {
	height: 0;
	padding: 0;
	border-top: 0;
	padding-left: 10px;
}

nav ul li:hover li {
	display: block;
	height: 27px;
	line-height: 27px;
	border-top: 1px solid #FFF;
	transition: height .25s ease-out;
}

nav ul li:hover li:hover {
	background-color:#839a26;
}

nav ul li:hover ul a {
	display: block;
}

nav a {
	display: block;
	color:#839a26;
	margin: 0;
	height: 100%;
}

nav a:visited {
	color:#839a26;
}

nav a:hover {
	color:#000;
}

nav ul ul a {
	display: none;
	padding-left: 10px;
}

nav .binhier {
	display: block;
	color:#839a26;
	cursor: not-allowed;
}

nav .binhier::before {
     position:absolute;
     left: -1.75em;
	 content: url(../_i/nav-punkt-binhier.svg) " ";
}

nav .binhier:hover::before {
	content: url(../_i/nav-punkt-binhier.svg) " ";
}

#navigation {
  position: absolute;
  margin: 0 0 0 760px;
}

#smartmenu {
	display:none;
}

/* -------------------------------------------------------------- */

#stoerer {
	width:200px;
  	margin: 2em 0 0 40px;
}

#stoerer img, #smartstoerer img {
	width:100%;
	height:auto;
}

#smartstoerer {
	display:none;
}

/* ========= C O N T E N T ========================================================================================== */

aside {
	display: block;
	position:fixed;
	/*background-color:#ddd;*/
	width:154px;
}

aside ul {
	list-style:none;
	margin:2.5em 0 0 0.5em;
	padding:0;
	color:#777;
	font-weight:300;
}

aside ul li {
	margin:0.5em 0 0 0;
}

/* ------------------------------------------------------------- */

main {
	float:left;
	/*background-color:#eee;*/
	display: block;
	width:546px;
	height:auto;
	min-height: 360px;
	margin: 30px 0 0 154px;
	padding:0 0 0 0;
}

main img {
	width: 100%;
	height: auto;
	margin: 10px 0 0 4px;
}

/* ------------------------------------------------------------- */
/* ========= M E D I E N  ========================================================================================== */

.portraitbild {
	/*background-color:#C39;*/
	float: left;
	width: 40%;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}

.portraittext {
	/*background-color:#CF0;*/
	float: left;
	width: 50%;
	margin-top: 15px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
}

video {
    margin: 1.2em 0 0 4px;
}

/*.videoBreit {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 62.8%; 573x360 0> 100 : 62.8
	margin-bottom:0;
}

iframe {
	width:100%;
	margin-left: -10px;
}

iframe.video, iframe.videobreitformat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/


/* ------------------------------------------------------------- */

img.vorgalerie {
	margin-bottom:10px;
}

.bildgedreht {
	width:60%;
	height:auto;
	margin:10px auto 30px auto;
	transform: rotate(-4deg);
	border:solid 1px #CCCCCC;
	box-shadow:10px 10px 10px #DDD;
	overflow:hidden;
}

.bildgedreht mitRand {
	padding:5px;
}

video {
	width:99%;
	height:auto;

}

/* ========= GALERIE ========================================================================================== */

.prequad {
	float:left;
	width:132px;
	height:132px;
	margin:0 6px 6px 0;
}

.prequad:nth-of-type(4n) {
	margin:0;
}

.prequad img {
	height: 132px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
}

/* ------------------------------------------------------------- */

/* ========= F O O T E R ========================================================================================== */

#abschluss {
	display: block;
	background-color:#fff;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------- */

footer {
	display: block;
	clear:both;
	background-color:#F6F6F6;
	/*background-color:#C39;*/
    width: 100%;
	height: 200px;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 0.95em;
	font-weight:300;
}

footer ul {
	display: block;
	/*background-color:#eee;*/
	margin: 5px 0 5px 20px;
	padding: 0 0 0 0;
}

footer #blockLi {
	/*display: block;*/
	float: left;
	width: 30%;
	float:left;
	margin: 20px 0 0 2%;
}

footer #blockMi {
	display: block;
	float: left;
	width: 30%;
	float:left;
	margin: 20px 0 0 2%;
}

footer #blockRe {
	/*background-color:#FC3;*/
	width: 30%;
	float:right;
	margin: 0;
	padding:0;
    margin: 10px 0 0 2%;
}

footer ul li {
	/*float: left;*/
	list-style: none;
	margin-bottom:4px;
}

footer #blockLi ul {
	display: block;
}

footer #blockLi ul ul li a {
	color:#360;
}

footer a, footer a:visited {
	color:#000;
	padding: 0 10px 0 10px;
}

footer a:hover {
	background-color:#ccc;
	color:#FFF;
}

/* =========  1   S P A L T E  ========================================================================================== */

.txtbreit {
	clear:both;
	float:none;
	width:100%;
	margin: 15px 0 0 0;
}

/* =========  2   S P A L T E N  ========================================================================================== */

.links {
	/*background-color:#C39;*/
	float: left;
	margin:0.5em 10px 0 0;
	width:22%;
}

.rechts {
	/*background-color:#CF0;*/
	float: left;
	margin:1.3em 2px 0 0;
	width:60%;
	font-size: 0.8em;
}
/*.footBlockReAlles {
    margin:0.5em 10px 0 0;
	width: 80%;
}*/

.links img {
	width:90%;
	height:auto;
}

#blockMi img {
	width:100%;
	height:auto;
}

#blockMi p, #blockRe p {
	font-size: 13px;
	font-weight:400;
	line-height:110%;
    margin: 0;
}

/* ========= A B S A T Z ========================================================================================== */

p, ol li, main ul li {
	font-weight:300;
	line-height: 130%;
	color:#666;
	margin: 0 0 0.5em 4px;/*die 4, um libü mit der Headline zu sein*/
}

ol {
	margin-left:28px;
	padding:0;
	list-style-type:none;
}

ol li {
	margin: 0 0 0.25em 0;
}

ol li:nth-last-child(1) {
	margin-bottom:1em;
}

ol li::before {
	content: url(../_i/nav-punkt-binhier-kl.svg);
	position:absolute;
	margin-left:-25px;
	margin-top: 0.125em;
}

/* ------------------------------------------------------------- */

a, a:visited {
	color:#839a26;
	text-decoration:none;
	text-align:left;

}

.ausz {
	font-weight:500;
	letter-spacing: 0.025em;
}

.ausz.abstandOben {
	margin-top: 15px;
}

/* ------------------------------------------------------------- */

h1 {
	color:#728237;
	font-weight:300;
	font-size:2em;
	margin: 10px 0 20px 2px;
}

h2 {
	color: #839a26;
	font-weight: 500;
	font-size: 1.2em;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 3px;
}

h3 {
	clear: both;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 120%;
	color: #A79539; /*#906;*/
	margin:15px 0 5px 3px;
	padding:0;
}

h4 {
	clear:both;
	margin:0 0 5px 4px;
	padding:10px 0 0 0;
	font-weight:400;
	font-size:1.0em;
	line-height: 120%;
	color: #839a26;
}

h5 {
	clear:both;
	margin:0 0 2px 0;
	padding:10px 0 0 0;
	font-weight:lighter;
	font-size:1.1em;
	line-height: 120%;
	color: #839a26;
}

/* ========= F O R M U L A R E  ============================================================================================ */

input[type=text], textarea {
	background-color:#F0F0F0;
	border:solid 1px #999;
	box-sizing: border-box;
	padding-left:5px;
	width:95%;
}

input, button, select, textarea {
	font-size: 1.2em;
	box-sizing: border-box;
}

select {
	font-size: 1em;
}

button, input[type=submit], input[type=button], div.button {
	display: inline-block;
   	background-color: #4CAF50;
    border: none;
	border-radius:7px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    padding: 8px 20px;
    margin: 4px 2px;
    cursor: pointer;
}

button a, button a:visited {
	color: #FFF;
}

button:hover, input[type=submit]:hover, div.button:hover {
	background-color: #390;
	color: #FFF;
}

p label, p.formulartext {
	margin:0 0 0 3px;
	padding:0;
}

label, .formulartext, .kommentar {
	font-size: 0.8em;
	color:#839a26;
}

label::after {
	content: ":";
}


/* ========= H I L F S M I T T E L ========================================================================================== */

hr {
	border:0;
	border-bottom:1px dotted #666;
    width: 100%;
}

hr.weiter {
	margin: 30px 0 5px 4px;
}

.umbruch {
	clear:both;
}

.umbruchR {
	clear:right;
}

.umbruchSmart {
	display:none;
}

/* ------------------------------------------------------------- */

.abstand05, .abstand10, .abstand20, .abstand40 {
	clear:both;
	width:100%;
}

.abstand05 {
	height:5px;
}

.abstand10 {
	height:10px;
}

.abstand20 {
	height:20px;
}

.abstand40 {
	height:40px;
}


/* ==================================================================================================================================================================================================================================================================== */

/* ----- Seitenanpassung smart ---------------------------------------------------------*/

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

#logoheader {
	display: none;
}

#logoersatz {
	display:block;
}

#bg, header {
	padding:0;
	width: 100%;
}

header {
	background-size: cover;
	width:100%;
	height:auto;
}

header img {
	width: 100%;
	height: auto;
	margin:0;
}

#smartheader {
	display:block;
	width:100%;
	margin:0;
	height:auto;
	text-align:center;
}

#smartheader img {
	width: 50%;
	height: auto;
	margin:17px 0 12px 0;
}

#stage {
	/* gesamter Rahmen inkl. aside + main */
	width:100%;
	margin: 0;
	padding:0;
}

aside {
	position:inherit;
	/*background-color:#F9F9F9;*/
	width:100%;
}

aside ul {
	margin:0 0 2em calc(12% - 30px);
}

main {
	float:none;
	margin: 0;
	padding:0;
	width:100%;
}

main img {
	margin: 10px 0 0 0;
}

p, ol li, p label, p.formulartext {
	width: 80%;
	margin-left:calc(12% - 30px);/*30 +/-, libü mit der Headline zu sein*/
	margin-right:20px;
}

h1 {
	margin-left:calc(12% - 32px);
}

h2, h3, h4, h5 , h6, .portraitbild {
	margin-left: calc(12% - 30px);
}

.portraitbild {
	margin-right: 0;
	width: 32%;
}

video {
    margin: 0.5em 0 0 0;
}

h1, h2, h3, h4, h5 , h6 {
	margin-right:calc(12% - 30px);
}

/* ------------------------------------------------------------- */

nav {
	display:none;
	box-shadow:0 5px 10px #666;
	background-color:#FFF;
}

nav ul {
	margin-top: 10px;
}

#navigation {
  margin: -2px 0 0 50px;
}

#smartmenu {
	display:block;
	position:fixed;
	z-index:50;
	/*background-color: #F96;*/
	height: 50%;
	vertical-align:top;
	margin: 15px 0 5px 15px;
	cursor: pointer;
}

#stoerer {
	display:none;
}

#smartstoerer {
	display:block;
	margin:0;
	width:100%;
}

/* ========= GALERIE ========================================================================================== */

.prequad {
	width:23.5%;
	height:attr(width);
	margin:0 2% 2% 0;
}

/* ------------------------------------------------------------- */

footer {
	/*background-color:#C39;*/
    width:100%;
	height:25em;
	font-size:1.0em;
}

footer ul {
	display: block;
	margin:10px 0 0 0;
}

footer ul li {
	float: none;
	border: none;
	margin-top:0.5em;
}

footer #blockLi {
	/*background-color:#C39;*/
    width: 40%;
    float: left;
}

footer #blockMi {
	width: 40%;
    clear: both;
}

footer #blockRe {
	/*background-color:#FC3;*/
	/*width: 50%;*/
}

.links {
	/*background-color:#C39;*/
	margin:1.5em 1em 0 0;
	width:20%;
}

.rechts {
	/*background-color:#CF0;*/
	margin:5em 2px 0 0;
	width:70%;
}

.links img {
	width:100%;
	height:auto;
}

.rechts p {
	font-size: 13px;
	font-weight:400;
	line-height:110%;
}
    
hr.weiter {
	margin-left: 0;
}

}

@media screen and (max-width:700px) {
	
header {
	min-height:9em;
}

header img {
	width: 70%;
	margin: 12px 0 8px 0;
}

aside ul {
	margin:0 0 1.5em calc(14% + 5px);
}

main {
	width:100%;
}

/* ------------------------------------------------------------- */

p, ol li {
	margin-left:calc(14% + 5px); /*15px;/*die 15, um libü mit der Headline zu sein*/
	margin-right:10px;
	width:80%;
}

h1 {
	margin-left:calc(14% + 3px);
}

h2, h3, h4, h5 , h6, .portraitbild {
	margin-left:calc(14% + 4px);
}

h1, h2, h3, h4, h5 , h6 {
	margin-right:calc(14% + 0px);
}

/* ------------------------------------------------------------- */

footer #blockLi {
	/*background-color:#F39;*/
    width: 45%;
    margin: 0;
    float: left;
}

footer #blockMi {
	/*background-color:#C39;*/
    width: 55%;
    margin: 1.5em 0 0 10px;
    /*clear: both;*/
}

footer #blockRe {
	/*background-color:#FC3;*/
	width: 35%;
    margin: 0;
}

.links {
	/*background-color:#C39;*/
	margin:1.5em 0 0 1%;
	width:30%;
}

.rechts {
	/*background-color:#CF0;*/
	margin:10px 2px 0 0;
	width:90%;
    clear: both;
}

.links img {
	width:90%;
	height:auto;
}

.rechts p {
	font-size: 11px;
	font-weight:400;
	line-height:110%;
}

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

.portraitbild {
 	float: none;
 }

.portraittext {
	float: none;
	padding: 0;
	margin-left: 10px;
	width: 80%;
}

}
