/*
Theme Name: VET-Leasing (2020)
Theme URI: http://underscores.me/
Author: Impuls Werbeagentur GmbH
Author URI: https://www.werbeagentur-impuls.de
Description: Desktop Theme für die Webseite von VET-Leasing
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vet-leasing-2020
Tags:

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

VET-Leasing is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-size: 20px;
}

body {
	margin: 0;
	font-size: 20px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

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;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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 {
	margin: 1em 40px;
}

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-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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #606060;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	color: #c8002b;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1, h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.4em;
	color: #000;
}

h5 {
	color: inherit;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
}

h5 + ul {
	margin-top: 0;
}

p {
	margin-top: 1.5em;
	margin-bottom: 0;
}

p:first-child {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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: 1.5em;
}

ul,
ol {
	margin: 0em 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: upper-latin;
	margin: 0;
}

ol ul {
	margin:0;
	padding:0;
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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 {
	border-color: #aaa #bbb #bbb;
}

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"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

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 {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #c9002c;
	outline: 0;
	transition: all ease-in-out .3s;
	text-decoration:none;
}

a:hover,
a:focus,
a:active {
	color: #000;
	outline: 0;
}

a.tel,
a.mail,
a.website {
	color: inherit;
}

a.tel,
a.mail {
	pointer-events: none;
}

a.tel.massive {
	font-size: 2em;
	font-weight: bold;
}

a.mail {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

a.button {
	/*color: #B7B7B7;*/
}

a.button:hover,
a.button:focus,
a.button:active {
	
}

a.grad, a.grad:visited {
	color: inherit;
	background:rgba(255,255,255,0);
}

a.nm-top {
	position: relative;
	top: -1.5em;
}

p.active > a.grad,
input[type="submit"],
a.grad:hover,
a.grad:focus,
a.grad:active {
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDgwMTMxIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSI5JSIgc3RvcC1jb2xvcj0iI2Q4MDEzMSIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5MTY2NSIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);*/
	background-size: cover;
	background: -moz-linear-gradient(9deg, rgba(216,1,49,1) 0%, rgba(216,1,49,1) 9%, rgba(153,22,101,1) 100%);
	background: -webkit-linear-gradient(9deg, rgba(216,1,49,1) 0%, rgba(216,1,49,1) 9%, rgba(153,22,101,1) 100%);
	background: linear-gradient(9deg, rgba(216,1,49,1) 0%, rgba(216,1,49,1) 9%, rgba(153,22,101,1) 100%);
	color: #FFF;
}

a.social-button,
a.social-button:visited {
  color: inherit;
}

a.social-button:hover,
a.social-button:focus,
a.social-button:active {
	color: #c9002c;
}

a.round-button,
a.round-button:visited {
	display: inline-block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size:2.25em;
	
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	
	padding: 1px 10px 0 0;
	background: rgba(0,0,0,0.2);
	color: #FFF;
	transform: rotate(-90deg);
}

a.round-button:hover,
a.round-button:focus,
a.round-button:active {
	background: #FFF;
	color: #c9002c;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	font-size: 1.1em;
}

.main-navigation ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	position: relative;
}

.main-navigation li {
	float: left;
	position: relative;
	margin-left: 5px;
}

.menu-item-1178:before{display: none !important;}

.main-navigation li.ultra-width {
	position: initial;
}

.main-navigation > div > ul > li:before {
	content: '';
	display:block;
	position:absolute;	
	width: 70px;
	height: 70px;
	bottom: 0;
	margin-left: -15px;
	
	border: 35px solid #FFF;
	border-top-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	
	opacity: 0;
	transition: opacity ease-in-out .3s, bottom ease-in-out 0.000001s .3s;
}
.main-navigation > div > ul > li:hover:before {
	bottom:-35px;
	opacity: 1;
	transition: opacity ease-in-out .3s, bottom ease-in-out 0s 0s;
}

.tablet .main-navigation > div > ul > li:before {
	display:none;
}
.tablet .main-navigation > div > ul > li:hover:before {
	display:block;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 20px;
	color: #000;
	position: relative;
	display: inline-block;
	z-index: 12;
}

.main-navigation > div > ul > li:nth-last-of-type(1) > a {
	padding-right: 0;
}

