/*
	Theme Name: Canlas
	Author: Mohanty
    Author URI: http://www.mohanty.de/
    Template: genesis
    Version: 1.0
*/


/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('./fonts/roboto-v18-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('./fonts/roboto-v18-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-v18-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-v18-latin-100.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-v18-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-v18-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('./fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('./fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('./fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('./fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/roboto-v18-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('./fonts/roboto-v18-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-v18-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-v18-latin-900.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-v18-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-v18-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* ## General
--------------------------------------------- */
body {
    font-family: 'Roboto';
    font-size: 0.9375rem;
    color: #7b7b7b;
	background-color: #eaeaea;
}
a, a:hover, a:focus {
    color: #c62929;
}
a:hover, a:focus {
    text-decoration: underline;
}
address {
    margin-bottom: 1rem;
}
cite {
	display: inline;
	font-size: inherit;
}
embed, iframe, object, video {
	max-width: 100%;
    vertical-align: middle;
}

/* ## Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto';
    color: #000;
    margin-bottom: 1.375rem;
}
h1 {
    font-size: 2.188rem;
}
h2 {
    font-size: 1.75rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.313rem;
}
h5 {
    font-size: 1.188rem;
}
h6 {
    font-size: 1.063rem;
}
.entry-title {
    font-size: 1.75rem;
}
body.page .entry-title, .archive-title {
    margin-bottom: 1.5rem;
}
body.home .content .entry-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.entry-title a {
    color: #000;
}
.product h2 {
    font-size: 1.313rem;
    margin-bottom: 0.75rem;
}
.related h2 {
    font-size: 1.188rem;
    margin: 0;
    padding: 1.125rem 1.875rem 1rem;
    border-bottom: 1px solid #e0e0e0;
}
.product-list-title {
    margin: 3.75rem 0 2.5rem;
}
.home-product h3 {
    font-size: 1.313rem;
    margin-bottom: 0.75rem;
}
.nf-form-title h3 {
    margin-bottom: 0.875rem;
	 font-size: 1.313rem;
}
.sidebar .widgettitle {
    font-size: 1.313rem;
}
.sidebar .widget_text .widgettitle, .sidebar .featuredpost .widgettitle {
    padding: 0.875rem 1.875rem 0.9375rem;
    border-bottom: 1px solid #e0e0e0;
}
.sidebar .widget_text .widgettitle {
    margin-bottom: 1.875rem;
}
.sidebar .featuredpost .widgettitle {
    margin: 0;
}
.footer-widget .widgettitle {
    font-size: 1.188rem;
    margin-bottom: 1rem;
}
.widget_search .widgettitle {
    display: none;
}
.sidebar .entry-title {
    font-size: 1.188rem;
    margin-bottom: 0.75rem;
    display: table;
    width: 100%;
    min-height: 2.5rem;
}
.sidebar .entry-title a {
    display: table-cell;
    vertical-align: middle;
    padding-right: 1.875rem;
    background: url(images/more.png) no-repeat right center;
}

/* ## Accessibility
--------------------------------------------- */
.screen-reader-text, .screen-reader-text span, .screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
.screen-reader-text:focus, .screen-reader-shortcut:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000;
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}
.more-link {
    position: relative;
}
.genesis-skip-link {
	margin: 0;
}
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box:before, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .widget:before, .gallery:before {
	content: " ";
	display: table;
}
.author-box:after, .entry:after, .entry-content:after, .footer-widgets:after, .nav-primary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .widget:after, .gallery:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
.site-inner {
	clear: both;
	padding: 1.875rem 0 3.75rem;
}
body.home .site-inner {
    padding-top: 2.5rem;
}
.row {
    max-width: 74rem;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.author-box .avatar, .alignleft .avatar {
	margin-right: 1.5rem;
}
.alignright .avatar {
	margin-left: 1.5rem;
}
.comment .avatar {
	margin: 0 1rem 1.5rem 0;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	margin-bottom: 1.875rem;
    font-size: 0.8125rem;
}
.breadcrumb a {
    color: #7b7b7b;
}
.breadcrumb .sep {
    padding: 0 1rem;
}
.archive-description, .author-box {
	font-size: 1.667rem;
	margin-bottom: 2.5rem;
}
.archive-description p:last-child, .author-box p:last-child {
	margin-bottom: 0;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}
a.alignnone {
	display: inline-block;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft, a.alignnone, a.alignright, .wp-caption {
	max-width: 100%;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 1.5rem;
}
img.alignnone, .alignnone {
	margin-bottom: 0.75rem;
}
a.alignleft, img.alignleft, .wp-caption.alignleft {
	margin: 0 1.5rem 1.5rem 0;
}
a.alignright, img.alignright, .wp-caption.alignright {
	margin: 0 0 1.5rem 1.5rem;
}
.wp-caption-text {
	font-size: 0.875rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
	margin: 0 0 1.75rem;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}
.widget p:last-child {
	margin-bottom: 0;
}
.widget .menu > li {
	display: block;
}
.widget .menu > li > a {
	display: inline;
	padding: 0;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td, .widget_calendar th {
	text-align: center;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color: #fff;
}
.site-header > .wrap {
	padding: 1.188rem 0 0.875rem;
}

/* ## Header Widget Area
--------------------------------------------- */
.header-widget-area {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
}
.header-widget-area .widget {
    float: left;
}
.header-widgets .widget_search {
    width: 48%;
}
.header-widgets .widget_icl_lang_sel_widget {
    float: right;
}
.header-widgets .search-form {
    display: table;
    width: 100%;
    border: 1px solid #c0c0c0;
    border-radius: 6px;
}
.header-widgets input[type="search"] {
    display: table-cell;
    width: 85%;
    height: 1.938rem;
    padding: 0.4375rem 0.875rem;
    border: none;
    margin: 0;
    color: #7b7b7b;
    font-size: 0.8125rem;
    background: none;
    box-shadow: none;
}
.header-widgets ::-webkit-input-placeholder {
  color: #7b7b7b;
}
.header-widgets ::-moz-placeholder {
  color: #7b7b7b;
}
.header-widgets :-ms-input-placeholder {
  color: #7b7b7b;
}
.header-widgets input[type="submit"] {
    display: table-cell;
    width: 15%;
    height: 1.938rem;
    margin: 0;
    padding: 0;
    border: none;
    text-indent: -600rem;
    outline: none;
    background: url(images/search.png) no-repeat center;
}
#lang_sel_click {
    height: 2.125rem;
    font-family: 'Roboto';
}
#lang_sel_click li {
    width: 7.5rem;
}
#lang_sel_click a.lang_sel_sel {
    color: #7b7b7b;
    background: url(images/lang.png) no-repeat 5.875rem center;
}
#lang_sel_click a {
    font-size: 0.8125rem;
    color: #7b7b7b;
    border-color: #c0c0c0;
    border-radius: 6px;
    background: #EAEAEA;
    padding-left: 0.875rem;
    line-height: 2rem;
	padding-top: 0;
	padding-bottom: 0;
}
#lang_sel_click li:hover > a, #lang_sel_click ul ul a:hover {
    background-color: #fff;
}
#lang_sel_click a.lang_sel_sel:hover, #lang_sel_click a:hover, #lang_sel_click ul ul a:hover {
    color: #7b7b7b;
}
#lang_sel_click ul ul {
    width: 7.5rem;
    top: 2rem;
    border: none;
}
#lang_sel_click ul ul a {
    color: #7b7b7b;
    line-height: 2rem;
    border-top: 1px solid #c0c0c0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 0.875rem;
}
.header-widgets .widget_nav_menu {
    font-size: 0.8125rem;
    clear: both;
    width: 100%;
    text-align: center;
}
.header-widgets .widget_nav_menu li {
    display: inline;
    margin: 0 0.25rem;
}
.header-widgets .widget_nav_menu a {
    color: #7b7b7b;
    line-height: 2.125rem;
}

