/*
Theme Name: ELWA - systems for energy
Theme URI: http://www.elwa.de
Author: FP interactive GmbH
Author URI: http://www.fp-interactive.de
Description: Based on the 2012 theme for WordPress. Design by FP sales & brands GmbH & Co. KG - Development by FP interactive GmbH
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/

/*
* Font Integration
*/

/* latin-ext */
@font-face {
	font-family: 'Utopia Italic';
	font-style: italic;
	font-weight: 400;
	src: local('Utopia Italic'), local('UTI_____'), url(fonts/Titillium_Web/UTI_____.TTF) format('ttf');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* =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-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}

.slide ul {
	margin: 15px 0 0 0;
}

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 21px 0;
	margin: 1.5rem 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}




/* =Repeatable patterns
-------------------------------------------------------------- */

strong {
	font-size: 15px;
	font-size: 0.938rem;
	line-height: 19px;
	line-height: 1.188rem;
	font-weight: 600;
	letter-spacing: 0.1px;
	letter-spacing: 0.0063rem;
}

b {
	font-size: 15px;
	font-size: 0.938rem;
	line-height: 19px;
	line-height: 1.188rem;
	font-weight: 600;
	letter-spacing: 0.1px;
	letter-spacing: 0.0063rem;
}


address {
	font-size: 15px;
	font-size: 0.938rem;
	line-height: 19px;
	line-height: 1.188rem;
	letter-spacing: 0.1px;
	letter-spacing: 0.0063rem;
	font-weight: 300;

}

a {
	color: #0c63a4 ;
	text-decoration: none;
}
a:hover {
	color: #0b4774;
	text-decoration: none;
}
a:active {
	color: #0b4774;
	text-decoration: none;
}

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	color: #777777;
    font-size: 1.586rem;
    font-weight: bold;
    letter-spacing: 0.071rem;
    line-height: 2.18182;
}

.entry-content th,
.comment-content th{
 padding: 0 0 10px;
}


.productfeatures {
	padding: 0 15px 0 15px;
	border: 1px solid #D6D5D4;
	margin: 30px 0 20px 15px;
	width: 50%;
	float: right;
	-webkit-box-shadow: 1px 4px 5px 0px rgba(237,237,237,1);
	-moz-box-shadow: 1px 4px 5px 0px rgba(237,237,237,1);
	box-shadow: 1px 4px 5px 0px rgba(237,237,237,1);
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border:none;
	font-family: inherit;
	padding: 4px;
	padding: 0.285714285714286rem;
	float:left;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
#searchform{
	position:relative;
	float: left;
	z-index: 20;
}
#searchform #search{
	width: 200px;
	background: #fff url(images/search.png) no-repeat right 5px center;
	color: #0E63A4;
  font-size: 1rem;
	height: 28px;
  padding: 2px 0 2px 11px;
	border-radius: 0 !important;
}

#searchform #search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(14, 99, 164, 0.5)!important;
}
#searchform #search::-moz-placeholder { /* Firefox 19+ */
  color: rgba(14, 99, 164, 0.5)!important;
}
#searchform #search:-ms-input-placeholder { /* IE 10+ */
  color: rgba(14, 99, 164, 0.5)!important;
}
#searchform #search:-moz-placeholder { /* Firefox 18- */
  color: rgba(14, 99, 164, 0.5)!important;
}
#searchform #searchsubmit {
	position:relative;
	border:none;
	right: 26px;
	width:26px;
	height:26px;
	background: none;
	margin: 0 -24px 0 0;
	margin: 0 -2rem 0 0;
	text-indent:-99999px;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 4px 10px 0 0;
}

/* Buttons */
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient( #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient( #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient( #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient( #f9f9f9, #ebebeb);
	background-image: linear-gradient( #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient( #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient( #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient( #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient( #ebebeb, #e1e1e1);
	background-image: linear-gradient( #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content:first-child:last-child {
	width: 100%;
}
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'Titillium Web',Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #4E4E4E;
}
body.custom-font-enabled {
	font-family: 'Titillium Web',Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #0E63A4;
}
a:hover {
	color: #0f3647;
}
small a {
	outline: none;
	color: #0E63A4!important;
}

/*burger*/
.burger-menu {
	position: absolute;
	width: 25px;
	height: 22px;
	left: 35px;
	bottom: 0;
	cursor: pointer;
}
.burger {
	position: absolute;
	background: #F29330;
	width: 100%;
	height: 2px;
	top: 50%;
	right: 0px;
	margin-top: -5px;
	opacity: 1;
}
.burger::before {
	position: absolute;
	background: #F29330;
	width: 25px;
	height: 2px;
	top: 8px;
	content: "";
	display: block;
}
.burger::after {
	position: absolute;
	background: #F29330;
	width: 25px;
	height: 2px;
	bottom: 8px;
	content: "";
	display: block;
}
@media (min-width: 1024px) {
	.burger-menu {
		position: absolute;
		width: 16px;
		height: 22px;
		left: 35px;
		bottom: 0;
		cursor: pointer;
	}
	.burger {
		position: absolute;
		background: #F29330;
		width: 100%;
		height: 2px;
		top: 50%;
		right: 0px;
		margin-top: -5px;
		opacity: 1;
	}
	.burger::before {
		position: absolute;
		background: #F29330;
		width: 16px;
		height: 2px;
		top: 5px;
		content: "";
		display: block;
	}
	.burger::after {
		position: absolute;
		background: #F29330;
		width: 16px;
		height: 2px;
		bottom: 5px;
		content: "";
		display: block;
	}
}
.burger::after, .burger::before, .burger {
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
}
.burger-menu.burger-on .burger::after{
	 transform: rotate(-45deg);
	 -webkit-transform: rotate(-45deg);
	bottom: 0px;
}
.burger-menu.burger-on .burger::before{
	 transform: rotate(45deg);
	 -webkit-transform: rotate(45deg);
	top: 0px;
}
.burger-menu.burger-on .burger{
 background: rgba(242,147,48,.0);
}

#mainmenu{
	background: #fff;
	width: 950px;
	position:absolute;
	top: 203px;
	z-index: 100;
	padding: 30px 25px;
	display: none;
}
#mainmenu:before{
	content: '';
	position: absolute;
	width: 800px;
	background-color: #ffffff;
	height: 30px;
	left: 200px;
	top: -30px;
}
#topmenu{
	float:right;
	position: absolute;
	right: 0;
	text-align: left;
	top: 6px;
}

html[lang="de-DE"] #widget-elwa-5 .blue {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0a426c 0%, #0c62a3 100%) repeat scroll 0 0 !important;
	color: #fff !important;
}
html[lang="de-DE"] #widget-elwa-5 .blue a {
	color: #fff !important;
}
html[lang="de-DE"] #widget-elwa-5 p {
	min-height: 120px;
}
html[lang="de-DE"] #widget-elwa-5 .icon a {
	display: block;
	height: 100%;
	width: 100%;
}
html[lang="de-DE"] #widget-elwa-5 .blue a.more {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f1f1f1 0%, #fff 100%) repeat scroll 0 0 !important;
	color: #1767a2 !important;
}
html[lang="de-DE"] .widget-elwa #contact.icon {
	background: transparent url("/wp-content/plugins/elwa-widget/images/icons-contact.png") no-repeat scroll -423px 0 !important;
}
html[lang="en-US"] #widget-elwa-4 .blue {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0a426c 0%, #0c62a3 100%) repeat scroll 0 0 !important;
	color: #fff !important;
}
html[lang="en-US"] #widget-elwa-4 .blue a {
	color: #fff !important;
}
html[lang="en-US"] #widget-elwa-4 p {
	min-height: 120px;
}
html[lang="en-US"] #widget-elwa-4 .icon a {
	display: block;
	height: 100%;
	width: 100%;
}
html[lang="en-US"] #widget-elwa-4 .blue a.more {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f1f1f1 0%, #fff 100%) repeat scroll 0 0 !important;
	color: #1767a2 !important;
}
html[lang="en-US"] .widget-elwa #contact.icon {
	background: transparent url("/wp-content/plugins/elwa-widget/images/icons-contact.png") no-repeat scroll -423px 0 !important;
}

html[lang="de-DE"] #widget-elwa-5 .blue:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #062b46 0%, #094c7f 100%) repeat scroll 0 0 !important;
	color: #fff !important;
}
html[lang="en-US"] #widget-elwa-4 .blue:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #062b46 0%, #094c7f 100%) repeat scroll 0 0 !important;
	color: #fff !important;
}
html[lang="de-DE"] #widget-elwa-5 .blue a.more:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #deebed 0%, #fefefe 100%) repeat scroll 0 0 !important;
	color: #1767a2 !important;
}
html[lang="en-US"] #widget-elwa-4 .blue a.more:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #deebed 0%, #fefefe 100%) repeat scroll 0 0 !important;
	color: #1767a2 !important;
}
#lang_sel{
	float:left;
}
#bottomnavi{
	overflow: hidden;
}
#bottomnavi #secondary{
	width: 100%;
}
#bottomnavi #secondary .widget{
	float:left;
	width: 20%;
	padding-left: 28px;
	padding-left: 2rem;
	border-left: 1px solid #ccc;
	min-height: 200px;
	min-height: 14.285714285714286rem;
	margin:0;
}
#bottomnavi #secondary .widget ul li a{
	padding-left: 24px;
	padding-left: 2rem;
	background: transparent url(images/cross-blue.png) no-repeat left center;
	text-decoration:none;
	color: #0E63A4;
}
#bottomnavi #secondary .widget ul li{

	padding-bottom: 14px;
	padding-bottom: 1rem;
}
img.alignright {
	margin-top: 0 !important;
}


.maincontent {
    margin-top: 24px;
    margin-top: 2rem;
}


#main .widget {
	border-left: 1px solid white;
	box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.2);
	width: 100%;
	height:auto;
	overflow: hidden;
}

#main .widget {
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );  IE6-9 */
	margin: 30px 0;
}

#main .widget:hover{
	background: #deebed; /* Old browsers */
	background: -moz-linear-gradient(top,  #deebed 0%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deebed), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #deebed 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #deebed 0%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #deebed 0%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #deebed 0%,#fefefe 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deebed', endColorstr='#fefefe',GradientType=0 ); IE6-9 */
}


