/*
Theme Name: Camping Grabe
Author: SoKo
Author URI: http://nightcode.net
Description: Theme for Camping Grabe - 99974 Ammern
Version: 1.0
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


html {
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
	margin: 0;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

tr {
	border-bottom: 3px solid #c80019;
}
tr td{
	padding: 5px;
}

table h1 {
	margin-bottom: 15px;
	margin-top: 15px;
}

@media screen and (max-width: 600px) {
	table {width:100%;}
	thead {display: none;}
	tr:nth-of-type(2n) {background-color: inherit;}
	tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}
	tbody td {display: block;  text-align:center;}
	tbody td:before {
		content: attr(data-th);
		display: block;
		text-align:center;
	}
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #444;
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 400;
	line-height: 1.2;
	font-family: 'Source Sans Pro', sans-serif;
}

h1{
	font-size: 28px;
	margin-bottom: 15px;
}

h2{
	font-size: 26px;
	margin-bottom: 15px;
}

h3{
	font-size: 24px;
	margin-bottom: 15px;
}

h4{
	font-size: 22px;
	margin-bottom: 10px;
}

h5{
	font-size: 20px;
	margin-bottom: 10px;
}

h6{
	font-size: 18px;
	margin-bottom: 10px;
}
p {
	margin: 0 0 2px 0;
    width: 100%!important;
    word-wrap: break-word;
    word-break: break-word;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 15px;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eee;
	font-family: 'Source Sans Pro', sans-serif;

	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 15px;
	max-width: 100%;
	overflow: auto;
	padding: 15px;
}

code,
kbd,
tt,
var {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul,
ol {
	margin: 0 0 15px 20px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

table {
	margin: 0 0 15px;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #c80019;
	padding: 0 20px;
	color: #FFF;
	line-height: 30px;
	height: 36px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

button:hover{
	border: 1px solid #c80019;
	background: #dddddd;
	color: #c80019;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"]{
	color: #404040;
	border: 1px solid #CCC;
	vertical-align: middle;
	padding: 6px 10px;
	/* height: 32px; */
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

select {
	border: 1px solid #ccc;
	padding: 3px;
	height: 36px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: 0;
	border: 1px solid #c80019;
}

select:focus{
	outline: 0;
}

textarea {
	padding: 3px 10px;
	width: 100%;
	color: #404040;
	border: 1px solid #CCC;
}
.site-search{
	float: right;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #c80019;
	text-decoration: none;
}

a:visited {
	color: #c80019;
}

a:hover,
a:focus,
a:active {
	color: #c80019;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.hs-clearfix:before,
.hs-clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-footer:before,
.site-footer:after,
.hs-container:before,
.hs-container:after {
	content: "";
	display: table;
}

.hs-clearfix:after,
.entry-content:after,
.comment-content:after,
.site-footer:after,
.hs-container:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.description_text{
	padding: 15px;
	background: #ffffff;
	text-align: center;
	border-bottom: 2px solid #c80019;
}
.description_text_triangle{
	position: relative;
	margin: 0 auto;
	width: 100px;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 20px solid #c80019;
	margin-bottom: 20px;
}
.widget-area{
	background: #f9f9f9;
	margin: 0 auto;
	padding: 20px;
	box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 1;
}

.widget {
	margin: 0 0 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}
.search-submit {
	top: 2px;
	position: relative;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 30px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	
}

.page-links {
	clear: both;
	margin: 0 0 15px;
}

#primary{
	width: 74%;
	float: right;
}
#primary-full{
	width: 100%;
	float: left;
}
#secondary{
	width: 24%;
	float: left;
}

.hs_no_sidebar #primary{
	width: auto;
	float: none;
}

.hs_no_sidebar_condensed #primary{
	width: 70%;
	float: none;
	margin: 0 auto;
}

.hs_left_sidebar #primary{
	float: right;
}

.hs_left_sidebar #secondary{
	float: left;
}

.hs-post-info{
	float: left;
	width: 75px;
	background: #c80019;
	color: #FFF;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
}

.hs-post-info .entry-date{
	display: block;
	padding: 10px 0;
}

.hs-post-info .entry-date span{
	display: block;
	text-transform: uppercase;
}

.hs-post-info .entry-date span.hs-day{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}

.hs-post-info a{
	display: block;
	background: #EEE;
	color: #333;
	text-decoration: none;
	line-height: 1.4;
	padding: 8px 10px;
	text-transform: uppercase;
}

.hs-post-info a span{
	display: block;
	font-size: 11px;
}

.hs-post-wrapper{
	padding-left: 100px;
}

.post-list {
	margin: 0 0 30px;
	width: 32%;
	float: left;
	margin-right: 1%;
	background: #fff;
	padding: 10px;
	max-height: 350px;
	overflow: hidden;
}

.post-list:nth-child(4n+5) {
	margin-right: 0;
}

.entry-figure{
	background: #F6F6F6;
	text-align: center;
	margin-bottom: 15px;
}

.entry-header .entry-title{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.entry-figure + .entry-header{
	background: rgba(255, 255, 255, 0.75);
	position: relative;
	margin-top: -75px;
	width: 90%;
	padding: 13px 0 5px 5px;
}

.entry-header .entry-title:first-letter{
	color: #c80019;
}
.entry-header{
	margin-bottom: 20px;
}
.entry-header .entry-title a{
	text-decoration: none;
	color: #333;
}

.entry-categories{
	font-size: 13px;
	color: #666;
	font-style: italic;
	margin-bottom: 15px;
}

.entry-categories .fa{
	color: #c80019;
	margin-right: 5px;
}

.entry-categories a{
	color: #666;
	text-decoration: none; 
}

.taxonomy-description p:last-child{
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.widget-area .widget-title{
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 22px;
	line-height: 1;
	text-transform: uppercase;
}

.widget-area .widget-title:after{
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #c80019;
	height: 2px;
}

.widget-area ul{
	list-style: none;
	padding: 15px;
	margin: 0;
	background: #fff;}

.widget-area ul ul{
	border-top: 1px solid #F6F6F6;
	margin-top: 5px;
}

.widget-area ul ul li{
	padding-left: 10px;
}

.widget-areaul ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

.widget-area li{
	padding: 5px 0;
	border-bottom: 1px solid #F6F6F6;
}

.widget-area a{
	text-decoration: none;
	color: #404040;
}

.widget-area a:hover{
	color: #c80019
}

.widget-area .widget{
	margin-bottom: 25px;
}





/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.author-email-url{
	margin-left: -2%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
	float: left;
	margin-left: 2%;
	width: 31.33333%;
}

.author-email-url input{
	width: 100%;
}

.comment-form .form-submit{
	margin-bottom: 0
}

#comments{
	background-color: #F6F6F6;
	padding: 30px;
}

h3#reply-title,
h3.comments-title{
	position: relative;
	padding-bottom: 15px;
}

h3#reply-title:after,
h3.comments-title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 30px;
    background: #c80019;
    height: 2px;
}

.logged-in-as,
.comment-notes{
	font-size: 13px;
}

#comments ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments li.comment{
	margin: 0 0 20px;
}

#comments li.comment .children{
	display: block;
    margin: 20px 0 0 30px;
    padding: 0px;
    list-style: none;
}

article.comment-body {
    background: #fff;
    margin: 0px;
    padding: 15px;
    position: relative;
}

.comment-list a{
	color: #404040;
}

