@import url(https://fonts.googleapis.com/css?family=Handlee:100,300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Fredericka+the+Great:300,400,500,700);

:root {
        --main-color: #39b871;
}
* {
	margin: 0;
	padding: 0px;
}

body {
	background: #ffffff;
	margin: 0;
	height: 100%;
	color: #384452;
	font-family: 'Handlee', cursive;
	font-weight: 400;
}

section {
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fredericka the Great', cursive;
	font-weight: 300;
}

h1 {
    font-size: 55px;
	font-weight: 400;
}

h2 {
    font-size: 45px;
	font-weight: 400;
}

h3 {
    font-size: 45px;
	font-weight: 400;
}

h4 { 
    font-size: 30px;
    margin-top: 30px; 
}

ol, ul { 
    padding-left: 20px; 
}

ol li, ul li { 
    line-height: 24px; 
    font-size: 15px; 
}

p {
	padding: 0;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 24px;
	color: #384452;
	margin-top: 10px;
}

.green {
	background: var(--main-color);
}

.green p {
	color: #ffffff;
}

.hl_h1 {
    padding: 0px 25px;
}

.hl_h2 {
    padding: 0px 20px;
}

.hl_hoffset_0 {
    margin-left: 0;
}

.hl_hoffset_100 {
    margin-left: 100px;
}

.hl_hoffset_200 {
    margin-left: 200px;
}

.hl_hoffset_300 {
    margin-left: 300px;
}

.hl_hoffset_500 {
    margin-left: 500px;
}

.hl_voffset_0 {
    margin-top: 0;
}

.hl_voffset_klein {
    margin-top: 90px;
}

.hl_voffset_gross {
    margin-top: 80px;
}

.hl_position_absolute {
    position: absolute;
}

.hl_position_relative {
    position: relative;
}

.hl_white_on_green {
    background: var(--main-color);
    color: white;
    display: inline-block;
}

.hl_white_on_gray {
    background: rgba(50, 50, 50, 0.8);
    color: white;
    display: inline-block;
}

.hl_green_on_white {
    background: rgba(255, 255, 255, 0.7);
    color: var(--main-color);
    display: inline-block;
}

.hl_green_on_gray {
    background: rgba(150, 150, 150, 0.5);
    color: var(--main-color);
    display: inline-block;  
}

.hl_black_on_gray {
    background: rgba(150, 150, 150, 0.5);
    color: black;
    display: inline-block;  
}

.hl_black_on_green {
    background: rgba(57, 184, 113, 0.5);
    color: black;
    display: inline-block;  
}

.hl_green_on_green {
    background: rgba(0, 56, 130, 0.5);
    color: var(--main-color);
    display: inline-block;  
}

.regular_text {
	padding: 0;
	margin-bottom: 24px;
    font-size: 26px;
    line-height: 44px;
    font-weight: 200;
	color: #384452;
	margin-top: 10px;
}

.terminkalender {
    margin-bottom: 100px;
}

.terminkalender th, .terminkalender tr {
    text-align: center;
    border-top-color: white;
    border-bottom-color: white;
    color: white;
    font-size: 28px;
}

.bildbeschriftung p {
    font-size: 22px;
}

.foerderpreis {
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
    padding: 20px 40px;
}

.foerderpreis h3 {
    text-align: left;
    color: black;
}

.foerderpreis .regular_text  {
    text-align: left;
    color: #384452;
    font-size: 28px;
}

.nextbtn {
    position: absolute;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
    background: url(./images/arrow_down.png) no-repeat top left;
    background-size: 160px;
    width: 80px;
    height: 50px;
    display: block;
}

.nextbtn.black {
    background-position: top right;
}

.hline {
	border-bottom: 1px solid #384452;
	margin: 40px 0 20px;
}
.hline-w {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 25px;
}

.mtb {
	margin-top: 150px;
	margin-bottom: 150px;
}

.mb { 
    margin-bottom: 150px;
}

.mt { 
    margin-top: 150px; 
}

img {
	max-height: 100%;
	max-width: 100%;
}


.navbar {
	min-height: 70px;
	padding-top: 0;
	margin-bottom: 0;
}

.navbar-header {
    font-family: 'Fredericka the Great', cursive;
    color: white;
    font-size: 40px;
}

ul.nav li.dropdown-toggle:hover > ul.dropdown-menu {
	display: block;
}

.navbar-brand {
	height: auto;
	padding: 0;
	margin-top: 0;
	font-size: 18px;
	line-height: auto;
}

.navbar-brand img {
	height: 70px;
	width: auto;
}

.navbar-default .navbar-nav > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-default .navbar-nav > li > a:hover { 
    color: #b2c85f; 
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #b2c85f;
	background-color: transparent;
}

.navbar-default {
	background-color: var(--main-color);
	border-color: transparent;
    opacity: 0.7;
}

@media (max-width: 767px){
  .navbar-default .lang {
	margin-bottom: 20px;
  }

  .navbar-default .lang:before {
    content: none;
  }

  .navbar-default .lang,
  .navbar-default .lang a {
	margin-left: 0;
  }
}

.full .container{
    position: relative;
    z-indes: 3;
}

.fullpicture {
	position: relative;
	background-color: #5b6d68;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: relative;
	background-position: center center;
	margin-top: 0px;
	padding-top: 60px;
	text-align: center;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

.fullpicture .layer {
	background-color: #5b6d68;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	z-index: 1;
}

.fullpicture .container {
	position: relative;
	z-index: 3;
}

.fullpicture .centered {
	position: relative;
	z-index: 2;
}

.fullpicture i {
	font-size: 40px;
	color: white;
	margin-bottom: 25px;
}

.fullpicture p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

.fullpicture h4 { 
    color: #bfc9d3; 
}

#footerwrap {
	padding-top: 60px;
	padding-bottom: 60px;
	background: var(--main-color);
}

#footerwrap .row {
	margin-right: -30px;
    margin-left: -30px;
}

