@import url(/resources/css/fontello.css);
@import url(/Content/font-awesome.min.css);
@import url(/resources/css/infotechno_buttons.css);
@import url(/resources/css/infotechno_form_elements.css);

/***** COLORS *****/
/*
:root {
    --adb-color-btn-default: rgb(0, 176, 240); #00B0F0
    --adb-color-btn-primary: rgb(16,124,163); #107CA3
    --adb-color-danger: rgb(139,17,17);
    --adb-color-warning: rgb(255,91,25); #FF5B19
    --adb-color-success: #00c853;
    --adb-color-text: rgb(51,51,51);
    --adb-color-background: #FFFFFF;
    --adb-color-separator: rgb(193,193,193); #C1C1C1 
}
*/

/***** FONT *****/
/*
    Header: 14px;
    Main: 12px;
    Small: 10px;    
*/

/***** MAIN ELEMENTS *****/

html {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    min-height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: rgb(51,51,51);
    position: relative;
}

main {
    padding-bottom: 192px;
}

    main section {
        position: relative;
    }

h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: rgb(16,124,163);
    margin-bottom: 16px;
    margin-top: 16px;
}

h2 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: rgb(16,124,163);
    margin-bottom: 16px;
}

#header {
}

#adb-wrap {
    padding: 0;
    background-color: #FFFFFF;
}

.adb-box {
    padding-top: 12px;
}

#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 192px;
}

    #footer #company-r {
        position: absolute;
        bottom: 4px;
    }

    #footer #adv-block {
        margin-top: 12px;
        margin-bottom: 16px;
    }

    #footer .navigation-bottom img {
        max-height: 140px;
        max-width: 100%;
    }

    #footer h3 {
        font-weight: 600;
        font-size: 15px;
    }

    #footer ul {
        list-style: none;
        list-style-position: inside;
        padding: 0;
        margin: 0;
    }

    #footer li {
        padding: 2px 0;
    }

    #footer a {
        font-size: 10px;
        color: rgb(51,51,51)
    }

.navigation-bottom {
    margin-top: 15px;
    border-top: solid 1px rgb(193,193,193);
    border-bottom: solid 1px rgb(193,193,193);
}

#adb-footer-logos {
    margin-top: 6px;
    margin-bottom: 6px;
}

    #adb-footer-logos .container {
        text-align: center;
    }

    #adb-footer-logos .footer-logo {
        width: 100px;
        display: inline-block;
        margin: 2px 16px;
        text-align: center;
    }

.adb-slider-footer {
    max-height: 150px;
    text-align: center;
    padding-right: 1px !important;
}

/***** SPECIFIC ELEMENTS *****/
#login {
    padding: 10px 0;
}

#crest {
    width: 80px;
}

.adb-textbox {
    white-space: pre-line;
}

#adb-textbox-empfehlung-von {
    margin-top: 4px;
}


/* (103305438) */
.baunet_aenderung {
    color: red;
    font-weight: bold;
}


/***** MAIN NAVIGATION *****/
.nav .navbar-nav {
    display: block;
}

.navbar {
    min-height: 40px;
}

.dialog-textarea {
    padding-left: 5px;
    padding-top: 4px;
}

.cancel-invitation:hover {
    cursor: pointer;
}

.nav > li > span {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar, .navbar-default {
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    /*height: 38px!important;*/
}

    .navbar a {
        font-size: 13px;
    }

.navbar-nav > li > a {
    padding-left: 0;
    padding-top: 10px;
    padding-right: 15px;
    height: 40px;
}

    .navbar-nav > li > a > i {
        vertical-align: top;
    }

    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus,
    .navbar-nav > li > a:visited {
        padding-left: 10px;
        margin-left: -10px;
        padding-right: 10px;
        margin-right: 5px;
    }

.navbar-nav > li > .dropdown-menu {
    margin-left: -10px;
}

.navbar-collapse {
    padding: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > ul > li > a:hover {
    background-color: rgb(0,176,240);
    color: rgb(255,255,255);
}

.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

/***** BREADCRUMB *****/
.breadcrumb {
    background-color: #FFFFFF;
    padding: 0;
    font-size: 11px;
    margin-top: 16px;
    margin-bottom: 16px;
}

/***** TABS *****/
.nav-tabs {
    margin-bottom: 12px;
    border-bottom-color: rgb(16,124,163);
}

    .nav-tabs > li > span {
        text-transform: uppercase;
    }

    .nav-tabs > li > a,
    .nav-tabs > li > span {
        border-radius: 0;
    }


    .nav-tabs li.support:last-child {
        margin-right: -2px;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:active,
    .nav-tabs > li.active > a:visited,
    .nav-tabs > li.nonav.active > a,
    .nav-tabs > li.nonav.active > a:hover,
    .nav-tabs > li.nonav.active > a:focus,
    .nav-tabs > li.nonav.active > a:active,
    .nav-tabs > li.nonav.active > a:visited,
    .nav-tabs > li.active > span,
    .nav-tabs > li.active > span:hover,
    .nav-tabs > li.active > span:focus {
        background-color: rgb(255,255,255);
        color: black;
        border-width: 1px;
        border-left-color: rgb(16,124,163);
        border-top-color: rgb(16,124,163);
        border-right-color: rgb(16,124,163);
        border-bottom-color: #FFF;
        text-transform: uppercase;
    }

    .nav-tabs > li > a,
    .nav-tabs > li.nonav > a,
    .nav-tabs > li.nonav:not(.active) > a:focus,
    .nav-tabs > li.nonav:not(.active) > a:hover,
    .nav-tabs > li > span,
    .nav-tabs > li.nonav > span,
    .nav-tabs > li.nonav:not(.active) > span:focus,
    .nav-tabs > li.nonav:not(.active) > span:hover {
        cursor: default;
        color: white;
        background-color: #107CA3;
        border: 1px solid #107CA3;
        text-transform: uppercase;
    }

        .nav-tabs > li > a:hover,
        .nav-tabs > li > a:focus,
        .nav-tabs > li > span:hover,
        .nav-tabs > li > span:focus,
        .nav-tabs > li.allowed:not(.active) > a:hover,
        .nav-tabs > li.allowed:not(.active) > a:focus,
        .nav-tabs > li.allowed:not(.active) > span:hover,
        .nav-tabs > li.allowed:not(.active) > span:focus {
            color: white;
            cursor: pointer;
            background-color: rgb(153, 154, 8);
            border: 1px solid rgb(153, 154, 8);
        }

#projects .description div {
    word-break: break-word;
}

.panel-project .panel-heading,
.panel-company .panel-heading {
    background-color: #C1C1C150;
    color: #333;
    border-bottom: 0 none;
    border-color: #ddd;
}

.panel-company .panel-body {
    display: block;
    padding: 0 !important;
}

.panel-project .panel-heading .edit-btn {
    font-size: 17px;
    position: relative;
    margin-top: 2px;
}

.highlight-area .panel-heading {
    background-color: rgb(0, 176, 240);
    color: #fff;
}

    .highlight-area .panel-heading h3 {
        color: #fff;
    }

.panel-project .panel-heading span {
}

.panel-project .panel-heading input {
    max-width: 50%;
    color: #000;
}

.panel-project .panel-heading .expander {
    margin-right: 16px;
}

.panel-project .panel-heading .fa:hover {
    cursor: pointer;
}

.panel-project .panel-body {
    display: none;
}

    .panel-project .panel-body .item {
        display: block;
        border: 1px solid #eee;
        padding: 5px 3px 5px 10px;
        margin-bottom: 8px;
        cursor: move;
        background: #fff;
    }

#tenders-list .panel-project .panel-body {
    max-height: 500px;
    overflow-y: scroll;
}

/***** BADGE *****/
.badge,
.panel-default > .panel-heading .badge {
    background-color: #107CA3;
    margin-top: -2px;
}

/***** TOOLTIP *****/
.tooltip > .tooltip-inner {
    background-color: rgb(0,176,240);
}

/***** ALERTS *****/
.alert {
    border-radius: 0;
}

.alert-success,
.alert-info {
    color: rgb(16,124,163);
    font-weight: bold;
    background-color: white;
    border: 2px solid rgb(16,124,163);
}

.alert-warning {
    color: rgb(255,91,25);
    font-weight: bold;
    background-color: white;
    border: 2px solid rgb(255,91,25);
}

.alert-danger {
    color: rgb(139,17,17);
    font-weight: bold;
    background-color: white;
    border: 2px solid rgb(139,17,17);
}

.alert-popup {
    position: fixed;
    top: 40px;
    z-index: 1000000;
}

.alert-popup-message {
    margin: 0 auto;
}

#tab-content .adb-progress-message {
    text-align: center;
    margin-top: 50px;
}

form .adb-progress-message {
    margin-top: 0px !important;
}

#tab-content .adb-progress-message .fa {
    font-size: 3em;
    /*width: 39px;
        height: 39px;*/
}

#tab-content #progressMessageSearch {
    padding-top: 5px;
    margin-top: 0px;
}

    #tab-content #progressMessageSearch .fa-lg {
        font-size: 1.5em;
        width: auto;
        height: auto;
        margin-right: 8px;
    }

.adb-progress-message {
    display: none;
    clear: both;
    color: rgb(16,124,163);
    float: none;
    padding: 0;
    margin-left: 0px;
}

    .adb-progress-message .sr-only {
        font-size: 16px;
        line-height: 3em;
        margin-left: 8px;
        position: relative;
        top: -6px;
    }