/* ## Title Area
--------------------------------------------- */
.site-title {
	margin: 0;
    height: 67px;
    overflow: hidden;
    text-align: center;
}
.site-title a {
	display: inline-block;
    vertical-align: middle;
	text-indent: -600rem;
    width: 250px;
    height: 67px;
    background: url(images/logo.png) no-repeat;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.nav-primary {
    padding-top: 0.875rem;
}
.genesis-nav-menu {
	margin: 0;
    float: right;
}
.genesis-nav-menu .menu-item {
	float: left;
	position: relative;
	list-style-type: none;
}
.genesis-nav-menu .sub-menu .menu-item {
	float: none;
}
.genesis-nav-menu a {
	display: block;
	padding: 0.3125rem 1.263rem;
	text-decoration: none;
    color: #505050;
}
.genesis-nav-menu > li:last-child > a {
	padding-right: 0;
}
.genesis-nav-menu .sub-menu a {
	background: #fff;
	border: 1px solid #eaeaea;
	border-top: none;
	padding: 0.5rem 1.25rem;
}
.genesis-nav-menu .sub-menu {
	position: absolute;
	left: -100em;
	z-index: 99;
	opacity: 0;
	width: 15rem;
	border-top: 1px solid #eaeaea;
	transition: opacity .4s ease-in-out;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin-left: 15rem;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 0;
	opacity: 1;
}
.genesis-nav-menu .sub-menu .menu-item:hover > .sub-menu {
	top: -1px;
}

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
	position: static;
}
.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Mobile Navigation
--------------------------------------------- */
.mobile-toggle .title-bar-left {
	cursor: pointer;
}
.mobile-toggle .title-bar-left:hover {
	color: #cacaca;
}
.mobile-toggle .title-bar-left:hover > .menu-icon::after {
	background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}