.comment-list a:hover{
	color: #c80019 !important;
}

.comment-list .comment-respond{
	margin-top: 20px;
	background: #FFF;
	padding: 20px;
}


.comment-list .vcard img {
	border-radius: 50%;
	margin-right: 10px;
}

.comment-list .vcard .fn{
	font-weight: normal;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}

.comment-list .edit-link{
	position: absolute;
	right: 0;
	top: 0;
}

.comment-list .edit-link a{
	font-size: 13px;
	display: inline-block;
	padding: 10px;
}

.comment-list .comment-meta {
	margin-bottom: 15px;
} 

.comment-list .comment-metadata {
	border-top: 1px solid #EEE;
	padding-top: 10px;
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
}

.comment-list .comment-metadata a {
	float: left;
}

.comment-list .comment-metadata .reply {
	float: right;
}

#cancel-comment-reply-link {
	float: right;
}

.nav-previous a,
.nav-next a{
	background: #c80019;
	color: #FFF;
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	line-height: 22px;
	position: relative;
}

.nav-next a{
	margin-right: 13px;
}

.nav-next a:after{
	content: "";
	position: absolute;
	border-left: 11px solid #c80019;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	right: -11px;
}

.nav-previous a{
	margin-left: 11px;
}

.nav-previous a:after{
	content: "";
	position: absolute;
	border-right: 11px solid #c80019;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	left: -11px;
}

.no-comments{
	color: #c80019;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	border: none;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 15px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	position: relative;
	z-index: 1;
	margin: 0 1% 2% 1%;
	border: 1px solid #ccc;
	background: #ffffff;
}

.gallery-item:hover img {
	opacity: 0.7;
}

.gallery-item img{
	max-width: 100%;
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.gallery-item .gallery-icon{
	display: block;
	padding: 10px;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
}

.gallery-columns-3 .gallery-item {
	max-width: 31.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 22%;
}

.gallery-columns-5 .gallery-item {
	max-width: 16%;
}

.gallery-columns-6 .gallery-item {
	max-width: 11.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 8.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 5.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 3.11%;
}

.gallery-caption {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	display: -webkit-box;
	max-width: 100%;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.hs-container{
	max-width: 1400px;
	margin: 0 auto;
}
.top_bg{
	position: absolute;
	height: 100%;
	max-height: 1200px;
	width: 100%;
	z-index: -1;
	overflow: hidden;
}
.bg_top_left{
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	position: relative;
}
.bg_top_left img{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 321px;
	background-color: #ffffff;
}
.bg_top_middle{
    max-width: 1400px;
	width: 40%;
}
.bg_top_right{
	height: 100%;
	width: 100%;
	background-color: #f5f5f5;
	overflow: hidden;
}
.bg_top_right img{
	position: absolute;
	right: 0;
	top: 0;
	width: 900px;
	background-color: #ffffff;
}
/*  SECTIONS  */

.bg_top {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.bg_top_col {
	display: block;
	float:left;
	margin: 0 0 1% 0%;
}
.bg_top_col:first-child { margin-left: 0; }

/*  GROUPING  */
.bg_top_group:before,
.bg_top_group:after { content:""; display:table; }
.bg_top_group:after { clear:both;}
.bg_top_group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.bg_top_span_3_of_3 { width: 100%; }
.bg_top_span_2_of_3 { width: 66.66%; }
.bg_top_span_1_of_3 { width: 33.33%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.bg_top_col {  margin: 1% 0 1% 0%; }
	.bg_top_span_3_of_3, .bg_top_span_2_of_3, .bg_top_span_1_of_3 { width: 100%; }
}





/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#hs-masthead{
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 0;
	height: 82px;
	transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
}

.home.blog #hs-masthead{
	margin-bottom: 30px;
}

#hs-masthead{
	position: fixed;
	background: none;
	box-shadow:none;
}

#hs-masthead.fadeInDown{
	background: #ffffff;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	min-height: 100px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#hs-masthead.hs-white.fadeInDown{
	background: rgba(255,255,255,0.95);
}

#hs-site-branding{
	float: left;
	width: 17%;
	padding: 20px 0 0 20px;
	text-align: left;
}

#hs-site-branding img{
	width: auto;
} 

.hs-main-header{
	background: no-repeat center;
	max-height: 300px;
	height: 100%;
    margin-bottom: 30px;
    position: relative;
	margin-top: 120px;
}

.hs-main-header:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(images/overlay_ecke.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	max-width: 1400px;
	margin: 0 auto;
}

.hs-main-header > .hs-container{
	position: relative;
	z-index: 9;
}

.hs-main-title{
	margin: 0 0 30px 0;
	padding-left: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #444;
	text-align: left;
	font-size: 30px;
	letter-spacing: 1px;
	border-bottom: 2px solid #c80019;
	padding-bottom: 5px;
}

.hs-main-title-max{
	max-width: 600px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding: 40px 0 40px 40px;
	word-break: break-word;
}


.hs-main-title-max:after {
	content: "";
	position: absolute;
	border-top: 2px solid #c80019;
	width: 90px;
	left: -65px;
	top: 50%;
	-webkit-transform: rotate(-75deg);
	-ms-transform: rotate(-75deg);
	-o-transform: rotate(-75deg);
	transform: translateZ(1px) rotate(-75deg);
	transform-origin: 50% 50%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}


.text-left{
	text-align: left;
}
.hs-main-bread-wrap{
	margin: 35px auto 20px auto;
}
.hs-site-title{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	margin: 0 0 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 1.2;
}
.hs-main-title-wrap{
	margin: 0 auto;
}
.hs-site-title a{
	text-decoration: none;
	color: #FFF;
	display: inline-block;
}

.hs-white.fadeInDown .hs-site-title a{
	color: #333;
}

.hs-site-title a:first-letter{
	color: #c80019
}

.hs-site-description{
	color: #EEE;
	margin: 0;
	font-size: 13px;
	font-style: italic;
	line-height: 1;
}

.hs-white.fadeInDown .hs-site-description{
	color: #666
}

.hs-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
	text-align: left;
	font-size: 18px;
	color: #8a8a8a;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

.hs-breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a{
	color: #8a8a8a;
}

.hs-breadcrumbs .current,
.hs-breadcrumbs a:hover,
.woocommerce .woocommerce-breadcrumb a:hover{
	color: #c80019;
}
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.hs-section{
	padding: 60px 0;
}

.hs-section-title{
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 0.9em;
	max-width: 90%;
	margin: 0 auto 50px;
}

.hs-section-tagline{
	text-align: left;
	max-width: 600px;
	margin: -30px auto 50px;
	font-size: 16px;
}
.content-area{
	background: #f9f9f9;
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px;
	box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 1;
}
.header-image{
	max-width: 1400px;
	width: 100%;
	height: 600px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	top: 110px;
	margin:0 auto 110px auto;
}
.hs-main-header-inner{
	top: 50%;
	position: absolute!important;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.7);
	padding: 20px 10px 0 10px;
	max-width: 800px;
	text-align: center;
}
.hs-main-header-inner h1{
	text-align: center;
	font-size: 42px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#hs-site-navigation{
	float: right;
	width: 83%;
	padding: 32px 32px 32px 0;
}

.hs-main-navigation .hs-menu{
	float: right;
}

.hs-main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.hs-main-navigation li {
	float: left;
	position: relative;
}