#adb-message-error {
    display: none;
}


/***** PANEL / ACCORDION *****/
h3.panel-title {
    font-weight: bold;
    color: rgb(16,124,163);
}

.panel {
    border-radius: 0;
    /* border: 1px solid #c1c1c1; */
    border-color: #c1c1c1;
}

.panel-heading {
    border-radius: 0;
    border-color: #c1c1c1;
}

.panel-default .panel-heading {
    background-color: #C1C1C150;
}

.panel-warning .panel-heading {
    background-color: #FF5B19;
}

    .panel-warning .panel-heading .panel-title {
        color: #FFFFFF;
    }

#accordion h2 a,
#accordion h2 a:focus,
#accordion h2 a:hover {
    color: inherit;
    text-decoration: none;
}

.panel-group .panel {
    margin-bottom: 12px;
    box-shadow: none;
    border-radius: 0;
}

.panel-title {
    font-size: 13px;
}

    .panel-title a span {
        display: flex;
    }

    .panel-heading .row {
        cursor: pointer;
    }

.adb-panel-link,
.adb-panel-link:hover {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

/***** DOMAIN CLASSES *****/
.adb-text-main {
    font-size: 13px;
}

.adb-text-header {
    font-size: 16px;
}

.download {
    background-color: #00c853;
}

.primary {
    color: rgb(16,124,163);
    font-weight: 600;
}

.service-area {
    /* before 20180212 #154954183 (17.2) display: none; */
    margin-bottom: 20px;
}

.text-small {
    font-size: 10px;
}


.vertical-center {
    /*display: inline-block;*/
    vertical-align: middle;
    /*float: none;*/
}

/***** PREISLISTE *****/
.adb-table-text-header {
    color: rgb(16,124,163);
}

.adb-table-text {
    text-indent: 12px;
}

.table > thead > tr > th {
    border-right: 1px solid #FFFFFF;
    border-left: 0px solid #00B0F0;
    border-bottom: 1px solid #00B0F0;
    padding-bottom: 7px;
    white-space: nowrap;
}

.table > tbody > tr > td {
    border-right: 1px solid #00B0F0;
    border-bottom: 1px solid #00B0F0;
}

    .table > tbody > tr > td:last-child {
        border-right: none;
    }

    .table > tbody > tr > td.table-text-center {
        text-align: center;
        vertical-align: middle;
    }

    .table > tbody > tr > td.table-text-cost {
        text-align: center;
        vertical-align: middle;
    }

.row .adb-box-inside .inner-content p {
    padding: 0;
}

.row.start div {
    border-bottom: none;
}

.row.finish div {
    border-bottom: 1px solid rgb(0,128,204);
}

.panel-body.panel-overview {
    padding: 16px 24px;
}

    .panel-body.panel-overview a {
        margin-left: 24px;
    }

.adb-row-button div {
    border: none;
}

.adb-row-button + .row {
    margin-top: 36px;
}

.adb-small-text {
    padding: 8px;
}

.adb-bottom-line {
    border-bottom: 1px solid rgb(0,176,240);
}

.adb-double-bottom-line {
    border-bottom-color: rgb(0,176,240);
    border-width: 5px;
    border-bottom-style: double;
}

/***** TITLE *****/


h2.adb-title,
h3.adb-title,
h4.adb-title {
    color: rgb(16,124,163);
    font-weight: bold;
}

h3.adb-title {
    padding-top: 12px;
    text-transform: none;
}

.panel-body .adb-title {
    padding-top: 0;
}

#adb-zusatzdienste h2.adb-title a img {
    float: right;
}

#adb-zusatzdienste h3.adb-title {
    margin-bottom: 10px;
    margin-top: 0;
}

#adb-zusatzdienste p.row-kosten {
    margin: 2px 0;
}

#adb-zusatzdienste .kosten {
    margin: -10px 0 10px 0
}

    #adb-zusatzdienste .kosten span:first-child:before {
        font: normal normal normal 12px/1 FontAwesome;
        content: "\f054";
        padding-right: 10px;
        color: rgb(0,176,240);
    }

    #adb-zusatzdienste .kosten span:first-child {
        content: "\f00C"; /*content: "\f05d"; check circle */
        display: inline-block;
        margin: 0 1% 0 1%;
        width: 78%;
    }

    #adb-zusatzdienste .kosten span:last-child {
        display: inline-block;
        margin: 0 2% 0 0;
        text-align: right;
        width: 18%;
    }

.adb-masonry h3.adb-title-card {
    margin-top: -17px;
}

h3.adb-title:first-child,
.adb-box-col-2 h3.adb-title:first-child,
.adb-box-col-3 h3.adb-title:first-child,
.adb-box-col-4 h3.adb-title:first-child {
    margin-top: 0;
}

#currentSiteMapTitle {
    display: none;
}

.adb-title-card a,
.adb-title-card a:active,
.adb-title-card a:visited,
.adb-title-card a:link {
    color: rgb(255, 255, 255);
}

.adb-no-services .additional_services {
    display: none;
}

.adb-service-additional {
    position: relative;
    float: right;
    margin: 10px 0 auto auto;
    top: 0 !important;
    width: auto !important;
}


/***** CONTENT & FORMS *****/

#content {
    margin: 12px 0 0 0;
}

.no-border {
    border: none !important;
}

#content.no-border {
    padding: 0;
    overflow-x: hidden;
}

#content.no-height {
    height: 100%;
    min-height: 100%;
}

.no-inset {
    margin-left: 15px !important;
    padding-left: 0 !important;
}

.form-control {
    border: 1px solid rgba(13,85,127,.5);
    border-radius: 0;
    background-color: inherit;
    padding-top: 4px;
    padding-bottom: 4px;
    color: rgb(13,85,127);
    font-size: 13px;
}

.text-default-addon {
    font-weight: normal;
    font-size: 13px;
    background: none;
    border: none;
    text-align: left;
    padding-left: 0;
}

.text-warning {
    color: rgb(255,91,25);
    font-weight: bold;
}

.no-table-result {
    text-align: center;
}

    .no-table-result .btn {
        margin: 0 auto;
        margin-top: 16px;
        margin-right: 32px;
    }

/**** TABLE *****/
.adb-table-column-condensed {
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content.adb-content-table {
    overflow: hidden;
    padding: 0;
}

.adb-premium-th {
    background-color: #2DAE7A!important;
    color: #fff;
    border-left: 3px solid #2DAE7A;
    border-right: 3px solid #2DAE7A;
}

.adb-premium-b {
    border-left: 3px solid #2DAE7A !important;
    border-right: 3px solid #2DAE7A !important;
    color: #2DAE7A;
    font-weight: bold;
    background-color: #d6f5e8;
}

.adb-premium-b-r {
    border-right: 3px solid #2DAE7A !important;
}

.adb-premium-b-l {
    border-left: 3px solid #2DAE7A !important;
}

.adb-premium-b-bottom {
    border-bottom: 3px solid #2DAE7A !important;
    border-left: 3px solid #2DAE7A !important;
    border-right: 3px solid #2DAE7A !important;
    background-color: #d6f5e8;
}

.bg-white   {
    background-color:#fff!important;
}


.adb-table, .adbs-sl-img {
    width: 100%;
}

    .adb-table > thead > tr > th {
        border-right: 1px solid #FFFFFF;
        border-left: 0px solid #00B0F0;
    }

    .adb-table > thead > tr > th {
        border-right: 1px solid #FFFFFF;
        border-left: 0px solid #00B0F0;
    }

.adb-table-header {
    line-height: 2.1;
}

    .adb-table-header th,
    .adb-table-header-empty th {
        background-color: rgb(0,176,240);
        color: rgb(255,255,255);
        padding: 8px 15px;
        border-bottom: none;
        white-space: nowrap;
    }

.adb-table-header-empty th {
    background-color: rgba(143, 143, 143, 0.65);
    color: #ffffff;
}

    .adb-table-header-empty th a {
        color: #ffffff;
    }

table.tenders-overview tr td.title {
    color: #337ab7;
}

table.tenders-overview tr:hover {
    cursor: pointer;
    background: #107CA3;
    color: #fff;
}

    table.tenders-overview tr:hover td.title,
    table.tenders-overview tr:hover td.title a {
        color: #fff;
        text-decoration: none;
    }

.adb-table-header th:last-child {
    border-right: 1px solid #FFFFFF;
}

.adb-table-header th a {
    color: rgb(255,255,255);
}

.adb-table-row,
.adb-table-alternating-row,
.adb-table tbody tr {
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
}

.adb-table td.table-icon,
.adb-table th.table-icon {
    padding: 5px 0px;
    text-align: center;
    display: block;
}

    .adb-table td.table-icon .fa:hover {
        cursor: pointer;
    }

/**.adb-table tbody tr:nth-of-type(odd) {
        background-color: rgba(193,193,193,0.2);
    }*/



.adb-table-alternating-row {
    background-color: rgba(193,193,193,0.2);
}

    .adb-table-row td,
    .adb-table-alternating-row td,
    .adb-table tbody tr td {
        padding: 5px 0 5px 15px;
    }

.adb-table .adb-additional-data {
    color: rgb(136, 136, 136);
}

.adb-table-column-align-center {
    text-align: center;
}

.adb-table-column-align-left {
    text-align: left;
}

.adb-table-column-align-right {
    text-align: right;
}

.adb-box-inside .inner-content p i {
    margin-right: 8px;
}

.adb-form-login {
    display: table;
    width: 100%;
}

.no-register #adb-login-registrieren {
    display: none;
}

