/* ##########

### Inhaltsverzeichnis ###

--- Generelle bestandsteile

--- Schriften

--- Farben

--- Helfer

--- Header

--- Footer

--- Slideshow

--- Inhalt

--- Zufällige Fahrzeuge

--- Fahrzeugsuche



*/

/* ############ Generelle bestandsteile ############ */

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

hr{
    border-top-color: #1f1f1f;
    margin: 50px 0;
}

body, html {
    background-color: #000;
    color: white;
    height: 100%;
}

p{
    text-align: justify;
}

img {
    max-width: 100%;
}

.container {
    margin: 25px auto;
}

/* ############ Schriften ############ */

a, a:visited {
    color: #ffffff;
}

a:hover, a:focus{
    color: #bbb;
}

small{
    font-size: 55%;
}


a.arrow:before, #services a:before {

    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border-radius: 12px;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    line-height: 23px;
    float: none;
    text-align: center;
    content: ">";
    background: #000;
    font-family: 'Raleway', sans-serif;
}

a.arrow-bright:before {

    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border-radius: 12px;
    font-size: 14px;
    color: #000;
    font-weight: 900;
    line-height: 23px;
    float: left;
    text-align: center;
    content: ">";
    background: #fff;
    font-family: 'Raleway', sans-serif;

}

a.arrow-bright, a.arrow {
    height: 20px;
    vertical-align: middle;
    line-height: 24px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background-color: #bbb;
    border-color: #BBB;
    color: #000;
}

/* ############ Farben ############ */

.black {
    background-color: black;
    opacitasy: 0.5;
}

.black.transparent {
    background: #000000;
    /* Fallback IE 6-8 */

    background: rgba(0, 0, 0, .5);
}

.light-grey {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, .7);
}

.light-grey input, .light-grey button{
    color: #1f1f1f;
}

.light-grey h1,
.light-grey h2,
.light-grey h3,
.light-grey h4,
.light-grey h5,
.light-grey h6 {
    color: black;
    font-weight: 600;
}

.light-grey a {
    color: black;
}

.liaght-grey .row > div > * {
    width: 75%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.light-grey .form-group div:nth-child(1){
    font-weight: 600;
    padding-top: 7px;
}



/* ############ Helfer ############ */

.hide {
    display: none;
}

.center, #logo p {
    margin: 0 auto;
    text-align: center;
}

.margin-center{
    margin-left: auto;
    margin-right: auto;
}

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

.space {
    padding: 25px 0;
}

.break-out {
    text-align: center;
    margin-left: -100%;
    margin-right: -100%;
}

.content-space {
    padding: 25px 25px;
}

img.bordered, #services img {
    border: solid white 7px;
    width: 93%;
    box-shadow: 0px 15px 40px -18px gray;
}

.text-left-aligned {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.small-padding {
    padding: 15px 50px;
}

.no-margin {
    margin: 0
}

.no-vertical-margin{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.no-padding {
    padding: 0!important;
}

.smaller .logo {
    height: 90px;
    width: 90px;
}

.relative{
    position: relative;
}

.margin-top-10{
    margin-top: 10px;
}

/* ############ Header ############ */

.logo {
     text-align: center;
    width: 100%;
}

.logo p{
       display: block;
    width: 300px;
	
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
@media (min-width: 950px) {
.sprache{
    position: absolute;
    right: 0px;
    bottom: 15px;
}
}
@media (min-width: 450px) and 
  (max-width: 950px) {
.sprache{
    position: absolute;
    right: 0px;
    bottom: 15px;
}
}
@media (max-width: 450px) {
    .sprache{
    
}
}


.navbar > div {
    padding: 0;
    margin: 20px auto;
}

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

#slideshow{
    border: 0;
}

.navbar-nav > li > a {
    text-transform: uppercase;
}

.nav > li > a {
    padding: 10px 10px;
}

.navbar-nav > li > a:hover, .nav>li>a:focus {
    color: white;
    background-color: transparent;
}

.navbar-nav > li > a:hover:after, .navbar-nav > li > a:focus:after {
    content: "";
    background: #ccc;
    position: absolute;
    bottom: 15%;
    left: 5%;
    height: 3px;
    width: 90%;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
    background: none !important;
}

.navbar .navbar-na .dropdown open {
	background-color:#000000;
}
.dropdown {
	background-color:#000000;
}
.slideshow-bottom{
    display: none;
}

.navbar-toggle .icon-bar{
    background-color: #fff;
}


/* ############ Footer ############ */

#footer {
    background-color: #101010;

    border: solid 1px transparent;
}

#footer ul{
    list-style: none;
}