#footerwrap .col-md-4 {
	padding-left: 30px;
	padding-right: 30px;
}

#footerwrap h4 {
	color: white;
}

#footerwrap p {
	color: white;
    font-weight: 400;
    font-size: 20px;
}

#footerwrap li {
	list-style-type: disc;
	color: #bfc9d3;
}

#footerwrap a { 
    color: white; 
}

#footerwrap a:hover {
	color: white;
	text-decoration: underline;
}

#footerwrap .social-links a { 
    margin-right: 20px; 
}

#footerwrap i {
	font-size: 15px;
	color: #bfc9d3;
	padding-right: 5px;
}

#footerwrap i:hover { 
    color: #b2c85f; 
}

.slider { 
    position: relative; 
}

.slider .slides li { 
    position: relative; 
}

.slider.small-controls .flex-direction-nav a { 
    margin-top: -20px; 
}

.slider.small-controls .flex-control-nav { 
    display: none; 
}

.hero-slider {
	padding: 0px;
	position: relative;
}

.hero-slider .slides { 
    overflow: hidden; 
}

.hero-slider .slides li {
	height: 650px;
	position: relative;
	background-size: cover !important;
}

.hero-slider .slides li .row {
	position: relative;
	z-index: 2;
}

.hero-slider .slides li h3 { 
    font-size: 30px; 
}

.hero-slider .slides li h2 {
	line-height: 1;
	margin-bottom: 33px;
	padding-bottom: 7px;
}

.hero-slider .slides li h1 {
	line-height: 1;
	font-size: 80px;
	margin-bottom: 33px;
    text-shadow: 3px 3px 3px #aaa;
}

.work-slider { 
    margin-top: 28px; 
}

.work-slider .slides li { 
    height: 400px; 
}

.slides li .fadeUp { 
    opacity: 0; 
}

.slides li {
	position: relative;
	color: #fff;
}

.slides li p, .slides li a { 
    color: #fff; 
}

.slides li .slide-content {
	position: relative;
	z-index: 3;
}

.slides li h1, .slides li p {
	padding-left: 100px;
	padding-right: 100px;
}

.slides li .overlay {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	z-index: 2;
}

.slides li .btn-theme {
	border: none;
	background-color: #b2c85f;
	color: #384452;
}