/*.adb-login {
    background-color: white !important;
}*/

.adb-form-login + #adb-login-registrieren {
    margin-bottom: 8px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: white !important;
    border: 1px solid rgb(171, 171, 171);
    box-shadow: none;
    -webkit-box-shadow: 0 0 0 50px white inset;
}

/***** ELEMENTS *****/
#adb-dataListItem {
    margin: 2px 0 0 8px;
}

    #adb-dataListItem label {
        font-weight: normal;
    }

#adb-service-icons {
    float: right;
    margin-top: -18px;
}

    #adb-service-icons a {
        display: inline-block;
        margin-right: 10px;
    }

        #adb-service-icons a:last-child {
            margin-right: 0;
        }

#adb-firmeninfo h3,
#adb-firmeninfo h4 {
    color: rgb(16,124,163);
}

#adb-firmeninfo h3 {
    margin-bottom: 16px;
}

#adb-firmeninfo h4 {
    border-top: 1px solid rgb(16,124,163);
    margin-bottom: 4px;
    padding-top: 6px;
}

#adb-firmeninfo textarea {
    height: 80px;
    resize: none;
}

#adb-fieldset-logo-preview,
#adb-fieldset-logo {
    text-align: center;
}

#adb-firmeninfo img#adb-logo-preview {
    max-width: 550px;
    max-height: 180px;
    margin-top: 10px;
}

#adb-fieldset-logo-preview img#adb-logo-preview {
    max-width: 550px;
    max-height: 180px;
}

.adb-icon-download {
    color: #00c853;
}

.adb-info-card {
    margin-top: 8px;
}

    .adb-info-card i.fa {
        display: table-cell;
        padding-right: 8px;
    }

    .adb-info-card span {
        display: table-cell;
    }

.adb-contact-icons {
    color: #107CA3;
    font-size: 1.3em;
}

/***** LOGOS, EXPLAIN, ... *****/
.adb-logo-correspondence {
    max-height: 100px;
    width: auto;
    margin-bottom: 20px;
    margin-top: 8px;
}

.adb-text-explain {
    margin: 12px 0;
}

p.adb-text-explain-small {
    font-size: 11px;
    line-height: 12px;
    margin: 12px 0;
}

#adb-chb-logo-commercial {
    margin-right: 5px;
}

#adb-summary-logo img {
    max-width: 150px;
    height: auto;
}

.icon-small {
    font-size: 10px;
}


/***** BUTTONS *****/
.visited {
    background-color: rgb(153, 154, 8);
}

.important {
    background-color: rgb(16,124,163);
}

.max {
    width: 100%;
}

.space-before {
    margin-top: 6px;
}

.space-before_10 {
    margin-top: 10px;
}

.space-after {
    margin-bottom: 12px;
}

#adb-btn-back-to-top {
    display: none;
    position: fixed;
    right: 30px;
    z-index: 99;
}

/*.adb-btn-ok,
.adb-btn-cancel {
    height: 48px;
    line-height: 48px;
    text-align: left;
}

    .adb-btn-ok:before,
    .adb-btn-cancel:before {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 26px;
        line-height: 48px;
        margin: 0 24px 0 12px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .adb-btn-ok:before {
        content: "\f00c";
    }

    .adb-btn-cancel:before {
        content: "\f00d";
    }*/

/*.adb-btn-verticalline:after {
    content: "";
    border-left: 1px solid rgb(255,255,255);
    bottom: 0;
    display: inline-block;
    height: 48px;
    left: 48px;
    position: relative;
    top: 0;
}*/

.adb-box-inside *[class^="btn-"] {
    margin-top: 1px;
}

/*.col-btn-right-last {
    float: none;
    margin-bottom: 32px;
    padding-left: 30px;
    padding-right: 0;
}*/

/*.col-btn-next-element {
    margin-bottom: 0;
}*/

/***** GLOSSAR & NEWS *****/
.adb-glossar-title {
    border-top: 1px solid rgb(16,124,163);
    color: rgb(16,124,163);
    font-size: 16px;
    line-height: 1.35;
    margin: 1px 0 0 0;
    padding: 8px 0;
    text-align: center;
}

.adb-register-uebersicht {
    border-bottom: 1px solid rgb(16,124,163);
    color: rgb(16,124,163);
    font-size: 16px;
    line-height: 1.35;
    margin: 1px 0 0 0;
    padding: 8px 0;
    text-align: center;
}

/*.adb-info-box {
    max-height: 350px;
    position: relative;
    overflow: hidden;
    border: 1px solid #a7abb0;
    padding: 0 16px;
}

    .adb-info-box .more {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 1px;
        text-align: right;
    }

    .adb-info-box p {
        margin-top: 12px;
    }*/

/*#adb-news-detail .adb-box-inside {
    margin-bottom: 0;
}*/


#adb-neuheiten ul {
    list-style-type: disc;
    padding-left: 25px;
}

h2.adb-glossar-title {
    margin-top: 25px;
}




.adb-box-inside {
    background: rgb(255, 255, 255);
    height: auto;
    margin-bottom: 32px;
}

    .adb-box-inside .inner-content {
        border: 1px solid #c1c1c1;
        padding: 10px 18px;
    }

        .adb-box-inside .inner-content + .inner-content {
            margin-top: 32px;
        }

    .adb-box-inside h2,
    .adb-box-inside a h2 {
        color: rgb(16,124,163);
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 0;
        text-transform: none;
    }

    .adb-box-inside h3,
    .adb-box-inside a h3,
    .inner-content h3 {
        color: rgb(0,88,140);
        font-size: 13px;
        margin-bottom: 0;
        text-transform: none;
    }


    .adb-box-inside .inner-content {
        border: 1px solid #c1c1c1;
        padding: 8px 16px;
    }

    .adb-box-inside p.adb-news-date {
        font-size: 11px;
        margin-top: 0;
    }

    .adb-box-inside p.adb-news-teaser {
        line-height: 17px;
    }


.inner-content h3 {
    padding-bottom: 6px;
}

.adb-box-inside p {
    margin-top: 12px;
}

.adb-box-inside .left {
    padding-left: 0;
}

.adb-box-inside .row {
    margin: 12px 0;
}

.adb-box-inside .passed {
    color: rgb(125,125,6);
}

.adb-box-inside .failed {
    color: rgb(212,21,26);
}

#adb-infoseite .adb-box-inside img {
    max-height: 40px;
}

#adb-infoseite .adb-box-inside {
    height: 150px;
}

    #adb-infoseite .adb-box-inside .inner-content {
        height: 100%;
    }

.adb-masonry {
    display: flex;
    flex-wrap: wrap;
}

.row.adb-masonry > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.adb-masonry .adb-box-inside .inner-content {
    text-decoration: none;
}

    .adb-masonry .adb-box-inside .inner-content img {
        height: auto;
        margin-bottom: 12px;
        max-height: 100px;
        max-width: 130px;
    }

.adb-masonry .adb-box-inside .inner-content {
    flex: 1;
    padding: 16px;
}

.adb-masonry .adb-box-inside:hover a.inner-content {
    border-color: rgb(125,125,6);
    color: rgb(125,125,6);
}

#adb-header #logo {
    padding-top: 10px;
    padding-bottom: 10px;
}
    #adb-header #logo a {
        margin-right: 8px;
        height: 100%;
        display: inline-block;
    }

        #adb-header #logo a:hover {
            text-decoration: none;
        }

        #adb-header #logo .company-logo {
            max-height: 64px;
            max-width: 100%;
        }

    #adb-header #logo a img {
        image-rendering: -moz-crisp-edges; /* Firefox */
        image-rendering: -o-crisp-edges; /* Opera */
        image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
    }

#navigation-top-mobile .navbar-nav {
    margin: 0;
}

#navigation-top-mobile ul {
    padding: inherit;
}


#navigation-top-mobile #login {
    border-top: 0 none;
    padding-left: 16px;
    padding-right: 16px;
}

    #navigation-top-mobile #login .user-data {
        padding: 0;
        margin: 0;
    }

        #navigation-top-mobile #login .user-data:after {
            clear: both;
        }

#site-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 998;
    display: none;
}

    #site-overlay.active {
        display: block;
    }

.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.vcenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#mobile-navigation button {
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 8px 8px 4px 8px;
}

    #mobile-navigation button .fa {
        font-size: 1.5em;
        color: #333;
    }

/***** FORM-ELEMENTS *****/
::-webkit-input-placeholder {
    color: rgba(0, 128, 178, .5);
    opacity: 1;
}

#adb-zusatzdienste .equal-height p {
    text-align: justify;
}

#adb-zusatzdienste .equal-height ol,
#adb-zusatzdienste .equal-height ul {
    margin-left: 16px;
}

.add-border {
    border: 1px solid #ddd;
    padding: 16px;
    height: 100%;
}

.add-border-left {
    border-left: 1px solid #fff;
}

/***** FORM-ELEMENTS *****/
::-webkit-input-placeholder {
    color: rgba(0, 128, 178, .5);
    opacity: 1;
}

:-moz-placeholder {
    color: rgba(0, 128, 178, .5);
    opacity: 1;
}

::-moz-placeholder {
    color: rgba(0, 128, 178, .5);
    opacity: 1;
}

:-ms-input-placeholder {
    color: rgba(0, 128, 178, .5);
    opacity: 1;
}

.adb-content-row {
    margin-bottom: 12px;
}


textarea {
    border: 1px solid rgba(13,85,127,.5);
}