.main-navigation ul ul {
	background: #FFF;
	float: left;
	position: absolute;
	top: 100%;
	right: -999em;
	margin-top: 35px;
	z-index: 99999;
	opacity: 0;
	font-size: 0.9rem;
	padding: 1rem 0;
	
	transition: opacity ease-in-out .3s, right ease-in-out 0.000001s .3s;
}

.tablet .main-navigation ul ul {
	display:none;
}

.main-navigation ul .ultra-width ul {
	width: auto;
}

.main-navigation ul ul:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 35px;
	left: 0px;
	top:-35px;
}

.main-navigation ul ul ul {
	right: -999em;
	top: 0;
}

.main-navigation ul ul a {
	min-width: 200px;
	width: 360px;
	max-width: 360px;
	padding: 0.5rem 2rem 0.5rem 2rem;
}

.main-navigation ul ul li[class*="icon-"] a,
.main-navigation ul .ultra-width ul a {
	width: 400px;
	max-width: 400px;
}

.main-navigation ul ul li {
	margin-left: 0;
	position: relative;
}

.main-navigation ul ul li:before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 1.5em;
	text-align: center;
	width: 100px;
	height: 100%;
	padding: .9rem;
}

.main-navigation ul ul li[class*="icon-"] a {
	padding: 1rem 1rem 1rem 5rem;
}

.main-navigation ul .ultra-width ul li {
	float: left;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #c9002c;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	right: calc(50% - 150px);
	opacity: 1;
	transition: opacity ease-in-out .3s, right ease-in-out 0s 0s;
}

.tablet .main-navigation ul li:hover > ul,
.tablet .main-navigation ul li.focus > ul {
	display: block;
}

.main-navigation ul li.ultra-width:hover > ul,
.main-navigation ul li.ultra-width.focus > ul,
.main-navigation > div > ul > li:nth-last-of-type(1):hover > ul,
.main-navigation > div > ul > li.focus:nth-last-of-type(1) > ul {
	right: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.pseudo-current .menu-item-83 > a,
.main-navigation [class*="current"] > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #c9002c;
}

/* Small menu. */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	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%;
}

/*--------------------------------------------------------------
# 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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link{
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Developer Customs
--------------------------------------------------------------*/

/* ROW & COL Shortcode*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.row {
	position: relative;
	padding: 0;
	width: 100%;
}

.row:not(.site-header):not(.post-header) {
	padding: 50px 0;
}

.site-main .comment-navigation .nav-links,
.site-main .posts-navigation .nav-links,
.site-main .post-navigation .nav-links,
.row > .wrapper {
	width: 1200px;
	margin: 0 auto;
}

.col {
	min-height: 1px;
	padding: 0px;
}

.col,
.left,
.col.left {
	float: left;	
}

.right,
.col.right {
	float: right;
}

.col.auto {
	width: auto;
}

.col > img:nth-of-type(1) {
	display: block;
}

.col1_1{
	width: 100%;
}

.col1_2, .col2_4, .col3_6,
.col4_8, .col5_10, .col6_12 {
	width: calc((100% / 2));
}

.col1_3, .col2_6, .col4_12 {
	width: calc(100% / 3);
}

.col2_3, .col4_6, .col8_12 {
	width: calc((100% / 3) * 2)
}

.col1_4, .col2_8, .col3_12 {
	width: calc(100% / 4);
}

.col3_4, .col6_8, .col9_12 {
	width: calc(100% * 0.75);
}

.col1_5, .col2_10 {
	width: calc(100% / 5);
}

.col2_5, .col4_10 {
	width: calc(100% * 0.4);
}

.col3_5, .col6_10 {
	width: calc(100% * 0.6);
}

.col4_5, .col8_10 {
	width: calc(100% * 0.8);
}

.col1_6, .col2_12 {
	width: calc(100% / 6);
}

.col5_6, .col10_12 {
	width: calc((100% / 6) * 5);
}

.col1_8 {
  width: calc(100% / 8);
}

.col3_8 {
  width: calc(100% * 0.375);
}

.col5_8 {
  width: calc(100% * 0.625);
}

.col7_8 {
  width: calc(100% * 0.875);
}

.col1_12 {
	width: calc(100% / 12);
}

.col1_10 {
	width: calc(100% / 10);
}

.col3_10 {
	width: calc(100% * 0.3);
}

.col7_10 {
	width: calc(100% * 0.7);
}

.col9_10 {
	width: calc(100% * 0.9);
}

.col5_12 {
	width: calc((100% / 12) * 5);
}

.col7_12 {
	width: calc((100% / 12) * 7);
}

.col11_12 {
	width: calc((100% / 12) * 11);
}

/* Clearings */
.posts-navigation:after,
.post-navigation:after,
.main-navigation:after,
.row:after, .col:after,
.row > .wrapper:after,
.main-navigation ul ul:after,
.main-navigation .menu:after {
	display: block;
	visibility: hidden;
	height:0;
	content:'';


	clear: both;
}

