@CHARSET "ISO-8859-1";

/* Variablen für Grundlegende Farben etc */

:root {
  --maincolor: #404040;
  --colorWhite: #FFF;
  --colorBlack: #000;
  --colorWhiteGrey: #d9d9d9;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
}



footer .blackFooter, footer time {
  color: #000;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 2s linear infinite;
  position: absolute;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modal-header h3 {
  display: inline;
}

.btn-modal {
  cursor: pointer;
}


/* Tooltip */
/*
.tooltip-inner {
  white-space: pre;
  max-width: none;
}*/

.tooltip-inner {
  width: 200px;
}

.tooltip.left .tooltip-arrow-blue {
  border-left-color: var(--maincolor);
}
.tooltip.right .tooltip-arrow-blue {
  border-right-color: var(--maincolor);
}
.tooltip.top .tooltip-arrow-blue {
  border-top-color: var(--maincolor);
}
.tooltip.bottom .tooltip-arrow-blue {
  border-bottom-color: var(--maincolor);
}

.toolTipForm {
  text-align: left;
}

.tooltip.left .toolTipForm {
  text-align: right;
}

.toggle-check {
  cursor: pointer;
}

.center {
  text-align: center;
}

.disabled {
  background: #dddddd;
}

.page {
  margin: 0 auto;
  position: relative;
  min-height: 100%;
}

.participationFullscreen, .downloadDocuments, #printDiv {
  width: 38%;
  height: 43px;
  float: left;
}

.downloadDocuments, #printDiv {
  padding-top: 9px;
}

.downloadDocuments {
  width: 40%;
}

.contractNoticeHeader {
  padding-bottom: 20px;
}

.businessUnitLabel {
  min-width: 200px;
  width: 25%;
  padding-bottom: 20px;
  float: left;
}

#printDiv {
  width: 18%;
}

.largeFieldSet {
  width: 100%;
}

.toggleContrast {
  margin-right: 25px;
}


.weblauncherInfo i.fa-info {
  font-size: 1em;
  width: 20px;
  text-align: center;
  padding: 3px;
  border-radius: 10px;
}

.aiwlWarn {
  border-radius: 6px 6px 0 0;
  padding: 8px; font-size: 12px;
}

#btnSearchSubmit, #searchSubmit {
  margin-top: 4px;
  margin-left: 10px;
}

.border {
  border: 1px solid #ccc;
  background-color: #fafafa;
  margin-bottom: 26px;
}

.placeholderDivFullscreen {
  width: 50%;
  float: left;
  height: 68px;
}

.noPaddingRight {
  padding-right: 0px;
}

.content {
  width: 100%;
  padding: 25px;
  display: inline-block;
  margin-bottom: 225px;
}

.content_small {
  width: 70%;
  display: table;
  margin: auto auto 240px;
}

hr {
  border: 1px solid var(--colorWhiteGrey);
}



.space {
  margin-bottom: 25px;
}

.spaceTop {
  padding-top: 20px;
}

.head-nav {
  height: 50px;
}

.marginbetweenli {
  margin-left: 100px;
}

.alert-success {
  color: #305e30;
}

.search, .main-page-search {
  width: 250px;
  height: 35px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  background-color: #f2f2f2;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 0 20px 0 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.main-search-wrapper {
  margin-top: 25px;
  margin-bottom: 50px;
}

#main-search-text {
  margin-bottom: 50px;
  font-size: 40px;
}

.main-page-search-form {
  width: 600px;
  margin: auto;
  box-shadow: -10px 10px 0px var(--colorWhiteGrey), -10px -10px 0px var(--colorWhiteGrey), 10px -10px 0px var(--colorWhiteGrey), 10px 10px 0px var(--colorWhiteGrey);
  border-radius: 5px;
  background: var(--colorWhiteGrey);
}

.main-page-search {
  height: 50px;
  width: 500px;
  vertical-align: middle;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-color: var(--maincolor);
  background-color: #fff;
  transition: none;
}