#footer li{
    display: inline;
    padding-left: 15px;
}

.gradient-bottom hr{
    margin: 0;
    border-top-color: #fff;
}

#open tr > td:first-of-type{
    text-align: right;
}

/* ############ Slideshow ############ */

#show {
    width: 100%;
}

#show img {
    width: 100%
}

/* ############ Inhalt ############ */

.div75 {
    width: 75%;
}

.check{
    float: right;
    margin-left: 30px;
}


/* ############ Zufällige Fahrzeuge ############ */

.car-element {
    position: relative;
    background-color: #111111;
    width: 100%;
    text-align: left;
    display: table;
    padding-bottom: 18px;
    margin: 50px 0;
	border: 2px solid #8a8a8a;
}

.car-data > div > .row > p{
    display: inline-block;
    padding-left: 6px;
}

.car-element .vehicle-data {
    padding-top: 10px;
    float: left;
}

.car-element > div > img {


    box-shadow: none;
    margin-top: 10px;
    margin-left: 3px;
    border: solid #1f1f1f 7px;

    width: 93%;
    /*max-width: 300px;*/
}

.car-data > div > .row > p:nth-child(2) {
    color: #b2b2b2;
}

.car-element span.pricetag {
    position: absolute;
    bottom: 55px;
    right: +10px;
    font-size: 150%;
    background-color: #191919;
    padding: 3px 20px;
    margin-right: 1px;
    z-index: 9;
}

.car-element span.pricetag:after {
    awidth: 0;
    haeight: 0;
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0px;
    z-index: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #161616 transparent transparent transparent;
}

.car-element span.info {
    position: absolute;
    bottom: 14px;
    right: -7px;
    font-size: 110%;
    background-color: #e4e4e4;
    color: #000;
    font-weight: 600;
    padding: 3px 20px;
    margin-right: 1px;
    z-index: 9;
}

.car-element span.info:after {

    haeight: 0;
    content: "";
    position: absolute;
    bottom: -7px;
    right: 0px;
    z-index: 0;
    border-style: solid;
    border-width: 7px 7px 0 0;
    border-color: #c4c4c4 transparent transparent transparent;
}


.anzeige {
    position: relative;
    background-color: #111111;
    width: 93% !important;
    text-align: left;
    display: table;
    padding-bottom: 18px;
    margin: 50px 0;
    width: 92%;
    border: 0 solid transparent;
}



.anzeige a{
    color: #fff;
}

.anzeige > div > .row > p{
    display: inline-block;
    padding-left: 6px;
}

.anzeige .vehicle-data {
    padding-top: 10px;
    float: left;
}

.anzeige img {


    box-shadow: none;
    margin-top: 6px;
    margin-left: 6px;
    border: solid #1f1f1f 7px;

    width: 93%;
    /*max-width: 300px;*/
}

.anzeige > div > .row > p:nth-child(2) {
    color: #b2b2b2;
}

.anzeige span.pricetag {
    position: absolute;
    bottom: 12px;
    right: -10px;
    font-size: 150%;
    background-color: #191919;
    padding: 3px 20px;
    margin-right: 1px;
    z-index: 9;
}

.anzeige span.pricetag:after {
    awidth: 0;
    haeight: 0;
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0px;
    z-index: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #161616 transparent transparent transparent;
}

.anzeige span.info {
    position: absolute;
    bottom: 14px;
    right: -7px;
    font-size: 110%;
    background-color: #e4e4e4;
    color: #000;
    font-weight: 600;
    padding: 3px 20px;
    margin-right: 1px;
    z-index: 9;
}

.anzeige span.info:after {

    haeight: 0;
    content: "";
    position: absolute;
    bottom: -7px;
    right: 0px;
    z-index: 0;
    border-style: solid;
    border-width: 7px 7px 0 0;
    border-color: #c4c4c4 transparent transparent transparent;
}

/* ############ Fahrzeugsuche ############ */

#search-header {
    background-color: #111111;
    color: #fff;
    padding: 0;
    text-align: center;
    margin-bottom: 0px;
}

#search-header h1 {
    font-size: 130%;
}

#search-header h1 {
    color: #fff;
}


#search-container{
    background-color: #1f1f1f;
    color: #fff;
    position: relative;
    padding: 20px 0 10px 0;
    margin-top: 0;
    border: 2px solid #8a8a8a;
}

.search-break-out{

}

@media (max-width: 490px) {
    .car-data{
        padding-bottom: 100px;
    }
}

.filter {

}

.filter select {
    color: #1f1f1f;
    width: 100%;
}

