.btn_blue_to_green {
  font-size: 150%;
  margin-top: 1%;
  background-color: rgb(7,62,142);
  border-color: rgb(7,62,142);
}

.input_format_hint {
  color: green;
  font-size: 85%;
}

.input_format_hint_hide {
  display: none;
}

.subheading {
  text-align: center;
}

.btn_blue_to_green:hover {
  font-size: 150%;
  margin-top: 1%;
  background-color: rgb(100,174,37);
  border-color: rgb(100,174,37);
}

.heading {
  font-size: 200%;
  text-align: center;
  margin-top: 4%;
}

/* gerade beim Klicken */
.btn_blue_to_green:active {
  font-size: 150%;
  margin-top: 1%;
  background-color: rgb(100,174,37) !important;
  border-color: rgb(100,174,37) !important;
  box-shadow: 0px 0px 7px rgb(125,219,44) !important;
}

/* nachdem geklickt wurde */
.btn_blue_to_green:focus {
  font-size: 150%;
  margin-top: 1%;
  background-color: rgb(7,62,142);
  border-color: rgb(7,62,142);
  box-shadow: 0px 0px 7px rgb(10,83,194);
}

.btn-outline-secondary {
  background-color: rgb(7,62,142);
  color: white;
  border-color: rgb(7,53,122);
}

.btn-outline-secondary:hover {
  background-color: rgb(100,174,37);
  color: white;
  border-color: rgb(81,140,29);
}

.btn-outline-secondary:focus {
  background-color: rgb(7,62,142);
  color: white;
  border-color: rgb(7,53,122);
  box-shadow: 0px 0px 7px rgb(7,62,147) !important;
}

.btn-outline-secondary:active {
  background-color: rgb(7,62,142) !important;
  color: white;
  border-color: rgb(7,53,122) !important;
  box-shadow: 0px 0px 7px rgb(7,62,147) !important;
}

a, .wz_card_header {
  color: rgb(7,62,142);
}

.btn_add_ap_final {
  background-color: rgb(100,174,37) !important;
}

body {
  background-color: rgba(11,64,144,0.15);
  overflow-x: hidden;
}

#btn_dummy {
  background-color: rgba(96,174,36,1);
  border-color: rgba(96,174,36,1);
  font-size: 100%;
  width: 100%;
  border-radius: 0px;
}

#btn_dummy:hover {
  background-color: rgba(104,209,23,1);
}

.clickable:hover {
  cursor: pointer;
}

.license_select:hover {
  cursor: pointer;
  background-color: rgba(96,174,36,0.5);
}

.license_select {
  border-radius: 8px;
}

.border_right {
  border-right: 2px solid rgba(100,100,100,0.3);
}

.border_left {
  border-left: 2px solid rgba(100,100,100,0.3);
}

.selected_license {
  background-color: rgba(96,174,36,0.5) !important;
}

.button_card {
  margin-left: 3%;
  margin-bottom: 1.5%;
}

.light_border {
  border: 1px solid rgba(0,0,0,0.5);
}

.btn_transparent_to_blue {
  background-color: rgba(11,64,144,0);
  border-color: rgba(11,64,144,1);
  border-radius: 0px;
  color: black;
}

.btn_transparent_to_blue:focus {
  background-color: rgba(11,64,144,0);
  border-color: rgba(11,64,144,1);
  border-radius: 0px;
  box-shadow: 0px 0px 5px rgb(11,64,144,1);
}

.btn_transparent_to_blue:hover {
  background-color: rgba(11,64,144,1);
  border-color: rgba(11,64,144,1);
  border-radius: 0px;
  color: white;
}

.btn_blue_to_blue {
  background-color: rgba(11,64,144,1);
  border-color: rgba(11,64,144,1);
  border-radius: 0px;
}

.btn_blue_to_blue:focus {
  background-color: rgba(11,64,144,1);
  border-color: rgba(11,64,144,1);
  border-radius: 0px;
  box-shadow: 0px 0px 5px rgb(11,64,144,1);
}

.radio:checked {
  background-color: rgb(7,62,142);
  border-color: rgb(7,62,142);
}

