/************************************************************************************
smaller than 800
*************************************************************************************/
@media only screen
and (max-width : 800px) {
/* Styles */

body .vc_inner {
	padding: 0px;
}

body .vc_column_container {
	padding: 20px 0px !important;
}



body .card .wrapper-inner > .wpb_column.vc_col-sm-12 {
	padding: 20px 20px !important;
	width: 100%;
}

/* ================== */
/* = FORMAT - START = */
/* ================== */

/* TEXT - START */

	/* P-TAG - START */
	
	p {
		font-family: 'ProximaNovaRgRegular',"Helvetica Neue",Arial,Helvetica,sans-serif;
		font-size: 16px;
		line-height: 1.5em;
		margin: 4px 0px;
	}
	
	/* P-TAG - ENDE */
	
	/* H-TAG - START */
	
	h1, h2, h3 {
		font-family: 'ProximaNovaLtLight',"Helvetica Neue",Arial,Helvetica,sans-serif;
	    line-height: 1.4em;
	    padding: 0;
		color: #333;
		text-shadow: none;
		font-weight: normal;
	}
	
	h1 {
		font-size: 24px;
		margin: 0px 0px 12px;	
	}
	
	h2{
		font-size: 20px;
		font-family: 'ProximaNovaRgRegular',"Helvetica Neue",Arial,Helvetica,sans-serif;
		margin: 0px 0px 12px;
	}
	
	h3{
		font-size: 20px;
		font-family: 'ProximaNovaRgRegular',"Helvetica Neue",Arial,Helvetica,sans-serif;
/*
		line-height: 1.4em;
		padding: 0;
		color: #222;
		text-shadow: none;
		font-weight: normal;
*/
	}
	/* H-TAG - ENDE */
	
	/* A-TAG - START */
	
	a {
		font-family: 'ProximaNovaLtLight',"Helvetica Neue",Arial,Helvetica,sans-serif;
		color: #444;
		text-decoration: none;
	}
	
	/* A-TAG - ENDE */

	/* LI-TAG - START */
	
	li {
		font-family: 'ProximaNovaRgRegular',"Helvetica Neue",Arial,Helvetica,sans-serif;
	}
	
	/* LI-TAG - ENDE */

	/* SPAN-TAG - START */
	
	span {
		font-family: 'ProximaNovaLtLight',"Helvetica Neue",Arial,Helvetica,sans-serif;
		font-size: 16px;
		color: #444;
		text-decoration: none;
	}
	
	/* SPAN-TAG - ENDE */

	/* BLOCKQUOTE-TAG - START */
	
	blockquote {
		position: relative;
		font-size: 24px;
		line-height: 1.5em;
	}

	blockquote span {
		position: relative;
		font-size: 48px;
/* 		line-height: 1.5em; */
		color: inherit;
		margin: 0px 8px;
		bottom: -8px;
	}

	blockquote span:last-child {
		position: absolute;
		bottom: 0;
	}
	
	/* BLOCKQUOTE-TAG - ENDE */

	/* FORM ELEMENTS - START */

	legend {
		font-family: 'ProximaNovaRgRegular',"Helvetica Neue",Arial,Helvetica,sans-serif;
		font-weight: normal;
		color: #666;
	}
	
	label {
		font-family: 'ProximaNovaRgRegular',"Helvetica Neue",Arial,Helvetica,sans-serif;
		font-weight: normal;
		color: #444;
	}
	
	input {
		font-family: 'ProximaNovaRgRegular',"Helvetica Neue",Arial,Helvetica,sans-serif;
		font-weight: normal;
		color: #444;
		font-size: 16px;
		-webkit-appearance: none;
	}
	
	select {
		font-family: 'ProximaNovaRgRegular',"Helvetica Neue",Arial,Helvetica,sans-serif;
		font-weight: normal;
		color: #444;
		font-size: 16px;
	}
	
	textarea {
		-webkit-appearance: none;
	}
	
	/* FORM ELEMENTS - START */

/* TEXT - ENDE */

/* ================= */
/* = FORMAT - ENDE = */
/* ================= */

/* ================== */
/* = TEASER - START = */
/* ================== */

#teaser .slider__slide {
	padding-top: 80px;
}

