/*
	Theme Name: BIAX Flexwellen
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	height: 100%;
	min-height: 100%;
}
body {
	font:300 18px/1.4 'futura-pt', Helvetica, Arial, sans-serif;
	background: #f0f0f0;
	height: 100%;
	min-height: 100%;
	position:relative;
	padding: 20px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
    clear:both;
}
strong {
	font-weight: 400;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
img.left {
    float:left;
}
img.right {
    float:right;
}
a {
	color:#0089d0;
	text-decoration:none;
}
a:hover {
	color:#0089d0;
}
a:focus {
	outline:0;
}
a.read-more {
	float: right;
	margin: 10px 0 0 0 !important;
}
article a:hover {
	text-decoration: underline;
}
article .gallery a:before,
.product-table .product-item .product-download a:before{
	display: none;
}
.linklist a:before,
a.read-more:before {
	content: '»';
	display: inline-block;
	margin: 0 7px 0 0;
}
.linklist li {
	margin: 0 0 5px 0;
}
.linklist li a {
	text-decoration: underline;
}
.linklist li a:hover {
	text-decoration: none;
}
a.download {
	padding: 0 0 0 25px;
	background: url('./img/icons/Adobe_PDF_file_icon_32x32.png') left center no-repeat;
	background-size: 20px 20px;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
ul.download {
	margin-bottom:50px;
}
ul.download li {
	margin: 0 0 10px 0;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list {
	margin: 0 10px;
	padding: 20px 10px 20px 20px;
	border-top: 1px solid #dededf;
	border-bottom: 1px solid #dededf;
}
ul.list li {
	line-height: 1.2em;
	margin: 0 0 15px 0;
	font-size: 0.888em;
	font-weight: 400;
	max-width: 600px;
}
ul.list li:last-child {
	margin: 0;
}
ul.list li:before {
	content: '';
	display: inline-block;
	float: left;
	margin: 0px 10px 20px 0px;
	width: 7px;
	height: 7px;
	background: #0089d0;
	transform: translate(0px,7px);
}
.mobile {
	display: none !important;
}
header .mobile-toggle {
	text-align: left;
	position: relative;
}
header .mobile-toggle:after {
	position: absolute;
	right: 10px;
	background: url('./img/icons/burger-icon.png') no-repeat;
	background-size: contain;
	background-position: center center;
	content: '';
	display: block;
	height: 40px;
	width: 40px;
	top: 10px;
}

footer .mobile-toggle {
	border-bottom: 1px solid #dededf;
	font-weight: 500;
}
.mobile-toggle {
	font-size: 20px;
	padding: 5px 0px;
	margin: 0 0 10px 0;
}
/*------------------------------------*\
	FORMS
\*------------------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
	background: #f0f0f0;
	padding: 8px 10px;
	box-sizing: border-box;
	border: 1px solid transparent;
}
input[type="search"] {
	border-radius: 40px;
	border: 0;
	box-shadow: none;
	box-shadow: inset 1px 1px 1px #c9c9c9;
	border: 1px solid #fff;
	box-sizing: border-box;
	transition: background .2s ease-in-out,border .2s ease-in-out;
	text-align: center;
	padding: 8px 30px 8px 10px;
	width: 70%;
}
input[type="search"]:focus {
	background: #e7f4fb;
	border: 1px solid #0089d0;
}
.search-submit {
	border: none;
	background: #0089d0;
	color: #0089d0;
	padding:6px;
	border-top-left-radius: 20px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 50px;
	font-size: .75em;
	height: 30px;
	width: 30px;
	margin: 0px 0 0-38px;
	overflow: hidden;
	transform: translate(-2px,-2px);
	-webkit-transform: translate(-2px,-2px);
}
.search-submit img {
	transform: translate(-2px,0px);
}
.search-submit:hover{
	background: #109de6 !important;
	color: #109de6;
}
.search-item input[type="submit"]:hover {
	background: #109de6
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: .75em;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: .75em;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: .75em;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: .75em;
}
.form, 
.product-table  {
	font-size: 0.833em;
	padding: 20px;
	border: 1px solid #f0f0f0
}
.product-search {
	background: #0089d0;
	color: #fff;
	padding: 20px;
}
.product-search input[type="text"] {
	background: #fff;
	width: 100%;
}
.product-search select {
	max-width:70px;
}
.search-item {
	float: left;
	width: 15%;
}
.search-item.article {
	width: 38%;
	margin: 0 2% 0 0;
} 
.search-item label {
	display: block;
	font-size: 0.833em;
	margin: -11px 0 0 0 ;
}
.search-item:last-of-type {
	padding: 0 0 0 10px;
}
.search-item input[type="submit"] {
	margin: 4px 0px 0px 0px;
	float: right;
	border: 2px solid #fff;
	padding: 3px 10px;
	border-radius: 5px;
	width: 100%;
	background: #0089d0;
	color: #fff;
	box-sizing: border-box;
}
.product-table  {
	padding-bottom: 0px;
}
.product-table .product-item .product-data,
.product-table .product-item .product-image,
.product-table .product-item .product-download {
	float: left;
}
.product-table .product-item {
	transition: background .3s ease-in-out;
	
}
.product-table .product-item:after {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	margin: 0px 0px 10px 0px;
	height: 10px;
	background: #fff;
}
.product-table .product-item:last-of-type:after {
	height: 10px;
	border: none;
}
.product-table .product-item:hover {
	background: #f0f0f0;
} 
.product-table .product-item .product-data {
	width: 75%;
	padding: 0 20px;
	margin: 20px 0px 0px 0px;
}
.product-table .product-item .product-data ul li{
	text-align: right;
	padding: 0 50px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.product-table .product-item .product-data ul li strong {
	margin: 0 10px 0 0;
	float: left;
}
.product-table .product-item .product-image {
	width: 15%;
}
.product-table .product-item .product-download {
	width: 25%;
	margin: 20px 0px 0px 0px;
}
.product-table .product-item .product-download img {
	display: block; 
	margin: 0 auto;	
}
.product-table .product-item .product-image {
	padding: 2px;
	border: 1px solid #f0f0f0;
}
.product-table ul li {
	width: 50%;
	float: left;
}
.download-link {
	font-weight: 400;
	padding: 5px;
	display: block;
	text-align:center;
}
.download-link:before {
	content: '»';
	display: inline-block;
	margin: 0 5px 0 0;
} 
.form  input[type="text"],
.form  input[type="email"],
.form  input[type="tel"],
.form textarea {
	width: 100%;
	transition: border .2s ease-in-out;
}
.form  input[type="text"]:focus,
.form  input[type="email"]:focus,
.form  input[type="tel"]:focus,
.form textarea:focus {
	border: 1px solid #0089d0;
}
.form h5 {
	font-size: 1.2em;
	clear: both;
	display: block;
	font-weight: 400;
	border-bottom: 1px solid #f0f0f0;
	padding: 0 0 10px 0;
	margin: 30px 0 20px 0;
}
.form select {
	width: 100%;
}
.form select.Anrede {
	max-width: 150px;
}
.form textarea {
	max-height: 150px;
}
.form  input[type="submit"] {
	border: none;
	background: #0089d0;
	color: #fff;
	padding: 5px 10px;
	float: right;
}
.form  input[type="submit"]:hover {
	background: #109de6;
} 
.form-item  {
	width: 49%;
	float: left;
	margin: 0px 2% 10px 0;
}
.form-item.reset {
	margin: 0px 0% 10px 0;
}
.form-item label {
	display: block;
	font-weight: 400;
}
.form-item.full {
	width: 100%;
	float: none;
}
.form-item .first,
.form-item .second {
	float: left;
}
.form-item .wpcf7-checkbox .first,
.form-item .wpcf7-checkbox .last {
	width: 100%;
	margin: 0;
}
.form-item .first {
	width: 30%;
	margin-right: 2%;
}
.form-item .second {
	width: 68%;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.submenu ul {
	float: right;
	margin: 10px 0px;
}
.submenu li{
	float: left;
	list-style: none;
}
.submenu li:first-child {
	margin: 0 10px 0 0;
}
.submenu a{
	font-size: .75em;
	color: #000;
}
.submenu a:hover{
	text-decoration: underline;
}
.submenu.wrapper {
	max-width:1170px;
	width:100%;
	padding: 0;
	margin:0 auto;
}
/* wrapper */
.outer-wrapper {
	background: #fff;
	box-shadow: 10px 10px 20px #e7e7e7;
	max-width:1170px;
	width:100%;
	margin:0 auto;
	position:relative;
	background: #fff;
}
.wrapper {
	padding: 60px;
	position: relative;
}
/* header */
.header {
	position: relative;
	z-index: 10;
}
.header .wrapper{
	box-shadow: none;
	padding: 0;
	padding: 40px 60px;
}
.searchform-wrapper {
	float: right;
	width: 50%;
}
.searchform-wrapper .search {
	margin:25px 0 0 0;
	text-align: right;
}
/* logo */
.logo {
	width: 50%;
	float: left;
}
.logo-img {
	max-width: 300px;
}
/* nav */
.nav {
	background: #0089d0;
	border-bottom: 10px solid #000;
	display: block;
	text-align: center;
	min-height: 70px;
}
.nav div.menu {
	
}
.nav ul {
	margin: 0 auto -7px auto !important;
	padding: 0;
	list-style:none;
	width: auto;
	display: inline-block;
}
.nav li {
	float: left;
	list-style: none;
	padding: 0px 0px;
	box-shadow: -0px 0px 0px 0px rgba(0,137,208,0);
	transition: box-shadow .3s ease-in-out,background .3s ease-in-out;
	position: relative;
}
.nav > ul > li > a {
	z-index: 20;
}
.nav ul li ul {
	background: #f0f0f0;
	position: absolute;
	opacity: 0;
	border-top: 10px solid rgba(0,0,0,0);
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	top: 60px;
	left: 0;
	box-shadow: 5px 5px 10px rgba(0,0,0,.2);
	padding: 10px;
	width: 300px;
	text-align: left;
	visibility:hidden;
	transform: scale(0,0);
	transition: visibility 0s linear 0.3s, opacity .3s ease-in-out, transform .3s ease-in-out;
	z-index: 100;
}
.nav ul li.last-menu ul {
	left: -129px;
}
.nav ul li.menu-item-has-children a {
	position: relative;
	z-index: 20;
	transition: background .3s ease-in-out;
}
.nav ul li.menu-item-has-children:hover a {
	background: #109de6;
	z-index: 20;
}
.nav ul li.menu-item-has-children:hover ul {
	opacity: 1;
	transform: scale(1,1);
	visibility: visible;
	transition-delay: 0s;
	z-index: 20;
}
.nav ul > li.menu-item-has-children > a:after {
	display: block;
	width: 16px;
	margin: 18px 0px 0px 5px;
	height: 8px;
	content: '';
	background: url('./img/icons/arrow-down.png') no-repeat;
	background-size: 15px auto;
	background-position: -0px -3px;
	float: right;
	transition: transform .3s ease-in-out;
}
.nav ul > li.menu-item-has-children:hover > a:after {
	transform: rotate(-180deg);
}
.nav ul li ul li {
	padding: 0px 0px;
	float: none;
	box-shadow: none !important;
	border-right: none !important;
}
.nav ul li ul li:hover a:before {
	display: inline-block;
	content: '»';
	float:left;
	margin: 0px 5px 0px 0px;
}
.nav ul li ul li a {
	padding: 10px 10px;
	border-bottom: 1px solid #dededf;
	border-right: none !important;
	box-shadow: none !important;
	margin: 0px 0px;
	background: none !important;
}
.nav ul li ul li:last-child a {
	border: none;
}
.nav ul li ul li:hover {
	background: none;
	box-shadow: none !important;
} 
.nav ul li ul li a {
	color: #000;
	line-height: 1em;
}
.nav li:hover {
	background: #109de6;
	box-shadow: -3px 0px 0px 0px rgba(0,137,208,1);
	z-index: 50;
}
.nav a {
	display: block;
	color: #fff;
	line-height: 40px;
	font-weight: 400;
	padding:10px 15px;
	transition: border .3s ease-in-out;
	border-right: 1px solid rgba(0,0,0,.2);
}
.nav li:last-child a,
.nav li:hover a {
	border-right: 1px solid rgba(0,0,0,0);
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	max-width: 1170px;
	padding: 40px 0px;
	margin:  0 auto;
	font-size: 0.833em;
	color: #7a7a7a;
}
.footer strong {
	font-size:1.143em;
	font-weight: 400;
}
.footer a {
	color: #7a7a7a;
}
.footer a:hover {
	text-decoration: underline;
}
.fourty,
.fifty,
.sixty {
	float: left;
	min-height: 120px;
	padding: 0 20px 0 0px;
}
.fourty {
	width: 40%;
}
.fourty.logos {
	border-left: 1px solid #dededf;
	padding: 0 0 0 20px;
}
.fourty.logos ul {
	margin: 15px 0px;
}
.fourty.logos ul li{
	width: 33.33333%;
	float: left;
}
.fifty {
	width:calc(50% - 10px);
	border-right: 1px solid #dededf;
}
.fifty.margin {
	margin: 0 20px 0 0;
	border: 0;
} 
.sixty {
	width: 60%;
}
.sixty .sixty {
	padding: 0;
}
footer .entry {
	border-bottom: 1px solid #dededf;
	padding: 5px 0px;
}
footer .entry span {
	margin: 0 15px 0 0;
	display: block;
	float: left;
	width: calc(30%-15px);
}
footer .entry:last-of-type {
	border-bottom: 0;
} 
.news-title {
	color: #0089d0 !important;
	font-weight: 500;
	float: left;
	display: block;
	width: 70%;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Startpage */
body.home main {
	background: url('./img/biax-flexwellen.jpg') no-repeat right 50px;
	animation-duration: 1s;
	animation-name: intro;
}
body.home main:before {
	height: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	background-color: rgba(255,255,255,0);
	content: '';
	display: block;
	z-index: 1;
	animation-duration: 1s;
	animation-name: fade;
} 
body.home main article{
	max-width: 68.5%;
	z-index: 2;
	position: relative;
}
body.home main .intro {
	width: 31.5%;
}
body.home main.wrapper {
	padding-top: 60px;
}
body.home main article p {
	font-size: 1.167em;
	line-height: 1.5em;
}
.startseite .navi-grid {
	box-shadow: 5px 5px 15px #f1f1f1;
	margin: 120px 0 0 0 ;
	z-index: 15;
	position: relative;
}
.navi-grid {
	box-shadow: 5px 5px 15px #f1f1f1;
	margin: 80px 0 0 0 ;
	z-index: 15;
	position: relative;
}
.navi-grid ul {
	margin: 0;
	padding: 0;
}
.navi-grid ul li {
	list-style: none;
	float: left;
	width: 50%;
	background: #0089d0;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	transition: background .2s ease-in-out;
}
.navi-grid ul li:hover {
 	background: #109de6;
}
.navi-grid ul li a {
	color: #fff;
	display: table;
	overflow: hidden;
}
.navi-grid ul li a img{
	color: #fff;
	display: block;
	float: left;
	opacity: 1;
	transition: .2s ease-in-out opacity;	
}
.navi-grid ul li a:hover img{
	opacity: .6;
}
.navi-grid ul li a span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px 0 40px;
	font-size: 1.5em;
	line-height: 1.1em;
	width: 63%;
	text-align: left;
	background: url('./img/icons/arrow-right.png') no-repeat 15px center;
	background-size: 14px 31px;
	transition: background .2s ease-in-out, padding .2s ease-in-out;
}
.navi-grid ul li a:hover span {
	padding: 0 20px 0 50px;
	background: url('./img/icons/arrow-right.png') no-repeat 25px center;
	background-size: 14px 31px;
}
/*Page Template*/
.featured-image {
	min-height: 200px;
	overflow: hidden;
}
.featured-image img {
    display: block;
    width: 1170px;
    min-width: 1170px;
    float: right;
}
.page main.wrapper {
	padding: 40px 60px;
}
.single section,
.page section,
.search section,
.error404 section {
	width: calc(100% - 305px);
	float: left;
}
.single aside.sidebar,
.page aside.sidebar,
.search aside.sidebar,
.error404 aside.sidebar {
	float: left;
	width: calc(29% - 20px);
	margin: 0 0 0 20px;
	font-size:.833em;
	min-width: 283px;
}
.sidebar .widget_text {
	background: #f0f0f0;
}
.sidebar div.textwidget {
	padding: 0px 20px 20px 20px;
}
.sidebar .widget_text h3 {
	padding: 20px 20px 0px 20px;
	line-height: 1em;
	margin:0 0 10px 0;
}
.sidebar div.textwidget a:hover {
	text-decoration: underline;
}
.breadcrumb {
	font-size:0.778em;
	border-bottom:1px solid #f0f0f0;
	padding: 0 0 10px 0;
	margin: 0 0 40px 0;
}
.breadcrumb strong {
	float: left;
	font-weight: 400;
	margin: 0 10px 0 0;
}
.breadcrumb a:hover {
	text-decoration: underline;
} 
/* Widgets */
.sidebar .widget_text.contact h3{
	background: #0089d0 url('./img/biax-kontaktbox.jpg') no-repeat;
	color: #fff;
	padding: 75px 20px 20px 20px;
	height: 120px;
	font-size: 1.786em;
	font-weight: 300;
	width: 100%;
	display: block;
	vertical-align: bottom;
}
.sidebar .widget_text.contact strong {
	float: left;
	display: inline-block;
	min-width: 50px;
}
.sidebar .widget_text.contact span {
	float: left;
	display: block;
	padding: 0 0 0 30px;
}
.sidebar .widget_text.contact ul li:first-child{
	margin: 0px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #dfdfdf;
}
.sidebar .widget_text.contact ul li:last-child {
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #dfdfdf;
}
/* Content Styling */
span.headline {
	color:#0089d0;
	font-weight: 400;
}
.timeline {
	background: #f0f0f0;
	padding: 30px;
}
.timeline li {
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 0;
	line-height: 1.3em;
}
.timeline li:first-child {
	padding-top: 0;
}
.timeline li:last-child {
	border: none;
	padding-bottom: 0;
}
.timeline li .date {
	font-weight: 700;
	float: left;
	margin: 0 0px 0 0;
	width: 80px;
}
.timeline li p {
	margin: 0;
	padding: 0;
	float: left;
	width: calc(100% - 80px);
}
.vorteile {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 20px 0px;
	color: #0089d0;
	font-weight: 400;
}
.vorteile strong {
	font-weight: 500;
	font-size: 1.1em;
} 
.company-item {
	border-top: 1px solid #f0f0f0;
	padding: 20px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
.company-item .company-logo,
.company-item .company-details {
	float: left;
} 
.company-item .company-logo {
	width: 35%;
	text-align: right;
	margin-right: 5%;
}
.company-item .company-logo img {
	max-height: 100px;
}
.company-item .company-details {
	width: 60%;
}
.catalog-overview-wrapper {
	overflow: hidden;
	margin: 20px 0 0 0;
}
.catalog-overview-wrapper .product-item {
	background: #f0f0f0;
	width: 32%;
	float: left;
	text-align: left;
	padding: 15px;
	border: 1px solid #dfdfdf;
	margin: 2% 2% 0 0;
}
.catalog-overview-wrapper .product-item:nth-child(3n) {
	margin: 2% 0% 0 0;
}
.catalog-overview-wrapper .product-item:hover {
	border: 1px solid #0089d0;
}
.catalog-overview-wrapper .product-image {
	background: #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,.03);
	border-bottom: 1px solid #f0f0f0;
	padding: 15px;
	margin: 0px 0px 10px 0px;
}
.catalog-overview-wrapper .product-data {
	
}
.catalog-overview-wrapper .product-download .download-link{
	text-align: left !important;
	padding: 0;
}
.catalog-back-to-overview {
	display: block;
	margin: 0 0 10px 0;
}
.catalog-detail-wrapper {
	background: #f0f0f0;	
	padding: 20px;
}
.catalog-detail-wrapper h1 {
	margin-bottom: 10px;
}
.catalog-detail-wrapper h2 {
	margin-bottom: 15px;
	font-size: 1em;
	font-weight: 500;
}
.catalog-detail-wrapper .accordion-content {
	border-color: #dfdfdf;
	background: rgba(255,255,255,.5);
	border-top: 0px;
	box-shadow:2px 2px 2px rgba(0,0,0,.02)
}
.catalog-detail-wrapper table {
	background: #fff;
	border: 1px solid #dfdfdf;
	box-shadow: 2px 2px 2px rgba(0,0,0,.02);
}
.catalog-detail-wrapper table tr {
	border-bottom: 1px solid #f0f0f0;
}
.catalog-detail-wrapper table th,
.catalog-detail-wrapper table td {
	padding: 5px;
}
.catalog-detail-wrapper table tr:last-of-type {
	border: none;
} 
.catalog-detail-wrapper h1 + div {
	background: #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,.02);
	margin: 0 0 20px 0;
	text-align: center;
	padding: 30px;
}
.catalog-detail-wrapper h2 {
	color: #000;
	margin-bottom: 10px;
}
.catalog-detail-wrapper img.left {
    float: left;
    margin-right: 15px;
}
.catalog-detail-wrapper .accordion-toggle {
	background: #fff;
	font-weight: 400;
}
.catalog-detail-wrapper h1 + div img {
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
}
.catalog-detail-wrapper .catalog-item div.accordion-content {
	border-bottom: 1px solid #dfdfdf !important;
}
.catalog-detail-wrapper .accordion-content ul,
.catalog-detail-wrapper .catalog-item ul {
    margin: 0 10px;
    padding: 0px 10px 0px 0px;
    border-top: 0px solid #dededf;
    border-bottom: 0px solid #dededf;
}
.catalog-item div:last-of-type img {
	display: block;
	max-width: 90%;
	margin: 30px auto 10px auto;
}
.image-column-wrapper {
	overflow: hidden;
	font-size: .833em;
	margin:0 0 60px 0px;
}
.image-column-wrapper table {
	text-align: center;
	width: 100%;
}
.image-column-wrapper table th {
	font-weight: 500;
}
.image-column {
	float: left;
	width: 49%;
	margin-right: 2%;
}
div.image-column:last-of-type {
	margin-right: 0;
}
/* Gallery */
.vorteile + .gallery {
	border-top: 0px solid #f0f0f0;
}
.gallery {
	padding: 20px 0px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.gallery.four div.item {
	width: 23%;
}
.gallery div.item {
	float: left;
	margin: 0 2% 0 0;
}
.gallery div.item:last-of-type {
	margin: 0;
} 
.gallery.four div.item img {
	max-width: 99%;
}
.gallery div.item img {
	border: 3px solid #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	max-width: 180px;
}
.gallery div.item:last-of-type {
	margin: 0;
}
.gallery .item {
	padding: 0px 5px 5px 5px;
}
.lightbox {
	position: relative;
	display: block;
}
.item a:before{
	content: '' !important;
	display: block !important;
	background: #0089d0 !important;
	border: 3px solid #fff;
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	opacity: 0;
	transition: opacity .2s ease-in-out;
}
.item a:hover:before{ 
	opacity: .4;
}
.lightbox img {
	margin: 0;
}
.lightbox:after {
	display: block;
	content: '+';
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: 500;
	background: #0089d0;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 20;
	border-radius: 30px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0);
	transition: box-shadow .2s ease-in-out;
}
.lightbox:hover:after {
	box-shadow: 0px 0px 2px rgba(0,0,0,.5);
}
iframe {
	width: 100%;
	height: 400px;
}
/* Toggle Box*/
.accordion-toggle {
	cursor: pointer; 
	margin: 0;
	padding: 10px 40px 10px 15px;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	transition: background .2s ease-in-out;
	position: relative;
}
.accordion-toggle:before {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	height: 20px;
	background: transparent url("./img/more-toggle-fallback.png") no-repeat;
	background: transparent url("./img/more-toggle.png") no-repeat center center/20px 20px;
	content: '';
	display: block;
}
.accordion-toggle:hover {
    background: #0089d0;
    color: #fff;
}
.accordion-toggle:hover:before {
	background: transparent url("./img/more-toggle-fallback-white.png") no-repeat;
	background: transparent url("./img/more-toggle-white.png") no-repeat center center/20px 20px;
}
.accordion-toggle.open {
	background: #0089d0;
	color: #fff;
}
.accordion-toggle.open:before {
    background: transparent url("./img/less-toggle-fallback.png") no-repeat;
    background: transparent url("./img/less-toggle.png") no-repeat center center/20px 20px;
}
.accordion-toggle.open:hover {
  
}
.accordion-toggle.open:hover:before {
   background: transparent url("./img/more-toggle-fallback-white.png") no-repeat;
   background: transparent url("./img/more-toggle-white.png") no-repeat center center/20px 20px;
}
.catalog-item .accordion-toggle:last-of-type,
#accordion .accordion-toggle:last-of-type {
	border-bottom: 1px solid #f0f0f0;
}
.accordion-content {
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-top: 1px solid #dfdfdf;
	padding: 10px;
	display: none;
	background: #f0f0f0;
	overflow: hidden;
}
.accordion-content p {
	padding: 10px;
	margin: 0;
}
.accordion-content ul {
	margin: 0 10px;
	padding: 20px 10px 20px 20px;
	border-top: 1px solid #dededf;
	border-bottom: 1px solid #dededf;
}
.accordion-content ul li,
.catalog-item ul li {
	line-height: 1.2em;
	margin: 0 0 10px 0;
	font-size: 0.888em;
	font-weight: 400;
}
.accordion-content ul li:last-child {
	margin: 0;
}
.accordion-content ul li:before,
.catalog-item ul li:before {
	content: '';
	display: inline-block;
	float: left;
	margin: 0px 10px 20px 0px;
	width: 7px;
	height: 7px;
	background: #0089d0;
	transform: translate(0px,7px);
}
#accordion .accordion-toggle:last-of-type + .accordion-content  {
	border-top: 1px solid #dfdfdf;
}
.accordion-content.default {display: block;}

