/*****************/
/* FileStructure */
/**********
1 Productboxes
2 About
3 Maincontent Sections
4 Quote Sections
5 Registry
6 Contact/Flag
7 Responsive Design

*/


/**********************/
/*** 1 Productboxes ***/
/**********************/

#produkte {
	padding: 20px 0px 0px;
}

#produkte a,
#produkte a:hover {
	text-decoration: none;
}

.design_product-boxes {
	width: 585px;
	height: 279px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	color: rgb(32,51,119);
}

.language_fr .design_product-boxes {
	padding: 0 10%;
}

.design_product-boxes a {
	text-align: center;
	z-index: 1;
}

.design_product-boxes:hover {
	-moz-box-shadow: 0 0 10px 1px rgba(50,50,50, .6);
	-webkit-box-shadow: 0 0 10px 1px rgba(50,50,50, .6);
	-o-box-shadow: 0 0 10px 1px rgba(50,50,50, .6);
	box-shadow: 0 0 10px 1px rgba(50,50,50, .6);
	z-index: 997;
}

.design_product-boxes div {
	font-family: "DIN-Black", sans-serif;
	bottom: 15px;
	position: absolute;
	width: 100%;
	font-size: 23px;
}

.language_fr .design_product-boxes div {
	width: 80%;
}

/***************/
/*** 2 About ***/
/***************/

#about_us{
		padding-top: 90px;
}

.about-img {
		max-width       : 585px;
}

/********************************/
/**** 3 Maincontent Sections ****/
/********************************/

.center-box {
		margin          : 0 auto;
		max-width       : 1170px;
}

.mainSection_margin {
		padding-top: 100px;
		padding-bottom: 38px;
}

#section_reseller.mainSection_margin {
	padding-top: 74px;
}

.row {
		width           : 100%;
		display         : inline-block;
}

.imageContent{
		width           : 50%;
		height          : auto;
		position        : relative;
}

.infoBox{
		width           : 47%;
		position        : relative;
		font-size       : 20px;
		font-weight     : 100;
		color           : rgb(91, 94, 96);
}



/**************************/
/**** 4 Quote Sections ****/
/**************************/

.box_parallax{
		height          : 100%;
		width           : 100%;
		position        : absolute;
		background-attachment: fixed;
		background-repeat: repeat;
		opacity         : 0.07;
		z-index         : 1;
	background-size: 100%;
}

.box_text{
		height          : 100%;
		width           : 100%;
		padding         : 80px 185px 60px;
		position        : relative;
		text-align      : center;
		z-index         : 2;
		font-size       : 25px;
		font-weight     : 300;
		line-height     : 43px;
		color           : rgba(80, 80, 80, 0.7);
}

.quote_author p:before, .quote_author p:after{
		content         : " - ";
}

.quote_image{
		display         : inline-block;
		position        : relative;
		line-height     : 1.75em;
		font-size       : 20px;
		margin-top      : 35px;
		margin-bottom  : 10px;
}

.quote_image:before, .quote_image:after{
		background-color: rgba(80, 80, 80, 0.7);
		position        : absolute;
		top             : 50%;
		width           : 130%;
}

.quote_image:before{
		content         : "";
		height          : 1px;
		left            : -150%;
}

.quote_image:after{
		content         : "";
		height          : 1px;
		right           : -150%;
}

.quote_image img{
		border-radius   : 50%;
		overflow        : hidden;
}

.apple{
		color           : rgb(136, 199, 129);
}

.lemon{
		color           : rgb(255, 240, 53);
}

.mango{
		color           : rgb(249, 201, 146);
}

.strawberry{
		color           : rgb(242, 127, 190);
}

.purple{
	color: rgb(119, 39, 108);
}

#section_lightGreen{
		position        : relative;
		width           : 100%;
		background-color: rgb(159, 210, 154);
}

#section_pink{
		position        : relative;
		width           : 100%;
		background-color: rgb(246, 178, 215);
}

#section_orange{
		position        : relative;
		width           : 100%;
		background-color: rgb(251, 220, 189);
}

#section_yellow{
		position        : relative;
		width           : 100%;
		background-color: rgb(255, 246, 127);
}

#section_violett{
	position        : relative;
		width           : 100%;
		background-color: rgb(187, 147, 182);
}

.quotation-marks{
	font-family		: Arial,Helvetica,Geneva,sans-serif;
	font-size		: 150px;
	font-weight		: bold;
	line-height		: 0.5em;
}

/******************/
/*** 5 Registry ***/
/******************/

#registry form {
		font-weight: 300;
		color: rgb(119, 119, 119);
		border-color: rgb(119, 119, 119);
		outline-color: rgb(119, 119, 119);
		overflow: hidden;
		display: inline-block;
		width: 100%;
}

#registry ol {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 100%;
}

#registry li {
		position: relative;
		margin-bottom: 0.5em;
		list-style: none;
}

#registry li::after {
	clear: both;
}

#registry select.paddingBottom16 {
	padding-bottom: 16px;
}

#registerSuccessButton {
	width: 100%;
}

.registerSuccessMessage {
	color: rgb(119, 119, 119);
	margin-top: 20px;
}

#registry li.flagContent {
	margin-bottom: 0;
	height: 90px;
}

.flag {
	border-radius: 6px;
	width: 100%;
}

/**********************/
/*** 6 Contact/Flag ***/
/**********************/

#contact :last-child {
		margin-top: 15px;
}

