/* CSS Rules: Sorted alphabetically for better organization. */

/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* ------------------------- Languages ---------------- */
#lang_sel_list{width:120px;float:right;margin-top: 30px;}


/*HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

button,
input,
select,
textarea {
	overflow: visible;
	width: auto;
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
}

.cc_container{background: #ffffff!important;}

input,
textaerea,
div.wpcf7 area, div.wpcf7 textarea{
	font-family: 'FrutigerNextW01-Condens', 'Arial', sans-serif;
}



textarea {
	overflow: auto;
	vertical-align: text-top;
}

.single .post-data{display:none;}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	float: none;
	clear: both;
	width: 100%;
	height: 1px;
	border: none;
	color: #ddd;
	background: #ddd;
}

hr.space {
	color: #fff;
	background: #fff;
}

/* =Base
-------------------------------------------------------------- */
html {
	height: 100%;
}

body, p {
	color: #000;
	font-family: 'FrutigerNextW01-Condens', 'Arial', sans-serif;
	font-size: 16px;
    letter-spacing: 0.1em;
	line-height: 1.5em;

	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.widget-title h3, .widget-title-home h3{font-size: 22px!important;}

/* =Typography
-------------------------------------------------------------- */

.page-template-intro .news h5{
	font-size: 22px;

}

.single .aligncenter{display: inline;margin-right:20px;}

i,
em,
dfn,
cite {
	font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
	font-family: monospace, serif;
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

pre {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 6px 10px;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background: #f4f4f4;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	vertical-align: middle;
	white-space: pre-wrap;
	word-wrap: break-word;
}

del {
	color: #555;
	text-decoration: line-through;
}

ins,
dfn {
	border-bottom: 1px solid #ccc;
}

sup,
sub,
small {
	font-size: 85%;
}

abbr,
acronym {
	font-size: 85%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

a abbr,
a acronym {
	border: none;
}

dfn[title],
abbr[title],
acronym[title] {
	border-bottom: 1px solid #ccc;
	cursor: help;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.9149%;;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 71.957446808511%;
}


.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

.ie8 img {
	width: auto\9;
	height: auto;
}

.ie8 img.size-large {
	width: auto;
	max-width: 60%;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

/* Slider
-------------------------------------------------------------- */

.slides li a{display: block;}
.slides li{oveflow:hidden!important;}
.slides li img{width: 100%!important;}


/* =Links
-------------------------------------------------------------- */
a {
	color: #2d4e59;
	font-weight: 600;
	text-decoration: none;
    font-family: 'FrutigerNextW01-Condens', Helvetica, sans-serif;
}

a:hover,
a:focus,
a:active {
	outline: 0;
	color: #444;
	text-decoration: none;
}

::selection {
	color: #fff;
	background: #66a4b8;
	text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	padding: 2px 0;
	font-weight: 700;
}

legend {
	padding: 2px 5px;
}

fieldset {
	margin: 0 0 1.5em;
	padding: 1em 2em;
	border: 1px solid #ccc;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
    //width: 100%;
	margin: 0;
	padding: 6px 8px;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	vertical-align: middle;
	cursor: text;
}


div.wpcf7 select,
div.wpcf7 input[type="text"],
div.wpcf7 input[type="password"],
div.wpcf7 input[type="email"],
div.wpcf7 input[type="number"]{
    width: 100%;
    font-family: "FrutigerNextW01-Condens","Arial",sans-serif;
    padding: 13px;
    color: #4c4c4c!important;
}

select {
	max-width: 100%;
	height: auto;
}

area,
textarea {
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
    //width: 100%;
	height: auto;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

div.wpcf7 area,
div.wpcf7 textarea{
    width: 100%;
}


map area {
	padding: 0;
	border: 0;
}

input,
select {
	cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
	border: 1px solid #6cf;
}

input[type="text"],
input[type="password"] {
	cursor: text;
}

.produktKontakt #widgets{margin-top:0;}
.produktKontakt .col-300{width:100%;}
.produktKontakt h3{font-size:20px!important;margin-bottom:0!important;}


/* Coockie
-------------------------------------------------------------- */

body div.container {


    font-size: 100%;
    line-height: 120%;

}

body div.container  a{
    display: inline;
}

div.cc_container{
    border-radius: 0!important;
    box-shadow: none!important;
    background: #66a4b8!important;
    color: #ffffff!important;
}

.cc_container .cc_btn{padding: 15px!important;}




.cc_container .cc_message{color: #ffffff!important; margin-bottom: 15px!important; font-size: 130%!important; }

div.cc_container  a {border-radius: 0!important; padding: 5px;  color: #ffffff!important; background: #2d4e59!important; }

.cc_more_info{margin-top: 20px!important;}

#cookie-law a:first-of-type{
    border-right: 1px solid #66a4b8!important;
}
.cc_banner-wrapper  a:hover{opacity: 1;}




/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
	width: 96%;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
	display: block;
	position: absolute;
	top: 60px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #f0c36d;
	color: #212121;
	background-color: #f9edbe;
	text-align: center;
}

.msie-box a {
	color: #212121;
}

/* =Tables
-------------------------------------------------------------- */
table {
	width: 100%;
	border-collapse: collapse;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

ol {
	margin: 0;
	padding: 0;
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
}

dt {
	font-weight: 400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	overflow: auto;
	margin: 20px;
	padding: 0 0 10px 12px;
	border: none;
	border-left: 4px solid #d6d6d6;
	background: #f9f9f9;
}

blockquote p {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
}

/* =Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: 100;
	line-height: 1.0em;
	word-wrap: break-word;
	font-family:'FrutigerNextW01-Condens';
    color: #2D4E51;
}

h1 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 2.625em; /* = 42px */

}

h2 {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	font-size: 2.250em; /* = 36px */

}

h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.500em; /* = 24px */

}

h4 {
	margin-top: 1.125em;
	margin-bottom: 1.125em;
	font-size: 1.125em; /* = 18px */

}

h5 {
	margin-top: 0.5em;
	margin-bottom: 1.285em;
	font-size: 1.000em; /* = 16px */

}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
	margin: 1.6em 0;
}

th,
td {
	padding: 0.8em;
}

caption {
	padding-bottom: 0.8em;
}

blockquote {
	padding: 0 1em;
}

blockquote:first-child {
	margin: 0.8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-right: 0.8em;
	padding-left: 0.8em;
}

legend + * {
	margin-top: 1em;
}

input,
textarea {
	padding: 0.3em 0.4em 0.15em;
}

select {
	padding: 0.1em 0.2em 0;
}

option {
	padding: 0 0.4em;
}

dt {
	margin-top: 0.8em;
	margin-bottom: 0.4em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul,
ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 2.0em;
}

li ul,
li ol {
	margin: 0;
}

form div {
	margin-bottom: 0.8em;
}

.page-template-RoomTemplate .myBanner{margin-left:0!important;}

/* Intro page
-------------------------------------------------------------- */

#wpgmza_map{
    margin: 10px 0;
}

.title{width:100%;text-align:center;text-transform:uppercase;padding:50px 0 20px 0;}
.square{float: left; width: 33.2%; margin-right: 0.2%; height: 358px;background-position:bottom;text-align:center;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 30px;}
.square li a{border-bottom:1px solid transparent; transition: border-bottom 0.5s;}
.square li a:hover{border-bottom: 1px dotted #eaeaea;}
.square:hover{background-position:top!important;}
.squares .square:last-child{margin-right: 0;}
.squares li.hide{display: none!important;}
.greis{background-image:url(../images/greis_square.png);}
.hg{background-image:url(../images/hg_square.png);}
.steel{background-image:url(../images/steelforming_square.png);}
.square ul{list-style: none;margin-top: 30px;}
.square ul li{padding: 0;line-height: 1.325rem;}
.square ul a{color: #afafaf;text-transform:uppercase;}
.square:hover a{color:#ffffff;}
.square img{	-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);-moz-filter: brightness(0) invert(1);-o-moz-filter: brightness(0) invert(1);-ms-moz-filter: brightness(0) invert(1);	;}
a.singleLink{font-size: 13px!important; line-height: 20px!important;}

.page-template-download-template h1{text-transform:none!important;}
.page-template-index-template #content-full .cta{width:auto!important;}


/* =Globals
-------------------------------------------------------------- */
#container {
	max-width: 1300px;
	margin: 0 auto;
	overflow:hidden;
}

.myContainer{
	max-width: 1300px;
	margin: 0 auto;
}

#wrapper {
	clear: both;
	position: relative;
}

.front-page #wrapper {
	margin: 20px auto 20px auto;
	padding: 0;
	border: none;
	background-color: transparent;
}

#responsive_current_menu_item{display: none;}

#header {
	margin: 0;
	position: relative;
}

.grey{background:#eeeeee;position:absolute;top:130px;width:100%;z-index:100;}

.header2 #lang_sel_list{float:none;margin-top:0;}
/*#lang_sel_list{display: none!important;} - Sprachumschalter ausblenden*/
#lang_sel_list ul{border:none !important}
.header2{height:130px;transition: height 0.5s;}
.header2.open{}
.fixHeight{position:absolute;top:200px;}

#footer {
	clear: both;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 25px 0 25px;
}