#main .widget h3{
	text-align:left;
	text-decoration:none;
	display: block;
	margin:0;
	font-weight:normal;
	font-size: 1.5rem;
    font-weight: 300;
    height: 2rem;
    line-height: 1.929rem;
    padding: 10px 10px 0px 10px;

}

.main-navigation h3 {
	font-size: 40px;
	font-size: 2.857rem;
	font-weight: 200;
	color: #777;
	margin-bottom: 20px;
	margin-bottom: 1.429rem;
}

#main .widget a,
#main .widget a:hover{
	text-align:left;
	text-decoration:none;
	display: block;
	float:left;
	clear:left;
}

#main .widget a:hover{
	color: #0b4774;
}

#main .widget .orange a:hover{
	color: #c8743d;
}

#main .widget .orange .more:hover{
	color: white;
}

#main .widget p{
	padding: 5px 10px 0 10px !important;
	margin: 0!important;
}

#main .widget ul{
	margin:10px 0 10px 10px;
}

#main .widget ul li a{
	/* background: url("images/cross-blue.png") no-repeat scroll left top rgba(0, 0, 0, 0); */
	padding-left: 1.7rem;
	margin-bottom: 0.7rem;
}


.widget_archive ul li,
.widget_categories ul li,
.widget_recent_entries ul li{
	color: #0C63A4 !important;
	padding: 5px;
	font-weight: 300;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_recent_entries ul li a {
	color: #0C63A4 !important;
	display: block;
	padding-right: 5px;
}

.widget_recent_entries ul{
	margin-bottom:24px!important;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

#productfinderteaser a{
	background: #f29330;
	width:220px;
	height:220px;
	position:absolute;
	z-index: 30;
	right:0;
	top:350px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	display:block;
	border-radius: 110px;
}
#productfinderteaser a:hover{
	background: #cb6f19;
}

.anythingSlider-default .arrow a{
	background: transparent url("images/pfeile.png") no-repeat 0 0;
	width:72px;
	height:72px;
	margin:20px;
}
.anythingSlider-default .forward a {
    background-position: right top;
}
.anythingSlider-default .forward a:hover, .anythingSlider-default .forward a.hover{
    background-position: right bottom;
}
.anythingSlider-default .back a:hover, .anythingSlider-default .back a.hover{
    background-position: left bottom;
}
#elwaslider{
	display:block;
	padding-bottom: 55px;
}

.anythingSlider-bgslider,
#bgslider{
	width: 100%!important;
	height: 100%!important;
	display:block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	padding:0!important;
}
.anythingSlider-bgslider .anythingWindow,
.anythingSlider-bgslider .fade .panel{
	width: 100%!important;
	height: 100%!important;
}
.anythingSlider-bgslider ul li .slideimage{
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
.slideimage{
	width: 100%;
	height: 100%;
	display:block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
.anythingSlider{
	z-index:5;
	margin:0!important;
	padding: 0 14px;
	padding: 0 1rem;
	width: 100%;
}
.anythingSlider-default .anythingWindow{
	border: none!important;
	margin: auto;
	height: 300px!important;
}
.anythingSlider-default .arrow{
	top:30%;
}
#slider .slide{
	line-height: 21px;
	line-height: 1.5rem;
	width: 80%!important;
	margin:auto;
	float:left;
	font-size: 14px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.429rem;
	letter-spacing: 0.3px;
	letter-spacing: 0.021rem;
	font-weight: 300;
	color: #444444;
	text-shadow: 0 0 5px #FFFFFF;
	-moz-text-shadow: 0 0 5px #FFFFFF;
	-webkit-text-shadow: 0 0 5px #FFFFFF;
}

#header-text .percent,
.slide .percent{
	font-size: 140px;
	font-size: 10rem;
	letter-spacing: -2px;
	letter-spacing: -0.143rem;
	line-height: 165px;
	line-height: 11.786rem;
	font-weight: 200;
	margin: 0;
	color: #0E63A4;
}
#header-text h3,
.slide h3{
	font-weight:lighter;
	font-size: 55px;
	line-height: 3rem;
	margin-bottom: 14px;
	margin-bottom: 1rem;
	color: #0E63A4;
}
.anythingSlider .panel li {
	top:0!important;
	margin:8px 0;
	margin:.6rem 0;
	clear: left;
	float: left;
	width:250px;
}
.innerbox{
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );  IE6-9 */
	float:left;
	width: 90%;
	padding: 7%;
}
.innerbox:hover, .cur{
	background: #d5dadb; /* Old browsers */
	background: -moz-linear-gradient(top,  #d5dadb 0%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe4e5), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d5dadb 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d5dadb 0%,#f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d5dadb 0%,#f9f9f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d5dadb 0%,#f9f9f9 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5dadb', endColorstr='#f9f9f9',GradientType=0 );  IE6-9 */
}

.innerbox h3{
	color: #0C63A4;
	display: block;
	height: 2rem;
	padding: 0 0 7px 0;
	padding: 0 0 0.5rem 0;
	text-align: left;
	text-decoration: none;
	width: 100%;
	font-size: 25px !important;
	font-size: 1.786rem !important;
	letter-spacing: 2px !important;
	letter-spacing: 0.08rem !important;
	line-height: 27px !important;
	line-height: 1.929rem !important;
	font-weight: 300;
}

.innerbox p{
	 font-size: 0.938rem;
	font-weight: 300;
	letter-spacing: 0.0063rem;
	line-height: 1.188rem;
}
.innerbox #schiffbau-icon{
	background-position: 0 0;
}
.innerbox #motorsport-icon{
	background-position: -141px 0;
}

.innerbox #kraftwerk-icon{
	background-position: -94px 0;
}

.innerbox #industrie-icon{
	background-position: -47px 0;
}
.anythingSlider-default .anythingControls ul a.tocat{
	text-align:left!important;
	color: #fff!important;
	padding-left: 30px!important;
	height: auto !important;
	padding: 8px 5% 8px 15% !important;
	width:80%!important;
	border-radius: 0 !important;
	margin:0!important;
	font-weight: 100;
  letter-spacing: 0.03rem;
	/*background: #0E63A4 url("images/cross-white.png") no-repeat scroll 5px center;
	background: rgb(11,72,117) url("images/cross-white.png") no-repeat scroll 5px center;*/
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiMwYjQ4NzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGQ2MmEyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: url("images/cross-white.png") no-repeat scroll 5px center, -moz-linear-gradient(top,  rgba(11,72,117,1) 14%, rgba(13,98,162,1) 100%);
	background: url("images/cross-white.png") no-repeat scroll 5px center, -webkit-gradient(linear, left top, left bottom, color-stop(14%,rgba(11,72,117,1)), color-stop(100%,rgba(13,98,162,1)));
	background: url("images/cross-white.png") no-repeat scroll 5px center, -webkit-linear-gradient(top,  rgba(11,72,117,1) 14%,rgba(13,98,162,1) 100%);
	background: url("images/cross-white.png") no-repeat scroll 5px center, -o-linear-gradient(top,  rgba(11,72,117,1) 14%,rgba(13,98,162,1) 100%);
	background: url("images/cross-white.png") no-repeat scroll 5px center, -ms-linear-gradient(top,  rgba(11,72,117,1) 14%,rgba(13,98,162,1) 100%);
	background: url("images/cross-white.png") no-repeat scroll 5px center, linear-gradient(to bottom,  rgba(11,72,117,1) 14%,rgba(13,98,162,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4875', endColorstr='#0d62a2',GradientType=0 );
}
.box {
	overflow: hidden;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}
.box a{
	background: none!important;
	color: #0E63A4!important;
	margin:0!important;
	padding: 0 0 10px !important;
	text-align: left!important;
	border-radius: 0!important;
}
.box .icon{
	background: url("images/icons.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 47px;
	margin: 10px auto;
	width: 47px;
	background-position: 0 0;
}

.box a.tocat{
	 border-radius: 0 0 0 0 !important;
	clear: left;
	color: #fff;
	float: left;
	padding: 5px 0 !important;
	width: 100%;

}

.anythingSlider .panel li a{
	color: #fff;
	background: #0E63A4 url("images/cross-white.png") no-repeat scroll 5px center;
	background: rgb(11,72,117) url("images/cross-white.png") no-repeat scroll 5px center;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiMwYjQ4NzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGQ2MmEyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: url("images/cross-white.png") no-repeat scroll 5px center, -moz-linear-gradient(top,  rgba(11,72,117,1) 14%, rgba(13,98,162,1) 100%);
	background: url("images/cross-white.png") no-repeat scroll 5px center, -webkit-gradient(linear, left top, left bottom, color-stop(14%,rgba(11,72,117,1)), color-stop(100%,rgba(13,98,162,1)));
	background: url("images/cross-white.png") no-repeat scroll 5px center, -webkit-linear-gradient(top,  rgba(11,72,117,1) 14%,rgba(13,98,162,1) 100%);
	background: url("images/cross-white.png") no-repeat scroll 5px center, -o-linear-gradient(top,  rgba(11,72,117,1) 14%,rgba(13,98,162,1) 100%);
	background: url("images/cross-white.png") no-repeat scroll 5px center, -ms-linear-gradient(top,  rgba(11,72,117,1) 14%,rgba(13,98,162,1) 100%);
	background: url("images/cross-white.png") no-repeat scroll 5px center, linear-gradient(to bottom,  rgba(11,72,117,1) 14%,rgba(13,98,162,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4875', endColorstr='#0d62a2',GradientType=0 );
	padding: 3px 14px 3px 28px;
	padding: 0.3rem 1.4rem 0.3rem 2rem;
	text-decoration:none;
}
.anythingSlider-default .arrow{
	position: fixed;
}

.anythingSlider-default .anythingControls{
	max-width:960px!important;
	overflow: hidden;
	margin:0;
}
.anythingSlider-default .anythingControls ul li {
	background: #fff!important;
	margin-right: 1%;
	margin-top: 10px;
	width: 23%;
	float:left;
	position: relative;
	cursor: pointer;
}

.anythingSlider-default .anythingControls ul li.last {
	margin-right:0;
}

#teaserboxes{
	margin: auto;
	position: relative;
	max-width: 960px;
	width: 96%;
}
.thebox{
	display:none;
	clear: left;
	float: left;
	width: 220px;
}

.headerimage,
.headerimagebig{
	background-size: cover !important;
	display: block;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	max-width: 100% !important;
	z-index: 5;
	height: 100%;
}

.headerimage{
	height:240px;
}

.headerimagebig{
	height:540px;
}

.postid-1064 .headerimage {
/*.postid-1053 .headerimage*/
	height: 570px;
}

#header-text{
	width: 990px;
	margin:auto;
	position: relative;
	top: 160px;
	color: #0E63A4;
}

#header-text p{
	width: 650px;
	font-size: 15px;
	font-size: 1.05rem;
	line-height: 20px;
	line-height: 1.429rem;
	letter-spacing: 0.3px;
	letter-spacing: 0.021rem;
	font-weight: 300;

	margin: 15px 0 0 0;

}

a[type="application/pdf"],
a[href$=".pdf"],
a[href$='.doc'],
a[href$='.docx'],
a[href$='.rtf'],
a[href$='.xls'],
a[href$='.xlsx'],
a[href$='.exe'],
a[href$='.pps'],
a[href$='.zip'],
a[href$='.rar'],
a[href$='.gzip'],
a[href$='.bzip'],
a[href$='.ace']
{
	background: url(images/download.png) no-repeat left center;
	padding: 14px 0 14px 35px;
	padding: 1rem 0 1rem 2.5rem;
}


/* Page structure */
.site {
	background: #fff;
}
.site-content {
	margin: 14px 0 70px 0;
	margin: 0rem 0 5rem 0
}
.widget-area {
	margin: 14px 0 0;
	margin: 1rem 0 0;
}

/* Header */
.site-header {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 0;
	max-width: 1000px;
	transition: transform 0.33s;
}
.site-header #logo, .site-header #mainmenu {
	transition: transform 0.33s;
}
.site-header.minimized #logo, .site-header.minimized #mainmenu {
	transform: translateY(-105px);
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1;
	color: #757575;
	/*box-shadow: 0px 2px 3px #666;*/
	position:relative;
	z-index: 101;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation{
	float:left;
}
#site-navigation {
	width: 75%;
	border-left: 1px solid #ccc;
	padding: 0 0 0 30px;
	margin-bottom: 25px;
}
#industries-navigation{
	width: 21.6%;
}