#adb-firmeninfo textarea {
    height: 80px;
    resize: none;
}

input[type=text],
input[type=password],
select,
textarea {
    padding: 4px 8px;
    width: 100%;
    color: #000;
}



/*.adb-form-zusatzdienste input[type=text],
.adb-form-zusatzdienste input[type=password],
.adb-form-zusatzdienste select,
.adb-form-zusatzdienste textarea {
    margin: 0 0 1px 0;
}*/


fieldset {
    border-style: solid;
    border-color: rgb(64,157,212);
    border-width: 0 0 0 0;
}

    h2.adb-title-legend,
    fieldset legend,
    #detail_content legend{
        border-bottom: 1px solid rgba(16,124,163, .3);
        color: rgb(16,124,163);
        font-size: 15px;
        font-weight: bold;
        margin: 12px 0 12px 0;
    }

    fieldset:disabled label,
    #detail_content label {
        margin: 0;
    }

    fieldset:disabled input[type=text],
    fieldset:disabled textarea {
        background: none !important;
        border: 1px solid rgba(13,85,127,.5);
        color: rgba(13,85,127, 0.65);
    }

    fieldset label {
        /**margin: 0 6px 0 0;*/
    }

.select-date label {
    display: inline-block;
    width: 25px;
    position: relative;
    top: -10px;
}

fieldset input[type=text],
fieldset input[type=password],
fieldset textarea {
    background: none;
    border: 1px solid rgba(13,85,127,.5);
    color: rgb(13,85,127);
    margin: 0 3px 0px 0;
}

    fieldset input[type=text]:focus,
    fieldset input[type=password]:focus,
    select:focus {
        border-color: rgb(13,85,127);
        outline: none;
    }


    fieldset input[type=text]:disabled {
        border-color: rgba(13,85,127, .33);
    }

.has-error .control-label {
    color: inherit;
}

.form-group:not(.has-error) .form-control:required,
input[type=text].adb-input-required,
textarea.adb-input-required,
input[type=password].adb-input-required {
    border-style: solid;
    border-width: 1px;
}

input[type=text]:required:invalid,
textarea:required:invalid,
input[type=password]:required:invalid,
.datetimepicker .select_required_invalid {
    border-color: #FF1F00;
}

.date input.select_required_invalid {
    border-color: #FF1F00 !important;
}

.password-invalid {
    border-color: #FF1F00 !important;
}

#login div {
    white-space: nowrap;
}

button[data-id="ddl_roles"],
button[data-id="ddl_roles"]:hover,
button[data-id="ddl_roles_mob"],
button[data-id="ddl_roles_mob"]:hover {
    background: #ffffff;
    color: #107CA3;
    padding-left: 6px;
}

.input-group .bootstrap-select {
    font-size: 13px;
    border: 1px solid rgba(13,85,127,.5);
}

.bootstrap-select.btn-group {
    margin-bottom: 12px;
}

    .bootstrap-select.btn-group .dropdown-menu {
        border-radius: 0;
        font-size: 13px;
    }

        .bootstrap-select.btn-group .dropdown-menu.open {
            /*max-height: 480px !important;*/
            overflow-y: scroll !important;
        }

        .bootstrap-select.btn-group .dropdown-menu.inner {
            max-height: 100% !important;
            overflow: unset;
        }

.btn .dropdown-toggle .btn-select {
    border: none;
}

.btn .dropdown-toggle .btn-select {
    border: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    max-width: 100%;
}


div.adb-input-required > button {
    border-style: solid;
    border-width: 1px;
}

div.select_required_invalid > button {
    border-color: #FF1F00 !important;
}

/***** DIALOGE *****/
.modal-open {
    overflow: initial !important;
}

    .modal-open,
    .modal-open .modal {
        padding-right: 0 !important;
    }

.modal-content {
    top: 152px; /* TODO: WP: for adb-header, to avoid for responsivness */
    border-radius: 0;
}

.modal-header {
    padding: 6px 0;
    color: white;
    background-color: rgb(16,124,163);
}

.modal-body,
.modal-footer {
    padding: 16px;
    border: 0;
}

    .modal-body h5 {
        color: rgb(16,124,163);
        font-size: 13px;
        margin-top: 25px;
        border-bottom: 1px solid rgba(16,124,163, .3);
    }

    .modal-body form input[type="text"] {
        margin-bottom: 15px;
    }

    .modal-body h5.title {
        font-size: 15px;
        margin-top: 25px;
        border-bottom: 0 none;
        font-weight: bold;
    }

.modal-title {
    padding: 0 6px;
}

.adb-dialog-icon {
    width: 34px;
}

.invite-dialog-overview {
    margin-bottom: 4px;
}

/***** SLIDER *****/
#carousel-home .panel-body {
    padding-bottom: 50px;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

#carousel-text {
    margin-top: 18px;
}

    #carousel-text blockquote {
        font-size: 13px;
        font-weight: bold;
    }

    #carousel-text .media {
        margin-bottom: 28px;
    }

.carousel-text-content {
    display: flex;
    /*align-items: center;*/
    background-color: #FFFFFF;
}

    .carousel-text-content .media-body {
        vertical-align: middle;
    }


/***** FILE UPLOAD *****/
#adb-input-upload {
    display: none
}

#adb-selectedFiles {
    display: inline-block;
    max-width: 250px;
    padding-left: 8px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.progress-bar-success {
    background-color: rgb(0, 176, 240);
}

/***** INFO-CONTENT *****/
.adb-content-info input[type=text],
.adb-content-info input[type=password],
.adb-content-info select,
.adb-content-info textarea,
.adb-content-info input[type=text].adb-input-required,
.adb-content-info select.adb-input-required {
    border: 1px solid #FF1F00 !important;
}

.row .adb-box-inside .inner-content p.adb-tender-info {
    padding-left: 24px;
    text-indent: -24px
}

    .row .adb-box-inside .inner-content p.adb-tender-info::first-line {
        color: rgb(0,176,240);
        font-weight: 600;
    }

.row .inner-content p.adb-tender-info {
    padding-left: 24px;
    text-indent: -24px
}

    .row .inner-content p.adb-tender-info::first-line {
        color: rgb(0,176,240);
        font-weight: 600;
    }

#banner {
    position: absolute;
    display: none;
    width: 200px;
    top: 200px;
    right: 30px;
}

#banner {
    position: absolute;
    display: block;
    width: 175px;
    top: 90px;
    right: -150px;
}

    #banner img {
        padding-bottom: 10px;
        max-width: 150px;
    }

.col-left {
    padding-left: 0;
}


.col-right {
    padding-right: 0;
}

/***** BOOTSTRAP OVERRIDES *****/
.center-block {
    float: none;
}

/***** BOOTSTRAP DATETIMEPICKER *****/
.input-group,
.form-inline .input-group {
    display: -webkit-inline-box;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: rgb(0, 176, 240);
    text-shadow: none;
}

/***** JQUERY AND JQUERY UI OVERRIDES *****/
.ui-state-active {
    background: rgb(255,255,255);
    border-color: rgb(125,125,6);
    color: rgb(125,125,6);
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index: 1000 !important;
}

.ui-widget-overlay {
    background: none;
}

/***** WIJMO/KNOCKOUT OVERRIDES *****/
.adb-wijmo-space-vertical {
    margin: 12px 0;
}

/***** GOOGLE *****/
.adb-google-map {
    border: none;
    min-width: 300px;
    width: 100%;
    height: 400px;
    float: left;
    display: block;
    padding: 0;
    margin: 0 auto 20px auto;
}

    .adb-google-map .adb-googleMaps {
        margin: 0;
        width: calc(100% - 4px);
        height: 398px;
        padding: 0;
    }

/***** DROPZONE *****/

.dropzone {
    border: 1px dashed #0087F7;
    border-radius: 0;
    vertical-align: middle;
    min-height: inherit;
    margin-bottom: 15px;
}

    .dropzone .dz-preview {
        max-width: 120px;
        text-align: center;
    }

        .dropzone .dz-preview .dz-image {
            border-radius: 0;
        }

        .dropzone .dz-preview .dz-progress {
            z-index: -1;
        }

        .dropzone .dz-preview .dz-details {
            opacity: 1;
            position: inherit;
            padding: 10px;
        }

            .dropzone .dz-preview .dz-details .dz-size {
                margin-bottom: 0;
            }

    .dropzone.dz-clickable .btn {
        cursor: pointer;
    }

.dz-message {
    text-align: center;
    color: rgb(143,143,143);
    font-size: 13px;
}

/***** MAPS *****/
.bs-map {
    width: 100%;
    height: 450px;
}

/* GENERAL CLASSES */
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/***** OLD *****/
h2 {
    margin-top: 16px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 13px;
}