.btn-mainSearch {
  height: 50px;
  margin-left: -5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-mainSearch:active {
  transform: none;
}

.search:focus {
  width: 450px;
  box-shadow: 0 0 15px 0 #b0e0ee;
  border-radius: 0px;
}

.searchicon {
  height: 30px;
  float: right;
  padding-top: 3px;
  padding-right: 5px;
}

#accounticon {
  height: 20px;
  float: left;
}

.btnOpenSearch {
  height: 35px;
  width: 35px;
  border: none;
  background: none;
  display: none;
}



.search-field {
  display: block;
  width: 90%;
  float: left;
}

#secondSearchBar {
  margin: auto;
  width: 100%;
  display: none;
}

.icon-small {
  height: 18px;
  margin: 0;
  padding: 0;
}

.icon-medium {
  height: 22px;
  margin: 0;
  padding: 0;
}

.icon-select .selected-box {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 60px;
  height: 35px;
  border: 1px solid #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selected-icon img {
  margin-top: 8px;
  margin-left: 10px;
}

.icon-select .selected-icon {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 60px;
  height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-select .component-icon {
  position: absolute;
  bottom: 7px;
  right: 7px;
}

.icon-select .box {
  position: absolute;
  top: 40px;
  left: 15px;
  margin: 0px;
  padding: 0px;
  /*width: 35px;*/
  border: 1px solid #eee;
  background-color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 10;
}

div .icon img {
  /*margin-left: 6px;*/
  /*margin-top: 8px;*/
}

.icon-select .icon {
  position: relative;
  padding: 0px;
  /*width: 35px;*/
  /*height: 35px;*/
  border: 1px solid #ccc;
  background-color: var(--colorWhite);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  float: left;
}

.icon-select .icon:hover {
  border: 1px solid var(--colorBlack);
  background-color: var(--maincolor);
}


.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-outline-primary {
  background: #fff;
  border: #2159a2 1px solid;
  color: #2159a2;
  transition: color .15s;
}
.btn-outline-primary:hover {
  background: #2159a2;
  color: #fff;
}

.cross-icon {
  text-align: center;
  position: relative;
}

.checkmark-icon {
  text-align: center;
  position: relative;
}

.checkmark-icon:before {
  border: solid;
  border-color: inherit;
  border-width: 0 4px 4px 0;
  position: absolute;
  content: "";
  height: 45px;
  width: 25px;
  transform: rotate(43deg);
  margin: auto;
  left: 0;
  right: 0;
  top: 15px;
}

.cross-icon:before {
  content: "\2A09";
  font-size: 60px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}

.checkmark-icon:after,
.cross-icon:after {
  content: "";
  height: 85px;
  width: 85px;
  border: 4px solid;
  border-color: inherit;
  display: inline-block;
  border-radius: 100%;
}

.arrow-down {
  height: 60px;
  margin: 30px 0;
  position: relative;
}

.arrow-down:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 100%;
  width: 4px;
  background: #949494;
}

.arrow-down:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  margin: auto;
  height: 40px;
  width: 40px;
  border: solid #949494;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

/*th.tabelleFirstLine a {
  color: #fff !important;
}*/

a, .pagination>li>a {
  color: #185d99;
}

.pagination a.current span {
  color: #fff;
}

#head {
  position: relative;
  display: block;
  height: 90px;
  background-color: #E6E9F2;
  background-image: url(../../_images/img/top_background.gif);
  background-repeat: repeat-x;
  background-position: top left;
  padding-left: 100px;
  padding-right: 100px;
}

#vp_logo {
  float: left;
}

#ai_logo {
  float: right;
  display: block;
}