.filter label {
    text-align: right;
    line-height: 34px;
    width: 100%;
    margin: 0;
}

.search-input {
    padding: 10px;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    color: #000;
}

#search-container .no-margin div{
    padding-top: 4px;
    padding-bottom: 7px;
}

#search-container button, input[type="submit"]{
    background-color: #fff;
    color: #000;
    font-weight: 500;
}

#search-container button:active, #search-container button:focus, #search-container button:hover{
    background-color: #ddd;
    color: #000;
}

#search-container .no-margin div:first-of-type{
    padding-top: 0;
    padding-bottom: 7px;
}



.pagination > li > a:hover, .pagination > li > span:hover {
    background-color: #ddd;
    color: #000;
}

/* ############ Fahrzeugsuche ############ */

#back-to-list a{
    color: #000;
}

#back-to-site a{
    color: #fff;
}



.detail-data .margin {
    margin-top: 15px;
    margin-bottom: 15px;
}

#car-detail-images {
    background-color: #e4e4e4;
}

#detail-images-bottom, .detailbox-header {
    background-color: #333;
}

#detail-images-bottom{
    margin-top: 5px;
}

#detail-images-bottom h1, .detailbox-header h1{
    color: #fff;
}

/*#car-details > .row:nth-of-type(1), #car-details > .row:nth-of-type(2), #car-details > .row:nth-of-type(3), #car-details > .row:nth-of-type(4), #car-details > .row:nth-of-type(5){
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, .7);
}*/

#car-details > .row{
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, .7);
}

#car-details > .row:nth-of-type(6){
    background-color: #000;
    color: #fff;
}

/* ############ Einzigartige Elemente ############ */

#welcome p {
    font-size: 1.75rem;
    line-height: 133%;
    margin: 20px;
    margin-left: 0px;
}

#salutation {
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    font-weight: 500;
}

#salutation:after {
    content: "";
    background: #ccc;
    position: absolute;
    bottom: -0%;
    left: 47%;
    height: 3px;
    width: 6%;
}

.car-data .hidden-sm.hidden-xs{
    padding-left: 6px;
}

.content-body .impressum ul {
    display: inline-block;
    padding-left: 15px;
    vertical-align: top;
    width: 45%;
}

.impressum li{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

#schriftzug {
    margin-top: 50px;
}

#services .col-md-4 {
    margin-top: 50px;
    margin-bottom: 50px;
}

#services .container {
    margin-top: 0;
    margin-bottom: 0;
}

.team {
    position: relative;
    background-color: #111111;
    color: #ffffff;
    width: 93% !important;
    text-align: left;
    display: table;
    padding-bottom: 18px;
    margin: 50px 0;
    width: 92%;
    border: 0 solid transparent;
}

.team a{
    color: #fff;
}

.team .person-data{
    padding-top: 80px;
}

.team > div > .row > p{
    display: inline-block;
    padding-left: 6px;
}


.team img {


    box-shadow: none;
    margin-top: 6px;
    margin-left: 6px;
    border: solid #1f1f1f 7px;

    width: 93%;
    /*max-width: 300px;*/
}

.team > div > .row > p:nth-child(2) {
    color: #b2b2b2;
}

.team span.name {
    position: absolute;
    top: 12px;
    right: -10px;
    font-size: 150%;
    background-color: #191919;
    padding: 3px 20px;
    margin-right: 1px;
    z-index: 9;
}

.team span.name:after {
    awidth: 0;
    haeight: 0;
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0px;
    z-index: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #161616 transparent transparent transparent;
}

.team span.info {
    position: absolute;
    top: 60px;
    right: -7px;
    font-size: 110%;
    background-color: #fdfdfd;
    color: #000;
    font-weight: 600;
    padding: 3px 20px;
    margin-right: 1px;
    z-index: 9;
}

.team span.info:after {

    haeight: 0;
    content: "";
    position: absolute;
    bottom: -6px;
    right: 0px;
    z-index: 0;
    border-style: solid;
    border-width: 6px 6px 0 0;
    border-color: #c4c4c4 transparent transparent transparent;
}



