html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: transparent url(bilder/skarmee4.jpg) no-repeat center center;
	background-size: cover;
	font-family: 'SonnyVol2-Book', 'Source Sans Pro', Arial !important;
	font-weight: 300;
	letter-spacing: 0px;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-smooth: always;
}

h1, h2, h3, h4 {
	letter-spacing: -1px !important;
	}

.calltoday {
	position: fixed;
  	top: 45%;
  	transform: translateY(-45%);
	width: 40px;
	height: 40px;
	right: 30px;
	z-index: 9999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(102,191,150, 0.95) !important;
	font-size: 40px;
	line-height: 40px;
	padding: 10px;
	cursor: pointer !important;
	transition: all 0.2s ease;
	opacity: 0.95;
	text-decoration: none !important;
	border: 0px !important;
}

.calltoday:hover {
	opacity: 1;
}

.ambassador {
	position: fixed;
  	top: 55%;
  	transform: translateY(-55%);
	width: 40px;
	height: 40px;
	right: 30px;
	z-index: 9999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(102,191,150, 0.95) !important;
	font-size: 40px;
	line-height: 40px;
	padding: 10px;
	cursor: pointer !important;
	transition: all 0.2s ease;
	opacity: 0.95;
	text-decoration: none !important;
	border: 0px !important;
}

.calltoday:hover {
	opacity: 1;
}

.stucklogo {
	position: fixed;
  	top: 50%;
  	transform: translateY(-50%);
  	width: 200px;
    left: -50px;
    z-index: 9999;
    transform: rotate(-90deg);
    opacity: 0.95;
}


@font-face {
	font-family: 'SonnyVol2-Light';
	src: url('SonnyVol2-Light.eot?#iefix') format('embedded-opentype'), url('SonnyVol2-Light.otf') format('opentype'),url('SonnyVol2-Light.woff') format('woff'), url('SonnyVol2-Light.ttf') format('truetype'), url('SonnyVol2-Light.svg#SonnyVol2-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SonnyVol2-Bold';
	src: url('SonnyVol2-Bold.eot?#iefix') format('embedded-opentype'), url('SonnyVol2-Bold.otf') format('opentype'),url('SonnyVol2-Bold.woff') format('woff'), url('SonnyVol2-Bold.ttf') format('truetype'), url('SonnyVol2-Bold.svg#SonnyVol2-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'SonnyVol2-Book';
  src: url('SonnyVol2-Book.eot?#iefix') format('embedded-opentype'),  url('SonnyVol2-Book.otf')  format('opentype'),
	url('SonnyVol2-Book.woff') format('woff'), url('SonnyVol2-Book.ttf')  format('truetype'), url('SonnyVol2-Book.svg#SonnyVol2-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}


@media screen and (max-width:1200px) {
	.calltoday { display: none !important; }
	.ambassador { display: none !important; }
	.stucklogo { display: none !important; }
	.error {
		width: 90% !important;
	}
	.success {
		width: 90% !important;
	}
	input, button, textarea {
		width: 90% !important;
	}
	.paket {
		margin: 0px auto 25px auto !important;
		width: 100% !important;
		float: none;
	}
	.intro {
		font-size: 100px !important;
		line-height: 100px !important;
		letter-spacing: -5px !important;
	}
	.textbox {
		border-width: 0px !important;
	}
	.border {
		width: 75% !important;
	}
	.title {
		font-size: 72px !important;
	}
	.karta {
		width: 80vw !important;
	}
	.feature {
		width: 100% !important;
		font-size: 22px !important;
		line-height: 48px;
	}
	.episodeinfo a {
		display: block !important;
		width: 50% !important;
		margin: 0px auto !important;
	}
	.classified {
		width: 80px !important;
		height: 80px !important;
		opacity: 0.75 !important
}
	h1 {
		font-size: 58px !important;
		line-height: 68px !important;
		margin-bottom: 40px !important;
	}
	p {
		font-size: 28px !important;
		line-height: 36px !important;
	}
	h4 {
		font-size: 32px !important;
		line-height: 42px !important;
	}
	#inner {
		width: 90% !important;
		padding: 0 5% 0 5% !important
}
	.fp-section a {
		width: 60% !important;
	}
}
.logo {
	max-width: 400px;
	margin: 0px auto 40px auto;
}
h1 {
	font-family: 'SonnyVol2-Bold', 'Archivo Black' !important;
	margin: 0px auto !important;
	color: #fff !important;
	font-size: 72px;
	line-height: 92px;
}
p {
	font-family: 'SonnyVol2-Bold', 'Archivo Black' !important;
	font-weight: 500 !important;
	color: #fff;
}
p .feature {
	display: block;
	margin: 10px auto 10px auto;
	width: 45%;
	font-size: 24px;
	line-height: 64px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(102,191,150, 0.95) !important;
	font-family: 'SonnyVol2-bold', Arial !important;
	color: #fff !important;
}
.clear {
	clear: both;
}
#info h1 {
	color: #000;
}
.intro {
	font-size: 10vh;
	line-height: 10vh;
	color: #fff;
}
a {
	color: #fff;
}
#paket {
	background: transparent;
	color: #fff !Important;
}
#paket #inner {
	width: 80%;
	height: auto;
	background: transparent;
	margin: 0px auto;
}
#paket #inner .paket {
	float: left;
	width: 23%;
	margin: 0 1% 0 1%;
	padding: 2.5% 0 2.5% 0;
	background: rgba(102,191,150, 0.97) !important;
	-webkit-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.3);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.fokus {
transform: scale(1.05);
width: 20%;
}

