@charset "UTF-8";
/* CSS Document */

html, body {
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #454445;
}
a {
	color: #454445;
	text-decoration: none;
}
.clearboth {
	clear: both;	
}
a:hover {
	color: #BC1414;
}
.mainFooter a:hover {
	color: #BC1414;
}
.active {
	color: #BC1414;
	font-weight: 600;
}
ul {
	list-style: none;
}

li {
	display: inline-block;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

/*tab*/

.tabs {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.tabs .tab {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
	color: #454445;
	background-color: #FFFFFF;
}

/*Header*/
nav {
	padding-right: 10px;
	float: right;
	padding-top: 10px;
}

#navcontainer {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
nav ul {
	list-style: none;
}

nav li {
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
nav ul ul {
	display: none;
	background-color: #454445;
	border-radius: 10px;
	padding: 0;
	margin-top: 5px;
	position: absolute;
	margin-left: -50px;
}
nav ul ul li {
	display: block;
	float: none;
	position: relative;
}
nav ul ul li a {
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	color: #fff;
}	
nav ul li:hover > ul {
	display:block;
}

#logo {
	display: block;
	width: 202px;
	height: 40px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	background-position: center;
	background-image: url(../images/menu-icon.png);
	background-color: #BC1414;
}

.mainHeader {
	width: 100%;
	height: 55px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: medium solid #BC1414;
	z-index: 100;
	background-color: #919191;
	padding-top: 10px;
}

/*Main page Section*/

#wrapper {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
	height: 100%;
	clear: both;
}

#mainGallery img {
	width: 100%;
}


#box1, #box2, #box3 {
	float: left;
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	width: 28%;
}

#boxA, #boxB, #boxC {
	width: 28%;
	float: left;
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	margin-left: 0.5%;
	margin-bottom: 3%;
	margin-right: 0.5%;
	text-align: center;
}

#leftbox {
	width: 47%;
	float: left;
	text-align: center;
	padding-left: 2%;
	padding-right: 1%;
}
#rightbox {
	width: 47%;
	float: right;
	padding-left: 1%;
	padding-right: 2%;
}
.content {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.product_content {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.narrow_content {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.wide_content{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

h2 {
	text-align: center;
}
#mainGallery {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

img {
	width: 100%;
}

.mainFooter {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 200;
	min-height: 50px;
	width: 100%;
	background-color: #919191;
	clear: both;
}
.mainFooter li {
	width: 14%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	min-width: 50px;
	text-align: center;
}
.mainFooter ul {
}
#grey_background {
	width: 100%;
	background-color: #919191;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	border-bottom: medium solid #FFFFFF;
}
#white_background {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	text-align: left;
	border-bottom: medium solid #454445;
}
#purple_background {
	background-color: #454445;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../images/bg01.png);
	background-repeat: repeat;
	background-attachment: fixed;
	color: #C2C2C2;
	border-bottom: medium solid #BC1414;
}
#picture_background_contact {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../images/SES_3949BD.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 600px;
}
#picture_background_about {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../images/zeitraum.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 600px;
}
#hiddenpic img{
	display: none;
}

.mainFooter p {
	font-size: x-small;
	text-align: center;
	color: #BC1414;
	float: none;
	clear: both;
	padding-top: 10px;
}
.fifty {
	border-radius: 10px;
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}
.thirtyfive {
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 35%;
	display: block;
	border: medium solid #C2C2C2;
}

#picturename {
	background-color: #C2C2C2;
	color: #000000;
	position: relative;
	top: -150px;
	left: 3px;
}

.productgallery {
}
.relatedbox {
	width: 23%;
	float: left;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}
.social {
	margin-left: auto;
	margin-right: auto;
	width: 340px;
}	
#facebook {
	width: 35px;
	height: 35px;
	background-image: url(../images/social_logos/Facebook_Logo_grey.png);
	background-repeat: no-repeat;
	display: block;
	background-position: center 0%;
}
#facebook:hover {
	background-image: url(../images/social_logos/Facebook_Logo_red.png);
}
#twitter {
	background-image: url(../images/social_logos/Twitter_logo_grey.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	display: block;
	background-position: center 0%;
}
#twitter:hover {
	background-image: url(../images/social_logos/Twitter_logo_red.png);
}
#linkedin {
	width: 35px;
	height: 35px;
	background-image: url(../images/social_logos/LinkedIn-InBug-2CRev_grey.png);
	background-repeat: no-repeat;
	display: block;
	background-position: center 0%;
}
#linkedin:hover {
	background-image: url(../images/social_logos/LinkedIn-InBug-2CRev_red.png);
}
#pinterest {
	width: 35px;
	height: 35px;
	background-image: url(../images/social_logos/pinterest_badge_grey.png);
	background-repeat: no-repeat;
	display: block;
	background-position: center 0%;
}
#pinterest:hover {
	background-image: url(../images/social_logos/pinterest_badge_red.png);
}
.titlebackground h2 {
	color: #BC1414;
}
h3 {
	color: #454445;
	text-align: center;
}
.spec {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.spec_line {
	border-bottom: 1.5px solid #BC1414;
}
.relatedbox img {
	border: 2px solid #FFFFFF;
}
.padding {
	padding-top: 10px;
}
button {
	font-size: large;
}


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



.product_content {
	max-width: 680px;
}
#leftbox {
	width: 90%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}

#rightbox {
	width: 90%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	border-style: none;
	z-index: 500;
}
}

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

	

	.mainHeader {

		position: absolute;

	}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul {
	display: none;
	position: absolute;
	padding: 20px;
	background: #fff;
	border: 5px solid #D7D7D7;
	right: 20px;
	top: 40px;
	width: 50%;
	border-radius: 4px 0 4px 4px;
	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}
	nav ul ul {
	position: absolute;
	display: none;
	border: 0px;
	right: 1000px;
	z-index: -10000;
	}
	nav ul ul li {
	display: none;

	}
	#box1, #box2, #box3 {
	width: 80%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
}

#boxA, #boxB, #boxC {
	width: 80%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.relatedbox {
	width: 80%;
	float: none;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	margin-left: auto;
	margin-right: auto;
}
.smalliconleft {
	width: 80%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.smalliconright {
	text-align: center;
	width: 80%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	border-left: none;
}
.product_content {
	max-width: 340px;
}
#picture_background_about {
	display: none;	
}
#picture_background_contact {
	display: none;	
}
#hiddenpic img {
	display: block;
	width: 100%;
	height: auto;
}
h2 {
	font-size: large;
}
#welcome{
	font-size: 11px;
}
#grey_background {
	padding-top: 25px;
	padding-bottom: 25px;
}
}
