
.the_content_wrapper { font-size: 14px; }

#Header .addons { display: none !important; }

#menu > ul > li > a {
	font-size: 15px;
}

#Header .menu > li > a {
	color: #eee;
    margin: 0 8px;
}

#Header .menu > li > a:hover, #Header .menu > li.hover > a {
	color: #fff;
	border-color: #fff;
}

#Header .menu > li.current-menu-item > a, #Header .menu > li.current-menu-item > a:hover, #Header .menu > li.current_page_item > a, #Header .menu > li.current-menu-ancestor > a, #Header .menu > li.current_page_ancestor > a {
	color: #fff;
}


#Subheader {
    background-color: #1A1A18;
}

#Subheader .title {
	margin: 40px 0 30px 0;
    font-size: 33px;
    line-height: 35px;
}

#mfn-rev-slider {
	position: relative;
	border-bottom: 10px dashed #000;
}

.home.page #Content {
	border-top: 1px solid #000;
}

.way-of-life {
    width: 220px;
    height: 120px;
    background: url(../images/suzuki-logo-way-of-life.png) no-repeat center center;
    position: absolute;
    right: 45px;
    top: 45px;
    z-index: 20;
}

.tp-leftarrow.default, .tp-rightarrow.default {
	background-color: #E3010F;
	border-radius: 2px;
}

.tp-dottedoverlay.twoxtwo {
	background: rgba(0,0,0,.4)
}

.column.image .wp-caption {
	position: relative;
}

.column.image .wp-caption .wp-caption-text {
	color: #fff;
	font-size: 30px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	font-weight: 700;
	font-style: italic;
	cursor: pointer;
}

.call_to_action .inner-padding {
    background-color: #005A9C;
}

.call_to_action .inner-padding h4 {
    font-family: inherit;
    font-weight: 700;
    margin-bottom: 20px;
}

.call_to_action .inner-padding p {
    line-height: 26px;
    text-transform: none;
}

#Header.is-sticky {
	border-bottom: 1px solid #000;
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
	background: #005A9C;
	background: rgba(0, 90, 156, .9);
}

#Header.is-sticky .logo {
    border-radius: 0;
}

#Header.is-sticky #logo {
    line-height: normal;
    height: auto;
    padding: 5px 15px;
}

#Header.is-sticky #logo img {
      max-width: 126px;
}

#Header a.responsive-menu-toggle {
    top: 10px;
    right: 0;
}

#Footer .copyrights {
    margin: 0;
    padding: 30px 0;
    background: #252525;
}

#Footer .widgets_wrapper {
    background-color: #1A1A18;
}

.widgets_wrapper aside > h4 {
    color: #E3010F;
    font-weight: 500;
    font-style: italic;
}

#Footer .author {
	float: right;
}

#Footer .author a {
	color: #fff;
	text-decoration: underline;
}

.logo {
    /* background: #fff; */
    position: absolute;
    z-index: 300;
    /* box-shadow: 0 5px 5px rgba(0,0,0,.2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
}

#Header #logo {
    padding: 0 20px;
    height: 101px;
    line-height: 101px;
    overflow: visible;
}

#Header #logo img {
    max-width: 230px;
}


#Header {
	background: #005A9C;
}

#Header .menu > li em {
	color: #fff;
	display: none;
}

#Content {
	min-height: 500px;
}


.suzuki-animation__photo {
	position: relative;
	bottom: -5px;
	right: 0;
}

.suzuki-animation__overlay {
	position: absolute;
	bottom: -5px;
	left: 0;
	animation: pulse 5s infinite;
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.motoren-overzicht {
	margin-top: 30px;
}

.motoren-overzicht h2 {
	font-size: 26px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

.unit-container {
	position: relative;
    width: 240px;
    border:  1px solid #ddd;
    height: 300px;
    background: #eee;
	float:left;
	margin: 0 10px 10px 0;
}

.unit-photo-wrap {
	background: white;
	border-bottom: 1px solid #ddd;
}

.units-wrap {
	margin-bottom: 30px;
	overflow: hidden;
}

.unit-caption {
	padding: 10px;
}

.unit-caption h5 {
	font-weight: 600;
	margin-bottom: 5px;
}

.unit-price {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block;
	background: #00519E;
	color: white;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: 400;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.unit-price-single {
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 43px;
	line-height: 45px;
	float: right;
	color: white;
	font-weight: 300;
}

.unit-info {
	display: block;
	clear: both;
	margin-top: 10px;
}

.attr-list  {
	width: 49%;
	float: left;
	overflow: hidden;
}

.attr-list table {
	margin-bottom: 40px;
}

.attr-list td {
	font-size: 13px;
}

.unit-slider  {
	width: 49%;
	float: left;
	overflow: hidden;
	margin-left: 2%;
}

table th, table td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
}

.attr-list td.unit-list-title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.single-unit-wrap {
	margin: 0 35px;
}

.wp-caption:hover .photo .photo_wrapper a .mask {
	display: block;
    -webkit-animation: moveFromBottom 300ms ease;
    -moz-animation: moveFromBottom 300ms ease;
    -ms-animation: moveFromBottom 300ms ease;
}

input[type="text"], input[type="tel"], input[type="password"], input[type="email"], textarea, select {
	background: #f5f5f5;
	color: #4C5C5F;
}

.tp-caption {
	padding: 0 40px !important;
}

.suzuki-animation {
	position: absolute;
		bottom: 0;
}

#Header #menu {
	margin: 30px 0 20px;
}

@media(max-width: 1240px) {
	.suzuki-animation img {
		width: 95%;
    	float: right;
	}
}

@media (max-width: 768px) {
	.suzuki-animation img {
		width: auto;
    	float: none;
	}

	.attr-list, .unit-slider {
		width: 100%;
	}

	.unit-price-single {
		position: static; 
		right: auto; 
		top: auto; 
		font-size: 33px;
		line-height: 45px;
		color: white;
		font-weight: 300;
		text-align: center;
		width: 100%;
		margin: 0 0 15px 0;
		display: inline-block;
	}

	.way-of-life {
		display: none;
	}

	.suzuki-animation {
	    text-align: center;
	    overflow: hidden;
	    left: 50%;
	    margin-left: -136px;
	    width: 272px;
	}

	.tp-leftarrow.default, .tp-rightarrow.default {
	margin-top: 0 !important;
    top: 0 !important;
	}

	.tp-leftarrow.default {
		right: 52px !important;
	    left: auto !important;
	}

	.tp-rightarrow.default {
		right: 0 !important;
	}

	.section_wrapper, .container, .four.columns {
		width: 95%;
	}

	.one-fourth.column.last {
		min-height: 400px;
	}
}

@media (max-width: 959px) {
	/*// .logo, .suzuki-animation__photo {
	// 	position: static;
	// }*/


	#Header #menu > ul {
		background: #005A9C;
	}

	img.scale-with-grid {
		height: auto;
		max-width: none;
		/* width: 150px; */
	}

	#Header .logo {
		position: static;
		width: auto;
		margin-bottom: 20px;
	}
}