#contact {
	padding-top: 7px;
}

#flag {
	padding-top: 45px;
}

#flag p {
	margin-bottom: 15px;
}

#flag a {
	color: #203377;
}

/***************************/
/*** 7 Responsive Design ***/
/***************************/

@media screen and (width:1280px){
	.infoBox {
		margin-left: 20px;
	}
}

@media screen and (max-width:1200px){

	.center-box {
		margin: 0 auto;
		max-width: 980px;
	}

	.design_product-boxes {
		width: 490px;
		height: 234px;
	}

	.about-img {
		max-width: 490px;
	}

	.box_text {
		font-size: 23px;
	}

	.quotation-marks {
		font-size: 130px;
		line-height: 0.5em;
	}

	#registry .flag {
		height: 50px;
	}

}


@media screen and (max-width:990px){

	nav {
		display: none;
	}

	#responsiveNavButton {
		display: block;
	}

	.header-small #responsiveNavButton {
		width: 40px;
		height: 40px;
		padding-top: 4px;
		font-size: 50px;
	}

	.header-small #responsiveNav li a {
		font-size: 15px;
	}

	.center-box {
		margin: 0 auto;
		max-width: 750px;
	}

	.design_product-boxes {
		width: 750px;
		height: 358px;
	}

	.design_product-boxes div {
		font-size: 24px;
	}

	#about_us div.left {
		float: none;
	}

	.about-img {
		max-width: 750px;
	}

	#about_us div.right {
		float: none;
	}

	.infoBox {
		width: 95%;
	}

	.imageContent {
		width: 100%;
	}

	.ms-slide > .slideContent .slideTextContent div.slideText:first-child {
		width: 50%;
	}

	.infoBox {
		margin-top: 15px;
	}

	.box_text {
		font-size: 31px;
	}

	.quotation-marks {
		font-size: 130px;
		line-height: 0.5em;
	}

	.flag {
		height: 50px;
	}
}

@media screen and (max-width:750px){
	h1, h2, #contact, #flag, #registry {
		margin-left: 10px;
		margin-right: 2px;
	}

	#contact h1,  #flag h1, #registry h1, #registry h2 {
		margin-left: 0px;
	}

	.design_product-boxes {
		width: 750px;
		height: 358px;
	}

	.about-img {
		max-width: 100%;
	}

	.aboutList {
		margin-left: 65px;
	}

	.box_parallax {
		background-size: 140%;
	}
}

@media screen and (max-width:720px){
	.design_product-boxes {
		width: 720px;
		height: 343px;
	}

	.design_product-boxes div {
		font-size: 22px;
	}

	.box_text{
			padding: 80px 50px 60px;
	}
}

@media screen and (max-width:640px){
	.design_product-boxes {
		width: 640px;
		height: 306px;
	}

	.design_product-boxes div {
		font-size: 20px;
	}
}


@media screen and (max-width:540px){
		.design_product-boxes {
				width: 540px;
				height: 258px;
		}

		.box_text{
			padding: 80px 36px 60px;
		}

}

@media screen and (max-width:480px){
	.design_product-boxes {
		width: 480px;
		height: 229px;
	}

	.design_product-boxes div {
		font-size: 18px;
	}

	input {
		line-height: 16px;
		padding: 14px 4px;
	}

	select {
		line-height: 14px;
		padding: 13px 4px;
	}
	.box_text {
			padding: 60px 30px 40px;
			font-size: 24px;
	}
}

@media screen and (max-width:424px){
	.design_product-boxes {
			width: 424px;
			height: 202px;
	}
}

@media screen and (max-width:414px){
	.design_product-boxes {
		width: 414px;
		height: 196px;
	}

	.design_product-boxes div {
		font-size: 16px;
	}

	#preloader {
		font-size: 50px;
	}

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 18px;
	}

	.infoBox {
		font-size: 17px;
	}

	.quotation-marks{
		font-size: 110px;
	}
}

@media screen and (max-width:400px){
		.center-box {
				width:400px;
				margin:0px;
		}
		#logo_img {
				width:308px;
		}
}

@media screen and (max-width:384px){
	#logo_img {
		width:314px;
	}
	.design_product-boxes {
		width: 384px;
		height: 182px;
	}
}

@media screen and (max-width:360px){
	.center-box {
		width:360px;
	}

	#logo_img {
		width:300px;
	}

	.design_product-boxes {
		width: 360px;
		height: 171px;
	}

	.fontsize16 {
		margin:0px 2px;
	}
}

@media screen and (max-width:320px){
	.center-box {
			width:320px;
	}

	#logo_img {
		width: 244px;
		height: 52px;
		background-repeat: no-repeat;
		background-size: 100%;
	}

	#responsiveNavButton {
		width: 40px;
		height: 40px;
		padding-top: 6px;
		font-size: 50px;
	}

	.design_product-boxes {
		width: 320px;
		height: 152px;
	}

	.design_product-boxes div {
		font-size: 14px;
		line-height: 140%;
	}

}

@media screen and (max-width:213px){

		#logo_img {
				width: 244px;
				height: 52px;
				background-repeat: no-repeat;
				background-size: 100%;
		}

		#responsiveNavButton {
				width: 40px;
				height: 40px;
				padding-top: 6px;
				font-size: 50px;
		}

		.design_product-boxes {
				width: 213px;
				height: 152px;
		}

		.design_product-boxes div {
				font-size: 14px;
				line-height: 140%;
		}

}