@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'nexa_thin';
    src: url('../font/nexathin.woff2') format('woff2'),
         url('../font/nexathin.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'nexa_book';
	src: url('../font/fontfabric_-_nexa-book-webfont.woff2') format('woff2'),
		url('../font/fontfabric_-_nexa-book-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;.top-950
}
@font-face {
	font-family: 'nexa_light';
	src: url('../font/fontfabric_-_nexa-light-webfont.woff2') format('woff2'), url('../font/fontfabric_-_nexa-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'nexa_light';
	overflow-x: hidden;
	font-size: 24px;
}
h1, h2, h3 {
	font-family: 'nexa_thin';
}
h4 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 25px;
    margin-top: 40px;
}
.wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
.mt-1 {
	margin-top: 40px;
}
.top-950 {
    top: 370px;
}
blockquote {
	font-style: italic;
}
#logo, #karikatur {
	margin: 0 auto;
	display: block;
}
#logo {
	margin-top: 70px;
	margin-bottom: 50px;
	width: 53%;
}
nav {
	position: relative;
	z-index: 9;
}
nav ul {
	margin: 70px auto;
	text-align: center;
}
nav ul li {
	list-style: none;
	display: inline;
	text-align: center;
	padding: 0 20px;
}
nav ul li a {
	color: #333;
	font-size: 34px;
	text-decoration: none;
}
nav ul li a:hover,
nav ul li a:focus {
	color: #C72082;
}
.text a {
    color: #77A83D
}
.aufzaehlung a {
	cursor: pointer;
	color: #fff;
}
.aufzaehlung li {
	padding-bottom: 10px;
}
.section .aufzahlung ul li:last-child {
	padding-bottom: 0;
}
.overall {
	overflow: hidden;
}
.section {	
	color: #fff;
}
.section h2 {
	font-size: 40px;
	padding-bottom: 5px;
	margin-bottom: 40px;
	border-bottom: 1px solid #fff;
	width: 100%;
	max-width: 360px;
}
.section h3 {
	margin-bottom: 20px;
}
.section .text {
	width: 630px;
}
.section .flower {
	z-index: 1;
}
.section.textLeft img.left {
	float: left;
	width: 480px;
}
.section.textLeft .text {
	float: right;
	margin-left: 70px;
	margin-top: 110px;	
}
.section1.textLeft .text {
	margin-top: 25px;
	position: relative;
	z-index: 3;
}
.section.textright .text {
	float: left;
}
 /* Green */
#zackeGreen {
	background: url(../img/gruene-zacke.png) top left repeat-x; 
	height: 26px;
	width: 100%;
}
.section1 {
	background-color: #77A83D;
	padding: 180px 0;
	position: relative;
}
.section1 .flower img {
	max-width: 100%;
	position: absolute;
	top: -25%;
	right: -50%;
	opacity: 0.2;
}
.section1 ul {padding-left: 25px;}
.section1 ul li {
	list-style-type: circle;
}
/* Weiss */
.section2 {
	color: #333;
	padding: 130px 0;
}
/* Events und Workshops*/
.section2.tabs {
	padding-top: 0;
}
.section2.tabs h2 {
	max-width: none;
}
.section2.tabs h3 {
	cursor: pointer;
	color: #fff;
	background: #77A83D;
	padding: 10px;
}
.section2.tabs h3:hover, .section2.tabs h3:focus, .section2.tabs h3.open {
	background: #C72082;
}
.section2.tabs .date, .section.tabs .col1 {
	min-width: 180px;
	width: 15%;
	display: inline-block;
}
.section.tabs .col1 {
	font-weight: bold;
	color: #C72082;
}
.section.tabs .col2 {
	width: 84%;
	width: calc(100% - 180px);
	float: right;
}
.section2.tabs .arrow {
	float: right;
}
.section2.tabs .arrow::before {
	content: "\f078";
	display: inline-block;
	font: normal normal normal 13px/1 FontAwesome;
	font-size: inherit;
	margin-right: 15px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	transform: translate(0, 0);
	padding-left: 10px;
	color: #fff;
}
.section2.tabs .pane {
	display: none;
	transition: all 600ms ease-in-out;
	margin-bottom: 40px;
	padding: 10px;
}
.section2.tabs .pane.open {
	display: block;	
}
.section2.tabs .open .arrow::before  {
	content: "\f077";
}
.section2.tabs a {
	text-decoration: none;
	color: #C72082;
}
.section2.tabs a:hover,.section2.tabs a:focus {
	color: #77A83D;
}

.section2 ul li {
    margin-left: 4%;
}

