
/*

orange: #ff7700;
light blue: #57a4f9;
dark blue: #272f39;  rgba(39,47,57,

*/


body {
	min-width: 320px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

#header {
	height: 80px;
}

	#header #header_logo {
		height: 0;
		padding-top: 40px;
		float: left;
	}

	#header .section_content,
	#footer .section_content {
		padding-left: 40px;
		padding-right: 40px;
	}

	@media( max-width: 1279px ) {

		#header #header_logo {
			float: none;
		}

		#header {
			height: auto;
		}

	}

#footer {
	padding-bottom: 80px;
}

	#footer .copyright {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

		#footer .copyright li {
			float: none;
			display: inline;
		}

			#footer .copyright li:nth-child(1) {
				flex-grow: 1;
			}

			#footer .copyright li:nth-child(2) {
				width: 200px;
			}

			#footer .copyright li:nth-child(3) {
				width: 65px;
				text-align: right;
				margin-right: 0;
			}

	#menu-language {
		display: inline;
	}

		#menu-language li {
			display: inline !important;
			float: none !important;
			margin: 0 !important;
		}

			#menu-language li a,
			#menu-language li span {
				display: inline-block;
				margin-left: 5px;
				text-transform: uppercase;
			}

.np-width {
	max-width: 1600px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 40px;
	box-sizing: border-box;
}

	@media( max-width: 460px ) {

		.np-width {
			padding-left: 20px;
			padding-right: 20px;
		}

	}

a.button.blue,
.submit-button.blue {
	background: #57a4f9;
}

#header.solid .featured.bluebg,
#header:hover .featured.bluebg {
	background: #57a4f9 !important;
}

.np-bg_clouds {
	background-image: url(../img/soul_clouds_background_from_top.jpg);
}

.np-content {

}