.main-navigation li {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
	float:left;
	overflow: hidden;
	width:30%;
}
.main-navigation li li{
	width: 100%;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

.home-button {
	display: none;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 1rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	font-size: 40px;
	font-size: 2.857rem;
	font-weight: 200;
	color: #777;
	margin-bottom: 0;
	margin-bottom: 0;
	text-transform: none !important;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 15px;
	font-size: 1.071rem;
	line-height: 17px;
	line-height: 1.214rem;
	font-weight: 300px;

}
.widget-area .widget p {
	font-size: 0.85rem;
	font-weight: 300;
	letter-spacing: 0.014rem;
	line-height: 1.188rem;
	margin-bottom: 1.71429rem;

}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}





.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
#footer{
	overflow: hidden;
	width:100%;
	min-height: auto;
	background: #0C63A4; /* Old browsers */
	color: #fff;
	position: fixed;
	z-index: 10;
	bottom:0;
}
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	line-height: 2;
	max-width: 1000px;
	width: 100%;
	height: auto;
	line-height:30px;
	margin: 10px auto;
	text-align: center;
}
footer[role="contentinfo"] > div {
	display: inline-block;
	vertical-align: middle;
}
footer[role="contentinfo"] a {
	color: #fff;
	text-decoration:none;
}
footer[role="contentinfo"] a:after {
	content:"•";
	margin-left: 10px;
}
footer[role="contentinfo"]>div>ul>li:last-child a:after {
	content:"";
}

footer #scrolltotop{
	border:none;
	float:right;
	display:none!important;
	margin-right: 15px;
}
footer[role="contentinfo"] li:first-child a {
	border:none;
}
footer[role="contentinfo"] a:hover {
	color: #eee;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.blog .entry-header, .archive .entry-header {
	margin: 0;
	border-bottom: 0!important;
    padding-bottom: 0;
}
.entry-header, .archive-header {
	margin: 0 0 18px;
	margin: 0 0 2rem;
	border-bottom: 1px solid #C7C7C7;
    padding-bottom: 17px;
}

.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title, .archive-header .archive-title {
	font-size: 20px;
	line-height: 1;
	color: #777777;
    font-size: 4.5rem;
    font-weight: 100;
    padding: 0 0 0 15px;
    width: 100%;
	clear: none;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}

.blog .entry-content {
    border-bottom: 1px solid #D6D8DC;
    margin-bottom: 1rem;
    padding-bottom: 1rem;

}
.single-post .entry-header {
    border: medium none!important;
    padding: 0;
}

.single-post .entry-header .entry-title{
    font-size: 2rem!important;
}

.blog h3.entry-header, .archive h3.entry-header {
    border: medium none;
    margin: 0 0 20px;
    padding: 0;
}

.blog .entry-header h3.entry-title, .archive .entry-header h3.entry-title {
    font-size: 2rem!important;
}



.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 165px;
	font-size: 10.313rem;
	letter-spacing: -2px;
	letter-spacing: -0.125rem;
	line-height: 165px;
	line-height: 10.313rem;
	font-weight: 200;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 40px;
	color: #777;
	letter-spacing: 2px;
	letter-spacing: 0.143rem;
	line-height: 60px;
	font-weight: 200;
}
.entry-content h3,
.comment-content h3 {
	font-size: 25px;
	font-size: 1.786rem;
	letter-spacing: 2px;
	letter-spacing: 0.07rem;
	line-height: 27px;
	line-height: 1.929rem;
	font-weight: 200;
}
.entry-content h4,
.comment-content h4 {
	font-size: 20px;
	font-size: 1.063rem;
	letter-spacing: 2px;
	letter-spacing: 0.125rem;
	line-height: 21px;
	line-height: 1.313rem;
}
.entry-content h5,
.comment-content h5 {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 1px;
	letter-spacing: 0.063rem;
	line-height: 19px;
	line-height: 1.188rem;
	font-weight: 700;
	font-weight: 300;
}
.entry-content h6,
.comment-content h6 {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 1px;
	letter-spacing: 0.063rem;
	line-height: 19px;
	line-height: 1.188rem;
	font-weight: 700;
	font-weight: 300;
}
.product-content > p {
    padding: 0!important;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p,
.archive-meta p{
	margin: 14px 0 14px 0;
	margin: 1rem 0 1rem 0;
	font-size: 15px;
	font-size: 1.01rem;
	line-height: 20px;
	line-height: 1.429rem;
	letter-spacing: 0.3px;
	letter-spacing: 0.021rem;
	font-weight: 300;
	padding: 0 0 0 0;

}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	background: transparent url("images/liste.png") no-repeat left top 3px;
	list-style: none;
	margin: 1rem 0;
	padding: 0 0 0 1.5rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-bottom: none;
	padding: 10px 10px 10px 0;
	font-size: 1.01rem;
    font-weight: 300;
    letter-spacing: 0.0063rem;
    line-height: 1.188rem;
    margin-bottom: 1.71429rem;

    color: #4E4E4E !important;
}

.entry-content tr,
.comment-content tr {
	border-bottom: 1px solid #ededed;
	}



.site-content article {
	margin-bottom: 14px;
	margin-bottom: 1rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	overflow: hidden;
	padding: 1rem 1rem 1rem 1rem;

}
.page-links {
	clear: both;
	line-height: 1.714285714;
}

.nav-previous a {
}

.productlist, .testimoniallist{
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	margin: 2rem 0 !important;
	overflow: hidden;
	padding: 20px 0 !important;
}
.product .product-img {
	max-width: 29%;
}
.product .product-content, .testimonial .testimonial-content {
	float: right;
	width: 61% !important;
}
.product{
	border: 1px solid #ccc;
	margin 1rem 0;
	overflow: hidden;
	padding: 16px 28px;
	padding: 1.2rem 2rem;
}
.product-shadow {
    background: transparent url(images/shadow.png) no-repeat top center;
    display: block;
    height: 15px;
    width: 100%;
}
.testimonial{
	margin: 14px 0;
	margin 1rem 0;
	overflow: hidden;
	padding: 14px 0;
	padding: 1rem 0;
}
.product .product-content,
.testimonial .testimonial-content{
	width:auto;
	clear:none;
}
.testimonial .testimonial-content{
	border:1px solid #f1f1f1;
	float: right;
	padding: 3%;
    	width: 65%;
    	box-shadow: 4px 4px 5px #ddd;
    	font-size: 0.9rem;
    	font-style: normal;
    	font-weight: 300;
    	letter-spacing: 0.0063rem;
    	line-height: 1.188rem;
    	position: relative;
    	margin-right:10px;
}
.testimonial .testimonial-author{
	width:60%;
	text-align:right;
	float: right;
	margin: 7px 14px 0 0;
	margin: .5rem 1rem 0 0;
	font-size: 0.85rem;
    font-style: normal;
    letter-spacing: 0.05rem;
    text-transform:uppercase;
}

.testimonial .quote{
	background: transparent url(images/quote.png) no-repeat top left;
	display:block;
	width: 25px;
	height: 24px;
	position: absolute;
	left:24px;
	bottom: -24px;
}
.product h2.product-title{
	width:100%;
	clear:none;
	margin: 0 0 14px 0;
	margin: 0 0 1rem 0;

}
.product h2.product-title a{
	font-size: 25px;
	font-size: 1.7rem;
	letter-spacing: 2px;
	letter-spacing: 0.05rem;
	line-height: 27px;
	line-height: 1.929rem;
	font-weight: 300;
	text-decoration:none;
	color: #0C63A4;
}
.testimonial .testimonial-img {
	float: left;
	margin: 0;
	width: auto;
	width: 25%;
}
.testimonial .testimonial-img img{
	border-radius: 50%;
}
.product .product-img{
	float:left;
}
.product a.product-link{
	text-decoration:none;
	margin:10px;
	float:right;
	padding-left: 30px;
	background: transparent url(images/cross-blue.png) no-repeat left center;
}

em{
	font-size: 20px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	letter-spacing: 0.03rem;
	line-height: 24px;
	line-height: 1.8rem;
	font-weight: 300;
	font-style:normal;
	color: #777;
}



footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
}
a.read-more{
	float:right;
	margin: 45px 0 15px;
	padding-left:30px;
	background: transparent url(images/cross-blue.png) no-repeat 5px center;
	text-decoration:none;
}
.feature-img{
	float:left;
	width:auto;
}

.single .feature-img {
    display: none;
}