/* Basics */

.site{
	min-width: 1240px;
}

.row > .wrapper {
	min-width: 1200px;
}

.wrapper .row > .wrapper {
	min-width: 0;
}

.entry-content .row:not(.spezial) .col {
	padding: 0 2.5%;
}

.entry-content .row .col:nth-of-type(1),
.entry-content .row .col:first-child,
.row .col:nth-of-type(1),
.row .col:first-child {
	padding-left: 0;
}

.entry-content .row .col:nth-last-of-type(1),
.entry-content .row .col:last-child,
.row .col:nth-last-of-type(1),
.row .col:last-child {
	padding-right: 0;
}

img[alt="dummy"] {
	opacity: 0;
}

.checklist ul,
.checklist li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.checklist ul {
	margin: 1.2em 0 1.5em;
	padding-left: 1.5em;
}

.checklist.big ul {
	padding-left: 3em;
}

.checklist.bigger ul {
	padding-left: 2.5em;
}

.checklist ul:first-child {
	margin-top: 0;
}

.checklist ul:last-child {
	margin-bottom: 0;
}

.checklist li {
	/*padding-bottom: 0.2em;*/
}

.checklist.big li {
	padding-bottom: 1em;
}

.checklist li:last-child {
	padding-bottom: 0;
}

.checklist li:before {
	display: inline-block;
	position: absolute;
	width: 1em;
	line-height: 1.5em;
	left:-1.5rem;
	text-align: center;
	vertical-align: top;
	color: #c8002b;
}

.checklist.big li:before,
.checklist.bigger li:before {
	width: 3rem;
	left: -3rem;
	line-height: 1em;
}

.checklist.big li:before {
	font-size: 1.5em;
}

.checklist.bigger li:before {
	width: 2.5rem;
	left: -2.5rem;
	text-align: left;
	font-size: 1.8em;
}

.checklist h3 {
	color: #000;
	margin-top: 1.5em;
}

.checklist li:first-child h3 {
	margin-top: 0;
}

/* Header */

.site-header {
	position: fixed;
	z-index: 1321;
	background: rgba(255,255,255,.9);
	min-width: 1240px;
	transition: all ease-in-out .3s;
}

.site-branding {
	padding-top: 13px;
}

.scrolled .site-header {
	padding-top: 20px;
}

/*.scrolled .site-header:hover {
	padding-top: 0;
}*/

.site {
	position: relative;
	z-index: 5;
}


.stickycontact {
	position: fixed;
	right: -48px;
	top: 140px;
	z-index: 10;
	transition: right 0.2s linear;
	transition-delay: 1s;
}

.js-active .stickycontact {
	right: 0;
}

.sacrifice {
	position: relative;
	text-align:right;
	font-size: 16px;
	color: #6b6b6b;
	height: auto;
	max-height:70px;
	transition: all ease-in-out .3s;
	min-height: 0;
}

.scrolled .site-header .sacrifice {
	max-height: 0;
	overflow:hidden;
}

.tablet.scrolled .site-header .sacrifice {
	display:none;
}

/*.scrolled .site-header:hover .sacrifice {
	max-height: 70px;
	overflow: initial;
}*/

/*.tablet.scrolled .site-header:hover .sacrifice {
	display:block;
}*/

.sacrifice .widget {
	display: inline-block;
	text-align: left;
	padding: 20px;
	vertical-align: top;
}

.sacrifice .widget:nth-last-of-type(1) {
	padding-right: 0;
}

.sacrifice .recall {
	/*position: relative;*/
	padding: 0;
}

.sacrifice .recall a.grad {
	padding: 20px;
	display: block;
}

.sacrifice a.social-button {
	line-height: 1;
  display: block;
  float: left;
  font-size: 1.4em;
  margin-right: 4px;
}

.sacrifice a.social-button:nth-last-of-type(1) {
	margin: 0;
}

.site-branding img {
	display: block;
	max-width:	200px;
}

