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

html {
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #212020;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600);

a.white-link, a.white-link:visited {color: #0a6fb7; text-decoration: none; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -ms-transition-duration: 0.3s; transition-duration: 0.3s; cursor: pointer;}
a.white-link:hover {color: #5fccff; text-decoration: none; -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; -ms-transition-duration: 1s; transition-duration: 1s; cursor: pointer;}

.wrapper { 
	margin: 0 2%;
}

.logo-area {
	width: 100%;
	max-width: 1020px;
	height: 100px;
	margin: 0 auto;
}

.logo {
	height: 50px;
	width: 188px;
	margin: 25px 0;
	float: left;
}

.logo img {
	height: 50px;
	width: 188px;
}

.language-selection {
	width: auto;
	height: 20px;
	margin: 40px 0;
	float: right;
}

.language {
	margin: 0 0 0 5px;
	padding: 0;
	width: 35px;
	height: 20px;
}

.language img {
	width: 35px;
	height: 20px;
}

/* MOBILE NAV */
@media (max-width: 1060px) {
.nav-wrapper {
	background: #0d6fb3; /* Old browsers */
	background: -moz-linear-gradient(top, #0d6fb3 0%, #09609f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0d6fb3 0%,#09609f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0d6fb3 0%,#09609f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6fb3', endColorstr='#09609f',GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: 50px;
	position: relative;
	overflow: hidden;
}

.nav-grain {
	position: absolute;
	background-image: url(../img/kress_gmbh_sondermaschinenbau_grain.png);
	background-repeat: repeat;
	width: 100%;
	height: 50px;
}

nav {
	display: none;
}
}

/* NAVIGATION */
/* desktop */
@media (min-width: 1061px) {
.nav-wrapper {
	background: #0d6fb3; /* Old browsers */
	background: -moz-linear-gradient(top, #0d6fb3 0%, #09609f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0d6fb3 0%,#09609f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0d6fb3 0%,#09609f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6fb3', endColorstr='#09609f',GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: 290px;
	position: relative;
	overflow: hidden;
}

.nav-grain {
	position: absolute;
	background-image: url(../img/kress_gmbh_sondermaschinenbau_grain.png);
	background-repeat: repeat;
	width: 100%;
	height: 290px;
}

nav {
	width: 1020px;
	min-width: 1020px;
	padding: 0 20px;
	height: 280px;
	margin: 0 auto;
	color: #fff;
}

nav a, nav a:visited {color: #fff; text-decoration: none; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -ms-transition-duration: 0.3s; transition-duration: 0.3s;}
nav a:hover, nav a.active {color: #5fccff; text-decoration: none; -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; -ms-transition-duration: 1s; transition-duration: 1s;}

nav ul {
	margin: 0;
	list-style: none;
	padding: 0;
	width: 1020px;
	height: 290px;
}

nav ul li {
	margin: 25px 15px 0 0;
	width: 188px;
	height: 240px;
	border-right: 1px solid #539bcb;
	float: left;
}

.first {
	width: 203px !important;
}

.last {
	border-right: none !important;
	width: 188px !important;
	margin: 25px 0 0 0 !important;
}

.icons {
	margin: 0 0 10px 0;
	height: 50px;
	width: 50px;
	float: none;
}

.icons img {
	height: 50px;
	width: 50px;
}

.title {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}

nav ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li ul li {
	margin: 0;
	padding: 0;
	border: none;
	float: none;
	height: 28px;
	width: 180px;
	line-height: 28px;
}

#smartnav {
	display: none;
}
}



/* mobile */
@media (max-width: 960px) {
section {
	height: auto;
	max-width: 1020px;
	margin: 0 auto;
	line-height: 160%;
}

.full {
	width: 100%;
	float: none;
}

.half {
	width: 100%;
	float: none;
	margin-bottom: 40px;
}

.half-mrg {
	margin-right: 0;
}

.btm-mrg {
	margin-bottom: 40px;
}

hr {color: rgba(0,0,0,.2); margin-bottom: 40px;}

.headline-wrapper {width: 100%; background: rgba(255,255,255,.8); text-align: center; height: 70px; margin: -70px 0 0 0; z-index: 999; display: table; position: relative;}
.center {text-align: center !important;}
	
.headline {font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 22px;  color: #0a6fb7; display: table-cell; vertical-align: middle; }
h1 {font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 18px; padding: 0 2%; margin: 0; line-height: 50px;}
h2 {font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 18px; padding: 0 2%; margin: 0; line-height: 150%;}
h3 {font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 14px; padding: 0; margin: 0 0 5px 0; line-height: 100%; color: #212020 !important;}
h4 {font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 14px; padding: 0; margin: 10px 0 5px 0; line-height: 100%;}

.grey {color: #212020; text-align: center; margin: 40px 0; line-height: 150%;}
.grey-no-mrg {color: #212020; text-align: center; margin: 0; line-height: 150%;}
.blue {color: #0a6fb7;}
.icon-float {width: 50px; height: 50px; float: left; margin-right: 10px;}
.icon-float img {width: 50px; height: 50px;}

.no-icon {padding-top: 0px; }
.no-mrg {margin-bottom: 0 !important;}

.zweizeiler {
	width: 100%;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	
	-webkit-column-width: 100%;
	-moz-column-width: 100%;
	column-width: 100%;
	
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.clr {clear: both;}
}


/* DESKTOP */
@media (min-width: 960px) {
section {
	height: auto;
	max-width: 1020px;
	margin: 0 auto;
	line-height: 160%;
}

.full {
	width: 100%;
	float: none;
}

.half {
	width: 48%;
	float: left;
}

.half-mrg {
	margin-right: 4%;
}

.btm-mrg {
	margin-bottom: 40px;
}

hr {color: rgba(0,0,0,.2); margin-bottom: 40px;}

.headline-wrapper {width: 100%; background: rgba(255,255,255,.8); text-align: center; height: 80px; margin: -80px 0 0 0; z-index: 999; display: table; position: relative;}
.center {text-align: center !important;}
	
.headline {font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 30px;  color: #0a6fb7; display: table-cell; vertical-align: middle; }
h1 {font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 26px; padding: 0 2%; margin: 0; line-height: 50px;}
h2 {font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 26px; padding: 0 2%; margin: 0; line-height: 150%;}
h3 {font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 14px; padding: 0; margin: 0 0 5px 0; line-height: 100%; color: #212020 !important;}
h4 {font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 14px; padding: 0; margin: 10px 0 5px 0; line-height: 100%;}

.grey {color: #212020; text-align: center; margin: 40px 0; line-height: 150%;}
.grey-no-mrg {color: #212020; text-align: center; margin: 0; line-height: 150%;}
.blue {color: #0a6fb7;}
.icon-float {width: 50px; height: 50px; float: left; margin-right: 10px;}
.icon-float img {width: 50px; height: 50px;}

.no-icon {padding-top: 50px;}

.zweizeiler {
	width: 100%;
	-webkit-column-gap: 20%;
	-moz-column-gap: 20%;
	column-gap: 20%;
	
	-webkit-column-width: 40%;
	-moz-column-width: 40%;
	column-width: 40%;
	
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.clr {clear: both;}
}


ul.content-list {
	margin: 0;
	padding: 0 0 0 20px;
}

ul.content-list li {
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: circle;
}

ul.content-list li.last-li {
	margin-bottom: 0;
}


ul.product-list {
	margin: 0;
	padding: 0 0 0 20px;
}

ul.product-list li {
	margin: 0;
	padding: 0;
	list-style-image: url(../img/kress_gmbh_list_icon.png)
}

ul.product-list li ul li  {
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
	list-style-type: disc;
}


@media (max-width: 600px) {
.third {
	width: 100%;
	float: left;
}

.third-mrg {
	margin: 0 0 50px 0;
}
}

@media (min-width: 600px) {
.third {
	width: 50%;
	float: left;
}

.third-mrg {
	margin: 0;
}
}

/* ft smartphone */
@media (min-width: 960px) {
.third {
	width: 30%;
	float: left;
}

.third-mrg {
	margin: 0 5% 0 0;
}
}



/* FOOTER */

a.footer-link, a.footer-link:visited {color: #fff; text-decoration: none; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -ms-transition-duration: 0.3s; transition-duration: 0.3s;}
a.footer-link:hover, a.footer-link.active {color: #5fccff; text-decoration: none; -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; -ms-transition-duration: 1s; transition-duration: 1s;}


/* ft smartphone */
@media (max-width: 600px) {
.footer-wrapper {
	background: #0d6fb3; /* Old browsers */
	background: -moz-linear-gradient(top, #0d6fb3 0%, #09609f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0d6fb3 0%,#09609f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0d6fb3 0%,#09609f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6fb3', endColorstr='#09609f',GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: auto;
	display: block;
    position: relative;
}

.footer-wrapper:after, .footer-grain:after {
	clear: both;
    content: "";
    display: block;
}

.footer-grain {
	background-image: url(../img/kress_gmbh_sondermaschinenbau_grain.png);
	background-repeat: repeat;
	width: 100%;
	height: auto;
	display: block;
    position: relative;
}

footer {
	width: 100%;
	max-width: 1020px;
	height: auto;
	padding: 25px 0;
	margin: 0 auto;
	color: #fff;
}

.footer-cell {
	height: auto;
}

.footer-short {
	width: 100%;
	margin-right: 0%;
	float: none;
	border: none;
}

.ft-icons {
	margin: 0 10px 10px 0;
	height: 50px;
	width: 50px;
	float: left;
}

.ft-icons img {
	height: 50px;
	width: 50px;
}

.ft-clear {
	clear: both;
	margin-bottom: 25px;
}

.footer-long {
	width: 100%;
	margin-right: 0%;
	float: none;
}

.no-icon-ft {
	padding-top: 25px;
}
}

/* ft tablet */
@media (min-width: 600px) {
.footer-wrapper {
	background: #0d6fb3; /* Old browsers */
	background: -moz-linear-gradient(top, #0d6fb3 0%, #09609f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0d6fb3 0%,#09609f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0d6fb3 0%,#09609f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6fb3', endColorstr='#09609f',GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: auto;
	display: block;
    position: relative;
}

.footer-wrapper:after, .footer-grain:after {
	clear: both;
    content: "";
    display: block;
}

.footer-grain {
	background-image: url(../img/kress_gmbh_sondermaschinenbau_grain.png);
	background-repeat: repeat;
	width: 100%;
	height: auto;
	display: block;
    position: relative;
}

footer {
	width: 100%;
	max-width: 1020px;
	height: auto;
	padding: 25px 0;
	margin: 0 auto;
	color: #fff;
}

.footer-cell {
	height: auto;
}

.footer-short {
	width: 50%;
	margin: 0;
	float: left;
	border: none;
}

.ft-icons {
	margin: 0 20px 10px 0;
	height: 50px;
	width: 50px;
	float: left;
}

.ft-icons img {
	height: 50px;
	width: 50px;
}

.ft-clear {
	clear: none;
}

.no-icon-ft {
	padding-top: 45px;
}
}

/* ft desktop */
@media (min-width: 1060px) {
.footer-wrapper {
	background: #0d6fb3; /* Old browsers */
	background: -moz-linear-gradient(top, #0d6fb3 0%, #09609f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0d6fb3 0%,#09609f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0d6fb3 0%,#09609f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6fb3', endColorstr='#09609f',GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: auto;
	display: block;
    position: relative;
}

.footer-wrapper:after, .footer-grain:after {
	clear: both;
    content: "";
    display: block;
}

.footer-grain {
	position: relative;
	background-image: url(../img/kress_gmbh_sondermaschinenbau_grain.png);
	background-repeat: repeat;
	width: 100%;
	height: auto;
	display: block;
}

footer {
	width: 100%;
	max-width: 1020px;
	height: auto;
	padding: 25px 0;
	margin: 0 auto;
	color: #fff;
}

.footer-cell {
	height: auto;
}

.footer-short {
	width: 50%;
	margin: 0;
	float: left;
}

.ft-icons {
	margin: 0 20px 10px 0;
	height: 50px;
	width: 50px;
	float: left;
}

.ft-icons img {
	height: 50px;
	width: 50px;
}

.ft-clear {
	clear: none;
}

.no-icon-ft {
	padding-top: 45px;
}
}


/* CONTENT HEADER */
/* mobile */
@media (max-width: 960px) {
.content-header {
	width: 100%;
	height: auto;
	background-color: #e7f1f4;
	display: block;
	margin: 0 0 40px 0;
	padding: 0;
}

.content-header-wrapper {
	margin: 0 auto;
	padding: 30px 0;
	max-width: 1020px;
}

.header-icon {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto 20px auto;
}
	
.header-icon img {
	width: 80px;
	height: 80px;
	display: block;
}

.header-title {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: center;
	color: #0a6fb7;
	font-size: 26px;
}
}

/* desktop */
@media (min-width: 960px) {
.content-header {
	width: 100%;
	height: auto;
	background-color: #e7f1f4;
	display: block;
	margin: 0 0 40px 0;
	padding: 0;
}

.content-header-wrapper {
	margin: 0 auto;
	padding: 40px 0;
	max-width: 1020px;
}

.header-icon {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto 20px auto;
}
	
.header-icon img {
	width: 100px;
	height: 100px;
	display: block;
}

.header-title {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: center;
	color: #0a6fb7;
	font-size: 34px;
}
}



iframe {
	display: block;
	width: 100%;
	max-width: 488px;
	height: 398px;
	border: 1px solid #0a6fb7;
}

img.produkte {
	display: block;
	width: 100%;
	max-width: 500px;
	height: auto;
}

img.iso-logo {
	display: block;
	width: 100%;
	max-width: 160px;
	height: auto;
}

.flt-right {
	float: right;
}

.person {
	width: 70%;
	max-width: 200px;
	height: auto;
	display: block;
	margin-bottom: 30px;
}

.pdf {
	margin: 0 8px 8px 0;
	height: 30px;
	width: 30px;
	float: left;
}

.pdf img {
	height: 30px;
	width: 30px;
}

a.pdf-title {
	line-height: 30px;
	text-decoration: none;
	color: #0a6fb7;	
	font-weight: 600;
	margin: 0 0 8px 0;
	-webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -ms-transition-duration: 0.3s; transition-duration: 0.3s;
}

a.pdf-title:hover {
	color: #69c9f3;
}

.wrapper.datenschutz {
    text-align: center;
}

.wrapper.datenschutz ul {
    text-align: center;
    list-style-position: inside;
}

.footer-line {
    height: 1px;
    width: 100%;
    background: rgba(255,255,255,.3);
    margin: 25px auto;
}

.footer-links {
    text-align: center;
}

.footer-links a.footer-link {
    margin: 0 10px;
}