#teaser .unslider .slider__slide div:nth-child(2n) {
	margin-top: 0px;
}

#teaser .slider_list-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;	
}

/* ================== */
/* = TOPBAR - START = */
/* ================== */

header nav {
	padding: 0px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 21;
	background-color: white;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

header nav:after {
	content: "";
	position: absolute;
	top: 0;
	left: 16px;
	bottom: 0;
	background: url("/wp-content/themes/meetyoo-2016/img/assets/meetyoo_logo_dark_grey_rgb.svg") no-repeat center / contain;
	z-index: 1;
	width: 100px;
}

#wrapper-nav-main {
	height: 48px;
	padding: 0px;
	text-align: right;
}

#nav-meta {
    position: absolute;
	z-index: 1;
    right: 48px;
    top: 15px;
}

	/* LOGO */
	#logo {
		display: inline-block;
		position: absolute;
		z-index: 101;
		left: 16px;
		right: auto;
		top: auto;
		bottom: auto;
		height: 30px;
		width: 100px;
		top: 10px;
		min-height: 0;
	}

	nav.open #logo {
		display: inline-block;
		position: absolute;
		left: 16px;
		right: 0;
		top: auto;
		bottom: auto;
		height: 30px;
		width: 100px;
		top: 10px;
	}

	nav.open #logo a {
		display: block;
	}
	/* /LOGO */

	/* NAV MAIN */

	#trigger-nav-main-mobile {
		display: inline-block;
	}

	#trigger-nav-main-mobile a {
		display: block;
		text-indent: -9999px;
		text-align: center;
		height: 48px;
		width: 48px;
/* 		border: 1px solid red; */
		background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/icon-burger_grey.svg") no-repeat center / 50%;
		outline: 0;
	}

	nav.open #trigger-nav-main-mobile {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 101;
	}

	nav.open #trigger-nav-main-mobile a {
		background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/icon-kreuz_grey.svg") no-repeat center / 50%;
	}

	#nav-main {
		display: none;
		position: fixed;
		left: 0;
		bottom: 0;
		top: 0px;
		right: 0;
		background-color: white;
		z-index: 100;
		padding: 0px;
		padding: 0px;
		text-align: center;
	}

	nav.open #nav-main {
		display: block;
	}

	#nav-main:after {
		content: "";
		position: absolute;
		top: 48px;
		left: 0;
		right: 0;
		height: 1px;
		background-color: rgba(0,0,0,0.2);
	}

	#nav-main > .page_item {
		position: relative;
		display: block;
		text-align: center;
		margin: 0px;
		height: calc(25% - 10px);
	}

	#nav-main > .page_item:after {
		bottom: 0;
		height: 1px;
	}

	#nav-main > .page_item:first-child {
		margin-top: 48px;
	}

	#nav-main > .page-item-1 {
		
	}

	#nav-main .lvl-0 {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: center;		
		padding: 0px;
/* 		border: 1px solid green; */
		background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/pfeil-rechts.svg") no-repeat center right 30px / 22px;
	}
	
	#nav-main .lvl-0:after {
		content: none;
	}

	#nav-main > .page_item a {
		display: block;
		width: 100%;
		margin: 0px;
		padding: calc(21%) 0;
/* 		border: 1px solid red; */
	}
		
	/* LVL-1 - START */
		.trigger-back {	   
		    position: fixed;
		    z-index: 100;		    
		    display: block;
		    width: 44px;
/* 			height: 44px; */
		    top: 48px;
		    bottom: 0;
		    left: 0;
		    background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/pfeil-links.svg") no-repeat center / 28px;    
		    border-top: 1px solid #ccc;
		    border-bottom: 1px solid #ccc;
		    text-align: center;
		    text-indent: -9999px;
		}
		
		body #nav-main > .page_item .lvl-1 ,body #nav-main > .page_item.act .lvl-1 {
			display: block;
			visibility: visible;