.hs-main-navigation a {
	display: block;
	text-decoration: none;
	color: #444;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
	position: relative;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.page-template-home-template .hs-white.fadeInDown .hs-menu > ul > li > a{
	color: #111;
}

.hs-main-navigation ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100% ;
	background: #fff;
	min-width: 200px;
}

.hs-main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.hs-main-navigation ul ul a {
	text-transform: none;
	font-weight: 400;
	color: #444;
	line-height: 1.5;
	padding: 10px 15px;
	font-size: 14px;
}
.hs-main-navigation ul ul a:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: 12px;
	border-bottom: 1px solid #c80019;
	right: 0px;
	width: 24px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transform: rotate(-75deg);
	transform-origin: 0% 0%;
	opacity: 0;
}
.hs-main-navigation ul ul a:after:hover {
	opacity: 0.8;
}
.hs-main-navigation ul ul li {
	float: none;
	border-bottom: 1px solid #F0F0F0;
}

.hs-main-navigation ul ul li:last-child{
	border-bottom: 0;
}

.hs-main-navigation li:hover > a{
	color: #c80019;
}

.hs-main-navigation ul li:hover > ul {
	display: block;
}

.hs-main-navigation .current_page_item > a,
.hs-main-navigation .current-menu-item > a,
.hs-main-navigation .current_page_ancestor > a {
	color: #c80019;
}

.hs-menu > ul > li > a:after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: 12px;
	border-bottom: 1px solid #c80019;
	right: -17px;
	width: 24px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transform: rotate(-75deg);
	transform-origin: 0% 0%;
	opacity: 0;
}

.hs-menu > ul > li:hover > a:after,
.hs-main-navigation .current_page_item > a:after,
.hs-main-navigation .current-menu-item > a:after,
.hs-main-navigation .current_page_ancestor > a:after {
	opacity: 0.8;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 15px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.pagination .nav-links{
	text-align: center;
}

.pagination .nav-links a,
.pagination .nav-links span{
	display: inline-block;
	background: #c80019;
	padding: 10px;
	color: #FFF;
	line-height: 1;
	margin: 0 2px;
}

.pagination .nav-links a:hover,
.pagination .nav-links span.current{
	background: #000;
}
/*--------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/


#hs-home-slider-section{
	min-height: 100px;
	padding-top: 120px;
}

.hs-slide{
	position: relative;
}

.hs-slide img{
	width: 100%;
	transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.hs-slider-image{
	max-width: 1440px;
	width: 100%;
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hs-slide-overlay{
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(images/overlay_ecke.png);
	z-index: 9;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.hs-slide-caption{
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	max-width: 1000px;
	text-align: center;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.43);
	padding: 20px;
}

.hs-slide-cap-title{
	font-size: 50px;
	line-height: 50px;
	color: #444;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: none;
	text-shadow: rgba(0, 0, 0, 0.3) 0 0 30px;
	letter-spacing: 0.05em;
}

.hs-slide-cap-desc{
	text-align: center;
	font-size: 25px;
	color: #444;
	font-weight: 500;
	padding: 0 5%;
	font-family: 'Source Sans Pro', sans-serif;
}

#hs-home-slider-section .bx-wrapper .bx-controls-direction a{
	height: 60px;
    width: 42px;
	margin-top: -20px;
	opacity: 0.6;
	background-color: rgba(255,255,255,0.2);
	border-radius: 1px
}

#hs-home-slider-section .bx-wrapper .bx-controls-direction a:hover{
	opacity: 1;
}

#hs-home-slider-section .bx-wrapper .bx-prev{
	background: url(images/prev.png) no-repeat center;
	left: 20px;
}

#hs-home-slider-section .bx-wrapper .bx-next{
	background: url(images/next.png) no-repeat center;
	right: 20px;
}
.slider-read-more{
	padding: 20px 0;
}
/*--------------------------------------------------------------
## About Section
--------------------------------------------------------------*/
#hs-about-us-section{

}

.hs-about-sec{
	width: 90%;
	float: left;
}

.hs-about-sec h2.hs-section-title{
	text-align: left;
	max-width: 100%;
	float: left;
}
.hs-about-sec div p{
	font-size: 24px;
}
.hs-progress{
	margin-bottom: 20px;
}
.section_title_max{
	 max-width: 600px;
	 text-align: left;
	position: relative;
}
.section_title_max:after{
	content: "";
	position: absolute;
	border-top: 2px solid #c80019;
	width: 140px;
	left:-100px;
	top:115px;
	-webkit-transform: rotate(-75deg);
	-ms-transform: rotate(-75deg);
	-o-transform: rotate(-75deg);
	transform: translateZ(1px) rotate(-75deg);
	transform-origin: 0% 0%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}


.hs-progress:last-child{
	margin-bottom: 0;
}

.hs-progress h6{
	font-weight: 500;
	font-size: 16px;
}

.hs-progress-bar-sec{
	width: 49%;
	float: right;
}

.hs-progress-bar{
	background: #FFF;
	height: 20px;
	width: 100%;
	max-width: 600px;
	position: relative;
	line-height: 20px;
	color: #FFF;
	font-size: 13px;
}

.hs-progress-bar-length{
	background: #c80019;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	text-align: right;
	padding-right: 20px;
	width: 0;
	visibility: hidden;
	-moz-transition: width 1s ease-out;
	-webkit-transition: width 1s ease-out;
	transition: width 1s ease-out;
}

/*--------------------------------------------------------------
## Featured Section
--------------------------------------------------------------*/
#hs-featured-post-section{
	background: #f9f9f9;
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px;
	box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 1;
}

.hs-featured-post-wrap{
	width: 100%;
}


