/* CSS Document */

*{
	margin:0;
	padding:0
}

body{
	font-family: "Roboto",Arial,sans-serif;
	overflow-x: hidden
}

.header{
	width:100%;
	height: 150px;
	position: relative
}

.fullwidth{
	width:100%
}
.header_inner{
	max-width: 1100px;
	margin: auto;
	position: relative;
	margin-top: 10px
}

.header .navigation{
	position: absolute;
	left:240px;
	bottom:30px
}

.navigation ul{
	list-style: none
}
.navigation ul li{
	display: inline-block;
	margin-right: 50px;
	font-size: 26px;
	color: #fff;
	background-color: #2d622e;
font-size: 24px;
padding: 6px 12px 6px 12px;
border-radius: 5px;
font-weight: 500;
}
.navigation ul li.active{
	background-color:  #96eb35
}

.header .navigation ul li a,.header .navigation ul li a:active,.header .navigation ul li a:link,.header .navigation ul li a:hover,.header .navigation ul li a:visited{
	text-decoration: none;
	color:#fff
}
.header .navigation ul li.active a,.header .navigation ul li.active a:active,.header .navigation ul li.active a:link,.header .navigation ul li.active a:hover,.header .navigation ul li.active a:visited{
	text-decoration: none;
	color:#000
}




.header_inner .helpnow{
	position: absolute;
	right:0;
	bottom: 25px;
	background-color: #96eb35;
	font-size: 20px;
	padding: 6px 12px 6px 12px;
	border-radius: 5px;
	font-weight: 500
}

.slider .helpnow{
	position: absolute;
	right:150px;
	bottom: 50px;
	background-color: #96eb35;
	font-size: 25px;
	padding: 8px 16px 8px 16px;
	border-radius: 5px;
	font-weight: 500;
	z-index: 2000
}


.content .helpnow{

	background-color: #96eb35;
	font-size: 20px;
	padding: 6px 12px 6px 12px;
	border-radius: 5px;
	font-weight: 500;
	margin: auto;
	display: block;
	width:160px;
	text-align:center;
}


.navigation li.helpnow{
	position: relative;
	right:inherit;
	bottom: inherit;
	background-color: #96eb35;
	font-size: 24px;
	padding: 6px 12px 6px 12px;
	border-radius: 5px;
	font-weight: 500
}


.helpnow,.helpnow:link,.helpnow:active,.helpnow:visited,.helpnow:hover{
	text-decoration: none;
	color: #fff
}

p.center a,p.center a:link,p.center a:active,p.center a:hover,p.center a:visited{
	text-decoration: none;
	color:#257300
}

.content .helpnow.wide{
	width: 250px;
	font-size: 24px
}
.helpnow,.helpnow:link,.helpnow:active,.helpnow:visited,.helpnow:hover{
	text-decoration: none;
	color: #000
}


.white{
	color: #fff !important
}


.seperator{
	height: 5px;
	width: 100%;
	background-color: #96eb35;
	clear: both;
	margin-bottom: 40px
	
}

.logo img{
	width:120px;
	height: 120px
}

.slider{
	max-width:1600px;
	height: 600px;
margin:auto;
	position: relative


}


h1{
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
		letter-spacing: .05em; 
	margin-bottom: 20px;
	font-size: 40px;
	margin-left:15px;
	margin-right: 15px
}

p.center{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	    width: 75%;
    margin: auto;
    line-height: 26px;
color: black;
    font-size: 24px;
    line-height: 32px;
	clear: both;
	padding-top:30px

}

.impressum p.center{
	margin-bottom: 15px !important;
	text-align: left;
	width:100%;
	font-size: 17px;
	line-height: 24px ;
	margin-top: 10px;
	padding-top: 0
}
.impressum h1{
	text-align: left
}

.impressum h3{
	margin-top:30px;
	margin-bottom: 20px;
	font-size: 25px;
	margin-bottom: 0
}

.slider h1{
	color: #fff;
	font-weight: 400;
	position: absolute;
	z-index: 5000;
	letter-spacing: .05em; 
    top: 40px;
    left: 150px;
	font-size: 40px
}



.content{
	margin-top:40px
}
.content h2{
	font-weight: 500;
	text-transform: uppercase;
font-size: 18px;
	color:#96eb35;
	border-bottom: 1px solid black;
	margin-bottom: 40px;
	padding-bottom: 5px
}

