/* BASE - Base styles, variables, mixins, etc */
/*Font-color*/
/* backgrounds */
/* font-weights */
/*--margin--*/
/* Break-Points*/
/* custom work*/
@import url("bootstrap.min.css");
@import url("bootstrap.min.css.map");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("owl.carousel.min.css");
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700");
html {
  height: 100%; }

body {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  color: #003a65;
  position: relative;
  min-height: 100%;
  padding-bottom: 130px; }
  @media screen and (max-width: 991px) {
    body {
      padding-bottom: 100px; } }
  @media screen and (max-width: 470px) {
    body {
      padding-bottom: 120px; } }
  @media screen and (max-width: 370px) {
    body {
      padding-bottom: 140px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

a:hover,
a:focus {
  text-decoration: none;
  outline: 0; }

*:focus {
  outline: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  max-width: 100%;
  height: auto; }

.margin_btm_30 {
  margin-bottom: 30px; }

.margin_btm_70 {
  margin-bottom: 70px; }

.margin_top_70 {
  margin-top: 70px; }

.margin_btm_0 {
  margin-bottom: 0; }

.margin_top_10 {
  margin-top: 10px; }

.margin_top_30 {
  margin-top: 30px; }

.clr_brown {
  color: #5e2b00; }

.clr_blue {
  color: #003a65; }

.clr_gry {
  color: #3a3a3c; }

.container {
  max-width: 1200px;
  width: 100%; }

.flex_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }

.main_heading, .sub_heading {
  font-size: 24px;
  color: #003a65;
  font-weight: 700;
  margin-bottom: 30px; }

.sub_heading {
  font-size: 20px; }
  .sub_heading a {
    color: #003a65; }

.title_hed {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 24px; }

.content_txt {
  color: #333;
  font-size: 14px;
  line-height: 24px; }
  .content_txt + .content_txt {
    margin-top: 25px; }
  .content_txt a {
    color: #333; }
  .content_txt .theme_links {
    color: #ef7705; }

.desc_hed {
  font-size: 18px;
  color: #3a3a3a; }

.theme_links {
  color: #ef7705;
  font-weight: 700;
  display: inline-block;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding-left: 10px;
  font-size: 14px; }
  .theme_links:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0; }
  .theme_links:hover {
    color: #ed9e52; }

.theme_btn, .rsform-submit-button {
  background-color: #ef7705;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 20px 30px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 0; }
  .theme_btn:hover, .rsform-submit-button:hover {
    background-color: #ed9e52; }
  @media screen and (max-width: 767px) {
    .theme_btn, .rsform-submit-button {
      padding: 15px 20px; } }

.theme_input, .rsform-input-box, .rsform-select-box {
  border-radius: 8px;
  border: 2px solid #003a65;
  padding: 0 15px;
  height: 60px;
  width: 100%;
  max-width: 320px;
  font-weight: 500;
    /* @media screen and (max-width:$mobile-xsm) {
		max-width:100%;
    } */ }
  @media screen and (max-width: 767px) {
    .theme_input, .rsform-input-box, .rsform-select-box {
      height: 50px;
      max-width: 100%; } }

::-webkit-input-placeholder {
  color: #697fa3;
  opacity: 1; }

::-moz-placeholder {
  color: #697fa3;
  opacity: 1; }

:-ms-input-placeholder {
  color: #697fa3;
  opacity: 1; }

:-moz-placeholder {
  color: #697fa3;
  opacity: 1; }

.rsform-input-box, .rsform-select-box {
  border-color: #687fa3; }

.rsform-select-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/selct-arow.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 14px;
  padding-right: 40px; }

.theme_input + .theme_btn {
  margin-left: 15px; }
  @media screen and (max-width: 767px) {
    .theme_input + .theme_btn {
      margin-left: 10px; } }
  @media screen and (max-width: 420px) {
    .theme_input + .theme_btn {
      margin-left: 0px;
      margin-top: 15px; } }

.mid_page_wrap {
  background-color: #fff;
  padding: 30px 0 40px;
  min-height: 600px; }
  @media screen and (max-width: 767px) {
    .mid_page_wrap {
      min-height: 500px; } }
  .mid_page_wrap .container {
    max-width: 1000px; }

@media screen and (max-width: 767px) {
  .margin_btm_70 {
    margin-bottom: 40px; }

  .margin_top_70 {
    margin-top: 40px; }

  .main_heading {
    font-size: 20px; }

  .sub_heading {
    font-size: 18px; } }
/*---forms-filds-css--*/
.formControls div.formBody {
  float: none; }

.panel-body .formResponsive > h2 {
  font-size: 15px;
  color: #003a65;
  font-weight: 700; }

.labelwithfield .rsform-block {
  font-size: 15px;
  font-weight: 700; }

.rsform-block-grundstuckseigentumer {
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px; }

.formResponsive .formRow .formSpan6 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 320px; }
  @media screen and (max-width: 767px) {
    .formResponsive .formRow .formSpan6 {
      max-width: 100%; } }
  .formResponsive .formRow .formSpan6 + .formSpan6 {
    margin-left: 20px; }
    @media screen and (max-width: 991px) {
      .formResponsive .formRow .formSpan6 + .formSpan6 {
        margin-left: 10px; } }
    @media screen and (max-width: 767px) {
      .formResponsive .formRow .formSpan6 + .formSpan6 {
        margin-left: 0px; } }

.rsform-block-submit {
  text-align: right; }

#toneOne .labelwithfield .formSpan6 {
  vertical-align: middle; }

#kompostTwo .labelwithfield .formSpan6 {
  vertical-align: middle; }
  #kompostTwo .labelwithfield .formSpan6 .rsform-input-box {
    border-color: #003a65;
    text-align: right; }
  #kompostTwo .labelwithfield .formSpan6 + .formSpan6 .rsform-block {
    padding-left: 38%; }
    @media screen and (max-width: 991px) {
      #kompostTwo .labelwithfield .formSpan6 + .formSpan6 .rsform-block {
        padding-left: 0; } }

#containerdienstFour .labelwithfield .rsform-block-was-mochten-sie-entsorgen, #containerdienstFour .labelwithfield .rsform-block-big-bag, #containerdienstFour .labelwithfield .rsform-block-absetzmulde, #containerdienstFour .labelwithfield .rsform-block-container {
  padding-top: 35px; }
  @media screen and (max-width: 767px) {
    #containerdienstFour .labelwithfield .rsform-block-was-mochten-sie-entsorgen, #containerdienstFour .labelwithfield .rsform-block-big-bag, #containerdienstFour .labelwithfield .rsform-block-absetzmulde, #containerdienstFour .labelwithfield .rsform-block-container {
      padding-top: 5px; } }
#containerdienstFour .labelwithfield .rsform-block-abfalltrennsystem {
  padding-top: 15px; }

#containerdienstFour .rsform-block-lieferung, #containerdienstFour .rsform-block-abholung, #containerdienstFour .rsform-block-3m3, #containerdienstFour .rsform-block-5-5m3, #containerdienstFour .rsform-block-7m3, #containerdienstFour .rsform-block-7m3-2, #containerdienstFour .rsform-block-9m3, #containerdienstFour .rsform-block-18m3, #containerdienstFour .rsform-block-abfalltrennsystem-checkbox {
  padding-left: 38%; }
  @media screen and (max-width: 991px) {
    #containerdienstFour .rsform-block-lieferung, #containerdienstFour .rsform-block-abholung, #containerdienstFour .rsform-block-3m3, #containerdienstFour .rsform-block-5-5m3, #containerdienstFour .rsform-block-7m3, #containerdienstFour .rsform-block-7m3-2, #containerdienstFour .rsform-block-9m3, #containerdienstFour .rsform-block-18m3, #containerdienstFour .rsform-block-abfalltrennsystem-checkbox {
      padding-left: 0; } }