.hs-featured-post{
	float: left;
	margin: 0 1% 1% 1%;
	width: 23%;
	padding: 40px;
	text-align: center;
	background: #f4f4f4;
	min-height: 315px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hs-featured-post:hover {
	color: #1a1a1a;
	border:1px solid #c80019;
	box-shadow: inset 0 0 50px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hs-featured-post h2{
	text-transform: uppercase;
}

.hs-featured-post h2 a{
	color: inherit;
}


.hs-featured-icon{
	margin: 0 auto;
	position: relative;
	display: inline-block;
	color: #c80019;
	font-size: 100px;
}


/*--------------------------------------------------------------
## Featured TOP Section
--------------------------------------------------------------*/
#hs-featured-top-post-section{
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	z-index: 1;
	margin-top: -170px;
}

.hs-featured-top-post-wrap{
	margin-left: -2%;
}


.hs-featured-top-post{
	float: left;
	margin-left: 2%;
	width: 22.3%;
	padding: 10px 40px;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	overflow: hidden;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hs-featured-top-post:hover {
	color: #1a1a1a;
	border:1px solid #ffffff;
	box-shadow: 0 0 20px 2px rgba(200, 0, 25, 0.7);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hs-featured-top-post h2{
	text-transform: uppercase;
}

.hs-featured-top-post h2 a{
	color: inherit;
}


.hs-featured-top-icon{
	margin: 0 auto;
	position: relative;
	display: inline-block;
	color: #c80019;
	font-size: 30px;
}

/*.hs-featured-top-icon:before {
	content: "";
    border-bottom: 25px solid #c80019;
    border-left: 40px solid rgba(0, 0, 0, 0);
    border-right: 40px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: -25px;
}

.hs-featured-top-icon:after {
	content: "";
    border-top: 25px solid #c80019;
    border-left: 40px solid rgba(0, 0, 0, 0);
    border-right: 40px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    bottom: -25px;
}*/

/*--------------------------------------------------------------
## Portfolio Section
--------------------------------------------------------------*/
.hs-portfolio-cat-name-list{
	text-align: center;
	margin-bottom: 30px;
}

.hs-portfolio-cat-name{
	cursor: pointer;
	display: inline-block;
	border:1px solid #c80019;
	padding: 3px 15px;
	margin: 0 5px;
	position: relative;
	border-radius: 30px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.hs-portfolio-cat-name:hover, 
.hs-portfolio-cat-name.active{
	background: #c80019;
	color: #FFF;
}

.hs-portfolio-cat-name:after, 
.hs-portfolio-cat-name.active:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	opacity: 0;
	border-color: #c80019 transparent transparent transparent;
	border-width: 8px 10px 0px 10px;
	border-style: solid;
	margin-left: -10px;
	
}

.hs-portfolio-cat-name:hover:after, 
.hs-portfolio-cat-name.active:after{
	bottom: -8px;
	opacity: 1;
	transition:all 0.3s ease-in-out 0.2s;
	-moz-transition:all 0.3s ease-in-out 0.2s;
	-webkit-transition:all 0.3s ease-in-out 0.2s;
}

.hs-portfolio-post-wrap{
	width: 96%;
	max-width: 1400px;
	margin: 0 auto;
}

.hs-portfolio{
	width: 50%;
	float: left;
	overflow: hidden;

}

.hs-portfolio-inner{
	position: relative;
	margin: 10px;
	overflow: hidden;
	max-height: 400px;
}

.hs-portfolio-caption{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30%;
	top: 30%;
	background: rgba(1, 1, 1, 0.3);
	text-align: center;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.hs-portfolio:hover .hs-portfolio-caption{
	bottom: 0;
	top: 0;
	background: rgba(1, 1, 1, 0.5);
}
.hs-portfolio-caption p {
	width: 70%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	opacity: 0;
	font-size: 24px;
	color: #ffffff;
	-webkit-transform: translateY(-20%) scale(0.7);
	transform: translateY(-20%) scale(0.7);
}
.hs-portfolio-caption:hover p,
.hs-portfolio-caption.hover p {
	opacity: 1;
	-webkit-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1);
}

.hs-portfolio-caption h4{
	color: #FFF;
	font-weight: 700;
	font-size: 50px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 1em;
	top: 0;
	width: 50%;
	margin: 5% auto 5% auto;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.hs-portfolio:hover .hs-portfolio-caption h4{
	bottom: 10%;
}

.hs-portfolio img{
	transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	width: 100%;
}

.hs-portfolio:hover img{
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
}


/*--------------------------------------------------------------
## Car Search Section
--------------------------------------------------------------*/

.vehicle-search-site{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

#hs-service-post-section{
	position: relative;
	padding: 30px 0;
	background: #F5F5F5;
	min-height: 700px;
	margin-top: -100px;
}

.hs-service-left-bg{
	position: absolute;
	bottom: 0;
	right: 0;
	margin-left: 50%;
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	max-height: 600px;
	height: 100%;
	width: 50%;
}

.hs-service-posts{
	float: left;
	width: 50%;
	padding-left: 40px;
	position: relative;
	padding-top: 165px;
	z-index:99;
}

.hs-service-posts .hs-section-title,
.hs-service-posts .hs-section-tagline{
	max-width: 100%;
	text-align: left;
}

.hs-service-post{
	margin-bottom: 25px;
}

.hs-service-icon{
	float: left;
	font-size: 46px;
	color: #c80019;
	width: 60px;
	text-align: center;
}

.hs-service-icon .fa{
	vertical-align: top;
	margin-top: 5px;
}

.hs-service-excerpt{
	padding-left: 80px;
	padding-right: 20px;
}

.hs-service-excerpt h6{
	font-weight: 500;
	margin-bottom: 6px;
}

.hs-service-excerpt h6 a{
	color: inherit;
}

.hs-service-excerpt h6 a:hover {
	color: #c80019;
}
.hs-service-search-form{
	width: 100%;
	min-height: 300px;
	background: #ffffff;
	padding: 20px;
	box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.15);
	position: relative;
}

.hs-service-search-form h2:after {
	content: "";
	position: absolute;
	border-top: 2px solid #c80019;
	width: 60px;
	left: 65%;
	top: 74px;
	transform: rotate(-75deg);
	transform-origin: 0% 0%;
}
/*  SECTIONS  */
.hs-service-section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.hs-service-col {
	display: block;
	float:left;
	margin: 1% 0 1% 6%;
}
.hs-service-col:first-child { margin-left: 0; }
/*  GROUPING  */
.hs-service-group:before,
.hs-service-group:after { content:""; display:table; }
.hs-service-group:after { clear:both;}
.hs-service-group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.hs-service-span_2_of_2 {
	width: 100%;
}
.hs-service-span_1_of_2 {
	width: 47%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.hs-service-col {
		margin: 1% 0 1% 0%;
	}
}
@media only screen and (max-width: 480px) {
	.hs-service-span_2_of_2, .hs-service-span_1_of_2 { width: 100%; }
}
.hs-service-select{
	width: 100%;
	margin-bottom: 10px;
}
.hs-service-label{
	width: 100%;
	font-size: 20px;
}

/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/
#hs-team-section{
	background: #f5f5f5;
	padding-bottom: 150px;
}

.hs-team-member-wrap{
	margin-left: -2%;
	text-align: center;
}

.hs-team-member{
	width: 25.333%;
	margin-left: 8%;
	display: inline-block;
	float: left;
	text-align: center;
	background: #fff;
	margin-bottom: 50px;
	min-height: 410px;
        max-height: 490px;
	box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.15);
}
.hs-team-member-content-wrap{
	background: #ffffff;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 20px;
}
/*Down-right pointing*/
.triangle-down-right {
	width: 100%;
	height: 0;
	padding-top: 13%;
	overflow: hidden;
	position: relative;
	margin-top: -47px;
}
.triangle-down-right:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: -500px;
	border-top: 500px solid transparent;
	border-right: 4000px solid #ffffff;
}

.hs-team-member-image{
	position: relative;
	overflow: hidden;
	height: 290px;
	width: calc(100% - 40px);
	margin: 20px auto 0 auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.hs-team-social-id{
	left:10%;
	width: 80%;
	bottom: 0;
	padding: 10px;
	background: #FFF;
}

.hs-team-social-id a{
	display: inline-block;
	color: #c80019;
	margin: 0 10px;
	font-size: 16px;
	line-height: 1;
}

.hs-team-member-excerpt{
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	padding: 30px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	color: #FFF !important;
}

.hs-team-member:hover .hs-team-member-excerpt{
	left: 0%;
}

.hs-team-member-excerpt-wrap{
	display: table;
	width: 100%;
	height: 100%;
}

.hs-team-member-excerpt-wrap span{
	display: table-cell;
	vertical-align: middle;
}

.hs-team-member h6{
	text-align: left;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	padding-bottom: 10px;
}

.hs-team-member h6 a{
	text-decoration: none;
	color: inherit;
}

.hs-team-member h6 a:hover{
	color: #c80019;
}

.hs-team-member h6:after{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	height: 2px;
	background: #c80019;
	bottom: -2px;
}
.hs-team-designation{
	text-align: left;
}
.hs-team-kontakt-btn{
	margin: 30px auto;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
}


/*--------------------------------------------------------------
## Team WIDGET
--------------------------------------------------------------*/
.hs-team-widget{
	width: 100%;
	margin: 0 0 20px 0;
	float: left;
}
.hs-team-widget-content-wrap{
	background: #ffffff;
	width: 100%;
	position: relative;
	padding: 20px;
	text-align:center;
	float: left;
}
/*Down-right pointing*/

.hs-team-widget-image{
	position: relative;
	overflow: hidden;
	padding: 20px;
	background: #fff;
}

/*Down-right pointing*/
.triangle-tw-down-right {
	width: 100%;
	height: 0;
	padding-top: 15%;
	overflow: hidden;
	position: relative;
	margin-top: -65px;
}
.triangle-tw-down-right:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: -500px;
	border-top: 500px solid transparent;
	border-right: 4000px solid #ffffff;
}