.title-bar .menu-icon {
	border: none;
	padding: 0;
	background: none;
}
.off-canvas {
	bottom: 0;
	background: #fff;
}
.off-canvas-content {
	background: none;
	box-shadow: none;
}
.off-canvas .is-drilldown-submenu {
	margin: 0;
}
.off-canvas a {
	display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
	color: #666;
}
.off-canvas .is-drilldown-submenu-parent > a:after {
	border-color: transparent transparent transparent #666;
	opacity: 0.5;
}
.off-canvas .js-drilldown-back > a:before {
	border-color: transparent #666 transparent transparent;
	opacity: 0.5;
}
.off-canvas .js-drilldown-back a {
	background: rgba(0, 0, 0, 0.05);
}
.js-off-canvas-exit {
	background-color: rgba(0, 0, 0, 0.2);
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */
.page-top {
    margin-bottom: 2.5rem;
}
/*
.page-top iframe {
    pointer-events: none;
}
*/

page-template-page_products
body.page .entry-header, body.page-template-page_products .entry-header,body.page .entry-header, body.page-template-page_applications .entry-header {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
body.home .entry-header, body.page-template-page_products .entry-header, body.home .entry-header, body.page-template-page_applications .entry-header {
    padding: 0;
}
body.contact .entry-header {
    display: none;
}
.entry {
	background-color: #fff;
	margin-bottom: 2.5rem;
	padding: 1.875rem 2.5rem 2.5rem;
    border-radius: 6px;
}
body.single .entry, body.page .entry {
    margin: 0;
}
body.page .entry {
    padding: 0;
}
body.home .content .entry {
    padding: 2.5rem;
    margin-bottom: 3.75rem;
}
body.page-template-page_products .entry, body.page-template-page_applications .entry {
    background: none;
}
body.page .entry-content {
    padding: 1.875rem 2.5rem 2.5rem;
}
body.home .content .entry-content {
    padding: 0;
    font-size: 1rem;
}
body.page-template-page_products .content .entry-content, body.page-template-page_applications .content .entry-content {
    font-size: 1.125rem;
    padding: 0;
  /*  margin-bottom: 1.5rem; */
}
.entry-content p:last-of-type {
    margin: 0;
}
.entry.sticky {
	position: static;
	-webkit-transform: none;
	transform: none;
}

/* ## Slider
--------------------------------------------- */
body .tparrows {
    width: 20px;
    height: 32px;
}
body .tparrows:before {
    content: ''!important;
}
body .tp-leftarrow, body .tp-leftarrow:hover {
    background: url(images/slider-left.png) no-repeat;
}
body .tp-rightarrow, body .tp-rightarrow:hover {
    background: url(images/slider-right.png) no-repeat;
}
body .tp-bullet {
    width: 1.25rem;
    height: 0.75rem;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.65);
    border-radius: 3px;
}
body .tp-bullet.selected, body .tp-bullet:hover {
    background-color: #c62929;
}

/* ## Tables
--------------------------------------------- */
body .tablepress {
    margin-bottom: 2.5rem;
}
table tbody, table tfoot, table thead {
    border: none;
    background: none;
}
table tbody tr:nth-child(even) {
    background: none;
}
th, td, body .tablepress th, body .tablepress td {
    vertical-align: top;
    padding: 0.625rem 1rem 0.625rem 0;
    border-top: 1px solid #e0e0e0;
}
th {
    text-align: left;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
	margin: 0 -0.625rem;
}
.gallery-item {
	margin: 0 0 1.25rem;
    padding: 0 0.625rem;
	float: left;
	width: 50%;
	text-align: center;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-item:nth-of-type(2n+1) {
	clear: left;
}
.gallery-icon a {
    display: inline-block;
    position: relative;
}
.gallery-icon span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.50);
    background-image: url(images/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.gallery-icon a:hover > span {
    display: block;
}
.gallery .wp-caption-text {
	display: none;
}

/* ## Downloads
--------------------------------------------- */
.downloads {
    margin: 0;
    list-style-type: none;
}
.downloads li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 3.5rem;
    background: url(images/pdf.png) no-repeat 0.375rem center;
}
.downloads a {
    display: table-cell;
    padding: 0.75rem 5rem 0.625rem 0;
    min-height: 2.813rem;
    vertical-align: middle;
    color: #7b7b7b;
    background: url(images/download.png) no-repeat 99% center;
}

/* ## Related
--------------------------------------------- */
.related {
    background-color: #fff;
    border-radius: 6px;
    margin-top: 1.25rem;
}
.related ul {
    margin: 0;
    list-style-type: none;
}
.related li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 4.313rem;
    background: url(images/check.png) no-repeat 1.875rem center;
}
.related li:last-child {
    border: none;
}
.related a {
    display: table-cell;
    padding: 0.625rem 3.75rem 0.875rem 0;
    min-height: 3.125rem;
    vertical-align: middle;
    color: #7b7b7b;
    background: url(images/arrow.png) no-repeat 95% center;
}