.inner-content ul,
.inner-content ol,
.panel-body ul,
.panel-body ol,
.add-border ul,
.add-border ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .panel-body ul.fa-ul {
        margin-left: 2em;
    }


    .panel-body ul.adb-list-info li:before,
    .panel-body ul.adb-list-overview li:before,
    .panel-body ul.adb-list-check li:before {
        color: rgba(0,0,0,.5);
        font: normal normal normal 14px/1 FontAwesome;
        line-height: 14px;
        margin: 0 8px 0 6px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .panel-body ul.adb-list-overview {
        margin: inherit;
        padding: inherit;
    }

        .panel-body ul.adb-list-overview li {
            margin-bottom: 8px;
        }

            .panel-body ul.adb-list-overview li:before {
                content: "\f00C";
                margin-left: -25px;
            }


ul.adb-list-info {
    font-size: 90%;
    margin-top: 6px;
    list-style-type: none;
}

    ul.adb-list-info li:before {
       /* content: "\f00C"; /*content: "\f05d"; check circle */
    }

.panel-body ul.adb-list-check li:before {
    content: "\f00C"; /*content: "\f05d"; check circle */
}

.panel-body ul.adb-list-check {
    margin-left: 24px;
    list-style-type: none;
}

    .panel-body ul.adb-list-check li {
        text-indent: -28px;
    }

/*
ul, ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    */
/*
.note-editable ul,
.note-editable ol {
    list-style-type: inherit;
    margin-left: 8px;
    padding-left: 8px;
}*/
.clear:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

dd {
    break-after: avoid;
    margin: 0 0 12px 6px;
}

.de {
    color: #000000 !important;
}

.adb-blue,
.plattform-name span,
.highlight,
dt {
    color: rgb(0,176,240);
}

.adb-white {
    color: #fff;
}

dt,
.highlight {
    font-weight: 600;
}

.plattform-name {
    font-weight: 600;
    text-transform: uppercase;
}

ul.adb-numbered {
    list-style: disc outside none;
}

ol.adb-numbered {
    list-style: decimal outside none;
}


ol.adb-list-letter-small {
    list-style: lower-alpha outside none;
}

    ul.adb-numbered,
    ol.adb-numbered,
    ol.adb-list-letter-small li {
        padding-left: 14px;
        margin-bottom: 14px;
    }

        ul.adb-numbered li,
        ol.adb-numbered li,
        ol.adb-list-letter-small li {
            margin: 4px 0;
            padding-left: 0;
        }

ul.adb-richtig-falsch {
    margin: -10px 5% 10px 5px;
    width: 90%;
}

span.adb-richtig:before,
span.adb-falsch:before {
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
}

span.adb-richtig:before {
    content: "\f00C";
}

span.adb-falsch:before {
    content: "\f00d";
}

span.adb-richtig,
span.adb-falsch {
    display: inline-block;
    width: 48%
}

span.adb-richtig {
    margin: 0 2% 0 0;
}

span.adb-falsch {
    margin: 0 0 2% 0;
}

.adb-text-left {
    text-align: left;
}

.adb-text-center {
    text-align: center;
}

.adb-text-right {
    text-align: right;
}

.adb-underline {
    text-decoration: underline;
}

.adb-strike {
    text-decoration: line-through;
}

.adb-head-align-bottom {
    margin-bottom: 0 !important;
}

.adb-head-align-top {
    margin-top: -20px !important;
}

.adb-info-box h2,
.adb-info-box a h2 {
    color: rgb(16,124,163);
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: none;
}

.adb-box-col-2,
.adb-box-col-3,
.adb-box-col-4 {
    column-gap: 32px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-rule: 1px solid #e5e5e5;
    -webkit-column-rule: 1px solid #e5e5e5;
    -moz-column-rule: 1px solid #e5e5e5;
    margin-bottom: 32px;
}

.adb-box-col-2 {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

.adb-box-col-3 {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
}

.adb-box-col-4 {
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4;
}

    .adb-box-col-2 p, .adb-box-col-3 p, .adb-box-col-4 p,
    .adb-box-col-2 li, .adb-box-col-3 li, .adb-box-col-4 li {
        page-break-inside: avoid;
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
    }

    .adb-box-col-2 h3,
    .adb-box-col-3 h3,
    .adb-box-col-4 h3 {
        break-after: avoid;
        -webkit-column-break-after: avoid;
        page-break-inside: avoid;
        page-break-after: avoid;
    }

    .adb-box-col-2 .new-col,
    .adb-box-col-3 .new-col,
    .adb-box-col-4 .new-col {
        page-break-before: always;
    }

ul.adb-box-col-2,
ul.adb-box-col-3,
ul.adb-box-col-4 {
    margin: 0 0 16px 0;
}

.keeptogether {
    display: inline-block;
    width: 100%;
}

h2 + .adb-box-col-2,
h3 + .adb-list-check {
    margin-top: 12px;
}

#content .adb-box-col-2 h3.adb-title {
    margin-top: 0 !important;
}

#content .adb-box-col-2 p,
#content .adb-box-col-2 ul,
#content .adb-box-col-2 ol {
    margin-bottom: 12px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .adb-content-row-adbs {
        margin-bottom: 26px;
    }

    #carousel-home .panel-body {
        padding-bottom: 31px;
    }

    .position-left-bdblogo {
        left: 90px !important;
    }

    #outerdiv_small {
        width: 220px !important;
        position: relative !important;
    }

    #innerdiv_small {
        position: absolute !important;
        top: 0px !important;
        clip: rect(0px 230px 230px 20px) !important;
        left: 60px !important;
        padding-top: 10px !important;
        height: 25px !important;
    }

    .panel-body-index-height {
        height: 369px !important;
    }

    .bwimg {
        height: 375px !important;
    }
}

@-moz-document url-prefix() {
    #carousel-home .panel-body {
        padding-bottom: 32px;
    }

    .position-left-bdblogo {
        left: 90px !important;
    }

    #outerdiv_small {
        width: 220px !important;
        position: relative !important;
    }

    #innerdiv_small {
        position: absolute !important;
        top: 0px !important;
        clip: rect(0px 230px 230px 20px) !important;
        left: 60px !important;
        padding-top: 10px !important;
        height: 25px !important;
    }

    .panel-body-index-height {
        height: 371px !important;
    }

    .panel-body-index-height-sem {
        height: 371px !important;
    }

    .bwimg {
        height: 375px !important;
    }
}



@-moz-document url-prefix() {
    .adb-content-row-adbs {
        margin-bottom: 23px !important;
    }

    #carousel-home .panel-body {
        padding-bottom: 32px;
    }

    .position-left-bdblogo {
        left: 90px !important;
    }

    #outerdiv_small {
        width: 220px !important;
        position: relative !important;
    }

    #innerdiv_small {
        position: absolute !important;
        top: 0px !important;
        clip: rect(0px 230px 230px 20px) !important;
        left: 60px !important;
        padding-top: 10px !important;
        height: 25px !important;
    }

    .panel-body-index-height {
        height: 372px !important;
    }

    .panel-body-index-height-sem {
        height: 374px !important;
    }
}



.frame-holder {
    position: relative;
    width: 100%;
    height: 1090px;
    overflow: hidden;
}

.frame {
    width: 1280px;
    height: 1090px;
}


.frame-holder .frame.frame-bdb {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
}

#outerdiv {
    width: 1280px;
    position: relative;
    height: 1020px;
}

#innerdiv {
    position: absolute;
    top: 0px;
    clip: rect(0px 1145px 1030px 100px);
}

#innerdiv_small {
    position: absolute;
    top: 0px;
    clip: rect(0px 230px 230px 20px);
    left: 60px;
    padding-top: 10px;
    height: 25px;
}

#outerdiv_small {
    width: 220px;
    position: relative;
}

.seminar-width-100 {
    width: 100%;
    max-height: 368px;
}

.seminar-ad-center-top {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
}

    .seminar-ad-center-top h2 {
        color: #ffffff;
        font-size: 32px;
    }

.adbs-ad-img {
    width: 100%;
    max-width: 513px;
}

.seminar-ad-center-middle {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
}

    .seminar-ad-center-middle p {
        color: #ffffff;
        font-size: 20px;
    }

.padding-40 {
    padding: 40px;
}

.padding-20 {
    padding: 20px;
}


.padding-top-0 {
    padding-top: 0px !important;
}


.padding-top-4 {
    padding-top: 4px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-19 {
    padding-bottom: 19px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-top-25p {
    padding-top: 25%;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-left-7 {
    padding-left: 7px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-4 {
    margin-top: 4px !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-bottom-2 {
    margin-bottom: 2px !important;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

.margin-left-7-minus {
    margin-left: -7px !important;
}


.margin-left-7 {
    padding-left: 7px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-m-20 {
    margin-left: -20px !important
}

.margin-right-20 {
    margin-right: 20px;
}

.green {
    color: green;
}

.h3-ausauf {
    color: rgb(0,88,140);
    font-size: 13px;
    margin-bottom: 0;
    text-transform: none;
}

.margin-top-3 {
    margin-top: 3px;
}

.text-danger-red {
    color: #FF0000;
}

.checkbox-table {
    margin: 3px 0 0 0;
}

.checkbox-table-company,
.adb-table-header .checkbox-table {
    margin: 3px 0 0 24px !important;
}

#form_tendererDatabaseDetail .checkbox-space {
    padding-left: 0px !important;
    margin: 5px 0px;
}

    #form_tendererDatabaseDetail .checkbox-space span {
        display: inline-block;
    }

.seminar-ad-div {
    position: relative;
    float: right;
}

.seminar-ad {
    position: absolute;
    right: 14px;
}

#form_tendererDatabaseDetail span.checkbox {
    display: inline-block;
}

#form_tendererDatabaseDetail h4 {
    border-top: 0 none;
    padding-top: 0px;
    margin-top: 2px;
}

#tab-content > section {
    display: none;
}

    #tab-content > section.active {
        display: block;
    }

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }

.float-right {
    float: right;
}


.float-left {
    float: left;
}

.margin-left-30-p {
    margin-left: 30%;
}

#customerContact_fieldset[disabled] {
    color: rgba(13,85,127, 0.65);
}

#customerContact_fieldset[nothing_selected] {
    display: none;
}

