/*** BASIC ELEMENTS ***/
body {
    background-color: #e6eaee;
    font-size: 13px;
    line-height: 18px;
    color: #7b7c7e;
    font-family: ff-fago-web-pro, Arial, Helvetica, sans-serif;
    overflow: hidden;
}

b, strong, .strong {
    font-weight: 700;
}

h1, h2 {
    color: #002F5C;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 0px;
}

h3 {
    color: #002F5C;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px; /*NEW! Delete this line and h3 will be 13px as usual*/
}

h1 a, h2 a{
    color: #002F5C;
    font-weight: 700;
}
h3 a{
    color: #002f5c;
}

h1 a:hover, h2 a:hover, h3 a:hover {
    color: #DA001A;
    text-decoration: none;
}

p {
    margin: 0 0 10px;
}

i{
    /*font-style: italic;*/
    color: #b6b8bc;
}

small{
    font-size: 0.85em;
}

hr{
    color: #C8C8C8;
    border: none;
    border-top: 1px solid #C8C8C8;
}

/*** FOOTER ELEMENTS ***/
.footermenue, .footermenue a {
    color: #7b7c7e;
    /*	font-size: 12px;*/
}
.footermenue a:hover{
    color: #DA001A;
    text-decoration: none;
}
.footermenue h3{
    color: #7b7c7e;
    margin-top: 16px;
}
.footermenue .c3, .footermenue .c6{
    margin-top: 0;
}
.footermenue a.more {
    background: url(../images/arrow_gray_7px.png) no-repeat right 4px;
}

/*** PAGECONTENT ELEMENTS ***/

.pagecontent {
    background-color: #fff;
    border: 1px solid #C8C8C8;
    border-top: 0;
    box-shadow: 0 0 5px #C8C8C8;
    padding-top: 11px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    color: #7b7c7e;
    word-wrap: break-word;
}

a.more, a.more:visited {
/*    background: url(../images/nav/arrow_blue_7px.png) no-repeat right 3px;*/
}

a.more, a.more:hover, a.more:visited {
    padding-right: 10px;
    font-weight: 700;
}

a.more:hover {
    color: #da001a;
/*    background: url(../images/nav/arrow_red_7px.png) no-repeat right 3px;*/
}