/* ## Boxes
--------------------------------------------- */
.product {
    margin-bottom: 1.875rem;
}
.product .inside {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding-bottom: 2.125rem;
}
.product-description {
    padding: 1.875rem 2.5rem 1.313rem;
	 text-align: left;

}
.product-description p, .box-more {
    margin: 0;
}
.content .home-product-1 {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 0 2.5rem;
}
.home-product {
    padding-top: 1.5rem;
}
.box-more {
    text-align: right;
    padding-right: 2.5rem;
}
.home-product .box-more {
    padding: 0 1.563rem 1rem 0;
}
.box-more a {
    padding-right: 1.25rem;
    background: url(images/more.png) no-repeat right center;
}
.home-product .box-more a {
    background-image: url(images/more-2.png);
}
.product-list {
    list-style-type: none;
    font-size: 1.188rem;
}
.product-list li {
    margin-bottom: 2.5rem;
    display: table;
}
.product-list a {
    display: table-cell;
    vertical-align: middle;
    padding: 1.375rem 3.125rem 1.375rem 1.875rem;
    border-radius: 6px;
    background: #fff url(images/more-2.png) no-repeat 90% center;
}
.products-header {
    margin-top: 1.25rem;
}
.products-header p {
    margin-bottom: 3.125rem;
}
.products-header a {
    display: inline-block;
    padding: 0.5rem 1.875rem 0.5625rem 0.9375rem;
    border: 1px solid #c62929;
    border-radius: 6px;
    width: 100%;
    background: url(images/more-2.png) no-repeat 95% center;
}