.sort:hover span {
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.sort-asc,
.sort-desc {
    display: inline-block;
    padding-left: 2px;
}

    .sort-asc:after {
        content: "▲";
        color: #fff;
    }


    .sort-desc:after {
        content: "▼";
        color: #fff;
    }

.float-left {
    float: left;
}

.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
    z-index: 2;
}

.popup-inner {
    max-width: 580px;
    width: 90%;
    /*padding: 20px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    border-radius: 0px 0px 0px 0px;
    background: #fff;
}

.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0,0,0,0.8);
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

    .popup-close:hover {
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(50%, -50%) rotate(180deg);
        background: rgba(0,0,0,1);
        text-decoration: none;
    }

    .popup-close:hover {
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(50%, -50%) rotate(180deg);
        background: rgba(0,0,0,1);
        text-decoration: none;
    }

#popup p {
    font-size: 16px;
}

/*#popup button {
    font-size: 16px;
    float: right;
}*/

.print-price {
    /*position: center;*/
    padding-bottom: 1%;
    float: right;
}

#dialog-window .row .fa {
    margin-left: -7px;
}

.panel-body-index-height {
    height: 371px;
}

.panel-body-index-height-sem {
    height: 373px;
}

.row .detail-view-img {
    max-height: 100px;
}

.panel-body-index-height {
    height: 371px;
}

.row .detail-view-img {
    max-height: 100px;
}

#special-offer a img {
    max-width: 100%;
}

.padding-left-28 {
    padding-left: 28px;
}

.position-left-bdblogo {
    left: 30px;
}

.float-right-imp {
    float: right !important;
}

#progress-spiner {
    margin: 10px 0;
    height: 42px;
    display: none;
}

#progress-spiner-cpv {
    height: 20px;
}

    #progress-spiner-cpv .adb-progress-message {
        margin-top: 0px;
    }

#searchKey {
    margin-bottom: 0px;
}

#cpv-result {
    border: 1px solid #ddd;
    display: none;
}

    #cpv-result .row {
        margin: 0px;
        padding-top: 16px;
        padding-bottom: 8px;
    }

    #cpv-result .cpv-item {
        padding: 3px 0px !important;
    }

        #cpv-result .cpv-item:hover {
            cursor: pointer;
            color: #fff;
            background: rgb(0, 176, 240);
        }

.border-top-none {
    border-top: none !important;
}

.datetimepicker-separated-day input,
.datetimepicker-hours input {
    margin-right: 0px !important;
}

#trades-list-container {
    min-height: 34px;
    display: block;
}

.trades-containers {
    position: relative;
    border: 1px solid rgba(13,85,127,0.5);
    padding: 0px 8px;
    max-height: 255px;
    width: 100%;
    overflow-y: scroll;
}

    .trades-containers.select_required_invalid {
        border-color: #FF1F00;
    }

    .trades-containers .input-search {
        margin: 8px 0px 4px 0px;
    }

#selected-trades {
    display: none;
}

    #selected-trades .is-fixed {
        position: absolute;
    }

.inner-container .trade-item {
    display: block;
    margin: 4px 4px 4px 0px;
    padding: 4px 8px 2px 8px;
}

    .inner-container .trade-item .fa {
        margin-right: 8px;
        position: relative;
        margin-top: 2px;
    }

    .inner-container .trade-item:hover {
        cursor: pointer;
        background: #eee;
    }

    .inner-container .trade-item span {
        display: flex;
    }

    .inner-container .trade-item.trade-picked {
        display: none !important;
    }

.bwimg {
    background-image: url(/resources/img/desktop-3246124_1920.jpg);
    width: 100%;
    max-width: 565px;
    height: 374px;
}

.tender-visited {
    color: #FF1F00;
}

.p-add-big {
    color: #ffffff;
    font-size: 17px;
}

.p-add-small {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

#wrap-add {
    float: left;
    position: relative;
    left: 50%;
    top: 25%
}

#content-add {
    float: left;
    position: relative;
    left: -50%;
    top: -25%;
}

.bottom-add {
    padding-top: 35%;
    padding-right: 28px;
}

.t-underline {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.font-15 {
    font-size: 15px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
    color: #fff;
}

.font-25 {
    font-size: 25px;
}

.font-30 {
    font-size: 30px;
}

.font-35 {
    font-size: 35px;
}

.font-45 {
    font-size: 45px;
}

.pos-div-add {
    position: absolute;
    padding-left: 55%;
    padding-top: 15%;
}

.bb-e5e5e5 {
    border-bottom: 1px solid #e5e5e5;
}

#detail_content a .fa-envelope-o,
#detail_content a .fa-envelope,
#detail_content a .fa-external-link {
    margin-right: 8px;
}

.tender-favorite {
    font-size: 16px;
    /*padding-left: 13%;*/
}

    .tender-favorite:hover {
        cursor: pointer;
    }

.fa-star.tender-favorite .at-p {
    color: #00B0F0;
}

.responsive-table .favorite {
    text-align: center;
}

    .responsive-table .favorite .fa,
    .responsive-table .favorite .tooltip-center {
        margin: 0 auto;
    }

.buttons .btn.pull-right {
    margin-left: 16px;
    margin-bottom: 12px;
}

.buttons .btn.pull-left {
    margin-right: 16px;
    margin-bottom: 16px;
}

.h3-home-ad {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 35px;
    margin-top: 0px;
}

.h2-home-ad {
    color: #ffffff;
    font-size: 17px;
}

.color-black {
    color: #000;
}

.h-vergabe-ad {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 22px;
    margin-top: 0px;
}

.line-height-22 {
    line-height: 22px;
}

.line-height-25 {
    line-height: 25px;
}

.file-selection-info #adb-master-contact {
    margin-left: 5px;
}

    .file-selection-info #adb-master-contact .fa {
        color: rgb(0,176,240);
    }

.bg-seminar-ad {
    background-color: #f5f5f5;
}

.bg-img-seminar {
    background-image: url(/resources/img/blue-3357304_372.jpg);
}

.bg-img-seminar-v {
    background-image: url(/resources/img/startseite_smoke_adb.jpg);
    /*background-image: url(/resources/img/crashkurs_01062022.jpg);*/
    /*background-image: url(/resources/img/Mehrkostenanforderung.jpg);*/
    /*background-image: url(/resources/img/Holzbau.jpg);*/
    /*background-image: url(/resources/img/Weltall.jpg);*/
    /*background-image: url(/resources/img/Murmeln_ADB.jpg);*/
    /*background-image: url(/resources/img/QM-Seminar-bg.JPG);*/
    /*background-image: url(/resources/img/watercolor-2305958.jpg);*/
    /*background-image: url(/resources/img/sky-232000_1920.jpg);*/
    /*background-image: url(/resources/img/background-1877322_1920.jpg);  Bauvertrags */
    /*background-image: url(/resources/img/watercolor-795161_1920.jpg);  Vergabefit */
}

#header ul li .fa-flask {
    position: relative;
    top: 2px;
}

.responsive-table-body .col-body:nth-of-type(odd) {
    background-color: rgba(193,193,193,0.2);
}

.responsive-table {
    margin-left: 0px;
    margin-right: 0px;
}

    .responsive-table .header {
        background: #00B0F0;
        padding: 0;
        color: #fff;
        line-height: 3;
    }

        .responsive-table .header a {
            color: #fff;
        }

            .responsive-table .header a:hover {
                text-decoration: none;
            }

    .responsive-table .col-body {
        padding: 5px 0;
        height: 44px;
        /*overflow: hidden;*/
        display: flex;
        align-items: center;
    }

        .responsive-table .col-body .fa-trophy {
            color: #8f8f8f;
        }

        .responsive-table .col-body.autoheight {
            height: auto;
        }

        .responsive-table .col-body div {
            display: flex;
            align-items: center;
            word-break: break-word;
        }

        .responsive-table .col-body .checkbox {
            display: block;
            margin: 0 auto;
        }

        .responsive-table .col-body.tender-finished {
            color: #aaa;
        }

            .responsive-table .col-body.tender-finished a {
                color: #aaa;
            }

.invite-tenderer .checkbox,
.invite-tenderer .fa {
    display: inline-block !important;
}

.invite-tenderer .checkbox {
    margin-right: 4px;
}

.invite-tenderer .fa {
    position: relative;
    top: -5px;
}

.invite-tenderer .fa-ban {
    top: 0px;
}

.responsive-table .col-body:hover {
    background: #107CA3;
    color: #fff;
    cursor: pointer;
}

.responsive-table .col-body.tender-finished:hover {
    background: rgb(139,17,17);
}

.responsive-table .col-body:hover a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.responsive-table .col-body .subtitle {
    display: none;
    width: 30%;
}

.responsive-table div.table-icon,
.responsive-table div.text-center {
    text-align: center;
    display: block;
    padding: 0;
}

.responsive-table .table-icon:hover {
    cursor: pointer;
}

.responsive-table .header .col {
    border-right: 1px solid #fff;
}

.responsive-table .header .col-mod {
    border-right: 1px solid #fff;
}

.responsive-table .header .col span a {
    color: #fff;
    line-height: 3;
}

    .responsive-table .header .col span a:hover,
    .responsive-table .header .col span a:focus {
        text-decoration: none;
    }

.responsive-table .header .col:last-child {
    border-right: 0 none;
}

#search {
}

    #search #email-deliveryservice .radio {
        margin-bottom: 8px;
    }

    #search #trades .radio {
        margin: 0;
    }

    #trades .label-selected {
        width: 100%;
        text-align: right;
    }

