/*********************************************
	SLIDER
 *********************************************/

/* OVERRIDES */
.unslider {
    position: relative;
}

.unslider-arrow {
    top: 50%;
    margin-top: -16px;
    z-index: 10;
    font-size: 32px
}

.unslider-nav {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
}

.unslider-nav ol li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.unslider-fade .unslider-wrap li,
.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 1;
}

.unslider-fade .unslider-wrap li.unslider-active {
	z-index: 2;
}

nav.slider_customnav_small-preview-buttons {
    position: relative;
}

nav.slider_customnav_small-preview-buttons ol li {
    position: relative;
    display: inline-block;
    width: 345px;
    height: 120px;
    margin: 0px 30px 30px 0px;
    border-radius: 0;
    text-indent: 0;
    text-align: left;
    border: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: visible;
}

nav.slider_customnav_small-preview-buttons ol li.unslider-active {
    cursor: default;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

nav.slider_customnav_small-preview-buttons ol li.unslider-active:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
}

.slider_customnav_small-preview-buttons-label {
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    padding: 6px 0px;
    border-radius: 4px;
    text-align: center;
    background-color: #323E48;
    color: #FFFFFF;
    z-index: 1;
}

nav.slider_customnav_small-preview-buttons ol li.unslider-active .slider_customnav_small-preview-buttons-label {
    background-color: #66CC33;
}

/* BLOCK */
.slider {
    box-sizing: border-box;
}

/* BLOCK MODIFIER */

.slider_padding-top_330px .slider__slide {
    padding-top: 330px;
}

.slider_padding-top_170px .slider__slide {
    padding-top: 170px;
}

.slider_padding-top_160px .slider__slide {
    padding-top: 160px;
}

.slider_padding-top_150px .slider__slide {
    padding-top: 150px;
}

.slider_padding-top_100px .slider__slide {
    padding-top: 100px;
}

.slider_padding-top_70px .slider__slide {
    padding-top: 70px;
}

.slider_padding-bottom_330px .slider__slide {
    padding-bottom: 330px;
}

.slider_padding-bottom_170px .slider__slide {
    padding-bottom: 170px;
}

.slider_padding-bottom_160px .slider__slide {
    padding-bottom: 160px;
}

.slider_padding-bottom_150px .slider__slide {
    padding-bottom: 150px;
}

.slider_padding-bottom_100px .slider__slide {
    padding-bottom: 100px;
}

.slider_padding-bottom_70px .slider__slide {
    padding-bottom: 70px;
}

.slider_align_center .slider__slide {
    margin: auto;
}

.slider_max-width_1180px .slider__slide {
    max-width: 1180px;
}

.slider_max-width_1100px .slider__slide {
    max-width: 1100px;
}

.slider_max-width_960px .slider__slide {
    max-width: 960px;
}

.slider_max-width_800px .slider__slide {
    max-width: 800px;
}

.slider_background-image .slider_list-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slider_min-height_720px .slider_list-item,
.slider_min-height_720px {
    min-height: 720px;
}

.slider_min-height_560px .slider_list-item,
.slider_min-height_560px {
    min-height: 560px;
}

.slider_min-height_510px .slider_list-item,
.slider_min-height_510px {
    min-height: 510px;
}

.slider_min-height_360px .slider_list-item,
.slider_min-height_360px {
    min-height: 360px;
}

.slider_height_180px .slider_list-item,
.slider_height_180px {
    min-height: 180px;
    max-height: 180px;
    height: 180px;
}

.slider_text-color_white ~ nav.unslider-nav,
.slider_text-color_white ~ a.unslider-arrow,
.slider_text-color_white {
    color: #FFFFFF;
}

.slider_overlay_white,
.slider_overlay_black {
    position: relative;
}

.slider_overlay_white .slider__slide:after,
.slider_overlay_black .slider__slide:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

.slider_overlay_white .slider__slide:after {
    background: rgba(255,255,255,0.7);
}

.slider_overlay_black .slider__slide:after {
    background: rgba(0,0,0,0.2);
}

.slider_overlay_white.slider_opacity_90 .slider__slide:after {
  background: rgba(255,255,255,0.9);
}

.slider_overlay_white.slider_opacity_70 .slider__slide:after {
  background: rgba(255,255,255,0.7);
}

.slider_overlay_white.slider_opacity_50 .slider__slide:after {
  background: rgba(255,255,255,0.5);
}

.slider_overlay_white.slider_opacity_20 .slider__slide:after {
  background: rgba(255,255,255,0.2);
}

.slider_overlay_black.slider_opacity_90 .slider__slide:after {
  background: rgba(0,0,0,0.9);
}

.slider_overlay_black.slider_opacity_70 .slider__slide:after {
  background: rgba(0,0,0,0.7);
}