.columns {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

	.columns-4 .column {
		width: calc(100% / 4 - 20px);
	}

	.columns-3 .column {
		width: calc(100% / 3 - 20px);
	}

	.columns-2 .column {
		width: calc(100% / 2 - 20px);
	}

.carousel {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}

	.carousel .carousel-wrapper {
		overflow: hidden;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}

		.carousel .carousel-wrapper .carousel-content {
			position: relative;
		}

	.carousel.transition .carousel-wrapper .carousel-content {
		-webkit-transition: left 250ms ease-in-out;
		-moz-transition: left 250ms ease-in-out;
		-o-transition: left 250ms ease-in-out;
		-ms-transition: left 250ms ease-in-out;
		transition: left 250ms ease-in-out;
	}

	.carousel .navigation div {
		position: absolute;
		height: 40px;
		margin-top: -20px;
		top: 50%;
		width: 28px;
		background: no-repeat center center;
		background-size: contain;
		cursor: pointer;

		-webkit-transition: opacity 250ms ease-in-out;
		-moz-transition: opacity 250ms ease-in-out;
		-o-transition: opacity 250ms ease-in-out;
		-ms-transition: opacity 250ms ease-in-out;
		transition: opacity 250ms ease-in-out;
	}

		.carousel .navigation div.hidden {
			opacity: 0.3;
			pointer-events: none;
		}

		.carousel .navigation .prev {
			left: 0;
			background-image: url(../img/arrow-left.svg);
		}

		.carousel .navigation .next {
			right: 0;
			background-image: url(../img/arrow-right.svg);
		}

	.carousel .handles {
		position: absolute;
		width: 100%;
		bottom: -30px;
		left: 0;
		text-align: center;
	}

		.carousel .handles .handle {
			position: relative;
			display: inline-block;
			width: 16px;
			height: 16px;
			cursor: pointer
		}

			.carousel .handles .handle:after {
				content: "";
				display: block;
				position: absolute;
				left: 50%;
				top: 50%;
				width: 8px;
				margin-left: -4px;
				height: 8px;
				margin-top: -4px;
				border: 1px solid #002850;
				border-radius: 50%;
			}

				.carousel .handles .handle:hover:after,
				.carousel .handles .handle.active:after {
					background: #002850;
				}


.home {

}

	.home .block {
		min-height: 400px;
		padding: 100px 0;
		text-align: center;
		box-sizing: border-box;
	}

	.home .points {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

		.home .points > li {
			width: 380px;
			margin-bottom: 40px;
		}

			.home .points > li,
			.home .carousel.inited .points > li {
				border-right: 1px solid #e8e8e8;
				position: relative;
			}

				.home .points > li:nth-child(3n),
				.home .points > li:last-child {
					border-right: 0;
				}

		.home .carousel.inited .points {
			flex-wrap: nowrap;
		}

		.home .points h2 {
			min-height: 117px;
		}

		@media( max-width: 740px ) {

			.home .carousel.inited .points > li {
				border-right: 0;
			}

		}

	.home .intro {
		position: relative;
		overflow: hidden;
		padding: 0;
	}

		.home .intro:after {
			content: "";
			position: absolute;
			bottom: 40px;
			left: 50%;
			border: 10px solid transparent;
			margin-left: -10px;
			border-color: #fff transparent transparent transparent;
		}

		.home .intro .background {
			width: 100%;
			height: 100%;
			position: absolute;
			z-index: 0;
			pointer-events: none;
			left: 0;
			top: 0;
			overflow: hidden;
		}

			.home .intro .background video {
				min-width: 100%;
				min-height: 100%;
				position: relative;
				z-index: 1;
			}

			.home .intro .background:after {
				content: "";
				width: 100%;
				height: 100%;
				left: 0;
				top: 0;
				background: rgba(39,47,57,.8);
				position: absolute;
				z-index: 2;
			}

		.home .intro .np-width {
			position: relative;
			z-index: 2;
			display: flex;
			height: 100%;
			justify-content: center;
			align-items: center;
			min-height: calc(100vh - 80px);
			padding: 60px 20px 80px;
			box-sizing: border-box;
			color: #fff;
		}

		.home .intro h1 {
			font-size: 60px;
			line-height: 1.2;
		}

			.home .intro h2.banner_title {
				padding-top: 20px;
				margin-bottom: 30px;
				display: block;
				height: 0;
				overflow: hidden;
				line-height: 200px;
				background: url(../img/soul_logo_white.svg) no-repeat center center;
				background-size: contain;
			}

		.home .intro .switch-sentence {
			position: relative;
			margin-top: -20px;
			margin-bottom: 20px;
			height: 1em;
			display: none;
		}

			.home .intro .switch-sentence li {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				text-align: center;
				display: block;
			}

		@media( max-width: 1040px ) {

			.home .intro h1 {
				font-size: 5vw;
			}

		}

		@media( max-width: 640px ) {

			.home .intro h1 {
				font-size: 30px;
			}

		}

	.home .overview {
		padding-bottom: 0;
	}

		.home .overview .soul_info {
			max-width: 1180px;
			margin: 0 auto;
		}

			.home .overview .soul_info h1 {
				display: block;
				background: url(../img/soul_info/soul-logo.svg) no-repeat center center;
				background-size: contain;
				height: 90px;
				padding: 0;
				line-height: 1;
				position: relative;
				margin-bottom: 100px;
			}

				.home .overview .soul_info h1 span {
					display: none;
				}

				.home .overview .soul_info h1:after {
					display: block;
					content: "";
					width: 100%;
					height: 60px;
					background: url(../img/soul_info/soul-klammer.svg) no-repeat center center;
					background-size: contain;
					position: static;
					bottom: -80px;
					position: absolute;
				}

			.home .overview .soul_info_points {
				position: relative;
				display: flex;
				justify-content: space-between;
				align-items: top;
			}

				.home .overview .soul_info_points li {
					display: block;
					width: calc(100% / 7 - 20px);
					margin-bottom: 80px;
				}

					.home .overview .soul_info_points li:before {
						content: "";
						display: block;
						width: 70px;
						height: 70px;
						margin: 0 auto 10px;
						background: no-repeat center center;
						background-size: contain;
					}

						.home .overview .soul_info_points li.point-1:before {
							background-image: url(../img/soul_info/icon-strukturen.svg);
						}

						.home .overview .soul_info_points li.point-2:before {
							background-image: url(../img/soul_info/icon-dashboard.svg);
						}

						.home .overview .soul_info_points li.point-3:before {
							background-image: url(../img/soul_info/icon-chat.svg);
							width: 65px;
						}

						.home .overview .soul_info_points li.point-4:before {
							background-image: url(../img/soul_info/icon-video.svg);
							width: 65px;
						}

						.home .overview .soul_info_points li.point-5:before {
							background-image: url(../img/soul_info/icon-todo.svg);
						}

						.home .overview .soul_info_points li.point-6:before {
							background-image: url(../img/soul_info/icon-dateiverwaltung.svg);
						}

						.home .overview .soul_info_points li.point-7:before {
							background-image: url(../img/soul_info/icon-calendar.svg);
						}

			@media( max-width: 1040px ) {

				.home .overview .soul_info_points {
					flex-wrap: wrap;
				}

					.home .overview .soul_info_points li {
						width: calc(100% / 4 - 20px);
					}

			}

			@media( max-width: 690px ) {

				.home .overview .soul_info_points li {
					width: calc(100% / 3 - 20px);
					margin-bottom: 40px;
				}

			}

			@media( max-width: 500px ) {

				.home .overview .np-width.soul_info {
					padding-left: 20px;
					padding-right: 20px;
				}

			}

			@media( max-width: 450px ) {

				.home .overview .soul_info_points li {
					width: calc(100% / 2 - 20px);
				}

			}

		.home .overview .functions-wrapper {
			background: #272f39;
			padding: 100px 0;
			color: #fff;
		}

		.home .overview .carousel-content img {
			padding-bottom: 0 !important;
		}

		.home .overview .carousel-content {
			align-items: stretch;
		}

		.home .overview .carousel-content p {
			margin-top: 0;
			text-align: left;
			display: block;
			padding: 0 20px;
		}

		.home .overview .soul_info {
			padding-bottom: 80px;
		}

			.home .overview .soul_info img {
				max-width: 1180px !important;
				margin: 0 auto;
				display: block;
			}

		@media( max-width: 500px ) {

			.home .overview .np-width {
				padding-left: 0;
				padding-right: 0;
			}

			.home .overview .carousel {
				padding-left: 30px;
				padding-right: 30px;
			}

		}

		@media( max-width: 440px ) {

			.home .overview .points > li {
				width: 300px;
			}

		}

	.home .logos {

	}

		#content.home .logos img {
			width: 100%;
			max-width: 1000px;
			margin-top: 40px;
		}

	.home .testimonials {
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
		background-color: #272f39;
		color: #fff;
	}

		.home .testimonials .carousel-content {
			align-items: stretch;
		}

		@media( max-width: 500px ) {

			.home .testimonials .np-width {
				padding-left: 0;
				padding-right: 0;
			}

			.home .testimonials .carousel {
				padding-left: 30px;
				padding-right: 30px;
			}

		}

		@media( max-width: 440px ) {

			.home .testimonials .points > li {
				width: 300px;
			}

		}

	.home .phoenix {

	}

		.home .phoenix .np-width {
			max-width: 800px;
		}

		.home .phoenix .articles {
			padding-top: 40px;
		}

			.home .phoenix .articles li {
				display: inline;
			}

			#content.home .phoenix .articles img {
				height: 45px;
				padding: 0;
				width: auto;
				margin: 0 30px;
				vertical-align: middle;
			}

		@media( max-width: 980px ) {

			.home .phoenix .articles li {
				display: block;
				margin-bottom: 20px;
			}

			.home .phoenix .articles a {
				padding-left: 20px;
				padding-right: 20px;
				display: inline-block;
			}

			#content.home .phoenix .articles img {
				max-width: 100%;
				margin: 0;
			}

		}

		@media( max-width: 420px ) {

			#content.home .phoenix .articles img {
				height: auto;
			}

		}

