@CHARSET "UTF-8";
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf');
}

@font-face {
  font-family: 'MontserratMed';
  src: url('../fonts/Montserrat-Light.ttf');
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf');
}

HTML, BODY {
	height: 100%;
}

BODY {
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	color: #000;
}

#ProvenExpert_widgetbar_container {
	margin-bottom: 300px;
	
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#ProvenExpert_widgetbar_container.visible{
	margin-bottom: 0px;
}

H1, H2, H3, BUTTON {
	font-family: "Montserrat", "Arial", sans-serif;
	color: #424242;
}

H3 {
	font-family: "MontserratMed", "Arial", sans-serif;
}

BUTTON, INPUT.button {
	font-family: "MontserratMed", "Arial", sans-serif;
	font-size: 2em;
	border: 1px;
	border-radius: 3px;
	color: #fff;
	background: #2697D9;
}

P, UL {
	font-size: 1.8em;
	line-height: 1.7em;
}

A {
	color: #2697D9;
}

BUTTON A {
	color: white;
}

A:hover {
	text-decoration: none;
	color: #2697D9;
}

BUTTON A:hover {
	color: white;
}

.section {
	/*background: white;*/
	border-top: 5px solid #424242;
	border-bottom: 5px solid #2697D9;
	min-height: 50%;
}

.row {
	margin-right: 0;
	margin-left: 0;
}

.content {
	padding-left: 50px;
	line-height: 3.5em;
	min-height: 150px;
}

.content H2 {
	margin-top: 35px;
	margin-bottom: 15px;
}

.content UL {
	float: right;
	font-size: 1.5em;
	list-style-type: none;
	padding: 15px;
	background-color: #424242;
	border-bottom: 5px solid #2697D9;
	border-radius: 5px;
	color: #fff;
	margin: 10px; 
}
.content Li{
	white-space: nowrap;
}
.content UL.customers {
	float: right;
	columns: 2;
 	-webkit-columns: 2;
	-moz-columns: 2;
}

.content BUTTON {
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.rightfix {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 97;
	padding: 0;
}

.rightfix IMG {
	width: 80%;
}

.rightfix #imprintLink {
	position: absolute;
	z-index: 10;
	font-size: 1.4em;
	right: 30px;
	bottom: 15px;
	white-space: nowrap;
	
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.section {
	padding-bottom: 3%;
}

#top {
	height: 100%;
}

#header {
	height: 100%;
	background: white;
}

#business {
	background: white;
}

#fullpage {
	height: 100%;
}

.backg {
	background-position: left;
}

.business_bg {
	background: url(../img/business.jpg);
	
	background-position: center;
}

.ecommerce_bg {
	background: url(../img/ecommerce.jpg);
}

.coding_bg {
	background: url(../img/coding.jpg);
	background-position: center;
}

.fast_bg {
	background: url(../img/fast.jpg);
}

.lang_bg {
	background: url(../img/lang.jpg);
	background-position: center;
}

.customers_bg {
	background: url(../img/customers.jpg);
}

.contact_bg {
	background: url(../img/contact.jpg);
	background-position: right;
}

.contact .logo {
	width: 100%;
}

.backg {
	opacity: 0;
	
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;

	min-height: 40%;
	margin: 0 auto;
	
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.backg.vis {
	opacity: 0.65;
}

.contact .arrow-down {
	
	color: #ddd !important;
	font-size: 4em;
}

#header BUTTON {
	display: none;
}

#header P {
	position: fixed;
	top: 10px !important;
	right: 30px;
	z-index: 99;

text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
}

#header P .glyphicon,
#header P .social {
	top: 3px;
}

#header .contact P {
	display: none;
}

#header .contact {
	top: 15%;
  	padding-left: 5%;
}



#header>p {
	display: none;
}

#header>p {
	display: block;
}

#header .info_row {
	display: none;
}

#header .contact .logos {
	margin-top: 8%;
}

#header .contact .logos IMG {
	width: 97%;
}

.contactForm {
	display: table;
	font-size: 2em;
	width: 65%;
}

.contactForm .alert {
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 0.8em;
	line-height: 1.2em;
}

.contactForm DIV {
	display: table-row;
}

.contactForm DIV DIV:first-child {
	text-align: right;
	padding: 10px;
	width: 40%;
}

.contactForm DIV DIV {
	display: table-cell;
	padding: 10px;
	vertical-align: top;
}

.contactForm DIV DIV INPUT,
.contactForm DIV DIV TEXTAREA {
	width: 100%;
	padding: 5px;
	border-radius: 0;
}

.contactForm DIV DIV TEXTAREA {
	height: 15em;
}

.contactForm DIV DIV button {
	margin-top: 1em;
	margin-bottom: 2em;
	font-size: 1em;
	width: 100%;
}

#confirm {
	 min-height: 400px;
}

.error {
	color: red;
}

.imprint {
	background-color: #424242;
	width: 100%;
}

.imprint H2, .imprint H3, .imprint P {
	color: #fff;
}

.mainimg {
	position: relative;
	padding-right: 0;
	padding-left: 0;
	margin: 0;
	margin-top: 90px;
	overflow: hidden;
	border-top: 5px solid #424242;
	border-bottom: 5px solid #2697D9;
}