.site-branding h1 {
	margin: 0;
	line-height: 1;
}

.main-navigation > div {
	float: right;
}

/* Content */

.post-header {
	position: relative;
	min-height: 547px;
}

.home .post-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100vw;
	min-width: 1240px;
	height: 100vh;
	background: #ECECEC;
}

.home .content-area {
	position: relative;
	margin-top: 100vh;
	background: #FFF;
	z-index: 13;
}

/* BG-Pattern */

.row.peripherie {
	background: rgb(237,237,237) url(img/leasing-bg.jpg) no-repeat center top;
}

.row.gradient {
	background-image: url(img/grad-small-bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.row.gradient.big {
	background-image: url(img/grad-big-bg.png);
}

.row.dotted:before {
	content: '';
	display:block;
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	
	background: url(img/bg-dot.png) repeat center;
	
	z-index:0;
}

.row.dotted > .wrapper {
	position: relative;
	z-index: 2;
}

.row.gray {
	background: #ebebeb;
}

.row.dotted.gray:before {
	opacity: .5;
}

.row.font-white * {
	color: #FFF;
	margin-bottom: 0;
}

.row.font-white p {
	font-size: 1.1em;
	margin-top: 0.55em;
}

.row.gray-dot {
	background: #ececec;
}

.drift,
.ImpulsSlider_Description {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDgwMTMxIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSI5JSIgc3RvcC1jb2xvcj0iI2Q4MDEzMSIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5MTY2NSIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(9deg,  rgba(216,1,49,0.8) 0%, rgba(216,1,49,0.8) 9%, rgba(153,22,101,0.8) 100%);
	background: -webkit-linear-gradient(9deg,  rgba(216,1,49,0.8) 0%,rgba(216,1,49,0.8) 9%,rgba(153,22,101,0.8) 100%);
	background: linear-gradient(9deg,  rgba(216,1,49,0.8) 0%,rgba(216,1,49,0.8) 9%,rgba(153,22,101,0.8) 100%);
}

.ImpulsSlider_outerwrap,
.ImpulsSlider_outerwrap * {
	height: 100%;
	width: 100%;
}

.ImpulsSlider .ImpulsSlider_Wrap {
	display: block !important;
}

.ImpulsSlider_Wrap .ImpulsSlider_img {
	display:block !important;
	background-position: center;
	background-size: cover;
	transform: scale(1);
	transition: transform ease-out 7s;
	position: relative;
}

.ImpulsSlider_Wrap .ImpulsSlider_img.fancy-actions {
	transform: scale(1.1);
}

a.ImpulsSlider_Description {
	/*display: none !important;*/
	color: #FFF;
}

.drift {
	display: none !important;
}


.drift,
.ImpulsSlider_Description{
	position: absolute;
	padding: 30px 30px 45px;
	width: auto;
	max-width: 800px;
	height: auto;
	max-height: 180px;
	left: 50%;
	right: 0;
	bottom: 0;
	top: 137px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: -400px;
	color: #FFF;
	text-align: center;
	font-size: 1.05em;
	z-index:13;
}

.ImpulsSlider_Description.topleft {
	top: 120px;
	left: 50px;
	right: auto;
	bottom: auto;
}

.ImpulsSlider_Description.topright {
	top: 120px;
	right: 50px;
	left: auto;
	bottom: auto;
}

.ImpulsSlider_Description.bottomleft {
	bottom: 70px;
	left: 50px;
	top: auto;
	right: auto;
}

.ImpulsSlider_Description.bottomright {
	bottom: 70px;
	right: 50px;
	top: auto;
	left: auto;
}

.drift h2,
.ImpulsSlider_Description h3{
	margin: 0;
	color: inherit;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 50.4px;
}

.go-to {
  position: absolute;
	text-align: center;
  
	bottom: 5%;
  left: 0;
	right: 0;
  
	margin: auto;
	z-index: 12;
}

#kompetenzen h2 {
	color: #FFF;
	text-align: center;
}

#ihre-leasing-vorteile .checklist.big ul,
#ihre-leasing-vorteile.checklist.big ul {
	padding-left: 0;
	margin-bottom: 1em;
}

#ihre-leasing-vorteile p:last-child {
	margin-top: 0;
}

article.row.post h1,
article.row.post h2,
article.row.post h3,
article.row.post h4,
article.row.post h5 {
	clear:none;
}