.slides li .btn-theme:hover, 
.slides li .btn-theme:focus, 
.slides li .btn-theme:active, 
.slides li .btn-theme.active {
	background-color: #384452;
	color: #fff;
}

.hero-slider .slides li .slide-content img { 
    max-height: 500px; 
}

.hero-slider .flex-direction-nav a {
	height: 60px;
	width: 60px;
	font-size: 0;
}

.hero-slider .flex-direction-nav a:before {
	position: absolute;
	font-size: 40px;
	display: block;
	top: 15px;
	left: 23px !important;
	right: auto !important;
}

.hero-slider .flex-direction-nav a.flex-prev:before { 
    left: 20px !important; 
}

@media all and (max-width: 1100px) {
	.hero-slider .slides li .slide-content img { 
        max-height: 300px; 
    }
}

.background-breathe {
	-webkit-animation: burnsIn 16s ease infinite alternate;
	-moz-animation: burnsIn 16s ease infinite alternate;
	animation: burnsIn 16s ease infinite alternate;
}

.background-breathe .slide-content {
	-webkit-animation: burnsOut 16s ease infinite alternate;
	animation: burnsOut 16s ease infinite alternate;
	-moz-animation: burnsOut 16s ease infinite alternate;
	position: relative;
	top: 30px;
}

@-webkit-keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}
	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}
}

@-webkit-keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}
	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}
}

@-moz-keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}
	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}
}

@-moz-keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}
	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}
}

@keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}
	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}
}

@keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}
	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}
}

#headerpic {
	position: relative;
	background: #b2c85f;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: relative;
	background-position: center center;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 100px;
	padding-bottom: 100px;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

#headerpic .layer {
	background-color: #b2c85f;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	z-index: 2;
}

#headerpic h3 {
	position: relative;
	text-transform: uppercase;
	z-index: 3;
	color: white;
	display: inline;
	font-weight: 300;
	letter-spacing: 0.3em;
	border-bottom: 2px solid #fff;
}

.ctitle {
	color: #b2c85f;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}

csmall2 {
	font-size: 12px;
	color: #f39c12;
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme { 
    background: #b2c85f; 
}

.pictext h2,
.pictext h3 {
	margin-bottom: 25px;
}
.pictext img {
	border: 1px solid #ccc;
}

#contactwrap {
	margin-top: -60px;
	padding-top: 0px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.comments {
	padding-top: 10px;
	margin-top: 50px;
	border-top: 2px solid #bfc9d3;
}

.comments h2 {
	font-size: 24px;
	padding-bottom: 30px;
}

#commentList li {
	margin-top: 30px;
	margin-bottom: 30px;
}

#commentList li::after {
	content: '';
	display: block;
	background: #bfc9d3;
	width: 100%;
	height: 1px;
	margin-left: -20px;
}

.board h1 { 
    font-size: 24px; 
}

.board h2 { 
    font-size: 20px; 
}

.parallax {
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

.teaser h2 {
	margin-top: 0;
}
.teaser .hline {
	margin-top: 30px;
	margin-bottom: 40px;
}

table {
	border-top: 1px solid #ccc;
	margin-top: 50px;
	width: 100%;
}

table tr { 
    border-bottom: 1px solid #ccc; 
}

table th {
	vertical-align: top;
	min-width: 200px;
	padding: 20px 0;
	border-top: 1px solid #5b6d68;
	border-bottom: 1px solid #5b6d68;
	text-transform: uppercase;
}

table td {
	vertical-align: top;
	padding: 20px 0;
}

.board table h2 {
	margin-top: 0;
	font-size: 18px;
}


@media all and (max-width: 767px) {

	.navbar-brand {
		margin-left: 15px;
	}
	.navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 15px;;
	}
	.navbar-default .navbar-collapse {
		border: none;
	}
	.navbar-collapse {
		max-height: none;
	}
	.mtb {
		margin-bottom: 40px;
	}

    #footerwrap .row {
        margin-left: -15px;
        margin-right: -15px;
    }
	.parallax {
		background-attachment: scroll !important;
	}

}
