@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   https://www.alistapart.com/articles/fluid-images/ 
*/
html {
	font-size: 13px;
	-webkit-text-size-adjust: 13px;
	-ms-text-size-adjust: 13px;
}
img, object, embed, video {
	max-width: 100%;
	display: block;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		12;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	https://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	https://goldengridsystem.com/
*/

/* Fluid Styles */
.fluid {
	width: 100%;
	float: left;
	display: block;
	text-align: left;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.home {
	background-image: url(../images/home-bg.jpg);
	min-height: 600px;
	max-width: 1040px;
	background-position: center 90px;
	background-repeat: no-repeat;
	background-size: contain;
	background-clip: content-box;
	background-color: rgba(209,209,209,1.00);
}
.topbg {
	min-height: 600px;
	max-width: 1040px;
	background-position: 0% 90px;
	background-repeat: no-repeat;
	background-size: contain;
	background-clip: content-box;
	background-color: rgba(235,235,235,1.00);
}
.angebot {
	background-image: url(../images/angebot-bg.jpg);
}
.kultur {
	background-image: url(../images/kultur-bg.jpg);
}
.team {
	background-image: url(../images/team-bg.jpg);
}
.moderation {
	background-image: url(../images/moderation-bg.jpg);
}
.training {
	background-image: url(../images/training-bg.jpg);
}
.konfliktmoderation {
	background-image: url(../images/konfliktmoderation-bg.jpg);
}
.coaching {
	background-image: url(../images/coaching-bg.jpg);
}
.ansatz {
	background-image: url(../images/ansatz-bg.jpg);
}
.netzwerk {
	background-image: url(../images/netzwerk-bg.jpg);
}
.kunden {
	background-image: url(../images/kunden-bg.jpg);
}
.arnekramer {
	background-image: url(../images/arnekramer-bg.jpg);
}
.impressum {
	background-image: url(../images/impressum-bg.jpg);
}
.kontakt {
	background-image: url(../images/kontakt-bg.jpg);
}



/* Header & HERO styles*/
.heroHeader {
width: 100%;
height: 90px;
}
.logo {
	width: 240px;
}

/* Main heading styles*/

.mainHeading {
}
.mainTagline {
}

/* Text & Content areas styles */

#sectionOne {
	width: 100%;
	margin-left: 0;
	margin-top: 60%;
	text-align: left;
}
#sectionTwo {
	width: 100%;
	margin-left: 0px;
	display: block;
	margin-top: 0px;
	padding-top: 80px;
}
.secondarySection {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.secondaryHeading {
	width: 100%;
	margin-left: 0;
}

/*.contentArea{
    width: 80%;
    margin-left: 10%;
    margin-top: 0;
    margin-bottom: 5%;
}*/

.tiles {
	width: 90%;
	clear: both;
	display: block;
	padding-bottom: 10px;
	margin-left: 5%;
}
.tiles:hover {
	cursor: pointer;
}
/* Footer styles*/
.footer {
margin-left: 0;
clear: both;
}
.footerSection {
	width: 100%;
	margin-left: 0;
	clear: both;
	text-align: center;
}
.footerTitle {
	text-align: center;
	width: 100%;
	margin-left: 0;
    margin-top:10px;
}

.gallery {
}
.showAreaH2 {
}
#section1 {
width: 100%;
margin-left: 0;
clear: both;
display: none;
}
.navfix {
	display: block;
	position: fixed;
}
.mainnav {
	width: 49.1525%;
	margin-left: 42.3728%;
	clear: both;
	padding-left: 2%;
	float: right;
}

.topnav {
	width: 55%;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	text-align: right;
	font-size: 0.9rem;
	clear: none;
	float: right;
	display: block;
	text-decoration: none;
	margin-top: 5px;
}
#sectionTwo img {
	margin-left: 5%;
	max-width: 90%;
}
.textContainer {
	margin-top: 0px;
	display: block;
}
.navContainer {
}