.show_plotly_btn_div {
  margin-top: 3%;
  margin-bottom: 2%;
  text-align: center;
}

.sperrfilter_btn {
  margin-bottom: 2%;
  width: 100%;
}

.btn_del_params {
  width: 100%;
  margin-bottom: 2%;
}

.fs90 {
  font-size: 90%;
}

.ta_center {
  text-align: center;
}

.display_none {
  display: none;
}

@keyframes fade_in_opacity {
  from {opacity: 0;}
  to {opacity: 1;}
}

.dark_bg {
  animation: fade_in_opacity 0.3s;
  width: 100%;
  position: fixed;
  height: 500px;
  top: 0px;
  z-index: 4;
  left: 0px;
  background-color: rgba(0,0,0,0.5);
}

.invis_pop_up {
  width: 30%;
  background-color: white;
  display: none;
}

.pop_up_text {
  margin-left: 2%;
  margin-right: 2%;
  font-size: 80%;
  margin-top: 3%;
}

.pop_up_button_li {
  border: none;
  width: 33.33%;
  text-align: center;
}

.pop_up_button_li_50 {
  border: none;
  width: 50%;
  text-align: center;
}

.pop_up_li_group {
  width: 100%;
}

.addable_options_heading {
  margin-top: 5%;
}

.tr_addable:hover {
  cursor: pointer;
  background-color: rgba(96,174,36,1) !important;
}

.tr_removable:hover {
  cursor: pointer;
  background-color: red !important;
}

.pop_up_heading {
  margin: 1%;
}

.li_ap_favs {
  background-color: rgba(0,0,0,0);
  border: none;
  padding-bottom: 0.5% !important;
  padding-top: 0px !important;
}

.available_soon_add_card {
  text-align: center;
  color: rgb(252, 186, 3);
}

.close_pop_up_in_build {
  margin: 1%;
}

.error {
  margin-top: 10%;
  color: red;
}

.loading {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  z-index: 5;
  top: 0px;
  text-align: center;
  display: none;
}

.loading_js {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  z-index: 5;
  top: 0px;
  text-align: center;
}

.preset_saved_alert {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  text-align: center;
}

.mt2 {
  margin-top: 2%;
}

.del_button_live {
    float: left;
    margin-right: 10px;
    background-color: rgba(220,0,0,1);
    border: none;
    border-radius: 5px;
    color: white;
}