.slider_overlay_black.slider_opacity_50 .slider__slide:after {
  background: rgba(0,0,0,0.5);
}

.slider_overlay_black.slider_opacity_20 .slider__slide:after {
  background: rgba(0,0,0,0.2);
}

/* ELEMENTS */
.slider__slide {
	padding-left: 16px;
	padding-right: 16px;
}

.slider__slide_text-align_center {
    text-align: center;
}

/* ELEMENT MODIFIER */
.slider__slide_disabled {
    opacity: 0.2;
    pointer-events: none;
}

.slider__slide_margin {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
}

.slider__slide_vertical-align_middle {
    vertical-align: middle;
}

.slider__slide_overlay_white,
.slider__slide_overlay_black {
    position: relative;
}

.slider__slide_overlay_white:after,
.slider__slide_overlay_black:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

.slider__slide_overlay_white:after {
    background: rgba(255,255,255,0.7);
}

.slider__slide_overlay_black:after {
    background: rgba(0,0,0,0.2);
}

/*********************************************
	RANGE SLIDER
 *********************************************/

.noUi-horizontal .noUi-handle {
    top: -2px;
    left: -11px;
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 50%;
    background-color: #9E1D67;
    box-shadow: none;
}

.noUi-target.noUi-connect {
    border: none;
    background-color: #66CC33;
    box-shadow: none;
}

.noUi-background {
    background-color: #CDCDCD;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
    display: none;
}

.noUi-tooltip {
    width: 100px;
    margin-left: -39px;
    margin-top: -4px;
    border: none;
    background-color: transparent;
    color: #9E1D67;
    font-size: 26px;
}

.noUi-tooltip:after {
    content: '▴';
    position: absolute;
    bottom: -46px;
    left: 50%;
    width: 20px;
    margin-left: -10px;
}

.rangeslider {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.rangeslider__boundary-label {
    display: inline-block;
    width: 12%;
    color: #9A9A9A;
    text-align: center;
    vertical-align: middle;
}

.rangeslider__boundary-label-number {
    display: block;
    font-size: 26px;
}

.rangeslider__boundary-label-text {
    font-size: 20px;
}

.rangeslider__slider {
    width: 70%;
    margin: 40px 20px;
    display: inline-block;
    vertical-align: middle;
}

.rangeslider__slider-component {
    box-shadow: none;
}

/*********************************************
	PRODUCT FINDER
 *********************************************/

.productfinder-wrapper {
    position: relative;
}

.productfinder {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 280px;
    padding: 20px 30px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.2);
    z-index: 11;
    box-sizing: border-box;
}

.productfinder__title {
    font-size: 20px;
    color: #FFFFFF;
}

.productfinder__dropdown-checkbox {
    display: none;
}