/* 			overflow: auto; */
			opacity: 1;
			margin-top: 0px;
			margin: 0px;
			padding-top: 16px;
			padding-left: 44px;
			position: fixed;
			top: 48px;
			bottom: 0;
			left: 0;
			right: 0;
			background: rgba(50, 62, 72, 1);
			overflow-y: scroll; /* has to be scroll, not auto */
			-webkit-overflow-scrolling: touch;			
		}
	
		body #nav-main > .page_item .lvl-1 {
			display: none;
			-webkit-transition: none !important;
		    -moz-transition: none !important;
		    -o-transition: none !important;
		    -ms-transition: none !important;
		    transition: none !important;  	
		}
	
		#nav-main > .page_item.act .lvl-1:after {
			content: none;
			position: fixed;
			top: 49px;
			background-color: rgba(50, 62, 72, 1);
		}

		#nav-main > .page_item.act .lvl-1:before {
			content: "";
			position: fixed;
			z-index: 3;
			left: 0px;
			top: 0;
			bottom: 0;
			width: 44px;
			background-color: #fff;
		}
	
		#nav-main > .page_item.act .lvl-1 li {
			
		}
		
		#nav-main .lvl-1 > li:first-child {
			margin: 0px;
		}
	
		#nav-main > .page_item.act .lvl-1 li a {
			padding: 0px;
			display: block;
			padding: 16px;
			border-bottom: 1px solid rgba(255,255,255,0.1);
			text-align: center;
		}
		
		
		#nav-main > .page-item-2 .lvl-1 > li {
			display: block;
		}
		
		#nav-main > .page-item-2 .lvl-1 > li > span {
			background-color: rgba(255,255,255,0.1);
			display: block;
		}
		
		#nav-main > .page-item-2 .lvl-1 > li:first-child > a, #nav-main > .page-item-2 .lvl-1 > li:first-child > span {
			position: static;
		}
		
		#nav-main > .page-item-2 .lvl-1 > li:last-child > a, #nav-main > .page-item-2 .lvl-1 > li:last-child > span {
			position: static;
		}
		
	/* LVL-1 - ENDE */
	#nav-main > .page_item:hover .lvl-1 {
		display: none;
/*
		-webkit-transition: all 400ms ease-out;
	    -moz-transition: all 400ms ease-out;
	    -o-transition: all 400ms ease-out;
	    -ms-transition: all 400ms ease-out;
	    transition: all 400ms ease-out;
	    transition-delay: 0.2s;
		visibility: visible;
		opacity: 1;
	    margin-top: 0;
*/
	}


/*
	.page-item-1 {
		background-color: red !important;
	}
	.page-item-2 {
		background-color: green !important;
	}
		.page-item-3 {
		background-color: blue !important;
	}
		.page-item-4 {
		background-color: yellow !important;
	}
		.page-item-5 {
		background-color: orange !important;
	}
*/


	.lvl-1.children {
		display: block;
	}

	/* /NAV MAIN */

	/* SUCHE */
	#nav-main .page_search {
		position: absolute;
		top: 0;
		bottom: auto;
		z-index: 10;
		height: 48px;
		width: 48px;
		margin-top: 0;
		right: 48px;
	}
	
	#nav-main .page_search a {
		background-position: center;
		background-size: 20px;
		margin-left: 0px !important;
		right: auto !important;	
		opacity: 1 !important;		
	}
	/* /SUCHE */

/* ================= */
/* = TOPBAR - ENDE = */
/* ================= */

/* ============================= */
/* = MOBILE ACTION BAR - START = */
/* ============================= */
	
#mobile-action-bar {
	display: block;
	position: fixed;
	z-index: 20;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: white;
	text-align: center;
	padding: 8px;
	border-top: 1px solid rgba(0,0,0,0.2);
}

#mobile-action-bar ul {
	display: block;
}

#mobile-action-bar ul li {
	display: inline-block;
	width: calc(100% * 1/2 - 20px);
	margin: 0px 8px;
}

#mobile-action-bar ul li a {
	display: block;
	padding: 8px 16px;
	border: 1px solid rgba(0,0,0,0.2);

white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