.hs-team-social-id{
	left:10%;
	width: 80%;
	bottom: 0;
	padding: 10px;
	background: #FFF;
}

.hs-team-social-id a{
	display: inline-block;
	color: #c80019;
	margin: 0 10px;
	font-size: 16px;
	line-height: 1;
}

.hs-team-widget-excerpt{
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	bottom: 0;
	background: rgba(255, 255, 255, 0.15);
	color: #FFF;
	padding: 30px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	color: #FFF !important;
}

.hs-team-widget:hover .hs-team-widget-excerpt{
	left: 0%;
}

.hs-team-widget-excerpt-wrap{
	display: table;
	width: 100%;
	height: 100%;
}

.hs-team-widget-excerpt-wrap span{
	display: table-cell;
	vertical-align: middle;
}

.hs-team-widget h6{
	text-align: left;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	padding-bottom: 10px;
}

.hs-team-widget h6:after{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	height: 2px;
	background: #c80019;
	bottom: -2px;
}
.hs-team-designation{
	text-align: left;
}

.hs-member-designation-dis-text{
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 20px 0;
	text-align: left;
}
.hs-member-designation-text{
	font-size: 18px;
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}
.hs-member-designation-label{
	font-size: 18px;
	float: left;
	text-align: left;
	width: 100%;
	font-weight: 600;
}
.display-widgets-wrap{
	padding: 0 10px;
	background: #f5f5f5;
}

/*--------------------------------------------------------------
## Counter Section
--------------------------------------------------------------*/
#hs-counter-section{
	background-position: center;
	background-repeat: no-repeat;
	color: #FFF;
	background-attachment: fixed;
	background-size: cover;
}

#hs-counter-section .hs-counter-overlay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
}

.hs-counter-section{
	position: relative;
}

#hs-counter-section .hs-container{
	position: relative;
}

.hs-counter-wrap{
	margin-left: -3%;
}

.hs-counter{
	float: left;
	width: 22%;
	margin-left: 3%;
	text-align: center;
}

.hs-counter-count{
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 3px;
}

.hs-counter-icon{
	display: inline-block;
	font-size: 22px;
	color: #c80019;
	position: relative;
}

.hs-counter-icon:after{
	content: "";
	position: absolute;
	left: 100%;
	height: 2px;
	width: 50px;
	background: #c80019; 
	top: 50%;
	margin-top: -1px;
	margin-left: 10px;
}

.hs-counter-icon:before{
	content: "";
	position: absolute;
	right: 100%;
	height: 2px;
	width: 50px;
	background: #c80019; 
	top: 50%;
	margin-top: -1px;
	margin-right: 10px;
}

.hs-counter-title{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
}

/*--------------------------------------------------------------
## Logo Section
--------------------------------------------------------------*/
#hs-logo-section{
	background: #f9f9f9;
	max-width: 1400px;
	margin: -100px auto 0 auto;
	padding: 40px 20px 80px 20px;
	box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 1;
}
.hs_client_logo_slider{
	text-align: center;
}
.hs_client_logo_slider img{
	display: inline-block;
	padding: 0 15px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hs_client_logo_slider img:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*--------------------------------------------------------------
## Testimonial Section
--------------------------------------------------------------*/
#hs-testimonial-section{
	background: #F6F6f6;
	padding: 60px 0 100px;
}

.hs-testimonial-wrap{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.hs-testimonial-wrap .bx-wrapper img{
	height: 100px;
	width: 100px;
	margin: 0 auto 20px;
	border-radius: 50%;
	border: 1px solid #c80019;
	padding: 2px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.hs-testimonial-excerpt .fa-quote-left{
	margin-right: 8px;
	font-size: 30px;
	color: #d6d6d6;
}

.hs-testimonial-excerpt .fa-quote-right{
	margin-left: 8px;
	font-size: 30px;
	color: #d6d6d6;
	vertical-align: text-top;
}

.hs-testimonial-wrap .bx-wrapper .bx-pager, 
.hs-testimonial-wrap .bx-wrapper .bx-controls-auto{
	bottom: -70px;
}

.hs-testimonial-wrap .bx-wrapper .bx-pager.bx-default-pager a{
	height: 4px;
	width: 25px;
	border-radius: 0;
	margin: 0 1px;
	background: #d6d6d6
}

.hs-testimonial-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.hs-testimonial-wrap .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #c80019;
}

/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/
.hs-blog-post{
	width: 50%;
	float: left;
	background: #F6F6F6;
	position: relative;	
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.hs-blog-thumbnail{
	float: left;
    width: 50%;
    background-size: cover;
    background-position: center;
}

.hs-blog-excerpt{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	padding: 20px;
	overflow: hidden;
}

.hs-blog-excerpt:after{
	position: absolute;
	content: "";
	border-color:transparent #F6F6F6 transparent transparent;
	border-style: solid;
	border-width: 20px;
	top: 50%;
	left: -38px;
	margin-top: -20px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.hs-right-img .hs-blog-thumbnail{
	float: right;
}

.hs-right-img .hs-blog-excerpt{
	right: auto;
	left: 0;
}

.hs-right-img .hs-blog-excerpt:after{
	left: auto;
	right: -38px;
	border-color:transparent transparent transparent #F6F6F6;
}

.hs-blog-post:hover{
	background: #c80019;
	color: #FFF;
}

.hs-blog-post:hover .hs-blog-excerpt:after{
	border-color:transparent #c80019 transparent transparent;
}

.hs-right-img.hs-blog-post:hover .hs-blog-excerpt:after{
	border-color:transparent transparent transparent #c80019;
}

.hs-blog-excerpt h5 a{
	color: #404040;
	text-decoration: none;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.hs-blog-post:hover .hs-blog-excerpt h5 a{
	color: #FFF;
}

.hs-blog-date{
	font-size: 90%;
	margin-bottom: 10px;
}

.hs-blog-date .fa{
	margin-right: 8px;
}

/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/
#hs-contact-section{
	color: #FFF;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.hs-contact-section{
	position: relative;
}

#hs-contact-section .hs-contact-overlay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}

#hs-contact-section .hs-container{
	position: relative;
}

.hs-contact-form{
	float: left;
	width: 46%;
}

.hs-contact-form input[type="text"],
.hs-contact-form input[type="email"],
.hs-contact-form input[type="url"],
.hs-contact-form input[type="password"],
.hs-contact-form input[type="search"],
.hs-contact-form input[type="number"],
.hs-contact-form input[type="tel"],
.hs-contact-form input[type="range"],
.hs-contact-form input[type="date"],
.hs-contact-form input[type="month"],
.hs-contact-form input[type="week"],
.hs-contact-form input[type="time"],
.hs-contact-form input[type="datetime"],
.hs-contact-form input[type="datetime-local"],
.hs-contact-form input[type="color"],
.hs-contact-form textarea{
	width: 100%;
	background: rgba(0,0,0,0.2);
}

.hs-contact-form input[type="submit"]{
	width: 100%;
}

.hs-contact-form textarea{
	height: 100px
}

.hs-contact-address{
	float: right;
	width: 46%;
}

.hs-contact-address ul{
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}

.hs-contact-address ul li{
	margin-bottom: 10px;
}

.hs-contact-address ul li .fa{
	margin-right: 8px;
}

.hs-social a{
	display: inline-block;
	color: #FFF;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-family: Arial;
	background: #c80019;
	margin-right: 8px;
	text-align: center;
}

.hs-social a:hover{
	background: #000;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#hs-colophon{
	margin-top: 40px;
}

.page-template-home-template #hs-colophon{
	margin-top: 0
}

#hs-colophon a{
	color: #444;
	text-decoration: none;
}