article.row.post .wrapper > img {
	margin-bottom: 1.5em;
}

.single-post article.post .col2_3,
.archive article.post .col2_3,
#aktuelles-aktionen {
	position: relative;
	padding-left: 2.5%;
	border-left: 1px solid #a4a4a4;
}

#aktuelles-aktionen p:last-child {
	margin-left: calc(150px + 1em);
	margin-top: 0;
}

#aktuelles-aktionen .preview:nth-last-of-type(1) {
	margin-bottom: 0;
}

.preview {
	margin-top: 1.5em;
}

.preview:last-child {
	margin-bottom: 0;
}

.preview.title a > * {
	display: block;
}
.preview.title .preview-second-title {
	color: #606060;
}

.preview h5 + p {
	margin-top: 0;
}

.preview .thumb {
	display: block;
	min-width: 150px;
	min-height: 150px;
	float: left;
	position: relative;
	margin: 0 1em 1em 0;
}

.preview .thumb img {
	display: block;
}

.preview.box {
	position: relative;
	padding-top: calc(100% * (426 / 754) / 3);
	width: calc(1 / 3 * 100%);
	float:left;
	margin-top: 0;
}

.box a,
.box a:visited {
	background: rgba(0,0,0,.2);
	color: #FFF;
	position: absolute;
	display:block;
	height: 100%;
	width: 100%;
	padding: 3%;
	top: 0;
	background-clip: content-box;
	text-align: center;
	vertical-align: middle;
}

.box a:hover,
.box a:focus,
.box a:active {
	background-color: #FFF;
	color: #c80d38;
}

.box span[class*="icon-"],
.box .preview-title {
	position: absolute;
	left: 0;
	width: 94%;
	margin: 0 3%;	
}

.box span[class*="icon-"] {
	top: 24%;
	color: inherit;
	font-size: 2.9em;
}

.box .preview-title {
	bottom: 24%;
}

.col[class*="icon-"] {
	font-size: 8em;
	line-height: 1.25em;
	text-align: center;
}

.mobilitaet .col[class*="icon-"] {
	font-size: 5em;
	line-height: 2.25em;
}

#weiteres.row.spezial {
	padding: 0;
}

#weiteres.row.spezial > .wrapper {
	padding: 50px 0;
}

#weiteres.row.spezial > .wrapper:empty {
	display:none;
}

.row.spezial .col {
	padding: 0;
	margin-right: 3%;
	width: calc(((1 / 3) * 100%) - ( 2 / 3 * 3%));
}

.row.spezial .col:nth-of-type(3n+3),
.row.spezial .col:last-child {
	margin-right: 0;
}

#ansprechpartner.row.spezial .col {
	margin-bottom: 3em;
}

#ansprechpartner.row.spezial .col:nth-last-of-type(1),
#ansprechpartner.row.spezial .col:nth-last-of-type(2),
#ansprechpartner.row.spezial .col:nth-last-of-type(3) {
	margin-bottom: 0;
}

#ansprechpartner h3 {
	margin-bottom: 0;
}

#ansprechpartner h3 small {
	color: #b3b3b3;
	font-size: 1rem;
}

#ansprechpartner h3 + p {
	margin-top: 0;
}

#angebot img[src$=".svg"] {
	margin-bottom: 3em;	
}

.archive .row .col1_3,
.single .row .col1_3,
.entry-content .row:not(.spezial) .col1_3,
#angebot .col:nth-of-type(1) {
	padding-right: 3rem;
}

.entry-content .row:not(.spezial) .col2_3,
#angebot .col:nth-last-of-type(1) {
	padding-left: 0em;
}

#fazit .col[class*="icon-"] {
	font-size: 10em;
}

.collabsible {
	position: relative;
	max-height: 30em;
	overflow: hidden;
	transition: all ease-in-out .4s;
	border-left: 1px solid #a4a4a4;
}

.collabsible.closed {
	max-height: 2.1em;
}

.collabsible [class*="icon-"] {
	position: absolute;
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.5em;
	transform: rotate(270deg);
	transition: all ease-in-out .4s;
	left: 1rem;
}

.collabsible.closed [class*="icon-"] {
	transform: rotate(180deg);
}

.collabsible [class*="icon-"] + *,
.collabsible p {
	margin-top: 0;
	padding-left: 3.5rem;
}

article.row.post .tags-links,
article.row.post .cat-links,
.preview .tags-links,
.preview .cat-links {
	display:none;
}