.bc-logo {
  width: 16px;
  height: 16px;
  margin: 0 4px 0 32px;
  float: left;
  background: url(../../_images/img/ai_bietercockpit_small.png) no-repeat;
  background-size: cover;
}
.bc-small-logo {
  width: 32px;
  height: 32px;
  float: left;
  background: url(../../_images/img/ai_bietercockpit.jpg) no-repeat;
  background-size: contain;
  margin-left: -43px;
  font-weight: 900;
}


#showLanguage:hover {
  cursor: pointer;
}

label {
  display: block;
}

.labelInlineBlock {
  display: inline-block;
  margin-bottom: 0px;
}

.displayNone {
  display: none;
}

.breakable {
  word-break: break-all;
}

th {
  background-color: #D6DFF5;
}

.badge {
  background-color: var(--maincolor);
}

.redStar, span .redStar {
  font-size: 22px;
  margin-top: 10px;
}

.affix {
  width: 100%;
  top: 0px;
  z-index: 99;
}

.fontNormal {
  height: 35px;
  margin: 4px 4px;
  padding-top: 6px;
}

.newVerification .largeTextField {
  height: 100px;
  margin-top: 10px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 50px;
}

.starttext {
  margin-top: 50px;
  font-size: 18px;
}

.releaseWrapper {
  width: 25%;
  float: left;
}

#release {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

#noMarginTop {
  margin-top: 0px;
}

.noPaddingLeft {
  padding-left: 0px;
}

#print {

}

.verifications {
  min-height: 200px;
}

.inputAndStarAlwaysFullscreen {
  width: 100%;
  height: 43px;
}

.inputAndStarFullscreen {
  width: 50%;
  height: 43px;
  float: left;
}

.left {
  float: left;
}

.input_small {
  width: 65%;
  float: left;
}

.smalltext {
  width: 25%;
  float: left;
  height: 43px;
  padding-top: 12px;
  padding-left: 10px;
}

.filterCheckboxDiv {
  height: 35px;
  margin: 10px 4px 4px 15px;
}

.filter, .tenders {
  min-height: 300px;
}

.disabled {
  background-color: #EBEBE4;
}

.right {
  float: right;
  padding-right: 8%;
}

.information {

  padding-left: 40px;
  min-height: 40px;
  vertical-align: 40%;

}

h4 {
  padding-top: 25px;
}

ul {
  padding-left: 20px;
}

.login, .registration {
  min-height: 350px;
}

.company, .worker {
  min-height: 475px;
}

.workerData {
  height: 430px;
}

.companyWrapper .inputDiv, .companyWrapper .inputText, .companyWrapper .dropdownselect {
  width: 100%;
}

.checkboxWrapper {
  width: 34%;
  float: left;
}

.checkboxWrapperDiv {
  height: 12px;
  width: 12px;
  border: 1px solid #3d3d3d;
}

.bd_status input[type=checkbox] {
  margin: -12px 0 0;
}

.checkboxWrapperLong {
  width: 100%;
  display: block;
}

.twoInputsBeside {
  width: 100%;
}

.inputDiv {
  width: 90%;
  float: left;
}