#footer a{
	text-transform:uppercase;
	border-bottom:1px;
	transition: border-bottom 0.5s;
    //display: block;
    line-height: 20px;
}

#footer li{
	padding: 4px 0;
}

#footer a:hover{
	color:#ffffff!important;
	//border-bottom:1px dashed #ffffff;
   text-decoration: underline;

}

#footer h6{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}

#footer img{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-moz-filter: brightness(0) invert(1);
	-ms-moz-filter: brightness(0) invert(1);
}

#footer-wrapper {
	margin: 0;
	padding: 0;
}



.page-template-index-template .grey, .blog .grey, .page-template-produkt-template .grey{top:130px;}


/* =Header
-------------------------------------------------------------- */
#logo{
	margin: 30px 0 0 0;
	padding-left: 40px;
	background:url(../images/select-icons.png) no-repeat;
	line-height: 30px;
	text-transform: uppercase;
	width: 400px;
	position: absolute;
	z-index: 7;
	color: #000000;
	transition: color 0.5s;
	font-family:'FrutigerNextW01-Condens';
	font-size: 15px;
}

#logo.open{
	color: #ffffff;
	border-bottom:0;
	background:none;
}

#logo.open:hover{
	cursor: default;
}

#logo:hover{
	cursor: pointer;
}

.site-name {
	display: block;
	padding-top: 20px;
	font-size: 2.063em; /* = 33px */
	line-height: 1.0em;
}

.site-name a {
	color: #333;
	font-size: 18px;
	text-transform:uppercase;
}

.site-description {
	display: block;
	margin: 10px 0;
	color: #afafaf;
	font-size: 0.875em; /* = 14px */
}

/* =Content
-------------------------------------------------------------- */

#content-blog .post{float:left;width:30.3333%;margin-right:3%;min-height: 750px;}
.textBlog .post-meta{display: none;}
.textBlog h2{margin-bottom:5px;}
.home .post-entry{margin-bottom:50px;}
.textBlog h4{
    margin: 0px;
}

#content {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-full {

}

#content-blog {
	margin-top: 5px;
	margin-bottom: 20px;
}

#content-images {
	margin-bottom: 20px;
}

#content-search {
	margin-top: 100px;
	margin-bottom: 20px;
}

#content-archive {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap a {
	font-size: 12px;
}

#content .sticky {
	clear: both;
}



/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
	display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 30px 0 40px 0;
	padding: 10px;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f9f9f9;
}

#author-meta img {
	float: left;
	padding: 10px 15px 0 5px;
}

#author-meta p {
	margin: 0;
	padding: 5px;
}

#author-meta .about-author {
	margin: 10px 0 0 0;
	font-weight: 700;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
	width: 99.893617021277%;
	padding-bottom: 40px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}

#featured p {
	padding: 0 40px 0 40px;
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	text-align: center;
}

#featured-image {
	margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}

.featured-image img {
	margin-top: 44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}

#cancel-comment-reply-link {
	color: #900;
}

.post-data {
	clear: both;
	margin-top: 20px;
	font-size: 12px;
	font-weight: 700;
}

.post-data a {
	color: #111;
}


.post-entry {
	clear: both;
}

.bilder-news-container {

}

.bilder-news {
    position: relative;
    height: 175px;
    overflow: hidden;
    width: 49%;
    display: inline-block;
}

.bilder-news img{
  position: absolute;
  left: 50%;
  top: 50%;
  //height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.bilder-news img.potrait{
  width: 100%;
  height: auto;

}

.blog .post-entry,
.category .post-entry{
	clear: both;
    height: 650px;
    position: relative;
}

.post-meta {
	clear: both;
	margin-bottom: 10px;
	color: #9f9f9f;
	font-size: 12px;
}

.post-edit {
	display: block;
	clear: both;
	margin: 1.5em 0;
	font-size: 12px;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
    position: absolute;
    bottom: 0px;
    width: 100%;


}

.attachment-entry {
	clear: both;
	text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbpress .breadcrumb-list,
.bbpress .post-meta {
	display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	margin-left: 5px;
	color: #aaa;
	font-size: 18px;
}

.form-allowed-tags {
	display: none;
	font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.single .widget-wrapper {
	margin: 0 0 20px;
	padding: 20px;
	background-color: #2d4e59;
	color:#ffffff;
}
.single #categories-2 li{
	padding: 0;
}

.content-single{width: 61.446808510638%;margin-right: 2.127659574468%;}

#widgets ul{list-style:none;padding-left:0!important;}
#widgets ul a{color:#ffffff;border-bottom:1px solid transparent;transition:border-bottom 0.5s;}
#widgets ul a:hover{border-bottom:1px dashed #ffffff;}
#wp-calendar a{color:#ffffff;font-weight:bold;text-decoration:underline!important;}
#wp-calendar{margin:0!important;}
#wp-calendar td:hover{background:#66a4b8;}
#wp-calendar td{background:#2d4e59;transition:background 0.5s;text-align:center;padding:0!important;}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 40px;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul,
#widgets ol {
	padding: 0 0 0 20px;
}

#widgets ul li a {
	display: inline;
	text-decoration: none;
    color: #ffffff;
}

.page-id-94 #widgets ul li a {
    color: #2D4E51!important;
}

#widgets .widget-title img {
	float: right;
	position: relative;
	top: 4px;
	width: 11px;
	height: 11px;
}

#widgets .rss-date {
	padding: 6px 12px;
	line-height: 18px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	padding: 6px 12px;
	font-style: normal;
	line-height: 18px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	margin: 0;
	line-height: 1.5em;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	padding-top: 4px;
	font-weight: 700;
}

.widget_archive select,
#cat {
	display: block;
	margin: 0 15px 0 0;
}



.colophon-widget {
	min-height: 0;
	background: none;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
	width: 100%;
}



.top-widget {
/*
	float: right;
	clear: right;
	width: 45%;
	min-height: 0;
	padding: 0 3px 0 0;
	border: none;
	background: none;
	text-align: right;
*/
}

.top-widget ul {
	padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
	width: auto;
}

.top-widget #searchform {
	margin: 0;
}

/* =Titles
-------------------------------------------------------------- */
.featured-title {
	margin: 0;
	padding-top: 40px;
	font-size: 60px;
	text-align: center;
	letter-spacing: -1px;
}

.featured-subtitle {
	padding: 0 10px;
	text-align: center;
}

.widget-title h3,
.widget-title-home h3 {
	display: block;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 23px;
	text-align: left;
     color: #fff;

}

.top-widget .widget-title h3 {
	padding: 0;
	font-size: 14px;
	text-align: right;
    color: #fff;
}

.widget-title a {
	padding: 0 !important;
	border-bottom: none;
}

.title-404 {
	color: #933;
}
#categories-2 .widget-title h3,
#categories-2 ul li a,
#recent-posts-2 .widget-title h3,
#recent-posts-2 ul li a
{
    color: #fff;
    font-weight: 100;

}

#recent-posts-2 .widget-title h3{
text-align: center;
    border-bottom: 1px solid #4A6E7A;
}

#recent-posts-2 ul li{
margin: 20px 0;
}
/* =404 Page
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
	width: auto;
}

/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Skip Links
-------------------------------------------------------------- */
.skip-container {
	display: block;
	position: relative;
	padding: 0.5em 0.5em 0.5em 0;
}

.skip-link {
	float: right;
	margin-left: -100%;
	padding: 0.5em;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f5f5f5;
	font-size: 0.8125em;
	text-transform: uppercase;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
	border: 1px solid #666;
}

.custom-background .site {
	margin: 0 auto;
	-webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
	-moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
	box-shadow: 0 -5px 5px 4px #d5d5d5;
}


/* =Top Menu
-------------------------------------------------------------- */
.skip-container.cf{display: none;}