.post-header {
	background-size: cover;
  background-position: center;
}

.post-header iframe {
	pointer-events: none;
	/*position: absolute;*/
	width: 100%;
	/*height: 410px;
	bottom: 0;
	left: 0;*/
}

.main-navigation ul ul li.icon-sport-auto:before,
.icon-sport-auto:before {
	font-size: 1em;
	line-height: 1.5em
}

.box .icon-sport-auto:before {
	font-size: .6em;
}

/* TEC */

.site #tribe-events-content {
	margin-bottom: 0;
}

span.tribe-events-list-separator-month {
  margin: 50px auto;
  display: block;
  text-align: center;
}

.tribe-events-event-cost,
.tribe-event-schedule-details {
	margin-bottom: 1.5em;
}

.tribe-events-list .type-tribe_events h2 {
	margin-bottom: 0;
}

.site .tribe-events-list h2.tribe-events-page-title {
	text-align: left;	
}

.site .tribe-events-loop .tribe-events-event-meta {
	margin: 0 0 1.5em;
	font-size: 1.1em;
}

.site #tribe-events-content ul.tribe-events-sub-nav {
	text-align: left;
	padding: 0;
}

.site #tribe-events-content ul.tribe-events-sub-nav li {
	margin-right: 4%;
	display:block;
	float: left;
}

.site #tribe-events-content ul.tribe-events-sub-nav .tribe-events-nav-next {
	text-align: right;
	margin-right: 0;
	margin-left: 0;
}

.url,
.tribe-organizer-url,
.tribe-events-event-url {
	word-wrap: break-word;
}

.not-found .search-form {
	margin-top: 1.5rem;
}

/* GM-Lite */

body .gallery-lightbox-container .title-description .description,
body .gallery-lightbox-container a[title*="Upgrade"] {
	display: none !important;
}

.stickycontact a.grad:after {
	display: table;
	content: "";
	clear: both;
}

.stickycontact a.grad span.hovered {
	display: none;
	float: left;
	line-height: 47px;
	padding: 0 20px;
	
}

.stickycontact a.grad {
	opacity: 0.8;
}

.stickycontact a.grad:hover,
.stickycontact .active a.grad{
	opacity: 1;
}

.stickycontact .recall a.grad span.hovered,
.stickycontact .recall a.grad span.icon{
	background: #b0247c;
}

.stickycontact .mailus a.grad span.hovered,
.stickycontact .mailus a.grad span.icon{
	background: #c34275;
}

.stickycontact .gotoanfrage a.grad span.icon,
.stickycontact .gotoanfrage a.grad span.hovered {
	background: #b42a41;
}

.stickycontact .widget {
	clear: both;
	margin-bottom: 1px;
	float: right;
}

.stickycontact:after {
	display: table;
	content: "";
	clear: both;
}

.stickycontact a.grad span.icon {
	width: 47px;
	height: 47px;
	line-height: 47px;
	vertical-align: middle;
	display: block;
	text-align: center;
	float: left;
}

.stickycontact a.grad span.icon img {
	vertical-align: sub;
}

.stickycontact a.grad span.icon {
	line-height: 47px;
	display: block;
	color: #FFF;
	margin-left: 1px;
}

.stickycontact a.grad:hover span.hovered,
.stickycontact .active a.grad span.hovered{
	display: block;
}

/* WPCF7 */

.site-header .wpcf7,
.stickycontact .wpcf7{
	position: absolute;
	top: 48px;
	width: 20rem;
	right: -999em;
	background: #ebebeb; /*url(img/bg-dot.png) repeat center*/
	padding:2rem;
	opacity: 0;
	
	box-shadow: 0px 1px 2px rgba(135,135,135,1);
	transition: left ease-in-out 0s .3s, opacity ease-in-out .3s 0s;
	
	z-index: 421321;
}

/*.site-header .wpcf7:before,
.stickycontact .wpcf7:before{
	content: '';
	display:block;
	position:absolute;	
	width: 2rem;
	height: 2rem;
	top: -2rem;
	left: 0;
	right: 3rem;
	margin: auto;
	
	border: 1rem solid rgba(255,255,255,0);
	border-bottom-color: #ebebeb;
}*/

.site-header .active .wpcf7,
.stickycontact .active .wpcf7{
	right: 48px; /*calc(50% - 11rem);*/
	opacity: 1;
	transition: right ease-in-out 0s 0s, opacity ease-in-out .3s 0s;
}

