

@import "navigation.css";
@import "home.css";
@import "wheels.css";
@import "footer.css";
@import "trader.css";
@import "mark.css";
@import "carcode.css";
@import "impressum.css";


@font-face {
   font-family:'FuturaPTWeb';
   src:url(../fonts/FTN45__W.eot);
   src:local('?'),
       url(../fonts/FTN45__W.eot?#iefix) format('embedded-opentype'),
       url(../fonts/FTN45__W.woff) format('woff'),
       url(../fonts/FTN45__W.ttf) format('truetype'),
       url(../fonts/FTN45__W.svg#FuturaPTWeb-Book) format('svg');
   font-weight:normal;
   font-style:normal;
}
   
@font-face {
   font-family:'FuturaPTWeb';
   src:url(../fonts/FTN85__W.eot);
   src:local('?'),
       url(../fonts/FTN85__W.eot?#iefix) format('embedded-opentype'),
       url(../fonts/FTN85__W.woff) format('woff'),
       url(../fonts/FTN85__W.ttf) format('truetype'),
       url(../fonts/FTN85__W.svg#FuturaPTWeb-Bold) format('svg');
   font-weight:bold;
   font-style:normal;
}

body {
    font-family: "FuturaPTWeb", sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #4B5A69;
    background-color: #fff;
    margin: 0;
    overflow-y: scroll;
}

.bold {
   font-weight: bold; 
}

.text-uppercase {
    text-transform: uppercase;
}

.text-black {
    color: black;
}

a {
    text-decoration: none;
}

.no-margin {
    margin: 0;
}

.cc-banner.cc-top {
    height: 40px;
}

.cc-btn {
    padding: 2px 4px !important;
}

.conf-alert-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8009;
    background-color: rgba(255, 255, 255, 0.5);
}

.conf-alert-text {
    position: fixed;
    top: 300px;
    left: 50%;
    margin-left: -250px;
    background-color: rgba(0,0,0,0.75);
    border-color: rgba(0,0,0,0.75);
    color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.75);
    box-shadow: 0 0 10px rgba(0,0,0,0.75);
    padding: 15px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 500px;
    max-width: 100%;
    text-align: center;
}

.conf-alert-loader {
    position: fixed;
    top: 300px;
    left: 50%;
    width: 50px;
    text-align: center;
}

.conf-close {
    background: white;
    color: black;
    opacity: 0.7;
    transition: opacity ease-in-out 0.25s;
    -webkit-transition: opacity ease-in-out 0.25s;
    -o-transition: opacity ease-in-out 0.25s;
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px solid white;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    padding: 0;
    cursor: pointer;
    float: right;
    line-height: 1;
    text-shadow: 0 1px 0 #ffffff;
}

.conf-close:hover {
    opacity: 0.9;
}

.conf-close > span {
    color: #4B5A69;
    display: block;
    font-size: 18px;
    margin-top: -3px;
    margin-left: 1px;
}

.conf-msg-container {
    padding: 10px;
}

.conf-msg-container > span {
    white-space: normal;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 17px;
    margin-top: 0;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
}

.not-active {
    
    cursor: not-allowed;
    pointer-events: none;
}

#conf-mouseover-white {
    position: absolute;
    background-color: white;
    z-index: 900;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    padding: 5px 5px;
}

#conf-mouseover-white > span {
    font-size: 14px;
    color: #4B5A69;
    line-height: 26px;
    vertical-align: middle;
    margin-left: 10px;
}

#conf-mouseover-black {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 900;
    border-radius: 3px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    padding: 5px 5px;
}

#conf-mouseover-black > span {
    font-size: 14px;
    color: white;
    line-height: 26px;
}

#conf-langselect-footer {
    position: absolute;
    background-color: white;
    z-index: 900;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    padding: 5px 5px;
    height: 300px;
    max-height: 300px;
    overflow-y: scroll;
    left: 20px;
    top: 200px;
}

#conf-langselect-footer > a { 
    color: #4B5A69;
    line-height: 36px; 
    padding: 9px 10px;
}

#conf-langselect-footer > a > span { 
    font-size: 16px;
    line-height: 36px;
    display: inline-block;
    width: 180px;
    text-transform: uppercase;
}

#conf-langselect-footer > a > img { 
    margin-top: -5px; 
    position: relative; 
    vertical-align: middle;
    margin-right: 5px;
}

#conf-langselect-footer > hr {
    margin-bottom: 5px;
}

#conf-langselect-footer > a:hover {
    color: black;
    cursor: pointer;
}

a:hover {
    color: black;
    cursor: pointer;
}

a:visited {
    color: black;
    cursor: pointer;
}

.no-scroll {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: scroll;
}