#hs-colophon h4.widget-title{
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 1px;
	text-transform: none;
	color: #444;
	position: relative;
	font-weight: 500;
	font-size: 26px;
	margin-bottom: 28px;
}

#hs-colophon h4.widget-title::before {
	content: "";
	position: absolute;
	border-bottom: 1px solid #c80019;
	width: 100%;
	bottom: -5px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}


#hs-top-footer{
	background: #f5f5f5;
	color: #444;
	padding: 200px 0 50px 0;
	margin-top: -100px;
	border-bottom: 10px solid #fff;
}

.hs-top-footer{
	margin-left: -3%;
}

.hs-footer{
	float: left;
	width: 22%;
	margin-left: 3%;
}

.hs-footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.hs-footer ul li:before{
	font-family: 'FontAwesome';
	content: "\f105";
	padding: 0 7px 0 0;
	color: #c80019;
}
.hs-footer ul li{
	padding: 2px 0 2px 15px;
}
.hs-footer ul li a{
	color: #444;
}
.hs-footer ul li a:hover{
	color: #c80019!important;
}

#hs-bottom-footer{
	border-top: 2px solid #c80019;
	background: #f5f5f5;
	padding: 15px 0;
	color: #AAA;
	line-height: 1.2;
	font-size: 13px;
}

.hs-site-info a{
	border-bottom: 1px dotted #AAA;
}

.hs-copy-right{
	float: left;
}

.hs-site-info{
	float: right;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .error-404{
	display: block;
	text-align: center;
	font-size: 200px;
	color: #F6F6F6;
	line-height: 1.2;
}

.error404 .oops-text{
	text-align: center;
}

#hs-back-top{
	background: #c80019;
	font-family: Arial;
	position: fixed;
	right: 20px;
	bottom: 20px;
	height: 36px;
	width: 36px;
	color: #FFF;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	font-size: 20px;
}

#hs-back-top.hs-hide{
	display: none;
}

#hs-back-top:hover{
	background: #000;
}

.hs-toggle-menu{
	display: none;
}


/*================RESPONSIVE CSS==================*/
@media screen and (max-width: 2500px){
	.bg_top_right {
		height: 100%;
		width: 100%;
		background-color: #ffffff;
	}
	.bg_top_right img{
		right: -5%;
	}
}

@media screen and (max-width: 2300px) {
	.bg_top_right {
		height: 100%;
		width: 100%;
		background-color: #ffffff;
	}
	.bg_top_right img {
		right: -10%;
		top: 0;
		background-color: #ffffff;
	}
}

@media screen and (max-width: 2180px) {
	.bg_top_right {
		height: 100%;
		width: 100%;
		background-color: #ffffff;
	}
	.bg_top_right img {
		right: -15%;
	}
	.bg_top_left img {
		left: -5%;
	}
}

@media screen and (max-width: 1960px) {
	.bg_top_right {
		height: 100%;
		width: 100%;
		background-color: #ffffff;
	}
	.bg_top_right img {
		right: -20%;
	}
	.bg_top_left img {
		left: -20%;
	}
}

@media screen and (max-width: 1780px) {
	.bg_top_right {
		height: 100%;
	}
	.bg_top_right img {
		right: -30%;
	}
	.bg_top_left img {
		left: -30%;
	}
}

@media screen and (max-width: 1700px) {
	.bg_top_left img {
		left: -40%;
	}
}
@media screen and (max-width: 1620px) {
	.bg_top_right {
		height: 100%;
	}
	.bg_top_right img {
		right: -40%;
	}
	.bg_top_left img {
		left: -50%;
	}
}

@media screen and (max-width: 1500px){
	.bg_top_left{
		display: none;
	}
	.bg_top_left img{
		display: none;
	}
	.bg_top_middle{
		display: none;
	}
	.bg_top_right{
		display: none;
	}
	.bg_top_right img{
		display: none;
	}
	.hs-service-search-form h2:after {
		left: 70%;
		top: 72px;
	}
	.hs-container {
		padding: 0 15px;
	}
	.hs-main-header-inner {
		padding: 20px 10px 20px 10px;
	}
}

@media screen and (max-width: 1300px){
	.hs-featured-post h2 {
		text-transform: uppercase;
		font-size: 20px;
	}
	.hs-featured-icon {
		font-size: 60px;
	}
	.hs-featured-post {
		padding: 10px;
		min-height: 0;
	}


}
@media screen and (max-width: 1180px){
	.hs-team-member {
		width: 30%;
		margin-left: 2%;
		min-width: 280px;
		max-width: 320px;
		display: inline-block;
		float: none;
	}
	.hs-team-member-image img{
		min-width: 0;
	}
	.hs-main-title-max:after {
		left: -30px;
	}
	.hs-member-designation-text {
		font-size: 14px;
	}
	.widget-area .widget-title {
		font-size: 18px;
	}
	.hs-member-designation-dis-text {
		font-size: 16px;
	}
	.hs-team-widget h6 {
		font-size: 18px;
	}
	.hs-service-posts {
		width: 96%;
	}
	.hs-section-title {
		font-size: 42px;
	}
	.hs-service-search-form h2:after {
		left: 60%;
		top: 68px;
	}
	.hs_client_logo_slider img {
		width: 33%;
	}
	.hs-portfolio-caption h4 {
		font-size: 38px;
	}
	.hs-container{
		width: auto;
		padding: 0 15px;
	}

	.hs-main-header-inner {
		padding: 20px 10px 20px 10px;
	}

	.hs-main-navigation .hs-menu{
		display: none;
		background: #FFF;
		float: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		text-align: center;
		box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		border-top: 2px solid #c80019;
	}

	.hs-main-navigation li{
		float: none;
		display: inline-block;
	}

	.hs-main-navigation ul ul li{
		display: block;
	}

	.hs-main-navigation a{
		color: #333;
	}

	.hs-toggle-menu{
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		height: 40px;
		width: 40px;
		cursor: pointer;
	}

	.hs-toggle-menu span{
		position: relative;
		height: 2px;
		width: 32px;
		margin: 0 auto;
		background: #c80019;
		display: block;
		top: 50%;
		margin-top: -1px;
		box-shadow: 0 10px 0px 0px #c80019, 0 -10px 0px 0px #c80019;
	}
	.header-image,
	.hs-slider-image{
		height: 500px;
	}

	.hs-slide-caption{
		width: 100%;
		top: 35%;
	}
	.hs-main-header-inner h1,
	.hs-slide-cap-title {
		font-size: 34px;
		line-height: 34px;
	}

	.hs-slide-cap-title,
	.hs-slide-cap-desc{
		padding: 0
	}
	#hs-featured-top-post-section {
		margin-top: -140px;
	}

}