.mainimg IMG {
	top: 0px;
	width: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: #2697D9 !important;
}

#fp-nav.right {
	right: 5px !important;
}

.google-partner {
	margin-right: 2%;
	min-width: 220px;
	min-height: 82px;
	float:right;
}

.google-partner.visible {
	left: 0;
}

.shopware_img {
	float: right;
	border: 2px solid white;
	margin-bottom: 10px;
	clear: both;
}

.contact .shopware_img {
	float: left;
}

.shopify_img {
	float: right;
	clear: both;
	padding-right: 15px;
}

.online-marketing{
	float: right;
	margin-right: 2%;
}
.online-marketing .google-partner{
	float: inherit;
	margin: 0;
}
.trusted-partner{
	height: 89px;
	margin-left:3px;
}
.real-partner{
	float: right;
	margin-right:5px;
}

#mce-responses {
	font-size: 12px;
	line-height: 16px;
}

.subsidized-service{
	display: block;
	position: fixed;
	width: 30%;
	left: 40%;
	top:10px;
	font-size: smaller;
	text-align: center;
	padding: 8px 15px;
	border: #c9b475 1px solid;
	background: #fff6dd;
	color: #6b6141;
	line-height: 1.4em;
	z-index: 9999;
	border-radius: 5px;
	border-bottom: 7px solid;
}

/* XS */
@media (max-width: 767px) {
	.subsidized-service{
		position: relative;
		margin-top: 45px;
		margin-bottom: 30px;
		width: 90%;
		left: 5%;
		z-index: 1;
	}
	.content {
		padding-left: 25px;
	}

	.content UL{
		position: relative;
	}
	.content UL .shopware_img{
		width: 95px;
	}

	.shopify_img{
		padding-left: 25px;
	}
	#header.affix H1,
	#header.affix H2 {
		font-size: 1.2em;
	}
	
	#header.affix I {
		top: 0;
		line-height: 0;
	}
	
	H3 {
		text-align: center;
		margin-top: 40px;
	}
	
	H3 SPAN {
		display: block;
		line-height: 0.5em;
		color: white;
	}
	
	#header P {
		font-size: 1.7em;
		text-align: center;
		width: 100%;
		background-color: rgba(255,255,255,0.8);
		padding-top: 5px;
		padding-bottom: 5px;

		top:0 !important;
		right: inherit;
	}
	
	#header .info_row {
		top: 45%;
  		transform: translateY(-45%);
	}
	
	#header.affix BUTTON {	
		font-size: 1.3em;
		text-align: right;
		padding-right: 5px;
	}
	
	#header.affix .info_row {
		background: linear-gradient(to left, rgba(60,175,224,1) 70%, rgba(255,255,255,0) 100%);
		min-height: 25px;
		height: auto;
	}
	
	#header.affix .info_row #icons_xs {
		display: none !important;
	}
	
	.contactForm {
		width: 100% !important;
	}
	
	.content P {
		padding-left: 0;
	}
	
	.mainimg {
		margin-top: 69px;
	}
	
	.contactForm DIV DIV:first-child {
		text-align: left;
		width: 100%;
		padding: 0;
	}
	
	.contactForm DIV DIV {
		display: table-row;
		text-align: left;
	}
	
	.contactForm DIV DIV INPUT {
		width: 100%;
	}
	
	.content {
		padding-bottom: 20px;
	}
	
	.zopim {
		display: none !important;
	}
	
	.rightfix #imprintLink {
		right: 10px;
	}

	.online-marketing{
		float: left;
		margin-bottom: 15px;
	}
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {

	.subsidized-service{
		position: relative;
		margin-top: 45px;
		margin-bottom: 30px;
		width: 90%;
		left: 5%;
		z-index: 1;
	}
	#header .contact {
		top: 20%;
	}

	#header .contact .logos IMG {
		width: auto;
	}
	
	.mainimg {
		margin-top: 90px;
	}
	
	#header.affix .contact H3 {
		display: none;
	}
	
	#header.affix .contact P {
		float: right;
	}
}

@media (min-width: 768px) {

	#header .contact {
		top: 20%;
	}
	
	.contact .logo {
		width: 500px;
	}

	.content UL .shopware_img{
		width:110px;
	}
	
	#header .contact .logos IMG {
		width: auto;
	}

    .backg {
		background-attachment: fixed;

		min-height: 50%;
    }
	
	
	.rightfix #imprintLink {
/*		bottom: 50px;*/
	}


	.business_bg {
		background-image: url("../img/business@2x.jpg");

		background-position: center;
	}

	.ecommerce_bg {
		background-image: url(../img/ecommerce@2x.jpg);
	}

	.coding_bg {
		background-image: url(../img/coding@2x.jpg);
		background-position: center;
	}

	.fast_bg {
		background-image: url(../img/fast@2x.jpg);
	}

	.lang_bg {
		background-image: url(../img/lang@2x.jpg);
		background-position: center;
	}

	.customers_bg {
		background-image: url(../img/customers@2x.jpg);
	}

	.contact_bg {
		background-image: url(../img/contact@2x.jpg);
		background-position: right;
	}

}