/* ## Forms
--------------------------------------------- */
.nf-form-cont {
    background-color: #fff;
    border-radius: 6px;
    margin-top: 1.25rem;
    padding: 2.25rem 2.5rem 2.5rem;
}
body.contact .nf-form-cont {
    margin: 0;
    padding: 0;
}
.html-wrap, .nf-form-fields-required {
    margin-bottom: 1.875rem;
}
.html-wrap {
    font-size: 1.125rem;
}
body .nf-field-container {
    margin-bottom: 1.25rem;
}
input[type="email"], input[type="search"], input[type="text"], textarea {
    padding: 0.5rem 1.25rem 0.5625rem;
    border-color: #e0e0e0;
    border-radius: 3px;
    font-size: 0.9375rem;
    color: #7b7b7b;
    box-shadow: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, body .field-wrap input[type="button"] {
	display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 1;
    -webkit-appearance: button;
    vertical-align: middle;
    border: none;
    padding: 0.85em 1em;
    font-size: 0.9375rem;
    font-weight: bold;
    background-color: #c62929;
    color: #fff;
    border-radius: 3px;
    outline: none;
}
.button {
	display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
	display: none;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #7b7b7b;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #7b7b7b;
}
:-ms-input-placeholder {
    color: #7b7b7b;
}
.entry-content .search-form {
    margin-bottom: 2.5rem;
    overflow: hidden;
}
.entry-content input[type="search"], .entry-content input[type="submit"] {
    float: left;
}
.entry-content input[type="search"] {
    width: 80%;
}
.entry-content input[type="submit"] {
    width: 20%;
}
.post-password-form input[type="submit"] {
	margin-top: 0.625rem;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 0.875rem;
	margin-bottom: 0;
}
.entry-header .entry-meta {
	margin-bottom: 1.5rem;
}
.entry-footer .entry-meta {
	border-top: 1px solid #eaeaea;
	padding-top: 1.5rem;
}
.entry-categories, .entry-tags {
	display: block;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 0.375rem 0 0.125rem;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin-top: 2.5rem;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination a {
	background-color: #fff;
	color: #7b7b7b;
	cursor: pointer;
}
.archive-pagination a:hover, .archive-pagination a:focus, .archive-pagination .active a {
	background-color: #c62929;
	color: #fff;
}
.pagination-previous a:before, .pagination-next a:after {
	content: '';
}

/* ## Comments
--------------------------------------------- */
.comment-respond, .entry-comments, .entry-pings {
	background-color: #fff;
	font-size: 0.875rem;
	margin-bottom: 2.5rem;
}
.entry-comments, .comment-respond, .entry-pings {
	padding: 2.5rem;
}
.comment-list {
	margin: 0;
}
.comment-list li.comment {
	list-style-type: none;
	background-color: #fafafa;
	border: 2px solid #fff;
	border-right: none;
	padding: 1rem;
}
.comment-header {
	margin-bottom: 1.875rem;
}
.comment-content {
	clear: both;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 50%;
}
.comment-respond label {
	display: block;
	margin-right: 0.75rem;
}
.comment-header p {
	margin-bottom: 0;
}
.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
    margin-top: 2.5rem;
}
.sidebar .widget {
	background-color: #fff;
    margin-bottom: 1rem;
	padding: 0.875rem 1.875rem 1.875rem;
    border-radius: 6px;
}
.sidebar .textwidget {
    padding: 0 1.875rem 1.875rem;
}
.sidebar .entry-header, .sidebar .widget_text, .sidebar .featuredpost, .sidebar .entry-content, .sidebar .featuredpage {
    padding: 0 !important;
}
.sidebar .entry {
    padding: 1.875rem !important;
    border-bottom: 1px solid #e0e0e0;
}
.sidebar .entry:last-child {
    border: none;
}
.sidebar .entry-thumb {
    position: relative;
    display: inline-block;
}
.sidebar .has-post-thumbnail .entry-thumb {
    margin-bottom: 1.625rem;
}
.sidebar .alignnone, .sidebar .aligncenter {
    margin: 0;
}
.sidebar .entry-meta {
    font-size: 0.6875rem;
}
.sidebar .has-post-thumbnail .entry-meta {
    position: relative;
    float: right;
    background: #fff;
    border-radius: 6px;
    display: inline-block;
    padding: 0.125rem 0.75rem;
}
.sidebar-logo {
    margin: auto;
    display: block;
}
.sidebar .widget_nav_menu {
    padding: 0.625rem 0 0;
}
.sidebar ul {
    margin: 0;
}
.sidebar li ul {
    list-style-type: none;
    border-top: 1px solid #e0e0e0;
    display: none;
}
.sidebar li ul ul {
    border: none;
}
.sidebar li.current-menu-ancestor > ul {
    display: block;
}
.sidebar li a, .sidebar .widget .menu > li > a {
    display: block;
    padding: 0.4375rem 1.875rem 1.188rem;
    text-decoration: none;
    font-size: 1.063rem;
    color: #000;
}
.sidebar ul ul a {
    padding-left: 3.75rem;
    padding-bottom: 0.4375rem;
    color: #7b7b7b;
    font-size: 0.9375rem;
}
.sidebar ul ul ul a {
    font-size: 0.875rem;
    background-color: #f1f1f1;
    padding-left: 5.625rem;
}
.sidebar li a:hover, .sidebar .widget .menu > li > a:hover, .sidebar li.current-menu-item > a, .sidebar li.current-menu-ancestor > a, .sidebar .widget .menu > li.current-menu-ancestor > a {
    color: #c62929;
}
.sidebar li a span {
    display: block;
    background: url(images/arrow-down.png) no-repeat right center;
}
.sidebar li a span.active {
    background-image: url(images/arrow-up.png);
}
.sidebar .textwidget ul {
    list-style-type: none;
    margin: -1.875rem;
}
.sidebar .textwidget li {
    padding: 0.625rem 1.875rem;
    border-bottom: 1px solid #e0e0e0;
}
.sidebar .textwidget li:last-child {
    border: none;
}
.sidebar .textwidget li a {
    padding: 0 0 0 2.5rem;
    color: #7b7b7b;
    background: url(images/check.png) no-repeat 0 0.5rem;
}
.sidebar .textwidget li a span {
    background-image: url(images/arrow.png);
}
.featured-thumb {
    text-align: center;
}
.featured-content {
    padding: 1.25rem 1.875rem;
}
.featured-content .box-more {
    padding: 0;
}


/* # Footer Widgets and Site Footer
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #f9f9f9;
    padding: 2.5rem 0 1.25rem;
}
.footer-widget {
    padding-bottom: 1.25rem;
}
.site-footer {
	background-color: #c62929;
	padding: 2.5rem 0;
    font-size: 0.8125rem;
    color: #fff;
	text-align: center;
}
.site-footer a {
    color: #fff;
}




/* EDIT */

.widget_nav_menu .widgettitle.widget-title {
    display: none;
}




.wpml-ls-legacy-dropdown-click {
	width: auto !important;}
	
	.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after{
		border-style:none !important;
	}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 40em) {
    .header-widgets {
        float: right;
    }
    .header-widgets .widget_search {
        width: 13.75rem;
    }
    .header-widgets .widget_icl_lang_sel_widget {
        float: left;
    }
    .header-widgets .widget_nav_menu {
        clear: none;
        width: auto;
    }
    .header-widget-area .widget {
        margin-left: 1.5rem;
    }
    body.page .entry-header, body.page-template-page_products .entry-header {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    body.home .entry-header {
        padding: 0;
    }
	.gallery-item {
		width: 25%;
	}
	.gallery-columns-2 .gallery-item {
		width: 50%;
	}
	.gallery-columns-3 .gallery-item {
		width: 33.33333%;
	}
	.gallery-item:nth-of-type(2n+1), .gallery-columns-3 .gallery-item:nth-of-type(4n+1) {
		clear: none;
	}
	.gallery-item:nth-of-type(4n+1), .gallery-columns-2 .gallery-item:nth-of-type(2n+1), .gallery-columns-3 .gallery-item:nth-of-type(3n+1) {
		clear: left;
	}
    .sidebar {
        margin: 0;
    }
}
@media only screen and (min-width: 64em) {
    .site-title {
        text-align: left;
    }
	.gallery-columns-5 .gallery-item {
		width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		width: 16.66667%;
	}
	.gallery-columns-7 .gallery-item {
		width: 14.28571%;
	}
	.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		width: 11.11111%;
	}
	.gallery-item:nth-of-type(4n+1) {
		clear: none;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n+1), .gallery-columns-5 .gallery-item:nth-of-type(5n+1), .gallery-columns-6 .gallery-item:nth-of-type(6n+1), .gallery-columns-7 .gallery-item:nth-of-type(7n+1), .gallery-columns-8 .gallery-item:nth-of-type(8n+1), .gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
		clear: left;
	}
    .form-left {
        clear: both;
        float: left;
        width: 48.5%;
    }
    .nf-field-container.form-right {
        clear: none;
        float: right;
        width: 48.5%;
    }
    .textarea-wrap {
        clear: both;
    }
    .product img {
        width: 100%;
    }
    .products-header p {
        text-align: right;
    }
    .products-header a {
        width: auto;
    }
    .box-0, .box-1 {
        padding: 0;
    }
    .box-0, .box-1 {
        width: 48%;
    }
    .box-0 {
        float: left;
    }
    .box-1 {
        float: right;
    }
    .box-last {
        clear: both;
    }
    .box-0 .home-thumb, .box-1 .home-thumb, .box-0 .home-product, .box-1 .home-product {
        width: 100%;
    }
    .box-0 .home-thumb, .box-1 .home-thumb {
        padding: 0;
    }
    .home-thumb img {
        width: 100%;
    }
    .box-0 .home-product, .box-1 .home-product {
        padding: 1.875rem 2.5rem 2.125rem;
    }
    .home-product .box-more {
        padding: 0;
    }
    .site-footer {
        text-align: left;
    }
}