.formBody .rsformVerticalClear {
  position: relative;
  margin-bottom: 15px; }
  .formBody .rsformVerticalClear .rsform-radio {
    margin: 0;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 2;
    opacity: 0; }
  .formBody .rsformVerticalClear label {
    margin: 0;
    cursor: pointer;
    padding-left: 35px; }
    .formBody .rsformVerticalClear label:before {
      content: '';
      width: 20px;
      height: 20px;
      border: 2px solid #687fa3;
      display: inline-block;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0; }
    .formBody .rsformVerticalClear label:after {
      content: '';
      width: 10px;
      height: 10px;
      background-color: #003a65;
      display: inline-block;
      border-radius: 50%;
      position: absolute;
      left: 5px;
      top: 5px;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s;
      opacity: 0; }
.formBody .checked label:after {
  opacity: 1; }

.rsform-block-mieter-radio .rsformVerticalClear {
  max-width: 365px; }
  @media screen and (max-width: 767px) {
    .rsform-block-mieter-radio .rsformVerticalClear {
      max-width: 100%; } }
  .rsform-block-mieter-radio .rsformVerticalClear .rsform-radio {
    right: 0;
    left: auto; }
  .rsform-block-mieter-radio .rsformVerticalClear label {
    padding-left: 0px; }
    .rsform-block-mieter-radio .rsformVerticalClear label:before {
      right: 0;
      left: auto; }
    .rsform-block-mieter-radio .rsformVerticalClear label:after {
      right: 5px;
      left: auto; }

.checkbox_div {
  position: relative; }
  .checkbox_div .rsform-checkbox {
    width: 25px;
    height: 25px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer; }
  .checkbox_div label {
    margin: 0; }
    .checkbox_div label:before {
      content: '';
      width: 25px;
      height: 25px;
      border: 2px solid #003a65;
      display: inline-block;
      border-radius: 4px;
      text-align: center;
      line-height: 21px;
      position: absolute;
      top: 0;
      left: 0; }

.checked label:before {
  content: '\f00c';
  font-family: 'FontAwesome'; }

.rsform-block-abfalltrennsystem-checkbox .checkbox_div label:before {
  border-color: #687fa3; }

#colorbox {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  #colorbox .table-responsive {
    border: 0; }