.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}
#lang_sel a {
    border: none !important;
    height: 32px !important;
    line-height: 34px !important;
    padding-left: 11px !important;
    font-family: "Titillium Web",Helvetica,Arial,sans-serif!important;;
}

#lang_sel a.lang_sel_sel {
    font-size: 13px !important;
    height: 22px !important;
    line-height: 21px !important;
    font-family: "Titillium Web",Helvetica,Arial,sans-serif!important;;
}

#lang_sel ul ul {
	top: 32px !important;
}

#lang_sel ul ul a {
	padding: 0 10px;
	font-size: 13px !important;
}
#lang_sel ul li a{
	color: #0E63A4;
}
#lang_sel ul li a:after{
	content: '';
	border: none;
	right: 0;
}
#lang_sel {
	margin-right:1px;
}

#lang_sel a.lang_sel_sel {
	height: 26px;
	line-height: 21px !important;
	font-size: 13px !important;
}

/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient( #009cee, #0088d0);
	background-image: -ms-linear-gradient( #009cee, #0088d0);
	background-image: -webkit-linear-gradient( #009cee, #0088d0);
	background-image: -o-linear-gradient( #009cee, #0088d0);
	background-image: linear-gradient( #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

.footer-nav-menu {
	overflow: hidden;
}
.footer-nav-menu li{
	float:left;
}
.footer-nav-menu li a{
	padding: 0 0 0 10px;
	font-weight: 100;
  letter-spacing: 0.02rem;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

#slogan{
	width: 100%;
	background: white;
	position: fixed;
	z-index: 10;
	bottom: 30px;

	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	padding: 7px 20px;

}
#slogan h3{
	max-width: 1000px;
	width: 100%;
	margin:auto;
	color: #ccc;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0.05rem;

}

/* =Widgets
-------------------------------------------------------------- */

.elwa-related-products ul{
	float: left;
    padding-bottom: 10px !important;
}
.elwa-related-products ul li a{
	padding:6px !important;
}

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin: 10px;
	margin: 0 0.714285714285714rem;
	float:left;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* = Power to Heat Landingpage
----------------------------------------------- */

.postid-1053 .entry-content p,
.postid-1064 .entry-content p,
.postid-1775 .entry-content p,
.postid-1538 .entry-content p {
	padding: 0;
}

.postid-1053 #header-text,
.postid-1064 #header-text,
.postid-1775 #header-text,
.postid-1538 #header-text {
	top: 300px;
	padding: 0 12px;
	color: #0f1f35;
	font-size: 18px;
}

#header-text {
	margin: auto;
	position: relative;
	top: 160px;
	width: 990px;
}

.postid-1053 .entry-header,
.postid-1064 .entry-header,
.postid-1775 .entry-header,
.postid-1538 .entry-header {
	border-bottom: none;
	margin: 0 0 20px ;
	padding-bottom: 0;
}
.postid-1053 .entry-header h3,
.postid-1064 .entry-header h3,
.postid-1775 .entry-header h3,
.postid-1538 .entry-header h3 {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.postid-1064 .entry-content h4,
.postid-1064 .comment-content h4,
.postid-1053 .entry-content h4,
.postid-1053 .comment-content h4,
.postid-1775 .entry-content h4,
.postid-1775 .comment-content h4,
.postid-1538 .entry-content h4,
.postid-1538 .comment-content h4 {
	font-size: 40px;
	font-weight: 200;
	letter-spacing: 2px;
  letter-spacing: 0.143rem;
	line-height: 1.313rem;
	margin-bottom: 40px;
	color: #166198 !important;
	color: #777 !important;
}

.postid-1053 .entry-content p,
.postid-1053 .entry-summary p,
.postid-1053 .comment-content p,
.postid-1053 .mu_register p,
.postid-1053 .archive-meta p,
.postid-1053 .wpb_wrapper p,
.postid-1064 .entry-content p,
.postid-1064 .entry-summary p,
.postid-1064 .comment-content p,
.postid-1064 .mu_register p,
.postid-1064 .archive-meta p,
.postid-1064 .wpb_wrapper p
.postid-1775 .entry-content p,
.postid-1775 .entry-summary p,
.postid-1775 .comment-content p,
.postid-1775 .mu_register p,
.postid-1775 .archive-meta p,
.postid-1775 .wpb_wrapper p,
.postid-1538 .entry-content p,
.postid-1538 .entry-summary p,
.postid-1538 .comment-content p,
.postid-1538 .mu_register p,
.postid-1538 .archive-meta p,
.postid-1538 .wpb_wrapper p {
	color: #000300 !important;
	font-size: 16px !important;
	width: 100%;
	line-height: 22px;
}

.postid-1053 .entry-content p strong,
.postid-1064 .entry-content p strong,
.postid-1775 .entry-content p strong,
.postid-1538 .entry-content p strong {
	color: #000300 !important;
	font-size: 18px !important;
	width: 100%;
	line-height: 22px;
}

.postid-1053 .speciallist li,
.postid-1064 .speciallist li,
.postid-1775 .speciallist li,
.postid-1538 .speciallist li {
	background: transparent url("images/specialdot.png") no-repeat scroll left top;
	padding: 0 2.5rem;
	line-height: 22px;
}

.postid-1064 .vc_tta-panel-heading,
.postid-1064 .vc_tta-panel-body,
.postid-1053 .vc_tta-panel-heading,
.postid-1053 .vc_tta-panel-body,
.postid-1775 .vc_tta-panel-heading,
.postid-1775 .vc_tta-panel-body,
.postid-1538 .vc_tta-panel-heading,
.postid-1538 .vc_tta-panel-body {
	border: none !important;
	background-color: #fff !important;
	color: #166198 !important;
}

.postid-1064 .vc_tta-accordion,
.postid-1053 .vc_tta-accordion,
.postid-1775 .vc_tta-accordion,
.postid-1538 .vc_tta-accordion {
	margin-bottom: 50px;
}

.postid-1064 .entry-content table tr:first-child td strong,
.postid-1053 .entry-content table tr:first-child td strong,
.postid-1775 .entry-content table tr:first-child td strong,
.postid-1538 .entry-content table tr:first-child td strong {
	color: #166198 !important;
}

.postid-1064 .vc_tta.vc_general .vc_tta-panel-title > a,
.postid-1053 .vc_tta.vc_general .vc_tta-panel-title > a,
.postid-1775 .vc_tta.vc_general .vc_tta-panel-title > a,
.postid-1538 .vc_tta.vc_general .vc_tta-panel-title > a {
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.postid-1064 .vc_tta-panel-heading span,
.postid-1053 .vc_tta-panel-heading span,
.postid-1775 .vc_tta-panel-heading span,
.postid-1538 .vc_tta-panel-heading span {
	color: #166198 !important;
}

.postid-1064 .vc_tta-panel-heading .vc_tta-controls-icon,
.postid-1053 .vc_tta-panel-heading .vc_tta-controls-icon,
.postid-1775 .vc_tta-panel-heading .vc_tta-controls-icon,
.postid-1538 .vc_tta-panel-heading .vc_tta-controls-icon {
	color: #166198 !important;
}

li.vc_active a {
	background-color: #0c62a3!important;
	color: #ffffff!important;
	background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
	background-repeat: repeat-x;
	/* border-color: #0c62a3!important; */
}

/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}

	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		width: 100%;
	}
	.wrapper{
		max-width: 1000px;
		max-width: 71.428571428571429rem;
		margin:auto;
		width: 100%;
	}
	.maincontent .wrapper{
		overflow:hidden;
	}

	.anythingSlider-default .arrow{
		display:none;
	}
	.site-content {
		float: left;
		width: 75%;
	}
	.home .site-content{
		width:100%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.page .site-content {
		width: 75%;
	}
	body.single-attachment.postid-1053 .site-content,
	body.full-width.postid-1053 .site-content,
	body.single-attachment.postid-1064 .site-content,
	body.full-width.postid-1064 .site-content{
		width: 75%;
	}
	.widget-area {
		float: right;
		margin:0 14px 0 0;
		margin:0 1rem 0 0;
		width: 21%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
	}
	.main-navigation ul {

		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #0E63A4;
		font-size: 22px;
		font-size: 1.571rem;
		letter-spacing: 2px;
		letter-spacing: 0.05rem;
		line-height: 27px;
		line-height: 1.929rem;
		font-weight: 200;
		white-space: nowrap;
		background: transparent url(images/cross-blue.png) no-repeat left center;
		padding-left: 28px;
		padding-left: 1.7rem;
		cursor: pointer;

	}
	.main-navigation li a:hover {
		color: #000;
	}
	#site-navigation.main-navigation li a {
		background: none;
		padding-left: 0;

	}
	#site-navigation.main-navigation li li a {
		background: transparent url(images/liste.png) no-repeat 3px 1px;
		background-size: 8px 16px;
		padding-left: 28px;
		padding-left: 1.7rem;

	}
	.main-navigation li {
		margin: 0 18px 0 0
		margin: 0 1.285714285714286rem 0 0;
		position: relative;
		padding-right: 1rem;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		float:left;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li ul li{
		float:left;
		clear:left;
		padding-bottom: 1rem;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		display: block;
		white-space: normal;
		margin-left: 24px;
		margin-left: 1rem;
		font-size: 15px !important;
		font-size: 1rem !important;
		line-height: 1.214rem !important;
		line-height: 17px !important;
		letter-spacing: 0.3px !important;
		letter-spacing: 0.021rem !important;
		font-weight: 300;

	}
	.main-navigation li ul li a:hover {
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
	}
	.industries-nav-menu li{
		float:left;
		clear: left;
		width:100%;
	}
	.industries-nav-menu li a{
		font-size: 15px !important;
		font-size: 1.071rem !important;
		line-height: 30px !important;
		line-height: 2.143rem !important;
		letter-spacing: 0.3px !important;
		letter-spacing: 0.021rem !important;
		font-weight: 300;
	}
	.menu-toggle {
		display: none;
	}

	.entry-header .entry-title {
		color: #777;
		font-size: 40px;
		letter-spacing: 2px;
		letter-spacing: 0.1rem;
		line-height: 60px;
		line-height: 4.28571428571429rem;
		font-weight: 200;
		padding: 0 0 0 0;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}



}

/* Minimum width of 960 pixels. */
@media (min-width: 960px) {
	body {
		background: #fff;
	}
	body .site {
	}
	body.custom-background-empty {
		background: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}


}
@media (max-width: 1200px) {
	.home #header-text{
		top: 160px;
	}
	.archive #header-text,
	.page #header-text{
		top: 210px;
	}
	#header-text .percent, .slide .percent{
		font-size: 60px;
		line-height: 4.2857142857142rem;
		margin: 10px 0 0;
	}
	.anythingSlider .panel li{
		clear: none;
		width: auto;
		margin: 10px 20px 10px 0;
	}
	.anythingSlider-default .anythingWindow{
		height: 210px !important;
	}
	.innerbox {
		padding: 4%;
		width: 94%;
	}
	.innerbox h3 {
		font-size: 20px !important;
		height: 1.6rem;
    	}
	#header-text h3, .slide h3{
		font-size: 40px;
		font-weight: 200;
		letter-spacing: 2px;
	  letter-spacing: 0.143rem;
		line-height: 1.313rem;
		margin-bottom: 16px;
	}
	#slider .slide{
		margin-left: 10%;
	}
	.slide ul {
		margin: 0;
	}
	.box .icon {
		margin: 5px auto;
	}
	.anythingSlider-default .anythingControls {

		margin: 0;
		max-width: 960px !important;
		overflow: hidden;
		position: fixed;
	}
	.main-navigation h3{
		font-size: 26px;
		margin: 10px 0;
	}
	.widget-area .widget h3{
		font-size: 26px;
		margin: 0;
	}
	.main-navigation ul li ul li{
		padding-bottom: 10px;
	}
	#bottomnavi #secondary .widget ul li a,
	.main-navigation ul li ul li a{
		font-size: 14px;
		font-size: 1rem;
	}
	#bottomnavi #secondary .widget ul li{
		padding-bottom: 5px;
	}
}