/* Toggle Box*/

.loop-item {
	border-bottom: 1px solid #f0f0f0;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
.loop-item h2 {
	margin-bottom: 5px;
	transition: padding .3s ease-in-out;
}
.loop-item a {
	display: block;
}
.loop-item a:hover h2 {
	padding: 0 0 0 10px;
}
.loop-item h2:before {
	display: inline-block;
	float: left;
	margin: 0 5px 0 0;
	content: '»';
}
.loop-item a p {
	margin-bottom:0 ;
	color: #000 !important;
}
.loop-item:first-of-type {
	margin-top: 20px;
}
.loop-item:last-of-type {
	border-bottom: 0px solid #f0f0f0;
}

/* Wellem Item*/
.wellen-item {
	border: 1px solid #f0f0f0;
	padding: 20px;
}
.wellen-item +  .wellen-item {
	margin: 20px 0 0 0;
}
.wellen-item > strong{
	color: #0089d0;
	display: block;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	font-weight: 400;
}
.wellen-item .table {
	background: #f0f0f0;
	padding: 15px;
	margin: 25px 0 0 0;
}
.wellen-item .image {
	float: left;
	width:60%;
}
.wellen-item .image.full {
	width: 100%;
	text-align: center;
}
.wellen-item .image.full img {
	max-width: 250px;
	margin: 15px 0;
}
.wellen-item .image.full.port img{
	max-width: 450px;	
}
.wellen-item .table {
	width: 40%;
	float: left;
}
.wellen-item .data-wrapper {
	font-size: .888em;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.wellen-item .data-wrapper + p {
	font-size: .8888em;
	margin-bottom: 0;
}
.wellen-item .data-wrapper strong {
	display: block;
}

/* Plugins */
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    font-size: .875em;
    text-align: center;
}
#lang_sel_list {
	font:300 18px/1.4 'futura-pt', Helvetica, Arial, sans-serif !important;
	overflow: hidden;
}
#lang_sel_list ul {
	border: none !important;
}
#lang_sel_list a.lang_sel_sel {
	background: none !important;
	text-decoration:underline!important;
}
#lang_sel_list ul a.lang_sel_other {
	background: none !important;
}
#lang_sel_list a {
	font-size: 0.75em !important;
}
#lang_sel_list ul li:first-child {
	margin-right: 10px !important;
}
.wpml-ls-statics-shortcode_actions, 
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, 
.wpml-ls-statics-shortcode_actions a {
	border: none !important;
}
/*------------------------------------*\
    CATALOG
\*------------------------------------*/
.table-wrapper {
	overflow: scroll;
}
.catalog-item table {
	width:100%;
	font-size: .833em;
}
.catalog-item table td {
    text-align:center;
}
.catalog-item table th{
	background: #f0f0f0;
	font-weight: 500;
}
/*------------------------------------*\
    FORMULAS
\*------------------------------------*/
table.formula td {
	padding:5px;
	font-weight: 500;
}
table.formula + h3,
table.formula + ul {
	margin-top: 20px;
}
table.formula td.dividend {
	text-align:center;
	border-bottom:1px solid #000;
}
table.formula td.divisor {
	text-align:center;
}
/*------------------------------------*\
    ANIMATIONS
\*------------------------------------*/