.site-header .wpcf7 span.close,
.stickycontact .wpcf7 span.close{
	display:block;
	position: absolute;
	margin: 0;
	top: -1.6rem;
	right: -1.6rem;
	color: #000;
	width: 1.2rem;
	height: 1.2rem;
	background: #FFF;
	/*-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;*/
	text-align: center;
	font-weight: bold;
	line-height: 1.1rem;
	background: url(img/cancel.png) center no-repeat;
	cursor: pointer;
}

.wpcf7-acceptance {
	font-size: 16px;
}

.site-header .wpcf7 input,
.stickycontact .wpcf7 input{
	width: 100%;
	margin: 0 0 4px;
}

.site-header .wpcf7 p,
.col .wpcf7:first-child p,
.stickycontact .wpcf7 p{
	margin-top: 0;
}

.wpcf7 {
	font-size: inherit;
	position: relative;
}

.wpcf7 p {
	margin-bottom: 0;
	position: relative
}

.not-found input,
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
	font-size: inherit;
	margin-right: 8px;
	margin-bottom: 8px;
	width: calc(50% - 4px);
	border: none;
	border-radius: 0;
	padding: 0.6em 1em;
	background:#FFF;
	min-height: 46px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#000;
}

.wpcf7 span.half,
.wpcf7 span.halftoo{
	width: calc(50% - 4px);
	float: left;
	display: block;
}

.wpcf7 span.half:after,
.wpcf7 span.halftoo:after {
	display: table;
	content: "";
	clear: both;
}

.wpcf7 span.halftoo {
	margin-right: 0;
}
.wpcf7 .wpcf7-radio > span {
	display: block;
	width: 50%;
	text-align: center;
	float: left;
}

.wpcf7 .wpcf7-radio > span span,
.wpcf7 .wpcf7-radio > span input {
	display: block;
}

.wpcf7 .wpcf7-radio > span input {
	width: auto;
	height: auto;
	margin: 0 auto;
}

.wpcf7 input[type="checkbox"]{
	width: auto;
	height: auto;
	min-height: 0;
	
}

body .wpcf7 .wpcf7-list-item{
	margin-left: 0;
}

.not-found input {
	width: 300px;
	background: #ebebeb;
}

.wpcf7 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	background: #FFF url(img/pfeil.svg) no-repeat;
	background-size: 8%;
	background-position: right 20px center
}

.wpcf7 p > label:nth-of-type(2n+2) input,
.wpcf7 p > label:nth-of-type(2n+2) select{
	margin-right: 0;
}

.wpcf7 span.your-message {
	display: block;
}
.wpcf7 textarea {
	display: block;
	width: 100%;
	min-height: 265px;
	height: 150px;
	max-height: 265px;
	margin-right: 0;
}

.wpcf7 .wpcf7-list-item {
	margin: .625em 0 .625em 1.3em;
}

.wpcf7 p > span.captcha {
	float: none;
	width: calc(50% - 4px);
}

.wpcf7 .captchar input[type="text"] {
	margin-bottom: 0;
	width: 100%;
	padding-right: calc(3px + 94px + 0.625em);
}

.wpcf7 .captchac {
	position: absolute;
  z-index: 2;
  top: calc(50% - 14px);
  right: 3px;
  display: block;
	padding-left: 10px;
	padding-right: 5px;
	pointer-events:none;
}
.wpcf7 .captchac img {
	display: block;
}

/*.not-found input[type="submit"],
.wpcf7 input[type="submit"] {
	margin-right: 0;
	padding: 17px;
	transition: all ease-in-out .3s;
	background: -moz-linear-gradient(0deg, rgba(216,1,49,1) 0%, rgba(216,1,49,1) 9%, rgba(153,22,101,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(216,1,49,1) 0%, rgba(216,1,49,1) 9%, rgba(153,22,101,1) 100%);
	background: linear-gradient(0deg, rgba(216,1,49,1) 0%, rgba(216,1,49,1) 9%, rgba(153,22,101,1) 100%);
	color: #FFF;
}

.not-found input[type="submit"]:hover,
.not-found input[type="submit"]:focus,
.not-found input[type="submit"]:active,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:active {
	color: #FFF;
	background: -moz-linear-gradient(180deg, rgba(216,1,49,1) 0%, rgba(216,1,49,1) 9%, rgba(153,22,101,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(216,1,49,1) 0%, rgba(216,1,49,1) 9%, rgba(153,22,101,1) 100%);
	background: linear-gradient(180deg, rgba(216,1,49,1) 0%, rgba(216,1,49,1) 9%, rgba(153,22,101,1) 100%);
}*/

