@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: local(''),
       url('../scripts/raleway/raleway-v28-latin-100.woff2') format('woff2'),
       url('../scripts/raleway/raleway-v28-latin-100.woff') format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../scripts/raleway/raleway-v28-latin-300.woff2') format('woff2'),
       url('../scripts/raleway/raleway-v28-latin-300.woff') format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../scripts/raleway/raleway-v28-latin-regular.woff2') format('woff2'),
       url('../scripts/raleway/raleway-v28-latin-regular.woff') format('woff');
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a {
	text-decoration:none;
	color: #5d4141;
}
button {
	font-family: inherit;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong {
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: 300;
    margin: 0;
    padding: 0;
	color: #444444;
}
html, body {
	height: 100%;
}
body {
	font-family: 'Raleway', sans-serif;
	color: #333;
	color: #212121;
	font-size: 15px;
}
.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
.center {
	text-align: center;
}
.valign-wrapper {
	display: flex;
	align-items: center;
	height: 100%;
}
.valign {
	display: block;
}
.fullpage-wrapper {
	margin-left: 250px;
}
h1 {
	font-size: 6em;
}
p {
	font-size: 2em;
}
.intro p {
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section {
	text-align:center;
}
.intro p {
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
#menu {
	position:fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 70;
	width: 250px;
	padding: 0;
	margin:0;
	text-align: center;
}
#menu-heading {
	font-size: 3rem;
	font-weight: 100;
	padding-top: 1.7rem;
	padding-bottom: 1.7rem;
}
#menu ul li {
	display: inline-block;
	position: relative;
	width: 50%;
	padding-top: 2rem;
	color: #000;
}
#menu li:after {
    background: #e0e0e0;
    bottom: 0;
    content: " ";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    width: 0;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#menu li.active:after {
	width: 100%;
	left: 0;
}
#menu li:hover:after {
    left: 0;
    width: 100%;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a, #menu li.active a{
	padding: 9px 18px;
	display:block;
}

.fp-controlArrow.fp-prev {
	border-color: transparent #617483 transparent transparent;
}
.fp-controlArrow.fp-next {
	border-color: transparent transparent transparent #617483;
}

@media screen and (min-width: 950px) {
	.bg-image {
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#section0 {
		background-image: url("../images/main-background-phone.jpg");
		background-attachment: fixed;
	}
	#bgSlide-1 {
		background-image: url("../images/Fotolia_28045761_Subscription_Monthly_M.jpg");
	}

	#section0 h1, #section0 p, .downarrow a {
		color: rgba(255,255,255,0.9);
	}
}
@media screen and (max-width: 949px) {
	.section, .slide {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}
#bgSlide-1 .fp-tableCell {
	vertical-align: top;
}
#bgSlide-1 .intro {
	padding-top: 40px;
}
#impressum p{
	font-size: 12px;
}
#impressum h4 {
	font-size: 14px;
	margin-top: 10px;
}
form input, form button {
    border: 1px solid #e0e0e0;
    font-family: arial;
    font-size: 15px;
    margin-top: 10px;
    padding: 8px;
    width: 500px;
}

form textarea {
    border: 1px solid #e0e0e0;
    font-family: arial;
    font-size: 15px;
    height: 100px;
    margin-top: 10px;
    padding: 8px;
    resize: none;
    width: 500px;
}
form input[type="submit"] {
    background: none repeat scroll 0 0 #ffffff;
    border: 2px solid #9045a5;
    color: #9045a5;
    font-size: 17px;
	box-shadow: none;
	-webkit-box-shadow: none;
}
form input, form button, form textarea {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
input:focus, textarea:focus {
    box-shadow: 0 0 2px #a5afb6;
	-webkit-box-shadow: 0 0 2px #a5afb6;
}
#wait {
	padding-top: 5px;
}
@media screen and (min-height: 750px) {
	form textarea {
		height: 200px;
	}
}

@media screen and (max-aspect-ratio: 5/3) {
	#bgSlide-1 .intro {
		background: rgba(255,255,255,0.7);
	}
}

.downarrow {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}


.downarrow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-5%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(4%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-4%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(3%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-2%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}
@keyframes wobble {
    0% {
        transform: translateX(0%);
    }
    15% {
        transform: translateX(-5%) rotate(-5deg);
    }
    30% {
        transform: translateX(4%) rotate(3deg);
    }
    45% {
        transform: translateX(-4%) rotate(-3deg);
    }
    60% {
        transform: translateX(3%) rotate(2deg);
    }
    75% {
        transform: translateX(-2%) rotate(-1deg);
    }
    100% {
        transform: translateX(0%);
    }
}
.animated {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@media screen and (max-width: 949px) {
	html, body {
		overflow: auto;
	}
	h1 {
		font-size: 2em;
	}
	p, .intro p {
		font-size: 1em;
	}
	form input, form button, form textarea {
		width: 300px;
	}
	.downarrow {
		display: none;
	}
	.section, .slide {
		margin-top: 10%;
		padding-top: 10%;
	}
	#menu {
	  display: none;
	}
	#section3 {
		padding-bottom: 20px;
	}
	form input[type="submit"] {
		font-size: 16px;
	}
}