a {
    color: #002f5c;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

.pagecontent img.img-responsive {
    margin-right: 11px;
    margin-bottom: 6px; /*max-width: 40%;*/
}

.pagecontent .clearer {
    clear: both;
    line-height: 6px;
    height: 6px;
}

.row.keyvisual.flex {
    border-bottom: 1px solid #C8C8C8;
}
.topbottommargin{
    margin-top: 11px;
    margin-bottom: 16px;
}
.topmargin{
    margin-top: 11px;
}
.bottommargin{
    margin-bottom: 16px;
}
.nomargin{
    margin: 0px;
}
ul.spaced{
    list-style: disc;
    margin: 0 0 10px;
    padding: 0;
}
ul.spaced > li{
    margin-left: 20px;
}

/*** BREADCRUMBS ELEMENTS ***/
div.crumbs{
    margin: 0;
    margin-top: 12px;
    padding-bottom: 20px;
    color: #7b7c7e;
    /*width: 902px;*/
    /*padding-left: 10px;*/
}
div.crumbs>div{
    margin-left: -12px;
    margin-right: -12px;
}
div.crumbs a{
    color: #7b7c7e;
    margin: 12px 0 0;
    padding-bottom: 0px;
}
div.crumbs a{
    margin: 0 10px 0 0;
}
div.crumbs a.first{
    margin-left: 0;
}
div.crumbs a:hover{
    color: #DA001A;
}
div.crumbs span{
    margin-right: 10px;
}

.row {
    margin-right: -12px;
    margin-left: -12px;
}

.col-xs-12 , .col-sm-12 , .col-md-12 , .col-lg-12 , .col-xs-11 , .col-sm-11 , .col-md-11 , .col-lg-11 , .col-xs-10 , .col-sm-10 , .col-md-10 , .col-lg-10 , .col-xs-9 , .col-sm-9 , .col-md-9 , .col-lg-9 , .col-xs-8 , .col-sm-8 , .col-md-8 , .col-lg-8 , .col-xs-7 , .col-sm-7 , .col-md-7 , .col-lg-7 , .col-xs-6 , .col-sm-6 , .col-md-6 , .col-lg-6 , .col-xs-5 , .col-sm-5 , .col-md-5 , .col-lg-5 , .col-xs-4 , .col-sm-4 , .col-md-4 , .col-lg-4 , .col-xs-3 , .col-sm-3 , .col-md-3 , .col-lg-3 , .col-xs-2 , .col-sm-2 , .col-md-2 , .col-lg-2 , .col-xs-1 , .col-sm-1 , .col-md-1 , .col-lg-1 {
    padding-left: 12px;
    padding-right: 12px;
}


div.imageleft{
    float: none;
    margin: 0 10px 10px 0;
}
div.imageright{
    float: none;
    margin: 0 0 10px 10px;
}

@media (min-width: 480px) {
    div.imageleft{
        float: left;
        margin: 0 10px 10px 0;
    }
    div.imageright{
        float: right;
        margin: 0 0 10px 10px;
    }
}

/*** Definition of Searchresults ***/
#search-group-main .form-control.typeahead.tt-input{
    padding:2px;
}
#search-group-main .tt-dropdown-menu{
    z-index: 1500;
    position: absolute;
    /*overflow: hidden;*/
    width: 150px;
    /*max-height: 300px;*/
    border: 1px solid #c8c8c8;
    background-color: #ffffff;
    font-size: 13px;
    font-family: ff-fago-web-pro, Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 15px;
    padding: 4px;
    padding-top: 8px;
}
#search-group-small span.twitter-typeahead{
    width: 100%;
}
#search-group-small input#searchtext {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#search-group-small .twitter-typeahead .tt-hint, #search-group-small .twitter-typeahead .tt-input {
    display: block;
    height: 34px;
    padding: 8px;
    font-size: 14px;
    line-height: 1.428571429;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #ccc;
    font-size: 14px
}
#search-group-small .tt-dropdown-menu{
    z-index: 1500;
    position: absolute;
    overflow: hidden;
    width: 100%;
    color: #7b7c7e;
    border: 1px solid #c8c8c8;
    background-color: #ffffff;
    font-size: 13px;
    font-family: ff-fago-web-pro, Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 18px;
    padding: 2px;
    padding: 8px;
    border-radius: 6px;
    margin-top: 8px;
}

/*** Definition of Liststyle ***/
.list-files{
    padding: 9px 12px 9px 12px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #c8c8c8;
}
.list-files-image {
    padding: 0px 12px 0px 0px;
}
.list-files-text{
    padding: 0;
}
@media (min-width: 748px) {


    .list-files.second {
        border-left: transparent;
    }

    .list-files.left {
        border-top: transparent;
    }

    .list-files.right {
        border-top: transparent;
        border-left: transparent;
    }

    .list-files.second, .list-files.first {
        border-top: 1px solid #c8c8c8;
    }

    .list-files.right.last {
        border-bottom: 1px solid #c8c8c8;
    }

    .list-files.right.prelast {
        border-bottom: 1px solid #c8c8c8;
    }
}
@media (max-width: 747px){
    .list-files{
        border: 1px solid #c8c8c8;
        border-bottom: transparent;
    }
    .list-files.last {
        border-bottom: 1px solid #c8c8c8;
    }
}

/** Definition of Buttons **/
div.button{
    display: inline;
    height: 32px;
    font-weight: 700;
    letter-spacing: normal;
    text-decoration: none;
    width: auto;
}
div.button > span{
    float: left;
    display: block;
    height: 32px;
    width: auto;
}
div.button.withInput span.mainpart{
    background-position: left top;
}
div.button.withInput span.end{
    background-position: right top;
}

