<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.01.2019, 17:02:52
    Author     : fidan.jahiji
*/

.clearfix:after{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

body {
	background: #FFF;
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans';
	font-size: 14px;
	color: #777;
}
/* --- headers --- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans';
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: 600;
	letter-spacing: 1px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #333;
	transition: opacity 0.3s ease 0s;
	opacity: 1;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	opacity: 0.6;
	text-decoration: none;
}
h1 {
	font-size: 22px;
	line-height: 34px;
}
h2 {
	font-size: 33px;
	line-height: 44px;
	font-weight: 300;
}
h3 {
	font-size: 22px;
	line-height: 34px;
	font-weight: 400;
}
h4 {
	font-size: 18px;
	line-height: 28px;
}
h5 {
	font-size: 17px;
	line-height: 27px;
}
h6 {
	font-size: 14px;
	line-height: 26px;
}

a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	display: block;
	transition: opacity 0.3s ease 0s;
	opacity: 1;
	max-width: 100%;
	height: auto;
}
a:hover img {
	opacity: 0.8;
}


.header-top-bar-container {
	background-color: #F5F5F5;
}
.header-top-bar .contact-details{
	float: left;
}
.contact-details li{
	float: left;
	border-right: 1px solid #E2E6E7;
	font-family: 'Open Sans';
	font-weight: 500;
	font-size: 13px;
	color: #999;
	line-height: 20px;
	padding: 15px 20px;
}
.contact-details li a{
	color: #999;
}
.contact-details li:first-child{
	border-left: 1px solid #E2E6E7;
}
.contact-details li:before{
	color: #A4AAB3;
	font-size: 14px;
	margin-right: 10px;
	padding-bottom: 1px;
}

.header-top-bar-container .header-toggle {
	display: none;
	clear: both;
	text-align: center;
	color: #777;
	padding: 15px 0;
}
.header-top-bar-container .header-toggle:hover {
	color: #000;
}
.header-top-bar-container .header-toggle {
	-moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-filter: fliph;
    filter: fliph;
}
.header-top-bar-container .header-toggle.active {
	-moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}



.header h1 a,
.social-icons a:hover,
.header-top-bar .template-search:hover,
.header-top-bar-container .header-toggle:hover,
.slider-control:hover,
.more:hover,
.vertical-menu li a:hover,
.buttons li a:hover,
.tabs-navigation li a:hover,
.tabs-navigation li a:focus,
.tabs-navigation li a:active,
.taxonomies a:hover,
.pagination li a:hover,
.scroll-top:hover {
	text-decoration: none;
}

.gray {
	background: #F5F5F5;
}
.dark-gray {
	background: #73767A;
}

h2.box-header {
	text-align: center;
}
h2.box-header.align-left {
	text-align: left;
}
.box-header:after {
	display: block;
	content: "";
	background: #972325;
	width: 40px;
	height: 2px;
	margin-top: 13px;
}
h2.box-header:after {
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
h2.box-header.align-left:after {
	margin-left: 0;
}
.footer-container h1, .footer-container h2, .footer-container h3, .footer-container h4, .footer-container h5, .footer-container h6,
.footer-container h1 a, .footer-container h2 a, .footer-container h3 a, .footer-container h4 a, .footer-container h5 a, .footer-container h6 a {
	color: #FFF;
}
.footer-container p, .footer-container p a {
	color: #FFF;
}
.footer-container h6.box-header:after {
	background: #AEAFB0;
}
.footer-container h6.box-header:after {
	background: #AEAFB0;
}

.footer-container .taxonomies a {
	background: transparent;
	border-color: #888A8E;
	color: #D5D5D5;
}
.footer-container .taxonomies a:hover {
	border-color: #FFF;
	color: #FFF;
}

.footer-container .list li {
	color: #FFF;
}
.footer-container li.template-bullet:before {
	color: #AEAFB0;
}
.footer-container .list li a {
	color: #FFF;
}

.page-header {
    padding: 0px;
    margin: 0px;
    border-bottom: none;
}
.page-header h1 {
    padding-left: 15px;
}

/* --- list bullet --- */
.list li {
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
}
.list.simple li {
	padding-left: 0;
}
.list.simple li span {
	float: left;
	min-width: 40%;
}
.list li a {
	color: #972325;
}
li.template-bullet:before {
	color: #972325;
	padding-right: 10px;
	margin-left: -30px;
	vertical-align: text-top;
	font-size: 18px;
}


/* ==========================================================================
    Social-Media Icons
========================================================================== */ 
.social-icons li {
	float: left;
	border-right: 1px solid #E2E6E7;
}
.social-icons li:first-child {
	border-left: 1px solid #E2E6E7;
}
.social-icons a {
	display: block;
	color: #A4AAB3;
}
.social-icons a:hover {
	color: #777;
}
.social-icons a:before {
	font-size: 14px;
}
.social-icons li a {
	padding: 17px;
}
.social-icons.gray li {
	background: transparent;
	border: 1px solid #888A8E;
	margin-left: 8px;	
}
.social-icons.gray li:hover {
	border-color: #FFF;
}
.social-icons.gray li a {
	height: 44px;
	padding: 10px 17px;
}
.social-icons.gray li a:before {
	color: #AEAFB0;
}
.social-icons.gray li a:hover:before {
	color: #FFF;
}
.social-icons.gray li:first-child {
	margin-left: 0;
}

@media screen and (max-width:990px) {
	.header-top-bar .social-icons {
		display: none;
	}
}


.copyright {	
	color: #A4AAB3;
	font-family: 'Open Sans';
	line-height: 24px;
}
.copyright a {
	color: #777;
}

.scroll-top.animated-element {
	position: fixed;
	visibility: hidden;
	display: block;
	width: 50px;
	padding: 13px 0;
	background: rgba(38,38,40,0.4);
	right: 30px;
	bottom: 30px;
	text-align: center;
}
.scroll-top:before {
	font-size: 24px;
	color: #FFF;
}
.scroll-top:hover {
	background: #972325;
}

/* --- features --- */
.features-list li {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.features-list.big li {
	text-align: center;
}
.features-list li:first-child {
	margin-top: 0;
}
.features-list li .icon {
	float: left;
	clear: both;
	margin-top: 23px;
}
.features-list li .icon:before {
	font-size: 48px;
	margin-right: 30px;
	color: #972325;
}
.features-list li h4 {
	padding-bottom: 5px;
}
.features-list li p {
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin-top: 16px;
	margin-left: 78px;
}

.navbar {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* ==========================================================================
    Map
========================================================================== */ 
.contact-map {
	width: 100%;
	height: 450px;
}


/* ==========================================================================
    Chiptuning
========================================================================== */ 
.accordion li {
	border: 1px solid #E2E6E7;
	border-top: none;
}
.accordion li:first-child {
	border-top: 1px solid #E2E6E7;
}
.accordion .ui-accordion-content {
	padding: 30px 20px 20px;
}
.accordion .ui-accordion-header {
	padding: 18px 20px;
	cursor: pointer;
	font-family: 'Open Sans';
	line-height: 24px;
	transition: padding-left 300ms, padding-right 300ms;
	-webkit-transition: padding-left 300ms, padding-right 300ms;
	-moz-transition: padding-left 300ms, padding-right 300ms;
	transition-timing-function: ease;
	-webkittransition-timing-function: ease;
	-mozkittransition-timing-function: ease;
}
.accordion .ui-accordion-header h4 {
	font-weight: 300;
	color: #777;
	letter-spacing: normal;
	line-height: 28px;
	margin-bottom: 1px;
	margin-left: 44px;
}
.accordion  .ui-accordion-header .ui-accordion-header-icon {
	float: left;
	margin-right: 20px;
	font-size: 24px;
	color: #972325;
}
.accordion  .ui-accordion-header:hover {
	padding-left: 30px;
	padding-right: 10px;
}
.accordion  .ui-accordion-header.ui-state-active:hover {
	padding: 18px 20px;
}
.accordion p.description {
	margin: 0;
}

.tblChiptuning td:nth-child(2) {
    background-color: #efefef;
}

.tblChiptuning td:nth-child(3) {
    background-color: #FFDDDD;
}

/* ==========================================================================
    AbstÃ¤nde
========================================================================== */ 
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-top-bottom-30 {
	margin: 30px 0px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-26 {
	margin-top: 26px;
}
.padding-top-bottom-10 {
	padding: 10px 0;
}
.padding-top-bottom-30 {
	padding: 30px 0;
}
.margin-top-50 {
	margin-top: 50px;
}

.content-article {
	padding-bottom: 30px;
}

/* ==========================================================================
    Farben
========================================================================== */ 
.bg_grau01 {
    background-color: #efefef;
}
/* ==========================================================================
    Clients Logo
========================================================================== */ 

.clients {
    
}
.clients .clients-logos {
    padding-top: 15px;
}
.clients .clients-logos .client {
    padding: 15px 30px;
}
.clients .clients-logos .inner-logo {
    text-align: center;
    line-height: 100px;
}
.clients .clients-logos .inner-logo a {
    display: block;
    height: 100px;
}
.clients .clients-logos .inner-logo img {
    max-width: 100%;
    max-height: 100%;
    opacity: 0.4; filter: alpha(opacity=40);
}
.clients .clients-logos .inner-logo img:hover {
    opacity: 1; filter: alpha(opacity=100);
}

/* ==========================================================================
    Slider
========================================================================== */ 
.carousel-caption h3 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 30px;
}
.carousel-caption p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.carousel .item img {
    max-height: 500px;
    min-width: 100%;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}

@media screen and (max-width:1189px) {
	.contact-details li, .contact-details li:first-child {
		border: none;
	}
    .carousel-caption h3 {
        font-size: 60px;
        margin-bottom: 30px;
    }
    .carousel-caption p {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:767px) {
	.header-top-bar .contact-details {
		float: none;
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.contact-details li {
		padding: 15px 4px;
	}
	.contact-details li::before {
		margin-right: 2px;
	}
    .carousel-caption h3 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .carousel-caption p {
        font-size: 18px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width:1189px) {
    .footer-container .box-header {
        margin-top: 20px;
    }
}
@media screen and (max-width:479px) {
	.contact-details li {
		padding: 5px;
		clear: both;
	}
    .header-top-bar {
        display: none;
    }
	.header-top-bar .contact-details {
		display: block;
	}
	.header-top-bar-container .header-toggle {
		display: block;
	}
    .footer-container .box-header {
        margin-top: 20px;
    }
    .carousel-caption {
        padding-bottom: 0px;
    }
    .carousel-caption h3 {
        font-size: 25px;
        margin-bottom: 0px;
    }
    .carousel-caption p {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .carousel-indicators {
        display: none;
    }
}


</pre></body></html>