.gradient-top {
    background-image: radial-gradient(center bottom, ellipse cover, #242424, #000000 60%);
    background-image: -o-radial-gradient(center bottom, ellipse cover, #242424, #000000 60%);
    background-image: -ms-radial-gradient(center bottom, ellipse cover, #242424, #000000 60%);
    background-image: -moz-radial-gradient(center bottom, ellipse cover, #242424, #000000 60%);
    background-image: -webkit-radial-gradient(center bottom, ellipse cover, #242424, #000000 60%);
}

.gradient-bottom {
    background-image: radial-gradient(center top, ellipse cover, #242424, #000000 60%);
    background-image: -o-radial-gradient(center top, ellipse cover, #242424, #000000 60%);
    background-image: -ms-radial-gradient(center top, ellipse cover, #242424, #000000 60%);
    background-image: -moz-radial-gradient(center top, ellipse cover, #242424, #000000 60%);
    background-image: -webkit-radial-gradient(center top, ellipse cover, #242424, #000000 60%);
}

.graadient-center {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+10,242424+50,000000+90 */

    background: #000000;
    /* Old browsers */

    background: -moz-linear-gradient(left, #000000 10%, #242424 50%, #000000 90%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #000000), color-stop(50%, #242424), color-stop(90%, #000000));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(left, #000000 10%, #242424 50%, #000000 90%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(left, #000000 10%, #242424 50%, #000000 90%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(left, #000000 10%, #242424 50%, #000000 90%);
    /* IE10+ */

    background: linear-gradient(to right, #000000 2%, #242424 50%, #000000 98%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    /* IE6-9 */
}

/* ########## Media Queries ########## */
@media (max-width: 768px) {
    .text-left-aligned {
        padding-top: 15px;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding: 0 50px;
        margin: 5px auto;
    }
}

@media (max-width: 600px) and (min-width: 455px) {
    .anzeige .vehicle-data {
        padding-bottom: 45px;
    }
}

@media (max-width: 300px) {
    .anzeige .vehicle-data {
        padding-bottom: 45px;
    }
}

@media (max-width: 1199px) {
    .anzeige .vehicle-data {
        padding-bottom: 45px;
    }
}

@media (min-width: 921px) {
    .anzeige {
        margin: 25px 0;
    }
}

@media (max-width: 1200px) {
    #footer a {
        display: block;
        text-align: center;
    }

    #footer li{
        display: block;
        text-align: center;
        padding-left: 0px;
        padding-bottom: 10px;
    }

    #footer ul{
        padding-left: 0;
    }

    #footer{
        text-align: center;
    }

}



@media (max-width: 991px) {
    #footer p {
        margin-bottom: 25px;
    }

    .search-submit {
        padding: 40px 40px 25px 40px;
    }

}

@media (min-width: 992px) {
    .search-submit {
        position: absolute;
        bottom: 10px;
        right: 15px;
    }

}

#auszeichnung{
    padding-top: 20px;
}

#auszeichnung .fa{
    padding: 15px;
    font-size: 200%;
}

#scrollbox ul{
    list-style: none;
    padding-left: 0;
}

.detail-image-button-first{
    margin-top: 15px;
}

/* ############ Menue rechts und links ############ */
div.menu-left a,
div.menu-right a {
    color: #fff;
}

div.menu-left {
	background-color: #000006;
	box-shadow: 0 0 2px 2px #ffffff;
	color: #FFFFFF;
	left: -250px;
	min-height: 310px;
	padding: 30px 10px 10px 10px;
	position: fixed;
	top: 268px;
	transition: left 0.7s ease 0s;
	width: 300px;
	z-index: 1000;
}

div.menu-left .headline-left {
	float: right;
	height: 100px;
	text-align: center;
	width: 22px;
	font-size: 16px;
	padding-right: 14px;
	line-height: 20px;
}

div.menu-left:hover {
	left: 0px;
	-webkit-transition: left 0.7s;
	-moz-transition: left 0.7s;
	-o-transition: left 0.7s;
	transition: left 0.7s;
}

div.menu-left .headline-left-text {
	width: 220px;
	float: left;
	font-size: 13px;
	padding-top: 13px;
}

div.menu-right {
    background-color: #000006;
    box-shadow: 0 0 2px 2px #ffffff;
    color: #FFFFFF;
    right: -240px;
    min-height: 330px;
    padding: 10px;
    position: fixed;
    top: 268px;
    transition: right 0.7s ease 0s;
    width: 288px;
    z-index: 1000;
}

div.menu-right .headline-right {
    float: left;
    height: 100px;
    text-align: center;
    width: 18px;
    font-size: 16px;
    padding-left: 10px;
    line-height: 17px;
    font-weight: normal;
}

div.menu-right .headline-right p {
    display: table-cell;
    vertical-align: middle;
}

div.menu-right:hover {
    right: 0px;
    -webkit-transition: right 0.7s;
    -moz-transition: right 0.7s;
    -o-transition: right 0.7s;
    transition: right 0.7s;
}

div.menu-right .headline-right-text {
    width: 220px;
    float: right;
    font-size: 13px;
    padding-top: 13px;
}

