﻿@charset "utf-8";
::selection {
	color: #fff;
	background-color: #30b861;
	/*#Winter-Design: background-color: #1c232d;*/
}
::-moz-selection {
	color: #fff;
	background-color: #30b861;
	/*#Winter-Design: background-color: #1c232d;*/
}

html,
body {
	min-height: 100%;
	height: 100%;
}

header .info {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 5px 10px;
}

menu a:link,
menu a:visited {
	padding: 10px 18px;
	font-size: 16px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	color: #fff;
	border: none;
}
menu a:hover,
menu a:visited:hover {
	text-decoration: none;
	color: #fff;
	text-shadow: none;
	background: #30b861;
	/*#Winter-Design: background: #1c232d;*/
}
menu a.select:link,
menu a.select:visited {
	color: #fff;
	background: #30b861;
	/*#Winter-Design: background: #1c232d;*/
}

menu {
	background: none;/*IE*/
	background: rgba(0,0,0,0.18);
}

header {
	position: relative;
	display: block;
	width: 100%;
	min-height: 435px;
	max-height: 100%;
	height: 100%;
	background: #30b861;
	overflow: hidden;
}
header .bodyhelper {
	z-index: -100;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #333;
	opacity: 0.2;
}

header .box {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	top: 30%;
	float: left;
	overflow: hidden;
}
header .box h1 {
	font-size: 84px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #f5f5f5;
	-webkit-animation: bounceIn ease 1s;
	-webkit-animation-iteration-count: once;
	-moz-animation: bounceIn ease 1s;
	-moz-animation-iteration-count: once;
	animation: bounceIn ease 1s;
	animation-iteration-count: once;
}
header .box p {
	font-size: 24px;
	font-weight: 300;
	color: #f9f9f9;
	-webkit-animation: lightSpeedIn ease 1s;
	-webkit-animation-iteration-count: once;
	-moz-animation: lightSpeedIn ease 1s;
	-moz-animation-iteration-count: once;
	animation: lightSpeedIn ease 1s;
	animation-iteration-count: once;
}
header .box a {
	-webkit-animation: flipInY ease 1s;
	-webkit-animation-iteration-count: once;
	-moz-animation: flipInY ease 1s;
	-moz-animation-iteration-count: once;
	animation: flipInY ease 1s;
	animation-iteration-count: once;
}
header .top-arrow {
    position: absolute;
	display: block;
	width: 100%;
	left: 0px;
    bottom: 30px;
}
header .top-arrow a {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	color: #fff;
	background: url(../images/svg/arrow-down.svg) center no-repeat;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	-webkit-animation: JumpPermanent ease 3s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation: JumpPermanent ease 3s;
	-moz-animation-iteration-count: infinite;
	animation: JumpPermanent ease 3s;
	animation-iteration-count: infinite;
}
header .top-arrow a:hover {
	background-color: #30b861;
	border-color: #30b861;
	/*#Winter-Design: background-color: #1c232d;
	border-color: #1c232d;*/
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}