/*.tp-bannertimer {
	background: #005A9C;
	background: rgba(0, 90, 171, .3);
}*/


/*html {
	overflow-y: scroll;
	background-color: #111;
}

.author {
	float: right;
}

.copyrights {
	padding-bottom: 20px;
}

#Wrapper {
	background: none;
}

#Header #logo {
	padding: 0 20px;
}

a.button.button_blue, a.tp-button.blue {
	background: #00519E;
}


a.button.button_blue:hover, a.tp-button.blue:hover {
	background: #003E75;
}



.vs-footer-lines {
	display: block;
	margin-top: 5px;
	width: 100%;
	min-height: 25px;
	background: url(../images/vs-footer-lines.png) no-repeat center right;
}

#Header .menu > li em {
	display: none;
}


.home #Content {
	background: none;
	color: #ccc;
	padding: 0;
}

.home #Content h5 {
	color: white;
	text-transform: uppercase;
	font-size: 16px;
}

.home #Content .section {
	padding: 0 !important;
}

.home .article_box .photo {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.home .article_box .photo:after {
	content: "\f054";
	display: block;
	position: absolute;
	width: 30px;
	height: 91px;
	line-height: 91px;
	background: #E3001B;
	top: 0;
	right: 0;
	box-shadow: inset 10px 0 10px -8px black;
	font-family: FontAwesome;
	text-align: center;
	color: white;
}

h2, h2 a, h2 a:hover {
	color: #222;
}

#Footer {
	margin-top: 30px;
	border-top: 3px solid #555;
	color: #ccc;
}

#Footer p {
	color: #ccc;
}

#Footer .widgets_wrapper {
	background: #3E3E40;
}

#Content, #Breadcrumbs, #Footer, #Header {
	background: #f8f8f8;
}

.widgets_wrapper aside > h4 {
	font-size: 18px;
	text-transform: uppercase;
}



@media only screen and (min-width: 480px) and (max-width: 767px) {
	.home .article_box .photo:after {
		height: 100%;
		line-height: 120px;
	}
}

@media only screen and (max-width: 479px) {
	.home .article_box .photo:after {
		height: 86px;
		line-height: 86px;
	}
}


@media only screen and (min-width: 960px) {
	body {
	padding-top: 140px;
}
#Header #menu {
	position: absolute;
	right: -40px;
	bottom: 0;
	padding: 0;
	margin: 0;
	height: 50px;
}

#Header .menu > li {
	padding: 0;
}

#Header .menu > li > a {
	background: #3E3E40;
	color: white;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	margin: 0 20px 0 0;
}

#Header .menu > li > a:hover {
	background: #00519E;
	color: white;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	margin: 0 20px 0 0;
}

#Header .menu > li > a:before {
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 0 50px 20px;
border-color: transparent transparent #3E3E40 transparent;
content: "";
    left: -20px;
    position: absolute;
    top: 0;
}

#Header .menu > li > a:after {  
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 50px 20px 0 0;
	border-color: #3E3E40 transparent transparent transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

#Header .menu > li:hover > a:before, #Header .menu > li.current-menu-item > a:before {
	border-color: transparent transparent #00519E transparent;
}

#Header .menu > li:hover > a:after, #Header .menu > li.current-menu-item > a:after {
	border-color: #00519E transparent transparent transparent;
}

#Header .menu > li.current-menu-item > a {
	background: #00519E;
	color: white;
}


#Header {
	border-bottom: 3px solid #00519E;
	background: #f8f8f8;
	width: 100%;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
}



}



@media (min-width: 960px) and (max-width: 1230px) {
	#Header #logo {
		padding: 0;
	}

	#Header .menu > li > a {
		padding: 0;	
	}

		.home .article_box .photo:after {
		height: 75px;
		line-height: 75px;
	}

#Header .menu > li > a:hover {
		padding: 0;
}


}

@media (min-width: 768px) and (max-width: 960px) {
		.home .article_box .photo:after {
		height: 56px;
		line-height: 60px;
	}
}

*/