/** For Link **/
div.button a{
    display: block;
    float: right;
    width: auto;
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 9px;
    margin-right: 9px;
/*    background: url("../images/nav/arrow_blue_7px.png") no-repeat scroll right 13px transparent;*/
}
div.button a:hover{
/*    background: url("../images/nav/arrow_red_7px.png") no-repeat scroll right 13px transparent;*/
    color: #da001a;
}
div.button.icon a{
    padding-left: 9px;
}
div.button a img{
    display: block;
    float: left;
    left: -9px;
    position: relative;
}
div.button img{
    margin-top: 3px;
    margin-left: 3px;
}
div.button.icononly a{
    padding-right: 0;
    padding-left: 7px;
    margin-right: 3px;
}
div.button.icononly a img{
    left: -7px;
}

/*** TABLINKS ELEMENTS ***/
.tablinks {
    margin: 0 0 0 0;
}
.row.tab-content {
    margin: -1px 0 0 0;
    border: 1px solid #C8C8C8;
}
.tablinks>.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #C8C8C8;
    border-bottom-color: transparent;
    padding: 7px 20px 7px 10px;
}
.tablinks>.nav-tabs>li.active, .nav-tabs>li.active:hover, .nav-tabs>li:hover {
    border-left: 10px solid #da001a;
}
.tablinks>.nav-tabs>li>a {
    border-radius: 0;
}
.tablinks>.nav-tabs > li > a, .nav-tabs > li:hover > a {
    padding: 7px 20px 7px 20px;
    border: 1px solid #C8C8C8;
    margin-right: -3px;
    background-color: #e6eaee;
    font-weight: 700;
}
.tablinks>.nav-tabs > li:hover > a {
    padding: 7px 20px 7px 10px;
}
.tablinks > .panel-group {
    /*margin-left: -4px;
    margin-right: -4px;*/
}
.tablinks > .panel-group > .panel.panel-default {
    border-radius: 0px;
    border-color: #C8C8C8;
}
.tablinks > .panel-group > .panel h3 {
    color: #002F5C;
    font-weight: 700;
    font-size: 16px; /*NEW! Delete this line and h3 will be 13px as usual*/
}
.tablinks > .panel-group > .panel > .panel-collapse > .panel-body{
    padding: 0px
}
.tablinks > .panel-group > .panel-default > .panel-heading {
    background-color: #e6eaee;
    border-color: #C8C8C8;
}
.tablinks > .panel-group > .panel-default > .panel-heading+.panel-collapse > .panel-body{
    border-color: #C8C8C8;
}
.tablinks > .panel-group .panel+.panel {
    margin-top: -1px;
}

.blueimp-gallery{
    background-color: #e6eaee;
}

/*** MODAL and LIGHTBOX ELEMENTS ***/

#lightbox .modal-header{
    border-bottom:none}
#lightbox .modal-footer{
    border-top:none}
.rwd-tooltip + .tooltip > .tooltip-inner { border: 1px solid; border-color:#7b7c7e; border-radius: 0px; background-color: #fff; color: #7b7c7e; max-width: 250px; min-width: 100px; padding: 8px; text-align: left}
.rwd-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#7b7c7e;border-bottom-color:transparent;
}
body.modal-open { overflow:inherit; padding-right:inherit !important; }

/*** FORM ELEMENTS STYLE ***/
.form-group ul{
    list-style: none;
    padding-left: 16px;
}
#cf-block-data .form-group{
    margin-left: 0px; margin-right: 0px;
}
#cf-block-data .form-group > .form-control-feedback{
    top: 23px;
    right: 23px;
}

body {
    padding-bottom: 0px;
}
html {
    background: #fff;
}

#AnfrageForm label {
    width: 75px;
}

#detailcontainer {
    padding-top: 10px;
}

@media (max-width: 907px) {
    #dealertable {
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        width: 100%;
    }
    .onedealer {
        border-right: 1px solid #c8c8c8 !important;
        width: 100% !important;
    }
    .resultset {
        width: 100% !important;
    }
    #detailcontainer {
        padding-right: 7px !important;
    }
    #resultBox {
        margin-left: 3px !important;
    }
}

@media (min-width: 908px) {
    #dealertable {
        max-height: 352px;
        overflow-x: hidden;
        overflow-y: scroll;
        width: 427px;
    }
    .onedealer {
        width: 100% !important;
    }
    .resultset {
        width: 100% !important;
    }
    #dealertable {
        width: 100%;
    }
}

img.flags {
    clear: both;
    display: block;
}