.slider .textbox{
	color: #fff;
	font-weight: 200;
	font-size:17px;
	line-height: 21px;
	position: absolute;
	z-index: 5000;
	letter-spacing: .05em; 
    bottom: 40px;
    left: 150px;
	width: 500px;
	background-color:rgba(0,0,0,.4);
	border-radius: 5px
}

.slider .textbox p{
	margin:15px
}

.slider .textbox a,.slider .textbox a:link,.slider .textbox a:active,.slider .textbox a:hover,.slider .textbox a:visited{
	color: #fff;
	text-decoration: none
}

strong{
	font-weight: 500
}

.slide-1{
	background-image: url(../images/mallorca-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top
}
.slide-2{
	background-image: url(../images/mallorca-2.jpg);
		background-repeat: no-repeat;
	background-size: cover;
	background-position: center top

}

.slide{
	height: 600px;
	max-width: 1600px;
	margin: auto
}
.footer{
	background-color:#eaefe9;
	min-height: 250px;
	clear: both
}

.footer_inner{
		max-width: 1100px;
	margin: auto;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px
}



.content_inner{
		max-width: 1100px;
	margin: auto;
	margin: auto;
	position: relative;
	margin-top: 30px;
	padding-bottom: 100px
}


.footer .logo{
	position: relative;
	float:left;
	margin-right: 30px
}

.footer .col1{
	float: left;
	width: 30%;
	margin-right:150px
}

.footer .col1 p{
	margin-bottom: 10px
}
.footer h3{
	font-weight: 500;
	text-transform: uppercase;
font-size: 18px;
	color:#003217;
	margin-bottom: 10px
}

.footer .col2{
	float:left
}

.footer .col2 ul{
	list-style: none
}
.footer .col2 .social{
	margin-top:30px
}


.footer a,.footer a:link,.footer a:active,.footer a:hover,.footer a:visited{
		font-weight: 500;
font-size: 16px;
	color:#003217;
	margin-bottom: 10px
}


.content .newsbox{
	width:47.5%;
	float: left;
	margin-bottom: 50px
}


.medien .content .newsbox {
width: 100%
}


.margin40{
		margin-right: 40px
}

.newsbox .bildquadrat{
	width:100%;
	height: 500px;
	float:left;
	background-color: grey
}


.newsbox .date{
	clear: both;
	display: block;
		font-weight: 500;
font-size: 18px;
	color:#96eb35;
	padding-bottom: 5px;
	padding-top: 8px;
	margin-right: 5px
}

.medien .newsbox .date {
	display: inline-block;
	padding-left: 10px
}

.newsbox .descr{
	line-height: 25px
}

.medien .newsbox .descr{
	clear: both;
	line-height: 25px;
		background-color:#eaefe9;
	padding:15px

}




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


.about .bild.img60{
	text-align: center
}
.about .bild.img60 img{
	width:60%;
	margin:auto
}


.greenbox{
	max-width: 1600px;
	min-height: 500px;
		background-color: #96eb35;
	margin: auto

}

.greenpicslider{
	float: left !important;
	position: relative;
	width: 500px
}

.greenpic-1{
	min-height: 500px;
	max-width:500px !important;
	float: left !important;
	background-image: url("../images/141982184_2834800793398104_1976046609203395403_n.png");
	background-size:cover;
	background-position: center center
}
.greenpic-2{
	min-height: 500px;
	max-width:500px !important;
	float: left !important;
	background-image: url("../images/140295108_2831352283742955_4304696214380513243_o.jpg");
	background-size:cover;
		background-position: center center

}
.greenpic-3{
	min-height: 500px;
	max-width:500px !important;
	float: left !important;
	background-image: url("../images/slick/134638551_2816048808606636_4453844377924302474_n.jpg");
	background-size:cover;
		background-position: center center
}

.greenpic-4{
	min-height: 500px;
	max-width:500px !important;
	float: left !important;
	background-image: url("../images/slick/153265999_2856664717878378_1748420290076881000_n.jpg");
	background-size:cover;
		background-position: center center
}

.greenpic-5{
	min-height: 500px;
	max-width:500px !important;
	float: left !important;
	background-image: url("../images/slick/153421811_2856664997878350_6794154134774643675_n.jpg");
	background-size:cover;
		background-position: center center
}

.greenpic-6{
	min-height: 500px;
	max-width:500px !important;
	float: left !important;
	background-image: url("../images/slick/155157737_2859308004280716_3360696489970082470_o.jpg");
	background-size:cover;
		background-position: center center
}



.slick-initialized {
overflow: hidden;
}



.greentext{
	background-color: #96eb35;
	float:left;
	max-width:550px
}

.greenbox h2{
	border-bottom: 0;
	color:#000;
	font-size: 30px;
	text-transform: none
}

.greeninner{
	margin:40px 40px 40px 80px
}
.greenbox ul{
	font-size: 19px;
	list-style: none
}
.greenbox li{
	margin-bottom: 20px;
	position: relative
}
.greenbox li::before{
	content:"";
	display: block;
	width:15px;
	height: 15px;
	background: url("../images/whitecircle.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left:-24px;
	top: 4px
	
}


.newsbox p{
			font-size: 17px;
		line-height: 25px
}
.newsbox p.center{
	font-size: 24px;
	line-height: 30px
}

.ani{
	
    animation: erde 1s ease-in-out 0s infinite alternate;
    -webkit-animation: erde 1s ease-in-out 0s infinite alternate;
	animation-fill-mode: forwards;
	}
@keyframes erde {
0% {
	transform:translate(0,0);
}
	

100% {
	transform:translate(0,30px);
}
}	


/*Responsive Responsive*/

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

.slider h1 {
    width: 80%;
	left:inherit;
	margin-left: 10%
}
.slider .textbox {		
    width: 80%;
    margin-left: 10%;
    left: inherit;
	bottom: 110px
}
	.slider .helpnow{
		left: 50%;
transform: translate(-50%,-50%);
width: 180px;
text-align: center;
bottom: 10px;
	}

	.logo img {
    width: 100px;
    height: 100px;
    margin: 10px 10px 10px 30px;
}


.greenpicslider {
    float: left !important;
    position: relative;
    width: 100%;
}	
	
.greenbox{
	min-width: 100%;
min-height: auto;
}

.greenpic-1,.greenpic-2,.greenpic-3,.greenpic-4,.greenpic-5,.greenpic-6{
max-width:inherit !important
	
	}

.greentext{
	width: 100% !important;
max-width: 100%;
}	
	
	.newsbox p{
		margin-left:15px;
		margin-right: 15px;

	}	
	
	p.center{
		width:90%;
	
	}	
	
	
	.impressum p, .impressum h3{
		margin-left:15px;
		margin-right: 15px;
		width:90% !important
	}
	
}

@media only screen and (max-width: 900px) { 
.navigation ul li {
    font-size: 18px;

}
	.navigation {
		
	}
	
}


@media only screen and (max-width: 810px) { 
.header .navigation{
left: inherit;
width: auto;
margin-left: 120px;
bottom: inherit;
		top: 0px;
left: 30px;
	}
	
	.navigation ul li{
		display: block;
		margin-bottom: 10px
	}	
	.navigation li.helpnow{
    width: 150px;
    text-align: center;
		font-size: 20px;
width: 108px;
		position: absolute;
		left:200px;
		top:10px
	}
	
	
	
	
}

@media only screen and (max-width: 700px) { 
	.footer .logo{
		float: none;
		width:100%
	}
	.footer .col1{
		float: none;
		width:100%
	}
	.footer .col2{
		float: none;
		width: 100%;
		margin-top: 15px
	}
	
	.footer .col1 p{
		margin:0 15px 0 15px
	}
	
	.footer .col1 h3{
		margin: 0 15px 15px 15px
	}
	.footer .col2 ul, .footer .social{
		margin: 0 15px 0 15px
	}
	
	
	.medien-subtitle{
		display: block !important
	}

	
.about .bild.img60{
	text-align: center
}
.about .bild.img60 img{
	width:100%;
	margin:auto
}	
	
	
}
	



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

	
	
	
	.header .navigation{
		top: 0px;

	}
	
	.navigation li.helpnow{
		position: relative;
		left:inherit;
		top:inherit
	}
	
	
	.greeninner {
    margin: 40px 40px 40px 40px;
}
	
	.slider .textbox{
		font-size: 14px;
		line-height: 18px;
		width:90%;
		margin-left: 5%
	}
	
	
}



@media only screen and (max-width: 400px) { 
	.slider h1{
		font-size:27px
}
	
.navigation ul li {
    margin-right: 20px;
    font-size: 16px;

}	
	
	
}




