/* Variables */

/* Reset and Box-Sizing */

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body,
#pg-wrap {
	height: 100%;
}
#pg-wrap {
	font-family: "Open Sans", sans-serif;
	color: #242424;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9em;
}
h1,
h2 {
	text-transform: uppercase;
	line-height: 1.3em;
}
h1 {
	font-size: 1.5em;
	font-weight: 800;
	margin: 0 0 0.25em 0;
}
h2 {
	font-size: 1.2em;
	font-weight: 300;
	margin: 0 0 0.5em;
}
img {
	width: 100%;
}
p {
	margin: 0.55em 0 1em;
}
ul, ol {
	padding: 0 3em;
}
.mail {
	display: block;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 2em;
	color: #2980b9;
	transition: color 0.5s ease;

}
.mail:hover {
	color: #242424;
}
/* Header */

header {
	position: relative;
	background-color: #fff;
	width: 100%;
	height: 130px;
}
.logo {
	float: left;
	width: 85px;
	height: auto;
	margin-left: 5%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.logo img {
	width: auto;
	height: 70px;
}
nav {
	float: right;
	margin-right: 5%;
}
nav a {
	display: inline;
	width: 100%;
	line-height: 130px;
	vertical-align: baseline;
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 2em;
}
nav a:first-child {
	margin-left: 0;
}
/* Opening Full Screen Page and Text */

#main {
	background: url("../images/main.jpg") no-repeat center center fixed;
	-webkit-background-size: cover cover;
	background-size: cover;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 6em 0;
}
#headline {
	display: block;
	margin: 0 5% 1em 5%;
	top: 50%;
	line-height: 1.2em;
	font-size: 3.0em;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}
.rnd-button {
	display: inline-block;
	background: #333;
	border-radius: 5px;
	text-align: center;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.75em 2.5em;
	border: 0;
	color: #fff;
}
.green {
	background: #00d666;
	margin-left: 0;
	-webkit-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}
.green:hover {
	background: #00bd5a;
}
a.rnd-button:link,
a.rnd-button:visited,
a.rnd-button:hover,
a.rnd-button:active {
	color: #fff;
	text-decoration: none;
}
/* Links */

nav a:link,
nav a:active,
nav a:visited {
	color: #2E3639;
	text-decoration: none;
}
nav a:hover {
	color: #2980b9;
}
#secondary {
	background: #2E3639;
	color: #fff;
	text-align: center;
	padding: 2em 5%;
	font-size: 1.5em;
}
/* Sections */

section {
	background: #fff no-repeat center center;
	padding: 3em 5%;
	text-align: left;
}
.sct-heading {
	text-align: center;
	margin: 2em 0 2em 0;
}
.sct-heading h1 {
	text-align: center;
	font-size: 2em;
	line-height: 1em;
}
.sct-heading h2 {
	text-align: center;
	font-size: 1.4em;
	line-height: 1em;
}
hr {
	width: 10em;
	height: 1px;
	margin: 0 auto;
	border: 0;
	background-color: #ccc;
}
.max900 {max-width: 900px;}

/* Pricing Tables*/
.price-list {max-width: 750px;}
.pricing {
    background: #1c1c1c;
    color: #fff;
    text-align: center;
    padding: 2em 0;
}
    .pricing h1 {
        font-size: 1em;
        font-weight: 300;
        letter-spacing: 5px;
        padding: 0 0 1em 0;
    }
    .price-amt {
        font-size: 2.75em;
    }
    .month {
        font-size: 0.9em;
        font-weight: 300;
    }
    .addition {
        font-size: 0.8em;
        font-weight: 300;
        padding: 0em 0 0 0;
    }