.productfinder__dropdown-checkbox:checked ~ .productfinder__dropdown-itemlist {
    display: block;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.productfinder__dropdown-checkbox:checked ~ .productfinder__dropdown-label {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.productfinder__dropdown-label {
    position: relative;
    display: block;
    margin-bottom: 14px;
    padding: 10px 40px 10px 20px;
    border-radius: 4px;
    color: #000000;
    background-color: #DAD9D7;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.productfinder__dropdown-label:after {
    position: absolute;
    right: 20px;

    content: '>';
    margin-top: 2px;
    font-size: 14px;
    transform: rotate(90deg) scale(1, 2);
}

.productfinder__dropdown {
    position: relative;
}

.productfinder__dropdown-itemlist {
    display: none;
    position: absolute;
    top: 36px;
    width: 220px;
    border-radius: 4px;
    background-color: #DAD9D7;
    z-index: 1;
}

.productfinder__dropdown-item {
    position: relative;
    padding: 10px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.productfinder__dropdown-item:hover:after {
    content: '';
    position: absolute;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.1);
}

.productfinder__button {

}

.productfinder__button-link {
    display: block;
    margin-bottom: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    color: #FFFFFF;
    background-color: #9E1D67;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 1320px) {
    .productfinder {
	position: fixed;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: auto;
	padding: 10px 20px;
        background-color: rgba(0,0,0,0.4);
	text-align: right;
	border-radius: 0px;
    }

    .productfinder__title,
    .productfinder__dropdown,
    .productfinder__button {
	display: inline-block;
	vertical-align: middle;
    }

    .productfinder__button {
	margin-left: 10px;
    }

    .productfinder__title,
    .productfinder__dropdown-label,
    .productfinder__button-link {
	margin-bottom: 0px;
    }

    .productfinder__title {
	float: left;
	padding-top: 5px;
    }

    .productfinder__dropdown-checkbox:checked ~ .productfinder__dropdown-label {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
    }

    .productfinder__dropdown-checkbox:checked ~ .productfinder__dropdown-itemlist {
	top: auto;
	bottom: 36px;
	right: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
    }
}


/*********************************************
	PRICESELECT
 *********************************************/

.priceselect-wrapper {
    position: relative;
}

.priceselect {
    width: 220px;
    margin-top: 20px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.2);
    z-index: 11;
    box-sizing: border-box;
}

.priceselect__dropdown-checkbox {
    display: none;
}

.priceselect__dropdown-checkbox:checked ~ .priceselect__dropdown-itemlist {
    display: block;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.priceselect__dropdown-checkbox:checked ~ .priceselect__dropdown-label {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.priceselect__dropdown-label {
    position: relative;
    display: block;
    margin-bottom: 14px;
    padding: 10px 40px 10px 20px;
    border-radius: 4px;
    color: #000000;
    background-color: #DAD9D7;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.priceselect__dropdown-label:after {
    position: absolute;
    right: 20px;
    content: '>';
    margin-top: 2px;
    font-size: 14px;
    transform: rotate(90deg) scale(1, 2);
}

.priceselect__dropdown {
    position: relative;
}

.priceselect__dropdown-itemlist {
    display: none;
    position: absolute;
    top: 36px;
    width: 220px;
    border-radius: 4px;
    background-color: #DAD9D7;
    z-index: 1;
}

.priceselect__dropdown-item {
    position: relative;
    padding: 10px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.priceselect__dropdown-item:hover:after {
    content: '';
    position: absolute;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.1);
}


/*********************************************
	FORM
 *********************************************/

.formbox {
    position: relative;
    padding: 0px 80px;
    text-align: right;
}

.formbox__input {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.formbox__input_name {

}

.formbox__input_email {

}

.formbox__input_phone {

}

.formbox__input_message {
    resize: none;
}

.formbox__input_invalid {
    border-left-color: #F6A3A3;
    border-left-width: 16px;
}

.formbox__input-valdation {
    display: none;
    position: absolute;
    max-width: 40%;
    margin-left: 20px;
    margin-top: 4px;
    padding: 10px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.8);
    color: #FFFFFF;
    text-align: center;
}

.formbox__input-valdation:after {
    content: '\25B2';
    position: absolute;
    top: -13px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    color: rgba(0,0,0,0.8);
}

.formbox__submit-button {
}

.formbox__displaybox {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;
}

.formbox__displaybox-content {
    position: relative;
    max-width: 60%;
    padding: 80px 30px 10px 30px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
}

.formbox__displaybox-content:after {
    position: absolute;
    top: 16px;
    right: 0px;
    left: 0px;
    text-align: center;
    font-size: 60px;
}

.formbox__displaybox-button {
    margin-top: 10px;
}

.formbox__displaybox_success .formbox__displaybox-content {
    border: 1px solid #66CC33;
}

.formbox__displaybox_success .formbox__displaybox-content:after {
    content: '\2714';
    color: #66CC33;
}

.formbox__displaybox_error .formbox__displaybox-content {
    border: 1px solid #F6A3A3;
}

.formbox__displaybox_error .formbox__displaybox-content:after {
    content: '\0021';
    color: #F6A3A3;
}


/*********************************************
	TESTFORMBOX (JETZT TESTEN))
 *********************************************/


.testFormbox {
    text-align: center;
}

.testFormbox__title {
    display: inline-block;
    margin-bottom: 0px;
    color: #FFFFFF;
    vertical-align: middle;
}

.testFormbox__input-email {
    width: 220px;
    margin-right: 2px;
    padding: 8px 10px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
}

.testFormbox__button {
}

.testFormbox__button .vc_btn3-color-default {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.testFormbox_fieldset {
    display: inline-block;
    padding: 4px 30px;
    vertical-align: middle;
}


/*********************************************
	DOWNLOAD BLOCK
 *********************************************/

.vc_row.block-download {
	padding: 0px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

/*********************************************
	INFO BAR
 *********************************************/

.bar-info {
	position: relative;
}

.bar-info a {
	display: block;
	padding: 8px 0px;
	text-align: center;
	background-color: #9e1d67;
	z-index: 1;
}

.bar-info a:hover:after {
	content: "";
	position: absolute;

	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
}

.bar-info span {
	position: relative;
	z-index: 1;
	display: inline-block;
	color: #fff;
	padding: 4px;
	padding-left: 20px;
	background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/icon-glocke-light.svg") no-repeat left center / 12px;
}

/*********************************************
	CONTENT ALIGNMENTS
 *********************************************/

.text_text-align_center {
	text-align: center;
}

.text_text-align_left {
	text-align: left;
}

.text_text-align_right {
	text-align: right;
}

/*********************************************
	HEIGHT DEFINITIONS
 *********************************************/

.height_min-height_680px {
	min-height: 680px;
}

/*********************************************
	WIDTH DEFINITIONS
 *********************************************/

.width-100 {
	width: 100%;
}

.width_max-width_680px {
	max-width: 680px;
	margin: 0 auto;
}

/*********************************************
	IMAGE DEFINITIONS
 *********************************************/

.image_background-size_cover {
	background-size: cover;
}

.image_background-size_cover img {
	visibility: hidden;
}

.image_background-position_center-top {
	background-position: center top;
}

/*********************************************
	CONTENT COLOR
 *********************************************/

 .text_color_black {
     color: #000000;
 }

 .text_color_white {
     color: #ffffff;
 }

 .text_color_darkgrey {
     color: #29353a;
 }

 .text_color_lightgrey {
     color: #e8e9e8;
 }

 .text_color_darkblue {
     color: #425563;
 }

 .text_color_darkgreen {
    color: #76b828;
 }

 .text_color_meetyoogreen {
     color: #66cc33;
 }

 .text_color_berry {
     color: #9e1d67;
 }

 .text_color_lilac {
     color: #712267;
 }

 .background_color_black {
     background-color: #000000;
 }

 .background_color_white {
     background-color: #ffffff;
 }

 .background_color_darkgrey {
     background-color: #29353a;
 }

 .background_color_lightgrey {
     background-color: #e8e9e8;
 }

 .background_color_darkblue {
     background-color: #425563;
 }

 .background_color_darkgreen {
     background-color: #76b828;
 }

 .background_color_meetyoogreen {
     background-color: #66cc33;
 }

 .background_color_berry {
     background-color: #9e1d67;
 }

 .background_color_lilac {
     background-color: #712267;
 }

/*********************************************
	TEXT MODIFIER
 *********************************************/

.text_text-transform_uppercase {
	text-transform: uppercase;
}

.text_border-bottom_1px-solid-dark {
	border-bottom: 1px solid #444;
}

.text_word-break_break-all {
	word-break: break-all;
}

/*********************************************
	LISTS
 *********************************************/

.list {

}

.list li {
	padding: 12px 8px;
}

	/* 	LIST ICON TEXT - START */
		.list-icon-text {

		}

		.list-icon-text li {
			display: block;
			padding-left: 60px;
		}

		.list-icon-text p {
			font-size: 20px;
		}

		.list-icon-text p span {
			display: block;
			font-size: 16px;
		}

	/* 	LIST ICON TEXT - ENDE */

	/* 	LIST DISC - START */
		.list-disc {

		}
		.list-disc li {
			background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/disc_green.svg") no-repeat left 18px;
			background-size: 6px;
			padding-left: 16px;

		}
	/* 	LIST DISC - START */

	/* 	LIST PLUS - START */
		.list-plus {

		}
		.list-plus li {
			background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/plus_green.svg") no-repeat left 14px;
			background-size: 12px;
			padding-left: 20px;

		}
	/* 	LIST PLUS - START */

/*********************************************
	BACKGROUNDS
 *********************************************/

.background-keyvisual {
	margin-bottom: 16px;
}

.background-keyvisual .wpb_wrapper {
	position: relative;
	background: rgba(0, 0, 0, 0) url("/wp-content/themes/meetyoo-2016/img/assets/keyvisual-9e1d67.svg") no-repeat center;
    background-size: 90%;
    bottom: 0;
    height: 200px;
    left: 0;
    margin-left: calc(50% - 200px);
    text-align: center;
    width: 200px;
    margin: 0 auto;
}

.background-keyvisual .wpb_wrapper p {
	position: relative;
    text-align: left;
    left: 48px;
    top: 50px;
    color: #fff;
}

.background-keyvisual .wpb_wrapper h3
{
	color: #fff;
    display: block;
    font-size: 48px;
    vertical-align: top;
    line-height: 140px;
}

.background-keyvisual .wpb_wrapper h3 sup {
    font-size: 24px;
    margin-right: 8px;
    position: relative;
    top: -8px;
    vertical-align: top;
}

/*
small.footnote:before {
	content:"*";
}
*/

/*********************************************
	CARDS
 *********************************************/

.card .wrapper-inner > .wpb_column.vc_col-sm-12 {
	float: none;
	margin: 0 auto;
	width: calc(100% - 32px);
	border: 1px solid rgba(0,0,0,0.2);
}

/*********************************************
	MISC
 *********************************************/

.emphasis {
  text-transform: uppercase;
  color: #9e1d67;
}

.vc_tta-panels-container {
	border: none !important;
}


/* USERLIKE FIX - START */
@media only screen
and (max-width : 1320px) {

 #userlike.userlike-mobile a#userlike-tab.userlike-slideup, #userlike a#userlike-tab.userlike-button-bubble.userlike-slideup {
 	bottom: 66px !important;
 }

 #userlike-hover-text-container {
 	bottom: 72px !important;
 }
}
/* USERLIKE FIX - ENDE */