/* EDIT */

.home-thumb {
    text-align: center;
}

.home-thumb img {
    max-height: 203px;
    width: auto;
}

.product {
    text-align: center;
}

.product img {
    max-height: 203px;
    width: auto;
}


.wpml-ls-sidebars-header-right {
    border-radius: 6px;
}

.site-header {
    margin-top: 1rem;
}

article.post .entry-meta {
    display: none;
}
.home #genesis-content > h2 {
    clear: both;
}

a.no-link{
	cursor: default
}


.fancybox-image {
    background-color: white;
}

.home-product-1-description > p {
    min-height: 72px;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 .fancybox-skin{
  width: auto!important; 
}
.ie9 .fancybox-inner, .ie9 .fancybox-outer{
  width: 600px !important;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	 .fancybox-skin{
	  width: auto!important; 
	  min-width:650px;
	}
	 .fancybox-inner, .fancybox-outer{
	  min-width: 600px!important; 
	}
	 .fancybox-inner{
		 min-height:600px;
		 height:auto!important;
		 
	 }
}


@supports (-ms-ime-align:auto)  {
	.tp-bgimg.defaultimg[src*=".svg"] {
	    background-size: 90% 90%!important;
	}
}


.nf-datenschutz .nf-field-element{
	max-width: 50px;
	
}

.nf-datenschutz .nf-field-description{
	max-width:90%;
}