/*
Theme Name: OMV Vitatherm
Author: SESO V
Author URI: http://www.seso.at
Version: 1.0
*/

@font-face {
    font-family: 'latoblack';
    src: url('fonts/lato-bla-webfont.eot');
    src: url('fonts/lato-bla-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bla-webfont.woff') format('woff'),
         url('fonts/lato-bla-webfont.ttf') format('truetype'),
         url('fonts/lato-bla-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-reg-webfont.eot');
    src: url('fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-reg-webfont.woff') format('woff'),
         url('fonts/lato-reg-webfont.ttf') format('truetype'),
         url('fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bol-webfont.eot');
    src: url('fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bol-webfont.woff') format('woff'),
         url('fonts/lato-bol-webfont.ttf') format('truetype'),
         url('fonts/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: 'latoregular'!important;
	margin:0!important;
}

b{
	font-family: 'latobold'!important;
	font-weight:normal!important;
}

strong{
	font-family: 'latobold'!important;
	font-weight:normal!important;
}

label{
	font-weight:normal!important;
}

textarea:focus, input:focus{
    outline: 0;
}

input[type=checkbox].css-checkbox {
	display:none;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:20px;

	display:inline-block;
	line-height:12px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:16px;
	vertical-align:middle;
	cursor:pointer;

}

.home .dealer-widget-top input[type="text"] {
	height: 40px !important;
}

.home .dealer-widget-top input[type="submit"] {
	height: 35px !important;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-image:url(images/checkbox_checked.png)!important;
}

label.css-label {
	background-image:url(images/checkbox_unchecked.png);
	font-family: 'latobold'!important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.css-label-font-small{
	font-size:14px!important;
}

input[type=radio].css-radio {
	display:none;
}

input[type=radio].css-radio + label.css-label-radio {
	padding-left:24px;
	height:18px;
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;

}

input[type=radio].css-radio:checked + label.css-label-radio {
	background-position: 0 -18px;
}
label.css-label-radio {
	background-image:url(images/radio.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/**
 * Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

.site {
	min-width:320px;
}

/**
 * Navigation
 * ----------------------------------------------------------------------------
 */
 .main-navigation {
	clear: both;
	margin: 0 auto;
	min-height: 45px;
	position: relative;
	z-index:120;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 0px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #0076bd!important;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 45px 20px 0;
	text-decoration: none;
}

.nav-menu li:last-child a{
	padding:0;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	text-decoration:underline;
	/*background-color: #220e10;
	color: #fff;*/
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #428bca;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	/*color: #bc360a;
	font-style: italic;*/
	font-family: 'latoblack';
}

.menu-toggle {
	display: none;
}

.navbar {
	margin-bottom: 0px!important;
	z-index:100;
	-webkit-box-shadow: 0 5px 27px rgba(0,0,0,.09);
	-moz-box-shadow: 0 5px 27px rgba(0,0,0,.09);
	box-shadow: 0 5px 27px rgba(0,0,0,.09);
	background-image: -webkit-linear-gradient(bottom, #f3f3f3, #fff 49%, #f3f3f3);
	background-image: -moz-linear-gradient(bottom, #f3f3f3, #fff 49%, #f3f3f3);
	background-image: -o-linear-gradient(bottom, #f3f3f3, #fff 49%, #f3f3f3);
	background-image: linear-gradient(to top, #f3f3f3, #fff 49%, #f3f3f3);
	background-image:-ms-linear-gradient(to top, #f3f3f3, #fff 49%, #f3f3f3);
}

.navbar .shade{
	background-image: url(images/header_top_s.png);
	background-position: bottom;
	background-repeat:repeat-x;
	position:absolute;
	left:0px;
	width:100%;
	height:91px;
	z-index:100;
}

.bg-header-wrapper{
	background-image: url(images/header_bottom_s.png);
	background-position: bottom;
	background-repeat:repeat-x;
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-top:10px;
	min-height:200px;
}

.bg-header-wrapper .row{
	height:100%;
}

.bg-header{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 100%;;
	background-image: url(images/glow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:100% 100%;
	opacity: 1.0;
}


.caption-container{
	text-align: left;
	margin-top: 98px;
}

.caption-container .tsmall{
	color: #0076bd;
	margin-bottom: 0px;
	font-size:32px!important;
	text-transform: uppercase;
	line-height: 20px;
	font-family:'latoblack'!important;
	position:relative;
}

.caption-container .tbig{
	color: #8ab5dd;
	margin-bottom: 0px;
	font-size: 45px!important;
	text-transform: uppercase;
	line-height:61px;
	font-family: 'latoblack'!important;
	font-weight: normal;
	position:relative;

}

.caption-container span{
	width: 58px;
	height: 59px;
	background-image: url(images/butterfly.png);
	padding-right: 58px;
	padding-top: 126px;
	background-repeat: no-repeat;
	background-position: 94% 76%;
	overflow: auto;
}

/**
 * main content
 */
.entry-content{
	margin: 0 auto;
	margin-top:14px;
	color:#4f4f4f;
	font-size:16px;
	line-height:22px;
}

.link-btn  a{
	color: #0076bd!important;
	word-wrap: break-word;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-family: 'latoblack'!important;
	line-height: 20px;
}

.link-btn  a:hover{
	text-decoration:underline!important;
}

.link-btn:after{
	content: ".";
	font-size: 15px;
	color: transparent;
	background: url(images/link_icon.png) no-repeat;
	padding-left: 14px;
	margin-left: 2px;
	margin-top: 2px;
	padding-top: 0;
}

.startpage-news .home-lkw-row{
	display:none!important;
}

.startpage-news .home-title{
	margin-bottom:20px;
}

.home-lkw-row{
	margin-bottom:5px!important;
}

.home-lkw-row h2{
	font-family: 'latoregular'!important;
	font-size:20px;
	color: #0076bd;
	font-weight:normal!important;
}

.home-title{
	margin-top:10px;
}

.home-title-row{
	margin-bottom:10px!important;
}

.vitatherm-icons p{
	margin-bottom:0px;
}

.vitatherm-icons{
	margin-bottom:25px!important;
}

.entry-content h1{
	text-transform:uppercase;
	font-family: 'latoblack'!important;
	color:#0076bd;
	font-size:25px;
	line-height:32px;
	margin: 0;
	margin-bottom: 30px;

}

.entry-content a{

}

.startpage-title{
	margin-bottom:17px!important;
}

.startpage-title h1{
	text-align:center;
	font-family: 'latoblack'!important;
	color:#0076bd;
	font-size:32px;
	line-height:32px;
	margin: 0;
	margin-top:10px;

}

.start-lkw{
	margin-top:25px!important;
}

.entry-content h2{
	color:#0076bd;
	font-size:18px;
	line-height:23px;
	font-weight: normal;

}

.entry-content h3{
	color:#0076bd;
	font-size:14px;
	line-height:16px;
	font-weight: normal;
	margin-top: 0px;

}

.entry-content .post-item{
	cursor:pointer;
	width:300px;
	text-align:center;
	margin:0 auto;
	max-width:300px;
	min-height:264px;
	margin-bottom:22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 1px -1px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 1px -1px 10px rgba(0,0,0,.2);
	box-shadow: 1px -1px 10px rgba(0,0,0,.2);
	background-image: -webkit-linear-gradient(top, #f3f3f3, #fff);
	background-image: -moz-linear-gradient(top, #f3f3f3, #fff);
	background-image: -o-linear-gradient(top, #f3f3f3, #fff);
	background-image: linear-gradient(to bottom, #f3f3f3, #fff);
	background-image: ms-linear-gradient(to bottom, #f3f3f3, #fff);

}

.entry-content .post-item .text{
	text-align:left;
	padding-left:18px;
	padding-right:18px;
	padding-top: 4px;
}

.news-page .link-btn{
	margin-bottom:0px;
}

.news-page .post-item .text{
	padding-bottom:10px;
}

news-text-h1{
	line-height:25px!important;
}

.more-news-container{
	text-align:center;
	margin:0 auto;
}

.more-news:before{
	width:14px;
	height:12px;
	content:url(images/arrow.png);
	padding-left:15px;
	margin-right:3px;
}

.entry-content .post-item img{
	width:100%;
	height:170px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}

.territory-wrapper li a{
	color:#428bca!important;
}

.territory-select{
	margin-top:21px!important;
	margin-bottom:46px!important;
	font-family: 'latoregular'!important;
	font-size:18px!important;
}

.territory-title{
	font-size:18px;
	font-family: 'latoblack'!important;
	color:#0076bd;
}

.territory-link{
	font-size:14px;
	font-family: 'latoblack'!important;
	color:#0076bd!important;
}

.territory-wrapper{
	background-image: url(images/dealer_list_repeater.png);
	background-repeat: repeat-x;
	background-position: 9px 50px;
	-moz-border-radius-topleft: 90px;
	-webkit-border-top-left-radius: 90px;
	 border-top-left-radius: 90px;
	-moz-border-radius-topright: 90px;
	-webkit-border-top-right-radius: 90px;
	border-top-right-radius: 90px;
}
.dealer-klimaneutral {
	margin-top: -5px;
	margin-left: 5px;
	display:inline-block;
	max-width:26px !important;
}

@media (max-width: 969px){
	.dealer-widget-top{
		left:0px!important;
	}

	.entry-content .post-item{
		width:230px;
		min-height:215px;
	}

	.entry-content .post-item img{
		height:120px;
	}
}

@media (max-width: 759px){
	#tertiary{
		margin-top: 250px!important;
	}

	.entry-content .post-item{
		height:auto;
		width:100%;
	}

	.entry-content .post-item img{
		width:100%;
		height:auto;
	}
}

.territory-wrapper {
    font-size:12px;
	color:#0076bd;
	font-family: 'latoblack'!important;
	font-weight:normal;
	margin-bottom: 13px;
	margin-top: 27px;
	text-align:center;

}

.dealer-list-leftcontainer{
	width:50%;
	float:left;
	padding-left:78px
}

.dealer-list-rightcontainer{
	width:50%;
	float:left;
	padding-right:78px;
}

.territory-wrapper ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
}

.territory-wrapper li {
    float: left;
    padding:0;
    width: 79px;
	list-style-type:none;
	position:relative;
}

.category-wrapper {
    text-align:center;
    margin-top:40px;
    font-size:12px;
	color:#0076bd;
	font-family: 'latoblack'!important;
	font-weight:normal;

}
.category-wrapper ul {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-image:url(images/category_bg.png);
    margin-left:40px;
    margin-right:40px;
    height:39px;
    line-height:39px;
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
    margin-bottom: 12px;
}

.category-wrapper li {
    float: left;
    padding:0;
    width:145px;
    float:left;
	list-style-type:none;
	position:relative;
}

.category-wrapper .category{

}

.category-wrapper a{
	color:#0076bd!important;
	text-decoration:none;
}

.category-wrapper a:hover{

}

.category-wrapper .active{
	height:45px;
	background-image:url(images/category_selected_bg.png);
}

.category-wrapper .active a{
	color:#FFFFFF!important;
	text-decoration:none;
}

.category-dropdown-wrapper{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-image:url(images/category_bg.png);
    padding-left:10px;
    padding-right:0px;
    background-size:100% 100%;
}

.category-dropdown{
	padding-top:5px;
	vertical-align: middle;
	width:100%;
	margin:0;
	height:40px;
	text-align:center;
	margin:0 auto;
	background:none;
	border:0;
	color:#0076bd;
	outline:none;
	background:url(images/toggle_open.png) no-repeat 95% center;
	background-color:transparent;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none!important;
	text-indent:0.01px;
	text-overflow:'';
	font-size:20px;
}


/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */

 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 15px 10px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}

/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

/*@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}*/

/**
 * Footer
 * ----------------------------------------------------------------------------
 */
.site-footer{
	position:relative;
	text-align: center;
	padding-bottom: 10px;
}

.sharebar-container{
	margin-top:20px;
}

.shareicon{
	float:left;
	margin-right:3px;
}

.shareicon img{
	width: 26px;
	height: 26px;
	background-size:100% 100%;
	margin-top: 3px;
}

.shareicon .icfacebook{
	background-image:url(images/share/facebook.png);
}

.shareicon .ictwitter{
	background-image:url(images/share/twitter.png);
}

.shareicon .icemail{
	background-image:url(images/share/email.png);
}

.shareicon .icgplus{
	background-image:url(images/share/gplus.png);
}

.shareicon .icmore{
	background-image:url(images/share/more.png);
}

.shareicon .icfacebook:hover{
	background-image:url(images/share/facebook_active.png);
}

.shareicon .ictwitter:hover{
	background-image:url(images/share/twitter_active.png);
}

.shareicon .icemail:hover{
	background-image:url(images/share/email_active.png);
}

.shareicon .icgplus:hover{
	background-image:url(images/share/gplus_active.png);
}

.shareicon .icmore:hover{
	background-image:url(images/share/more_active.png);
}

.sharetext{
	float:left;
	color: #939393;
	text-decoration:none;
	font-family:'latobold'!important;
	font-size:13px!important;
	margin-right:10px;
	margin-top:7px;
}

.site-footer .menu-footer-menu-container{
	text-align:left;
}

.site-footer .widget_nav_menu{
	width:100%;
	margin:0 auto;
}

.site-footer .omv{
	position:absolute;
	right: 0px;
	top:22px;
	width: 114px;
	height:71px;
	background-image:url(images/omv_logo.png);
  display: none;
}


.site-footer ul {
	width:100%;
    display: inline;
    margin: 0 auto;
    padding: 0;
}


.site-footer .widget-area{
	width:100%!important;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #939393!important;
	text-decoration:none;
	font-family:'latobold'!important;
	font-size:13px!important;
}

.site-footer a:hover{
	color:#939393!important;
	text-decoration:underline!important;
}

.site-footer .sidebar-container {

}

.site-footer .widget-area {
	margin: 0 auto;
	width: 100%;
}


@media (min-width: 768px) {
	#menu-main-menu li{
		margin-top:10px;
	}

	.site-footer li {
		display:inline;
	    height: auto;
	    padding: 0;
	    margin-left:10px;
	    margin-right:10px;
	    list-style: none;
	    text-align: center;
	}

	.sharebar-container{
		position: absolute;
		z-index: 100;
		width: 220px;
		top:38px;
		margin-top:0px;
	}

	.site-footer .menu-footer-menu-container {
		text-align: center;
	}

	.site-footer {
		background-image: url(images/footer_bg.png);
		height: 80px;
		color: #686758;
		font-size: 14px;
		line-height: 107px;
		text-align: center;
		overflow: hidden;
	}

	.site-footer #secondary .widget-area{

	}

	.site-footer .widget {
		background: transparent;
		color: #fff;
		float: left;
	}

	.site-footer .menu-item{

	}
}

@media (max-width: 767px) {


	h1 span{
		font-size:22px!important;
	}

	.newsdetail-content-container h1{
		font-size:20px!important;
	}

	.site-footer li {
		display:inline;
	    height: auto;
	    padding: 0;
	    margin-left:0px;
	    margin-right:10px;
	    list-style: none;
	    text-align: center;
	}

	.site-footer {
		line-height: 50px!important;
		background-image:url(images/footer_bg.png);
		color: #d0d0d0;
		font-size: 14px;
		line-height:22px;
		padding-top:35px;
		text-align: center;
	}

	.site-footer .widget {
		background: transparent;
		color: #fff;
		float: left;
		width: 100%!important;
		left: 0px!important;
	}

	.site-footer .menu-item{
		width:100%;
		text-align:center;
		list-style: none;
	}
}

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

#wrapper {
	position:relative;
	background-color: #fff;
	width: 100%;
	/*max-height: 392px;
	min-height:320px;*/
	overflow: hidden;
	left: 0;
	/*webkit-box-shadow: 0 5px 27px rgba(0,0,0,.09);
	-moz-box-shadow: 0 5px 27px rgba(0,0,0,.09);
	box-shadow: 0 5px 27px rgba(0,0,0,.09);*/
	background-image: -webkit-linear-gradient(bottom, #f3f3f3, #fff 49%, #f3f3f3);
	background-image: -moz-linear-gradient(bottom, #f3f3f3, #fff 49%, #f3f3f3);
	background-image: -o-linear-gradient(bottom, #f3f3f3, #fff 49%, #f3f3f3);
	background-image: linear-gradient(to top, #f3f3f3, #fff 49%, #f3f3f3);
	background-image: -ms-linear-gradient(to top, #f3f3f3, #fff 49%, #f3f3f3);
}

#wrapper .slider-shade{
	width:100%;
	height:26px;
	background-image:url(images/header_bottom_s.png);
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:10;
}

.slider_container img {
	display:block;
	width:100%;
	max-width:960px;
	max-height:423px;
	float:left;
}

/*.current-image-caption{
	position: absolute;
	top:24%;
	left:58%;
	width:600px;
	margin-left:-394px;
	text-align: left;
}*/

.current-image-caption{
	position: absolute;
	left:0px;
	top:0px;
	z-index:1000;
	text-align:left;
}

.current-image-caption h1{
	color: #0076bd;
	margin-bottom: 0px;
	font-size: 31px!important;
	text-transform: uppercase;
	line-height: 20px;
	font-family:'latoblack'!important;
	position:relative;
}

.current-image-caption h2{
	color: #8ab5dd;
	margin-bottom: 0px;
	font-size: 43px;
	text-transform: uppercase;
	line-height: 26px;
	font-family: 'latoblack'!important;
	font-weight: normal;
	position:relative;

}

.current-image-caption h3{
	color: #8ab5dd;
	margin-bottom: 0px;
	font-size: 43px;
	text-transform: uppercase;
	line-height: 26px;
	font-family: 'latoblack'!important;
	font-weight: normal;
	position:relative;

}

.current-image-caption h3 span{
	width: 58px;
	height: 59px;
	background-image: url(images/butterfly.png);
	padding-right: 58px;
	padding-top: 126px;
	background-repeat: no-repeat;
	background-position: 94% 76%;
	overflow: auto;
}

.prev, .next {
	background-color: rgba(255, 255, 255, 0.7);
	display: block;
	height: 450px;
	width: 50%;
	top: 0;
	position: absolute;
}
#prev:hover, #next:hover {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
}
.prev {
	left: -480px;
}
.next {
	right: -480px;
}

.prev img{
	position:absolute;
	height:48px;
	margin-top:-24px;
	top:45%;
	right:-6%;
}

.next img{
	position:absolute;
	height:48px;
	margin-top:-24px;
	top:45%;
	left:-6%;

}
#pager {
	position: absolute;
	left: 50%;
	bottom:3px;
	width: 400px;
	text-align: center;
	margin-left: -200px;
	z-index:20;
}
#pager a {
	background-image:url(images/dot-inactive.png);
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right:25px;
	outline: none;
}
#pager a:hover {
	background-image:url(images/dot-active.png);
	outline: none;
}
#pager a span {
	display: none;
	outline: none;
}
#pager a.selected {
	background-image:url(images/dot-active.png);
	outline: none;
}

#pager a:link{
	outline: none;
}

#pager a:active{
	outline: none;
}

#pager a:visited{
	outline: none;
}

#pager a:focus {
	outline: none;
}

/**
 * Page Widgets
 * ----------------------------------------------------------------------------
 */


.page_icon_container{
	margin:0 auto;
	text-align:center;
	margin-bottom:12px;
}

.omv-link-fett a{
	font-size:12px;
	color:#0076bd!important;
	font-family:'latoblack'!important;
	text-decoration:none;
}

.omv-link-fett a:hover{
	text-decoration:underline;
	color:#0076bd!important;
}

.omv-link-normal a{
	font-size:14px;
	color:#0076bd!important;
	font-family:'latoregular'!important;
	text-decoration:none;
}

.omv-link-normal a:hover{
	text-decoration:underline;
	color:#0076bd!important;
}


/**
 * Dealer Search
 * ----------------------------------------------------------------------------
 */
 .dealer-link-select-wrapper{
 	padding-top:5px;
 	margin-bottom:25px;
 }

 .dealer-link-select{
	font-size:16px!important;
	color: #428bca!important;
 }

.step-container{
	position:relative;
	width:100%;
	padding-left:55px;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:26px;
	font-size:16px!important;
	line-height: 18px!important;
}

.dealer-info{
	padding-left: 20px;
	margin-bottom:25px;
}

.dealer-last{
	margin-bottom:0px!important;
}

.dealer-info a{
	font-size:14px!important;
	color:#0076bd!important;
	font-family:'latoblack'!important;
	text-decoration:none;
}

.step-container .error{
	color:#FF0000;
}

.step-container .details{
	-webkit-transition: height 500ms ease;
	-moz-transition:height 500ms ease;
	-ms-transition:height 500ms ease;
	-o-transition:height 500ms ease;
	transition:height 500ms ease;
	height:0;
	overflow:hidden;
}

.step-container .active .details{
	height:auto;
	padding-bottom:10px;
}

.step-container .title{
	font-size:20px;
	font-family:"latoblack"!important;
	text-transform:uppercase;
	margin-bottom:12px;
	float:left;
	color:#939393;
}

.step-container .edit{
	display:block;
	width:15px;
	height:15px;
	background-image:url(images/step_edit.png);
	float:left;
	margin-left:8px;
	margin-top:2px;
	cursor:pointer;
}

.step-container .active .edit{
	display:none;
}

.step-container .active .title{
	color:#0076bd!important;
}

.step-container .active .title .edit{
	display:none!important;
}

.step-container .text{
	margin-bottom:15px;
}

.step-container b{
	line-height: 25px;
	font-size:14px!important;
}

.step-container .aligncenter{
	text-align:center;
}

.step-container input[type="text"]{
	width:100px;
	height:29px;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,.12);
	-moz-box-shadow: inset 0 2px 1px rgba(0,0,0,.12);
	box-shadow: inset 0 2px 1px rgba(0,0,0,.12);
	border: solid 1px #c5c8cc;
	margin-right:12px;
	font-size:14px!important;
}

.step-container input[type="submit"]{
	font-size:14px!important;
	min-width:104px;
	height:29px;
	font-family: 'latobold';
	color:#FFFFFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    -khtml-border-radius:3px;
	border-radius:3px;
	margin:0;
	border:0;
	background-image: -ms-linear-gradient(top, #0076bd 0%, #0076bd 100%);
	background-image: -moz-linear-gradient(top, #0076bd 0%, #0076bd 100%);
	background-image: -o-linear-gradient(top, #0076bd 0%, #0076bd 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0076bd), color-stop(1, #0076bd));
	background-image: -webkit-linear-gradient(top, #0076bd 0%, #0076bd 100%);
	background-image: linear-gradient(to bottom, #0076bd 0%, #0076bd 100%);
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 7px rgba(0,0,0,.2);
	box-shadow: 0 2px 7px rgba(0,0,0,.2);
	background-color:#0076bd;
}

.step-container .require-field{
	text-align:left;
	margin-top:7px!important;
	margin-right: 10px!important;
	font-size:14px!important;
	font-family: 'latobold';
	-webkit-font-smoothing: antialiased;
}

.step-container .dealer_select_error_wrapper{
	margin-bottom:5px;
	margin-top:5px;
}

.step-container .btn-contact{
	float:right;
	padding-right:21px;
	padding-left:21px;
}

.step-container .step-first{
	width:38px;
	height:35px;
	background-image:url(images/step_first_inactive.png);
	position:absolute;
	left:0px;
	top:0px;
	margin:0 auto;
	text-align:center;
	line-height:37px;
	color:#8b8b8b;
}

.step-container .active .step-first{
	background-image:url(images/step_first_active.png)!important;
	color:#FFFFFF!important;
}

.step-container .step{
	width:37px;
	height:37px;
	background-image:url(images/step_inactive.png);
	position:absolute;
	left:0px;
	top:0px;
	margin:0 auto;
	text-align:center;
	line-height:37px;
	color:#8b8b8b;
}

.step-container .active .step{
	background-image:url(images/step_active.png)!important;
	color:#FFFFFF!important;
}

.step-container .step-last{
	width:37px;
	height:37px;
	background-image:url(images/step_last_inactive.png);
	position:absolute;
	left:0px;
	top:0px;
	margin:0 auto;
	text-align:center;
	line-height:37px;
	color:#8b8b8b;
}

.step-container .active .step-last{
	background-image:url(images/step_last_active.png)!important;
	color:#FFFFFF!important;
}

.step-container .stepline{
	width:20px;
	height:100%;
	background-image:url(images/step_line_inactive.png);
	position:absolute;
	left:11px;
	top:35px;
}

.step-container .stepline-active{
	width:20px;
	height:100%;
	background-image:url(images/step_line_active.png);
	position:absolute;
	left:11px;
	top:35px;
}

.step-container .active .stepline{
	background-image:url(images/step_line_active.png)!important;
}

.step-container .data-container{
	height:178px;
	width:100%;
}

.step-container .full-container{
	width:100%;
}

.step-container .left-container .container-75{
	width:73%!important;
	float:left!important;
	margin-right:4%!important;
}

.step-container .left-container .container-25{
	width:23%!important;
	float:left!important;
	margin-right:0px!important;
}

.step-container .left-container input[type="text"]{
	width:100%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    -khtml-border-radius:3px;
	border-radius:3px;
	border:1px #c5c8cc solid;
	box-shadow:inset 0 0 4px #c5c8cc;
	margin-bottom: 12px;
}

.step-container .left-container textarea{
	width:100%;
	height:120px;
	outline:none;
	resize:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    -khtml-border-radius:3px;
	border:1px #c5c8cc solid;
	box-shadow:inset 0 0 4px #c5c8cc;
	margin-bottom: 12px;
}

.step-container .spacer{
	height:23px;
	width:100%;
}

.step-container .right-container input[type="text"]{
	width:100%;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,.12);
	-moz-box-shadow: inset 0 2px 1px rgba(0,0,0,.12);
	box-shadow: inset 0 2px 1px rgba(0,0,0,.12);
	border: solid 1px #c5c8cc;
	margin-bottom: 12px;
}

.step-container .right-container textarea{
	width:100%;
	height:120px;
	outline:none;
	resize:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    -khtml-border-radius:3px;
	border-radius:3px;
	border:1px #c5c8cc solid;
	margin-bottom: 12px;
}

.step-container .full-container textarea{
	width:100%;
	height:120px;
	outline:none;
	resize:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    -khtml-border-radius:3px;
	border:1px #c5c8cc solid;
	box-shadow:inset 0 0 4px #c5c8cc;
	margin-bottom: 12px;
}

.step-container .right-container .container-25{
	width:23%!important;
	float:left!important;
	margin-right:4%!important;
}

.step-container .right-container .container-75{
	width:73%!important;
	float:left!important;
	margin-right:0px!important;
}

.dealer-list{
	font-size:14px!important;
}

.dealer-list-a{
	color:#0076bd!important;
	text-decoration:none;
}


/**
 * Dealer Widgets
 * ----------------------------------------------------------------------------
 */


/*Sidebar Widget*/

.dealer-widget-sidebar{
 	width:100%;
 	height:205px;
 	margin-top:15px;
 	padding-top:39px;
 	padding-left:50px;
 	padding-right:20px;
 	clear: both;
 	/* -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
	background-image: -ms-linear-gradient(top, #F6B54F 0%, #EE7D22 100%);
	background-image: -moz-linear-gradient(top, #F6B54F 0%, #EE7D22 100%);
	background-image: -o-linear-gradient(top, #F6B54F 0%, #EE7D22 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F6B54F), color-stop(1, #EE7D22));
	background-image: -webkit-linear-gradient(top, #F6B54F 0%, #EE7D22 100%);
	background-image: linear-gradient(to bottom, #F6B54F 0%, #EE7D22 100%); */
	/*shadows*/
	/* -webkit-box-shadow: 0 2px 2px -2px #000000;
		-moz-box-shadow: 0 2px 2px -2px #000000;
    box-shadow: 0 2px 2px -2px #000000; */
    -webkit-box-shadow: 1px -1px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 1px -1px 10px rgba(0,0,0,.2);
    box-shadow: 1px -1px 10px rgba(0,0,0,.2);
    position:relative!important;
	bottom:auto!important;
	color:#333333;
	/* background-color: #f19423; */
    background-color: #ffffff;
    margin-bottom: 30px;
}

.dealer-widget-sidebar b{
	font-size:26px!important;
	font-weight:normal!important;
	font-family:'latobold'!important;
	-webkit-font-smoothing: antialiased;
    color: #0076bd;
}

.dealer-widget-sidebar .title{
	padding-top: 18px;
}

.dealer-widget-sidebar .text{
	margin:0 auto;
	margin-top:14px;
	margin-bottom:15px;
	font-family: 'latobold';
	font-size:16px!important;
	font-weight:normal!important;
	-webkit-font-smoothing: antialiased;
	line-height: 15px;
}

.dealer-widget-sidebar input[type="text"]{
	width:240px!important;
	height:50px!important;
	margin-left:0px!important;
	/* clear:both; */
	margin-top:10px;
	/* -webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; */
	background-color: #fff;
	/* -webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,.12);
	-moz-box-shadow: inset 0 2px 1px rgba(0,0,0,.12);
	box-shadow: inset 0 2px 1px rgba(0,0,0,.12); */
    box-shadow: none;
    border: solid 1px #cacaca;
    opacity: .6;
    text-align: left;
    padding-left: 10px;
    float: left;
    margin-right: 15px;
}

.dealer-widget-sidebar input[type="submit"]{
	width:209px!important;
	height:50px!important;
	margin-left:0px!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 7px rgba(0,0,0,.2);
	box-shadow: 0 2px 7px rgba(0,0,0,.2);
    background-image: -webkit-linear-gradient(top, rgba(243, 150, 3, 0.6), #f29400 100%, #fff);
    background-image: -moz-linear-gradient(top, rgba(243, 150, 3, 0.6), #f29400 100%, #fff);
    background-image: -o-linear-gradient(top, rgba(243, 150, 3, 0.6), #f29400 100%, #fff);
    background-image: linear-gradient(to bottom, rgba(243, 150, 3, 0.6), #f29400 100%, #fff);
	margin:0;
	border:0;
	color:#ffffff!important;
	font-family:'latobold'!important;
    margin-top:9px;
    text-transform: uppercase;
    float: left;
}

/*Top Widget*/

.dealer-widget-top{
	color:#FFFFFF;
}

.dealer-widget-top input[type="text"]{
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,.12);
	-moz-box-shadow: inset 0 2px 1px rgba(0,0,0,.12);
	box-shadow: inset 0 2px 1px rgba(0,0,0,.12);
	border: solid 1px #c5c8cc;
	text-align:center;
}

.current-image-caption{
	display:none;
}

.current-image-caption-big h1{
	color: #0076bd;
	margin-bottom: 0px;
	font-size: 31px!important;
	text-transform: uppercase;
	line-height: 20px;
	font-family:'latoblack'!important;
	position:relative;
}

.current-image-caption-big h2{
	color: #8ab5dd;
	margin-bottom: 0px;
	font-size: 43px;
	text-transform: uppercase;
	line-height: 26px;
	font-family: 'latoblack'!important;
	font-weight: normal;
	position:relative;

}

.current-image-caption-big h3{
	color: #8ab5dd;
	margin-bottom: 0px;
	font-size: 43px;
	text-transform: uppercase;
	line-height: 26px;
	font-family: 'latoblack'!important;
	font-weight: normal;
	position:relative;

}

.current-image-caption-big h3 span{
	width: 58px;
	height: 59px;
	background-image: url(images/butterfly.png);
	padding-right: 58px;
	padding-top: 126px;
	background-repeat: no-repeat;
	background-position: 94% 76%;
	overflow: auto;
}

.current-image-caption-big .current-image-text{
	display:none;
}

ul.haken {
	list-style-image: url(images/li_haken.png);
}

ul.haken li {
	line-height: 16px;
	padding-bottom: 4px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

.overlay .overlay-center {
    width: 100%;
    max-width: 960px;
    height: 100%;
    max-height: 540px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.overlay .overlay-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
}

.overlay .overlay-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.overlay .overlay-close .overlay-close-image {
    width: 30px;
    height: 30px;
    transition: all 0.25s ease-in-out;
}

.overlay .overlay-close .overlay-close-image:hover {
    transform: rotate(90deg);
}

.overlay .overlay-close a {
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
}

.stoerer-effizienz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 132px;
}

.stoerer-effizienz .wrapper {
	width: 100%;
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 132px;
}

.stoerer-effizienz .stoerer {
	position: absolute;
	right: 10px;
	top: 250px;
	width: 132px;
	height: 132px;
	background-image: url(images/storer_effizienz.svg);
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
	.current-image-caption{
		display:none;
	}

	.current-image-caption-big .current-image-text{
		display:block;
	}

	#wrapper {
		max-height: 392px;
		min-height:320px;
	}
	.navbar .logo{
		background-image:url(images/vitatherm_logo_v1.png);
		width: 200px;
		height:90px;
		z-index:10;
		position: absolute;
		background-color: #fff;
		-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.1);
		-moz-box-shadow: 0 2px 6px rgba(0,0,0,.1);
		box-shadow: 0 2px 6px rgba(0,0,0,.1);
		z-index: 104;
	}

	.navbar{
		margin: 0 auto;
		max-width:100%;
		width:100%;
		height:65px;
		/*line-height:71px;*/
		background-color:#fafafa;
		/*shadows*/
		-webkit-box-shadow: 0 2px 2px -1px #e2e7ed;
   		-moz-box-shadow: 0 2px 2px -1px #e2e7ed;
        box-shadow: 0 2px 2px -1px #e2e7ed;
	}

	.navbar .menu-toggle{
		display:none;
	}

	.dealer-widget-fixed{
		bottom: -50px;
		max-width:940px!important;
		width: 100%!important;
	}

	.dealer-widget-wrapper{
		max-width: 940px;
		margin: 0 auto;
		margin-top:30px;
	}

	.page-template-page-start-news-php .dealer-widget-top{
		padding-top:10px;
		height:120px;
	}

	.page-template-page-start-php .dealer-widget-top{
		padding-top:10px;
		height:120px;
	}

	.dealer-widget-startpage{
		padding-top:2px;
	}

	.dealer-widget-top{
	 	width:100%;
	 	height:54px;
	 	/* -moz-border-radius:3px;
	    -webkit-border-radius:3px;
	    -khtml-border-radius:3px;
	    border-radius:3px;
		zbackground-image: -ms-linear-gradient(top, #F6B54F 0%, #EE7D22 100%);
		background-image: -moz-linear-gradient(top, #F6B54F 0%, #EE7D22 100%);
		background-image: -o-linear-gradient(top, #F6B54F 0%, #EE7D22 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F6B54F), color-stop(1, #EE7D22));
		background-image: -webkit-linear-gradient(top, #F6B54F 0%, #EE7D22 100%);
		background-image: linear-gradient(to bottom, #F6B54F 0%, #EE7D22 100%); */
        /* -webkit-box-shadow: 0 2px 2px -2px #000000;
        -moz-box-shadow: 0 2px 2px -2px #000000;
        box-shadow: 0 2px 2px -2px #000000; */
        -webkit-box-shadow: 1px -1px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 1px -1px 10px rgba(0,0,0,.2);
        box-shadow: 1px -1px 10px rgba(0,0,0,.2);
	 	text-align:center;
	 	clear: both;
	 	vertical-align:middle;
	 	/* background-color: #f19423; */
        background-color: #ffffff;
	}

	.dealer-widget-top input{
		max-width:100px;
	}
	.dealer-widget-top .floater{
		margin-top:5px;
	}

	.dealer-widget-top b{
		color:#FFFFFF;
		font-family: 'latobold'!important;
		font-size:22px;
		font-weight:normal!important;
		-webkit-font-smoothing: antialiased;
	}

	.dealer-widget-top small{
		color:#FFFFFF;
		font-family:'latobold'!important;
		font-size:14px;
		font-weight:normal!important;
		-webkit-font-smoothing: antialiased;
	}

	.dealer-widget-top .wrapper{
		margin:auto;
	}

	.dealer-widget-top .title{
		float:left;
		line-height:57px;
		margin-right:7px;
	}

	.dealer-widget-top .text{
		float:left;
		line-height:57px;
	}

	.dealer-widget-top input[type="text"]{
		font-family:'latoregular'!important;
		font-size:14px;
		width: 84px;
		height: 29px;
		margin-left:7px;
		text-align:center;
	}

	.dealer-widget-top input[type="submit"]{
		font-family:'latobold'!important;
		width:104px;
		height:28px;
		color:#f29400!important;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background-color: #f3f3f3;
		-webkit-box-shadow: 0 2px 7px rgba(0,0,0,.2);
		-moz-box-shadow: 0 2px 7px rgba(0,0,0,.2);
		box-shadow: 0 2px 7px rgba(0,0,0,.2);
		background-image: -webkit-linear-gradient(top, #f3f3f3, #fff 49%, #f3f3f3);
		background-image: -moz-linear-gradient(top, #f3f3f3, #fff 49%, #f3f3f3);
		background-image: -o-linear-gradient(top, #f3f3f3, #fff 49%, #f3f3f3);
		background-image: linear-gradient(to bottom, #f3f3f3, #fff 49%, #f3f3f3);
		border:0;
	    margin-top:13px;
	    margin-left:10px;
	}

	.step-container .right-container{
		width:50%;
		float:left;
		padding-left:10px;
	}

	.step-container .left-container{
		width:50%;
		float:left;
		padding-right:10px;
	}
}

@media (max-width:768px) {
	.conten-site-waerme .vc_row-fluid [class*="vc_span"]{
		float: none!important;
		margin: 0 auto;
		width: 100%!important;
	}

	.waerme-sidebar-text{
		display:none!important;
	}
}

@media (width: 768px) {
	.prev img{
		left: 15px;
		top:37%;
	}

	.next img{
		left:auto;
		right: 15px;
		top:37%;
	}
}

@media (max-width: 767px) {
	.dealer-last{
		margin-bottom:10px!important;
	}
	#tertiary {
		margin-top: -30px!important;
	}
	.step-container{
		padding-bottom:26px!important;
	}

	.step-container .data-container{
		height:150px;
	}

	.step-container .require-field{
		text-align:right;
		margin-bottom:10px;
		margin-right:0px!important;
	}

	.bayern-map {
		display: none;
	}
	.step-container .title{
		font-size:18px;
	}

	.site-footer {
		background-image: url(images/footer_bg.png);
		height: 80px;
		color: #686758;
		font-size: 14px;
		line-height: 107px;
		text-align: center;
		overflow: hidden;
		padding-top:30px;
	}
	.prev img{
		left: 15px;
		top:35%;
	}

	.next img{
		left:auto;
		right: 15px;
		top:35%;
	}
	.text-left{
		margin-bottom:15px!important;
	}

	.vitatherm-text {
		margin-bottom:0px!important;
	}

	.vitatherm-row{
		margin-bottom:10px!important;
	}

	.vitatherm-row h1{
		margin-top:10px!important;
	}

	.vitatherm-row .wpb_content_element{
		margin-bottom:10px!important;
	}

	.home-title-row{
		margin-bottom:15px!important;
	}

	.home-title{
		margin-bottom:0px!important;
	}

	.vitatherm-icons{
		margin-bottom:0px!important;
	}

	.vitatherm-icons .wpb_column{
		margin-bottom:15px!important;
	}

	.current-image-caption{
		left:25px;
		margin-left:0px!important;
		width:auto!important;
		top:10px!important;
		left: 25px;
		margin-left: 0px!important;
		width: auto!important;
		top: 16px!important;
		position: relative;
		padding-bottom: 60px;
		min-height:170px!important;
	}

	#wrapper {
		width: 100%;
		max-height:auto!important;
		min-height:auto!important;
	}

	.caroufredsel_wrapper{
		min-height:auto!important;
	}

	.current-image-caption h1{
		font-size:15px!important;
		line-height:10px!important;
		text-align:left!important;

	}

	.current-image-caption h1 span{
		color: #0076bd!important;
	}

	.current-image-caption h2{
		font-size:28px!important;
		line-height:10px!important;
		text-align:left!important;
	}

	.current-image-caption h2 span{
		color:#8ab5dd!important;
	}

	.caption-container h2{
		font-size:20px!important;
		line-height:10px!important;
	}

	.current-image-caption h3{
		font-size:28px!important;
		line-height:10px!important;
		text-align:left!important;
	}

	.current-image-caption h3 span{
		color:#8ab5dd!important;
	}

	.main-navigation{
		min-height: 0px!important;
	}

	.step-container{
		font-size: 16px!important;
	}

	.caption-container{
		margin-top:20px;
		min-height:100px;
	}

	.bg-header-wrapper{
		padding-top:30px;
		min-height:0;
		padding-bottom:20px;
	}

	.caption-container .tsmall{
		font-size:22px!important;
		line-height:26px;
	}

	.caption-container .tbig{
		font-size:35px!important;
		line-height:38px;
	}

	.nav-menu li a {
		height: 35px;
		line-height:35px;
		font-family: 'latoregular'!important;
		font-size:16px!important;
		padding-left:5px!important;
	}

	/* Small menu */
	.mobile-header{
		height:87px;
		width:100%;
		-webkit-box-shadow: 0 5px 27px rgba(0,0,0,.09);
		-moz-box-shadow: 0 5px 27px rgba(0,0,0,.09);
		box-shadow: 0 5px 27px rgba(0,0,0,.09);
		background-image: -webkit-linear-gradient(bottom, #f3f3f3, #fff 49%, #f3f3f3);
		background-image: -moz-linear-gradient(bottom, #f3f3f3, #fff 49%, #f3f3f3);
		background-image: -o-linear-gradient(bottom, #f3f3f3, #fff 49%, #f3f3f3);
		background-image: linear-gradient(to top, #f3f3f3, #fff 49%, #f3f3f3);
	}

	.mobile-header .logo{
		width: 129px;
		height: 49px;
		background-image: url(images/logo_mobile.png);
		float: left;
		margin-top: 15px;
		margin-left:10px;
	}

	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		margin: 0;
		width:43px;
		height:39px;
		float: right;
		margin-right: 10px;
		background-image: url(images/mobile_more_closed.png);
		margin-top: 24px;
	}

	.toggled-on-menu .menu-toggle {
		background-image: url(images/mobile_more_open.png)!important;
	}

	#menu-main-menu{
		margin-top:5px;
		margin-bottom:5px
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #428bca;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		/*background-color: #428bca;
		color: #fff;*/
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

    footer.entry-meta {
        margin-top: 130px;
    }

    .home footer.entry-meta {
        margin-top: 0;
    }

    .dealer-widget-top b{
        display: none;
    }

	.home .dealer-widget-top b{
		font-size:20px!important;
		font-weight:normal!important;
		font-family:'latobold'!important;
        color: #0076bd;
        display: inline-block;
		margin-top:10px;
		-webkit-font-smoothing: antialiased;
	}

	.dealer-widget-top .title{
		padding-top: 18px;
	}

	.dealer-widget-top .text{
		width:234px;
		margin:0 auto;
	}

	.dealer-widget-top small{
		width:234px;
		margin:0 auto;
		font-family: 'latobold';
		font-size:16px!important;
		font-weight:normal!important;
        color: #333333;
		-webkit-font-smoothing: antialiased;
	}

	.home .dealer-widget-top input[type="text"], .dealer-widget-top input[type="text"]{
		width:234px!important;
		/* height:31px!important; */
		margin-left:0px!important;
		clear:both;
		margin-top:10px;
		/* -webkit-border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px; */
		background-color: #fff;
		/* -webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,.12);
		-moz-box-shadow: inset 0 2px 1px rgba(0,0,0,.12);
		box-shadow: inset 0 2px 1px rgba(0,0,0,.12); */
        box-shadow: none;
        border: solid 1px #cacaca;
        opacity: .6;
        text-align: left;
        padding-left: 10px;
        float: none;
	}

    .dealer-widget-top input[type="text"]:focus{
        opacity: 1;
    }

	.home .dealer-widget-top input[type="submit"], .dealer-widget-top input[type="submit"]{
		width:234px!important;
		/* height:28px!important; */
		margin-left:0px!important;
		clear:both;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background-color: #f3f3f3;
		-webkit-box-shadow: 0 2px 7px rgba(0,0,0,.2);
		-moz-box-shadow: 0 2px 7px rgba(0,0,0,.2);
		box-shadow: 0 2px 7px rgba(0,0,0,.2);
		background-image: -webkit-linear-gradient(top, rgba(243, 150, 3, 0.6), #f29400 100%, #fff);
		background-image: -moz-linear-gradient(top, rgba(243, 150, 3, 0.6), #f29400 100%, #fff);
		background-image: -o-linear-gradient(top, rgba(243, 150, 3, 0.6), #f29400 100%, #fff);
		background-image: linear-gradient(to bottom, rgba(243, 150, 3, 0.6), #f29400 100%, #fff);
		margin:0;
		border:0;
		color:#ffffff!important;
		font-family:'latobold'!important;
	    margin-top:10px;
        text-transform: uppercase;
        float:none;
	}

    .dealer-widget-top input[type="text"],.dealer-widget-top input[type="submit"]{
        width: 48% !important;
        float: left;
        clear: none;
        height: 40px !important;
        margin-left: 5px !important;
        font-size: 14px;
    }

	.home .dealer-widget-top, .dealer-widget-top{
	 	width:100%;
	 	height:200px;
	 	margin-top:26px;
	 	text-align:center;
	 	clear: both;
	 	/* -moz-border-radius:5px;
	    -webkit-border-radius:5px;
	    -khtml-border-radius:5px;
	    border-radius:5px;
		background-image: -ms-linear-gradient(top, #F6B54F 0%, #EE7D22 100%);
		background-image: -moz-linear-gradient(top, #F6B54F 0%, #EE7D22 100%);
		background-image: -o-linear-gradient(top, #F6B54F 0%, #EE7D22 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F6B54F), color-stop(1, #EE7D22));
		background-image: -webkit-linear-gradient(top, #F6B54F 0%, #EE7D22 100%);
		background-image: linear-gradient(to bottom, #F6B54F 0%, #EE7D22 100%); */
		/*shadows*/
		/* -webkit-box-shadow: 0 2px 2px -2px #000000;
   		-moz-box-shadow: 0 2px 2px -2px #000000;
        box-shadow: 0 2px 2px -2px #000000; */
        -webkit-box-shadow: 1px -1px 10px rgba(0,0,0,.2);
   		-moz-box-shadow: 1px -1px 10px rgba(0,0,0,.2);
        box-shadow: 1px -1px 10px rgba(0,0,0,.2);
        /* position:relative!important;
		bottom:auto!important; */
		/* background-color: #f19423; */
        background-color: #ffffff;
	}

    .dealer-widget-top {
        height: 130px;
        z-index: 999;
    }

	.page-template-page-start-php .dealer-widget-top{
		padding-top:10px;
	}

	.page-template-page-start-news-php .dealer-widget-top{
		padding-top:10px;
	}

	.step-container .right-container{
		width:100%!important;
		float:none!important;
		padding-left:0px!important;
	}

	.step-container .left-container{
		width:100%!important;
		float:none!important;
		padding-right:0px!important;
	}

    .dealer-widget-startpage {
        max-width: 300px;
        margin: 0 auto !important;
    }
}


@media (max-width: 959px) {
	.territory-wrapper{
		background:none;
	}

	.dealer-list-leftcontainer{
		width:100%;
		float:none;
		padding-left:0px;
	}

	.dealer-list-rightcontainer{
		width:100%;
		float:none;
		padding-right:0px;
	}

	.territory-wrapper li {
		width: 80px;
		margin-top:0px!important;
	}

	.territory-wrapper li img{
		width:65px!important;
	}

	.menu-main-menu-container{
		margin-left: 26px;
	}
	.prev {
		background-color:transparent;
		display: block;
		width: 10px;
		position: absolute;
		left:0px;
	}

	.next {
		background-color:transparent;
		display: block;
		width: 10px;
		position: absolute;
		right:0px;
	}

	.prev img{
		left: 15px;

	}

	.next img{
		left:auto;
		right: 15px;
	}

	.nav-menu li a{
		padding:0;
		margin:0;
		margin-right:8px!important;
		margin-top: 15px;
	}

	.dealer-widget-top input[type="text"]{
		width:60px;
		 margin-left:3px;
	}

	.dealer-widget-top input[type="submit"]{
		width:90px;
		 margin-left:3px;

	}
	#menu-main-menu li a{
		margin-right: 6px!important;
	}

}

@media (max-width:500px){
	.prev img{
		left: 15px;
		top:25%;
	}

	.next img{
		left:auto;
		right: 15px;
		top:25%;
	}
	.dealer-widget-startpage b{
		line-height:35px;
	}
}

@media (max-width:400px){
	.territory-wrapper li {
		width: 60px!important;
	}

	.territory-wrapper li img{
		width: 55px!important;
	}

	.prev img{
		left: 15px;
		top:18%;
	}

	.next img{
		left:auto;
		right: 15px;
		top:18%;
	}
	.dealer-widget-startpage b{
		line-height:35px;
	}
	.step-container-formItem{
    	padding-left:0px;
	}
}
/* sp */
@media(min-width:768px) {
    /**give spacing for the fixed banner to fit in layout**/
    .entry-content {
        margin-bottom: 80px;
    }
    .dealer-widget-fixed {
        max-width: none !important;
        left: 0;
    }
    .dealer-widget-fixed > div:nth-child(2) {
        max-width: 750px;
        margin: 0 auto;
        float: none;
    }
    .dealer-widget-fixed.dealer-widget-top {
        height: 74px;
        padding-top: 7px;
    }
    .dealer-widget-fixed.dealer-widget-top b{
        display: none;
    }

    .dealer-widget-fixed.dealer-widget-top small {
        color: #4f4f4f;
        font-size: 16px;
    }

    .dealer-widget-fixed.dealer-widget-top .text {
        width: 33%;
        line-height: normal;
        text-align: left;
        padding-top: 9px;
        padding-left: 10px;
    }

    .dealer-widget-fixed.dealer-widget-top input{
        max-width: none;
    }

    .dealer-widget-fixed.dealer-widget-top input[type="text"] {
        border-radius: 0;
        background-color: #fff;
        box-shadow: none;
        border: solid 1px #cacaca;
        opacity: .6;
        text-align: left;
        padding-left: 10px;
        float: none;
        height: 40px;
        width: 35%;
    }
    .dealer-widget-fixed.dealer-widget-top input[type="text"]:focus {
        opacity: 1;
    }
    .dealer-widget-fixed.dealer-widget-top input[type="submit"] {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #f3f3f3;
        -webkit-box-shadow: 0 2px 7px rgba(0,0,0,.2);
        -moz-box-shadow: 0 2px 7px rgba(0,0,0,.2);
        box-shadow: 0 2px 7px rgba(0,0,0,.2);
        background-image: -webkit-linear-gradient(top, rgba(243, 150, 3, 0.6), #f29400 100%, #fff);
        background-image: -moz-linear-gradient(top, rgba(243, 150, 3, 0.6), #f29400 100%, #fff);
        background-image: -o-linear-gradient(top, rgba(243, 150, 3, 0.6), #f29400 100%, #fff);
        background-image: linear-gradient(to bottom, rgba(243, 150, 3, 0.6), #f29400 100%, #fff);
        margin:0;
        border:0;
        color:#ffffff!important;
        font-family:'latobold'!important;
        margin-top:10px;
        text-transform: uppercase;
        float:none;
        height: 41px;
        width: 29%;
        margin-left: 10px;
    }
}

/**
 * FAQ
 */

/* Toggle / FAQ
---------------------------------------------------------- */

.omv-faq-row{
	margin-top:25px;
}

.omv-faq-row .wpb_row{
	margin-bottom:20px!important;
}

.wpb_toggle,
.vc_toggle,
#content h4.wpb_toggle {
	background: url(images/toggle_open.png) no-repeat 99% center!important;
	background-position-x:-10px;
	line-height: 30px;
	border-bottom: 1px solid #dee9f7;
	color: #0076bd!important;
	font-family: 'latoregular'!important;
	font-weight: normal!important;
	font-size: 18px!important;
	margin-bottom: 0px;
	min-height: 40px;
	padding-top: 5px;
	padding-left: 10px!important;
	padding-right: 30px;
	position:relative;
}

.vc_toggle_content {
    display: none;
    overflow: hidden;
    margin-top: 0px;
    padding: 0px 0px 0px 25px;
    margin-top: 1em;
    padding-bottom: 20px!important;
    border-bottom: 1px solid #dee9f7;
    margin-bottom: 0!important;
    color: #4f4f4f;
}

#content h4.wpb_toggle .faq-firstword{
	font-weight:normal;
	font-family: 'latoblack'!important;
	margin-right:3px;
	margin-right: 12px;
	position:absolute;
	left:5px;
	top: 6px;;
}

#content h4.wpb_toggle .faq-title{
	padding-left: 28px;
}

.wpb_toggle_title_active,
#content h4.wpb_toggle_title_active {
  background: url(images/toggle_closed.png) no-repeat 99% center!important;
  background-color:#e3ecf7!important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-top: 5px;
}

.vc_toggle_active .vc_toggle_title {
  background: url(images/toggle_closed.png) no-repeat 99% center!important;
  background-color:#e3ecf7!important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-top: 5px;
}
.vc_toggle_title i.vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    display: none !important;
}

.wpb_toggle, .vc_toggle, #content h4.wpb_toggle {
    background: none !important;
}

.wpb_toggle:hover {
  cursor: pointer;
}
.wpb_toggle_content {
  display: none;
  overflow: hidden;
  margin-top: 0px;
  padding: 0px 0px 0px 25px;
  margin-top: 1em;
  padding-bottom:20px!important;
  border-bottom: 1px solid #dee9f7;
  margin-bottom: 0!important;
  padding-left: 10px!important;
}

.wpb_toggle_content p{
	margin-left:28px;
}

.wpb_toggle_open {
  display: block;
  margin-top: 0px;
}

.bayern-haendler h2 {
	color: rgb(79, 79, 79);
	font-family: latobold;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.bayern-haendler {
	color: rgb(79, 79, 79);
	font-family: latoregular;
	font-size: 16px;
	line-height: 22px;
}

.bayern-haendler a{
	color: rgb(0, 118, 189);
	font-family: latoblack;
	font-size: 14px;
}
.bayern-haendler a:hover{
	text-decoration: underline;
}

.bayern-haendler .wpb_content_element {
	margin-bottom: 20px;
}

.bayern-haendler .panel-heading {
	padding:0;
	border: none;
	line-height: 22px;
	color: rgb(0, 118, 189);
	font-family: latoblack;
	font-size: 14px;

}

.bayern-haendler .panel-heading a {
	color: rgb(0, 118, 189);
}

.bayern-haendler .panel-body {
	padding: 0;
	line-height: 22px;
	border: none;
}

.bayern-haendler .panel {
	border: none;
	box-shadow: none;
}

.bayern-haendler .panel-default>.panel-heading {
	border: none;
	background: none;
		box-shadow: none;

}

.bayern-haendler .panel-group .panel-heading+.panel-collapse .panel-body {
	border: none;
}

.bayern-haendler .panel-group {
	margin-top: -7px;
}

.bayern-map {
	margin-bottom: 15px !important;
}

.bayern-map .fluid-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.bayern-map .fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        border: none;
}

.imgbg{
	width:120%;
	margin-left:-10%;
}

@media (max-width:400px){
	.imgbg{
		width:220%;
		margin-left:-55%;
	}
}

.no-bg{
	background:none;
	margin-top:-4px;
}

.bg-container-fix{
	margin-top: -5px;
	max-width:100%!important;
	width:100%!important;
}

@media (max-width:768px){
	.no-bg{
		background:none;
		margin-top:-20px;
	}

	.bg-container-fix{
		margin-top: -12px;
		max-width:100%!important;
		width:100%!important;
	}
}
.navigation.mobile-header::after {
	content: url(images/globe_ohne_text.svg);
	display: inline-block;
    width: 72px;
    height: auto;
    position: absolute;
    top: 29px;
    right: 70px;
}
.klimalogo-link-mobile {
    display: inline-block;
    width: 72px;
    height: 37px;
    position: absolute;
    top: 29px;
    right: 70px;
	  z-index:9;
}
.klimalogo-link-desktop {
	display:none;
}
@media(min-width:768px) {
	.navigation.mobile-header::after {
		display: none;
	}
	.menu-main-menu-container::after {
		content: url(images/globe_ohne_text.svg);
		display: inline-block;
		width: 100px;
		height: 50px;
		position: absolute;
		top: 11px;
		right: 10px;
	}
	.klimalogo-link-mobile {
		display:none;
	}
	.klimalogo-link-desktop {
		display: inline-block;
		width: 100px;
		height: 50px;
		position: absolute;
		top: 11px;
		right: 10px;
		z-index: 9;
	}
}