.pricing:hover {background: #2a2a2a}
.description {
    background: #eee;
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.5em;
    color: #333;
    text-align: left;
    padding: 0.75em 1.5em;
    border-bottom: 1px dotted #9b9b9b;
}
    .imp {font-weight: 700;}

/* Change every second section */

section:nth-of-type(2n+2) {
	background: #EBEBEB no-repeat center center;
}
/* Footer */

footer {
	background-color: #2E3639;
	color: #fff;
	width: 100%;
	padding: 3em 5%;
}
.ftr-logo {
	display: block;
	width: 140px;
	margin: 20% auto 0 auto;
	height: auto;
}
.ftr-heading {
	font-size: 1.5em;
	font-weight: 800;
	margin: 0 0 0.25em 0;
	text-transform: uppercase;
	line-height: 1.3em;
}
.go-up {
	position: fixed;
	display: block;
	background-image: url(../images/go-up.svg);
	bottom: 40px;
	right: 50px;
	width: 50px;
	height: 50px;
	z-index: 9999;
}

/* Impressum */

table {
	width: 100%;
}
td {
	width: 50%;
}

/* Multiple columns */

/*  COLUMN SETUP  */

.col {
	float: left;
	margin: 0 0 1% 4%;
	word-wrap: break-word;
}
.col:first-of-type {
	margin-left: 0;
}
.cntr-box {
	float: none;
	margin: 0 auto !important;
	text-align: justify;
}
.cntr-text {
	text-align: center;
}
img.task {
	display: block;
	width: 140px;
	margin: 0 auto 2em auto;
	height: auto;
}
/*  GRID OF FOUR  */

.span_all {
	width: 100%;
}
.span_3_of_4 {
	width: 74%;
}
.span_2_of_4 {
	width: 48%;
}
.span_1_of_4 {
	width: 22%;
}
/*  GRID OF THREE  */

.span_2_of_3 {
	width: 65.33%;
}
.span_1_of_3 {
	width: 30.66%;
}
/*  GRID OF TWO  */

.span_1_of_2 {
	width: 48%;
}
/*  GROUPING  */

.offers {
	width: 90%;
	margin: 0 auto;
}
.form {
	width: 80%;
	margin: 0.5em auto 0;
}
.form:first-of-type {
	margin-top: 0;
}
.row:before,
.row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
.row {
	zoom: 1;
	/* For IE 6/7 */
}
/* Media Queries */

/*  GO FULL WIDTH AT LESS THAN 768 PIXELS */

@media only screen and (max-width: 950px) {
	#pg-wrap {
		font-size: 0.8em;
		line-height: 2em;
	}
	.col {
		margin: 1% 0 1% 0%;
	}
	/*  GRID OF FOUR  */
	.span_3_of_4 {
		width: 100%;
	}
	.span_2_of_4 {
		width: 100%;
	}
	.span_1_of_4 {
		width: 100%;
	}
	/*  GRID OF THREE  */
	.span_2_of_3 {
		width: 100%;
	}
	.span_1_of_3 {
		width: 100%;
	}
	/*  GRID OF TWO  */
	.span_1_of_2 {
		width: 100%;
	}
	nav {
		display: block;
		float: none;
		width: 100%;
		height: auto;
		text-align: left;
	}
	nav a {
		display: inline-block;
		text-align: center;
		margin: 0;
		padding: 0;
		width: 33.3333%;
		line-height: 3.5em;
		position: relative;
		font-size: 1em;
		-webkit-transition: all ease 0.5s;
		transition: all ease 0.5s;
	}
	nav a:hover {
		background-color: #2980b9;
		color: #fff;
	}
	header {
		height: auto;
	}
	.logo {
		float: none;
		margin: 2.5% auto;
		width: 275px;
		height: auto;
	}
	.logo img {
		width: auto;
		height: 90px;
	}
	.go-up {
		display: none;
	}
	.ftr-logo {
		display: block;
		width: 140px;
		margin: 20px auto 0 auto;
		height: auto;
	}
	ul, ol {
		padding: 0 0 0 1.5em;
	}
    .pricing {margin: 5% 0 0 0}
        .first {margin: 0;}
}
@media only screen and (max-width: 480px) {
	#pageContainer {
		line-height: 2em;
	}
	#headline {
		font-size: 2em;
	}
	.rnd-button {
		display: block;
		font-size: 1em;
		width: 90%;
		margin: 0 auto;
	}
	nav a {
		width: 50%;
	}
	.sct-heading {
		width: 80%;
		margin: 3em auto 2em auto;
	}
	input[type="submit"] {
		cursor: pointer;
		display: block !important;
		width: 80%;
		margin: 1em 10% 0;
	}
	ul, ol {
		padding: 0 0 0 1em;
	}
	.mail {
		font-size: 1.75em;
	}
}
@media only screen and (max-width: 360px) {
	.logo {
		float: none;
		margin: 5% auto 2.5% auto;
		width: 214px;
		height: auto;
	}
	.logo img {
		width: auto;
		height: 70px;
	}
	nav {
		white-space: nowrap;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	nav a {
		width: auto;
		padding: 0 1em;
	}
}
/* Clearfix: Replaces clearing divs */

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