@media screen and (max-width: 1000px){
	#hs-featured-top-post-section {
		margin-top: -120px;
	}
}
@media screen and (max-width: 960px){
	#primary{
		width: auto !important;
		float: none !important;
		margin-bottom: 30px;
	}

	#secondary{
		width: auto !important;
		float: none !important;
	}
	#hs-featured-top-post-section {
		margin-top: -110px;
	}
}
@media screen and (max-width: 820px){
	#hs-featured-top-post-section {
		margin-top: -100px;
	}
}
@media screen and (max-width: 768px){
	.hs-main-title-max {
		max-width: 240px;
		padding: 40px 0 40px 40px;
		word-break: break-word;
	}
	.hs-main-header-inner {
		padding: 20px 10px 20px 10px;
		max-width: 400px;
	}
	.hs-slide-caption {
		width: 100%;
		margin-left: 0;
		left: 0;
		padding: 0 50px;
		top: 40%;
		line-height: 1em;
	}
	.hs-main-header-inner h1{
		font-size: 20px;
	}
	.hs-slide-cap-title {
		font-size: 20px;
		margin-bottom: 0;
		line-height: 1em;
	}
	.header-image,
	.hs-slider-image{
		height: 400px;
		top: 0;
		margin-bottom: 0;
	}

	#hs-site-branding img {
		width: 150px;
	}
	#hs-home-slider-section {
		padding-top: 0;
		top: -50px;
		position: relative;
	}
	.hs-featured-top-post-wrap {
		margin-left: 0;
	}
	.hs-featured-top-post {
		margin: 0 1% 1% 1%;
		width: 48%;
		background: rgba(243, 243, 243, 0.7);
		margin-bottom: 20px;
		float: left;
	}
	#hs-featured-top-post-section {
		margin-top: -50px;
	}
	.hs-portfolio-caption h4 {
		font-size: 28px;
	}
	.hs-portfolio-caption p {
		font-size: 18px;
	}

	#hs-masthead{
		position: relative !important;
		background: #ffffff !important;
	}

	#hs-masthead.hs-white{
		background: #FFF !important;
	}

	#hs-site-branding{
		width: auto;
	}

	.hs-main-navigation li{
		display: block;
		border-bottom: 1px solid #FAFAFA;
	}

	.hs-main-navigation a{
		line-height: 1.5;
		padding: 10px 0;
	}

	.hs-main-navigation ul ul{
		position: static;
		box-shadow: none;
		border-top: 1px solid #F0F0F0;
	}

	.hs-menu > ul > li > a:after{
		display: none;
	}

	.hs-main-header{
		padding: 40px 0;
	}

	.hs-slide-cap-title{
		margin-bottom: 10px;
	}

	.hs-slide-cap-desc{
		font-size: 16px;
	}

	#hs-home-slider-section .bx-wrapper .bx-controls-direction a{
		display: none;
	}

	.hs-about-sec,
	.hs-progress-bar-sec{
		width: auto;
		float: none;
	}

	.hs-about-sec{
		margin-bottom: 40px;
	}

	.hs-featured-post{
		width: 48%;
	}

	.hs-featured-post:nth-child(3){
		clear: both;
	}

	.hs-portfolio{
		width: 50%;
	}

	.hs-portfolio-cat-name{
		margin-bottom: 10px;
	}

	.hs-service-left-bg{
		display: none;
	}

	.hs-service-posts{
		width: auto;
		float: none;
		padding-left: 0;
	}

	#hs-service-post-section{
		padding: 60px 0;
	}

	.hs-team-widget{
		width: 48%;
		margin-bottom: 30px;
	}

	.hs-team-member:nth-child(3){
		clear: both;
	}

	#hs-team-section{
		padding-bottom: 30px;
	}

	.hs-counter-wrap{
		margin-left: 0;
	}

	.hs-counter{
		width: auto;
		float: none;
		margin-bottom: 40px;
		margin-left: 0
	}

	.hs-counter:last-child{
		margin-bottom: 0;
	}

	.hs-blog-post{
		width: 100%;
		float: none;
	}

	.hs-blog-post .hs-blog-thumbnail{
		float: left;
	}
	
	.hs-blog-post .hs-blog-excerpt{
		left: auto;
		right: 0
	}

	.hs-blog-post .hs-blog-excerpt:after {
	    border-color: transparent #F6F6F6 transparent transparent;
	    left: -38px;
	    right: auto;
	}

	.hs-blog-post:nth-child(2n) .hs-blog-thumbnail{
		float: right;
	}

	.hs-blog-post:nth-child(2n) .hs-blog-excerpt{
		right: auto;
		left: 0
	}

	.hs-blog-post:nth-child(2n) .hs-blog-excerpt:after {
	    left: auto;
	    right: -38px;
	    border-color: transparent transparent transparent #F6F6F6;
	}

	.hs-contact-form{
		float: none;
		width: auto;
		margin-bottom: 30px;
	}

	.hs-contact-address{
		float: none;
		width: auto;
	}

	.hs-footer{
		width: 47%;
		margin-bottom: 30px
	}

	.hs-footer:nth-child(3n){
		clear: both;
	}

	#hs-top-footer{
		padding-bottom: 20px;
	}

	#hs-bottom-footer{
		text-align: center;
	}

	.hs-copy-right{
		float: none;
		margin-bottom: 15px;
	}

	.hs-site-info{
		float: none;
	}
	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
		max-height: 400px;
		height: auto;
	}
	.grid figure img {
		max-height: 65px;
	}
	.grid figure figcaption img {
		max-height: 40px;
	}
}

@media screen and (max-width: 580px){
	.header-image,
	.hs-slider-image{
		height: 300px;
	}
	.hs-main-header-inner h1{
		padding-top: 15px;
	}
	.hs-slide-cap-title {
		font-size: 16px;
		margin-bottom: 0;
	}
	.hs-slide-cap-desc {
		font-size: 14px;
	}
	.hs-slide-caption {
		top: 50%;
		padding-top: 20px;
	}

	button, input[type="button"], input[type="reset"], input[type="submit"] {
		padding: 0 10px;
		font-size: 14px;
	}
	.hs-team-member{
		width: 90%;
		float: none;
		min-width: 0;
		max-width: 320px;
		margin: 0 auto 30px auto;
	}
	.hs_client_logo_slider{
		width: 100%;
		text-align: center;
	}
	.hs_client_logo_slider img {
		width: 25%;
		float: left;
	}
	#hs-logo-section {
		margin: 0 auto 0 auto;
	}
	.triangle-down-right {
		margin-top: -100px;
	}
	.hs-portfolio-caption p {
		font-size: 14px;
	}

	.hs-portfolio-caption h4 {
		font-size: 20px;
	}
	#hs-site-branding img {
		width: 150px;
	}
	.hs-featured-top-post-wrap {
		margin-left: 0;
	}
	.hs-featured-top-post {
		margin: 0 1% 1% 1%;
		width: 48%;
		background: rgba(243, 243, 243, 0.7);
		margin-bottom: 20px;
		float: left;
	}
	#hs-featured-top-post-section {
		margin-top: -50px;
		padding: 20px 0;
	}
	.hs-section-title {
		font-size: 24px;
	}
	.hs-service-search-form h2:after {
		left: unset;
		top: 58px;
		right: 0;
	}
	#hs-about-us-section {
		padding-top: 0;
	}
	.hs-slide-cap-title{
		font-size: 20px;
		margin-bottom: 0;
	}

	#hs-home-slider-section {
		padding-top: 0;
		top: -50px;
		position: relative;
	}
	.hs-featured-post-wrap{
		margin-left: 0;
	}

	.hs-featured-post{
		float: none;
		margin-left: 0;
		width: auto;
		margin-bottom: 20px;
	}


	.hs-portfolio-inner{
		margin: 5px;
	}

	.hs-blog-post .hs-blog-thumbnail{
		display: none;
	}

	.hs-blog-excerpt{
		position: relative;
		width: auto;
		border-bottom: 2px solid #FFF;
	}

	.hs-blog-excerpt:after{
		display: none;
	}

	.hs-top-footer{
		margin-left: 0
	}

	.hs-footer{
		width: auto;
		margin-left: 0;
		float: none;
	}
}