#search .radio label {
    /*margin-bottom: 4px;*/
}

    #search .selector-avaiability {
        visibility: hidden;
    }

span.datetimepicker-checkbox {
    width: 22px;
    display: inline-block;
    height: 28px;
    margin-right: 1px;
}

span.datetimepicker-container {
    width: 100px;
    display: inline-block;
}

#datetimepicker-ExecutionStart-day,
#datetimepicker-ExecutionEnd-day {
    width: 150px;
}

.datetimepicker-row {
    display: inline-block;
    float: left;
    margin-right: 13px;
}

#tenderNewsDiv {
    height: auto;
}

a[disabled="disabled"] {
    pointer-events: none;
}

#tenderNewsDiv {
    height: auto;
}

.hrTenderNews {
    border-color: #d3d3d3;
    margin-bottom: 5px;
}

.new-tenderer {
    margin-top: 24px;
}

    #whisper .row .col-btn,
    .new-tenderer .col-btn {
        text-align: right;
    }

.col-vertical-center {
    position: relative;
    margin-top: 6px;
}



/* ADBS */
.adb-content-row-adbs {
    margin-bottom: 24px;
}

.adbs-footer-padding {
    padding-top: 20px;
    padding-bottom: 10px;
}

.adbs-footer-info {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
}

    .adbs-footer-info span {
        text-align: center;
        width: 20%;
        display: inline-block;
    }

#footer .adbs-footer-info a {
    font-size: 13px;
}

#footer .adbs-footer-info .adbs-rights {
    text-align: right;
}

    #footer .adbs-footer-info .adbs-rights img {
        max-width: 100%;
        padding-bottom: 4px;
    }
    /*
.adb-adbs-footer-f {
    float: left;
    
}

.adbs-footer-a   {
    font-size: 13px!important;
}
*/
    .adbs-iframe-mw {
        max-width: 1140px;
    }

.adbs-h2-index {
    margin-top: 25px;
    margin-bottom: 25px;
}

.adbs-h2-loggedoff {
    margin-top: 0px;
    margin-bottom: 30px;
}

/*   */

.col-half {
    width: 4.15%;
    float: left;
}

.col-3half {
    width: 29.15%;
    float: left;
}

.reducedpadding {
    padding-right: 0px;
    padding-left: 15px;
}

#logo-banner {
    max-height: 76px;
}

    #logo-banner.bordered {
        border-top: 1px solid #eee;
        padding-top: 8px;
        margin-top: 4px;
    }

    #logo-banner.nested#logo-carousel {
        border-top: 1px solid #eee;
        padding-top: 16px;
    }

    #logo-banner.nested .item {
    }

        #logo-banner.nested .item img {
            max-height: 60px;
            opacity: 0.5;
        }

            #logo-banner.nested .item img:hover {
                opacity: 1;
            }

.container {
    position: relative;
}

.els-buttons {
}

#search .radio input[type="radio"] {
    position: absolute;
    outline: none;
    box-shadow: none;
    outline-color: transparent;
}

#search .radio.original-profile label {
    padding-left: 33px;
}

#search .radio input[type="radio"].search-preferences {
    margin-left: 0px;
    margin-top: 0px;
    width: 20px;
    height: 20px;
}

.radio input[type="radio"]:focus {
    outline: none;
    box-shadow: none;
    outline-color: transparent;
}

#search fieldset:disabled {
    opacity: 0.6;
}

.els-status {
    text-transform: uppercase;
}

.toogle-group label:hover {
    cursor: pointer;
}

.maps-border {
    border: 1px solid #c1c1c1;
}

.word-break {
    word-break: break-word;
}

.detailview-checkbox {
    margin-top: 16px;
}

    .detailview-checkbox .adb-content-row {
        padding-left: 0px;
    }

.delete-btn:hover {
    cursor: pointer;
}

.border-button-radius {
    border-radius: 1px 1px;
    cursor: pointer;
}

.button-anmelde-width {
    width: 153px;
}

.fbgb-bg-ad {
    background-color: #9DB8BF;
}

.fbgb-bg-ad-h3 {
    text-align: left !important;
    color: #ffffff;
}

.fbgb-bg-ad-div {
    padding-left: 30px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    line-height: 45px;
}

a.fdgb-link {
    color: #ffffff;
    font-size: 20px;
}
/*
#uc-btn-open-main-corner-modal {
    right: 20px !important;
    bottom: 45px !important;
    left: inherit !important;
}*/

#uc-corner-modal .uc-corner-modal-content {
    left: inherit !important;
    right: 0 !important;
    bottom: 40px !important;
}

.usercentrics-button.uc-modal-1.uc-button-bl .uc-corner-modal .uc-corner-modal-content {
    left: inherit !important;
    right: 0 !important;
}


.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

    .iframe-container iframe {
        border: 0;
        height: 100%;
        left: -100px;
        position: absolute;
        top: 0;
        width: 100%;
    }

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
    padding-top: 75%;
}

#select-all:hover {
    cursor: pointer;
}

#service-li li {
    list-style: square;
    margin-left: 15px;
}

#service-a a {
    padding-top: 5px;
}

.adbs-logo img {
    max-width: 100%;
}

.bg-color-vergabe {
    background-color: #107ca3;
}

.bg-color-baupraktiker {
    background-color: #AFC676;
}

#adb-dialog-certificate .modal-dialog {
    width: 1140px;
    height: 80%;
}

    #adb-dialog-certificate .modal-dialog .modal-content {
        top: 0px;
        height: 100%;
        position: relative;
        border: 0;
    }

        #adb-dialog-certificate .modal-dialog .modal-content .modal-body {
            text-align: center;
            margin: 0;
            padding: 0;
            position: absolute;
            width: 100%;
            bottom: 0;
            top: 30px;
            bottom: 40px;
            left: 0px;
        }

        #adb-dialog-certificate .modal-dialog .modal-content .modal-bottom {
            position: absolute;
            bottom: 5px;
            margin: 0;
            width: 100%;
        }

        #adb-dialog-certificate .modal-dialog .modal-content .modal-body embed,
        #adb-dialog-certificate .modal-dialog .modal-content .modal-body iframe {
            width: 100%;
            height: 100%;
        }

.customer-document {
    margin-bottom: 8px;
}
    .customer-document:hover {
        cursor: pointer;
        text-decoration: underline;
    }

    .customer-document .row {
        margin-left: 0px;
    }

    .customer-document .fa {
        text-align: left;
    }

    .customer-document img {
        max-width: 80%;
        max-height: 100%;
    }

    .ol-pw {
        list-style-type: decimal;
        padding-left: 40px;
    }


.ol-pw {
    list-style-type: decimal;
    padding-left: 40px;
}

.bq {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.p-koppelhuber {
    max-height: 80px !important;
}

.p-haselboeck {
    max-height: 50px !important;
}

/* JOBS Ticker */

#b-adv {
    margin: 12px 0px 16px 0px;
}

    #b-adv .b-image {
        float: left;
        width: 110px;
    }

    #b-adv .b-jobs {
        padding-left: 114px;
    }

        #b-adv .b-jobs .b-jobs-inner {
            border: 1px solid #d3d3d3;
        }

            #b-adv .b-jobs .b-jobs-inner .b-c-jobs,
            #b-adv .b-jobs .b-jobs-inner #jobSlider a {
                padding-left: 12px;
            }

            #b-adv .b-jobs .b-jobs-inner .b-c-jobs {
                font-family: "Times New Roman", Times, serif;
                background-color: #E84E0E;
                color: #fff;
            }

            #b-adv .b-jobs .b-jobs-inner .b-height-jobs {
                height: 90px;
            }

            #b-adv .b-jobs .b-jobs-inner #jobSlider {
                background: #fff;
            }

                #b-adv .b-jobs .b-jobs-inner #jobSlider a {
                    text-decoration: none;
                    background-color: #fff;
                    padding-top: 4px;
                }

                #b-adv .b-jobs .b-jobs-inner #jobSlider strong {
                    font-size: 12px;
                    display: block;
                }

.contact .position {
    padding-left: 36px;
    display: block;
}

.price-container {
    width: 192px;
    margin-bottom: 12px;
}

    .price-container input {
        width: 100%;
        padding-right: 12px;
        padding-top: 5px;
    }


#pos_01, #pos_02 {
    position: fixed;
    width: calc((100% - 1170px)/2);
    height: calc(100% - 201px);
    top: 201px;
    display: block;
    z-index: 999;
}

#pos_01 {
    left: 0px;
    text-align: right;
    padding: 0 5px 16px 16px;
}

#pos_02 {
    text-align: left;
    right: 0px;
    padding: 0 16px 16px 5px;
}

    #pos_01 img, #pos_02 img {
        max-width: 100%;
    }


#adbs_stoerer a {
    color: #fff;
    text-decoration: none
}

#adbs_stoerer a:hover {
    text-decoration: none
}

#adbs_stoerer div {
    padding: 12px;
    /*padding-right: 40px*/
}

#adbs_stoerer {
    outline: 1px solid #008ACD;
    text-align: center;
    position: fixed;
    bottom: 20%;
    z-index: 1;
    width: 19%;
    font-size: 13px;
    background-color: rgb(16,124,163);
    line-height: 16px;
    opacity: .88;
}

#adbs_stoerer_close {
    font: 13px/100% arial,sans-serif !important;
    position: absolute;
    right: 4px;
    color: #fff;
    top: 4px;
    cursor: pointer;
    padding: 2px
}