#mobile-action-bar ul li .cta {
	background-color: #9e1d67;
    color: #ffffff;	
}

/* ============================ */
/* = MOBILE ACTION BAR - ENDE = */
/* ============================ */

/* ========================= */
/* = PRODUKTFINDER - START = */
/* ========================= */

.productfinder .productfinder {
	top: 48px;
	bottom: 0;
	background-color: rgba(255,255,255,0.95);
	opacity: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
	display: none;
}

.productfinder .close {
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	width: 44px;
	height: 44px;
	text-align: center;
	text-indent: -9999px;
	margin: 0 auto;
	background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/icon-kreuz_grey.svg") no-repeat center / 50%;
}

.productfinder .productfinder .wrapper-inner {
    width: 100%;
    border: none;
}

.productfinder .productfinder__title {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	float: none;
	clear: both;
	display: block;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	color: #444;
}

.productfinder .productfinder .wrapper-inner div:nth-child(1) {
	border: 1px solid rgba(0,0,0,0.2);
	display: block;
	text-align: center;
	border-radius: 4px;
/* 	margin-top: calc(50% - 70px); */
}

.productfinder .productfinder .wrapper-inner div:nth-child(2) {
	border: 1px solid rgba(0,0,0,0.2);
	display: block;
	text-align: center;
	border-radius: 4px;
}

.productfinder .productfinder .wrapper-inner .productfinder__dropdown {
	margin: 20px 0px;
}

.productfinder__dropdown {
	position: static;
}

.productfinder__dropdown-checkbox:checked ~ .productfinder__dropdown-itemlist {
	left: 0;
}

.productfinder__dropdown-itemlist {
	width: 100%;
}

.productfinder__dropdown-item {
	padding: 16px 20px;
}

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

.productfinder .productfinder__button {
	position: absolute;
	display: block;
	left: 20px;
	right: 20px;
	bottom: 20px;
}

/* ========================= */
/* = PRODUKTFINDER - START = */
/* ========================= */

/* ========================= */
/* = NAV BOOKMARKS - START = */
/* ========================= */

#nav-bookmarks {
	display: none;
}

/* ======================== */
/* = NAV BOOKMARKS - ENDE = */
/* ======================== */

.vc_non_responsive .vc_row .vc_col-sm-6 {
	width: 100%;
}

#section-anlaesse .vc_custom_heading:nth-of-type(1),
#section-gruende .vc_custom_heading:nth-of-type(1),
#section-produkte .vc_custom_heading:nth-of-type(1),
#section-clients .vc_custom_heading:nth-of-type(1),
#section-misc .vc_custom_heading:nth-of-type(1)
 {
	padding-left: 0px;
	padding-top: 44px;
	background-position: center top;
}

/* ================== */
/* = BLÖCKE - START = */
/* ================== */

body.vc_non_responsive .vc_row {
	padding: 0px;
}

body.vc_non_responsive .vc_row .vc_col-sm-4 {
	width: calc(100%);
	padding: 0px;
}

body.vc_non_responsive .vc_row .vc_col-sm-6 {
	width: calc(100%);
	padding: 20px 0px;	
}

body.vc_non_responsive .vc_row .vc_col-sm-8 {
	width: calc(100%);
	padding: 0px;
}

	
	
	/* BLOCK MODIFIER */

	.slider_padding-top_160px .slider__slide {
	    padding-top: 160px;
	}
	
	.slider_padding-top_100px .slider__slide {
	    padding-top: 40px;
	}
	
	.slider_padding-top_70px .slider__slide {
	    padding-top: 70px;
	}
	
	.slider_padding-bottom_330px .slider__slide {
	    padding-bottom: 330px;
	}
	
	.slider_padding-bottom_160px .slider__slide {
	    padding-bottom: 160px;
	}
	
	.slider_padding-bottom_170px .slider__slide {
	    padding-bottom: 170px;
	}
	
	.slider_padding-bottom_150px .slider__slide {
	    padding-bottom: 150px;
	}

	/* BLOCK MODIFIER */

/* ================= */
/* = BLÖCKE - ENDE = */
/* ================= */