body input[type="submit"]{
	margin-right: 0;
	padding: 17px;
	transition: all ease-in-out .3s;
	background: -moz-linear-gradient(0deg, rgba(216,1,49,1) 0%, rgba(216,1,49,1) 9%, rgba(153,22,101,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(216,1,49,1) 0%, rgba(216,1,49,1) 9%, rgba(153,22,101,1) 100%);
	background: linear-gradient(0deg, rgba(216,1,49,1) 0%, rgba(216,1,49,1) 9%, rgba(153,22,101,1) 100%);
	color: #FFF;
}

body input[type="submit"]:hover,
body input[type="submit"]:focus,
body input[type="submit"]:active {
	color: #FFF;
	background: -moz-linear-gradient(180deg, rgba(216,1,49,1) 0%, rgba(216,1,49,1) 9%, rgba(153,22,101,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(216,1,49,1) 0%, rgba(216,1,49,1) 9%, rgba(153,22,101,1) 100%);
	background: linear-gradient(180deg, rgba(216,1,49,1) 0%, rgba(216,1,49,1) 9%, rgba(153,22,101,1) 100%);
}

body input[type="submit"]:disabled,
body input[type="submit"]:disabled:hover,
body input[type="submit"]:disabled:focus,
body input[type="submit"]:disabled:active {
	background: #ccc;
	color: #FFF;
	cursor: not-allowed;
}

.wpcf7 p > span {
	display: inline-block;
	margin-right: 8px;
	position: relative;
}

.wpcf7 p > span > span {
	display: block;
}

.wpcf7 .wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 .wpcf7-not-valid,
.wpcf7 div.wpcf7-response-output {
	border-color: #c8002b;
}

.wpcf7 select.wpcf7-not-valid {
	color: #c8002b
}

.wpcf7 div.wpcf7-response-output {
	margin: 0;
}

.wpcf7 span.ajax-loader {
	position: absolute;
	bottom: 10rem;
	left: calc(50% - 8px);
}

::-webkit-input-placeholder { 
  color: #000;
}
::-moz-placeholder {
   color: #000;
}
:-ms-input-placeholder {
	color: #000;
}
:-moz-placeholder {
	color: #000;
}

.wpcf7-not-valid::-webkit-input-placeholder { 
  color: #c8002b;
}
.wpcf7-not-valid::-moz-placeholder {
   color: #c8002b;
}
.wpcf7-not-valid:-ms-input-placeholder {
	color: #c8002b;
}
.wpcf7-not-valid:-moz-placeholder {
   color: #c8002b;
}

/* Footer */

.site-footer {
	position: relative;
	font-size: .9em;
	background: #FFF;
	z-index: 42;
	color: #606060
}

.site-footer .wrapper {
	position: relative;
}

.site-footer .col {
	padding: 0 1.5em;
}

.site-footer h3 {
	color: #c8002b;
}

.site-footer .contact {
	padding-right: 2em;
}

.site-footer ul,
.site-footer li {
	list-style: none;
	margin:0;
	padding:0;
}

.concept {
	display: inline-block;
	color: #b3b3b3;
	font-size: 0.7rem;
	margin-top: 1.5em;
}

.site-footer .social a.social-button {
	line-height: 1;
  display: block;
  float: left;
  font-size: 1.4em;
  margin-right: 4px;
}

.sitemap.col.custom {
	width: calc(12 / 60 * 100%);
}

.sitemap a,
.sitemap a:visited {
	color: inherit;
}

.sitemap [class*="current"] > a,
.sitemap a:hover,
.sitemap a:focus,
.sitemap a:active {
	color: #c9002c;
}

.sitemap ul.menu > li:nth-of-type(1n+2) {
	margin-top: 1.5em;
}

.sitemap ul ul {
	margin-left: .5em;
	color: #989898;
}

.site-footer .social {
	position: absolute;
	top: .15em;
	right: 0;
	color: #989898;
}

/* Animations */


/* ------------ */

.privacy-msg{width: 100% !important; min-width: 1240px }