@media (max-width: 980px) {
	.anythingSlider-default .anythingControls ul li {
		width: 45%;
		height: 185px;
	}
}

@media (max-width: 600px) {
	.anythingSlider-default .anythingControls ul li {
		width: 98%;
		height: 193px;
	}
	.anythingSlider-default .anythingControls {
		position: relative !important;
	}
	.anythingSlider-default .anythingControls ul a.tocat {
		height: 18px !important;
	}
	.industries-nav-menu li {
		margin: 10px 0;
		width: 50%;
	}
	#site-navigation {
		width: 100%;
	}
	#header-text {
		margin: auto;
		position: relative;
		top: 160px;
		width: 70%;
	}
	.anythingSlider-default .arrow.forward,
	.anythingSlider-default .arrow.back {
		display: none !important;
	}
	#mainmenu {
		padding: 1rem;
		top: 130px;
		width: 88%;
	}
	#industries-navigation {
		width: 100% !important;
	}
	#bottomnavi aside {
		width: 100% !important;
		min-height: 145px !important;
	}
	.main-navigation h3 {
		width: 100%;
	}
	/* #logo{
		width: 200px;
		display:block;
		margin:0 5px;
		margin:0 0.357142857142857rem;
		background: #1767a2;
		box-shadow: 0 0 20px #cacaca;
	} */


	#logo h1, #logo h2{
		text-indent:-99999px;
	}

	/* #logo h1.site-title a{
		height: 160px;
		width: 200px;
		display:block;
		background: #0c63a4 url(images/elwa-logo.jpg) no-repeat bottom center;
	} */

	/* #navigation{
		display:block;
		background-color: #ffffff;
		width:140px;
		height: 30px;
		color: #0e63a4;
		cursor:pointer;
		padding: 0 0 0 60px;
		line-height: 30px;
		line-height: 2.142857142857143rem;
		position: relative;
		z-index: 2;
	} */
}





/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}

/* Korrekturen 20160707 */

.bluebox {
	padding: 10px 40px 30px 40px !important;
}

.bluebox li {
	background: transparent url("images/specialdot.png") no-repeat scroll left top;
	padding: 0 2.5rem;
	line-height: 22px;
}

.social-links {
	display: inline-block;
	margin-top: 0;
	vertical-align: super;
}

.social-links a {
	float: left;
	width: 20px;
	height: 20px;
	display: block;
	border-left: none !important;
	margin: 0 4px;
	text-indent: -9999px;
}

.social-links a.facebook {
	background: transparent url("images/facebook.png") no-repeat center;
	background-size: 8 17px;
}

.social-links a.linkedin {
	background: transparent url("images/linkedin.png") no-repeat center;
	background-size: 17px 16px;
}

.social-links a.xing {
	background: transparent url("images/xing.png") no-repeat center;
	background-size: 15px 18px;
}

.wpml-ls-legacy-dropdown {
	width: 5.5em;
}


/*FIXES 22.11.2017*/

@media (min-width: 1024px) {
	.info-icon-float {
		position: fixed;
		top: 75px;
		right: 0;
		width: 85px;
		height: 85px;
		background-image: url(images/info-icon.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 60px 60px;
		background-color: #0c63a4;
		z-index: 1000;
	}
	#logo{
		width: 200px;
		display:block;
		background: #1767a2;
	}
	#logo h1, #logo h2{
		text-indent:-99999px;
	}
	#logo h1.site-title a{
		height: 160px;
		width: 200px;
		display:block;
		background: #0c63a4 url(images/elwa-logo.jpg) no-repeat bottom center;
	}
	.home-button {
		display: block;
		width: 40px;
		float: left;
		height: 30px;
		background: #fff;
		padding: 8px 11px;
		box-sizing: border-box;
		border-right: 1px solid #ebebeb;
	}
	.home-button svg path {
		fill: #F29330;
	}
	.burger-menu {
		left: 10px;
	}
	#navigation{
		display:block;
		float: left;
		background-color: #ffffff;
		width:160px;
		height:30px;
		color: #0e63a4;
		cursor:pointer;
		padding: 0 0 0 35px;
		line-height: 30px;
		position: relative;
		z-index: 2;
		box-sizing: border-box;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	a.product-group {
		width: 20%;
	}
	/*.product-group-active .slider-group-link{
		background-color: #0B4774;
		color: #ffffff;
	}
	.index-slider-main .slick-dots {
		bottom: 42%!important;
	}
	.slick-arrow {
		display: none!important;
	}
	.main-slider-teaser-wrapper {
		width: 140px!important;
		height: 140px!important;
		border: 2px solid #ffffff!important;
		top: 40%!important;
		left: 65%!important;
	}
	.main-slider-teaser-wrapper .date {
		padding-top: 15px!important;
		font-size: 11px!important;
		line-height: 15px!important;
	}
	.main-slider-teaser-wrapper .title {
		padding-top: 3px!important;
		font-size: 25px!important;
		line-height: 30px!important;
	}
	.main-slider-teaser-wrapper .minititle {
		display: none!important;
	}
	.main-slider-teaser-wrapper .teaser-line {
		border-top: 2px solid #ffffff!important;
		margin-top: 7px;
	}
	.main-slider-teaser-wrapper .teaser-link {
		font-size: 10px!important;
		line-height: 10px!important;
		margin: 6px auto!important;
	}
	.main-slider-teaser-wrapper .teaser-link:before {
		display: none!important;
	}
	.slider-text-wrapper {
		left: 10%!important;
		top: 165px!important;
	}
	.slider-text-wrapper .sub-headline {
		margin-bottom: 20px;
	}
	.product-groups{
		bottom: 8%!important;
	}
	.product-groups .product-group{
		float: none!important;
		display: block!important;
		height: 40px!important;
		width: 100%!important;
		margin-top: 7px!important;
		text-align: center!important;
	}
	.product-groups .product-group .product-group-image {
		display: none!important;
	}
	.product-groups .product-group .slider-group-link {
		padding-top: 0;
		padding-bottom: 0;
		line-height: 40px;
		font-size: 19px;
	}*/
}
@media (min-width: 1px) and (max-width: 991px) {
	.slider-group-link{
		background-color: #0B4774!important;
		color: #ffffff!important;
	}
}

@media (max-width: 767px) {
	/* slider */
	.product-group-active .slider-group-link{
		background-color: #0B4774;
		color: #ffffff;
	}
	.index-slider-main {
		height: auto !important;
	}
	.index-slider-main .slick-dots {
		bottom: 50px!important;
	}
	#head .wrapper {
		position: relative;
		height: 100% !important;
	}
	body.home #head .wrapper {
		height: calc(100vh - 60px) !important;
	}
	body:not(.home) #head .wrapper .slideimage {
		top: 50px;
		height: calc(100% - 50px);
	}
	.entry-header .entry-title, .archive-header .archive-title {
		font-size: 3.5rem;
	}
	.slick-arrow {
		display: none!important;
	}
	.main-slider-teaser-wrapper {
		width: 100px!important;
		height: 100px!important;
		border: 2px solid #ffffff!important;
		top: 40%!important;
		left: 65%!important;
	}
	.main-slider-teaser-wrapper .date {
		padding-top: 10px!important;
		font-size: 9px!important;
		line-height: 15px!important;
	}
	.main-slider-teaser-wrapper .title {
		padding-top: 3px!important;
		font-size: 16px!important;
		line-height: 18px!important;
	}
	.main-slider-teaser-wrapper .minititle {
		display: none!important;
	}
	.main-slider-teaser-wrapper .teaser-line {
		border-top: 2px solid #ffffff!important;
		margin-top: 7px;
	}
	.main-slider-teaser-wrapper .teaser-link {
		font-size: 10px!important;
		line-height: 10px!important;
		margin: 6px auto!important;
	}
	.main-slider-teaser-wrapper .teaser-link:before {
		display: none!important;
	}
	.slider-text-wrapper {
		left: 10%!important;
		top: 170px!important;
	}
	.slider-text-wrapper .big-headline {
		font-size: 70px!important;
		line-height: 70px!important;
	}
	.slider-text-wrapper .sub-headline {
		font-size: 35px!important;
		line-height: 35px!important;
	}
	.slider-text-wrapper .text {
		display: none!important;
	}
	.slider-text-wrapper .slider-link {
		font-size: 15px!important;
		line-height: 15px!important;
	}
	.product-groups{
		bottom: 60px!important;
	}
	.product-groups .product-group{
		float: none!important;
		display: block!important;
		height: 20px!important;
		width: 100%!important;
		margin-top: 7px!important;
		text-align: center!important;
	}
	.product-groups .product-group .product-group-image {
		display: none!important;
	}
	.product-groups .product-group .slider-group-link {
		padding-top: 0;
		padding-bottom: 0;
		line-height: 20px;
		font-size: 14px;
	}
	.index-slider-main {
		height: auto;
	}
	.page-template-index-page .site .maincontent {
		margin-top: 0 !important;
	}
	#mainmenu {
		height: calc(100vh - 50px);
		overflow: auto;
		padding-bottom: 60px;
	}
	#mainmenu .index-navigation>div>ul>li {
		width: 50%;
		max-width: none;
		margin-left: 0;
		padding-left: 30px;
		margin-right: 0;
		box-sizing: border-box;
	}
	#mainmenu .index-navigation>div>ul>li:last-child {
		padding-bottom: 100px;
	}
	#mainmenu .index-navigation>div>ul>li:nth-child(2n+3) {
		clear: both;
	}
}

