/* CSS file */

.meccpf {  }
.meccpf_item { width: 33.33%; padding: 24px; text-align: center; }
.meccpf_item img { display: block; width: 100%; height: auto; }
.meccpf_item .maxpersonen, .meccpf_item .minpersonen { display: none; }
.meccpf_item .meccpf_item_content { position: relative; overflow: hidden; }
.meccpf_item .meccpf_item_content .meccpf_item_overlay {  
    align-items: center;
    /*background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;*/
    background: rgba(238, 48, 70, 0.7) none repeat scroll 0 0;  
    bottom: 0;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    justify-content: center;
    left: 0;
    line-height: 1;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    transition: top 400ms ease 0.2s;
}
.meccpf_item:hover .meccpf_item_content .meccpf_item_overlay {
    top: 0;
    transition: top 400ms ease 0s;
}
.meccpf_item .meccpf_item_content .meccpf_item_overlay h3 {
    margin: 0; font-size: 24px; font-weight: bold; color: #fff; margin-bottom: 0.25em;
}
.meccpf_item .meccpf_item_content .meccpf_item_overlay a {
    color: #fff; font-weight: 500; line-height: 1.1;
}


.meccpf_item .meccpf_item_content .meccpf_item_caption {
    align-items: center;
    /*background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;*/
    background: rgba(238, 48, 70, 0.7) none repeat scroll 0 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    justify-content: center;
    left: 0;
    line-height: 1;
    padding: 20px;
    position: absolute;
    right: 0;
    top: auto;
    transform: translateY(0px);
    transition: transform 400ms ease 0.2s;
}
.meccpf_item:hover .meccpf_item_content .meccpf_item_caption {
    transform: translateY(100%);
    transition: transform 400ms ease 0s;
}
.meccpf_item .meccpf_item_content .meccpf_item_caption h3 {
    margin: 0; font-size: 24px; font-weight: bold; color: #fff;
}

.meccpf_item .meccpf_item_content img { transform: scale3d(1, 1, 1); transition: transform 400ms ease 0.2s; }
.meccpf_item .meccpf_item_content:hover img { transform: scale3d(1.15, 1.15, 1); transition: transform 400ms ease 0s; }


.meccbdm { padding: 0; }
.meccbdm_item { width: 33.33%; padding: 24px; text-align: center; list-style: none; float: left; }
.meccbdm_item img { display: block; width: 100%; height: auto; }

.meccbdm_item .meccbdm_item_content { position: relative; overflow: hidden; }
.meccbdm_item .meccbdm_item_content .meccbdm_item_overlay {
    align-items: center;
    /*background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;*/
    background: rgba(238, 48, 70, 0.7) none repeat scroll 0 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    justify-content: center;
    left: 0;
    line-height: 1;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    transition: top 400ms ease 0.2s;
}

.meccbdm_item:hover .meccbdm_item_content .meccbdm_item_overlay {
    top: 0;
    transition: top 400ms ease 0s;
}
.meccbdm_item .meccbdm_item_content .meccbdm_item_overlay h3
{
    margin: 0; font-size: 24px; font-weight: bold; color: #fff; margin-bottom: 0.25em;
}
.meccbdm_item .meccbdm_item_content .meccbdm_item_overlay p {
    color: #fff; font-weight: 500; line-height: 1.5; margin: 10px 0;
}
.meccbdm_item .meccbdm_item_content .meccbdm_item_overlay a {
    color: #fff; font-weight: bold; line-height: 2;
}

.meccbdm_item .meccbdm_item_content img { transform: scale3d(1, 1, 1); transition: transform 400ms ease 0.2s; }
.meccbdm_item .meccbdm_item_content:hover img { transform: scale3d(1.15, 1.15, 1); transition: transform 400ms ease 0s; }


/* MECC BDM in article */
.meccbdma { padding: 0; }
.meccbdma_item { width: 33.33%; padding: 24px; text-align: center; list-style: none; float: left; }
.meccbdma_item img { display: block; width: 100%; height: auto; }

.meccbdma_item .meccbdma_item_content { position: relative; overflow: hidden; }
.meccbdma_item .meccbdma_item_content .meccbdma_item_overlay {
    align-items: center;
    /*background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;*/
    background: rgba(238, 48, 70, 0.7) none repeat scroll 0 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    justify-content: center;
    left: 0;
    line-height: 1;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    transition: top 400ms ease 0.2s;
}

.meccbdma_item:hover .meccbdma_item_content .meccbdma_item_overlay {
    top: 0;
    transition: top 400ms ease 0s;
}
.meccbdma_item .meccbdma_item_content .meccbdma_item_overlay h3
{
    margin: 0; font-size: 24px; font-weight: bold; color: #fff; margin-bottom: 0.25em;
}
.meccbdma_item .meccbdma_item_content .meccbdma_item_overlay p {
    color: #fff; font-weight: 500; line-height: 1.5; margin: 10px 0;
}
.meccbdma_item .meccbdma_item_content .meccbdma_item_overlay a {
    color: #fff; font-weight: bold; line-height: 2;
}

.meccbdma_item .meccbdma_item_content img { transform: scale3d(1, 1, 1); transition: transform 400ms ease 0.2s; }
.meccbdma_item .meccbdma_item_content:hover img { transform: scale3d(1.15, 1.15, 1); transition: transform 400ms ease 0s; }

/* MECC BDM in article end */


.mecc_sel, .mecc_anz { padding: 24px; margin-bottom: 5px; }
.mecc_sel select { width: 100%; color: #ee3046; font-weight: bold; background-color: #ffffff; }

.mecc_sel > p.mecc_set { margin: 0 0 30px 0; font-weight: bold; color: #444; }
.mecc_anz > p.mecc_snp { margin: 0 0 38px 0; font-weight: bold; color: #444; }

.mecc-h3, .mecc-p { padding: 0 24px; color: #444; }

/* phones */
@media (max-width: 767px) {
  .meccpf_item { width: 100%; padding: 24px; }
  
  .meccbdm_item { width: 100%; padding: 24px; }
  
  .meccbdma_item { width: 100%; padding: 24px; }
}

/* tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .meccpf_item { width: 50%; padding: 24px; }
  
  .meccbdm_item { width: 50%; padding: 24px; }
  
  .meccbdma_item { width: 50%; padding: 24px; }
}








/* slider */

.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
}

.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #ee3046;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/*
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
*/
.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

/* slider overrides */


.rangeslider__handle {
  background: white;
  color: #ee3046;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}

.rangeslider__handle:before {
	font-family: "FontAwesome";
	color: #ccc;
	content :"\f053"; /* chevron: f053 / caret: f0d9 */
	font-size: 0.8em;
}

.rangeslider__handle:after {
	font-family: "FontAwesome";
	color: #ccc;
	content: "\f054"; /* chevron: f054 / caret: f0da */
	font-size: 0.8em;
}

.mecc_minimum { color: #999; padding-left: 10px; padding-top: 7px; }
.mecc_maximum { color: #999; padding-right: 10px; padding-top: 7px; }

.rangeslider__ruler::after {
    content: "";
    display: inline-block;
    width: 100%;
}
.rangeslider__ruler {
    cursor: pointer;
    font-size: 0.7em;
    margin: 20px 10px 0;
    position: relative;
    text-align: justify;
    top: 100%;
	padding-top: 7px;
}

/* slider end */