/* ============================== */
/* = BLOCK: ICON + TEXT - START = */
/* ============================== */
	/* SECTION - PRODUCT DETAILS - START */
		
	.block-icon-text.block-icon-text_icon-top {
		position: relative;
	}
	
	.block-icon-text.block-icon-text_icon-top .wpb_single_image {
		position: absolute;
		width: 16%;
	}
	
	.block-icon-text.block-icon-text_icon-top .wpb_single_image figure {
		position: absolute;	
	}
	
	.block-icon-text.block-icon-text_icon-top .vc_single_image-wrapper {
		position: absolute;
		height: auto;
	}
	
	.block-icon-text.block-icon-text_icon-top .wpb_text_column {
		margin-left: 0px;
		padding: 16px 0px 0px;
	}

	
	.block-icon-text.toggleBox .wpb_text_column p,
	body .toggleBox .wpb_text_column p {
		display: none;
	}

	.block-icon-text.toggleBox .open .wpb_text_column p,
	body .toggleBox .open .wpb_text_column p {
		display: block;
	}
	
	#section-product-details .block-icon-text > .wpb_column,
	#section-whymeetyoo .block-icon-text > .wpb_column {
		border: 1px solid #ddd;
		margin-bottom: -1px;
	}
	
	#section-product-details .block-icon-text .wpb_text_column,
	#section-whymeetyoo .block-icon-text .wpb_text_column {
		position: relative;
		display: block;
		padding-right: 20px;
		padding-top: 0px;
		margin-left: calc(16% + 32px);
	}
	
	#section-product-details .block-icon-text .wpb_text_column:after,
	#section-whymeetyoo .block-icon-text .wpb_text_column:after,
	#section-management .box-image-capture .wpb_text_column:after {
		content: "";
		position: absolute;
		right: 4px;
		top: -17px;
		bottom: 0;
		width: 20px;
		background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/pfeil-unten.svg") no-repeat center 4px / 16px;
	}

	#section-product-details .block-icon-text .open .wpb_text_column:after,
	#section-whymeetyoo .block-icon-text .open .wpb_text_column:after,
	#section-management .box-image-capture.open .wpb_text_column:after {
		background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/pfeil-oben.svg") no-repeat center 4px / 16px;
	}
	
	#section-product-details .block-icon-text .wpb_text_column:before,
	#section-whymeetyoo .block-icon-text .wpb_text_column:before,
	#section-management .box-image-capture .wpb_text_column:before {
		content: "";
		position: absolute;
		right: 0px;
		top: -20px;
		width: 30px;
		height: 30px;
		border-left: 1px solid #eee;
		border-bottom: 1px solid #eee;		
	}

	
	#section-product-details .block-icon-text .wpb_column .vc_single_image-wrapper,
	#section-whymeetyoo .block-icon-text .wpb_column .vc_single_image-wrapper {
		background-size: 28px;
		background-position: center top;
	}
	
	#section-product-details .block-icon-text .wpb_single_image,
	#section-whymeetyoo .block-icon-text .wpb_single_image {
		left: 10px;
	}
	
	/* SECTION - PRODUCT DETAILS - ENDE */
/* ============================= */
/* = BLOCK: ICON + TEXT - ENDE = */
/* ============================= */

/* ======================================== */
/* = BLOCK: BOX + IMAGE + CAPTURE - START = */
/* ======================================== */

#section-management .box-image-capture p {
	display: none;
}

#section-management .box-image-capture.open p {
	display: block;
}

#section-management .box-image-capture .wpb_single_image {
	position: relative;
	height: 200px;
}

body #section-management .box-image-capture .wpb_text_column {
	padding-top: 30px;
	padding-bottom: 30px;
}

#section-management .box-image-capture .wpb_text_column:after {
	right: 4px;
	top: 2px;
}

#section-management .box-image-capture .wpb_text_column:before {
	top: 0px;
}

/* ======================================= */
/* = BLOCK: BOX + IMAGE + CAPTURE - ENDE = */
/* ======================================= */

/* =========================== */
/* = PRODUKTE SLIDER - START = */
/* =========================== */