a.header.button {
	width: 300px;
	left: -150px;
	margin-top: 30px;
	margin-left: 50%;
	color: #000;
	border-color: #fff;
  background: rgba(255, 255, 255, 0.3);
  -webkit-animation: shadow-pulse 1.8s infinite;
	-moz-animation: shadow-pulse 1.8s infinite;
	animation: shadow-pulse 1.8s infinite;
}
a.header.button:hover h5,
a.header.button:hover h6,
a.header.button:hover p { color: #000; }
a.header.button:hover{
	background: #fff;
	border-color: #fff;
}
a.header.button h5,
a.header.button h6 { color: #000; }
a.header.button p {
  color: #000;
	font-size: 12px;
	text-transform: none;
}

/* Desktop */
@media only screen and (min-device-width: 961px) {
	header {
		background: url(../images/bg.jpg?ver=1.0.3) center no-repeat;
		/*#Winter-Design: background: url(../images/bg.jpg?ver=1.0.1) center no-repeat;*/
		background-attachment: fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
}

/* Desktop/Mobile */
@media only screen and (max-width: 961px) {
	menu a:link,
	menu a:visited { color: #2a2a2a; }
	menu a:link:hover,
	menu a:visited:hover {
		color: #fff;
		background: #30b861;
	}

	header .box { top: 40%; }
	header .box h1 { font-size: 44px; }
	header .box p { font-size: 18px; }
	header.button { display: none; }
	header .top-arrow  a {
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
	}
}

@media only screen and (max-width: 600px) {
	header { height: 500px; }
	header .box h1 { font-size: 32px; }
	header .box p { font-size: 18px; }
}
@media only screen and (max-width: 430px) {
	.heading-0:first-child { margin-top: 56px; }
}

/* +++ Frame fix +++ */
@media only screen and (max-device-width: 961px) {
	menu a:link,
	menu a:visited { color: #2a2a2a; }
	menu a:link:hover,
	menu a:visited:hover {
		color: #fff;
		background: #30b861;
	}

	header .box { top: 40%; }
	header .box h1 { font-size: 44px; }
	header .box p { font-size: 18px; }
	header.button { display: none; }
	header .top-arrow a {
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
	}
}

@media only screen and (max-device-width: 600px) {
	header { height: 500px; }
	header .box h1 { font-size: 32px; }
	header .box p { font-size: 18px; }
}
@media only screen and (max-device-width: 430px) {
	.heading-0:first-child { margin-top: 56px; }
}

@keyframes JumpPermanent {
	0% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(-34px);
	}
	50% {
		transform: translateY(0);
	}
	80% {
		transform: translateY(-34px);
	}
}
@-webkit-keyframes JumpPermanent {
	0% {
		-webkit-transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(-34px);
	}
	50% {
		-webkit-transform: translateY(0);
	}
	80% {
		-webkit-transform: translateY(-34px);
	}
}

@keyframes shadow-pulse {
    0% {
      -moz-box-shadow: inset 0 0 0 300px transparent;
      -webkit-box-shadow: inset 0 0 0 300px transparent;
      box-shadow: inset 0 0 0 300px transparent; }
    70% {
      -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
      -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
      box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
    100% {
      -moz-box-shadow: inset 0 0 0 300px transparent;
      -webkit-box-shadow: inset 0 0 0 300px transparent;
      box-shadow: inset 0 0 0 300px transparent; }
  }

  @-webkit-keyframes shadow-pulse {
    0% {
      -moz-box-shadow: inset 0 0 0 300px transparent;
      -webkit-box-shadow: inset 0 0 0 300px transparent;
      box-shadow: inset 0 0 0 300px transparent; }
    70% {
      -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
      -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
      box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
    100% {
      -moz-box-shadow: inset 0 0 0 300px transparent;
      -webkit-box-shadow: inset 0 0 0 300px transparent;
      box-shadow: inset 0 0 0 300px transparent; }
  }

  @-moz-keyframes shadow-pulse {
    0% {
      -moz-box-shadow: inset 0 0 0 300px transparent;
      -webkit-box-shadow: inset 0 0 0 300px transparent;
      box-shadow: inset 0 0 0 300px transparent; }
    70% {
      -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
      -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
      box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
    100% {
      -moz-box-shadow: inset 0 0 0 300px transparent;
      -webkit-box-shadow: inset 0 0 0 300px transparent;
      box-shadow: inset 0 0 0 300px transparent; }
  }

  @-ms-keyframes shadow-pulse {
    0% {
      -moz-box-shadow: inset 0 0 0 300px transparent;
      -webkit-box-shadow: inset 0 0 0 300px transparent;
      box-shadow: inset 0 0 0 300px transparent; }
    70% {
      -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
      -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
      box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
    100% {
      -moz-box-shadow: inset 0 0 0 300px transparent;
      -webkit-box-shadow: inset 0 0 0 300px transparent;
      box-shadow: inset 0 0 0 300px transparent; }
  }

  @-o-keyframes shadow-pulse {
    0% {
      -moz-box-shadow: inset 0 0 0 300px transparent;
      -webkit-box-shadow: inset 0 0 0 300px transparent;
      box-shadow: inset 0 0 0 300px transparent; }
    70% {
      -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
      -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
      box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
    100% {
      -moz-box-shadow: inset 0 0 0 300px transparent;
      -webkit-box-shadow: inset 0 0 0 300px transparent;
      box-shadow: inset 0 0 0 300px transparent; }
  }

/* Helles Hintergrundbild */
header .light h1,
header .light p {
  color: #2a2a2a;
}