@media (max-width: 1300px){
  /* mobile version */
  .heading_angebot {
    font-size: 120%;
    color: rgb(7,62,142);
  }

  .res_text {
    font-size: 180%;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .res_text_number {
    display: block;
    font-weight: 600;
  }

  .desktop {
    display: none;
  }

  .vis_pop_up {
    animation: fade_in_opacity 0.3s;
    width: 90%;
    background-color: white;
    display: block;
    position: fixed;
    top: 5%;
    z-index: 5;
  }

  .addable_options_heading {
    margin-top: 30%;
  }

  .offer_heading {
    margin-top: 30%;
  }

  .text_angebot_min_100000 {
    color: rgb(7,62,142);
    text-align: center;
  }

  .mobile_res_wz_search_disclaimer {
    color: rgb(11,64,144);
  }

  .rechtsform_label {
    margin-left: 5%;
  }

  .source_count_label {
    min-width: 80%;
    margin-left: 10%;
  }

  .source_options {
    text-align: left;
    padding-left: 10%;
  }

  .count_options {
    text-align: left;
  }

  .content_under_navbar {
    text-align: center;
  }

  .navbar-collapse {
    background-color: rgb(7, 62, 142);
    width: 100%;
  }

  .rechtsform_list_item {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
  }

  .form-control:focus {
      z-index: 0 !important;
  }

  .btn-outline-secondary:focus {
      z-index: 0 !important;
  }

  :target {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
  }


  #plz_range_del_button {
      float: left;
      margin-right: 10px;
      border: none;
      border-radius: 5px;
      color: white;
  }

  .further_attributes_btns {
    margin-bottom: 5%;
  }

  .toggle_block {
      display: none;
      overflow-x: hidden;
  }

  @keyframes toggle_vis_fade_in{
      from {opacity: 0;}
      to {opacity: 1;}
  }

  .vis {
      animation-name: toggle_vis_fade_in;
      animation-duration: 1s;
      display: block;
  }

  html {
    scroll-behavior: smooth;
  }

  .slidecontainer {
    width: 100%;
  }

  .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }

  .slider:hover {
    opacity: 1;
  }

  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: rgba(96,174,36,1);
    cursor: pointer;
  }

  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
  }

  .card-header:hover {
      cursor: pointer;
      background-color: white;
  }

  /* animation test */
  @keyframes come_in {

  }

  .query_and_live_params {

  }
  .come-in {
      animation-name: come_in;
      animation-duration: 1s;
  }

  @keyframes come_in_live_params_kf {
      from {margin-left: -200px;}
      to {margin-left: 0px;}
  }

  .come_in_live_params {
      animation-name: come_in_live_params_kf;
      animation-duration: 0.3s;
  }


  /* sticky element */
  #stickThis {
      /* keine zusaetzlichen style-parameter benoetigt (aber spaeter hier einfuegbar fuer live_divs_all) */
      -ms-overflow-style: none;
      scrollbar-width: none;
      width: 100%;
      padding: 1%;
      float: left;
      background-color: #f8f9fa;
  }

  #stickThis.stick {
      margin-top: 0;
      position: relative;
      z-index: 2;
      overflow-y: scroll;
  }

  .inner_button {
      width: 95%;
      margin: 1%;
      margin-left: 2.5%;
  }

  .mainlink {
      color: white !important;
  }

  .main_nav_item {
      height: 130px;
      padding-top: 40px;
      margin-left: 20px;
  }

  .main_nav_item.active {
      border-bottom: 4px solid rgba(100,174,37,1);
  }

  @keyframes hover_main_nav {
      from {border-bottom: 4px solid rgba(100,174,37,0)}
      to {border-bottom: 4px solid rgba(100,174,37,1)}
  }

  .hover_main_nav {
      cursor: pointer;
      animation-name: hover_main_nav;
      animation-duration: 0.3s;
      animation-iteration-count: 1;
      border-bottom: 4px solid rgba(100,174,37,1);
  }

  .main_nav_item.active:hover {
      cursor: pointer;
  }

  @font-face {
    font-family: MuseoSans;
    src: url(/static/fonts/museo_sans_ssv/MuseoSans300/MuseoSans_300.otf);
  }

  body {
      font-family: MuseoSans;
  }

  #query_and_live_params {
    display: inline-block;
    float: right;
    width: 100%;
    margin-top: 0%;
  }

  .inner_nav {
      margin-right: 0%;
      padding-left: 1%;
      padding-right: 1%;
  }

  #navbar_sections {
      width: 100%;
  }

  @keyframes come_up {
      0% {margin-top: -200px}
      100% {margin-top: 0px}
  }

  .change_to_active_geographic_section {
      animation-name: come_up;
      animation-duration: 0.3s;
      border-left: none !important;
  }

  .change_to_active_branche_section {
      animation-name: come_up;
      animation-duration: 0.4s;
  }

  .change_to_active_unternehmensmerkmale_section {
      animation-name: come_up;
      animation-duration: 0.5s;
  }

  .change_to_active_ansprechpartner_section {
      animation-name: come_up;
      animation-duration: 0.6s;
  }

  .change_to_active_auszaehlungsart_section {
      animation-name: come_up;
      animation-duration: 0.7s;/*museo sans*/
  }

  .change_to_active_title_section {
      animation-name: come_up;
      animation-duration: 0.8s;
  }

  .inner_nav {
      height: 70px;
      padding-top: 8px;
  }

  .inner_nav.active {
      border-bottom: 2px solid rgb(7,62,142);
      /*animation: none !important;*/
  }

  @keyframes border_fade_in {
      from {opacity: 1}
      to {opacity: 0}
  }

  @keyframes fade_in_border {
      from {border-bottom: 2px solid rgba(7,62,142,0);}
      to {border-bottom: 2px solid rgba(7,62,142,1);}
  }

  .hover_li_inner {
      animation: fade_in_border 0.3s;
      border-bottom: 2px solid rgba(7,62,142,1);
  }

  @keyframes fade_out_border {
      from {border-bottom: 2px solid rgba(7,62,142,1);}
      to {border-bottom: 2px solid rgba(7,62,142,0);}
  }

  .standard_li_inner {
      animation: fade_out_border 0.3s;
  }

  #download_div {
    background-color: rgba(248, 249, 250, 0);
    padding: 0%;
    width: 100%;
  }

  #res_container {
    color: rgb(7, 62, 142);
    font-size: 115%;
  }

  #results {
    font-size: 150%;
  }

  .live_search_params_header {
    text-align: center;
    margin-bottom: 8%;
    margin-top: 5%;
  }

  @keyframes come_in_sidebar {
      from {margin-left: -250%; width: 100%;}
      to {margin-left: 0%; width: 100%;}
  }

  .content_to_come_in_1 {
      animation-name: come_in_sidebar;
      animation-duration: 0.3s;
  }

  .content_to_come_in_2 {
      animation-name: come_in_sidebar;
      animation-duration: 0.5s;
  }

  .content_to_come_in_3 {
      animation-name: come_in_sidebar;
      animation-duration: 0.7s;
  }

  .content_to_come_in_4 {
      animation-name: come_in_sidebar;
      animation-duration: 0.9s;
  }

  #wrap {
    float: right;
    width: 100%;
  }

  .wz_button {
    width: 100% !important;
  }

  #navbarSupportedContent {
    overflow-y: scroll;
    font-size: 120%;
  }

  #navbar_mobile {
    background-color: rgba(11,64,144,1) !important;
  }

  .live_params_buttons {
      position: static;
      top:0;
      width: inherit;
      z-index:100;
      margin-top: 130px;
  }

  .fade_out {
      display: none;
  }



  @keyframes fade_in_anim {
      from {opacity: 0}
      to {opacity: 1}
  }

  .fade_in {
      animation-name: fade_in_anim;
      animation-duration: 0.5s;
      animation-iteration-count: 1;
      display: block;
  }

  .main_form {
    font-size: 120%;
    float: right;
    width: 100%;
    padding: 3%;
    padding-top: 90px;
  }

  .section_heading {
    font-size: 80%;
    text-align: center;
    margin-top: 10px;
  }

  * {
    box-sizing: border-box;
  }

  /*the container must be positioned relative:*/
  .autocomplete {
    position: relative;
    display: inline-block;
  }


  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
  }

  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
  }

  /*when hovering an item:*/
  .autocomplete-items div:hover {
    background-color: #e9e9e9;
  }

  /*when navigating through the items using the arrow keys:*/
  .autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
  }

  #accordionInner {
    margin-top: 4%;
    width: 100%;
  }

  .row_result:hover {
      color: rgba(96,174,36,1);
      cursor: pointer;
  }

  .jump_wz_arrow:hover{
      cursor: pointer;
  }

  .table {
    display: table;
  }

  .row2 {
    display: table-row;
  }

  .row_ap_branche {
    display: table-row;
  }

  .cell {
    display: table-cell;
    padding: 10px;
  }

  .row2:hover {
    background-color: #cccccc;
  }

  .cell:hover {
    background-color: #e5e5e5;
  }

  @keyframes wz_dest_anim {
      0% {opacity: 1;}
      50% {opacity: 0.2;}
      100% {opacity: 1;}
  }
  .wz_dest {
      animation-name: wz_dest_anim;
      animation-duration: 1s;
      animation-iteration-count: 3;
  }

  .wz_descr_long_block {
      display: none;
  }

  .empty_li {
      opacity: 0;
  }

  .pos_ov {
      margin: 20px 0;
  }

  #source_block {
    height: 200px;
    overflow-y: hidden;
  }

  .add_to_order {
      margin-top: 2%;
      background-color: rgba(96,174,36,1) !important;
      border: none;
      border-radius: 0px;
  }

  .plotly_div {
    max-width: 100%;
    margin-top: -5%;
  }

  .hide_first {
      opacity: 0;
  }

  @keyframes fade_in_side_anim {
      from {opacity: 0;}
      to {opacity: 1;}
  }

  .fade_in_side_1 {
      animation: fade_in_side_anim 1s;
      opacity: 1;
      margin-left: 0px;
  }

  .fade_in_side_2 {
      animation: fade_in_side_anim 0.7s;
      opacity: 1;
      margin-left: 0px;
  }

  @keyframes fade_in_basic_anim{
      from {opacity: 0;}
      to {opacity: 1;}
  }

  .fade_in_basic_1 {
      animation: fade_in_basic_anim 1s;
      opacity: 1;
  }

  .edit_pos_btn {
    background-color: rgba(11,64,144,1);
    border-color: rgba(11,64,144,1);
    border-radius: 0px;
    margin-bottom: 3%;
  }

  .item_anteile_li {
    width: 50%;
    background-color: rgba(0,0,0,0);
    border: none;
  }

  .center {
    text-align: center;
  }

  .divider {
    width: 100%;
  }

  .heading_center {
    text-align: center;
    margin-top: 2%;
  }

  .center_subtitle {
    text-align: center;
    margin-bottom: 2%;
    font-size: 90%;
  }

  .add_ap_disclaimer {
    color: red;
    text-align: center;
  }

  .table_prices tr {
    border-bottom: 2px solid rgba(100,100,100,0.3);
  }

  .last_row {
    border: none  !important;
  }

  .table_border_left {
    text-align: center;
    /*border-left: 2px solid rgba(100,100,100,0.3);*/
  }

  .ta_center {
    text-align: center;
  }

  .table_border_left_center {
    /*border-left: 2px solid rgba(100,100,100,0.3);*/
    text-align: center;
  }

  .white_row {
    background-color: white;
  }


  .text_startpage_no_login {
    margin-top: 20%;
  }

  .contact {
    margin-top: 1.5%;
    color: white;
  }

  .ap_fav_btn {
    width: 100%;
  }
}