#section-produkte .unslider {
	
}

#section-produkte .unslider > .slider {
	display: none;
}

#overlay .close {
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	width: 44px;
	height: 44px;
	text-align: center;
	text-indent: -9999px;
	margin: 0 auto;
	background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/icon-kreuz_grey.svg") no-repeat center / 50%;
}

#overlay.overlay-products > .wrapper-inner {
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	padding: 0px 30px;
}


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

h2.subtitle {
	display: block;
	text-align: center;
	padding: 0px 16px;
	margin: -20px 8px 30px;	
}

h2.subtitle .highlight {
	font-size: 32px;
	color: #66cc33;
	display: inline-block;
	margin: 0px 8px;
}

/* ========================== */
/* = PRODUKTE SLIDER - ENDE = */
/* ========================== */

/* ================ */
/* = TABS - START = */
/* ================ */

.vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-tabs-container {
	overflow-x: auto;
    overflow-y: hidden;
}

.vc_tta.vc_general .vc_tta-tabs-list {
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}


.vc_tta-panels .vc_tta-panel-body .vc_row .wpb_column {
	padding: 20px 0px;
}

.vc_tta-panels .vc_tta-panel-body .vc_row .wpb_column:first-child {
	padding: 0px 0px 20px 0px;
}

.vc_tta-panels .vc_tta-panel-body .vc_row .wpb_column:last-child {
	padding: 20px 0px 0px 0px;
}

body .vc_tta-container {
	margin-bottom: 0px;
}

/* =============== */
/* = TABS - ENDE = */
/* =============== */

/* ================== */
/* = SLIDER - START = */
/* ================== */

	/* RANGESLIDER - START */

	.rangeslider {
		display: none;
	}

	/* RANGESLIDER - ENDE */

nav.slider_customnav_small-preview-buttons {
	padding: 0px;
}
nav.slider_customnav_small-preview-buttons ol {
	overflow: hidden;	
}

nav.slider_customnav_small-preview-buttons ol li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: calc(100% * 1/2);
}

.slider_customnav_small-preview-buttons-label {
	margin: 0px;
	width: auto;
	bottom: 0px;
	left: 0;
	right: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px; /* make sure its proper */
	border-radius: 0px;	
}

/* ================= */
/* = SLIDER - ENDE = */
/* ================= */

/* ======================= */
/* = PRICING BOX - START = */
/* ======================= */

.box-pricing .vc_column-inner {
	padding-top: 36px;	
}

/*
.vc_non_responsive .vc_row .box-pricing.vc_col-sm-3	{
	width: calc(100% * 1);
	padding: 20px 0px;
}

.vc_non_responsive .vc_row .box-pricing.vc_col-sm-4	{
	width: calc(100% * 1);
	padding: 20px 0px;
}
*/
/* ====================== */
/* = PRICING BOX - ENDE = */
/* ====================== */

/* ============================ */
/* = SECTION PRODUKTE - START = */
/* ============================ */

#section-produkte {
	padding-bottom: 0px;
	background-image: none !important;
}

#section-produkte .wpb_wrapper > .vc_row {
	padding-bottom: 0px;
}

#section-produkte .slider_padding-bottom_170px .slider__slide {
	padding-bottom: 40px;
}

#section-produkte .vc_row .vc_col-sm-6 {
	position: inherit;
}

#section-produkte .background-keyvisual {
	position: absolute;
	top: 72px;
}

.background-keyvisual .wpb_wrapper {
	height: 100px;
	width: 100px;
}

.background-keyvisual .wpb_wrapper p {
	top: 14px;
	left: 0px;
	padding: 0px 28px;	
}

.background-keyvisual .wpb_wrapper h3 {
	font-size: 24px;
	line-height: 46px;
	padding-left: 10px;
}

.background-keyvisual .footnote {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
}

#section-produkte h2[data-navlabel] {
	padding-left: 128px;
}
/* =========================== */
/* = SECTION PRODUKTE - ENDE = */
/* =========================== */

/* =========================== */
/* = SECTION ANLÄSSE - START = */
/* =========================== */