@media (max-width: 500px) {
	#mainmenu .index-navigation>div>ul>li {
		width: 100%;
	}
}

@media (max-width: 1023px) {
	.site-header #logo, .site-header #mainmenu {
		transform: none !important;
	}
	#logo{
		width: 100%;
		height: 50px;
		display:block;
		background: #1767a2;
		text-align: center;
	}
	#logo h1, #logo h2{
		float: left;
		text-indent:-99999px;
	}
	#logo h2{
		position: absolute;
	}
	#logo h1.site-title a{
		height: 50px;
		width: 112px;
		display:block;
		background-image: url(images/elwa-logo.jpg);
		background-repeat: no-repeat;
		background-size: auto 30px;
		background-position: 15px 10px;
	}
	#navigation{
		left: -56px;
		top: 10px;
		display: inline-block;
		background-color: #0e63a4;
		width:16px;
		height:30px;
		color: #0e63a4;
		cursor:pointer;
		padding: 0;
		line-height: 30px;
		position: relative;
		z-index: 2;
	}
	#navigation p, #searchform {
		display: none;
	}
	#navigation .burger-menu {
		left: 0;
	}

	#mainmenu:before {
		display: none;
	}
	#mainmenu {
		width: 100%;
		top: 50px;
		padding: 0 0 30px 0;
		border-bottom: 5px solid #0e63a4;
	}

	.index-navigation>div>ul>li {
		display: inline-block;
		min-height: 150px;
		margin-top: 30px;
		margin-left: 30px;

	}
	/* language switcher */
	#topmenu {
		right: 65px;
	}
	#topmenu .wpml-ls-legacy-dropdown{
		width: auto;
	}
	.wpml-ls-item-toggle {
		padding: 8px 11px!important;
	}
	.info-icon-float {
		position: fixed;
		top: 0;
		right: 10px;
		width: 50px;
		height: 50px;
		background-image: url(images/info-icon.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 30px 30px;
		background-color: #0c63a4;
		z-index: 1000;
	}

/* Product stuff */
	.productlist .product-img {
		float: none!important;
		max-width: 100%!important;
	}
	.productlist .product-content {
		float: none!important;
		width: 100%!important;
	}
 	.productfeatures {
		width: 80%!important;
		margin: 30px 0!important;
	}

	/* contact-person-wrapper */
	.contact-person-wrapper {
		width: 90%!important;
		height: auto!important;
		text-align: center;
	}
	.contact-person-wrapper img {
		float: none!important;
	}
	.contact-person-wrapper .contact-person-quote {
		float: none!important;
		width: 90%!important;
		display: inline-block!important;
		margin-left: 0!important;
	}
	.contact-person-wrapper .contact-person-contact {
		float: none!important;
		width: 90%!important;
		display: inline-block!important;
		margin-left: 0!important;
	}

	.contact-wrapper .map-wrapper {
		float: none!important;
		width: 90%!important;
		margin: 0 auto!important;
	}
	.contact-wrapper .map-wrapper #map_canvas{
		float: none!important;
		width: 90%!important;
		margin: 0 auto!important;
	}
	.contact-wrapper .contact-form-wrapper {
		float: none!important;
		width: 90%!important;
		margin: 30px auto!important;
	}
	.wpcf7-form p {
		width: 100%!important;
		margin-left: 0!important;
	}
	.cf-send {
		width: 140px!important;
	}


	/* Three Posts */
	.post-teaser-wrapper {
		float: none!important;
		margin: 30px auto!important;
	}

	/* leistungen-text-and-background-image */
	.leistungen-text-and-background-image .wpb_column .vc_column-inner .wpb_wrapper .wpb_row .text {
		width: 100%;
	}
	.text-and-background-image .image .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper .vc_single_image-wrapper img{
		object-fit: cover!important;
	  background-size: cover!important;
	  float: none!important;
	  width: 100%!important;
	  height: 100%!important;
	}
  .text-and-background-image .image {
    position: relative!important;
		padding-left: 5%!important;
		padding-right: 5%!important;
		z-index: 10!important;
		float: none!important;
  }
	.text-and-background-image .text {
		width: 90%!important;
		margin: 0 auto!important;
		min-height: auto!important;
	}
	.text-and-background-image .text:first-child,
	.text-and-background-image .text:last-child {
		float: none!important;
	}
	.text-and-background-image {
		display: flex;
		flex-direction: column;
	}
	.text-and-background-image .text {
		order: 2!important;
	}
	.text-and-background-image .image {
		margin-top: 20px!important;
		order: 1!important;
	}
	#header-text {
		width: auto!important;
	}
	/* footer */
	#footer{
		text-align: center;
		position: static!important;
	}
	.footer-contact-info {
		margin-bottom: 10px!important;
	}
	.footer-contact-info .footer-contact-info-wrapper .image-wrapper {
		display: none!important;
	}
	.footer-contact-info .footer-contact-info-wrapper .text-wrapper {
		top: 0!important;
		right: 0!important;
		padding: 5%!important;
	}
}

	/*navigation*/
.index-navigation>div>ul>li {
	display: block;
	max-width: 200px;
	height: 100%;
	float: left;
	margin-right: 20px;
}
.index-navigation>div>ul>li:last-child {
margin-right: 0;
}
.index-navigation>div>ul>li>a {
	color: #0B4774;
  display: block;
  padding: 0 0 7px 0;
  text-align: left;
  text-decoration: none;
  width: 100%;
  font-size: 25px !important;
  letter-spacing: 1px !important;
  line-height: 27px !important;
  font-weight: 300;
	margin-bottom: 10px;
}
.sub-menu li ul li {
	padding-left: 24px;
}
.sub-menu li a{
	color: #0c63a4!important;
	display: block;
	padding: 0 0 7px 0;
	text-align: left;
	text-decoration: none;
	width: 100%;
	font-size: 16px !important;
	letter-spacing: 0.5px !important;
	line-height: 15px !important;
	font-weight: 300;

}
.sub-menu li a::before {
	content: "";
	display: inline-block;
	position: relative;
	bottom: -2px;
	margin-right: 10px;
	width: 14px;
	height: 14px;
	background-image: url(images/plus.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px 14px;
	z-index: 1000;
}


/*.adds-plus {
	background-image: url(images/plus.svg);
	display: inline-block;
	position: relative;
	bottom: -2px;
	margin-right: 10px;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px 14px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.adds-single-link {
	background-image: url(images/single-link.svg);
	display: inline-block;
	position: relative;
	bottom: -2px;
	margin-right: 10px;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px 14px;
}
.rotate-x {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.index-navigation>div>ul>li>ul>.menu-item-has-children>ul {
	display: none;
}*/

	/* VC-Leistungen Template*/
.leistungen-text-and-background-image {
	background-color: #0C63A4;
	margin: 30px;
}
.leistungen-text-and-background-image h2{
	color: #fff;
	margin-top: 30px;
	margin-bottom: 30px!important;
}
.leistungen-text-and-background-image .image .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper .vc_single_image-wrapper img {
	height: 500px;
}
.leistungen-text-and-background-image .text {
	min-height: 350px;
	z-index: 1;
	background-color: #fff;
	width: 30%;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(117,117,117,0.3);
	-moz-box-shadow: 0px 0px 5px 1px rgba(117,117,117,0.3);
	box-shadow: 0px 0px 5px 1px rgba(117,117,117,0.3);
}
.leistungen-text-and-background-image li {
	background: transparent url("images/li-dot.png") no-repeat left top 7px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 1.5rem;
}

	/*VC-Image and Text Template*/
.text-and-background-image {
	position: relative;
	height: 100%;
}
.text-and-background-image .text {
	min-height: 350px;
	z-index: 1;
	background-color: #fff;
	width: 30%;
	margin: 30px 50px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(117,117,117,0.3);
	-moz-box-shadow: 0px 0px 5px 1px rgba(117,117,117,0.3);
	box-shadow: 0px 0px 5px 1px rgba(117,117,117,0.3);
}

.text-and-background-image .text:first-child {
	float: left;
}
.text-and-background-image .text:last-child {
	float: right;
}
.text-and-background-image>.image>.vc_column-inner,
.text-and-background-image>.image>.vc_column-inner>.wpb_wrapper,
.text-and-background-image>.image>.vc_column-inner>.wpb_wrapper>.wpb_single_image,
.text-and-background-image>.image>.vc_column-inner>.wpb_wrapper>.wpb_single_image,.wpb_wrapper,
.text-and-background-image>.image>.vc_column-inner>.wpb_wrapper>.wpb_single_image,.wpb_wrapper>.vc_single_image-wrapper {
	height: 100%;
	margin-bottom: 0;
}
.text-and-background-image>.image>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.text-and-background-image .image {
	position: absolute;
	width: 100%;
	height: 100%;
}
.text-and-background-image .image .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper .vc_single_image-wrapper img{
	object-fit: cover;
  background-size: cover;
  float: right;
  width: 100%;
  height: 100%;
}
	/*FooterContact*/
.footer-contact-info {
	margin-bottom: 51px;
	border-bottom: 1px solid gray;
	width: 100%;
	height:400px;
	color: #fff;
	z-index: 10;
	bottom: 0;
}
.footer-contact-info-wrapper {
	position: relative;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	background: #0c63a4;
}
.footer-contact-info-wrapper .text-wrapper {
	position: absolute;
	top: 60px;
	right: 70px;
	color: #fff;
}
.footer-contact-info-wrapper .text-wrapper h2 {
	font-size: 45px;
	letter-spacing: 1px;
	line-height: 50px;
	font-weight: 300;
	margin-bottom: 50px;
}
.footer-contact-info-wrapper .text-wrapper .links-all {
	display: block;
	text-decoration: none;
	color: #FFF;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-size: 17px;
}
.footer-contact-info-wrapper .text-wrapper .links-all:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	bottom: -5px;
	margin-right: 15px;
}
.footer-contact-info-wrapper .text-wrapper .text {
	display: block;
	text-decoration: none;
	color: #FFF;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-size: 17px;
	line-height: 22px;
}
.footer-contact-info-wrapper .text-wrapper .tel:before {
	background-image: url(images/tel-icon.svg);
}
.footer-contact-info-wrapper .text-wrapper .mail:before {
	background-image: url(images/mail-icon.svg);
}
.footer-contact-info-wrapper .text-wrapper .standorte:before {
	background-image: url(images/pin-icon.svg);
}
.footer-contact-info-wrapper .text-wrapper .to-contact {
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	margin-top: 30px;
	border: 1px solid #fff;
	padding: 10px;
	float: right;
}
.footer-contact-info-wrapper .image-wrapper {
	background-image: url("images/beratung.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 400px;
}

	/*Contact Page*/
.contact-person-wrapper {
	width: 940px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00376f+0,0a73c9+66,00376f+100 */
	background: #00376f; /* Old browsers */
	background: -moz-linear-gradient(left,  #00376f 0%, #0a73c9 66%, #00376f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #00376f 0%,#0a73c9 66%,#00376f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #00376f 0%,#0a73c9 66%,#00376f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00376f', endColorstr='#00376f',GradientType=1 ); /* IE6-9 */
}
.contact-person-wrapper img {
	float: left;
	border-radius: 50%;
	height: 190px;
	width: 190px;
	margin-top: 5px;
	margin-left: 30px;

}
.contact-person-quote {
	width: 40%;
	float: left;
	color: #fff;
	margin-left: 20px;
}
.contact-person-quote h4 {
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 28px;
	font-weight: lighter;
	margin: 30px 0;
	text-align: center;
}
.contact-person-quote p {
	font-size: 21px;
	line-height: 28px;
	text-align: center;
	font-weight: lighter;
}
.contact-person-quote p:first-child {
	margin-top: 30px;
}
.contact-person-contact {
	width: 32%;
	padding-bottom: 10px;
	float: right;
	color: #fff;
}
.contact-person-contact h3 {
	padding-right: 10px;
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 28px;
	font-weight: lighter;
	margin: 30px 0 30px;
	color: #fff;
	word-wrap: break-word;
}


.contact-person-contact .links-all {
	display: block;
	text-decoration: none;
	color: #FFF;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: lighter;
}
.contact-person-contact .links-all:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px;
	bottom: -6px;
	margin-right: 15px;
}
.contact-person-contact .tel:before {
	background-image: url(images/tel-icon.svg);
}
.contact-person-contact .mail:before {
	background-image: url(images/mail-icon.svg);
}
.contact-person-contact a {
	color: #fff;
}
.cf-title {
	font-size: 55px;
	letter-spacing: 2px;
	line-height: 55px;
	font-weight: 300;
	margin: 80px 0;
	text-align: center;
}

.contact-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 30px;
}
.map-wrapper {
	float: left;
	width: 400px;
	height: 300px;
}
.map-wrapper img {
	width: 100%;
}
#map_canvas {
	width: 400px;
	height: 300px;
}