@media (min-width: 1301px) {
  /* desktop version */
  .limit_wrapper_div {
    width: 40%;
  }

  .limit_wrapper_div_count_only {
    width: 40%;
    margin-top: 2%;
  }

  .number_wz_count {
    float: right;
  }

  #heading_for_mobile_navbar2 {
    display: none;
  }

  .arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }

  .wz_input_div {
    margin-bottom: 2%;
  }

  .res_text {
    font-size: 180%;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .warning_performance {
    text-align: center;
    font-size: 110%;
  }

  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .right_left_item {
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
  }

  .left_select_dummy_item {
    width: 90%;
  }

  .right_select_dummy_item {
    width: 8%;
    text-align: right;
  }

  .select_field {
    background-color: white;
    width: 40%;
    padding: 5px 0;
    padding-left: 10px;
    border: 1px solid rgb(200,200,200);
    border-radius: 4px;
  }

  .select_dummy_options {
    position: absolute;
    width: 30.08%; /* berechneter wert --> 80% wrapper je 3% padding pro seite auf absolut also 100% umrechnen */
    font-size: 90%;
  }

  .select_dummy {
    font-size: 90%;
  }

  .option_dummy {
    background-color: white;
    width: 100%;
    padding: 5px 0;
    padding-left: 5px;
    border: 1px solid rgb(200,200,200);
    border-radius: 2px;
  }

  .wz_input_div {
    margin-top: 5%;
  }

  #license {
    width: 20%;
  }

  .mobile {
    display: none;
  }

  .li_ap_favs {
    width: 25%;
  }

  .mobile_res_wz_search_disclaimer {
    display: none;
  }

  .ap_fav_btn {
    width: 100%;
    font-size: 100%;
  }

  .li_outer_ap_fav {
    background-color: rgba(0,0,0,0);
    border: none;
    padding: 0px !important;
  }

  .search_input_jobtitle {
    width: 50%;
  }

  .vis_pop_up {
    animation: fade_in_opacity 0.3s;
    width: 30%;
    background-color: white;
    display: block;
    position: fixed;
    top: 30%;
    z-index: 5;
  }

  .form-control:focus {
      z-index: 0 !important;
  }

  .btn-outline-secondary:focus {
      z-index: 0 !important;
  }

  :target {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
  }


  #plz_range_del_button {
      float: left;
      margin-right: 10px;
      border: none;
      border-radius: 5px;
      color: white;
  }

  .toggle_block {
      display: none;
  }

  @keyframes toggle_vis_fade_in{
      from {opacity: 0;}
      to {opacity: 1;}
  }

  .vis {
      animation-name: toggle_vis_fade_in;
      animation-duration: 1s;
      display: block;
  }

  html {
    scroll-behavior: smooth;
  }

  .slidecontainer {
    width: 100%;
  }

  .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }

  .slider:hover {
    opacity: 1;
  }

  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: rgba(96,174,36,1);
    cursor: pointer;
  }

  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
  }

  .card-header:hover {
      cursor: pointer;
      background-color: white;
  }

  /* animation test */
  @keyframes come_in {

  }

  .query_and_live_params {

  }
  .come-in {
      animation-name: come_in;
      animation-duration: 1s;
  }

  @keyframes come_in_live_params_kf {
      from {margin-left: -200px;}
      to {margin-left: 0px;}
  }

  .come_in_live_params {
      animation-name: come_in_live_params_kf;
      animation-duration: 0.3s;
  }


  /* sticky element */
  #stickThis {
      /* keine zusaetzlichen style-parameter benoetigt (aber spaeter hier einfuegbar fuer live_divs_all) */
      -ms-overflow-style: none;
      scrollbar-width: none;
  }

  #stickThis.stick {
      margin-top: 0;
      position: fixed;
      z-index: 2;
      overflow-y: scroll;
  }

  .inner_button {
      width: 49%;
      margin: 0.2%;
      margin-left: 0.5%;
}

  .mainlink {
      color: white !important;
  }

  .main_nav_item {
      height: 130px;
      padding-top: 40px;
      margin-left: 20px;
  }

  .main_nav_item.active {
      border-bottom: 4px solid rgba(100,174,37,1);
  }

  @keyframes hover_main_nav {
      from {border-bottom: 4px solid rgba(100,174,37,0)}
      to {border-bottom: 4px solid rgba(100,174,37,1)}
  }

  .hover_main_nav {
      cursor: pointer;
      animation-name: hover_main_nav;
      animation-duration: 0.3s;
      animation-iteration-count: 1;
      border-bottom: 4px solid rgba(100,174,37,1);
  }

  .main_nav_item.active:hover {
      cursor: pointer;
  }

  @font-face {
    font-family: MuseoSans;
    src: url(/static/fonts/museo_sans_ssv/MuseoSans300/MuseoSans_300.otf);
  }

  body {
      font-family: MuseoSans;
  }

  .collapsing {/* hier bootstrap animation collapse disabled */
    transition: none !important;
  }

  #query_and_live_params {
    display: inline-block;
    float: right;
    width: 100%;
    margin-top: 0%;
  }

  .inner_nav {
      margin-right: 0%;
      padding-left: 1%;
      padding-right: 1%;
  }

  #navbar_sections {
      width: 100%;
  }

  @keyframes come_up {
      0% {margin-top: -200px}
      100% {margin-top: 0px}
  }

  .change_to_active_geographic_section {
      animation-name: come_up;
      animation-duration: 0.3s;
      border-left: none !important;
  }

  .change_to_active_branche_section {
      animation-name: come_up;
      animation-duration: 0.4s;
  }

  .change_to_active_unternehmensmerkmale_section {
      animation-name: come_up;
      animation-duration: 0.5s;
  }

  .change_to_active_ansprechpartner_section {
      animation-name: come_up;
      animation-duration: 0.6s;
  }

  .change_to_active_auszaehlungsart_section {
      animation-name: come_up;
      animation-duration: 0.7s;/*museo sans*/
  }

  .change_to_active_title_section {
      animation-name: come_up;
      animation-duration: 0.8s;
  }

  .inner_nav {
      height: 70px;
      padding-top: 8px;
  }

  .inner_nav.active {
      border-bottom: 2px solid rgb(7,62,142);
      /*animation: none !important;*/
  }

  @keyframes border_fade_in {
      from {opacity: 1}
      to {opacity: 0}
  }

  @keyframes fade_in_border {
      from {border-bottom: 2px solid rgba(7,62,142,0);}
      to {border-bottom: 2px solid rgba(7,62,142,1);}
  }

  .hover_li_inner {
      animation: fade_in_border 0.3s;
      border-bottom: 2px solid rgba(7,62,142,1);
  }

  @keyframes fade_out_border {
      from {border-bottom: 2px solid rgba(7,62,142,1);}
      to {border-bottom: 2px solid rgba(7,62,142,0);}
  }

  .standard_li_inner {
      animation: fade_out_border 0.3s;
  }

  #stickThis {
    width: 20%;
    padding: 1%;
    float: left;
    background-color: #f8f9fa;
  }

  #download_div {
    background-color: rgba(248, 249, 250, 0);
    padding: 0%;
    width: 100%;
  }

  #res_container {
    color: rgb(7, 62, 142);
    font-size: 115%;
  }

  #results {
    font-size: 150%;
  }

  .live_search_params_header {
    text-align: center;
    margin-bottom: 8%;
    margin-top: 5%;
  }

  @keyframes come_in_sidebar {
      from {margin-left: -250%; width: 100%;}
      to {margin-left: 0%; width: 100%;}
  }

  .content_to_come_in_1 {
      animation-name: come_in_sidebar;
      animation-duration: 0.3s;
  }

  .content_to_come_in_2 {
      animation-name: come_in_sidebar;
      animation-duration: 0.5s;
  }

  .content_to_come_in_3 {
      animation-name: come_in_sidebar;
      animation-duration: 0.7s;
  }

  .content_to_come_in_4 {
      animation-name: come_in_sidebar;
      animation-duration: 0.9s;
  }

  #wrap {
    float: right;
    width: 80%;
  }

  .live_params_buttons {
      position: static;
      top:0;
      width: inherit;
      z-index:100;
      margin-top: 130px;
  }


  .fade_out {
      display: none;
  }



  @keyframes fade_in_anim {
      from {opacity: 0}
      to {opacity: 1}
  }

  .fade_in {
      animation-name: fade_in_anim;
      animation-duration: 0.5s;
      animation-iteration-count: 1;
      display: block;
  }

  .main_form {
    font-size: 120%;
    float: right;
    width: 100%;
    padding: 3%;
    padding-top: 90px;
  }

  .section_heading {
    font-size: 80%;
    text-align: center;
    margin-top: 10px;
  }

  * {
    box-sizing: border-box;
  }

  /*the container must be positioned relative:*/
  .autocomplete {
    position: relative;
    display: inline-block;
  }


  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
  }

  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
  }

  /*when hovering an item:*/
  .autocomplete-items div:hover {
    background-color: #e9e9e9;
  }

  /*when navigating through the items using the arrow keys:*/
  .autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
  }

  #accordionInner {
    width: 80%;
    margin-left: 10%;
  }

  .row_result:hover {
      color: rgba(96,174,36,1);
      cursor: pointer;
  }

  .jump_wz_arrow:hover{
      cursor: pointer;
  }

  .table {
    display: table;
  }

  .row2 {
    display: table-row;
  }

  .row_ap_branche {
    display: table-row;
  }

  .cell {
    display: table-cell;
    padding: 10px;
  }

  .row2:hover {
    background-color: #cccccc;
  }

  .cell:hover {
    background-color: #e5e5e5;
  }

  @keyframes wz_dest_anim {
      0% {opacity: 1;}
      50% {opacity: 0.2;}
      100% {opacity: 1;}
  }
  .wz_dest {
      animation-name: wz_dest_anim;
      animation-duration: 1s;
      animation-iteration-count: 3;
  }

  .wz_descr_long_block {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 30%;
      background-color: rgba(255,255,255,0.9);
      border: 2px solid black;
      border-radius: 5px;
      padding: 5px;
      z-index: 1;
  }

  .empty_li {
      opacity: 0;
  }

  .pos_ov {
      margin: 20px 0;
  }

  #source_block {
    height: 200px;
  }

  .add_to_order {
      margin-top: 2%;
      background-color: rgba(96,174,36,1) !important;
      border: none;
      border-radius: 0px;
  }

  .plotly_div {
    max-width: 50%;
    margin-left: 25%;
    margin-top: -5%;
  }

  .hide_first {
      opacity: 0;
  }

  @keyframes fade_in_side_anim {
      from {opacity: 0; margin-left: -300px;}
      to {opacity: 1; margin-left: 0px;}
  }

  .fade_in_side_1 {
      animation: fade_in_side_anim 1s;
      opacity: 1;
      margin-left: 0px;
  }

  .fade_in_side_2 {
      animation: fade_in_side_anim 0.7s;
      opacity: 1;
      margin-left: 0px;
  }

  @keyframes fade_in_basic_anim{
      from {opacity: 0;}
      to {opacity: 1;}
  }

  .fade_in_basic_1 {
      animation: fade_in_basic_anim 1s;
      opacity: 1;
  }

  .edit_pos_btn {
    background-color: rgba(11,64,144,1);
    border-color: rgba(11,64,144,1);
    border-radius: 0px;
    margin-bottom: 3%;
  }

  .item_anteile_li {
    background-color: rgba(0,0,0,0);
    border: none;
  }

  .center {
    text-align: center;
  }

  .divider {
    width: 100%;
  }

  .heading_center {
    text-align: center;
    margin-top: 2%;
  }

  .center_subtitle {
    text-align: center;
    margin-bottom: 2%;
    font-size: 90%;
  }

  .add_ap_disclaimer {
    color: red;
    text-align: center;
  }

  .table_prices tr {
    border-bottom: 2px solid rgba(100,100,100,0.3);
  }

  .last_row {
    border: none  !important;
  }

  .table_border_left {
    text-align: center;
    /*border-left: 2px solid rgba(100,100,100,0.3);*/
  }

  .ta_center {
    text-align: center;
  }

  .table_border_left_center {
    /*border-left: 2px solid rgba(100,100,100,0.3);*/
    text-align: center;
  }

  .white_row {
    background-color: white;
  }

  @keyframes fade_in_border_left {
    0% {border-left: 2px solid rgba(255,255,255,0);}
    50% {border-left: 2px solid rgba(255,255,255,0);}
    100% {border-left: 2px solid rgba(255,255,255,1);}
  }

  .text_startpage_no_login {
    margin-left: 5%;
    margin-top: 20%;
    border-left: 2px solid rgba(255,255,255,1);
    padding-left: 2%;
    animation: fade_in_border_left 1.5s;
  }

  .contact {
    margin-top: 1.5%;
    color: white;
  }

  .second_navbar {
    margin-left: 20%;
    padding-left: 0%;
    position: fixed;
    width: 80%;
    z-index: 3;
    height: 70px;
    font-size: 140%;
  }

  .content_under_navbar {
    margin-top: 130px;
  }

  .further_attributes_btns {
    margin-bottom: 2%;
  }

  .plz_umkreis_plz_vis_wrapper {
    width: 40%;
  }

  .plz_umkreis_umkreis_wrapper {
    width: 40%;
  }

  .kgs_vis_wrapper {
    width: 40%;
  }

  .kgs_ausschluss_vis_wrapper {
    width: 40%;
  }

  .source_count_label {
    min-width: 80%;
    margin-left: 1.25rem;
  }

  .rechtsform_label {
    min-width: 100%;
  }

  .heading_angebot {
    font-size: 120%;
    color: rgb(7,62,142);
  }

  .text_angebot_min_100000 {
    color: rgb(7,62,142);
    text-align: center;
  }
}