.paraContent {
}
.fluid.textContainer .fluid.tiles img {
	border: 1px solid rgba(255,255,255,1.00);
	-webkit-box-shadow: 4px 4px 4px rgba(150,150,150,1.00);
	box-shadow: 4px 4px 4px rgba(150,150,150,1.00);
}
.fluid.tiles iframe {
	width: 100%;
	height: 100%;
}
.fluid.tiles img {
	margin-bottom: 10px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

ul, ol {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.paraContent li {
	list-style-type: disc;
	list-style-image: url(../images/ark-disc.png);
	padding-bottom: 5px;
}
.paraContent ul li {
	list-style-type: circle;
	list-style-image: none;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
html {
	font-size: 15px;
	-webkit-text-size-adjust: 15px;
	-ms-text-size-adjust: 16px;
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
}
.home {
	background-image: url(../images/home-bg.jpg);
	min-height: 900px;
	max-width: 1040px;
	background-position: center 90px;
	background-repeat: no-repeat;
	background-size: contain;
	background-clip: content-box;
	background-color: rgba(209,209,209,1.00);
}
/* Header & HERO styles*/
.heroHeader {
width: 100%;
}
.logo {
	width: 49.1525%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Navigation styles*/

.topNavUl {
	position: static;
	width: 100%;
	margin-left: 0;
}
.topNavLI {
	clear: none;
	width: 31.0344%;
	height: auto;
	position: static;
	margin-left: 3.4482%;
}

/* Main heading styles*/
.mainHeading {
}
.mainTagline {
}

/* Text & content area styles*/

#sectionOne {
	width: 90%;
	margin-left: 3%;
	display: block;
	margin-top: 30%;
	text-align: left;
}
.tiles {
	clear: none;
	width: 49.1525%;
	margin-left: 5%;
	display: block;
	padding-bottom: 10px;
}
.secondarySection {
	clear: none;
	width: 49.1525%;
	margin-left: 1.6949%;
	display: block;
}
.secondaryHeading {
	width: 100%;
	margin-left: 0;
}
/* Footer styles*/
.footer {
clear: both;
margin-left: 0;
}
.footerSection {
	clear: none;
	width: 100%;
	margin-left: 1.6949%;
	display: block;
	text-align: center;
}
.footerTitle {
     margin-top: 20%;
}
.gallery {
}
.showAreaH2 {
}
#section1 {
clear: none;
width: 40.6779%;
margin-left: 8.4745%;
display: block;
}
.navfix {
}
.mainnav {
	width: 100%;
	height: 220px;
	margin-top: 5px;
	display: block;
	padding-left: 2%;
	padding-right: 2%;
	margin-left: 8.4745%;
}
.topnav {
	width: 30%;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	text-align: right;
	font-size: 0.9rem;
	clear: none;
	float: right;
	margin-top: 50px;
	display: block;
}
/* Text & Content areas styles */
.textContainer {
	margin-top: 0px;
	display: block;
}
#sectionTwo {
	width: 100%;
	margin-left: 0px;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
}
#sectionTwo img {
	margin-left: 5%;
	max-width: 90%;
}
.topbg {
	min-height: 600px;
	max-width: 1040px;
	background-position: 0% 90px;
	background-repeat: no-repeat;
	background-size: contain;
	background-clip: content-box;
	background-color: rgba(235,235,235,1.00);
}
.paraContent {
}
.bu {
	line-height: 1.4;
	text-align: left;
	font-style: italic;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
ul, ol {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.navhome {
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
html {
	font-size: 17px;
	-webkit-text-size-adjust: 17px;
	-ms-text-size-adjust: 17px;
}
.gridContainer {
	width: 88.5%;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	max-width: 1040px;
}
.home {
	background-image: url(../images/home-bg.jpg);
	min-height: 860px;
	max-width: 1040px;
	background-position: center 90px;
	background-repeat: no-repeat;
	background-size: contain;
	background-clip: content-box;
	background-color: rgba(209,209,209,1.00);
}
/* Header & HERO styles*/
.heroHeader {
width: 100%;
}
.logo {
	width: 49.1525%;
	margin-left: 0;
}
/* Navigation styles*/

.topNavUl {
	width: 48.2758%;
	margin-left: 0;
	position: static;
}
.topNavLI {
	width: 28.5714%;
	margin-left: 7.1428%;
	clear: none;
	height: auto;
	position: static;
}
/* Main heading styles*/

.mainHeading {
}
.mainTagline {
}

/* Text & content area styles*/
.textContainer {
	padding-top: 0px;
	padding-bottom: 20px;
	margin-top: 0px;
}
/*.mySection {
	width: 40.6779%;
	margin-left: 10.1694%;
	clear: none;
}*/
#sectionOne {
	width: 49.1525%;
	margin-left: 50.8474%;
	display: block;
	margin-top: 0px;
}
#sectionTwo {
	width: 63%;
	margin-left: 0px;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
}
#sectionThree {
	width: 49.1525%;
	margin-left: 0px;
	display: block;
	margin-top: 0px;
}
.secondarySection {
	width: 49.1525%;
	clear: none;
	margin-left: 1.6949%;
	display: block;
}
.secondaryHeading {
	margin-left: 0;
	width: 100%;
}

/* Gallery styles*/
.tiles {
	width: 32.2033%;
	clear: none;
	margin-left: 1%;
	display: block;
}
/* Footer styles*/
.footer {
clear: none;
margin-left: 1.6949%;
}
.footerSection {
	width: 100%;
	clear: none;
	margin-left: 1.6949%;
	display: block;
	text-align: center;
}
.footerTitle {
	margin-left: 0;
	width: 100%;
    margin-top: 5%;
}
.gallery {
}
.showAreaH2 {
}
#section1 {
width: 40.6779%;
margin-left: 1.6949%;
clear: none;
display: block;
}
.navfix {
}
.mainnav {
	margin-top: 5px;
	width: 80%;
	float: right;
	text-align: right;
	margin-left: 1.6949%;
	clear: none;
	height: 320px;
	display: block;
}
.topnav {
	width: 49.143%;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	text-align: right;
	font-size: 0.9rem;
	clear: none;
	float: right;
	margin-top: 50px;
	display: block;
	vertical-align: bottom;
}
#sectionTwo img {
	margin-left: 5%;
	max-width: 90%;
}
.topbg {
	min-height: 760px;
	max-width: 1040px;
	background-position: 0% 90px;
	background-repeat: no-repeat;
	background-size: contain;
	background-clip: content-box;
	background-color: rgba(235,235,235,1.00);
}

.paraContent {
}
.4sp {
	width: 35%;
}
.tiles {
	clear: none;
	width: 32%;
	margin-left: 1.6949%;
	display: block;
	padding-bottom: 10px;
	margin-top: 66px;
}

.bu {
	margin-left: 0%;
	margin-right: 0%;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 0px;
	font-style: italic;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
mainnav li {
	list-style-image: none;
	list-style-type: none;
}
.navhome {
	height: 275px;
}
/*.contentArea{
    width: 80%;
    margin-left: 10%;
    margin-top: 0;
    margin-bottom: 5%;
}*/


/* Text & Content areas styles */


}
.topmargin {
	margin-top: 10px;
	text-align: left;
}
.insert {
}
.4sp {
	width: 35%;
}
.klein {
	width: 60%;
}
.navhome {
}