/* Chrome, Safari, Opera */
@-webkit-keyframes fade {
    from {background-color: rgba(255,255,255,1);
	}
    to {background-color: rgba(255,255,255,0);}
}

/* Standard syntax */
@keyframes fade {
	from {background-color: rgba(255,255,255,1);
	}
	to {background-color: rgba(255,255,255,0);}
}


/* Chrome, Safari, Opera */
@-webkit-keyframes intro {
    from {background-position: 1200px 50px;
	}
    to {background-position: right 50px;}
}

/* Standard syntax */
@keyframes intro {
    from {background-position: 1200px 50px;
    }
    to {background-position: right 50px;}
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1 {
	font-weight: 400;
	margin: 0px 0px 5px 0px;
	line-height: 1.1em;
}
article h2:first-of-type {
	margin-top: -5px;
}
h1 + h2 {
	margin-top: 10px !important;
} 
h2 {
	font-weight: 100;
	line-height: 1.1em;
}
h1,h2,h4,h5 {
	color:#0089d0
}
h3 {
	font-weight: 400;
	color: #000;
	margin: 0 0 10px 0;
}
h2 + p,
h3 + p {
	margin-top: 0px !important;
}
/*------------------------------------*\
    PAGE IMAGES
\*------------------------------------*/
.wp-image-119 {
	max-width: 230px;
}
.wp-image-141 {
	max-width: 145px;
}
.wp-image-246 {
	max-width: 200px;
	margin-bottom: 0 !important;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1100px) {
    .product-table .product-item .product-data ul li{
        padding: 0 20px 0px 0px;
    }
}
@media only screen and (max-width:1060px) {
	.submenu ul {
		margin: 0px 0px 10px 0px;
	}
	.header .wrapper {
		padding: 40px;
	}
	.navi-grid {
		margin: 40px 0 0 0 !;
	}
	body.home main article {
		width: 60%;
	}
	.wrapper {
		padding: 40px;
	}
	.footer {
		padding: 40px 0px;
	}
	.nav {
		font-size: .95em;
	}
	.page main.wrapper {
		padding: 20px 30px;
	}
}

@media only screen and (max-width:1023px) {
	.desktop {
		display: none;
	}
	.search-item {
		float: left;
		width: 33.3333%;
	}
	.search-item.article {
		width: 100%;
		margin: 0 0% 20px 0;
	}
	.search-item:last-of-type {
		margin: 10px 0px 0px 0px;
		width: 100%;
		padding: 0px;
	} 
	.header .wrapper:before {
		bottom: -60px;
		right: 0px;
		position: absolute;
		height: 60px;
		width: 36px;
		background: url('./img/scroll-indicator.png') no-repeat;
		background-size: contain;
		content: '';
		display: block;
		z-index: 100;
	}	
	.nav  {
		overflow-x: auto;
		overflow-y: visible;
	    -webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.nav ul li.menu-item-has-children {
		position: static;
	}
	.nav ul li.menu-item-has-children ul {
	    left: 0px;
	    /*top: 225px;*/
	    width: 100%;
	}
	.nav ul {
		width: 990px;
	}
	.mobile {
		display: block !important;
	}
	.header .wrapper:before {
		display: none;
	} 
	.nav {
		overflow: hidden;
	}
	.nav ul li.menu-item-has-children {
		position: relative;
	}
	.nav ul {
		width: 905px;
	}
	.nav ul li.menu-item-has-children ul {
		top: 50px;
		left: 0px;
	}
	.nav {
		height: 70px;
		line-height: 60px;
		overflow-x: hidden;
	}
	.nav ul {
		background: #0089d0;
		display: none;
		position: absolute;
		width: 100%;
	}
	.nav ul.show {
		display: block;
	}
	.nav ul li {
		width: 100%;
		text-align: left;
		box-shadow: none !important;
	}
	.nav ul li a {
		line-height: 30px;
		border-bottom: 1px solid rgba(0,0,0,.2);
		width: 100% !important;
	}
	.nav ul > li.menu-item-has-children > a::after {
		margin: 13px 0px 0px 5px;
	}
	.nav ul li ul {
		border: none;
		top: 50px;
		width: 100%;
	}
	.nav ul.submenu li a {
		display: none;
	}
	
}


@media only screen and (max-width:900px) {
.navi-grid ul li a span {
	font-size: 1.1em;
	}
.startseite .navi-grid {
	margin-top: 30px;
	}
}
@media only screen and (max-width:800px) {
	body.home main article {
		max-width: none;
		width: 100%;
	}
	body.home main.wrapper {
		background: #fff;
	}
	body.home main article{
		margin-top: 0px;
	}
	.home-picture {
		margin: 0px -60px 0 0 !important;
	}
	.catalog-overview-wrapper .product-item {
		width: 100%;
		float: left;
		text-align: left;
		padding: 15px;
		border: 1px solid #f0f0f0;
		margin: 0px 0% 20px 0;
	}
	.catalog-overview-wrapper .product-item:nth-child(3n) {
		margin: 0% 0% 0 0;
	}
}
@media only screen and (max-width:767px) {
	body main article,
	.page section,
	.single section,
	.page aside.sidebar,
	.single aside.sidebar {
		max-width: none;
		width: 100%;
		margin: 20px 0 0 0;
	}
	.navi-grid ul li a span {
		font-size: 1.3em !important;
	}
	.navi-grid ul li a img {
		max-width: 100px;
	}
	.logo-img {
		max-width: 240px;
	}
	.nav ul li.menu-item-has-children ul {
	    /*top: 208px;*/
	}
	.navi-grid {
		overflow: hidden;
	}
	.navi-grid ul li {
		width: 100%;
	}
	.navi-grid ul li a {
		width: 100%;
		display: block;
	}
	.navi-grid ul li a img {
		width: 20%;
		float: left;
	}
	.navi-grid ul li a span {
		width: 80%;
		float: left;
		display: block;
		margin: 15px 0px 0px 0px;
	}
	.catalog-detail-wrapper h1 + div {
		padding: 15px;
	}
	.table-wrapper {
		border: 1px solid #dfdfdf;
	}
	.catalog-detail-wrapper {
		padding: 10px;
	}
	.catalog-detail-wrapper table {
		border: 0px solid #dfdfdf;
	}
}
@media only screen and (max-width:640px) {
	.header .wrapper {
		padding: 40px 40px 30px 40px
	}
	.navi-grid ul li a span {
		margin: 10px 0px !important;
		font-size: 1.1em !important;
	}
	body.home main article p{
		font-size: 1em;
	}
	.breadcrumb {
	    margin: 0 0 10px 0;
	}

	body.home main.wrapper {
		padding: 40px !important;
	}
	.logo,
	.searchform-wrapper,
	input[type="search"] {
		width: 100%;
	}
	.home-picture {
		margin: 0 -40px 0 0 !important;
		max-width: 50%;
	}
	.fourty,
	.fifty,
	.sixty {
		width: 100%;
		border: none;
		padding: 0;
	}
	.fifty:last-of-type {
		margin: 0 0 20px 0;
	}
	.footer {
		padding: 20px 0px;
		font-size: 1em;
	}
	footer .sixty .fourty {
		display: none;
	}
	.footer .sixty .fourty.show {
		display: block;
	}
	.fourty.logos {
		margin: 20px 0 0 0;
		padding: 0;
		border: 0;
	}
	.timeline li .date {
		margin: 0 0 10px 0;
	}
	.timeline li .date,
	.timeline li p {
		display: block;
		width: 100%;
	}
	.page aside.sidebar {
		margin: 20px 0 0 0;
	}
	h1 {
		line-height: 1em;
	}
	.form h5 {
		margin: 20px 0px;
	}
	.form-item {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.company-item .company-logo {
		width: 100%;
		text-align: left;
		margin: 0 0 20px 0;
	}
	.company-item .company-logo img{
		max-height: 80px
	}
	.company-item .company-details {
		width: 100%;
	}
	.product-table .product-item .product-data,
	.product-table .product-item .product-download{
		margin-top: 0px;
	}
	.product-table .product-item .product-image {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.product-table .product-item .product-image img{
		display: block;
		margin: 0 auto;
	}
	.product-table ul li {
		width: 100%;
		float: none;
	}
}
@media only screen and (max-width:550px) {
	.navi-grid ul li a span.reset {
		margin: 0px 0px 0px 0px;
	} 
}
@media only screen and (max-width:480px) {
	.logo-img {
		max-width: 180px;
	}
	.page aside.sidebar {
		min-width: 0px !important;
	}
	.sidebar .widget_text.contact h3 {
		min-width: 100%;
		display: block;
		padding: 75px 20px 20px 20px;
	}
	.sidebar .widget_text.contact span {
		padding: 0 0 0 10px;
	}
	.header .wrapper {
		padding: 20px 20px 30px 20px;
	}
	main.wrapper, body.home main.wrapper {
		padding: 20px !important;
	}
	.home-picture {
		margin: 0 -20px 0 0 !important;
	}
	.gallery.four div.item {
		width: 100%;
		margin: 20px 0 0 0;
	}
	.gallery.four div.item img {
		width: 100%;
	}
	.product-table .product-item .product-data {
		padding: 0;
		width: 100%;
	}
	.product-table .product-item .product-download  {
		width: 100%;
		text-align: right;
	}
	.product-table .product-item .product-data ul li {
		text-align: left;
	}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;

	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	/*a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}*/
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:1cm .5cm 1cm .5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
	nav,
	.searchform-wrapper,
	.menu-footer-navigation-links,
	.sixty.menu,
	.submenu,
	footer {
		display: none !important;
	}
	main.wrapper,
	.header .wrapper {
		padding: 0px !important;
	}
	body.home main article {
		width: 100%;
		max-width: 100% !important;
	}
	.logo-img {
		max-width: 190px !important;
		margin: 0px 0px 50px 0px !important;
	}
	.page section {
		width: 100% ;
	}
	.page aside.sidebar {
		margin: 0px !important;
	}
	.sidebar .widget_text.contact h3 {
		padding: 0px !important;
		margin: 0px !important;
		height: auto !important;
	}
	.sidebar div.textwidget {
		padding: 0px !important;
	}
	.breadcrumb {
		margin: 20px 0px !important;
	}
	.accordion-content {
		display: block !important;
	}
	.catalog-detail-wrapper {
		padding: 0px !important;
	}
	.accordion-toggle {
		border-top: 0px;
		border-right: 0px;
		border-left: 0px;
		border-bottom: 1px solid #000;
		padding: 0px;
		margin-top:20px;
	}
	.accordion-toggle:after,
	.accordion-toggle:before {
		display: none;
	}
	.accordion-content,
	.accordion-content p{
		border: 0px !important;
		padding: 0px !important;
	}
	.accordion-content p {
		margin-top: 10px !important;
	}
	.catalog-detail-wrapper h1 + div img {
		max-height: 200px !important;
	}
	.catalog-detail-wrapper .catalog-item div.accordion-content {
		border-bottom: 0px !important;
	}
	.catalog-detail-wrapper .accordion-content {
		box-shadow: none !important;
	}
}