#section-anlaesse {
	background: none;
}

#section-anlaesse .wpb_column {
	padding-bottom: 0px;
}

/* ========================== */
/* = SECTION ANLÄSSE - ENDE = */
/* ========================== */

/* ========================== */
/* = SECTION GRÜNDE - START = */
/* ========================== */

#section-gruende .vc_inner {
	padding: 0px;
}

/*
#section-gruende .vc_col-sm-6 {
	width: 50%;
	padding: 16px 0px;
}
*/

#section-gruende .block-icon-text .wpb_single_image {
	position: relative;
	width: 100%;
	height: 48px;
}

#section-gruende .block-icon-text .wpb_text_column {
	margin: 0px;
}

/* ========================= */
/* = SECTION GRÜNDE - ENDE = */
/* ========================= */

/* =========================== */
/* = SECTION CLIENTS - START = */
/* =========================== */

#section-clients {
	display: none;	
}

#section-clients .vc_row .vc_col-sm-2 {
	width: calc(100% * 1/3);
}

#section-clients .vc_row .vc_col-sm-2:nth-child(2), 
#section-clients .vc_row .vc_col-sm-2:nth-child(3),
#section-clients .vc_row .vc_col-sm-2:nth-child(5) {
	display: none;
}

/* ========================== */
/* = SECTION CLIENTS - ENDE = */
/* ========================== */

/* ================================ */
/* = SECTION TESTIMONIALS - START = */
/* ================================ */

#testimonials {
	display: none;
}

#section-testimonials .slider__slide blockquote {
	font-size: 18px;
}

#section-testimonials .slider__slide p {
	font-size: 14px;
	max-width: 60%;
	margin: 4px auto;
}

#section-testimonials .slider_padding-top_160px .slider__slide {
	padding-top: 60px;
}

#section-testimonials .slider_padding-bottom_160px .slider__slide {
	padding-bottom: 60px;
}
/* =============================== */
/* = SECTION TESTIMONIALS - ENDE = */
/* =============================== */

/* ============================== */
/* = SECTION CONSULTING - START = */
/* ============================== */

#section-consulting .formbox {
	padding: 0px;
}

#section-consulting .wpb_raw_code {
	text-align: center;
}

#block-personal-contact {
	display: inline-block;
}

#block-personal-contact .left {
	display: none;
}

#block-personal-contact .right {
	margin-left: 0px;
	text-align: left;
}

.block-personal-contact .vc_single_image-wrapper {
	height: 160px;
	width: 160px;
}

/* ============================= */
/* = SECTION CONSULTING - ENDE = */
/* ============================= */

/* ========================== */
/* = SECTION PRICING - START = */
/* ========================== */

#section-pricing, .section-pricing {
	position: relative;
	overflow: hidden;
}