.badge {
background: #f65342;
color: #fff;
height: 120px;
width: 120px;
text-align: center;
line-height: 120px;
font-size: 22px;
font-family: 'Knewave', cursive;
border-radius: 100px;
position: absolute;
right: -50px;
top: 20px;
z-index: 99;
display: grid;
transform: rotate(6deg);
}

#paket .intro {
	font-size: 100px;
	line-height: 100px;
	letter-spacing: -4px;
	font-weight: '600' !important;
	color: #fff;
}
#paket #inner h1 {
	font-family: 'Knewave', cursive;
	font-size: 58px;
	line-height: 58px;
	font-weight: 800 !important;
	padding: 0px 0px 0px 0px;
}
#paket #inner h1 span {
	font-family: 'SonnyVol2-Book', 'Source Sans Pro', Arial !important;
	font-size: 42px;
	font-weight: 400 !important;
}
#paket #inner h2 {
	color: #ecf249 !important;
	font-family: 'Knewave', cursive;
	font-weight: 400 !important;
	font-size: 54px;
	line-height: 54px !important;
	margin: 25px 0px 25px 0px !important;
}
#paket #inner h2 span {
	font-family: 'Knewave', cursive;
	font-size: 28px;
	line-height: 28px;
	font-weight: 400 !important;
}
#paket #inner h3 {
	font-size: 22px;
	font-weight: 300 !important;
	line-height: 30px;
	padding: 0px 0px 10px 0px;
	font-weight: 400 !important;
	border-bottom: 2px dotted #76c8a2;
	letter-spacing: -1px !important;
}
p {
	margin-block-start: 0em !important;
	margin-block-end: 0em !important;
	padding-bottom: 25px !important;
}
html.fp-enabled,.fp-enabled body {
	margin: 0;
	padding: 0;
	overflow:hidden;
	text-align: center;
	/*Avoid flicker on slides transitions for mobile phones #336 */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
	height: 100%;
	position: relative;
	/* Touch detection for Windows 8 */
	-ms-touch-action: none;
	/* IE 11 on Windows Phone 8.1*/
	touch-action: none;
}
.fp-section {
	text-align: center;
	position: relative;
	-webkit-box-sizing: border-box;
	/* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box;
	/* <=28 */
	box-sizing: border-box;
}
.fp-section p {
	font-size: 24px;
	line-height: 42px;
	color: #fff;
}
.fp-section a {
	display: block;
	width: 15%;
	margin: 0px auto;
	font-size: 24px !important;
	font-weight: 600;
	text-decoration: none !important;
	background: rgba(102,191,150, 0.95) !important;
	padding: 25px;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	transition: all 0.2s ease;
}
.fp-section a:hover {
	cursor: pointer;
	transform: scale(1.05) !important;
}
.fp-slide {
	float: left;
}
.fp-slide, .fp-slidesContainer {
	height: 100%;
	display: block;
}
.fp-slides {
	z-index:1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	/* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
	display: table;
	table-layout:fixed;
	width: 100%;
}
.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.fp-slidesContainer {
	float: left;
	position: relative;
}
.fp-scrollable {
	overflow: scroll;
}
.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}
.slideshow{
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 2;
	list-style: none;
}
.image {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	display: block;
	-webkit-filter: grayscale(60%) brightness(75%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(60%) brightness(75%);
	transition:opacity 1.5s ease-in-out;
	-moz-transition:opacity 1.5s ease-in-out;
	-webkit-transition:opacity 1.5s ease-in-out;
	// IE <9 Fallbackfilter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
.image{
	opacity: 0;
}
.active{
	opacity: 1;
}
.image:nth-of-type(1) {
	background: transparent url(bilder/skarmee.jpg) no-repeat center center;
	background-size: cover;
}
.image:nth-of-type(2) {
	background: transparent url(bilder/skarmee4.jpg) no-repeat center center;
	background-size: cover;
}
.image:nth-of-type(3) {
	background: transparent url(bilder/skarmee3.jpg) no-repeat center center;
	background-size: cover;
}
#frmContact div{
	margin-bottom: 15px
}
#frmContact div label{
	margin-left: 5px
}
.demoInputBox{
	padding:10px;
	border:#F0F0F0 1px solid;
	border-radius:4px;
}
.error{
	margin: 0px auto;
	font-weight: 400 !important;
	width: 40%;
	background: transparent;
	border:#AA4502 0px solid;
	color: #FF6600;
}
.success{
	margin: 0px auto;
	font-weight: 400 !important;
	width: 40%;
	background: transparent;
	border:0px solid;
	color: #12CC1A;
}
.info{
	font-size:.8em;
	color: #FF6600;
	letter-spacing:2px;
	padding-left:5px;
}
.btnAction{
	background-color:#2FC332;
	border:0;
	padding:10px 40px;
	color:#FFF;
	border:#F0F0F0 1px solid;
	border-radius:4px;
}
button {
	font-family: 'SonnyVol2-Book' !important;
	display: block;
	width: 15%;
	margin: 35px auto 0px auto !important;
	font-size: 24px !important;
	font-weight: 600;
	text-decoration: none !important;
	background: rgba(102,191,150, 0.95) !important;
	padding: 17px 15px 15px 15px !important;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	transition: all 0.2s ease;
	color: #fff !important;
	border: 0px !important;
	transition: all 0.2s ease;
}
button:hover {
	cursor: pointer;
	transform: scale(1.05) !important;
}
input, textarea {
	color: #000 !important;
	display: block;
	padding: 10px 20px 10px 20px !important;
	margin: 2px auto 2px auto;
	width: 45%;
	font-size: 22px;
	font-weight: 400 !important;
	line-height: 42px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.95) !important;
	font-family: 'SonnyVol2-Book', Arial !important;
}
