/* line 1, ../scss/_lib_wettermin.scss */
.reservation_header_button {
  position: fixed;
  z-index: 50;
  top: 0;
}
@media only screen and (min-width: 90.063em) {
  /* line 6, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 5%;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 9, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 3%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 12, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 25px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 15, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 0;
    top: 0;
  }
}

/* line 18, ../scss/_lib_wettermin.scss */
.page_button_reservation {
  transition: all 300ms ease-out;
  font-size: 0.75rem;
  font-weight: 600;
  color: white;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: #3aaede;
  width: 80px;
  padding: 22px 0 22px 10px;
  border: none;
}
/* line 29, ../scss/_lib_wettermin.scss */
.page_button_reservation i {
  font-size: 1.7rem;
}
/* line 30, ../scss/_lib_wettermin.scss */
.page_button_reservation .button_reservation_text {
  transition: font-size 300ms ease-out;
  margin-left: 3px;
  font-size: 0;
  display: inline;
}
/* line 36, ../scss/_lib_wettermin.scss */
.page_button_reservation:hover, .page_button_reservation:focus {
  background-color: #009fe7;
  color: black;
  width: 180px;
  padding: 22px 0;
}
/* line 41, ../scss/_lib_wettermin.scss */
.page_button_reservation:hover .button_reservation_text, .page_button_reservation:focus .button_reservation_text {
  font-size: .95rem;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 46, ../scss/_lib_wettermin.scss */
  .page_button_reservation {
    padding: 20px 0 20px 10px;
  }
  /* line 47, ../scss/_lib_wettermin.scss */
  .page_button_reservation:hover, .page_button_reservation:focus {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 40em) {
  /* line 50, ../scss/_lib_wettermin.scss */
  .page_button_reservation {
    width: 68px;
    padding: 19px 0 19px 10px;
  }
}

/* line 57, ../scss/_lib_wettermin.scss */
.sitesbi_modal {
  text-align: center;
  padding: 30px;
}
/* line 60, ../scss/_lib_wettermin.scss */
.sitesbi_modal img {
  display: none;
}
/* line 61, ../scss/_lib_wettermin.scss */
.sitesbi_modal i {
  color: #3aaede !important;
}
/* line 62, ../scss/_lib_wettermin.scss */
.sitesbi_modal h3 {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-top: 7px;
}

/* line 69, ../scss/_lib_wettermin.scss */
.sitesbi_confirm_modal {
  text-align: center;
}
/* line 71, ../scss/_lib_wettermin.scss */
.sitesbi_confirm_modal i {
  position: absolute;
  top: 27px;
  left: 49%;
  font-size: 2.2rem;
  color: #009fe7;
}
/* line 78, ../scss/_lib_wettermin.scss */
.sitesbi_confirm_modal p {
  margin-top: 40px !important;
  text-align: center;
  font-size: .95rem;
  font-weight: 600;
  color: #009fe7;
  margin-bottom: 5px;
}

/* line 87, ../scss/_lib_wettermin.scss */
.wettermin_reg_action_modal_title {
  text-align: center;
}
/* line 89, ../scss/_lib_wettermin.scss */
.wettermin_reg_action_modal_title i {
  font-size: 1.8rem;
  color: #A7DEFF;
}
/* line 93, ../scss/_lib_wettermin.scss */
.wettermin_reg_action_modal_title h2 {
  margin-top: 33px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.9rem;
  letter-spacing: .5px;
}

/* line 103, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal {
  text-align: center;
  padding: 0 37px 0 37px;
}
/* line 106, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal h3 {
  font-weight: 300;
  margin-top: 2px;
  margin-bottom: 10px;
}
/* line 111, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal h4 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 1.15rem;
}
/* line 117, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal .button_x {
  position: absolute;
  z-index: 100;
  top: -10px;
  right: 45px;
}
/* line 122, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal .button_x i {
  color: #CCCCCC;
}
/* line 123, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal .button_x i:hover {
  color: #bababa;
}

/* line 127, ../scss/_lib_wettermin.scss */
.button_cancel {
  width: 200px;
  margin-bottom: 4px;
  background-color: #CCCCCC;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .75rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
/* line 136, ../scss/_lib_wettermin.scss */
.button_cancel:hover {
  background-color: #bababa;
}

/* line 139, ../scss/_lib_wettermin.scss */
.button_action {
  width: 200px;
  margin-bottom: 4px;
  background-color: #66c5ec;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .75rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
/* line 148, ../scss/_lib_wettermin.scss */
.button_action:hover {
  background-color: #64b1d8;
}

/* line 151, ../scss/_lib_wettermin.scss */
.recaptcha {
  margin-bottom: 18px;
}

/* line 153, ../scss/_lib_wettermin.scss */
.lastbooking_wrapper {
  float: left;
  width: 170px;
}
@media only screen and (max-width: 40em) {
  /* line 157, ../scss/_lib_wettermin.scss */
  .lastbooking_wrapper {
    float: none;
  }
}

/* line 161, ../scss/_lib_wettermin.scss */
.lastbooking {
  margin-top: 3px;
  margin-left: 3px;
  font-size: .75rem;
  font-weight: 600;
  color: #6BB900;
  line-height: .9rem;
}
/* line 168, ../scss/_lib_wettermin.scss */
.lastbooking i {
  margin-right: 5px;
}

/* line 171, ../scss/_lib_wettermin.scss */
.lastbooking_clinic {
  text-align: center;
  margin-top: -21px;
  margin-right: 4px;
  font-size: .95rem;
  line-height: .95rem;
}
/* line 177, ../scss/_lib_wettermin.scss */
.lastbooking_clinic i {
  margin: 0 auto 11px;
  display: block;
  background-color: white;
  width: 45px;
  height: 45px;
  padding: 11px;
  border-radius: 25px;
  font-size: 1.5rem;
  color: #3aaede;
}

/* line 190, ../scss/_lib_wettermin.scss */
.main_content_list_position {
  background-color: #f5f5f5;
  padding-bottom: 50px !important;
  margin-top: 20px;
}

/* line 196, ../scss/_lib_wettermin.scss */
.panels_clinics_list {
  margin-top: 55px;
}
@media only screen and (min-width: 64.063em) {
  /* line 199, ../scss/_lib_wettermin.scss */
  .panels_clinics_list {
    margin-top: 50px;
  }
}
/* line 201, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list {
  margin: 0 3px 9px 3px;
  position: relative;
  clear: both;
  min-height: 245px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: white;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 210, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list {
    min-height: 224px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 213, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list {
    min-height: 214px;
  }
}
/* line 215, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list p {
  margin: 0;
  font-size: .85rem;
  line-height: 1.2rem;
}
/* line 220, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list h4 {
  font-weight: 300;
  line-height: 1.55rem;
  padding-top: 20px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 40em) {
  /* line 226, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list h4 {
    padding-bottom: 20px;
  }
}
/* line 229, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list .clinic_list_name {
  width: 85%;
  min-height: 100px;
  padding-left: 20px;
  border-left: 7px solid #A7DEFF;
}
@media only screen and (min-width: 90.063em) {
  /* line 235, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list .clinic_list_name {
    width: 90%;
  }
}
@media only screen and (max-width: 40em) {
  /* line 238, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list .clinic_list_name {
    width: 95%;
    min-height: 90px;
  }
}
/* line 243, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic {
  margin: 0 3px 3px 3px;
  padding-bottom: 20px;
  position: relative;
  clear: both;
  min-height: 250px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: white;
  background-position: right top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 40em) {
  /* line 254, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic {
    background-image: none;
  }
}
/* line 256, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic p {
  margin: 0;
}
/* line 259, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic h4 {
  font-size: 1.55rem;
  font-weight: 300;
  line-height: 1.95rem;
  padding-top: 30px;
  padding-bottom: 33px;
  letter-spacing: 0;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 267, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic h4 {
    font-size: 1.45rem;
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 270, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic h4 {
    font-size: 1.3rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 40em) {
  /* line 273, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic h4 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
  }
}
/* line 276, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic .clinic_name {
  width: 65%;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 7px solid #A7DEFF;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 283, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic .clinic_name {
    width: 75%;
  }
}
@media only screen and (max-width: 40em) {
  /* line 286, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic .clinic_name {
    width: 95%;
  }
}
/* line 290, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor {
  padding: 12px 27px 0 27px;
  margin: 0 3px 35px 3px;
  position: relative;
  clear: both;
  min-height: 190px;
  border-bottom: 7px solid #dbe7ec;
  background-color: white;
}
/* line 298, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor p {
  margin: 0;
}
/* line 299, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor h4 {
  font-size: 1.35rem;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 0 20px;
}
/* line 305, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor {
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: -30px;
}
/* line 310, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor i {
  padding-right: 12px;
  font-size: 1.85rem;
  color: #009fe7;
}
/* line 315, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor h6 {
  font-size: .9rem;
  margin: -4px 0 7px 0;
  opacity: .8;
  color: #488db7;
}
/* line 321, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor .doctor_img {
  margin: 0 auto 5px;
  width: 67px;
  height: 67px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #dbe7ec;
}
/* line 334, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .available {
  cursor: pointer;
}
/* line 337, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 24px;
  text-align: center;
}
/* line 342, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term i {
  margin-left: 2px;
  margin-right: 5px;
  color: #009fe7;
}
/* line 348, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term_date {
  display: inline-block;
  cursor: pointer;
  color: #009fe7;
  font-size: 1rem;
  font-weight: 600;
}
/* line 355, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background-color: #66c5ec;
}
/* line 362, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down i {
  color: white;
  font-size: .9rem;
  padding: 7px 6px;
}
/* line 368, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down:hover {
  transition: background-color 300ms ease-out;
  background-color: #64b1d8;
}
/* line 371, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down:hover i {
  transition: padding 300ms ease-out;
  padding-top: 16px;
}
/* line 376, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background-color: #66c5ec;
}
/* line 383, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up i {
  color: white;
  font-size: .9rem;
  padding: 16px 6px 7px;
}
/* line 389, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up:hover {
  transition: background-color 300ms ease-out;
  background-color: #64b1d8;
}
/* line 392, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up:hover i {
  transition: padding 300ms ease-out;
  padding-top: 7px;
}
@media only screen and (max-width: 40em) {
  /* line 398, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_doctor {
    padding: 12px 10px 0 10px;
  }
}
/* line 401, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_list_r {
  padding-left: 27px;
  width: 90%;
}
/* line 405, ../scss/_lib_wettermin.scss */
.panels_clinics_list .reservation_button_wrapper {
  margin-top: 20px;
  position: absolute;
  bottom: 18px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 410, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .reservation_button_wrapper {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 413, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .reservation_button_wrapper {
    position: relative;
    margin-top: 15px;
  }
}
/* line 419, ../scss/_lib_wettermin.scss */
.panels_clinics_list .reservation_button_l {
  float: left;
  width: 130px;
}
@media only screen and (max-width: 40em) {
  /* line 423, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .reservation_button_l {
    float: none;
    padding-top: 20px;
  }
}
/* line 425, ../scss/_lib_wettermin.scss */
.panels_clinics_list .reservation_button_l .page_button_small {
  margin-bottom: 2px;
  margin-top: 0;
}
/* line 427, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 0;
  z-index: 1;
}
/* line 433, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul {
  padding-left: 0;
  margin-top: 7px;
}
/* line 438, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li {
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
  list-style-type: none;
  padding: 9px 0;
  font-size: .8rem;
  line-height: 1rem;
  max-width: 90%;
  text-align: center;
}
/* line 446, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li h5 {
  color: #3aaede;
  margin: 5px 0 7px;
  font-size: 1rem;
  line-height: 1.5rem;
}
/* line 452, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li h6 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
/* line 457, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li a {
  font-size: .9rem;
}
/* line 458, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available {
  font-weight: 400;
  background-color: #f0f5ff;
  padding: 5px 15px;
  text-decoration: underline;
}
/* line 463, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available i {
  color: #9ab2da;
  padding-right: 6px;
  font-size: 1rem;
  margin-left: -5px;
}
@media only screen and (max-width: 40em) {
  /* line 470, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .terms_slider ul li .available {
    font-size: .85rem;
  }
}
/* line 473, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available:hover {
  color: #6eab21;
  font-weight: 600;
  background-color: #eff9e2;
}
/* line 477, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available:hover i {
  color: #92d241;
}
/* line 479, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available:focus {
  color: #6BB900;
  font-weight: 600;
}
/* line 483, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .unavailable {
  cursor: default;
  opacity: .55;
  text-decoration: line-through;
}
/* line 490, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider .slick-prev, .panels_clinics_list .terms_slider .slick-next {
  top: 48px;
}
/* line 491, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider .slick-prev:before, .panels_clinics_list .terms_slider .slick-next:before {
  color: #009fe7;
}
@media only screen and (max-width: 40em) {
  /* line 493, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .terms_slider {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 494, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .terms_slider .slick-next, .panels_clinics_list .terms_slider .slick-prev {
    width: 20px;
    height: 20px;
  }
}
/* line 498, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_list_opinions {
  padding: 12px 12px 0 12px;
  margin: 15px 0;
  background-color: rgba(125, 188, 38, 0.1);
  border: 1px solid rgba(125, 188, 38, 0.15);
}
/* line 503, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_list_opinions .slick-dots {
  bottom: -33px;
}
/* line 507, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_opinion_author_wrapper {
  float: left;
  margin-right: 20px;
  height: 64px;
}
/* line 512, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_opinion_author {
  width: 37px;
  height: 37px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-color: rgba(125, 188, 38, 0.15);
  border: 1px solid rgba(125, 188, 38, 0.15);
}

/* line 522, ../scss/_lib_wettermin.scss */
.cancellation_wrapper {
  text-align: center;
}
/* line 524, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_ico {
  font-size: 1.2rem;
  margin-right: 8px;
  color: #ca2702;
}
/* line 529, ../scss/_lib_wettermin.scss */
.cancellation_wrapper p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 7px;
}
/* line 534, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_animal {
  margin-bottom: 30px;
}
/* line 535, ../scss/_lib_wettermin.scss */
.cancellation_wrapper textarea {
  max-width: 800px;
  min-height: 125px;
  margin: auto;
}
/* line 540, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_title {
  margin: 15px 0;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #ca2702;
}
/* line 548, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_recaptcha {
  margin: 20px auto 40px;
}
/* line 551, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_recaptcha div:nth-child(1) {
  margin: auto;
}
/* line 553, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation {
  width: 280px;
  background-color: #e85533;
  padding: 16px 5px;
  margin: 0 10px 30px;
}
/* line 558, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation:hover, .cancellation_wrapper .button_cancellation:focus {
  background-color: #ca2702;
}
/* line 560, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation_nt {
  width: 280px;
  background-color: #45a7d8;
  padding: 16px 5px;
  margin: 0 10px 30px;
}
/* line 565, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation_nt:hover, .cancellation_wrapper .button_cancellation_nt:focus {
  background-color: #2387ba;
}
@media only screen and (max-width: 40em) {
  /* line 568, ../scss/_lib_wettermin.scss */
  .cancellation_wrapper .button_cancellation, .cancellation_wrapper .button_cancellation_nt {
    margin: 0 0 30px;
  }
}

/* line 17, ../scss/maxiwet.scss */
.wettermin_reg_modal h3 {
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.4rem;
}

/* line 22, ../scss/maxiwet.scss */
.wettermin_reg_modal h4 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #009fe7;
}

/* line 28, ../scss/maxiwet.scss */
.wettermin_reg_action_modal_title i {
  color: #66c5ec;
}

@media only screen and (min-width: 90.063em) {
  /* line 32, ../scss/maxiwet.scss */
  .reservation_header_button {
    right: 1%;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 35, ../scss/maxiwet.scss */
  .reservation_header_button {
    right: 1%;
  }
}

/* line 38, ../scss/maxiwet.scss */
.page_button_reservation:hover .button_reservation_text, .page_button_reservation:focus .button_reservation_text {
  font-size: .75rem;
  letter-spacing: 1px;
  font-weight: 600;
  color: white;
}

/* line 44, ../scss/maxiwet.scss */
.page_button_reservation i {
  color: white;
}

/* line 45, ../scss/maxiwet.scss */
.reservation_page {
  background-color: #f1f1f1;
  margin-bottom: -20px;
  margin-top: 60px;
}

/* line 50, ../scss/maxiwet.scss */
.main_content_list_position {
  background-color: #f1f1f1;
}

/* line 51, ../scss/maxiwet.scss */
.lastbooking_clinic {
  margin-top: -43px;
}

/* line 53, ../scss/maxiwet.scss */
.section_page_index {
  display: none;
}

/* line 55, ../scss/maxiwet.scss */
.section_spacer_bgcolor1 {
  background-color: #f1f1f1;
  padding: 19px 0 0;
  margin-top: 25px;
  margin-bottom: 35px;
}

/* line 61, ../scss/maxiwet.scss */
.section_spacer_bgcolor2 {
  background-color: #f1f1f1;
  padding: 19px 0 45px;
  margin-top: 25px;
  margin-bottom: 0;
}

/* line 67, ../scss/maxiwet.scss */
.section_spacer_1 {
  padding: 10px 0 60px;
}

/* line 68, ../scss/maxiwet.scss */
.section_spacer_1_index {
  margin-top: -125px;
}

/* line 72, ../scss/maxiwet.scss */
.section_spacer_center h2 {
  text-align: center;
}

/* line 74, ../scss/maxiwet.scss */
.section_form {
  text-align: center;
}
/* line 76, ../scss/maxiwet.scss */
.section_form .page_button_small {
  margin-top: 10px;
}

/* line 78, ../scss/maxiwet.scss */
.section_spacer_c {
  background-color: #eaeaea;
}

/* line 82, ../scss/maxiwet.scss */
.panel_effect_scale1 .blockgrid_panel:hover {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 91, ../scss/maxiwet.scss */
.effect_color_panelitem_h .blockgrid_panel:hover .panel_item_title {
  color: #009fe7;
  transition: color 0.35s ease;
}

/* COLORS */
/* line 97, ../scss/maxiwet.scss */
.section_style_c {
  background-color: #f1f1f1;
}

/* line 98, ../scss/maxiwet.scss */
.inner_gradient_bg {
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(58, 52, 53, 0.14) 40%, transparent 100%);
}

/* line 102, ../scss/maxiwet.scss */
.inner_header_gradient_bg {
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(58, 52, 53, 0.12) 40%, transparent 100%);
}

/* line 106, ../scss/maxiwet.scss */
.text_color_c {
  color: white;
}

/* line 107, ../scss/maxiwet.scss */
.text_brand_color {
  color: #c7338e;
}

/* line 108, ../scss/maxiwet.scss */
#menu .submenu .submenu_container {
  background-color: #3aaede;
  color: white;
}

/* line 112, ../scss/maxiwet.scss */
.article_abstract_wrapper {
  background-color: white;
}

/* TYPOGRAPHY */
/* line 115, ../scss/maxiwet.scss */
body, button, .button, cite, h4, h5 {
  font-family: "Montserrat", sans-serif;
}

/* line 116, ../scss/maxiwet.scss */
strong {
  font-weight: 600;
}

/* line 117, ../scss/maxiwet.scss */
h1 {
  margin: 0;
  font-weight: 700;
  color: white;
  letter-spacing: 0;
}

/* line 123, ../scss/maxiwet.scss */
h2, h3 {
  font-size: 2.15rem;
  line-height: 2.75rem;
  font-weight: 400;
  letter-spacing: -.5px;
  margin: 20px 0;
}

/* line 130, ../scss/maxiwet.scss */
h4 {
  font-size: 1.25rem;
  line-height: 1.85rem;
  font-weight: 400;
  margin: 15px 0;
}

/* line 136, ../scss/maxiwet.scss */
h5 {
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 500;
  margin: 15px 0 20px;
}

/* line 142, ../scss/maxiwet.scss */
p, .text_content {
  font-size: .95rem;
  line-height: 1.55rem;
  font-weight: 500;
}

/* line 147, ../scss/maxiwet.scss */
.paragraph_typo_color {
  font-size: .95rem;
  line-height: 1.55rem;
  margin: 10px 0;
}

/* line 152, ../scss/maxiwet.scss */
blockquote {
  font-size: 1.2rem;
  line-height: 1.95rem;
  font-weight: 400;
  font-family: "Lora", serif;
  font-style: italic;
}

/* line 159, ../scss/maxiwet.scss */
blockquote:before {
  opacity: 1;
  color: #3aaede;
}

/* line 163, ../scss/maxiwet.scss */
.text_menu {
  font-size: .95rem;
  letter-spacing: .5px;
  font-weight: 600;
  transition: background-color 300ms ease-out;
  padding: 5px 11px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 170, ../scss/maxiwet.scss */
.text_menu:hover {
  color: #0b8dc3;
  background-color: white;
}

/* line 175, ../scss/maxiwet.scss */
.panels_blockgrid_3 p {
  font-weight: 600;
  font-size: .95rem;
  line-height: 1.35rem;
}

/* line 180, ../scss/maxiwet.scss */
.footer_links {
  font-size: .9rem;
  line-height: 1.25rem;
}

/* line 184, ../scss/maxiwet.scss */
.social_icons {
  margin-left: 10px;
}

/* BUTTONS */
/* line 187, ../scss/maxiwet.scss */
.page_button_big {
  margin-top: 46px;
  padding: 18px 24px;
  background-color: #ce5ea3;
  color: #ffffff;
  font-size: .9rem;
  letter-spacing: .5px;
  font-weight: 600;
  min-width: 240px;
  box-shadow: 0 12px 40px 0 rgba(53, 26, 26, 0.1);
  border-radius: 50px;
}
/* line 198, ../scss/maxiwet.scss */
.page_button_big:hover, .page_button_big:focus {
  background-color: #3aaede;
}

/* line 200, ../scss/maxiwet.scss */
.page_button_small, .page_button_blog, .page_button_article {
  margin-top: 46px;
  padding: 11px 24px;
  background-color: #ce5ea3;
  color: #ffffff;
  font-size: .9rem;
  letter-spacing: .5px;
  font-weight: 600;
  min-width: 240px;
  box-shadow: 0 12px 40px 0 rgba(53, 26, 26, 0.1);
  border-radius: 50px;
}
/* line 211, ../scss/maxiwet.scss */
.page_button_small:hover, .page_button_small:focus, .page_button_blog:hover, .page_button_blog:focus, .page_button_article:hover, .page_button_article:focus {
  background-color: #3aaede;
}

/* line 213, ../scss/maxiwet.scss */
.button_mmenu {
  text-transform: uppercase;
  font-weight: 600;
  font-size: .95rem;
}

/* line 219, ../scss/maxiwet.scss */
.page_top_bar {
  height: 5px;
}

/* HEADER */
/* line 222, ../scss/maxiwet.scss */
header {
  position: absolute;
  z-index: 1;
  top: 0;
}

/* line 227, ../scss/maxiwet.scss */
.content_page .main_content_position {
  padding-top: 0;
}

/* line 228, ../scss/maxiwet.scss */
.header_main {
  padding: 14px 0 18px;
}

/* line 229, ../scss/maxiwet.scss */
.menu_flexchild_container {
  text-align: right;
}

/* line 231, ../scss/maxiwet.scss */
.introduction p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65rem;
}

/* SLIDER */
/* line 239, ../scss/maxiwet.scss */
.slider_1 .slick-dots {
  display: none !important;
}

/* line 241, ../scss/maxiwet.scss */
.gallery_slider .slick-prev:before, .gallery_slider .slick-next:before {
  color: #3aa0ca;
}

/* PANELS */
/* line 247, ../scss/maxiwet.scss */
.panels_blockgrid_1 .blockgrid_panel {
  padding: 12px 10px;
}
/* line 248, ../scss/maxiwet.scss */
.panels_blockgrid_1 .panel_item_img {
  background-color: #f1f1f1;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 3px solid #f1f1f1;
}
/* line 255, ../scss/maxiwet.scss */
.panels_blockgrid_1 .blockgrid_panel:hover .panel_item_img {
  background-color: #ffffff;
  border: 3px solid #eae7e7;
}

/* line 262, ../scss/maxiwet.scss */
.panels_blockgrid_1b .panel_item_img {
  background-color: transparent;
  border: 3px solid white;
}
/* line 266, ../scss/maxiwet.scss */
.panels_blockgrid_1b .panel_item_img .blockgrid_panel:hover .panel_item_img {
  background-color: white;
  border: 3px solid white;
}

/* line 273, ../scss/maxiwet.scss */
.panels_blockgrid_3 .blockgrid_panel_inner_gradient_bg {
  background-color: transparent;
  background-image: linear-gradient(transparent 55%, rgba(255, 255, 255, 0.25) 100%);
}

/* line 277, ../scss/maxiwet.scss */
.panels_blockgrid_3 .panel_item_content_container {
  padding: 15px 28px;
}

/* line 278, ../scss/maxiwet.scss */
.panels_blockgrid_3 .title_container, .panels_blockgrid_3 .text_content_container {
  width: 80%;
}

/* line 280, ../scss/maxiwet.scss */
.panels_blockgrid_6 .panel_item_img {
  background-color: #f1f1f1;
  margin: 5px auto 5px;
  border-radius: 50%;
  border: 3px solid #f1f1f1;
}
/* line 286, ../scss/maxiwet.scss */
.panels_blockgrid_6 p {
  font-size: .9rem;
  font-weight: 500;
}
/* line 291, ../scss/maxiwet.scss */
.panels_blockgrid_6 .blockgrid_panel:hover .panel_item_img {
  background-color: #ffffff;
  border: 3px solid #eae7e7;
}

/* SECTIONS */
/* BLOG */
/* line 303, ../scss/maxiwet.scss */
.blog_list {
  margin-top: 35px;
}

/* line 304, ../scss/maxiwet.scss */
.post_abstract_wrapper {
  padding: 25px 30px;
  background-color: #f5f3f3;
}
/* line 307, ../scss/maxiwet.scss */
.post_abstract_wrapper .post_abstract_title {
  margin-top: 25px;
  margin-bottom: 18px;
  font-size: 1.5rem;
  line-height: 1.85rem;
  font-weight: 400;
}
/* line 314, ../scss/maxiwet.scss */
.post_abstract_wrapper .post_abstract_content {
  font-size: 1rem;
  line-height: 1.5rem;
}
/* line 318, ../scss/maxiwet.scss */
.post_abstract_wrapper .post_list_foto {
  width: 380px;
  height: 250px;
}
/* line 322, ../scss/maxiwet.scss */
.post_abstract_wrapper .post_abstract_button_wrapper {
  margin-top: 40px;
  margin-bottom: 25px;
}

/* OPINIONS */
/* line 329, ../scss/maxiwet.scss */
.opinions_bg {
  padding: 80px 0;
  min-height: 600px;
}

/* line 333, ../scss/maxiwet.scss */
.section_opinions_title {
  margin-right: 55%;
}

/* line 334, ../scss/maxiwet.scss */
.opinions_content_container {
  margin-right: 55%;
  padding-left: 5px;
}

/* line 338, ../scss/maxiwet.scss */
.section_opinions .slick-dots {
  text-align: left;
}

/* FOOTER*/
/* line 341, ../scss/maxiwet.scss */
.footer_container {
  padding: 25px 0 50px;
  text-align: center;
  background-color: #f1f1f1;
}

/* line 347, ../scss/maxiwet.scss */
.short_contact_header {
  font-size: 2rem;
  line-height: 2.5rem;
}

/* line 352, ../scss/maxiwet.scss */
.short_contact_content_container h5 {
  font-size: 1.15rem;
  line-height: 1.95rem;
  font-weight: 400;
}
/* line 357, ../scss/maxiwet.scss */
.short_contact_content_container hr {
  opacity: .4;
  width: 50%;
}

/* line 364, ../scss/maxiwet.scss */
.footer_links ul li {
  display: inline;
}

/* line 367, ../scss/maxiwet.scss */
.footer_sitesbi {
  margin-top: 15px;
}
/* line 369, ../scss/maxiwet.scss */
.footer_sitesbi h3 {
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 1.28rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

/* line 377, ../scss/maxiwet.scss */
#map {
  height: 370px;
}

@media only screen and (min-width: 90.063em) {
  /* line 380, ../scss/maxiwet.scss */
  .section_spacer_default {
    padding: 60px 0;
  }

  /* line 381, ../scss/maxiwet.scss */
  .section_spacer_bgcolor1 {
    padding: 25px 0;
  }

  /* line 382, ../scss/maxiwet.scss */
  .pre_content_wrapper_index {
    margin-top: 185px;
    position: absolute;
    right: 4%;
    z-index: 10;
  }

  /* line 388, ../scss/maxiwet.scss */
  .section_spacer_2_index {
    padding: 82px 0 60px;
  }

  /* line 391, ../scss/maxiwet.scss */
  #menu {
    top: -70px;
    margin-right: 30px;
  }

  /* line 395, ../scss/maxiwet.scss */
  #menu .submenu {
    top: 30px;
  }

  /* line 396, ../scss/maxiwet.scss */
  #menu .submenu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  /* line 397, ../scss/maxiwet.scss */
  .text_submenu_spec:hover {
    color: #015070;
  }

  /* line 398, ../scss/maxiwet.scss */
  .slide {
    min-height: 770px;
  }

  /* line 399, ../scss/maxiwet.scss */
  .slider1_inner_content_container {
    padding: 8vh 0 30px;
  }

  /* line 400, ../scss/maxiwet.scss */
  .slider1_title_wrapper {
    width: 55%;
  }

  /* line 401, ../scss/maxiwet.scss */
  .slider1_title {
    margin: 100px 0 0;
    font-size: 3.35rem;
    font-weight: 700;
    line-height: 4.6rem;
    color: white;
    letter-spacing: -.5px;
    text-shadow: 0 0 25px rgba(26, 35, 53, 0.2);
  }

  /* line 410, ../scss/maxiwet.scss */
  .slider1_text_content_container {
    width: 540px;
  }
  /* line 412, ../scss/maxiwet.scss */
  .slider1_text_content_container p {
    font-size: 1.15rem;
    font-weight: 600;
    color: white;
    margin-bottom: 30px;
  }

  /* line 419, ../scss/maxiwet.scss */
  .title_bg {
    min-height: 460px;
  }

  /* line 420, ../scss/maxiwet.scss */
  .section_bg {
    min-height: 600px;
  }

  /* line 421, ../scss/maxiwet.scss */
  .text_50_left, .text_50_right {
    padding: 40px 0 50px;
  }

  /* line 423, ../scss/maxiwet.scss */
  .page_title_container {
    padding-top: 45px;
  }

  /* line 424, ../scss/maxiwet.scss */
  .page_title {
    margin: 125px 0 18px;
    font-size: 3.3rem;
    line-height: 4.6rem;
    font-weight: 700;
    color: white;
    letter-spacing: -.5px;
    text-shadow: 0 0 25px rgba(26, 35, 53, 0.2);
  }

  /* line 434, ../scss/maxiwet.scss */
  .introduction h3 {
    font-size: 2rem;
    line-height: 2.6rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 3px 0;
  }

  /* line 442, ../scss/maxiwet.scss */
  .rightimage_text_container, .leftimage_text_container {
    padding: 0 70px 0 29px;
  }

  /* line 443, ../scss/maxiwet.scss */
  .rightimage_container .rightimage_bg {
    min-height: 530px;
    border-left: 10px solid transparent;
  }

  /* line 447, ../scss/maxiwet.scss */
  .leftimage_container .leftimage_bg {
    min-height: 530px;
    border-right: 10px solid transparent;
  }

  /* line 453, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .last_blog_post_list {
    padding: 25px 30px;
    background-color: #f5f3f3;
  }
  /* line 457, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .panel_item_img {
    width: 360px;
    height: 300px;
  }
  /* line 461, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .post_title {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 1.75rem;
    line-height: 2.1rem;
    font-weight: 400;
  }
  /* line 468, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .text_content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  /* line 472, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .button_wrapper {
    margin-top: 25px;
  }

  /* line 475, ../scss/maxiwet.scss */
  .panels_blockgrid_1 .panel_item_img {
    width: 88px;
    height: 88px;
  }
  /* line 479, ../scss/maxiwet.scss */
  .panels_blockgrid_1 .panel_item_title {
    font-size: 1.05rem;
    line-height: 1.7rem;
    font-weight: 500;
    text-transform: none;
    text-align: center;
    margin-top: 10px;
  }

  /* line 489, ../scss/maxiwet.scss */
  .panels_blockgrid_1a .panel_item_img {
    width: 115px;
    height: 115px;
  }
  /* line 493, ../scss/maxiwet.scss */
  .panels_blockgrid_1a p {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  /* line 499, ../scss/maxiwet.scss */
  .panels_blockgrid_1b .blockgrid_panel {
    padding: 12px 0;
  }

  /* line 503, ../scss/maxiwet.scss */
  .panels_blockgrid_3 .panel_item_img {
    height: 530px;
  }

  /* line 504, ../scss/maxiwet.scss */
  .panels_blockgrid_3 .panel_item_title {
    margin: 10px 0;
    font-size: 1.85rem;
    line-height: 2.45rem;
    font-weight: 400;
  }

  /* line 510, ../scss/maxiwet.scss */
  .panels_blockgrid_6 ul {
    margin: 0;
  }

  /* line 511, ../scss/maxiwet.scss */
  .panels_blockgrid_6 ul li {
    background-color: white;
    padding-bottom: 0;
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  }
  /* line 517, ../scss/maxiwet.scss */
  .panels_blockgrid_6 ul li .blockgrid_panel {
    padding: 12px 50px;
    min-height: 225px;
    text-align: center;
  }

  /* line 519, ../scss/maxiwet.scss */
  .panels_blockgrid_6 ul li:nth-child(2) {
    margin-top: -35px;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  /* line 526, ../scss/maxiwet.scss */
  .panels_blockgrid_6 ul li:nth-child(2) .blockgrid_panel {
    min-height: 287px;
  }

  /* line 529, ../scss/maxiwet.scss */
  .panels_blockgrid_6 .panel_item_img {
    width: 73px;
    height: 73px;
  }
  /* line 533, ../scss/maxiwet.scss */
  .panels_blockgrid_6 .panel_item_title {
    font-size: 1.1rem;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0;
  }

  /* line 541, ../scss/maxiwet.scss */
  .post_wrapper {
    background-color: #f5f3f3;
    margin-top: 20px;
    padding: 30px 50px;
  }
  /* line 545, ../scss/maxiwet.scss */
  .post_wrapper .post_img_container {
    float: right;
    margin-top: 15px;
    margin-left: 50px;
    width: 43%;
  }
  /* line 551, ../scss/maxiwet.scss */
  .post_wrapper .post_foto {
    width: 100%;
    height: 400px;
    margin: 0 auto 35px;
  }
  /* line 557, ../scss/maxiwet.scss */
  .post_wrapper .post_title_container .post_title {
    margin: 12px 0 30px;
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 567, ../scss/maxiwet.scss */
  .page_button_big {
    margin-top: 16px;
  }

  /* line 568, ../scss/maxiwet.scss */
  .page_button_reservation {
    width: 70px;
    padding: 19px 0 19px 10px;
  }

  /* line 572, ../scss/maxiwet.scss */
  .page_button_reservation:hover, .page_button_reservation:focus {
    width: 164px;
    padding: 19px 0;
  }

  /* line 576, ../scss/maxiwet.scss */
  .page_button_reservation:hover .button_reservation_text, .page_button_reservation:focus .button_reservation_text {
    font-size: .75rem;
  }

  /* line 577, ../scss/maxiwet.scss */
  .page_button_reservation i {
    font-size: 1.35rem !important;
  }

  /* line 581, ../scss/maxiwet.scss */
  .section_spacer_default {
    padding: 40px 0;
  }

  /* line 582, ../scss/maxiwet.scss */
  .header_main {
    padding: 15px 0 13px;
  }

  /* line 584, ../scss/maxiwet.scss */
  .logo img {
    max-height: 93px;
  }

  /* line 586, ../scss/maxiwet.scss */
  .text_menu {
    padding: 8px 7px;
    font-size: .85rem;
  }

  /* line 590, ../scss/maxiwet.scss */
  #menu {
    padding-right: 33px;
    padding-bottom: 5px;
    margin-top: -83px;
  }

  /* line 595, ../scss/maxiwet.scss */
  #menu .submenu {
    top: 30px;
  }

  /* line 596, ../scss/maxiwet.scss */
  #menu .submenu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  /* line 597, ../scss/maxiwet.scss */
  .text_submenu_spec:hover {
    color: #015070;
  }

  /* line 599, ../scss/maxiwet.scss */
  .pre_content_wrapper_index {
    margin-top: 185px;
    position: absolute;
    right: 4%;
  }

  /* line 604, ../scss/maxiwet.scss */
  .section_spacer_2_index {
    padding: 82px 0 60px;
  }

  /* line 608, ../scss/maxiwet.scss */
  h2, h3 {
    font-size: 1.75rem;
    line-height: 2.35rem;
    margin: 20px 0;
  }

  /* line 613, ../scss/maxiwet.scss */
  h4 {
    font-size: 1.15rem;
    line-height: 1.7rem;
    margin: 18px 0;
  }

  /* line 618, ../scss/maxiwet.scss */
  p, .text_content {
    line-height: 1.6rem;
    font-size: .85rem;
  }

  /* line 622, ../scss/maxiwet.scss */
  blockquote {
    font-size: 1rem;
    line-height: 1.65rem;
  }

  /* line 627, ../scss/maxiwet.scss */
  .slide {
    min-height: 620px;
  }

  /* line 628, ../scss/maxiwet.scss */
  .slider1_inner_content_container {
    padding: 140px 0 30px;
  }

  /* line 629, ../scss/maxiwet.scss */
  .slider1_title_wrapper {
    width: 55%;
  }

  /* line 630, ../scss/maxiwet.scss */
  .slider1_title {
    margin: 30px 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.5rem;
    letter-spacing: 0;
  }

  /* line 637, ../scss/maxiwet.scss */
  .slider1_text_content_container {
    width: 540px;
  }
  /* line 639, ../scss/maxiwet.scss */
  .slider1_text_content_container p {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 30px;
  }

  /* line 646, ../scss/maxiwet.scss */
  .title_bg {
    min-height: 335px;
  }

  /* line 647, ../scss/maxiwet.scss */
  .section_bg {
    min-height: 460px;
  }

  /* line 648, ../scss/maxiwet.scss */
  .opinions_bg {
    min-height: 510px;
  }

  /* line 649, ../scss/maxiwet.scss */
  .text_50_left, .text_50_right {
    padding: 25px 0 50px;
  }

  /* line 651, ../scss/maxiwet.scss */
  .page_title_container {
    padding-top: 35px;
  }

  /* line 652, ../scss/maxiwet.scss */
  h1 {
    font-size: 2.25rem;
    line-height: 3rem;
    margin: 35px 0 18px;
  }

  /* line 657, ../scss/maxiwet.scss */
  .page_title {
    margin: 105px 0 5px;
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 700;
    color: white;
    letter-spacing: -.5px;
    text-shadow: 0 0 25px rgba(26, 35, 53, 0.2);
  }

  /* line 667, ../scss/maxiwet.scss */
  .introduction h3 {
    font-size: 2rem;
    line-height: 2.6rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 3px 0;
  }
  /* line 673, ../scss/maxiwet.scss */
  .introduction p {
    margin: 0;
    font-size: .95rem;
    line-height: 1.65rem;
  }

  /* line 680, ../scss/maxiwet.scss */
  .rightimage_text_container, .leftimage_text_container {
    padding: 0 70px 0 29px;
  }

  /* line 681, ../scss/maxiwet.scss */
  .rightimage_container .rightimage_bg {
    min-height: 530px;
    border-left: 10px solid transparent;
  }

  /* line 685, ../scss/maxiwet.scss */
  .leftimage_container .leftimage_bg {
    min-height: 530px;
    border-right: 10px solid transparent;
  }

  /* line 690, ../scss/maxiwet.scss */
  .panels_blockgrid_6 ul {
    margin: 0;
  }

  /* line 691, ../scss/maxiwet.scss */
  .panels_blockgrid_6 ul li {
    background-color: white;
    padding-bottom: 0;
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  }
  /* line 697, ../scss/maxiwet.scss */
  .panels_blockgrid_6 ul li .blockgrid_panel {
    padding: 12px 25px;
    min-height: 225px;
    text-align: center;
  }

  /* line 699, ../scss/maxiwet.scss */
  .panels_blockgrid_6 ul li:nth-child(2) {
    margin-top: -35px;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  /* line 706, ../scss/maxiwet.scss */
  .panels_blockgrid_6 ul li:nth-child(2) .blockgrid_panel {
    min-height: 265px;
  }

  /* line 709, ../scss/maxiwet.scss */
  .panels_blockgrid_6 .panel_item_img {
    margin: auto;
    width: 62px;
    height: 62px;
  }
  /* line 714, ../scss/maxiwet.scss */
  .panels_blockgrid_6 .panel_item_title {
    font-size: 1.05rem;
    margin: -3px 0 3px;
    font-weight: 700;
  }
  /* line 719, ../scss/maxiwet.scss */
  .panels_blockgrid_6 p, .panels_blockgrid_6 .text_content {
    line-height: 1.5rem;
    font-size: .85rem;
  }

  /* line 725, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .last_blog_post_list {
    padding: 25px 30px;
    background-color: #f5f3f3;
  }
  /* line 729, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .panel_item_img {
    width: 330px;
    height: 270px;
  }
  /* line 733, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .post_title {
    margin-top: 25px;
    margin-bottom: 18px;
    font-size: 1.5rem;
    line-height: 1.85rem;
    font-weight: 400;
  }
  /* line 740, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .text_content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  /* line 744, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .button_wrapper {
    margin-top: 25px;
  }

  /* line 747, ../scss/maxiwet.scss */
  .panels_blockgrid_1 .panel_item_img {
    width: 88px;
    height: 88px;
    margin: 0 auto 10px;
    border-radius: 50%;
  }
  /* line 753, ../scss/maxiwet.scss */
  .panels_blockgrid_1 .panel_item_title {
    font-size: 1rem;
    line-height: 1.45rem;
    font-weight: 500;
    text-transform: none;
    text-align: center;
  }

  /* line 761, ../scss/maxiwet.scss */
  .panels_blockgrid_1a .panel_item_img {
    width: 100px;
    height: 100px;
  }

  /* line 765, ../scss/maxiwet.scss */
  .panels_blockgrid_3 .panel_item_img {
    height: 530px;
  }

  /* line 766, ../scss/maxiwet.scss */
  .panels_blockgrid_3 .panel_item_title {
    margin: 10px 0;
    font-size: 1.85rem;
    line-height: 2.45rem;
    font-weight: 400;
  }

  /* line 773, ../scss/maxiwet.scss */
  .post_abstract_wrapper .post_list_foto {
    width: 260px;
    height: 200px;
  }

  /* line 777, ../scss/maxiwet.scss */
  .post_wrapper {
    background-color: #f5f3f3;
    margin-top: 20px;
    padding: 30px 50px;
  }
  /* line 781, ../scss/maxiwet.scss */
  .post_wrapper .post_img_container {
    float: right;
    margin-top: 15px;
    margin-left: 50px;
    width: 43%;
  }
  /* line 787, ../scss/maxiwet.scss */
  .post_wrapper .post_foto {
    width: 100%;
    height: 400px;
    margin: 0 auto 35px;
  }
  /* line 793, ../scss/maxiwet.scss */
  .post_wrapper .post_title_container .post_title {
    margin: 12px 0 30px;
    font-size: 1.75rem;
    line-height: 2.2rem;
  }

  /* line 800, ../scss/maxiwet.scss */
  .post_abstract_content {
    font-size: .95rem;
  }
  /* line 802, ../scss/maxiwet.scss */
  .post_abstract_content p, .post_abstract_content .text_content {
    line-height: 1.5rem;
  }

  /* line 804, ../scss/maxiwet.scss */
  .short_contact_header {
    font-size: 1.8rem;
    line-height: 2.25rem;
    margin: 15px 0;
  }

  /* line 809, ../scss/maxiwet.scss */
  .short_contact_content_container h5 {
    font-size: 1.1rem;
    line-height: 1.9rem;
    font-weight: 400;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 818, ../scss/maxiwet.scss */
  .text_menu {
    background-color: transparent;
  }

  /* line 819, ../scss/maxiwet.scss */
  .page_button_big {
    margin-top: 10px;
    padding: 15px 20px;
    background-color: #ce5ea3;
    color: #ffffff;
    font-size: .85rem;
    letter-spacing: .5px;
    font-weight: 600;
    min-width: 220px;
    box-shadow: 0 12px 40px 0 rgba(53, 26, 26, 0.1);
    border-radius: 50px;
  }

  /* line 831, ../scss/maxiwet.scss */
  .page_button_reservation {
    width: 70px;
    padding: 19px 0 19px 10px;
  }

  /* line 835, ../scss/maxiwet.scss */
  .page_button_reservation:hover, .page_button_reservation:focus {
    width: 164px;
    padding: 19px 0;
  }

  /* line 839, ../scss/maxiwet.scss */
  .page_button_reservation:hover .button_reservation_text, .page_button_reservation:focus .button_reservation_text {
    font-size: .75rem;
  }

  /* line 840, ../scss/maxiwet.scss */
  .page_button_reservation i {
    font-size: 1.35rem !important;
  }

  /* line 843, ../scss/maxiwet.scss */
  .panels_clinics_list .panel_clinic_doctor h4 {
    font-size: 1.25rem;
  }

  /* line 845, ../scss/maxiwet.scss */
  .section_spacer_default {
    padding: 25px 0;
  }

  /* line 846, ../scss/maxiwet.scss */
  .section_spacer_1 {
    padding: 0 0 40px;
  }

  /* line 847, ../scss/maxiwet.scss */
  .section_spacer_1_index {
    margin-top: -95px;
  }

  /* line 848, ../scss/maxiwet.scss */
  .section_spacer_bgcolor1 {
    padding: 25px 0 40px;
  }

  /* line 850, ../scss/maxiwet.scss */
  .content_page .main_content_wrapper, .content_page .main_header_wrapper {
    padding: 0 55px;
  }

  /* line 851, ../scss/maxiwet.scss */
  .header_main {
    padding: 11px 0 13px;
  }

  /* line 852, ../scss/maxiwet.scss */
  .logo_flexchild_container {
    margin-top: 40px;
    width: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 860, ../scss/maxiwet.scss */
  .logo img {
    max-height: 80px;
  }

  /* line 862, ../scss/maxiwet.scss */
  .text_menu {
    padding: 10px 7px;
    font-size: .95rem;
  }

  /* line 866, ../scss/maxiwet.scss */
  #menu {
    top: 15px;
    position: absolute;
    z-index: 100;
  }

  /* line 872, ../scss/maxiwet.scss */
  .pre_content_wrapper_index {
    margin-top: -65px;
    position: absolute;
    right: 4%;
  }

  /* line 877, ../scss/maxiwet.scss */
  .section_spacer_2_index {
    padding: 40px 0;
  }

  /* line 879, ../scss/maxiwet.scss */
  h2, h3 {
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin: 22px 0 20px;
  }

  /* line 884, ../scss/maxiwet.scss */
  h4 {
    font-size: 1rem;
    line-height: 1.65rem;
    margin: 18px 0;
  }

  /* line 889, ../scss/maxiwet.scss */
  p, .text_content {
    line-height: 1.55rem;
    font-size: .85rem;
  }

  /* line 893, ../scss/maxiwet.scss */
  blockquote {
    font-size: .95rem;
    line-height: 1.5rem;
  }

  /* line 897, ../scss/maxiwet.scss */
  .paragraph_typo_color {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  /* line 902, ../scss/maxiwet.scss */
  .slide {
    min-height: 450px;
  }

  /* line 903, ../scss/maxiwet.scss */
  .slider1_inner_content_container {
    padding: 145px 0 30px;
  }

  /* line 904, ../scss/maxiwet.scss */
  .slider1_title_wrapper {
    width: 65%;
  }

  /* line 905, ../scss/maxiwet.scss */
  .slider1_title {
    margin: 25px 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0;
  }

  /* line 912, ../scss/maxiwet.scss */
  .slider1_text_content_container {
    width: 540px;
  }
  /* line 914, ../scss/maxiwet.scss */
  .slider1_text_content_container p {
    font-size: 1.05rem;
    font-weight: 600;
    color: white;
    margin-bottom: 30px;
  }

  /* line 921, ../scss/maxiwet.scss */
  .title_bg {
    min-height: 170px;
  }

  /* line 922, ../scss/maxiwet.scss */
  .section_bg {
    min-height: 440px;
  }

  /* line 923, ../scss/maxiwet.scss */
  .text_50_left, .text_50_right {
    padding: 25px 0;
    width: 100%;
  }

  /* line 925, ../scss/maxiwet.scss */
  .page_title_container {
    padding-top: 35px;
  }

  /* line 926, ../scss/maxiwet.scss */
  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 110px 0 15px;
  }

  /* line 932, ../scss/maxiwet.scss */
  .introduction h3 {
    font-size: 2rem;
    line-height: 2.6rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 3px 0;
  }
  /* line 938, ../scss/maxiwet.scss */
  .introduction p {
    margin: 0;
    font-size: .85rem;
    line-height: 1.5rem;
  }

  /* line 944, ../scss/maxiwet.scss */
  .opinions_bg {
    padding: 50px 0;
    min-height: 400px;
    background-position: center left;
  }

  /* line 949, ../scss/maxiwet.scss */
  .section_opinions_title, .opinions_content_container {
    margin-bottom: 5px;
  }

  /* line 953, ../scss/maxiwet.scss */
  .rightimage_text_container, .leftimage_text_container {
    padding: 0;
  }

  /* line 954, ../scss/maxiwet.scss */
  .rightimage_container .rightimage_bg, .leftimage_container .leftimage_bg {
    height: 320px !important;
    width: 400px;
  }

  /* line 959, ../scss/maxiwet.scss */
  .panels_blockgrid_6 ul {
    margin: 0;
  }

  /* line 960, ../scss/maxiwet.scss */
  .panels_blockgrid_6 ul li {
    background-color: white;
    padding-bottom: 0;
  }
  /* line 966, ../scss/maxiwet.scss */
  .panels_blockgrid_6 ul li .blockgrid_panel {
    padding: 12px 25px;
    min-height: 225px;
    text-align: center;
  }

  /* line 968, ../scss/maxiwet.scss */
  .panels_blockgrid_6 ul li:nth-child(2) {
    margin-top: -60px;
    margin-bottom: -35px;
  }

  /* line 973, ../scss/maxiwet.scss */
  .panels_blockgrid_6 .panel_item_img {
    margin: 10px auto 0;
    width: 62px;
    height: 62px;
  }
  /* line 978, ../scss/maxiwet.scss */
  .panels_blockgrid_6 .panel_item_title {
    font-size: 1.05rem;
    margin: 2px 0 3px;
    font-weight: 700;
  }
  /* line 983, ../scss/maxiwet.scss */
  .panels_blockgrid_6 p, .panels_blockgrid_6 .text_content {
    line-height: 1.5rem;
    font-size: .95rem;
  }

  /* line 989, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .last_blog_post_list {
    padding: 25px 30px;
    background-color: #f5f3f3;
  }
  /* line 993, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .panel_item_img {
    width: 300px;
    height: 220px;
  }
  /* line 997, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .post_title {
    margin-top: 25px;
    margin-bottom: 18px;
    font-size: 1.5rem;
    line-height: 1.85rem;
    font-weight: 400;
  }
  /* line 1004, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .text_content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  /* line 1008, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .button_wrapper {
    margin-top: 25px;
  }

  /* line 1011, ../scss/maxiwet.scss */
  .panels_blockgrid_1 .blockgrid_panel {
    padding: 0 0 5px;
  }
  /* line 1014, ../scss/maxiwet.scss */
  .panels_blockgrid_1 .panel_item_img {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    border-radius: 50%;
  }
  /* line 1020, ../scss/maxiwet.scss */
  .panels_blockgrid_1 .panel_item_title {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 500;
    text-transform: none;
    text-align: center;
  }

  /* line 1028, ../scss/maxiwet.scss */
  .panels_blockgrid_3 .panel_item_img {
    height: 530px;
  }

  /* line 1029, ../scss/maxiwet.scss */
  .panels_blockgrid_3 .panel_item_title {
    margin: 10px 0;
    font-size: 1.85rem;
    line-height: 2.45rem;
    font-weight: 400;
  }

  /* line 1036, ../scss/maxiwet.scss */
  .post_abstract_wrapper .post_list_foto {
    width: 260px;
    height: 200px;
  }

  /* line 1040, ../scss/maxiwet.scss */
  .post_wrapper {
    background-color: #f5f3f3;
    margin-top: 20px;
    padding: 20px 40px;
  }
  /* line 1044, ../scss/maxiwet.scss */
  .post_wrapper .post_img_container {
    float: right;
    margin-top: 15px;
    margin-left: 50px;
    width: 43%;
  }
  /* line 1050, ../scss/maxiwet.scss */
  .post_wrapper .post_foto {
    width: 100%;
    height: 240px;
    margin: 0 auto 35px;
  }
  /* line 1056, ../scss/maxiwet.scss */
  .post_wrapper .post_title_container .post_title {
    margin: 12px 0 25px;
    font-size: 1.55rem;
    line-height: 2.05rem;
  }

  /* line 1063, ../scss/maxiwet.scss */
  .post_abstract_content {
    font-size: .95rem;
  }
  /* line 1065, ../scss/maxiwet.scss */
  .post_abstract_content p, .post_abstract_content .text_content {
    line-height: 1.5rem;
  }

  /* line 1067, ../scss/maxiwet.scss */
  .short_contact_header {
    font-size: 1.6rem;
    line-height: 2.05rem;
    margin: 15px 0;
  }

  /* line 1072, ../scss/maxiwet.scss */
  .short_contact_content_container h5 {
    font-size: .95rem;
    line-height: 1.8rem;
    font-weight: 500;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 40em) {
  /* line 1081, ../scss/maxiwet.scss */
  .text_menu {
    background-color: transparent;
  }

  /* line 1082, ../scss/maxiwet.scss */
  .inner_gradient_bg {
    background-image: linear-gradient(90deg, rgba(58, 52, 53, 0.22) 40%, transparent 100%);
  }

  /* line 1085, ../scss/maxiwet.scss */
  .inner_header_gradient_bg {
    background-image: linear-gradient(90deg, rgba(58, 52, 53, 0.16) 40%, transparent 100%);
  }

  /* line 1088, ../scss/maxiwet.scss */
  .page_button_big {
    margin-top: 6px;
    padding: 13px 20px;
    font-size: .8rem;
    font-weight: 600;
    min-width: 140px;
  }

  /* line 1095, ../scss/maxiwet.scss */
  .page_title {
    margin: 20px 0 10px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 700;
    color: white;
    letter-spacing: -.5px;
    text-shadow: 0 0 25px rgba(26, 35, 53, 0.2);
  }

  /* line 1104, ../scss/maxiwet.scss */
  .page_button_reservation {
    width: 70px;
    padding: 19px 0 19px 10px;
  }

  /* line 1108, ../scss/maxiwet.scss */
  .page_button_reservation:hover, .page_button_reservation:focus {
    width: 164px;
    padding: 19px 0;
  }

  /* line 1112, ../scss/maxiwet.scss */
  .page_button_reservation:hover .button_reservation_text, .page_button_reservation:focus .button_reservation_text {
    font-size: .75rem;
  }

  /* line 1113, ../scss/maxiwet.scss */
  .page_button_reservation i {
    font-size: 1.35rem !important;
  }

  /* line 1116, ../scss/maxiwet.scss */
  .panels_clinics_list .panel_clinic_doctor h4 {
    font-size: 1.15rem;
  }

  /* line 1117, ../scss/maxiwet.scss */
  .panels_clinics_list .terms_slider ul li h5 {
    font-size: .9rem;
  }

  /* line 1118, ../scss/maxiwet.scss */
  .panels_clinics_list .panel_clinic_doctor .closest_term {
    font-size: .95rem;
  }

  /* line 1120, ../scss/maxiwet.scss */
  .section_spacer_default {
    padding: 30px 0;
  }

  /* line 1121, ../scss/maxiwet.scss */
  .section_spacer_1 {
    padding: 0 0 30px;
  }

  /* line 1122, ../scss/maxiwet.scss */
  .section_spacer_1_index {
    margin-top: -15px;
  }

  /* line 1123, ../scss/maxiwet.scss */
  .section_spacer_bgcolor1 {
    padding: 25px 0 40px;
  }

  /* line 1124, ../scss/maxiwet.scss */
  header {
    position: relative;
  }

  /* line 1125, ../scss/maxiwet.scss */
  .header_main {
    padding: 12px 0 15px;
  }

  /* line 1126, ../scss/maxiwet.scss */
  .logo_flexchild_container {
    text-align: center;
    width: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1134, ../scss/maxiwet.scss */
  .logo img {
    max-height: 70px;
  }

  /* line 1136, ../scss/maxiwet.scss */
  .text_menu {
    padding: 10px 7px;
    font-size: .95rem;
  }

  /* line 1140, ../scss/maxiwet.scss */
  #menu {
    top: 15px;
    position: absolute;
    left: -10px;
    z-index: 100;
  }

  /* line 1146, ../scss/maxiwet.scss */
  .pre_content_wrapper_index {
    margin: -10px auto 15px;
  }

  /* line 1147, ../scss/maxiwet.scss */
  .section_spacer_2_index {
    padding: 30px 0;
  }

  /* line 1148, ../scss/maxiwet.scss */
  h2, h3 {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  /* line 1152, ../scss/maxiwet.scss */
  h4 {
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 18px 0;
  }

  /* line 1157, ../scss/maxiwet.scss */
  h5 {
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 500;
    margin: 15px 0 20px;
  }

  /* line 1163, ../scss/maxiwet.scss */
  p, .text_content {
    font-size: .85rem;
    line-height: 1.55rem;
  }

  /* line 1167, ../scss/maxiwet.scss */
  blockquote {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  /* line 1171, ../scss/maxiwet.scss */
  .paragraph_typo_color {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  /* line 1176, ../scss/maxiwet.scss */
  .slide {
    min-height: 280px;
    background-position: right top;
  }

  /* line 1180, ../scss/maxiwet.scss */
  .slider1_inner_content_container {
    padding: 20px 5px;
    width: 70%;
  }

  /* line 1184, ../scss/maxiwet.scss */
  .slider1_title {
    margin-top: 10px;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.65rem;
    letter-spacing: 0;
  }

  /* line 1191, ../scss/maxiwet.scss */
  .slider1_text_content_container {
    display: none;
  }

  /* line 1192, ../scss/maxiwet.scss */
  .title_bg {
    min-height: 120px;
  }

  /* line 1193, ../scss/maxiwet.scss */
  .section_bg {
    background-color: #f5f3f3;
    background-image: none !important;
  }

  /* line 1197, ../scss/maxiwet.scss */
  .text_50_left, .text_50_right {
    padding: 25px 0 50px;
  }

  /* line 1199, ../scss/maxiwet.scss */
  .page_title_container {
    padding-top: 20px;
  }

  /* line 1200, ../scss/maxiwet.scss */
  h1 {
    font-size: 1.55rem;
    line-height: 1.9rem;
    letter-spacing: .5px;
    margin: 20px 0 15px;
  }

  /* line 1207, ../scss/maxiwet.scss */
  .introduction h3 {
    font-size: 2rem;
    line-height: 2.6rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 3px 0;
  }
  /* line 1213, ../scss/maxiwet.scss */
  .introduction p {
    display: none;
  }

  /* line 1217, ../scss/maxiwet.scss */
  .opinions_bg {
    padding: 20px 0;
    min-height: 370px;
    background-position: left top;
  }

  /* line 1222, ../scss/maxiwet.scss */
  .section_opinions_title, .opinions_content_container {
    margin-left: 0;
    margin-bottom: 5px;
    padding-right: 0;
    margin-right: 0;
  }

  /* line 1228, ../scss/maxiwet.scss */
  .text_foto_right {
    float: none;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  /* line 1235, ../scss/maxiwet.scss */
  .rightimage_text_container, .leftimage_text_container {
    padding: 0;
  }

  /* line 1236, ../scss/maxiwet.scss */
  .rightimage_container .rightimage_bg, .leftimage_container .leftimage_bg {
    height: 250px !important;
    width: 100%;
  }

  /* line 1241, ../scss/maxiwet.scss */
  .panels_blockgrid_6 ul {
    margin: 0;
  }

  /* line 1242, ../scss/maxiwet.scss */
  .panels_blockgrid_6 ul li {
    background-color: white;
    padding-bottom: 0;
  }
  /* line 1245, ../scss/maxiwet.scss */
  .panels_blockgrid_6 ul li .blockgrid_panel {
    padding: 10px 15px;
    min-height: 225px;
    text-align: center;
  }

  /* line 1247, ../scss/maxiwet.scss */
  .panels_blockgrid_6 ul li:nth-child(2) {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  /* line 1252, ../scss/maxiwet.scss */
  .panels_blockgrid_6 .panel_item_img {
    margin: 3px auto;
    width: 70px;
    height: 70px;
  }
  /* line 1257, ../scss/maxiwet.scss */
  .panels_blockgrid_6 .panel_item_title {
    font-size: 1.05rem;
    margin: 10px 0 3px;
    font-weight: 600;
  }
  /* line 1262, ../scss/maxiwet.scss */
  .panels_blockgrid_6 p, .panels_blockgrid_6 .text_content {
    line-height: 1.5rem;
    font-size: .95rem;
  }

  /* line 1267, ../scss/maxiwet.scss */
  .post_abstract_wrapper .post_abstract_title {
    font-size: 1.35rem;
    line-height: 1.85rem;
  }

  /* line 1272, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .last_blog_post_list {
    padding: 25px 30px;
    background-color: #f5f3f3;
  }
  /* line 1276, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .panel_item_img {
    width: 100%;
    height: 160px;
  }
  /* line 1280, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .post_title {
    margin-top: 25px;
    margin-bottom: 18px;
    font-size: 1.25rem;
    line-height: 1.65rem;
    font-weight: 400;
  }
  /* line 1287, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .text_content {
    font-size: .95rem;
    line-height: 1.5rem;
  }
  /* line 1291, ../scss/maxiwet.scss */
  .panels_blockgrid_last_blog_post_list .button_wrapper {
    margin-top: 25px;
  }

  /* line 1294, ../scss/maxiwet.scss */
  .panels_blockgrid_1 .blockgrid_panel {
    padding: 0;
  }
  /* line 1295, ../scss/maxiwet.scss */
  .panels_blockgrid_1 .panel_item_img {
    width: 83px;
    height: 83px;
    margin: 0 auto 10px;
    border-radius: 50%;
  }
  /* line 1301, ../scss/maxiwet.scss */
  .panels_blockgrid_1 .panel_item_title {
    font-size: .95rem;
    line-height: 1.3rem;
    font-weight: 500;
    text-align: center;
  }

  /* line 1308, ../scss/maxiwet.scss */
  .panels_blockgrid_3 .panel_item_img {
    height: 530px;
  }

  /* line 1309, ../scss/maxiwet.scss */
  .panels_blockgrid_3 .panel_item_title {
    margin: 10px 0;
    font-size: 1.85rem;
    line-height: 2.45rem;
    font-weight: 400;
  }

  /* line 1317, ../scss/maxiwet.scss */
  .post_abstract_wrapper .post_list_foto {
    width: 100%;
    height: 200px;
  }
  /* line 1321, ../scss/maxiwet.scss */
  .post_abstract_wrapper .post_abstract_content {
    font-size: .95rem;
    line-height: 1.45rem;
  }

  /* line 1326, ../scss/maxiwet.scss */
  .post_wrapper {
    background-color: #f5f3f3;
    margin-top: 20px;
    padding: 20px 30px;
  }
  /* line 1330, ../scss/maxiwet.scss */
  .post_wrapper .post_foto {
    width: 100%;
    height: 200px;
    margin: 0 auto 25px;
  }
  /* line 1336, ../scss/maxiwet.scss */
  .post_wrapper .post_title_container .post_title {
    margin: 10px 0 20px;
    font-size: 1.4rem;
    line-height: 1.85rem;
  }

  /* line 1343, ../scss/maxiwet.scss */
  .post_abstract_content {
    font-size: .95rem;
  }
  /* line 1345, ../scss/maxiwet.scss */
  .post_abstract_content p, .post_abstract_content .text_content {
    line-height: 1.5rem;
  }

  /* line 1347, ../scss/maxiwet.scss */
  .short_contact_header {
    font-size: 1.35rem;
    line-height: 2rem;
    margin: 15px 0;
  }

  /* line 1352, ../scss/maxiwet.scss */
  .short_contact_content_container h5 {
    font-size: .85rem;
    line-height: 1.65rem;
    font-weight: 500;
    margin: 20px 0;
  }
}
/* line 1360, ../scss/maxiwet.scss */
#section-42395-container {
  background-color: #f1f1f1;
  padding-bottom: 45px;
}

/* line 1365, ../scss/maxiwet.scss */
.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
  font-weight: 600;
}

@media only screen and (min-width: 64.063em) {
  /* line 1368, ../scss/maxiwet.scss */
  .post_content_container .redactor-toolbar {
    height: 70px;
    width: 50% !important;
  }
}