#cboxClose {
  right: 15px !important;
  top: 14px !important; }

#cboxLoadedContent {
  max-width: 800px;
  width: 100% !important; }
  #cboxLoadedContent .img_txt {
    margin-top: 10px; }

.theme_acordien .theme_table td {
  vertical-align: top; }

.panel-body a {
  word-break: break-word; }
.panel-body table td .desc_lists {
  padding: 0; }

table td {
  vertical-align: top; }

.img_wraper {
  margin: 20px 0; }

#termine_accordien .panel-body td {
  padding: 5px 15px 5px 0; }
  #termine_accordien .panel-body td .ext_pad, #termine_accordien .panel-body td .content_links {
    padding-left: 0; }

@media screen and (max-width: 767px) {
  #colorbox, #cboxWrapper, #cboxContent {
    width: 99% !important; }

  #cboxLoadedContent {
    max-width: 90%; } }
/* MODULES - Page layout styles */
.body_fix {
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed; }

/* .modal-open{ position: fixed;} */
header {
  background-color: #fff; }

.top_links {
  text-align: right;
  padding-top: 10px; }
  .top_links .container {
    position: relative;
    z-index: 3; }
    .top_links .container ul {
      display: inline-block;
      margin: 0;
      /*  position: absolute;
      right: 15px;
      top: 20px; */
      z-index: 3; }
      .top_links .container ul li {
        padding: 0; }
        .top_links .container ul li:last-child a {
          padding-right: 0;
          border-right: 0; }
        .top_links .container ul li a {
          color: #003a65;
          font-size: 14px;
          padding: 0 10px 0 5px;
          border-right: 1px solid #003a65;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          -webkit-transition: 0.5s;
          -ms-transition: 0.5s;
          transition: 0.5s; }
          .top_links .container ul li a:hover {
            color: #ef7705; }
          @media screen and (max-width: 420px) {
            .top_links .container ul li a {
              font-size: 13px;
              padding: 0 6px; } }
  @media screen and (max-width: 1024px) {
    .top_links {
      padding-top: 0px; } }

.top_navigation {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 0px;
  margin-top: -10px;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s; }
  .top_navigation .flex_container {
    align-items: flex-end; }
@keyframes smoothScroll {
  0% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0px); } }
  @media screen and (max-width: 1024px) {
    .top_navigation {
      padding-top: 0px; } }
  @media screen and (max-width: 767px) {
    .top_navigation {
      /* padding-top:30px; */ }
    @keyframes smoothScroll {
      0% {
        transform: translateY(-10px); }
      100% {
        transform: translateY(0px); } } }

.body_fix header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5; }

/* .head_fix{
  .top_navigation{
    position: fixed;
    top:0;
    left:0;
    width:$full_width;
    animation: smoothScroll 1s;
    @include box-shadow(0px 0px 6px 0px #fcd8b6);
  }
} */
.head_fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: smoothScroll 1s;
  -webkit-box-shadow: 0px 0px 6px 0px #fcd8b6;
  -moz-box-shadow: 0px 0px 6px 0px #fcd8b6;
  box-shadow: 0px 0px 6px 0px #fcd8b6;
  z-index: 5; }

.m_logo {
  float: left;
  padding-bottom: 20px; }
  .m_logo img {
    width: 105px;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s; }
  @media screen and (max-width: 1024px) {
    .m_logo {
      padding-bottom: 10px; }
      .m_logo img {
        width: 70px; } }
  @media screen and (max-width: 767px) {
    .m_logo {
      /* padding-bottom:10px;
      margin-top:-15px; */ }
      .m_logo img {
        width: 50px; } }