.contact-form-wrapper {
	display: inline-block;
	width: 520px;
	margin-left: 20px;
	position: relative;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
	border: 1px solid rgba(89,91,96,0.4);
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
.wpcf7-form p {
	display: inline-block;
	float: left;
	margin-bottom: 25px;
	height: 40px;
}
.cf-name, .cf-strasse, .cf-telefon, .cf-device {
	width: 250px;
}
.cf-firma, .cf-email, .cf-serial {
	margin-left: 20px;
	width: 250px;
}
.cf-serial {
	position: relative;
}
.serial-tool-tip {
	position: absolute;
	width: 15px;
	height: 15px;
	top: -20px;
	right: 10px;
	border-radius: 50%;
	background-color: rgba(89,91,96,0.4);
	text-align: center;
	cursor: pointer;
}
.serial-tool-tip span {
	font-size: 13px;
	color: white;
}
.serial-tool-tip-text {
	position: absolute;
	width: 70%;
	height: auto;
	top: 0;
	right: 10px;
	padding: 15px;
	background-color: rgba(89,91,96,0.9);
	color: white;
	z-index: 1;
	line-height: 16px;
	font-size: 14px;
	font-family: 'Titillium Web';
	font-weight: 200;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	pointer-events: none;
}
.serial-tool-tip-text-active {
	display: block;
	opacity: 1;
	pointer-events: all;
}

.cf-plz {
	margin-left: 20px;
	width: 80px;
}
.cf-ort {
	width: 160px;
	margin-left: 10px;
}
.cf-nachricht {
	width: 100%;
	height: 105px!important;
	margin-bottom: 10px!important;
}
.contact-info-text {
	font-size: 10px;
  float: right!important;
}
.cf-send {
	padding: 10px 5px 0 20px;
	background-color: #0c63a4;
	margin-top: 20px;
}
.cf-send input {
	float: left;
	font-size: 15px;
	color: #fff;
	background-color: #0c63a4;
}
.cf-send input:hover {
	float: left;
	font-size: 15px;
	color: #fff;
	background-color: #0c63a4!important;
	background-image: none;
}
.cf-send .cf-plus {
	float: left;
	font-size: 26px;
	color: #fff;
}
.cf-plus {
	margin-right: 15px;
}

	/*NEWS Landing Page*/
.archive-news {
	width: 100%!important;
}
.three-posts-wrapper {
	max-width: 1000px;
	margin: 0 auto 35px;
	overflow: hidden;
}
.post-teaser-wrapper {
	float: left;
	width: calc(33.333% - 14px);
	min-width: 300px;
}
.post-teaser-wrapper:nth-child(2) {
	margin: 0 20px;
}
.post-teaser-wrapper .post-image-holder {
	width: 100%;
	height: 320px;
	overflow: hidden;
}
.post-teaser-wrapper .post-image-holder img {
	width: auto;
	height: 320px;
}
.post-teaser-wrapper .post-text-holder {
	width: 100%;
	height: auto;
	background-color: #0c63a4;
	padding: 10px 20px;
	overflow: hidden;
	box-sizing: border-box;
}
.post-teaser-wrapper .post-text-holder .teaser-post-date {
	color: #fff;
	font-weight: lighter;
	font-style: italic;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 12px;
}
.post-teaser-wrapper .post-text-holder .teaser-post-title {
	color: #fff;
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 32px;
	font-weight: lighter;
	margin: 15px 0 10px;
}
.post-teaser-wrapper .post-text-holder .teaser-post-excerpt {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 22px;
	font-weight: lighter;
	margin: 0;
}
.post-teaser-wrapper .post-text-holder .teaser-post-excerpt p {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 22px;
	font-weight: lighter;
	margin: 0;
}
.post-teaser-wrapper .post-text-holder .teaser-post-permalink {
	color: #F29330;
	float: right;
	font-family: 'Utopia Italic';
	font-size: 12px;
	font-style: italic;
}
.post-teaser-wrapper .post-text-holder .teaser-post-permalink:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 12px;
	height: 7px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 7px;
	margin-right: 10px;
	background-image: url(images/mehr-info-arrow.svg);
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


.index-slider-main {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.index-slider-main .slick-arrow {
	position: absolute;
	top: 40%;
	z-index: 150;
	background: transparent url("images/pfeile.png") no-repeat 0 0;
	width:72px;
	height:72px;
	margin:20px;
	cursor: pointer;
	text-indent: -99999px;
}
.index-slider-main .slick-prev {
	left: 5%;
}
.index-slider-main .slick-prev:hover {
	background-position: left bottom;
}
.index-slider-main .slick-next {
	right: 5%;
	background-position: right top;
}
.index-slider-main .slick-next:hover {
	background-position: right bottom;
}
.slick-dots {
	position: absolute;
	bottom: 320px;
	left: 0;
	right: 0;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots li button {
	text-indent: -99999px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	margin: 5px;
	background-color: #f29330;
	-webkit-box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.75);
}
.slick-dots li button:hover {
	cursor: pointer;
	background-image: none;
}
.slick-dots .slick-active button {
	background-color: #ffffff!important;
}
.slick-slide {
	position: relative;
}
.slider-text-wrapper {
	position: absolute;
	left: 15%;
	top: 250px;
	width: 80%;
	max-width: 750px;
}

.slider-text-wrapper:before {
  display: block;
  opacity: 0.3;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 100px 100px #fff;
  border-radius: 30%;
  content: "";
}
.slider-text-wrapper  > * {
  position: relative;
  z-index: 10;
}
.slider-text-wrapper .big-headline {
	font-size: 112px;
	font-family: 'Titillium Web';
	font-weight: 200;
	text-rendering: optimizeLegibility;
	color: #0B4774;
	line-height: 112px;
}
.slider-text-wrapper .sub-headline {
	display: block;
	margin-bottom: 10px;
	font-size: 55px;
	font-family: 'Titillium Web';
	font-weight: 200;
	text-rendering: optimizeLegibility;
	color: #0B4774;
	line-height: 60px;
}
.slider-text-wrapper .text {
	display: block;
	font-size: 20px;
	font-family: 'Titillium Web';
	font-weight: 400;
	text-rendering: optimizeLegibility;
	color: #0B4774;
	line-height: 27px;
}
.slider-text-wrapper .slider-link {
	display: block;
	font-size: 20px;
	font-family: 'Titillium Web';
	font-weight: 400;
	text-rendering: optimizeLegibility;
	color: #0B4774;
	line-height: 30px;
}
.slider-text-wrapper .slider-link:before {
	content: "+";
	font-size: 25px;
	margin-right: 5px;
}
.slider-text-wrapper .slider-more-link {
	color: #f29330;
	display: inline-block;
	margin-top: 10px;
	font-family: 'UTI_____';
	font-style: italic;
	font-size: 13px;
}
.slider-text-wrapper .slider-more-link:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 12px;
	height: 7px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 7px;
	margin-right: 10px;
	background-image: url(images/mehr-info-arrow.svg);
}
.index-slider-big-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: calc(100vh - 60px);
}