.section2 a:hover {
	color: #C72082;
}

.aufzaehlung a:hover {
    color: #b6e282;
}
/* Lila */
#zackeLila {
	background: url(../img/lila-zacke.png) top left repeat-x; 
	height: 26px;
	width: 100%;
}
.section3 {
	background-color: #C72082;
	padding: 0 0 180px;
	position: relative;
}
.section3 .flower img {
	max-width: 100%;
	position: absolute;
	top: -65%;
	left: -50%;
	opacity: 0.2;
}
.section3 a {
	color: #fff;
	text-decoration: none;
	display: block;	
}
.section3 a:hover,
.section3 a:focus {
	color: rgba(255,255,255,0.5);
}
.section3 a span {
	padding-right: 10px;
}
.section3 a.phone {
	margin-top: 20px;
}
.section3 a.phone span {
	padding-right: 13px;
}
.section3 a.mail {
	margin-bottom: 40px;
}
main p {
	margin-bottom: 15px;
}
/* -----------------------------------------------------------------------------------
Scroll Top
----------------------------------------------------------------------------------- */
.scrollToTop {
    bottom: 30px;
    color: #fff;
    display: none;
    font-size: 30px;
    position: fixed;
    right: 25px;
	padding: 9px 15px 13px 14px;
	border-radius: 30px;
	background: #77A83D;
}

/* -----------------------------------------------------------------------------------
Responsive
----------------------------------------------------------------------------------- */
@media (min-width: 1246px) {
	.right.show-block {
	  opacity: 1;
		left: 40px !important;
	}
}
@media (min-width: 992px) {
	
.fly {
	opacity: 0;
	transition: all 600ms ease-in-out;
	position: relative;
}
.fly.left {
	right: 9em;
}
.fly.right {	
	left: 9em;
}
.left.show-block {
  opacity: 1;
	right: 0 !important;
}
.right.show-block {
  opacity: 1;
	left: 0px !important;
}
}
@media (max-width: 1245px) {
	.section .text {
		width: 70%;
	}
	.section.textLeft img.left, .section.textright img.right {
		width: 30%;
	}
	.section1.textLeft .text, .section2.textright .text {
		margin: 0;
		padding: 0 30px;
	}
	.section2.tabs {
		padding: 0 30px 130px;
	}
	.section3.textLeft .text {
		padding: 0 30px;
	}
}
@media (max-width: 991px) {
	blockquote, small {
		text-align: center;
		display: block;
		width: 100%;
	}
	.section .text {
		width: 100%;
		float: none;
	}
	.section h2 {
		text-align: center;
		max-width: none;
	}
	.section.textLeft img.left, .section.textright img.right {
		width: auto;
		max-width: 100%;
		margin: 0 auto 30px;
		padding: 0 30px;
		float: none;
		display: block;		
	}
	.section1, .section2 {
		padding: 70px 0;
	}
	.section2.tabs h3 {
		font-size: 24px;
	}
}
@media (max-width: 850px) {	
	.section2.tabs .date {
		min-width: none;
		width: 100%;
		display: block;
	}
	.section.tabs .col1 {
		min-width: none;
		width: auto;
		display: block;
	}
	.section.tabs .col2 {
		width: auto;
		float: none;
	}
	.section.tabs .arrow {
		position: relative;
		top: -15px;
	}
}
@media (max-width: 670px) {
	#logo, #karikatur {
		width: auto;
		max-width: 100%;
		padding: 0 30px;
	}
	nav ul li {
		display: block;
		padding: 15px 0;
	}
}
@media (max-width: 430px) {
	body {
		font-size: 20px;
	}
	.section h2 {
		font-size: 32px;
	}
	.section1.textLeft .text, .section2.textright .text,.section3.textLeft .text, .section.textLeft img.left, .section.textright img.right, #logo, #karikatur  {
		padding: 0 15px;
	}

}
@media (max-device-width: 680px) {
	.section {
		overflow: hidden;
	}
	.section1 .flower img, .section3 .flower img {
		top: 25%;
	}
	.scrollToTop {
		display: none;
	}
	#zackeGreen, #zackeLila {
		background-size: contain;
		height: 27px;
		margin-bottom: -2px;
		background-position: 0 -1px;
	}
}
@media (max-width: 640px) {
	.section2.tabs h3 {
		font-size: 20px;
	}
}
@media (max-width: 530px) {
	.section2.tabs h3 {
		font-size: 18px;
	}
}
@media (max-width: 490px) {
	.section2.tabs .arrow {
		display: none;
	}
}