.menus {
  float: right; }
  @media screen and (max-width: 991px) {
    .menus > ul {
      border-bottom: 0;
      height: calc(100% - 130px);
      overflow-y: auto; }
      .menus > ul > li {
        border-bottom: 1px solid #fff;
        padding-bottom: 1px; } }
  @media screen and (max-height: 380px) {
    .menus > ul {
      height: 100%;
      max-height: 240px; } }
  .menus > ul .menu_item {
    display: inline-block;
    position: relative; }
    .menus > ul .menu_item a {
      color: #003a65;
      padding: 10px 18px 26px;
      font-weight: 500;
      display: block;
      font-size: 17px;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      -webkit-transition: 0.4s;
      -ms-transition: 0.4s;
      transition: 0.4s; }
      .menus > ul .menu_item a:hover {
        color: #ef7705; }
      @media screen and (max-width: 991px) {
        .menus > ul .menu_item a {
          padding: 10px 0;
          font-size: 16px;
          color: #fff !important; } }
      @media screen and (min-width: 992px) and (max-width: 1199px) {
        .menus > ul .menu_item a {
          /* padding:10px 10px; */
          padding: 10px 10px 26px; } }
    .menus > ul .menu_item .sub_menus {
      background-color: rgba(239, 119, 5, 0.78);
      padding: 10px 0;
      position: absolute;
      min-width: 240px;
      transition: visibility .4s ease, opacity .4s ease, transform .4s ease;
      transform: translate3d(0, 15px, 0);
      visibility: hidden;
      opacity: 0; }
      .menus > ul .menu_item .sub_menus .menu_item {
        display: block; }
        .menus > ul .menu_item .sub_menus .menu_item a {
          color: #fff;
          display: block;
          font-weight: 400;
          font-size: 15px;
          padding: 7px 18px; }
          @media screen and (min-width: 992px) {
            .menus > ul .menu_item .sub_menus .menu_item a:hover {
              background-color: #e57f1e; } }
          .menus > ul .menu_item .sub_menus .menu_item a:after {
            display: none; }
      .menus > ul .menu_item .sub_menus .has_child {
        position: relative; }
        .menus > ul .menu_item .sub_menus .has_child .sub_menus {
          left: 100%;
          top: 0;
          min-width: 280px;
          margin-top: -10px;
          background-color: rgba(239, 149, 63, 0.9);
          /* @media screen and (min-width:992px) and (max-width:1500px){
            margin-top:-120px;
          } */ }
          @media screen and (max-width: 991px) {
            .menus > ul .menu_item .sub_menus .has_child .sub_menus {
              background-color: transparent;
              padding-left: 15px; } }
        .menus > ul .menu_item .sub_menus .has_child:hover > .sub_menus {
          visibility: visible;
          opacity: 1;
          transform: translate3d(0, 1px, 0); }
        .menus > ul .menu_item .sub_menus .has_child > a:after {
          content: '\f105';
          font-family: FontAwesome;
          font-size: 14px;
          float: right;
          display: inline-block;
          position: static;
          background-color: transparent; }
          @media screen and (max-width: 991px) {
            .menus > ul .menu_item .sub_menus .has_child > a:after {
              float: none;
              margin-left: 15px;
              font-size: 16px; } }
      .menus > ul .menu_item .sub_menus .open_sub > a:after {
        content: '\f107'; }
      @media screen and (max-width: 991px) {
        .menus > ul .menu_item .sub_menus {
          position: static;
          display: none;
          visibility: visible;
          opacity: 1;
          min-width: 100%;
          -moz-transform: none;
          -o-transform: none;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none;
          background-color: transparent; } }
    @media screen and (max-width: 991px) {
      .menus > ul .menu_item {
        display: block; } }
    .menus > ul .menu_item > a:after {
      content: '';
      width: 1px;
      height: 15px;
      background-color: #003a65;
      display: inline-block;
      position: absolute;
      left: 100%;
      top: 15px; }
      @media screen and (max-width: 991px) {
        .menus > ul .menu_item > a:after {
          width: auto;
          background-color: transparent; } }
    .menus > ul .menu_item:last-child > a {
      padding-right: 0; }
      .menus > ul .menu_item:last-child > a:after {
        display: none; }
  .menus > ul .active a {
    color: #ef7705; }
  .menus > ul .has_child:hover > .sub_menus {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 1px, 0); }
  @media screen and (max-width: 991px) {
    .menus > ul .has_child > a:after {
      content: '\f105';
      font-family: FontAwesome;
      position: static;
      height: auto;
      margin-left: 15px; } }
  @media screen and (max-width: 991px) {
    .menus > ul .open_sub > a:after {
      content: '\f107'; } }
  @media screen and (max-width: 991px) {
    .menus {
      float: none;
      width: 100%;
      display: none;
      position: fixed;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 94px;
      padding: 10px 15px;
      background-color: rgba(239, 119, 5, 0.78);
      z-index: 9999; }
      .menus .has_child > a::after {
        content: '\f105';
        font-family: FontAwesome;
        font-size: 14px;
        color: #fff; } }
  @media screen and (max-width: 767px) {
    .menus {
      top: 78px; } }

.nav_toggle_btn {
  display: none; }
  @media screen and (max-width: 991px) {
    .nav_toggle_btn {
      display: inline-block;
      position: absolute;
      right: 15px;
      top: 25px; } }
  @media screen and (max-width: 767px) {
    .nav_toggle_btn {
      top: 18px; } }
  .nav_toggle_btn span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #ef7705;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s; }
    .nav_toggle_btn span + span {
      margin-top: 6px; }
    @media screen and (max-width: 767px) {
      .nav_toggle_btn span {
        width: 25px; } }

.open .bar2 {
  opacity: 0; }
.open .bar1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.open .bar3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.open span + span {
  margin-top: -3px; }
.open + .menus {
  display: block; }
  .open + .menus .menus {
    display: block; }
@media screen and (max-width: 991px) {
  .open {
    top: 35px; } }
@media screen and (max-width: 767px) {
  .open {
    top: 25px; } }

.search_form {
  position: absolute;
  right: 0;
  width: 200px;
  background-color: #fff;
  border: 1px solid #ef7705;
  padding: 4px 38px 4px 4px;
  top: 100%;
  margin-top: 10px;
  display: none;
  z-index: 4; }
  .search_form:before, .search_form:after {
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #ef7705;
    position: absolute;
    bottom: 100%;
    right: 15px; }
  .search_form:after {
    border: 9px solid transparent;
    border-bottom-color: #fff;
    right: 16px; }
  .search_form input {
    max-width: 100%;
    height: 24px;
    line-height: 24px;
    border: 0; }
  .search_form button {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 24px;
    line-height: 22px;
    width: 30px;
    text-align: center;
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #ef7705;
    border-left: 1px solid #ef7705; }

@media screen and (max-width: 767px) {
  .search_form {
    padding-right: 35px;
    margin-top: 2px; }
    .search_form input {
      height: 21px;
      line-height: 21px; }
    .search_form:before {
      border-width: 6px; }
    .search_form:after {
      border-width: 5px; }
    .search_form button {
      right: 3px;
      height: 21px;
      line-height: 20px; } }
@media screen and (max-width: 420px) {
  .search_form {
    width: 190px;
    right: auto;
    left: 0; }
    .search_form:before {
      right: auto;
      left: 15px; }
    .search_form:after {
      right: auto;
      left: 16px; } }
@media screen and (min-width: 992px) and (max-width: 1370px) {
  .menus > ul .menu_item:nth-child(6) > ul {
    right: -160px; }
  .menus > ul .menu_item:nth-child(7) > ul {
    right: -80px; } }
footer {
  background-color: #ef7705;
  padding: 25px 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; }
  @media screen and (max-width: 1100px) {
    footer {
      padding: 15px 0; } }

.home_wrap footer {
  background-color: transparent;
  padding: 0; }
  @media screen and (max-width: 991px) {
    .home_wrap footer {
      padding-bottom: 15px; } }
  @media screen and (max-width: 767px) {
    .home_wrap footer {
      padding: 15px 0;
      position: static;
      background-image: url(../images/foter_bg.jpg);
      background-repeat: no-repeat;
      background-size: cover; } }

.copy_right {
  color: #fff;
  padding: 20px 15px; }
  @media screen and (max-width: 991px) {
    .copy_right {
      padding: 0px 15px; } }
  .copy_right .footer_menus a {
    color: #fff;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; }
    .copy_right .footer_menus a:hover {
      color: #003a65; }
  @media screen and (max-width: 991px) {
    .copy_right .custom p {
      margin-bottom: 0; } }
  @media screen and (max-width: 991px) {
    .copy_right .footer_module {
      padding-left: 0; } }
  @media screen and (max-width: 991px) {
    .copy_right .footer_menus {
      display: block;
      margin: 5px 0; }
      .copy_right .footer_menus .menu_item a {
        padding-top: 0; }
        .copy_right .footer_menus .menu_item a:after {
          height: 13px;
          top: 4px; }
        .copy_right .footer_menus .menu_item a:before {
          display: none !important; }
      .copy_right .footer_menus .menu_item:last-child a:after {
        display: none !important; } }

.home_wrap .copy_right a:hover {
  color: #ef7705; }
  @media screen and (max-width: 1024px) {
    .home_wrap .copy_right a:hover {
      color: #003a65; } }

.footer_module + .footer_module {
  padding-left: 0; }
  .footer_module + .footer_module ul {
    padding-left: 0; }

.footer_menus {
  margin-left: 5px; }

.homeBody {
  padding-bottom: 0; }

.home_wrap {
  overflow: hidden;
  height: 100vh; }
  @media screen and (max-width: 767px) {
    .home_wrap {
      overflow: auto;
      height: auto; } }

.baner_wraper {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat; }
  .baner_wraper .baner_content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 991px) {
      .baner_wraper .baner_content {
        margin-top: -50px; } }
    @media screen and (max-width: 767px) {
      .baner_wraper .baner_content {
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        padding: 40px 0;
        margin-top: 0px; } }

.home_baner {
  background-image: url(../images/top_baner.jpg);
  height: 100%; }
  .home_baner .baner_content {
    margin-top: -70px; }
  @media screen and (max-width: 1024px) {
    .home_baner {
      background-position: center right; } }
  @media screen and (max-width: 767px) {
    .home_baner {
      background-image: url(../images/top_baner_mob.jpg);
      background-position: center; }
      .home_baner .baner_content {
        margin-top: 0px; } }

.wzv_three_wrap {
  align-items: normal; }
  .wzv_three_wrap .wzv_col {
    background-color: #fff;
    width: 300px;
    height: 300px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center; }
    .wzv_three_wrap .wzv_col .wzv_col_iner {
      padding: 0 10%; }
      .wzv_three_wrap .wzv_col .wzv_col_iner h4 {
        font-weight: 700;
        font-size: 22px;
        margin: 20px 0; }
      .wzv_three_wrap .wzv_col .wzv_col_iner p {
        color: #231f20; }
      .wzv_three_wrap .wzv_col .wzv_col_iner a {
        font-weight: 700;
        color: #ef7705;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s; }
        .wzv_three_wrap .wzv_col .wzv_col_iner a:hover {
          color: #ed9e52; }
    @media screen and (max-width: 767px) {
      .wzv_three_wrap .wzv_col + .wzv_col {
        margin-top: 40px; } }
    .wzv_three_wrap .wzv_col:nth-child(1) img {
      width: 45px; }
    .wzv_three_wrap .wzv_col:nth-child(2) img {
      width: 85px; }
    .wzv_three_wrap .wzv_col:nth-child(3) img {
      width: 60px; }
  @media screen and (max-width: 991px) {
    .wzv_three_wrap .wzv_col {
      width: 240px;
      height: 240px;
      /* align-items: normal; */ }
      .wzv_three_wrap .wzv_col .wzv_col_iner {
        padding: 30px 10% 0; }
        .wzv_three_wrap .wzv_col .wzv_col_iner h4 {
          font-size: 17px;
          margin: 5px 0; }
        .wzv_three_wrap .wzv_col .wzv_col_iner p {
          font-size: 13px;
          height: calc(100% - 130px); }
        .wzv_three_wrap .wzv_col .wzv_col_iner a {
          font-size: 12px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
      .wzv_three_wrap .wzv_col .wzv_col_iner {
        padding: 0px 8% 0; } }
  @media screen and (max-width: 991px) {
      .wzv_three_wrap .wzv_col:nth-child(1) img {
        width: 35px; }
      .wzv_three_wrap .wzv_col:nth-child(2) img {
        width: 60px; }
      .wzv_three_wrap .wzv_col:nth-child(3) img {
        width: 45px; } }
  @media screen and (max-width: 991px) {
    .wzv_three_wrap .wzv_col .wzv_col_iner span {
      height: 45px;
      display: inline-block; } }
  @media screen and (max-width: 767px) {
    .wzv_three_wrap {
      display: block; }
      .wzv_three_wrap .wzv_col {
        margin-left: auto;
        margin-right: auto;
        width: 290px;
        height: 290px;
        align-items: center; }
        .wzv_three_wrap .wzv_col .wzv_col_iner {
          padding: 0 10%; }
          .wzv_three_wrap .wzv_col .wzv_col_iner h4 {
            font-size: 18px;
            margin: 10px 0; }
          .wzv_three_wrap .wzv_col .wzv_col_iner p {
            height: auto;
            font-size: 14px; }
          .wzv_three_wrap .wzv_col .wzv_col_iner a {
            font-size: 13px; } }

.baner_iner_pages {
  background-color: #ef7705; }
  .baner_iner_pages .baner_wraper {
    height: 300px;
    background-position: center; }
    @media screen and (max-width: 767px) {
      .baner_iner_pages .baner_wraper {
        height: 250px; } }
  .baner_iner_pages .wastecal_baner {
    background-image: url(../images/wastecal_baner.jpg); }
  @media screen and (max-width: 767px) {
    .baner_iner_pages .container {
      padding: 0; } }

.breadcrumb_wrap .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: #fff; }
  .breadcrumb_wrap .breadcrumb li {
    color: #231f20;
    font-size: 11px;
    font-weight: 500; }
    .breadcrumb_wrap .breadcrumb li a {
      color: #231f20;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
      .breadcrumb_wrap .breadcrumb li a:hover {
        color: #ef7705; }
  .breadcrumb_wrap .breadcrumb > li + li:before {
    content: '\f105';
    font-family: FontAwesome;
    color: #231f20;
    padding: 0 5px 0 3px; }

.download_links {
  color: #ef7705;
  font-weight: 700;
  display: inline-block;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding-left: 10px; }
  .download_links:before {
    content: '';
    width: 25px;
    height: 15px;
    background-image: url(../images/icon_download.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 5px; }

.behelter_baner {
  background-image: url(../images/behelter_baner.jpg); }

.plan_wrap {
  margin-top: 60px; }
  .plan_wrap > div {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    position: relative; }
    @media screen and (min-width: 768px) {
      .plan_wrap > div > img {
        width: 50px; } }
  .plan_wrap .can_qty {
    position: absolute;
    top: 29%;
    display: block;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 14px; }
  .plan_wrap .plan_brown + .plan_blue {
    margin-left: 8px; }
  .plan_wrap .plan_grey {
    margin-left: 20px; }
    .plan_wrap .plan_grey:before {
      content: '';
      width: 12px;
      height: 13px;
      background-image: url(../images/icon_plus_grey.svg);
      background-repeat: no-repeat;
      display: inline-block;
      background-size: contain;
      position: absolute;
      top: 35%;
      right: 100%;
      margin-right: 5px; }
  @media screen and (max-width: 1024px) {
    .plan_wrap > div {
      width: 24%; } }
  @media screen and (max-width: 767px) {
    .plan_wrap {
      margin: 30px 0; }
      .plan_wrap > div {
        width: 15%; } }
  @media screen and (max-width: 420px) {
    .plan_wrap > div {
      width: 20%; } }

.panel {
  border-bottom: 2px dotted #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px; }
  .panel:first-child {
    border-top: 2px dotted #ccc; }
  .panel .panel-heading {
    border: 0;
    padding: 20px 0px 20px 20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    .panel .panel-heading a {
      font-weight: 700;
      font-size: 14px;
      color: #003a65;
      display: block;
      position: relative;
      padding-left: 20px; }
      .panel .panel-heading a:before {
        content: '';
        width: 12px;
        height: 13px;
        background-image: url(../images/icon_plus.svg);
        background-repeat: no-repeat;
        display: inline-block;
        background-size: contain;
        position: absolute;
        top: 4px;
        left: 0; }
      .panel .panel-heading a[aria-expanded="true"]:before {
        background-image: url(../images/icon_minus.svg);
        width: 14px; }
  .panel .panel-body {
    padding: 10px 7% 15px; }
    .panel .panel-body .download_links {
      padding-left: 0px; }
    @media screen and (max-width: 991px) {
      .panel .panel-body {
        padding: 10px 40px 15px; } }
  @media screen and (max-width: 767px) {
    .panel .panel-heading {
      padding: 15px 0px 15px 10px; }
    .panel .panel-body {
      padding: 10px 30px; } }

/*----paper-waist-bio-page---*/
.paperbio_baner {
  background-image: url(../images/paperbiol_baner.jpg); }

.biofall_options {
  margin: 50px 0; }
  .biofall_options .biofal_row {
    position: relative;
    padding-left: 90px; }
    .biofall_options .biofal_row h5 {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 10px; }
    .biofall_options .biofal_row p {
      color: #003a65;
      max-width: 80%; }
    .biofall_options .biofal_row + .biofal_row {
      margin-top: 50px; }
    .biofall_options .biofal_row:before {
      content: '';
      width: 60px;
      height: 60px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 24px;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      border: 4px solid #003a65;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .biofall_options .row_plus:before {
    background-image: url(../images/icon_plus.svg); }
  .biofall_options .row_minus:before {
    background-image: url(../images/icon_minus.svg); }

.min_smhed {
  margin: 10px 0; }

.desc_lists {
  padding: 10px 0; }
  .desc_lists li {
    position: relative;
    padding: 0 0 5px 20px; }
    .desc_lists li:before {
      content: '';
      width: 8px;
      height: 8px;
      background-color: #ef7705;
      position: absolute;
      left: 0;
      top: 6px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px; }

.gelbersack_baner {
  background-image: url(../images/gelber_baner.jpg); }

.modal .modal-content {
  -webkit-box-shadow: 0 2px 10px 0px #706e6e;
  -moz-box-shadow: 0 2px 10px 0px #706e6e;
  box-shadow: 0 2px 10px 0px #706e6e;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0; }
  .modal .modal-content .modal-header {
    border-bottom: 0;
    padding: 20px; }
    .modal .modal-content .modal-header .close {
      color: #003a65;
      font-size: 26px;
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .modal .modal-content .modal-header {
        padding: 15px 15px 0; } }

.theme_modal .modal-dialog {
  width: 95%;
  max-width: 770px;
  margin: 50px auto; }
  .theme_modal .modal-dialog .modal-body {
    padding: 15px 10% 10%; }
    .theme_modal .modal-dialog .modal-body .title_hed {
      margin-bottom: 40px; }
    .theme_modal .modal-dialog .modal-body .mod_row {
      color: #231f20;
      font-size: 0; }
      .theme_modal .modal-dialog .modal-body .mod_row label {
        font-size: 14px;
        width: 40%;
        padding-right: 10px;
        margin-bottom: 0; }
      .theme_modal .modal-dialog .modal-body .mod_row .mod_col {
        font-size: 14px;
        width: 60%;
        display: inline-block;
        vertical-align: top; }
      .theme_modal .modal-dialog .modal-body .mod_row + .mod_row {
        margin-top: 7px; }
      @media screen and (max-width: 480px) {
        .theme_modal .modal-dialog .modal-body .mod_row label {
          width: 100%;
          margin-bottom: 5px; }
        .theme_modal .modal-dialog .modal-body .mod_row .mod_col {
          width: 100%; } }
    @media screen and (max-width: 767px) {
      .theme_modal .modal-dialog .modal-body {
        padding: 0px 15px 20px;
        height: calc(100vh - 160px);
        overflow-y: auto; }
        .theme_modal .modal-dialog .modal-body .title_hed {
          margin-bottom: 20px; } }

.mod_col p span {
  display: inline-block;
  vertical-align: top;
  width: 26%; }
  .mod_col p span:first-child {
    width: 16%; }

.mod_subcol {
  margin: 10% 0; }
  .mod_subcol span {
    display: inline-block;
    vertical-align: top; }
    .mod_subcol span + span {
      max-width: 40%;
      padding-left: 5px; }
  @media screen and (max-width: 767px) {
    .mod_subcol {
      margin: 20px 0; } }

@media screen and (min-width: 768px) {
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }

  .modal {
    text-align: center; }

  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; } }
/*---Containerdienst-page---*/
.contservice_baner {
  background-image: url(../images/contservice_baner.jpg); }

.news_baner {
  background-image: url(../images/news_baner.jpg); }

.news_list_row {
  border-bottom: 2px dotted #ccc;
  padding: 25px 20px;
  font-size: 0; }
  .news_list_row:first-child {
    border-top: 2px dotted #ccc; }
  .news_list_row .news_img, .news_list_row .news_desc {
    display: inline-block;
    vertical-align: top;
    width: 37%;
    overflow: hidden; }
  .news_list_row .news_desc {
    padding-left: 30px;
    width: 63%; }
    .news_list_row .news_desc .theme_links {
      margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .news_list_row {
      padding: 15px 10px; }
      .news_list_row .news_desc {
        padding-left: 15px; }
        .news_list_row .news_desc .theme_links {
          margin-bottom: 7px; } }
  @media screen and (max-width: 480px) {
    .news_list_row .news_img, .news_list_row .news_desc, .news_list_row .news_desc {
      width: 100%; }
    .news_list_row .news_desc {
      padding-left: 0px;
      margin-top: 15px; } }

.news_modal .modal-body {
  height: calc(100vh - 200px);
  overflow-y: auto; }
  @media screen and (max-width: 767px) {
    .news_modal .modal-body {
      height: calc(100vh - 150px); } }
.news_modal .news_img, .news_modal .news_list_row .news_desc, .news_list_row .news_modal .news_desc {
  margin-bottom: 30px; }
  .news_modal .news_img .newsimg_title, .news_modal .news_list_row .news_desc .newsimg_title, .news_list_row .news_modal .news_desc .newsimg_title {
    color: #231f20;
    font-weight: normal;
    font-size: 12px;
    margin: 8px 0 5px; }

.Recyclinghof_baner {
  background-image: url(../images/recyclinghof_baner.jpg); }

.addres_wrap {
  padding: 50px 0px; }
  .addres_wrap .addres_col .title_hed {
    margin-bottom: 5px; }
  @media screen and (max-width: 767px) {
    .addres_wrap .ofice_time_col {
      margin-bottom: 20px; } }
  .addres_wrap .ofice_time_col .title_hed {
    margin-bottom: 5px; }
  .addres_wrap .ofice_time_col .content_txt {
    margin-top: 0; }
    .addres_wrap .ofice_time_col .content_txt > div {
      display: inline-block;
      vertical-align: top; }
      .addres_wrap .ofice_time_col .content_txt > div:first-child {
        width: 35%; }
        @media screen and (max-width: 767px) {
          .addres_wrap .ofice_time_col .content_txt > div:first-child {
            width: 50%; } }

.theme_table thead th {
  color: #333;
  font-weight: 700;
  padding-bottom: 10px; }
.theme_table tbody td {
  color: #333;
  padding: 0 50px 8px 0; }
  .theme_table tbody td:first-child {
    font-weight: 700; }

#abwaser_accordien .title_hed {
  color: #333;
  font-weight: 400;
  margin-bottom: 15px;
  padding-left: 20px; }

/*-----------*/
.Abwasser_baner {
  background-image: url(../images/Abwasser_baner.jpg); }

#abwaser_accordien .theme_links {
  padding-left: 20px; }
  #abwaser_accordien .theme_links:before {
    content: '\f063';
    font-weight: 300; }

/*---contact-page---*/
.contact_page_form {
  margin-top: 30px; }
  .contact_page_form .formRow:first-child .rsform-input-box {
    max-width: 663px; }
    @media screen and (max-width: 991px) {
      .contact_page_form .formRow:first-child .rsform-input-box {
        max-width: 653px; } }
    @media screen and (max-width: 767px) {
      .contact_page_form .formRow:first-child .rsform-input-box {
        max-width: 100%; } }
  .contact_page_form .formRow .rsform-block-betreff .rsform-input-box {
    max-width: 663px; }
    @media screen and (max-width: 991px) {
      .contact_page_form .formRow .rsform-block-betreff .rsform-input-box {
        max-width: 653px; } }
    @media screen and (max-width: 767px) {
      .contact_page_form .formRow .rsform-block-betreff .rsform-input-box {
        max-width: 100%; } }
  .contact_page_form .formRow .rsform-block-nachricht .rsform-text-box {
    max-width: 663px;
    width: 100%;
    border-radius: 8px;
    border: 2px solid #687fa3;
    padding: 15px;
    resize: none;
    font-weight: 500; }
    @media screen and (max-width: 991px) {
      .contact_page_form .formRow .rsform-block-nachricht .rsform-text-box {
        max-width: 653px; } }
    @media screen and (max-width: 767px) {
      .contact_page_form .formRow .rsform-block-nachricht .rsform-text-box {
        max-width: 100%; } }
  .contact_page_form .labelwithfield > .formSpan6 {
    vertical-align: middle; }
  .contact_page_form .rsform-captcha-box {
    border-radius: 8px;
    border: 2px solid #687fa3;
    padding: 0 15px;
    height: 60px;
    width: 100%;
    max-width: 320px;
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .contact_page_form .rsform-captcha-box {
        height: 50px;
        max-width: 100%; } }
  .contact_page_form .rsform-captcha-refresh-button {
    color: #f27a07;
    font-size: 14px;
    float: right;
    margin: 8px 0;
    clear: both; }
  .contact_page_form .rsform-submit-button {
    max-width: 320px;
    width: 100%; }

/*# sourceMappingURL=style.css.map */