@media screen and (max-width: 420px){
	.hs-container{
		padding: 0 10px;
	}
	.hs-main-header-inner {
		padding: 20px 10px 20px 10px;
	}

	.hs-portfolio{
		width: 100%;
		margin-bottom: 10px;
	}

	.hs-portfolio-inner{
		margin: 0;
	}
	.hs-team-member-wrap{
		margin-left: 0;
	}
}

@media screen and (min-width: 1181px){
	.hs-main-navigation .hs-menu{
		display: block !important;
	}
}

.red-button {
	background-color:#c80019;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid transparent;
	color: #fff;
	display:inline-block;
	cursor:pointer;
	padding:10px 30px;
	text-decoration:none;
}

.red-button:hover {
	background-color: #e8e8e8;
	border:1px solid #c80019;
	color: #c80019;
}

.content-block {
	border:1px solid #eee;
	padding:10px;
	background:#ccc;
	float:left;
	margin-bottom:1.75em;
	text-align:center;
}

.content-block:after {
	clear:both;
}

.highlighter {
	background-color:#ffff66;
}

/* TABLE STYLE - RESPONSIVE */

.ml-responsive-table dl:first-child{
	display: none!important;
}
.ml-responsive-table dl:nth-of-type(even) {
	background: #ffffff!important;
	border-bottom: 3px solid #c80019;
	padding: 10px;
}
.ml-responsive-table dl:nth-of-type(odd) {
	background: #ffffff!important;
	border-bottom: 3px solid #c80019;
	padding: 10px;
}
.ml-responsive-table dd {
	clear: both;
	font-size: 90%;
	margin-bottom: 10px;
}
.ml-responsive-table dt {
	background-color: rgb(222, 219, 219);
	clear: both;
	font-weight: bold;
	padding-top: 10px;
}
.ml-responsive-table dl dt:nth-of-type(even) {
	background: rgb(222, 219, 219);
}
.ml-responsive-table dd {
	margin-bottom: 0;
	margin-top: 0;
}
.ml-table {
	padding: 10px 10px 10px 10px;
}
.ml-responsive-table dd:last-child {
	padding-bottom: 10px;
	text-align: center;
}
.ml-responsive-table dl dt:last-child {
	background-color: rgb(222, 103, 194);
}

/* TABLE SAISON */
.saison-table {
	background-color: #ffffff;
	border:1px solid #6c6c6c;
	width: 100%!important;
	display: none!important;
}
.ml-responsive-table-0 {
	display: none!important;
}
.saison-table tr {
	border-bottom: 1px solid #d4d4d4;
}
.saison-table tr:last-child {
	border-bottom: none;
}
.saison-table tr td {
	padding: 5px;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	width: auto!important;
}
.saison-table tr td span{
	padding:  0 2px!important;
}
.saison-table tr td:first-child {
	padding: 10px 5px;
	width: 110px!important;
}
/* Portfolio Plugin */
.grid figure {
	overflow: hidden;
	margin: 10px 2% 20px;
	background: #fff;
	width: 46%;
}
/* Kontakt Übersicht SAISON */
.post-meta-user {
	display: none!important;
}
.rt-detail .post-content{
	display: none!important;
}


/* --------------
    ContactForm 7 Styles
   ---------------------------------*/

#responsive-form{
	margin: 0 auto;
	width: 96%;
	padding: 0px 10px 15px;
	background: #fff;
	border: #ccc 1px solid;
}
.form-row{
	width: 100%;
}
.column-3, .column-half, .column-full{
	float: left;
	position: relative;
	padding: 5px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
	.column-3{
		width: 33%;
	}
	.column-half{
		width: 50%;
	}
}
.wpcf7-response-output {
    margin: 2em 0!important;
    padding: 0.2em 1em!important;
    float: left;
    width: 100%;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select{
	width: 100%!important;
	padding: 8px;
	min-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7 h2{
	border-bottom: 1px solid #c80019;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 0!important;
}
.wpcf7-submit{
	float: right;
	cursor: pointer;
	margin-right: 5px;
	padding-top: 10px;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors {
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

.pagination {
    margin: 12px auto;
    list-style: none;
    text-align: center;
    width: 100%;
}


.pagination li {
    width: 50px;
    display: inline-block;
}

.pagination li.active a{
	color: #ffffff;
}

.rt-tpg-container .layout1 .rt-holder .rt-img-holder {
    height: 230px!important;
}
.rt-tpg-container .layout1 .rt-holder .rt-detail h2, .rt-tpg-container .layout1 .rt-holder .rt-detail h3, .rt-tpg-container .layout1 .rt-holder .rt-detail h4 {
    margin: 0!important;
    font-size: 22px!important;
}


.widget_search .search-field{
	width: 92%;
}

.hs-team-widget-kontakt-btn{
	width: 100%;
	background: #c80019;
	padding: 0 20px;
	color: #FFF!important;
	line-height: 30px;
	height: 36px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hs-team-widget-kontakt-btn:hover {
	border: 1px solid #c80019;
	background: #dddddd;
	color: #c80019;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

h2.border-bottom{
	border-bottom: 1px solid #c80019;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.text-label{
	color: #c80019;
}
.row.bg-car-data{
	background: #fff;
	padding: 7px 5px 0 10px;
	margin-bottom: 5px;
	margin-right: 0;
}
.row.data-all,
.row.extra-desc,
.row.innen-grad,
.row.video{
	margin-bottom: 30px;
}

.car-saison{
	margin-top: 30px;
	width: 100%;
	float: left;
}
.car-saison h4{
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}
.car-saison h2{
	font-size: 22px;
}
.car-saison h2 span{
	font-size: 18px;
	text-align: center;
}

.car-saison-cheap,
.car-saison-normal,
.car-saison-main{
	text-align: center;
}
.car-saison-cheap{
	padding-top: 10px;
	background: #1f6895;
	color: #fff;
}
.car-saison-normal{
	padding-top: 10px;
	background: #c80019;
	color: #fff;
}
.car-saison-main{
	padding-top: 10px;
	background: #cb5f12;
	color: #fff;
}


.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-3by4::before {
	padding-top: 133.333333%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.row {
    width: 100%;
    float: left;
}