/* PRODUCT GROUPS */
.product-groups {
	position: absolute;
	width: 88%;
	max-width: 1300px;
	height: auto;
	bottom: 100px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
 .product-group {
	 -webkit-transition: none!important;
 	-moz-transition: none!important;
 	-o-transition: none!important;
 	transition: none!important;
 }

 .product-group-image {
	 -webkit-transition: none!important;
 	-moz-transition: none!important;
 	-o-transition: none!important;
 	transition: none!important;
 }

 .slider-group-link {
	 -webkit-transition: none!important;
		-moz-transition: none!important;
		-o-transition: none!important;
		transition: none!important;
 }
}


.product-group {
	width: 14%;
	height: 14%;
	background-color: #0C63A4;
	margin-right: 0.333%;
	float: none;
	display: inline-block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-align: center;
	position: relative;
}


.product-group:last-child {
	margin: 0;
}

.product-group-image {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 100%;
	height: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.product-group-image {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 100%;
	height: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.product-group-image div {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 45px;
	left: 5px;
	background: transparent url() no-repeat center;
	background-size: contain;
}
.slider-group-link {
	width: 100%;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	font-family: 'Titillium Web';
	font-weight: 400;
	text-rendering: optimizeLegibility;
	color: #0B4774;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.product-group-active .product-group-image {
	opacity: 0.1!important;
}


/* Teaser Part */
.main-slider-teaser-wrapper {
	width: 220px;
	height: 220px;
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	border: 4px solid #ffffff;
	background-color: #F29330;
	text-align: center;
	overflow: hidden;
}
.main-slider-teaser-wrapper .date {
	font-family: 'Titillium Web';
	font-weight: 400;
	text-rendering: optimizeLegibility;
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	padding-top: 20px;
	display: block;
	margin: 0 auto;
}
.main-slider-teaser-wrapper .title {
	font-family: 'Titillium Web';
	font-weight: 600;
	text-rendering: optimizeLegibility;
	color: #ffffff;
	font-size: 46px;
	line-height: 42px;
	padding-top: 5px;
	display: block;
	margin: 0 auto;
}
.main-slider-teaser-wrapper .minititle {
	font-family: 'Titillium Web';
	font-weight: 400;
	text-rendering: optimizeLegibility;
	color: #ffffff;
	font-size: 19px;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	margin: 0 auto;
}
.main-slider-teaser-wrapper .teaser-line {
	display: inline-block;
  width: 100%;
  border-top: 4px solid #ffffff;
	float: left;
}
.main-slider-teaser-wrapper .teaser-link {
	font-family: 'UTI_____';
	text-rendering: optimizeLegibility;
	color: #ffffff;
	font-size: 13px;
	line-height: 15px;
	font-style: italic;
	margin: 10px auto;
	position: relative;
	display: inline-block;
}
.main-slider-teaser-wrapper .teaser-link:before {
	content:"";
	background-image: url(images/teaser-arrow.svg);
	position: absolute;
	top: 5px;
	left: -20px;
	width: 13px;
	height: 7px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}


/* Page Teaser Shortcode */
.page-teaser {
	width: 100%;
	height: 100%;
	margin-top: 30px;
}
.page-teaser .page-teaser-title {
	font-family: 'Titillium Web';
	font-weight: 600;
	text-rendering: optimizeLegibility;
	color: #0C63A4;
	font-size: 26px;
	line-height: 30px;
	display: block;
	position: relative;
}
.page-teaser .page-teaser-title:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 5px;
	left: -15px;
	width: 10px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 20px;
	margin-right: 10px;
	background-image: url(images/page-teaser-arrow.svg);
}

.page-teaser a {
	display: block;
	text-align: right;
	color: #F29330;
	font-family: 'Utopia Italic';
	font-size: 12px;
	font-style: italic;
	position: relative;
}
.page-teaser a:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 12px;
	height: 7px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 7px;
	margin-right: 10px;
	background-image: url(images/mehr-info-arrow.svg);
}


.site-leistungen, .kontakt-page-width, .index-page {
	width: 100%!important;
}
.page-template-index-page .site .maincontent {
	margin-top: calc(100vh - 60px);
}

#head .wrapper {
	height: 0;
}

span.wpcf7-not-valid-tip {
	float: left;
}

div.wpcf7-validation-errors {
	float: left;
}

@media (max-width: 1380px), (max-height: 860px) {
	.slick-dots {
		bottom: calc(185px + 10vw);
	}
	.slider-text-wrapper {
		top: 220px;
	}
	.slider-text-wrapper .big-headline {
		font-size: 82px;
		line-height: 82px;
	}
	.slider-text-wrapper .sub-headline {
		font-size: 40px;
		line-height: 45px;
	}
	.main-slider-teaser-wrapper {
		top: 11% !important;
		right: 11% !important;
		left: auto !important;
	}
	.index-slider-main .slick-prev {
		left: 2.5%;
	}
	.slider-text-wrapper .text {
		font-size: 17px;
		line-height: 21.5px;
	}
	.index-slider-main .slick-next {
		right: 2.5%;
	}
}

@media (min-width: 1023px) and (max-height: 767px) {
	.product-groups {
		display: none;
	}
	.slick-dots {
		bottom: 110px;
	}
	.main-slider-teaser-wrapper {
		width: 200px;
		height: 200px;
	}
	.main-slider-teaser-wrapper .title {
		padding-top: 0;
		font-size: 34px;
		line-height: 32px;
	}
}
@media (max-width: 374px) {
	.slider-text-wrapper {
		top: 120px !important;
	}
}

@media only screen and (min-device-width: 320px)
                   and (max-device-width: 736px)
                   and (orientation: landscape) {
	.product-groups {
		display: none !important;
	}
	.slider-text-wrapper {
		top: 90px !important;
	}
	.main-slider-teaser-wrapper {
		top: 70px !important;
		right: 20px !important;
	}
}

p.privacy {
  display: block;
	width: 100%;
}
p.privacy label {
	display: flex;
	font-size: 13px;
	text-transform: none;
}
p.privacy label a {
	font-size: 13px;
	padding: 0;
	background: none;
	text-decoration: underline;
	letter-spacing: 1px;
}
p.privacy label span:nth-child(2) {
  padding: 7px 0 0 10px;
}
#cookie-notice {
	background: #fff !important;
	color: #4E4E4E !important;
	border-top: 1px solid #0c63a4;
}
#cn-notice-text a {
	text-decoration: underline;
}
#cookie-notice #cn-accept-cookie, #cookie-notice #cn-refuse-cookie {
	border: none;
	background: #0c63a4;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	padding: 5px 12px;
}
.ga-optout {
	cursor: pointer;
}
.wpcf7-form p.cf-subject {
	width: 100%;
}

.page-template-p2h-page .home-button, .page-template-p2h-page #navigation, .page-template-p2h-page .info-icon-float {
    display: none;
}
.page-template-p2h-page li.vc_active a {
    background-color: #97bf0d !important;
}
.page-template-p2h-page .footer-contact-info {
    background-color: #F7F7F7;
    padding: 20px 0;
}
.page-template-p2h-page .footer-contact-info-wrapper {
    background-color: white;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.page-template-p2h-page .footer-contact-info-wrapper .text-wrapper h2 {
    color: #97bf0d;
}
.page-template-p2h-page .footer-contact-info-wrapper .text-wrapper .text {
    color: black;
}
.page-template-p2h-page .footer-contact-info-wrapper .text-wrapper .links-all {
    color: #97bf0d;
}
.page-template-p2h-page .footer-contact-info-wrapper .text-wrapper .tel::before {
    background-image: url(images/tel-icon-green.svg);
}
.page-template-p2h-page .footer-contact-info-wrapper .text-wrapper .mail::before {
    background-image: url(images/mail-icon-green.svg);
}
.page-template-p2h-page .footer-contact-info-wrapper .text-wrapper .main-link {
    color: black;
}
.page-template-p2h-page .footer-contact-info-wrapper .text-wrapper .to-contact {
    color: #21759b;
    border-color: #21759b;
	margin-top: 0;
}
.page-template-p2h-page .post-teaser-wrapper .post-text-holder {
    background-color: white;
}
.page-template-p2h-page .post-teaser-wrapper .post-text-holder .teaser-post-title {
    color: #97bf0d;
}
.page-template-p2h-page .post-teaser-wrapper .post-text-holder .teaser-post-excerpt p {
    color: black;
}
.page-template-p2h-page .post-teaser-wrapper .post-text-holder .teaser-post-permalink {
    color: #21759b;
}
.page-template-p2h-page .post-teaser-wrapper .post-text-holder .teaser-post-permalink::before {
    background-image: url(images/mehr-info-arrow-blue.svg);
}
.page-template-p2h-page .post-teaser-wrapper {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    width: calc(33.333% - 18px);
}
.page-template-p2h-page .three-posts-wrapper {
    padding: 15px 10px 35px;
}
.page-template-p2h-page .entry-content h2, .comment-content h2, .mu_register h2 {
    color: #97bf0d;
}
.page-template-p2h-page #logo {
    background: transparent;
}
.page-template-p2h-page #logo h1.site-title a {
    background: url(images/p2h-logo.png) no-repeat;
    height: 200px;
    width: 200px;
}
.page-template-p2h-page #footer {
	background: #97bf0d;
}
.page-template-p2h-page .footer-nav-menu li a {
	font-weight: normal;
}
.page-template-p2h-page #lang_sel ul li a {
	color: #97bf0d;
}
.page-template-p2h-page .headerimage{
	height:800px;
}
.page-template-p2h-page #header-text {
	top: 350px;
	color: white;
	font-size: 50px;
	background: #006EB4;
	padding: 10px;
	width: 500px;
	left: -245px;
}
.page-template-p2h-page .footer-contact-info {
	height: 300px;
}
.page-template-p2h-page .footer-contact-info-wrapper .image-wrapper {
	background-image: url("images/beratung-bw.jpg");
	height: 300px;
}
.page-template-p2h-page .footer-contact-info-wrapper .text-wrapper h2 {
	margin-bottom: 10px;
}
.page-template-p2h-page .footer-contact-info-wrapper .text-wrapper {
	top: 30px;
}
.page-template-p2h-page .entry-content li {
    background-image: url("images/liste-green.png");
}

#cookie-notice .cn-text-container {
	color: #4E4E4E;
	font-family: 'Titillium Web',Helvetica,Arial,sans-serif;
	font-size: 12px;
}

#cookie-notice #cn-accept-cookie, #cookie-notice #cn-refuse-cookie {
	background: #0c63a4;
	color: #fff;
}