.menu-top-menu-container,.menu-top-menu-eng-container{display: block;width:320px;position:absolute;top:0;padding-top: 70px;list-style:none;background-color:#2d4e59;padding:140px 40px 50px 40px;transition:margin-top 0.5s;z-index:6;opacity:1;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;margin-top:-700px;}



.headerIntro .menu-top-menu-container, .headerIntro .menu-top-menu-eng-container{padding-top:100px;}


.header2 .menu-top-menu-container, .header2 .menu-top-menu-eng-container{padding:150px 40px 50px 40px;}

.header2 #lang_sel_list{margin-top:30px;margin-left:40px;position:absolute;}

.menu-top-menu-container li a, .menu-top-menu-eng-container li a{color:#ffffff;text-transform: uppercase;height: 45px;line-height: 45px;border-bottom:1px solid #bebebe;transition: border-bottom 0.5s;}

.header2 #logo{padding-top:35px;background: url(../images/select-icons.png) no-repeat 0 36px;}
.full .post-meta{display:none;}
.full h1, .down h1{text-align:left;margin-top:0.5em;}
.down p{margin-bottom:10px;}
.down .post-meta{display: none;}

.down ul{margin-left:0;list-style:none;padding-bottom:30px;padding-left:0;}
.down ul li{background:url(../images/pdf.png) #ffffff no-repeat 15px 15px;padding:10px 0 10px 70px;transition:all 0.9s;color:#535353;border-bottom:1px solid #eaeaea;}
.down ul li a{color:#000000;font-weight:bold;font-size: 14px;border-bottom:1px solid transparent;}
.down ul li a:hover{border-bottom:1px dashed #000000;}
.down ul li:hover{background-color:#f6f6f6;}
.down strong, .kontaktCateg{font-size:20px;display:inline-block;width:100%;padding:20px;background:#2d4e59;color:#ffffff;}
.page-template-uh-kontakte-template td{padding:1.8em;}
#calendar-2 h3, #categories-2 h3{color:#ffffff;text-align:center;border-bottom:1px solid #4a6e7a;margin-bottom:20px;}
#categories-2 a{color:#ffffff!important;}
#categories-2 li{padding: 10px 0;}

.archive .title-archive{font-size: 26px;}
.pers{width:32%;float:left;padding:20px;border:1px solid #eaeaea;margin:0 2% 2% 0;background:#ececec;text-align:center;transition:background 0.5s;min-height: 650px;}

.pers:nth-child(3n+3){margin-right: 0;
}

.pers:hover{background:#ffffff;}
.pers .details{}
.pers h4{margin-bottom:5px;}
.details p{margin:5px 0 10px 0;}
.details a{color:#000000;}
.details strong{padding-bottom:10px;margin-bottom:10px;display:inline-block;border-bottom:1px solid #eaeaea;}

.single .entry-title{font-size: 28px;}

.default h1{text-align:left;text-transform:none;}

.widget_image_text_widget{width:100%;float:left;padding:40px 10px 10px 10px;border:1px solid #eaeaea;margin:0 2% 2% 0;background:#ececec;transition:background 0.5s;height:430px;text-align:left!important;color:#000000;}
.widget_image_text_widget img{width:auto!important;float:left;margin-right:30px!important;}
.widget_image_text_widget{padding-left:50px;height:auto!important;padding-bottom:50px;}

.default .col-300{width:100%;}

.menu-top-menu-container li a:hover, .menu-top-menu-eng-container li a:hover{border-bottom:1px dotted #eaeaea;}
.menu-top-menu-container li, .menu-top-menu-eng-container li{border-bottom:1px solid #ffffff;padding: 20px 0 20px 0px;}
.menu-top-menu-container a, .menu-top-menu-eng-container a{display:inline-block;width:100%;}
.menu-top-menu-container li:last-child a, .menu-top-menu-eng-container li:last-child a{border:none;}
.menu-top-menu-container.open, .menu-top-menu-eng-container.open{margin-top: 0!important;}
.teasers td{width:32%;margin-right:2%;text-align:center!important;padding:0.8em;}


//.teaser td:last-child{margin-right:0;}
.teasers h3{text-transform:uppercase;min-height:30px;margin: 0;}
.teasers .cta{color:#ffffff;text-transform:uppercase;background:#2d4e59;display:inline-block;width:100%;padding:15px 0;width:100%;}
#content-full .cta{width:90%;display:inline-block;background:#2d4e59;padding:15px 20px;color:#ffffff;text-transform:uppercase;margin-bottom:50px;transition:background 0.5s;}
#content-full .cta:hover{background:#66a4b8;}
.productsContainer{margin-bottom:30px;}
.cta:hover{color:#ffffff;}
//h1{text-align:center;text-transform:uppercase;color:#2d4e59;}
.news{list-style:none;padding-left:0;}
.news li{float:left;width:32%;margin-right:2%;}
.news li:last-child{margin-right:0;}
.news h5{line-height:20px;font-size:16px;color:#3d6370;display:inline-block;height:50px}

.textBlog .read-more a{background:#2d4e59;padding:15px 20px;color:#ffffff;text-transform:uppercase;width:100%;text-align:center;display:inline-block;transition:background 0.5s;}
.textBlog .read-more a:hover{background:#66a4b8;}
.textBlog h2 a{color:#2d4e59;font-size:30px;}
.textBlog h2{display:block;overflow:hidden; }

.textC{min-height:150px;}

.home .post-entry{margin-bottom:50px;}

.teasers, .teasers .cta{margin-bottom:0!important;}

.mySubMenu{padding-top:20px;}
.mySubMenu .categ:first-child{margin-left:0;}
.mySubMenu .categ:first-child ul{margin-top:10%;}
.greisMenu.mySubMenu .categ:first-child ul{margin-top:10%!important;}
.steelMenu.mySubMenu .categ:first-child ul{margin-top:10%!important;}
.mySubMenu .categ:first-child ul li{/*border-top:1px solid #000000;*/padding-left:20px;float:none;}
.mySubMenu .categ:first-child ul li a{margin: 5px 0;}
.mySubMenu .categ:first-child ul li a:hover{color:#000000;}
.mySubMenu .categ:first-child ul li:first-child{border-top:none;padding-left:0;margin-bottom:40px;}
.mySubMenu .categ:first-child ul li:last-child{/*border-bottom:1px solid #000000;*/}

.mySubMenu .categ:first-child{width:15%;}

.menuTabs .hgMenu img{width:44%;margin: auto;}


.mySubMenu .categ:first-child ul li{margin-left:0;}

#menu-top-menu-hg ul{visibility: visible;position:static;width:auto;}
#menu-top-menu-hg ul li{float: left;width:20%;display:inline!important;}
#menu-top-menu-hg ul li{overflow:hidden;}
#menu-top-menu-hg .sub-menu{display: inline;}
#menu-top-menu-hg .sub-menu li{display: block;float:left;display: inline;}
#menu-top-menu-hg .sub-menu li ul li{float:none;}
#menu-top-menu-hg img{display: block;}

.page_item_has_children{float:left;}

.menuTabs div:nth-child(3) img{width:90%;margin: auto;}
.teasers .cta{width:100%!important;}
.teasers{margin-bottom:25px!important;}

.menuTabs{position:absolute; top:0;right:0;z-index:4;}
.menuTabs div{width:220px;height:130px;float:left;color:#8c8c8c; text-transform:uppercase;box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing: border-box;-webkit-box-sizing:border-box;padding-top:70px;background:#ffffff;transition:background 0.5s;padding-left:20px;padding-right:20px;font-size:14px;}
.menuTabs div img{width:70%;margin:auto;}
.menuTabs div:hover{cursor:pointer;background:#eeeeee;}
.menuTabs .myActive{background:#eeeeee;}
.myMenu .subcateg{/*width:190px;*/float:left;}
.myMenu ul{padding-left:0;}
.myMenu{background-color:#eeeeee;width: 100%;z-index: 2;}
/*.myMenu img{margin:0 0 10px 0!important;}*/
.myMenu ul{list-style:none;}
.myMenu .subcateg li a{list-style:none;color:#717171;}
.myMenu .titel{/*font-weight:bold;*/ color:#646c76;display:inline-block; max-width:200px;}


.subcateg{margin:0 10px 0 0!important;}
.myMenu .categ{float:left;margin:0 2%;}
.myMenu .categ{margin-bottom: 20px;}


.myMenu .greisMenu ul li{/* float:left;margin-left:30px;*/}

.myMenu .greisMenu ul li a{color:#646c76;/*text-transform:uppercase;*/font-weight:bold;}
.myMenu .greisMenu ul li a img{margin-top:10px!important; width:140px;}

.myMenu .steelMenu ul li{float:left;margin-left:20px;}
.myMenu .steelMenu ul li a{color:#646c76;/*text-transform:uppercase;*/font-weight:bold;}
.myMenu .steelMenu ul li a img{margin-top:10px!important; width:140px;}

.myMenu .hgMenu ul li{/*float:left;margin-left:20px;*/}
.myMenu .hgMenu ul li a{color:#646c76;/*text-transform:uppercase;*/font-weight:bold;}
.myMenu .hgMenu ul li a img{/*margin-top:10px!important;*/width:110px;margin: auto;}



.myMenu .subcateg li a:hover{border-bottom:1px dashed #000000;}
.myMenu .subcateg img{margin:0;}
.myMenu .hgMenu, .myMenu .greisMenu, .myMenu .steelMenu{padding-bottom:20px;display:none;}
.myMenu .hgMenu.myOpen, .myMenu .greisMenu.myOpen, .myMenu .steelMenu.myOpen{display:block;}
.myMenu a{font-family: 'FrutigerNextW01-Condens';font-size: 14px;}
.categLink{border-bottom: 1px solid #646C76;color:#646C76;display:inline-block;margin:0px 0 10px 0;padding-bottom:5px;width:100%;}

.header2 #lang_sel_list a{background:none!important;padding-left:0px;padding-right:5px;}
.header2 .menu-top-menu-container li, .header2 .menu-top-menu-eng-container li {border-bottom:none;}

.footerLogo img.wp-post-image{
    margin:0 0 5px 0;}
.footerLogo a:hover{border-bottom:none!important;}

.page-template-index-template #content-full{}
.page-template-index-template h3,{text-align:center;margin-bottom:20px;}
.page-template-download-template .grey{top:160px;}
.page-template-uh-template h1{margin-top:20px;}
.post-edit{display:none;}

.center{text-align:center;}


.metaslider .caption-wrap{

    position: absolute!important;
    bottom: 0!important;
    top: inherit!important;
/*    left: 0!important;*/

/*    width:50%!important;*/

   text-align: center;
    background:none!important;
    opacity:1;
    }

.metaslider .caption-wrap .caption{
    background: #fff;

}
.metaslider .caption-wrap .caption h4{
    font-weight: bold;

}
.flex-direction-nav a{bottom:0!important;padding-top:5px!important;}
.flex-direction-nav .flex-prev{right:-45%!important;}

.categBut{padding:25px 35px;background:#2d4e59;color:#ffffff;text-transform:uppercase;transition:background 0.5s;font-weight:bold;margin-bottom:20px;display:inline-block;}
.categBut:hover{cursor:pointer;background:#66a4b8;}

.introText{margin-bottom:70px;}

.introText p.p1{font-size: 20px;color: #2D4E51;}

.products{width:20%;float:left;text-align:center;border-right:1px solid #40636f;border-bottom:1px solid #40636f;border-left:1px solid #40636f;background:#2d4e59;transition:background 0.5s;}
.products:first-child{border-right:1px solid #40636f;border-left:1px solid #40636f;}
.products a{color:#ffffff;text-transform:uppercase;font-size:14px;}
.products img{display:block;}
.products span{display:inline-block;padding:20px 0;border-bottom:1px solid #40636f;width:100%;}
.products:hover{background:#66a4b8;}

.products.changeBg, .categBut.changeBg{background:#66a4b8;}

.products-greis{width:33%;float:left;text-align:center;border-right:1px solid #40636f;border-bottom:1px solid #40636f;background:#2d4e59;transition:background 0.5s;}
.products-greis:first-child{border-right:1px solid #40636f;border-left:1px solid #40636f;}
.products-greis a{color:#ffffff;text-transform:uppercase;font-size:14px;}
.products-greis img{display:block; width:231px; margin:auto;}
.products-greis span{display:inline-block;padding:20px 0;border-bottom:1px solid #40636f;width:100%;}
.products-greis:hover{background:#66a4b8;}

.products-greis.changeBg, .categBut.changeBg{background:#66a4b8;}


.products-steelforming{width:50%;float:left;text-align:center;border-right:1px solid #40636f;border-bottom:1px solid #40636f;background:#2d4e59;transition:background 0.5s;}
.products-steelforming:first-child{border-right:1px solid #40636f;border-left:1px solid #40636f;}
.products-steelforming a{color:#ffffff;text-transform:uppercase;font-size:14px;}
.products-steelforming img{display:block; width:231px; margin:auto;}
.products-steelforming span{display:inline-block;padding:20px 0;border-bottom:1px solid #40636f;width:100%;}
.products-steelforming:hover{background:#66a4b8;}

.products-steelforming.changeBg, .categBut.changeBg{background:#66a4b8;}




/* Footer
-------------------------------------------------------------- */

.newsletter label,
.newsletter input,
.newsletter button{
    font-family: 'FrutigerNextW01-Condens', 'Arial', sans-serif;
}

.top-menu {
	float: right;
	margin: 10px 0;
	padding: 0;
}
.produkt{
    font-family: 'FrutigerNextW01-Condens', Helvetica, sans-serif;
}
.produkt h3{
	//text-transform:uppercase;
	color:#2d4e59;
	margin-bottom:50px;
}

.produkt p{
	line-height: 25px;
	color:#252525;
	font-size:16px;
    font-family: 'FrutigerNextW01-Condens', Helvetica, sans-serif;
    font-weight: 100;
}

.produkt ul li strong{
	display:block;
	background:url('../images/list.png') no-repeat;
	line-height:26px;
	padding-left: 40px;
	margin-bottom:20px;
}

.produkt ul{
	padding-left:0;
}

.produkt ul li:nth-child(odd) {
	width:49%;
	float:left;
	margin-top:30px;
	//padding-right:5%;
	font-size:16px;
	line-height:24px;
    font-weight: 100;
}


.produkt ul li:nth-child(even) {
	width:49%;
	float:right;
	margin-top:30px;
	//padding-right:5%;
	font-size:16px;
	line-height:24px;
    font-weight: 100;
}


.produkt ul li:last-child:after{
	clear:both;
}

.produkt ul{
	list-style:none;
	margin-bottom:50px;
}

.produkt ul li:last-child:after{
	clear:both;
}

.produkt ul:after{clear:both;}
.produktSubpages{margin:70px 0;padding-left:0;list-style:none;}
.produktSubpages li h4{margin-top:0!important;text-transform:uppercase;}
.produktSubpages li{min-height:300px;padding:5% 3%;float:left/*!important*/;width:50%/*!important*/;background:#ffffff;transition:background 0.5s;margin-top:0!important;border-top:1px solid #2d4e59;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */}
.produktSubpages li:first-child, .produktSubpages li:nth-child(2){border-top:none;}
.produktSubpages li a{color:#2d4e59;transition:color 0.5s;}
.produktSubpages li:hover{background:#2d4e59;color:#ffffff;}
.produktSubpages li:hover a{color:#ffffff;}
.produktSubpages li:nth-child(odd){border-right:1px solid #2d4e59;}
.produktSubpages li:nth-child(even){margin-right: 0;}
.produktSubpages li.current{background:#2d4e59;color:#ffffff!important;}
.produktSubpages li.current a{color:#ffffff!important;}
.produktSubpages.center li{min-height:0!important;padding:3% 1%;}
.produktSubpages.center h4{margin-bottom:0;}
.produkt .post-entry ul::after{content:"";clear:both;}
.post-entry h4{line-height:35px;}
.post-meta{display:none;}

.page-template-produkt-details-template h3, .page-template-produkt-template h3{font-size:2.625em}

.prodBild{width:100%;}

.space{margin:40px 0 60px 0;}



/*.metaslider{margin-bottom:75px;}*/

.top-menu li a {
	padding: 0 4px 0 8px;
	border-left: 1px solid #ccc;
	color: #333;
	font-size: 11px;
}

.top-menu > li:first-child > a {
	border-left: none;
}

.top-menu li a:hover {
	color: #333;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	clear: both;
	margin: 0 auto;
}

.main-nav {
	clear: both;
}

.menu,
.menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li {
	display: block;
	position: relative;
	z-index: 5;
	margin: 0;
	padding: 0;
	border: 0;
}

.menu li:hover {
	z-index: 10000;
	white-space: normal;
}

.menu li li {
	float: none;
}

.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.menu li:hover > ul {
	visibility: visible;
	top: 100%;
}

.menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.menu:after,
.menu ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	height: 0;
	content: ".";
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu ul {
	width: auto;
	min-width: 15em;
	margin-top: 1px;
}

.menu a {
	position: relative;
	margin: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
}

.menu a:hover {
	color: #fff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #343434;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;

	filter: none;
}

.menu li li {
	width: auto;
	margin: -1px 0 1px 0;
	border: 1px solid #e5e5e5;
	color: #444;
	background: #fff;
	background-image: none;

	filter: none;
}

.menu li li a {
	height: auto;
	height: 20px;
	padding: 5px 10px;
	border: none;
	color: #444;
	background: transparent !important;
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	white-space: nowrap;
}

.menu li li a:hover {
	border: none;
	background-image: none;

	filter: none;
}

.menu li li:hover {
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
	min-width: 100%;
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	clear: both;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
	border-top: none;
	background-color: #fff;
}

.sub-header-menu,
.sub-header-menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub-header-menu li {
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	margin: 0;
	padding: 0;
	border: 0;
}

.sub-header-menu li:hover {
	z-index: 10000;
	white-space: normal;
}

.sub-header-menu li li {
	float: none;
}

.sub-header-menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.sub-header-menu li:hover > ul {
	visibility: visible;
	top: 100%;
}

.sub-header-menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	height: 0;
	content: ".";
}

.sub-header-menu,
.sub-header-menu ul {
	min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
	margin: 0;
	padding: 0;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.sub-header-menu ul {
	width: auto;
	min-width: 15em;
	margin-top: 1px;
}

.sub-header-menu a {
	display: block;
	position: relative;
	height: 35px;
	margin: 0;
	padding: 0 0.9em;
	border-left: 1px solid #e5e5e5;
	color: #333;
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 35px;
	text-decoration: none;
	cursor: pointer;
}

.sub-header-menu a:hover {
	background-color: #f9f9f9;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
	background-color: #f9f9f9;
}

.sub-header-menu li li {
	width: auto;
	margin: -1px 0 1px 0;
	border: 1px solid #e5e5e5;
	color: #444;
	background: #fff;
	background-image: none;

	filter: none;
}

.sub-header-menu li li a {
	height: auto;
	height: 20px;
	padding: 5px 10px;
	border: none;
	color: #444;
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	white-space: nowrap;
}

.sub-header-menu li li a:hover {
	border: none;
	color: #444;
	background: #f9f9f9;
	background-image: none;

	filter: none;
}

.sub-header-menu ul > li + li {
	border-top: 0;
}

.sub-header-menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.sub-header-menu > li:first-child > a {
	border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;

	filter: none;
}

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
	min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left: 0;
	padding: 0;
}

.footer-menu li {
	display: inline;
	list-style-type: none;
}

.footer-menu li a {
	padding: 0 8px;
	border-left: 1px solid #ccc;
	color: #333;
}

.footer-menu li a:hover {
	color: #222;
}

.footer-menu > li:first-child > a {
	padding: 0 8px 0 0;
	border-left: none;
}

.footerBox{width:33%;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 4% 0 3% 6%;;border-bottom:1px solid #3d6370;border-left:1px solid #3d6370;}
.footerBox:first-child{padding: 45px 0 30px 0px;border-left:none;}
.footerBox ul{margin-top:30px;}
.imglink:hover{border:none!important;}
.second .footerBox{border:none;}
.second ul{margin-top:0;}
.second li{float:left;margin-right:15px;}
.second .li li{display:block;float:none;}
.second .li ul{padding-left:0;}
.footerBox input[type="submit"]{border:none;background:#66a4b8;color:#ffffff;}
.second{font-size:15px;}
.second form{margin-top: 10px;}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	display: block;
	height: 28px;
	margin: 20px 0;
	padding: 0 5px;
	color: #111;
	font-size: 13px;
	line-height: 28px;
}

.navigation a {
	padding: 4px 10px;
	color: #aaa;
}

.navigation a:hover {
	color: #111;
	text-decoration: none;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	display: block;
	clear: both;
	margin: 10px 0;
	padding: 5px 0;
	font-size: 16px;
	font-weight: 700;
}

.pagination a {
	text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}

.commentlist {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}



.commentlist li cite {
	color: #111;
	font-size: 1.1em;
	font-weight: 400;
	font-style: normal;
}

.commentlist li.alt {
	background: #f9f9f9;
}

.commentlist .children {
	margin-left: 10px;
	padding: 10px;
	list-style: none;
}

.commentlist .avatar {
	float: left;
	margin-right: 10px;
	padding: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: middle;
}



.comment-author .says {
	color: #999;
}

.comment-body .comment-meta {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #999;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
}

.comment-body {
	clear: both;
	padding: 10px;
}

.comment-body p {
	clear: both;
}



.pingback,
.trackback {
	margin: 20px 0;
	list-style: none;
}

.pingback cite,
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

#respond {
	clear: both;
	margin-top: 15px;
	padding: 10px 20px 50px;
	border: 1px solid #ccc;
	border-bottom-color: #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fff, #eaeaea);
	background-image: -moz-linear-gradient(top, #fff, #eaeaea);
	background-image: -ms-linear-gradient(top, #fff, #eaeaea);
	background-image: -o-linear-gradient(top, #fff, #eaeaea);
	background-image: linear-gradient(top, #fff, #eaeaea);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
}

#respond label {
	display: inline;
}

.reply {
	margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
	width: 100%;
}

.nocomments {
	color: #999;
	font-size: 0.9em;
	text-align: center;
}

/* =Gallery
-------------------------------------------------------------- */
/* Normal */
.gallery-columns-1 .gallery-item {
	max-width: 600px;
}

.gallery-columns-2 .gallery-item {
	max-width: 300px;
}

.gallery-columns-3 .gallery-item {
	max-width: 200px;
}

.gallery-columns-4 .gallery-item {
	max-width: 150px;
}

.gallery-columns-5 .gallery-item {
	max-width: 120px;
}

.gallery-columns-6 .gallery-item {
	max-width: 100px;
}

.gallery-columns-7 .gallery-item {
	max-width: 85px;
}
.gallery-columns-8 .gallery-item {
	max-width: 75px;
}

.gallery-columns-9 .gallery-item {
	max-width: 66px;
}

/* Full Width */
.page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
	max-width: 900px;
}

.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
	max-width: 450px;
}

.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
	max-width: 300px;
}

.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
	max-width: 225px;
}

.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
	max-width: 180px;
}

.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
	max-width: 150px;
}

.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
	max-width: 125px;
}

.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
	max-width: 112.5px;
}

.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
	max-width: 100px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

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-right: auto;
	margin-left: auto;
}

.wp-caption {
	max-width: 96%;
	padding: 13px 10px 10px 10px;
	border: 1px solid #f0f0f0;
	background: #f9f9f9;
	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 {
	width: auto;
	max-width: 98.5%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5em;
}

img.wp-smiley {
	vertical-align: middle;
}

.bypostauthor {

}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	max-width: 155px;
	margin-top: 0;
	text-align: center;
}

.gallery img {
	border: 1px solid #ddd;
}

.gallery .gallery-caption {
	margin: 0 0 12px;
	font-size: 12px;
}

.gallery dl {
	margin: 0;
}

.gallery br + br {
	display: none;
}

.attachment-gallery img {
	display: block;
	width: auto;
	max-width: 96%;
	height: auto;
	margin: 15px auto;
	padding: 5px;
	border: 1px solid #f0f0f0;
	background: #fff;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
	display: block;
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
	display: block;
	width: auto;
	margin: 15px auto;
}

/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	display: inline-block;
	margin: 0;
	padding: 4px 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
    background: #2D4E53;
    color: #fff;
    border: 1px solid grey;
}

a.button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
}

a.button:active,
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:active {
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
	text-align: center;
}

.call-to-action a.button {
	padding: 15px 35px;
	font-size: 24px;
}

.call-to-action a.button:hover {
	text-decoration: none;
}

.ie7 .call-to-action a.button {
	padding: 11px 35px 19px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	padding: 3px 6px;
	font-size: 10px;
}

.medium a.button {
	padding: 8px 16px;
	font-size: 16px;
}

.large a.button {
	padding: 10px 35px;
	font-size: 18px;
}

.xlarge a.button {
	padding: 12px 55px;
	font-size: 24px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
	border: 1px solid #115290;
	color: #fff;
	background-color: #1874cd; /* Dodger Blue */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
	background-image: linear-gradient(top, #4f9eea, #1874cd);
	text-shadow: 0 -1px 0 #115290;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd);
}

a.blue:hover {
	border: 1px solid #115290;
	color: #fff;
	background-color: #7db7f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
	background-image: linear-gradient(top, #7db7f0, #1874cd);
	text-shadow: 0 -1px 0 #115290;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd);
}

a.red {
	border: 1px solid #890000;
	color: #fff;
	background-color: #cd0000; /* Red 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
	background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
	background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
	background-image: -o-linear-gradient(top, #ff2323, #cd0000);
	background-image: linear-gradient(top, #ff2323, #cd0000);
	text-shadow: 0 -1px 0 #890000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000);
}

a.red:hover {
	border: 1px solid #890000;
	color: #fff;
	background-color: #ff5656;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
	background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
	background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
	background-image: -o-linear-gradient(top, #ff5656, #cd0000);
	background-image: linear-gradient(top, #ff5656, #cd0000);
	text-shadow: 0 -1px 0 #890000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000);
}

a.orange {
	border: 1px solid #bb5d00;
	color: #fff;
	background-color: #ff7f00; /* Dark Orange 1 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fa5), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #fa5, #ff7f00);
	background-image: -moz-linear-gradient(top, #fa5, #ff7f00);
	background-image: -ms-linear-gradient(top, #fa5, #ff7f00);
	background-image: -o-linear-gradient(top, #fa5, #ff7f00);
	background-image: linear-gradient(top, #fa5, #ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00);
}

a.orange:hover {
	border: 1px solid #bb5d00;
	color: #fff;
	background-color: #ffc388;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
	background-image: linear-gradient(top, #ffc388, #ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
}

a.yellow {
	border: 1px solid #bb9e00;
	color: #161300;
	background-color: #ecca06; /* Yellow Gold */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
	background-image: linear-gradient(top, #fff2aa, #ffd700);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700);
}

a.yellow:hover {
	border: 1px solid #bb9e00;
	color: #161300;
	background-color: #fffadd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
	background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
	background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
	background-image: -o-linear-gradient(top, #fffadd, #ffd700);
	background-image: linear-gradient(top, #fffadd, #ffd700);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700);
}

a.green {
	border: 1px solid #1d5837;
	color: #fff;
	background-color: #2e8b57; /* Sea Green 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
	background-image: linear-gradient(top, #4bc380, #2e8b57);
	text-shadow: 0 -1px 0 #1d5837;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57);
}

a.green:hover {
	border: 1px solid #1d5837;
	color: #fff;
	background-color: #71d09b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
	background-image: linear-gradient(top, #71d09b, #2e8b57);
	text-shadow: 0 -1px 0 #1d5837;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57);
}

a.olive {
	border: 1px solid #626862;
	color: #fff;
	background-color: #838b83; /* Honey Dew 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
	background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
	background-image: -moz-linear-gradient(top, #afb4af, #838b83);
	background-image: -ms-linear-gradient(top, #afb4af, #838b83);
	background-image: -o-linear-gradient(top, #afb4af, #838b83);
	background-image: linear-gradient(top, #afb4af, #838b83);
	text-shadow: 0 -1px 0 #626862;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83);
}

a.olive:hover {
	border: 1px solid #626862;
	color: #fff;
	background-color: #c9cdc9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
	background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
	background-image: linear-gradient(top, #c9cdc9, #838b83);
	text-shadow: 0 -1px 0 #626862;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83);
}

a.purple {
	border: 1px solid #3f305e;
	color: #fff;
	background-color: #5d478b; /* Medium Purple 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
	background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
	background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
	background-image: -o-linear-gradient(top, #8771b6, #5d478b);
	background-image: linear-gradient(top, #8771b6, #5d478b);
	text-shadow: 0 -1px 0 #3f305e;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b);
}

a.purple:hover {
	border: 1px solid #3f305e;
	color: #fff;
	background-color: #a492c8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
	background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
	background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
	background-image: -o-linear-gradient(top, #a492c8, #5d478b);
	background-image: linear-gradient(top, #a492c8, #5d478b);
	text-shadow: 0 -1px 0 #3f305e;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b);
}

a.pink {
	border: 1px solid #8e0b52;
	color: #fff;
	background-color: #cd1076; /* Deep Pink 3 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
	background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
	background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
	background-image: -o-linear-gradient(top, #f042a0, #cd1076);
	background-image: linear-gradient(top, #f042a0, #cd1076);
	text-shadow: 0 -1px 0 #8e0b52;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076);
}

a.pink:hover {
	border: 1px solid #8e0b52;
	color: #fff;
	background-color: #f471b8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
	background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
	background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
	background-image: -o-linear-gradient(top, #f471b8, #cd1076);
	background-image: linear-gradient(top, #f471b8, #cd1076);
	text-shadow: 0 -1px 0 #8e0b52;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076);
}

a.brick {
	border: 1px solid #791717;
	color: #fff;
	background-color: #b22222; /* Fire Brick */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
	background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
	background-image: linear-gradient(top, #dd4c4c, #b22222);
	text-shadow: 0 -1px 0 #791717;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222);
}

a.brick:hover {
	border: 1px solid #791717;
	color: #fff;
	background-color: #e57777;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
	background-image: -webkit-linear-gradient(top, #e57777, #b22222);
	background-image: -moz-linear-gradient(top, #e57777, #b22222);
	background-image: -ms-linear-gradient(top, #e57777, #b22222);
	background-image: -o-linear-gradient(top, #e57777, #b22222);
	background-image: linear-gradient(top, #e57777, #b22222);
	text-shadow: 0 -1px 0 #791717;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222);
}

a.gold {
	border: 1px solid #6b4e06;
	color: #fff;
	background-color: #8b6508; /* Dark Golden Rod 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
	background-image: linear-gradient(top, #db9f0d, #8b6508);
	text-shadow: 0 -1px 0 #6b4e06;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508);
}

a.gold:hover {
	border: 1px solid #6b4e06;
	color: #fff;
	background-color: #f3b828;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
	background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
	background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
	background-image: -o-linear-gradient(top, #f3b828, #8b6508);
	background-image: linear-gradient(top, #f3b828, #8b6508);
	text-shadow: 0 -1px 0 #6b4e06;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508);
}

a.brown {
	border: 1px solid #4f270b;
	color: #fff;
	background-color: #8b4513; /* Saddle Brown */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
	background-image: linear-gradient(top, #d66a1d, #8b4513);
	text-shadow: 0 -1px 0 #4f270b;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513);
}

a.brown:hover {
	border: 1px solid #4f270b;
	color: #fff;
	background-color: #8b4513;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
	background-image: -moz-linear-gradient(top, #e58541, #8b4513);
	background-image: -ms-linear-gradient(top, #e58541, #8b4513);
	background-image: -o-linear-gradient(top, #e58541, #8b4513);
	background-image: linear-gradient(top, #e58541, #8b4513);
	text-shadow: 0 -1px 0 #4f270b;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513);
}

a.silver {
	border: 1px solid #9e9e9e;
	color: #444;
	background-color: #c0c0c0; /* Silver */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: linear-gradient(top, #eaeaea, #c0c0c0);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0);
}

a.silver:hover {
	border: 1px solid #9e9e9e;
	color: #444;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #fff, #c0c0c0);
	background-image: -moz-linear-gradient(top, #fff, #c0c0c0);
	background-image: -ms-linear-gradient(top, #fff, #c0c0c0);
	background-image: -o-linear-gradient(top, #fff, #c0c0c0);
	background-image: linear-gradient(top, #fff, #c0c0c0);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0);
}

a.gray {
	border: 1px solid #474747;
	color: #fff;
	background-color: #696969; /* Dim Gray */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
	background-image: -webkit-linear-gradient(top, #939393, #696969);
	background-image: -moz-linear-gradient(top, #939393, #696969);
	background-image: -ms-linear-gradient(top, #939393, #696969);
	background-image: -o-linear-gradient(top, #939393, #696969);
	background-image: linear-gradient(top, #939393, #696969);
	text-shadow: 0 -1px 0 #474747;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969);
}

a.gray:hover {
	border: 1px solid #474747;
	color: #fff;
	background-color: #adadad;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
	background-image: -webkit-linear-gradient(top, #adadad, #696969);
	background-image: -moz-linear-gradient(top, #adadad, #696969);
	background-image: -ms-linear-gradient(top, #adadad, #696969);
	background-image: -o-linear-gradient(top, #adadad, #696969);
	background-image: linear-gradient(top, #adadad, #696969);
	text-shadow: 0 -1px 0 #474747;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969);
}

a.black {
	border: 1px solid #000;
	color: #fff;
	background-color: #080808; /* Black */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
	background-image: -webkit-linear-gradient(top, #323232, #080808);
	background-image: -moz-linear-gradient(top, #323232, #080808);
	background-image: -ms-linear-gradient(top, #323232, #080808);
	background-image: -o-linear-gradient(top, #323232, #080808);
	background-image: linear-gradient(top, #323232, #080808);
	text-shadow: 0 -1px 0 #000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808);
}

a.black:hover {
	border: 1px solid #000;
	color: #fff;
	background-color: #4c4c4c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
	background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
	background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
	background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
	background-image: -o-linear-gradient(top, #4c4c4c, #080808);
	background-image: linear-gradient(top, #4c4c4c, #080808);
	text-shadow: 0 -1px 0 #000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808);
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	display: block;
	margin: 20px 0;
	padding: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
}

.alert {
	border: 1px solid #dc7070;
	color: #212121;
	background-color: #faebeb;
}

.address {
	border: 1px solid #cdc9a5;
	color: #212121;
	background-color: #f6f5ef;
}

.notice {
	border: 1px solid #e3cf57;
	color: #212121;
	background-color: #fbf9e9;
}

.success {
	border: 1px solid #a2bc13;
	color: #212121;
	background-color: #f9fde8;
}

.download {
	border: 1px solid #ff9912;
	color: #212121;
	background-color: #fff4e5;
}

.information {
	border: 1px solid #6ca6cd;
	color: #212121;
	background-color: #eef3f6;
}

.required {
	color: #d5243f;
}

/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
	padding: 40px 0 0 0;
}

#breadcrumb a {
	color: #06c;
	font-size: 12px;
	font-weight: 400;
}

#breadcrumb a:hover {
	color: #444;
	text-decoration: none;
}

#content-woocommerce {
	margin-top: 40px;
	margin-bottom: 20px;
}

.products ul,
ul.products {
	margin-top: 40px;
}

.products-greis ul,
ul.products-greis {
	margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
	width: 100%;
}

table.shop_table {
	table-layout: fixed;
	word-break: break-all;
	-ms-word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}


/* Peter Styles */

.text-left{
    width: 48%;
    float: left;
    text-align: left;
    //padding: 10px;
}

.text-right{
    width: 48%;
    float: right;
    text-align: left;
    //padding: 10px;
}

.teaser{

    padding: 10px 0;
}
.teaser h1{
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0;
}
 .highlight{
    background: #eee;
     padding: 20px;

}

p, li {
	word-wrap: break-word;
    //font-size: 1.2em;


}


#footer li,#footer p,#footer a{
    font-family: 'FrutigerNextW01-Condens';
    color: #c1cacd;
    float: none;
    margin: 0;
    //font-size: 1.2em;
}

.footerLogo, .footerGruppe{
    font-family: 'FrutigerNextW01-Condens'!important;
}

#footer .li a{
    display: inline;
    font-size: 14px;
}

.footerLogo{
    font-size: 1.4em;


}

.footerGruppe{
    margin-bottom: 25px;
}



.footerBox{
    font-family: 'Roboto Condensed';
}
#logo{
    font-weight: 600;
    color:#2b4e59;
}

.menuTabs{
    font-weight: 600;

}

.menuTabs div *, .grey *{
   //pointer-events: none;
}

.grey:hover *{
   pointer-events: auto;
}

.metaslider .caption{
font-weight: 100;
}

ul.henrich,
#accordion ul.henrich
{
list-style-type: none!important;
padding: 0;
}

ul.henrich li,
#accordion ul.henrich li{
width: 49%;
float: left;
//margin-top: 30px;
padding-right: 5%;
font-size: 16px;
line-height: 24px;
font-weight: 100;
}

 ul.henrich li strong,
#accordion ul.henrich li strong{
display: block;
background: url('../images/list.png') no-repeat;
line-height: 26px;
padding-left: 40px;
margin-bottom: 20px;
font-family: 'FrutigerNextW01-Condens', 'Arial', sans-serif;
}

ul.check-list li{
display: block;
background: url('../images/list.png') no-repeat;
line-height: 26px;
padding-left: 40px;
margin-bottom: 20px;
font-family: 'FrutigerNextW01-Condens', 'Arial', sans-serif;
}

ul.menu-top-menu-container li a, ul.menu-top-menu-eng-container li a{
font-family: 'FrutigerNextW01-Condens', Helvetica, sans-serif;
}


.gruppe-inner {
    width:30%;float:left; padding:2%;}

ul.henrich li{
    width:100%;}

}

#content-sitemap .page_item_has_children {

    float: none!important;
}


.ui-state-default .ui-icon,
.ui-state-active .ui-icon
{
    background-image: url('https://download.jqueryui.com/themeroller/images/ui-icons_fff_256x240.png');
    float: left;
    margin: 2px;
}





.ui-accordion-header{
background: #2d4e59;
transition:background 0.5s;
color: #fff;


}

.ui-accordion-header a{
color: #fff;
}



.ui-state-active a,  .ui-state-active a:link, .ui-state-active a:visited,
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{
color: #fff;
}

.ui-accordion-header:hover,
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
background:#66a4b8;
outline: none;


}

.produkt table tr td{
    width: 50%;
}

.produkt table.list tr td ul{
    margin: 0;
}

.produkt table.list tr td ul li:nth-child(1){
    background: none!important;
}

.produkt table.list tr td ul li{
    background: #fff;
    padding: 20px;
    width: 100%;
    margin: 5px 0;

}

.produkt table.list tr td ul li:nth-child(2n+1){
    background: none!important;
}


.produkt table.list tr td ul li strong{
    margin: 0;
}


.produkt table.list {
    background: #EEE;
}


.produkt table tr td strong,
.europa-bio strong{

    display: block;
background: url('../images/list.png') no-repeat;
line-height: 26px;
padding-left: 40px;
margin-bottom: 20px;
}

table.bullet tr td strong{

    display: block;
background: url('../images/list.png') no-repeat;
line-height: 26px;
padding-left: 40px;
margin-bottom: 20px;
}

.ui-accordion .ui-accordion-content{
    padding: 1em;
}

.ui-widget-content{
    border: none;
}

.ui-accordion .ui-accordion-icons{
    padding: 1.8em;



}

.btn_not_found{
    width: 250px;
    text-align: center;
    float: left;
    margin-right: 50px;
}

.not_found{
    margin-top: 100px;
}

.page-template-sitemap .page_item_has_children{
    float: none;
}

.accordion-uh{
    margin-top: 50px;
}

table.collumns{
width: 100%;
}

table.collumns tr td{
width: 50%;
}


.bannerWrapper{
    margin-bottom: 75px;
}

.bannerWrapper img{
    width: 100%;
}

table.lagerware{
    width: 100%;

}
table.lagerware tr:nth-child(odd){
    background: #fff;
}

table.lagerware tr:nth-child(even){
    background: none;
}
table.lagerware tr td:nth-child(1){
    width: 30%;
     text-align: left;
}
table.lagerware tr td:nth-child(2){
    width: 70%;
     text-align: left;
}

table.lagerware tr td p{
    margin: 0;
    padding: 0;
}

.messe-none{
   display: none;
}

.messe{
    position: fixed;
    //margin-top: 78px;
    z-index: 999;
    right: 0;
    top: 190px;
}

.messe img{

    width: 246px;
    margin: 10px 0;
    //border: 2px solid #3D6370;
    display: block;
}

.messe img .logimat{
    margin-top: 150px;
}



.gallery2 {
    width: 100%;
    height: 430px;
    overflow: hidden !important;
    margin: 20px 0;
}

.inner{
    height: 430px;
    margin: 0px auto;
    position: relative;
}

.images{
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: -100%;
}

.sigleImg{
width: auto;
float: left;
position: relative;

}

.sigleImg .nav {
    display: none;
}

.active .left2 {
    background: url("../images/left.png") repeat scroll 0% 0% transparent;
    left: 0px;
    z-index: 10;
    cursor: pointer;
}

.active .right2 {
    background: url("../images/right.png") repeat scroll 0% 0% transparent;
    right: 0px;
    z-index: 10;
    cursor: pointer;
}

.navi {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 45%;
}

.myHover {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    transition: opacity 0.5s ease 0s;
    right: 0px;
    background: none repeat scroll 0% 0% #2D4E59;
    opacity: 0.8;
    display: block;
}

.active .myHover {
    opacity: 0;
    display: none;
}
.slider-produkte-txt{
    display: none;
}
.active .slider-produkte-txt{
    display: inherit;
    position: absolute;
    text-align: center;
    bottom: 0px;
    background: #2D4E59;
    opacity: 0.8;
    width: 100%;
    color: #fff;
}

.slider-produkte-txt h2,
.slider-produkte-txt p{
    margin: 10px 0;
    color: #fff;
}

.produkte-wrapper{
   padding: 30px 0 ;
}

.technik{


}
.technik-txt{

    float: right;
}

.zubehoer{
    margin-top: 25px;
}


.myImg{
/*
    width: 33%;
    float: left;
    padding: 1%;
*/
}



.individualisierung table tr td img{
    width: 100%;
}
.page-template-produkt-template .chevron:nth-child(2),
.page-template-produkt-template .chevron:nth-child(3),
.page-template-produkt-template .chevron:nth-child(4),
.page-template-produkt-template .chevron:nth-child(5),
.page-template-produkt-template .breadcrumb:nth-child(3),
.page-template-produkt-template .breadcrumb:nth-child(5),




.page-template-sonderbehaelter-template .chevron:nth-child(2),
.page-template-sonderbehaelter-template .chevron:nth-child(3),
.page-template-sonderbehaelter-template .chevron:nth-child(4),
.page-template-sonderbehaelter-template .breadcrumb:nth-child(3),
.page-template-sonderbehaelter-template .breadcrumb:nth-child(5),


.page-template-lagerware-template .chevron:nth-child(2),
.page-template-lagerware-template .chevron:nth-child(3),
.page-template-lagerware-template .chevron:nth-child(4),
.page-template-lagerware-template .breadcrumb:nth-child(3),
.page-template-lagerware-template .breadcrumb:nth-child(5)


{
     display: none;
}

.paged .breadcrumb-current

{
    display: none;
}

.paged .breadcrumb-list .chevron:last-child{
    display: none;
}

#sidebar-header{

}

#sidebar-header .widget_categories ul{
    list-style-type: none;
    margin: 0;
    padding: 0;

}

#sidebar-header .widget_categories h3.widget-title{
    display: none;
}

#sidebar-header .widget_categories ul li{
    display: inline-block;
    margin: 10px 10px 10px 0px;
}

#sidebar-header .widget_categories ul li a{
    background: #2D4E59;
    color: #fff;
    padding: 5px 10px;
    transition:background 0.5s
}

#sidebar-header .widget_categories ul li a:hover{
    background:#66a4b8;
}


.archive .title-archive{
    display: none;}


.content-single img.wp-post-image{
    margin: 0;
    float: left;
    padding: 0 30px 10px 0;

}

.metaslider .flex-direction-nav .flex-prev {
    left: 5px;
    opacity: 1;
}

.metaslider .flex-direction-nav .flex-next {
    right: 5px;
    opacity: 1;
}


/*
.categButs{
    display: none;
}
*/


li.hg-links-category a{
    border-bottom: 1px solid #AFAFAF;

}

li.hg-links-category.last{
    padding-top: 10px;
}

.europa-bio p{
    margin: 0!important;
}


/* Ende Peter Styles */

.flex{
	display: flex;
	align-items: center;	
}


@media screen and (max-width:400px) {
	table.shop_table {
		font-size: 8px;
	}
}

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
	cursor: text;
}

/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
	float: right;
	text-align: left;
}

.rtl .icl_languages_selector {
	float: left;
	text-align: right;
}

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




	.icl_languages_selector,
	.rtl .icl_languages_selector {
		float: none;
	}
}

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




	table.shop_table {
		font-size: 10px;
	}
}


/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
	display: inline;
	list-style-type: none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	font-size: 11px;
	line-height: 1.5em;
	background: #2d4e59;
	color: #ffffff;
	max-width: 1300px;
	margin-top:50px;
}

.blog .metaslider .caption-wrap{left:0;width:100%;text-align:center;color:#ffffff!important;opacity:1!important;}

.single h1{text-align:left;font-size:22px;line-height:24px;margin-top:30px;margin-top:20px;}
.single .post-meta{display: none;}

#footer table{
	margin:0;
}

.news a{color:#000000;}

#footer a {
	color: #ffffff;
	font-weight: 400;
    display: block;
    line-height: 20px;
}

.bg{background:#2d4e59}

#footer a:hover {
	color: #444;
}

#footer-wrapper .grid.col-940 {
	margin: 0;
}

.scroll-top {
	text-align: center;
}

.copyright {
	text-align: left;
}

.powered {
	text-align: right;
}

#footer_widget .col-300:nth-child(3n+3) {
	margin-right: 0;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-align: right;
	list-style: none;
}

#footer .rss-icon,
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .googleplus-icon,
#footer .google-plus-icon,
#footer .stumbleupon-icon,
#footer .stumble-upon-icon {
	display: inline;
	margin: 1px;
	padding-left: 3px;
}






/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
	display: table;
	content: " ";
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
	clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
	zoom: 1;
}

.clear {
	clear: both;
	width:0!important;
	height:0!important;
	margin:0!important;
	padding:0!important;
	float:none!important;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
bdo[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

bdo[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
	}

	ul,
	ol,
	dl {
		page-break-before: avoid;
	}
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
	body {
	}
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/

.icl-nl{
   /* display: none;*/
}

.widget_categories ul li,
.widget_recent_entries ul li{
    border-bottom: 1px solid #fff;
    padding: 15px 0 !important;
}

/* Sitemap Korrektur */

/* Ab .page-item-1544 beginnt der niederländische Teil */

.page-template-sitemap .page-item-70,
.page-template-sitemap .page-item-112,
.page-template-sitemap .page-item-114,
.page-template-sitemap .page-item-1626 a,
.page-template-sitemap .page-item-1639,
.page-template-sitemap .page-item-1615,
.page-template-sitemap .page-item-1617,
.page-template-sitemap .page-item-710,
.page-template-sitemap .page-item-744,
.page-template-sitemap .page-item-1544,
.page-template-sitemap .page-item-1547,
.page-template-sitemap .page-item-1626,
.page-template-sitemap .page-item-628,
.page-template-sitemap .page-item-1630,
.page-template-sitemap .page-item-1632,
.page-template-sitemap .page-item-1634,
.page-template-sitemap .page-item-1639,
.page-template-sitemap .page-item-1641,
.page-template-sitemap .page-item-1553,
.page-template-sitemap .page-item-1558,
.page-template-sitemap .page-item-1561,
.page-template-sitemap .page-item-1317,
.page-template-sitemap .page-item-1323,
.page-template-sitemap .page-item-1324,
.page-template-sitemap .page-item-1387,
.page-template-sitemap .page-item-1367,
.page-template-sitemap .page-item-1374,
.page-template-sitemap .page-item-1370,
.page-template-sitemap .page-item-787,
.page-template-sitemap .page-item-807,
.page-template-sitemap .page-item-804,
.page-template-sitemap .page-item-1267{

    display:none!important;
}



/* Produkt Buton*/

.page-id-2 .productsContainer #container:nth-child(2)
{
    display: none!important;
}

/* Startseite Verdichtungssysteme */

.page-id-1511 .productsContainer #container:nth-child(2),
.page-id-1511.page-template-index-template-v2 .categButs,
.page-id-1511 .productsContainer #container .products:nth-child(5),
.page-id-1511 .productsContainer #container .products:nth-child(6),
.page-id-1511 .productsContainer #container .products:nth-child(7),
.page-id-1511 .productsContainer #container .products:nth-child(8),
.page-id-1511 .productsContainer #container .products:nth-child(9){
	display: none!important;
}

.page-id-1511 .productsContainer #container .products{
	width: 25%;
}

/* Startseite Unterflursammelbehlälter */
.page-id-1513 .productsContainer #container:nth-child(2),
.page-id-1513.page-template-index-template-v2 .categButs,
.page-id-1513 .productsContainer #container .products:nth-child(1),
.page-id-1513 .productsContainer #container .products:nth-child(2),
.page-id-1513 .productsContainer #container .products:nth-child(3),
.page-id-1513 .productsContainer #container .products:nth-child(4){
	display: none!important;
}

/* Produkt Üebersicht */

.produkte-uebersicht .section-a,
.produkte-uebersicht .section-b
{
	height: 500px;
	width: 50%;
	display: inline-block;
}


.produkte-uebersicht .section-2,
.produkte-uebersicht .section-4,
.produkte-uebersicht .section-6,
.produkte-uebersicht .section-8
{
	float: right;
}

.produkte-uebersicht .section-a{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.produkte-uebersicht .section-b{
	padding: 0 30px;
}

.produkte-uebersicht .section-b table{
	height: 500px;
	margin: 0;
}

.produkte-uebersicht .section-b table tr td{
	vertical-align: middle;
}


.product-button{
	width: 300px;
	position:fixed; 
	right:0px;
	display:inline-block;
	z-index:9;
	background:#66a4b8;color:#ffffff;
	text-transform:none;
	transition:  0.5s ease-in-out;
   -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;


}


.product-button.formular-button{
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

.product-button.video-button{
    top: 203px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;;
    border-bottom: 1px solid #fff;;
    display: none;
}

.page-id-21 .product-button.video-button,
.page-id-50 .product-button.video-button,
.page-id-1396 .product-button.video-button{
	display: block;
}


.product-button:hover{

    //-ms-transform: scale(1.05); /* IE 9 */
   // -webkit-transform: scale(1.05); /* Chrome, Safari, Opera */
    //transform: scale(1.05);
}

.product-button p{
    margin: 0;
    color: #fff;
}

.product-button:hover{color:#ffffff;}

.product-button-small{
    background:
}

.product-button-small p{
    display: none
}

.product-button table{
    margin: 0;
}

.product-button table tr td{
    vertical-align: middle;
}


td.product-button-icon-wrapper{
    width: 65px;
}

i.product-button-icon{
    color: #fff!important;
}

a.product-button-text{
    color: #fff!important;
}

.product-button img{
	//display: none;
}



.sv-button-wrapper i.fa-question {
	background: #66a4b8;
	color: #fff;
	padding: 15px 30px;
	margin-right: -6px;
	font-size: 20px;
	border: 2px solid #66a4b8;
	height: 60px;
	float: left;
}

a.sv-button{
	padding:15px 30px;
	color: #66a4b8;
	width:100%;
	background-image: linear-gradient(to left,transparent,transparent 50%,#66a4b8 50%,#66a4b8);
	background-position: 100% 0;
	background-size: 200% 100%;
	transition: all .25s ease-in;
	border: 1px solid #66a4b8;
	font-size: 12px;
	height: 60px;
	display: block;
	float: left;
	width: auto;

}

a.sv-button:hover{
	background-position: 0 0;
	color:#fff;
}



.produkte-uebersicht .sv-button-wrapper i.fa-external-link{
	background: #66a4b8;
	color: #fff;
	padding: 15px 30px;
	margin-right: -6px;
	font-size: 27px;
	border: 2px solid #66a4b8;
	height: 60px;
	float: left;
}

.produkte-uebersicht a.sv-button{
	width: 180px;
}


.form-pop-up{
    width: 100%;
    padding: 13px!important;
}

.mobile-footer{
	display: none;
}


@media screen and (max-width:500px) {
	a.sv-button,
	i.fa-question{
		display: block
	}

	.sv-button-wrapper i.fa-question{
		margin-right: 0;
	}

	.mobile-footer{
		display: block;
		background: #66a4b8;
		text-align: center;
		padding: 15px 0;
		position: fixed;
		bottom: 0px;
		width: 100%;
		z-index: 999;
	}

	.mobile-footer a{
		color: #fff;
	}

	.mobile-footer a i{
		color: #fff;
	}

}

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


	.flex{
		display: block;	
	}
	
	.produkte-uebersicht .section-2,
	.produkte-uebersicht .section-4,
	.produkte-uebersicht .section-6,
	.produkte-uebersicht .section-8
	{
		float: none;
	}

	.produkte-uebersicht .section-a{
		height: 300px;
		width: 100%;
		display: block;
		margin: 50px 0;
	}

	.produkte-uebersicht .section-b
	{
		height: auto;
		width: 100%;
		display: block;
	}

	.produkte-uebersicht .section-b table{
		height: auto;
	}

}

/* Modal Box */


/*

.modalDialog {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}



.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 90%;
    max-width: 1300px;
    position: relative;
    margin: 1% auto;
    padding: 5px 20px 13px 20px;
    //border-radius: 10px;
    //background: #fff;
    //background: -moz-linear-gradient(#fff, #999);
    //background: -webkit-linear-gradient(#fff, #999);
    //background: -o-linear-gradient(#fff, #999);
    background: #eee;
}



.close {
    background: #606061;
    color: #FFFFFF;


    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 50px;
    text-decoration: none;
    font-weight: bold;
    padding: 12px 0;
    //-webkit-border-radius: 12px;
    //-moz-border-radius: 12px;
    //border-radius: 12px;
    //-moz-box-shadow: 1px 1px 3px #000;
    //-webkit-box-shadow: 1px 1px 3px #000;
    //box-shadow: 1px 1px 3px #000;
    //line-height: 25px;
}

.close:hover {
     background: #2d4e59;
     cursor: pointer;
     color: #fff;
}

*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 9999999;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
    max-width: 1200px;
    margin: 30px auto;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.kontakt-form-ifat-2018 .wpcf7-list-item{
    display: block;
}

.kontakt-form-ifat-2018 table tr td:nth-child(1){
    width: 250px;
    font-weight: bold;
}

.kontakt-form-ifat-2018 table tr td{
    display: block;
}

/* Logo */

.logo-wrapper{
	display: none;
}

@media (min-width: 980px){

    .kontakt-form-ifat-2018 table tr td{
        display: table-cell;
	}
	
	/* Logo */
	.logo-wrapper{
		display:block;
	}

	.logo-wrapper a{
		position: fixed;
		right: 0px;
		width: 170px;
		z-index: 1;
		border: 1px solid #ececec;
	}

	/*
	.logo-wrapper a.logimat{
		top: 330px;		
	}	
	*/

	.logo-wrapper a.empack{
		top: 300px;		
	}	
	
	.logo-wrapper a.ifat{
		top: 423px;
	}
	
	.logo-wrapper a.waste-expo{
		top: 546px;
	}


}
.pea_cook_wrapper p {
    color: #fff !important;
}