.inputText, .dropdownselect, .dateSelect {
  width: 95%;
  height: 35px;
  padding: 6px 10px;
  margin: 4px 4px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.inputTextSmall {
  width: 25%;
}

.inputTextHalf, .inputHalf {
  width: 50%;
}

.dateSelect {
  width: 93%;
}

.releaseWrapper .dateSelect {
  width: 70%;
}

.releaseWrapperOneLine {
  width: 100%;
  height: 43px;
}

.bv_dropdown {
  width: 50%;
  margin-left: 0px;
}

.releaseWrapper input[type=radio] {
  margin-left: 10px;
}

.filterHide .dropdownselect, .filterFix .dropdownselect, .filterHide .inputTextSmall, .filterFix .inputTextSmall {
  width: 23%;
}

.verificationDateWrapper {
  width: 70%;
  height: 43px;
  float: left;
}

.checkboxMarginTop {
  margin-top: 10px;
}

.checkboxPaddingLeft {
  padding-left: 10px;
}

.labelCheckbox {
  padding-left: 20px;
}

.buttonPanel {
  margin-top: 16px;
}

.stern {
  float: left;
  color: #cc0000;
}

.btn-group {
  width: 100%;
}

.header {
  color: inherit;
}

.margintoright {
  margin-left: 20px;
}

.companyWrapper>.inputAndStar {
  width: 50%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.inputChooseFile {
  margin: 4px;
}

.pHideNewVerification {
  padding-top: 25px;
}

.showNewVerification {
  margin-top: 25px;
  margin-bottom: 25px;
}

.linkArea:hover, tr.linkArea:hover, td.linkArea:hover {
  cursor: pointer;
}

a.btn-primary {
  color: #fff;
}

.alert ul {
  margin-top: 10px;
}

.table > tbody > tr > td.vcenter {
  vertical-align: middle;
}

a#logOff:hover, a#logOff:focus  {
  background-color: var(--maincolor);
}

@media (min-width: 768px) {
  .modal-680 {
    width: 780px;
  }
  .form-inline .form-control {
    padding: 5px 10px;
  }
}

.modal-dialog {
  overflow-y: initial !important;
}

.borderless .modal-header, .borderless .modal-footer {
  border: none;
}

.modal-body-list {
  list-style: none;
  height: 250px;
  overflow-y: auto;
}

.verticalMiddle {
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  color: #fff;
}

.filenameEllipsis {
  width: 70%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 5px;
}

.folderBox > div:not(:first-child) {
  border-top: 1px solid #ddd;
}
.folderBox > div {
  padding: 5px;
  position: relative;
  height: 40px;
}

.folderBox{
  border: 1px solid #ddd;
}

.fileSize {
  position: absolute;
  right: 45px;
  top: 10px;
}

.folderBox > div:not(.background-grey):nth-of-type(even) {
  background: #f9f9f9;
}

.folderBox > div:not(.background-grey):hover {
  background: #e8e8e8;
}

.documentCheckbox {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 10px 12px;
  border-left: solid 1px #d9d9d9;
}

.fileDownload {
  text-align: right;
  padding-top: 15px;
}

.displayBlock {
  display: block;
}


.clear {
  clear:both;
}

/* Media Querys */


/* Hover �ber Dropdown zum aufklappen
@media (min-width: 767px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
   }
} */

@media print {
  .noPrint {
    display: none;
  }
  /*  Registration / Login drucken  */
  @page {
    size: 330mm 450mm;
  }
  .company table td,
  .worker table td {
    font-size: 20px;
  }
  .company h3,
  .worker h3 {
    font-size: 30px;
    text-decoration: underline;
  }
  .spaceDiv {
    height: 50px;
  }
  #head, .head-nav,
  footer, #printDiv,
  .participationFullscreen,
  .stepwizard, .druckvorschau {
    display: none;
  }
  body {
    padding-top: 0;
  }
  #contentBorder {
    border: none;
  }
}

.btn-outline-red {
  color: #e84d0e;
  background-color: transparent;
  border-color: #e84d0e;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 21px;
}

.btn-outline-red:hover {
  background-color: #e84d0e;
  color: #fff;
}

#searchBtn:hover {
  background-color: var(--maincolor);
}

#searchBtn>button:hover {
  text-decoration: underline;
}

.carousel-control {
  height: 100% !important;
  width: 30% !important;
}

.carousel-control span.glyphicon-chevron-right,
.carousel-control span.glyphicon-chevron-left {
  margin-top: -15%;
}

.carousel-indicators li {
  background-color: #fff;
  border: 1px solid #717f85;
}
.carousel-indicators .active {
  background-color: #717f85;
  border: 1px solid #717f85;
}

.carousel-control.right {
  background-image: none;
  color: #fff;
  text-shadow: none;
}

.carousel-control.right:hover {
  background-image: none;
  color: #717f85;
}