#content.prices {
	padding: 80px 0 100px;
}

	.prices .np-width {
		max-width: 1040px;
	}

	.prices h1 {
		display: none;
	}

	.prices .title {
		text-align: center;
		padding-top: 200px;
		clear: both;
	}

	.prices h2 {
		font-size: 50px;
	}

	.prices h3 {
		font-weight: 400;
		font-size: 30px;
		text-align: center;
		display: block;
	}

	.prices .price-wrapper {
		color: #ff7700;
		text-align: center;
		display: block;
		line-height: 1.3;
		margin: 40px auto 20px;
	}

		.prices .price-wrapper .price {
			font-size: 40px;
			font-weight: 700;
		}

		.prices .price-wrapper small {
			font-size: 0.7em;
			display: block;
			margin-top: 10px;
		}

	.prices .private-cloud {

	}

		.prices .private-cloud .title {
			padding-top: 100px;
		}

		.prices .private-cloud .columns {
			margin-top: 60px;
			float: none;
		}

		.prices .private-cloud img {
			margin: 0 auto;
			display: block;
		}

		.prices .private-cloud .price-wrapper {
			min-height: 150px;
		}

		.prices .private-cloud .column {
			position: relative;
			padding-bottom: 60px;
		}

			.prices .private-cloud .column .button {
				position: absolute;
				bottom: 0;
			}

	.prices .private-cloud-server {

	}

		.prices .private-cloud-server .columns {
			max-width: 880px;
			margin: 20px auto 0;
			float: none;
		}

		.prices .private-cloud-server img {
			width: 100%;
			height: auto;
		}

		.prices .private-cloud-server ul {
			display: block;
			width: 100%;
		}

			.prices .private-cloud-server ul li {
				text-align: right;
				margin-bottom: 10px;
				clear: both;
				position: relative;
			}

				.prices .private-cloud-server ul li:after {
					content: "";
					display: block;
					border-bottom: 1px dotted #000;
					bottom: 5px;
					left: 10px;
					width: calc(100% - 20px);
					z-index: -1;
					position: absolute;
				}

				.prices .private-cloud-server ul li em {
					background: #fff;
					float: left;
					font-style: normal;
					padding-right: 4px;
				}

				.prices .private-cloud-server ul li span {
					background: #fff;
					padding-left: 4px;
				}

	.prices .on-premise {
		text-align: center;
	}

		#content.prices .on-premise img {
			margin: 40px auto 0;
			padding: 0;
		}

#content.live-test {
	padding-top: 160px;
	padding-bottom: 60px;
}

.np-lightbox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(39,47,57,.98);
	cursor: pointer;
	z-index: 1000;
	justify-content: center;
	align-items: center;
	display: flex;
	display: none;
}

	.np-lightbox:after {
		content: "×";
		color: #fff;
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 40px;
		pointer-events: none;
	}

	.np-lightbox-content {
		display: block;
		max-width: 80%;
		color: #fff;
	}