/*
    -----------------------------------
    Display Ads ICT
    -----------------------------------
*/

.sky {
    position: fixed;
    padding-top: 0px;
    border: none;
    top: 0;
    z-index: 999;
    visibility: hidden;
}

.sky-left {
    left: calc(50% - 745px);
}

.sky-right {
    right: calc(50% - 745px);
}

.m-height {
    max-height:90px;
}



@media screen and (max-width: 1487px) {
    .sky-left {
        display: none;
    }
    .sky-right {
        display: none;
    }

    #adbs_stoerer {
        display: none;
    }
}

@media screen and (max-width: 1880px) {
    .ad-big-l {
        display: none !important;
    }
    .ad-big-r {
        display: none !important;
    }
}


/*
    -----------------------------------
    MEDIA SCREEN
    -----------------------------------
*/

@media screen and (max-width: 1340px) {
    #pos_01, #pos_02 {
        display: none;
    }
}

    @media screen and (min-width: 1200px) {
    .index-div-left {
        padding-right: 5px !important;
    }

    .index-div-right {
        padding-right: 15px !important;
    }

    .width-400 {
        min-width: 400px !important;
    }
}

@media (min-width: 991px) {
    .navigation-top {
        border-top: solid 1px rgb(193,193,193);
        border-bottom: solid 1px rgb(193,193,193);
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    .padding-left-0-m {
        padding-left: 0px !important;
    }

    .h-slider-cont {
        height: 300px !important;
    }
}

@media screen and (max-width: 1500px) {
    #banner {
        display: none !important;
    }
}

@media (max-width: 1200px) {

    #pos_01, #pos_02 {
        width: calc((100% - 970px)/2);
        display: block;
    }

    .nav-tabs {
        border-bottom-color: transparent;
        padding-bottom: 10px;
    }

        .nav-tabs > li {
            padding-bottom: 4px;
        }

    #carousel-home {
        display: none;
    }

    .responsive-table .col-body {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 1110px) {
    #pos_01, #pos_02 {
        display: none;
    }

    @media screen and (max-width: 991px) {

        /*#uc-btn-open-main-corner-modal {
        height: 35px !important;
        width: 35px !important;
        right: 22px !important;
        top: inherit !important;
        bottom: 78px !important;
        left: inherit !important;
        position: absolute;
    }*/
        #trades .label-selected {
            text-align: left;
        }

        main {
            margin-top: 96px;
            padding-bottom: 192px;
        }

        #adb-service-icons {
            display: none;
        }

        .responsive-table .header .col-mod {
            border-right: 0 none;
        }

        .responsive-table .table-date {
            font-size: 12px;
            padding: 0;
            text-align: center;
        }

        #adb-header {
            padding-bottom: 5px !important;
            border-bottom: 1px solid #eee;
            box-shadow: 0 5px 5px -2px #bbb;
            position: fixed;
            z-index: 999;
            background: #fff;
            width: 100%;
            max-height: 80px;
        }

            #adb-header #company-logo {
                max-height: 47px;
            }

        #main-body {
            margin-top: 90px;
        }

        #login {
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }

        #footer .adbs-footer-info span {
            width: 24%;
            margin-bottom: 12px;
        }

        #footer .adbs-footer-info .adbs-rights {
            text-align: center;
        }

        #footer .navigation-bottom .container {
            padding-bottom: 18px;
        }

        .navbar-toggle {
            display: block;
        }

        .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .navbar-nav > li > a:hover,
            .navbar-nav > li > a:focus,
            .navbar-nav > li > a:visited {
                padding-left: 0px;
                margin-left: 0px;
                padding-right: 0px;
                margin-right: 0px;
            }


        .navbar-collapse {
            position: fixed;
            top: 76px;
            bottom: 0;
            left: 100%;
            width: 100%;
            transition: all 0.3s ease;
            display: block;
            margin-left: 0 !important;
            margin-right: 0 !important;
            background: #fff;
            border-top: 0 none;
            z-index: 999;
        }

            .navbar-collapse.collapsing {
                height: auto !important;
                transition: all 0.3s ease;
                display: block;
            }

            .navbar-collapse.in {
                left: 24px;
                bottom: 0;
                top: 76px;
            }

        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        #navigation-top-mobile .navbar-nav {
            color: #000;
            font-size: inherit;
            width: 100%;
        }

        #navigation-top-mobile .navbar-form {
            padding: 0;
            margin: 8px 0 0 0;
        }

        #navigation-top-mobile .navbar-nav a {
            color: #000;
            font-size: 1.1em;
            padding-left: 16px;
        }

        #navigation-top-mobile .navbar-nav .dropdown-menu {
            font-size: inherit;
        }

            #navigation-top-mobile .navbar-nav .dropdown-menu a {
                font-size: 1em;
                padding-left: 40px;
            }

        .nav-tabs > li {
            width: 100%;
        }

            .nav-tabs > li.active a {
                border-bottom: 1px solid rgb(16,124,163) !important;
            }

        .navbar-nav > li {
            float: none;
        }

        .nav > li {
            position: relative;
            display: block;
        }

        .navbar, .navbar-default {
            background: 0 none;
        }

        .nav > li > a {
            font-size: 0.9em;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        #service-toolbox .adb-box-inside {
            margin-bottom: 64px;
        }

        .responsive-table .header {
            font-size: 0.9em;
        }

        .responsive-table .tenderer-search .col-body,
        .responsive-table .tenderer-search .col-body div {
            height: auto;
            display: block;
        }

        .responsive-table .col-body .subtitle {
            display: inline-block;
        }

        .responsive-table a:focus {
            text-decoration: none;
        }

        #service-toolbox .adb-box-inside,
        #adb-zusatzdienste .adb-box-inside,
        #support .adb-box-inside {
            margin-bottom: 44px;
        }

        #frm_login input {
            margin-bottom: 8px;
        }

        .row .col-left {
            padding-right: 0px;
        }

        .row .col-right {
            padding-left: 0px;
        }

        .btn-big {
            margin-bottom: 16px;
        }

        .iframe-container iframe {
            left: 0;
        }

        #carousel-text {
            margin-top: 0px !important;
        }

        blockquote {
            margin-bottom: 0px !important;
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .h-slider-cont {
            height: 100% !important;
        }

        .padding-top-mobile-10 {
            padding-top: 10px !important;
        }

        .component-buttons {
            text-align: center;
        }

            .component-buttons .pull-left,
            .component-buttons .pull-right {
                float: none !important;
                margin-bottom: 12px;
            }
    }

    @media screen and (max-width: 768px) {

        main {
            padding-bottom: 110px;
        }

        .equal-height {
            display: block !important;
            margin: 0px;
            width: 100%;
        }

        .row.equal-height.adb-content-row {
            margin-bottom: 0px;
        }

        .row.equal-height > [class*='col-'] {
            margin-bottom: 24px;
            padding: 0px;
        }

        .resp_nav {
            padding-left: 15px !important;
        }

        .panel-body-index-height {
            height: auto !important;
        }

        #footer {
            height: 80px;
        }

            #footer #company-r {
                position: relative;
                margin-top: 16px;
            }

            #footer .navigation-bottom {
                border-bottom: 0 none;
                padding-top: 8px;
            }

                #footer .navigation-bottom.adbs-footer {
                    border-bottom: solid 1px rgb(193,193,193);
                    padding-top: 8px;
                    margin-bottom: 12px;
                }

            #footer .footer-mobile-menu {
                text-align: center;
            }

                #footer .footer-mobile-menu a {
                    text-decoration: underline;
                }

            #footer #adb-footer-logos {
                display: none;
            }

        .responsive-table div .col-body,
        .responsive-table .col-body /*,
    .responsive-table .col-body div*/ {
            height: auto;
            display: block;
        }

            .responsive-table .col-body .subtitle {
                width: 40%;
            }

        .responsive-table .header .col {
            /*border-right: 0 none;*/
        }

        #ProfileTitle {
            margin-bottom: 12px;
        }

        #whisper .row .col-btn,
        .new-tenderer .col-btn {
            text-align: center;
            margin: 8px 0px;
        }

        .nopadding.mobile-btn-space {
            margin-top: 8px !important;
        }

        #adb-infoseite .adb-box-inside {
            height: 120px;
        }

        #impressum strong {
            padding-top: 12px;
            display: block;
        }

            #impressum strong:first-child {
                padding-top: 0px;
            }

        #trade-categories .adb-content-row {
            margin-bottom: 0;
        }

        #adb-summary-logo img {
            max-width: 100%;
            height: auto;
        }

        #adb-btn-add-tenderer-profile,
        #adb-btn-add-tenderer-to-profiles {
            position: relative;
            margin-top: 8px;
            width: 100%;
        }

        .datetimepicker-separated-day {
            width: 85%;
            margin-bottom: 8px;
        }

        .datetimepicker-position {
            padding-right: 0;
        }

        .datetimepicker-hours {
            margin-left: -15px;
            width: 85%;
        }

        datetimepicker-hours input {
            width: 100%;
        }

        .with-errors {
            padding-left: 0 !important;
        }

        .panel-body-index-height-sem {
            height: auto !important;
        }

        .margin-m-top-10 {
            margin-top: 10px !important;
        }
    }


    @media screen and (max-width: 320px) {
        #adb-header #company-logo {
            max-height: 27px;
        }

        /*#uc-btn-open-main-corner-modal {
        height: 38px !important;
        width: 38px !important;
        position: absolute;
        bottom: 76px !important;
    }*/
    }