#section-pricing .animate, .section-pricing .animate {
/*
  -webkit-transform: translate(-100%, 0);
     -moz-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
       -o-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
*/
  -webkit-transition: -webkit-transform 0.4s ease-in; /* Changed here */ 
     -moz-transition: -moz-transform 0.4s ease-in;
       -o-transition: -o-transform 0.4s ease-in;
          transition: transform 0.4s ease-in;	
}

	/* NAV - START */
	.pricingBox-slide-nav {
		position: absolute;
		
		top: 80px;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.pricingBox-slide-nav li {
		display: inline-block;
		width: calc(100% * 1/3);
		text-align: center;
	}
	
	.pricingBox-slide-nav li:nth-child(2) {
		position: relative;
		z-index: 1;
		text-align: center;
		width: 100%;
		margin-top: 30px;
		font-size: 32px;
	}
	
	.pricingBox-slide-nav li span {
		padding: 0px 8px;
		font-size: 32px;
		background-color: #fff;
	}
	
	.pricingBox-slide-nav li .current {
		border: 1px solid transparent;
		border-right: none;
		color: #fff;
		background-color: #66cc33;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius: 4px 0 0 4px;
		-khtml-border-radius: 0 4px 4px 0; /* make sure its proper */
		border-radius: 4px 0 0 4px;
	}
	
	.pricingBox-slide-nav li .all {
		border: 1px solid #ddd;
		border-left: none;
		-webkit-border-top-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius:0 4px 4px 0;
		-khtml-border-radius:0 4px 4px 0; /* make sure its proper */
		border-radius:0 4px 4px 0;
	}
	
	.pricingBox-slide-nav .next {
		position: absolute;
		z-index: 1;
		top: 66px;
		bottom: 60px;
		right: 0;
		width: 30px;
		background: rgba(41, 53, 58, 0.6);
		text-indent: -9999px;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius: 4px 0 0 4px;
		-khtml-border-radius: 0 4px 4px 0; /* make sure its proper */
		border-radius: 4px 0 0 4px;
		cursor: pointer;
	}

	.pricingBox-slide-nav .next:after {
		content: ">";
		position: absolute;
		left: 0;
		right: 0;
		top: calc(50% - 16px);
		font-size: 32px;
		text-indent: 0;
		color: #fff;
	}

	.pricingBox-slide-nav .prev {
		/*display: none;*/ /*init*/
		position: absolute;
		z-index: 1;
		top: 66px;
		bottom: 60px;
		left: 0;
		width: 30px;
		margin-left: -30px;
		background: rgba(41, 53, 58, 0.6);
		text-indent: -9999px;
		-webkit-border-top-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius:0 4px 4px 0;
		-khtml-border-radius:0 4px 4px 0; /* make sure its proper */
		border-radius:0 4px 4px 0;
		cursor: pointer;
	}	

	.pricingBox-slide-nav .prev:after {
		content: "<";
		position: absolute;
		left: 0;
		right: 0;
		top: calc(50% - 16px);
		font-size: 32px;
		text-indent: 0;
		color: #fff;
	}
	
	/* NAV - ENDE */

	/* SLIDE AREA - START */
	#section-pricing .vc_row,
	.section-pricing  .vc_row {
		position: relative;
		overflow: hidden;
	    white-space: nowrap;
	/*
	    width: calc(100% * 4 + 16px * 4);
		left: calc(100% * 1 / 1 * -0);
	*/
/*
		width: calc(100% * 4 + 16px * 4);
		left: calc((100% * 1 / 1 + 16px) * -0);
*/
	}
	
	body.vc_non_responsive .vc_row .box-pricing {
		white-space: normal;
		margin-right: 16px;
	}
	
	body.vc_non_responsive .vc_row .vc_col-sm-3 {
		width: 100%;
	}
	
	body.vc_non_responsive .vc_row .box-pricing.vc_col-sm-3 {
		width: 100%;
	}
	body.vc_non_responsive .vc_row .box-pricing.vc_col-sm-4 {
		width: 100%;
	}
	body.vc_non_responsive .vc_row .box-pricing.vc_col-sm-6 {
		width: 100%;
	}

	/* SLIDE AREA - ENDE */
	
/* ========================== */
/* = SECTION PRICING - ENDE = */
/* ========================== */

/* ================================ */
/* = SECTION CERTIFICATES - START = */
/* ================================ */

#section-certificates {
	display: none;
}

/* =============================== */
/* = SECTION CERTIFICATES - ENDE = */
/* =============================== */

/* ================== */
/* = FOOTER - START = */
/* ================== */

footer .list {
	width: calc(100% * 1 / 2 - 36px);
}

footer .list:first-child {
	display: none;
}

footer .list:nth-child(2) {
	margin-left: 0px;
	width: calc(100% * 1 / 2 - 20px);
}

footer .list:last-child {
	margin-left: 0px;
	margin-top: 20px;
	width: calc(100% - 20px);
}

/* ================= */
/* = FOOTER - ENDE = */
/* ================= */

/* ================ */
/* = HOME - START = */
/* ================ */

.home #section-gruende {
	display: none;
}

.home #section-clients {
	display: block;
}

.home #section-misc .vc_row:nth-child(1), .home #section-misc .vc_row:nth-child(2) {
	display: none;
}

/* =============== */
/* = HOME - ENDE = */
/* =============== */


/* MEDIAQUERIE - ENDE*/
}