.carousel-control.left {
  background-image: none;
  color: #fff;
  text-shadow: none;
}

.carousel-control.left:hover {
  background-image: none;
  color: #717f85;
}

.slideFirstBtn {
  margin-right: 38%;
}

@media (max-width: 768px) {
  .slideFirstBtn {
    margin-right: 11%;
    margin-bottom: 20px;
  }
  .slideSecondBtn {
    margin-left: -40px;
    margin-top: -17px;
  }
}

@media (max-width: 1500px) {
  .carousel-control span.glyphicon-chevron-right {
    margin-right: -30%;
  }
  .carousel-control {
    width: 22% !important;
  }
}

@media (max-width: 1900px) {
  .carousel-control {
    width: 27% !important;
  }
}

@media (max-width: 1750px) {
  .carousel-control {
    width: 25% !important;
  }
}

@media (max-width: 1600px) {
  .carousel-control {
    width: 23% !important;
  }
  .carousel-control span.glyphicon-chevron-right {
    margin-right: -30%;
  }
  .carousel-control span.glyphicon-chevron-left {
    margin-left: -30%;
  }
}

@media (max-width: 1500px) {
  .carousel-control {
    width: 21% !important;
  }
}

@media (max-width: 1400px) {
  .carousel-control {
    width: 19% !important;
  }
}

@media (max-width: 1300px) {
  .carousel-control {
    width: 16% !important;
  }
}

@media (max-width: 1200px) {
  .carousel-control {
    width: 14% !important;
  }
}

@media (max-width: 1000px) {
  .carousel-control {
    width: 13% !important;
  }
}

td.bv_comment {
  word-break: break-all;
}

.displayNone {
  display: none;
}

.filter-box {
  padding: 15px 0px 32px 15px !important;
}

.navbar-main {
  margin-bottom: 0px !important;
}

.navbar {
  margin-bottom: 0px;
}

#slide3 p,
#slide3 a,
#slide3 h2 {
  color: #000;
}

#slide3 .btn {
  color: #000;
  border: 1px solid #000;
}

#slide3 {
  background-image: url(../../_images/img/slide3img.png);
  background-position: center top;
  background-repeat: no-repeat;
  /*background-color: rgba(255,255,255,1);*/
  background-blend-mode: luminosity;
  background-size: 100%;
}

#slide4 h2 small {
  color: #D9E81E;
}

#slide4 p,
#slide4 a,
#slide4 h2 {
  color: #fff;
}

#slide4 .btn {
  color: #fff;
  border: 1px solid #fff;
  padding: 30px 100px;
  font-size: 28px;
  margin-bottom: 24px;
}

#slide4 .btn:hover,
#slide4 .btn:focus {
  color: #D0D0D0;
  background-color: transparent !important;
  border: 1px solid #D0D0D0;
}

#slide4 {
  background-image: url(../../_images/img/slide4img.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  /*background-color: rgba(255,255,255,1);*/
  background-blend-mode: luminosity;
  background-size: 100%;
}

@media (max-width: 1200px) {
  #slide3 {
    background-image: url(../../_images/img/slide3img.png);
    background-position: center top;
    background-repeat: no-repeat;
    /*background-color: rgba(255,255,255,1);*/
    background-blend-mode: luminosity;
    background-size: auto;
  }
  #slide4 {
    background-image: url(../../_images/img/slide4img.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    /*background-color: rgba(255,255,255,1);*/
    background-blend-mode: luminosity;
    background-size: auto;
  }
}

.item {
  margin-top: -70px;
  padding-top: 140px;
}

#main,
.container>.xyz,
.stepwizard,
.marginTopPlus,
.contractNoticeHeader {
  margin-top: 70px;
}

#myCarousel,
.marginTopMinus {
  margin-top: -70px;
}

@media (max-width: 767px) {
  #main {
    padding-top: 0 !important;
  }
}