/*
	Theme Name: Carus Finance
	Theme URI: http://website.com
	Description: Carus Finance theme
	Version: 1.0.0
	Author: CRSD
	Author URI: http://crsd.de
	Tags: Bootstrap, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
	MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
	height: 100%;
}
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #202020
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 54px;
	height: 54px
}
.loader {
	margin: 0 auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 4px solid rgba(255, 255, 255, .4);
	border-right: 4px solid rgba(255, 255, 255, .4);
	border-bottom: 4px solid rgba(255, 255, 255, .4);
	border-left: 4px solid #188600;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	top: -webkit-calc(50% - 27px);
	top: -moz-calc(50% - 27px);
	top: calc(50% - 27px)
}
@-webkit-keyframes "load8" {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes "load8" {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
body {
	font-family: 'AvenirNextLTPro-Regular';
	font-size: 16px;
	line-height: 24px;
	color: white;
	background: #151515;
	position: relative;  
}
@media (min-width: 992px) {
	.page-template-default:before {
		content: '';
		position: fixed;
		top: 0;
		bottom: 75%;
		left: 0;
		right: 0;
		background-image: -ms-linear-gradient(top, rgba(130, 124, 124, 0.1) 0%, rgba(21,21,21,1) 100%);
		background-image: -moz-linear-gradient(top, rgba(130, 124, 124, 0.1) 0%, rgba(21,21,21,1) 100%);
		background-image: -o-linear-gradient(top, rgba(130, 124, 124, 0.1) 0%, rgba(21,21,21,1) 100%);
		background-image: -webkit-linear-gradient(top, rgba(130, 124, 124, 0.1) 0%, rgba(21,21,21,1) 100%);
		background-image: linear-gradient(to bottom, rgba(130, 124, 124, 0.1) 0%, rgba(21,21,21,1) 100%);    
	}
	.page-template-default:after {
		content: '';
		position: fixed;
		top: 25%;
		bottom: 0;
		left: 0;
		right: 0; 
		background: #151515;
		z-index: -10;    
	}
}


/* tabs */
.nav-pills {
	background: #333333;
}
.nav-pills li a {
	border-radius: 0;
	line-height: 100%;
	font-size: 15px;
	color: white;
	padding: 18px 45px;
	border-bottom: 2px solid transparent;
}
.nav-pills li a:hover {
	background-color: #333333 !important;
	border-bottom: 2px solid #505050;
}
.nav-pills .active a {
	background-color: #333333 !important;
	border-bottom: 2px solid #505050;
}
.tab-content {
	padding: 0 60px 30px 60px;
}
#auftragshistorie > h2 {margin: 40px 0 30px 10px;font-size: 49px;line-height: 52px;}
#auftragshistorie > h3 {
	margin: 40px 0 20px 10px;
}
.tab-content .orders {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.tab-content .orders > li {
	background: #333333;
	margin-bottom: 12px;
	padding: 30px 20px 25px 20px;
}
.tab-content .orders > li .label {
	background-color: #505050;
	border-radius: 1px;
	font-size: 10px;
	font-weight: normal;
	padding: 3px 6px 4px 6px;
}
.tab-content .orders > li h3 {
	font-size: 20px;
	margin: 10px 0 5px 0;
}
.tab-content .orders .title, .tab-content .orders .button {
	display: inline-block;
	float: left;
	width: 50%;
}
.tab-content .orders .title * {
	float: left;
}
.tab-content .orders > li .btn {
	float: right;
	width: 60%;
}
.tab-content .orders > li .details {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.tab-content .orders > li .details li {
	font-size: 13px;
	line-height: 100%;
	display: inline-block;
	width: 22%;
	float: left;
	margin-bottom: 7px;
	color: #f5f5f5;
}
.tab-content .orders > li .details li a {
	color: #F6F6F6;
	text-decoration: underline;
}
/* clear */
.clear:before,
.clear:after {
	content:' ';
	display:table;
}

.clear:after {
	clear:both;
}
.clear {
	*zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
	STRUCTURE
\*------------------------------------*/
	.is-sticky .page-menu {
		z-index: 1 !important;
	}   
.logo {
	padding: 55px 0;
}
.logo img {
	display: block;
	margin: 0 auto;
}
.sidebar-menus {
	background: #202020;
	height: 100%;
	padding: 15px 30px;
}
.sidebar-menus ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: 'AvenirNextLTPro-Regular';
}
.sidebar-menus nav a {
	text-decoration: none;
}
.woo-menu a{
	font-size: 10px;
	line-height: 12px;
	display: block;
	position: relative;
}
.woo-menu > ul > li > a{
	display: block;
	padding: 15px 0px 15px 28px;
	position: relative;
	color: #fff;
}
.woo-menu > ul > li > a:before {
	content: url('/_img/icons/18x18/user.white.svg');
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 10px;
}
.woo-menu > ul > .selected > a{
	color: #151515;
	padding: 15px 15px 15px 43px;
}
.woo-menu > ul > .selected > a:before {
	content: url('/_img/icons/18x18/user.black.svg');
	left: 15px;
}
.woo-menu > ul > li > a:after {
	content: url('/_img/icons/18x18/arrow.down.white.svg');
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 15px;
}
.woo-menu > ul > .selected > a:after {
	content: url('/_img/icons/18x18/arrow.up.black.svg');
	right: 15px;
}
.woo-menu .selected > a {
	background: #f4f4f4;
}
.woo-menu .selected {
	background: white;
}
.woo-menu > ul > .selected  {
	margin: 0 -15px;
}
.woo-menu > ul > li > ul > li > a{
	color:#202020;
	padding: 13px 0;
}
.woo-menu > ul > .selected > ul > li > a {
	margin: 0 15px;
	border-bottom: 1px solid #ECECEC;
}
.main-menu {
	margin-bottom: 30px;
}
.main-menu a{
	color:white;
}
.main-menu > ul > li {
	border-top: 1px solid #333333;
}
.main-menu > ul > li > a{
	display: block;
	font-size: 15px;
	line-height: 18px;
	padding: 14px 0;
	transition: all .2s linear;
}
.main-menu > ul > li > a:hover {
	opacity: 0.5;
}
.main-menu .current_page_item > a {
	color: #505050;
}
.main-menu > ul > li > ul {padding-left: 14px;padding-bottom: 21px;padding-top: 7px;}
.main-menu > ul > li > ul > li{
	margin-bottom: 19px;
}
.main-menu > ul > li > ul > li:last-child{
	margin-bottom: 0;
}
.main-menu > ul > li > ul > li > a{
	font-size: 16px;
	line-height: 19px;
	transition: all .2s linear;
}
.main-menu > ul > li > ul > li > a:hover{
	opacity: 0.5;
}




.sidebar-menus .btn {
	width: 100%;
}



.sidebar-menus  .misc {
	margin-top: 15px;
	text-align: center;
}
.copyright ul {
	padding:0;
	margin:0;
	text-align: center;
}
.misc li, .copyright ul li {
	display: inline-block;
	line-height: 12px;
	position: relative;
	margin-right: 5px;
	padding-right: 10px;    
}
.misc li a{
	font-size: 10px;
	line-height: 12px;
	color: white;
}
.copyright ul li a{
	font-size: 10px;
	line-height: 12px;
	color: #8B8B8B;
}
.misc li:last-child, .copyright ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.misc li:after, .copyright ul li:after {
	content:'';
	width: 1px;
	height: 12px;
	background: #8B8B8B;
	position: absolute;
	right: 0;
	top: 2px;
}
.misc li:last-child:after, .copyright ul li:last-child:after {
	display: none;
}


/*------------------------------------*\
	ELEMENTS - GLOBAL
\*------------------------------------*/
main .vc_btn3 {
	font-family: 'AvenirNextLTPro-Bold';
	color: white !important;
	background: #414141 !important;
	border: 0 !important;
	transition: background-color 0.5s ease;
}
main .vc_btn3:hover {
	background: #5b5b5b !important;
}
/*------------------------------------*\
	ELEMENTS
\*------------------------------------*/
.call-to-action, .image-overlay, .the-team {
	border-top: 1px solid #333;
}
.header h1, .header p{
	padding: 0 0 0 45px;
}
.header h1 {
	margin-bottom: 20px;
}
.header ul {
	list-style-type: none;
	color: white;
	font-family: 'CormorantGaramond-SemiBold';
	padding-left: 60px;
	margin-top: 30px;
}
.header ul li {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 24px;
	position: relative;
	padding-left: 45px;
}
.header ul li:before {
	content: url(/_img/icons/24x24/checkmark.green.svg);
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
}
.header ul li:last-child {
	margin: 0;
}
@media (min-width: 992px) {
	.header .header-one {
		width: 62%;
	}
	.header .header-two {
		width: 37%;
		margin-right: 1%;
	}
	.header .header-two img {
		margin-top: -125px;
	}
}
.header .relative-position img {
	margin: 0;
}

.page-menu div {
	padding: 0 !important;
	margin: 0 !important;
}
.page-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.page-menu ul:after {
	clear: both;
	content: '';
	display: block;
}
.page-menu ul li {
	width: 24%;
	display: inline-block;
	float: left;
	text-align: center;
	background: #333333;    
}
.page-menu ul .active a {
	color: #909090;
}
.page-menu ul li a{
	font-family: 'AvenirNextLTPro-Regular';
	display: block;
	font-size: 16px;
	line-height: 19px;
	color: white;
	padding: 18px 0; 
	text-decoration: none; 
	transition: background-color 0.5s ease;  
}
.page-menu ul li a:hover{
	background:#505050;
}
.page-menu ul li:last-child {
	width: 28%;
}
.page-menu ul li:last-child a {
	background: #1FAA00;
	transition: background-color 0.5s ease;  
	font-family: 'AvenirNextLTPro-Bold';
}
.page-menu ul li:last-child a:hover {
	background: #188600;
}

.how-it-works h3, .advantages h3, .faq h3, .calculations h3, .at-a-glance h3, .mini-cta h3, .guarantee h3, .management h3, .partner h3, .philosophy h3{
	margin-top:0;
}



.faq .vc_tta-panels .vc_tta-panel {
	margin-bottom: 2px;
}
.faq .vc_tta-panel-heading {
	background: #333333 !important;
	border: 0 !important;
}
.faq .vc_tta-panel-heading h4 a {
	color: white !important;
	font-family: 'AvenirNextLTPro-Regular';
	font-size: 16px;
	line-height: 24px;  
	padding-left: 30px !important;  
}
.faq .vc_tta-panel-heading h4 a i {
	left: inherit !important;
	right: 35px !important;
}
.faq .vc_tta-panel-body {
	background: #333333 !important;
	border: 0 !important;
}
.faq .vc_tta-panel-body p {
	padding: 0 10px !important;
}
.faq .vc_tta-panel-heading h4 a i:before {
	border-color: white !important;
}
.faq .vc_tta-panel-heading h4 a i:after {
	border-color: white !important;
}



@media (min-width: 992px) {
	.file-box .inner-first {
		width: 25%;
	}
	.file-box .inner-second {
		width: 60%;
	}
	.file-box .inner-third {
		width: 15%;
	}
	.file-box .inner-first img {
		max-width: 155px;
		position: absolute;
		top: -18px;
		left: 20px;
	}
	.inner-second .wpb_content_element {
		margin-bottom: 30px !important;
	}
	.inner-second .vc_column-inner {
		padding-top: 30px !important;
	}
	.file-box .inner-second p {
		padding: 0;
	}
	.file-box {
		display: flex;
	}
	.file-box .inner-third * {
		padding: 0 !important;
		margin: 0 !important;
	}
	.file-box .inner-third .vc_column-inner,
	.file-box .inner-third .vc_column-inner .wpb_wrapper,
	.file-box .inner-third .vc_column-inner .wpb_wrapper .wpb_single_image,
	.file-box .inner-third .vc_column-inner .wpb_wrapper a {
		height: 100%;
	}
	.file-box .inner-third img {
		top: -moz-calc(100% - 18px);
		top: -webkit-calc(100% - 18px);
		top: -o-calc(100% - 18px);
		top: calc(50% - 29px);
		position: relative;
	}
}


/*------------------------------------*\
	HOMEPAGE
\*------------------------------------*/
.hero-slider .wpb_revslider_element {
	margin-bottom: 0 !important;
}
.hero-slider .rev-btn {
	font-family: 'AvenirNextLTPro-Bold' !important;
	font-size: 15px !important;
	line-height: 18px !important;
	padding: 14px 50px !important;
	transition: background-color 0.5s ease !important;      
}
.hero-slider .rev-btn:hover {
	 background-color: #333333 !important;
	 color:white !important;
}
.assessment-box .wpb_single_image img {
	max-width: 180px;
}
.assessment-box p, .how-it-works-box p {
	font-size: 14px;
	line-height: 22px;
}
@media (min-width: 992px) {
	.assessment-box {
		width: 32% !important;
		margin: 0 !important;
	}
	.assessment-box:nth-of-type(2) {
		margin: 0 2% !important;
	}
	.assessment-box .wpb_single_image img {
		max-width: 180px;
		margin: -100px auto 0 auto;
	}
	.overlay-right .vc_column-inner {
		position: absolute !important;
		right: 0;
		top: 40px;
		width: 390px !important;
	}
	.overlay-left .vc_column-inner {
		position: absolute !important;
		left: 0;
		top: 40px;
		width: 390px !important;
		z-index: 1;
	}       
}

.at-a-glance-box p, .advantages-list p {
	font-size: 14px;
	line-height: 22px;
}

.at-a-glance-box h4, .advantages-list h4 {
	margin: 0 0 10px 0;
	position: relative;
	padding-left: 35px;
}
.at-a-glance-box h4:before, .advantages-list h4:before {
	content: url(/_img/icons/24x24/checkmark.green.svg);
	position: absolute;
	left: 0;
}


.header-message p:first-of-type {
	margin-bottom: 20px;
}
.signature p {
	display: inline-block;
	float: left;
	margin-bottom: 0 !important;
}

.signature p:last-of-type {
	padding: 0;
	margin-top: 10px;
	line-height: 19px;
	margin-bottom:0;
}
@media (min-width: 992px) {
	.person {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}


.management-box .wpb_text_column h4 {
	margin-top: 0 !important;
	margin-bottom: 5px;
}

.management-box .wpb_text_column p {
	font-size: 14px !important;
	line-height: 19px !important;
}
.management-box .wpb_text_column {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}


.partner-boxes p {
	font-size: 14px;
	line-height: 22px;
}



.gform_wrapper .gfield_label {
	display: none !important;
}
.gform_wrapper .gfield {
	margin: 0 0 40px 0 !important;
}
.gform_wrapper .ginput_container {
	margin: 0 !important;
	padding: 0 !important;
}

.gform_wrapper input[type="text"], .gform_wrapper select, .gform_wrapper textarea {
	background: transparent;
	border:0;
	border-bottom:1px solid rgba(255,255,255,0.5);
	line-height: 24px !important;
	padding: 5px 4px !important;
}
.gform_wrapper select{
	color: white;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0 !important; 
}
.gform_wrapper .unselected{
	color: gray;
	-webkit-appearance: none;
	border-radius: 0 !important;    
}
.gform_wrapper .gform_wrapper select option{
	background: #202020;
}
.gform_wrapper .expandtextarea textarea{
	outline: none;
	width: 100%;
}
.gform_wrapper .gfield_checkbox li {
	overflow: visible !important;
	margin-bottom: 20px !important;
}
.gform_wrapper .gfield_checkbox li input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
	margin: 0 !important;
	vertical-align: inherit !important;
	display: inherit !important;
}
.gfield_checkbox li label {
	cursor: pointer !important;
	width: 34px !important;
	height: 14px !important;
	background: grey;
	display: block !important;
	border-radius: 100px;
	position: relative;
	line-height: inherit !important;
	font-size: inherit !important;
	max-width: inherit !important;
}
.gfield_checkbox li label:after {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 20px;
	transition: 0.3s;
}
.gfield_checkbox li input:checked + label {
	background: #198900;
}
.gfield_checkbox li input:checked + label:after {
	left: calc(100% - 0px);
	transform: translateX(-100%);
}
.gfield_checkbox li label:active:after {
	width: 20px;
}
.gfield_checkbox li label span {
	position: absolute !important;
	right: -110px !important;
	top: -5px;
	width: 90px;
	text-align: left;
}
.gform_footer {
	padding-top: 0 !important;
	margin: 0 !important;
}
.gform_button {
	font-family: 'AvenirNextLTPro-Bold';
	font-size: 16px !important;
	line-height: 19px !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 17px 70px !important;
	transition: background-color 0.5s ease;
	background: #1FAA00;
}
.gform_button:hover {
	background: #188600;
}
@media (min-width: 1200px) {
	.gform_button {
		position: absolute;
		right: 30px;
		bottom: 85px;
		width: 280px !important;
	}
}
.validation_error {
	display: none !important;
}
.gfield_error {
	background: transparent !important;
	border: 0 !important;
	padding-right: 16px !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea, .gfield_error  select {
	border: 0 !important;
	border-bottom: 1px solid #ec2525 !important;
}

.gform_wrapper .validation_message {
	color: #ec2525 !important;
	font-weight: 100 !important;
	font-size: 14px !important;
	margin: 0 !important;
	padding: 5px 0 0 0 !important;
	font-family: 'AvenirNextLTPro-Regular';
	line-height: 17px !important;
	opacity: 1;
}
@media (min-width: 992px) {
  .container-inner {
	width: 870px;
  }
}
.container-inner header {
	padding: 40px 0;
	position: relative;
}
.container-inner .inner-logo img {
	display: block;
	margin:0 auto;
}
.container-inner header .go-back {
	background: #333;
	display: inline-block;
	padding: 22px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 992px) {
.container-inner header .go-back {
	left: -150px;
	top: 30px;
}
}


/* ebook download */
.ebook-download h1 {
	margin-bottom: 20px;
}
.ebook-download-img img {
	max-width: 200px !important;
}
@media (min-width: 992px) {
	.ebook-download-img img {
		margin-top: -65px;
	}
}





/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/* content */
main h1 {
	font-family: 'CormorantGaramond-Bold';
	font-size: 49px;
	line-height: 52px;
	color: white;
	margin:0;
}
main h2 {
	font-family: 'CormorantGaramond-Bold';
	font-size: 38px;
	line-height: 40px;
	color: white;
}
main h3 {
	font-family: 'CormorantGaramond-Bold';
	font-size: 27px;
	line-height: 33px;
	color: white;
}
main h4 {
	font-family: 'CormorantGaramond-Bold';
	font-size: 20px;
	line-height: 24px;
	color: white;
}


@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src: url('/_css/fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),  url('/_css/fonts/AvenirNextLTPro-Regular.otf')  format('opentype'),
		 url('/_css/fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('/_css/fonts/AvenirNextLTPro-Regular.ttf')  format('truetype'), url('/_css/fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNextLTPro-Bold';
  src: url('/_css/fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),  url('/_css/fonts/AvenirNextLTPro-Bold.otf')  format('opentype'),
		 url('/_css/fonts/AvenirNextLTPro-Bold.woff') format('woff'), url('/_css/fonts/AvenirNextLTPro-Bold.ttf')  format('truetype'), url('/_css/fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'CormorantGaramond-SemiBold';
  src: url('/_css/fonts/CormorantGaramond-SemiBold.eot?#iefix') format('embedded-opentype'),  url('/_css/fonts/CormorantGaramond-SemiBold.woff') format('woff'), url('/_css/fonts/CormorantGaramond-SemiBold.ttf')  format('truetype'), url('/_css/fonts/CormorantGaramond-SemiBold.svg#CormorantGaramond-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CormorantGaramond-Bold';
  src: url('/_css/fonts/CormorantGaramond-Bold.eot?#iefix') format('embedded-opentype'),  url('/_css/fonts/CormorantGaramond-Bold.woff') format('woff'), url('/_css/fonts/CormorantGaramond-Bold.ttf')  format('truetype'), url('/_css/fonts/CormorantGaramond-Bold.svg#CormorantGaramond-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
	MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
	WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
/*------------------------------------*\
	PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
@media (min-width: 992px) {
	.page-template-default main {
		margin-top: 90px;

	}   
	aside {
		height: 100vh;
	}   
	aside .sidebar {
		position: fixed;
		height: 100%;
	}
	.menu-toggle {
		display: none;
	}       
}
@media (min-width: 1200px) {
	aside {
		padding: 0 !important;
		width: 22% !important;
	}
	.page-template-default main {
		padding-left: 90px !important;
		padding-right: 0 !important;
		width: 78% !important;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	aside {
		width: 30% !important;
	}
	main {
		width: 70% !important;
	}
}
@media (max-width: 992px) {
	.slideout-open:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 1;
	}
	.sidebar-menus {
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		z-index: 100;
		padding: 0;
	}   
	.sidebar-menus > div {
		padding: 15px 30px;
	}
	.sidebar-menus .menu-toggle {
		margin: 0 -5px;
		padding: 10px 0 10px 0;
		position: relative;
		left: inherit;
		top: inherit;
	}
	.sidebar-menus .menu-toggle:after {
		content: '';
		clear: both;
		display: block;
	}
	.sidebar-menus .menu-toggle img {
		float: right;
	}
}

@media (max-width: 767px) {
	.logo {
		padding: 20px 0;
	}
	.logo img {
		max-width: 125px;
	}
	.menu-toggle {
		position: absolute;
		left: 0;
		top: 22px;
	}   
}
@media (min-width: 768px) and (max-width: 992px) {
	.logo {
		padding: 30px 0;
	}
	.logo img {
		max-width: 150px;
	}
	.menu-toggle {
		position: absolute;
		left: 0;
		top: 35px;
	}   
}

@media (max-width: 767px) {
	.header h1, .header p,.header ul {
		padding: 0 10px;
	}
	p {
		font-size: 14px;
		line-height: 20px;
	}    
	main h1 {
		font-size: 33px;
		line-height: 35px;
	}
	main h2 {
			 font-size: 26px;
			line-height: 30px;   
	}    
	main h3 {
		font-size: 22px;
		line-height: 26px;
	}    
	.header ul li {
		font-size: 16px;
	}
	.header .wpb_single_image img, .header .wpb_single_image .vc_figure {
		max-width: 200px;
		margin: 0 auto;
		display: block;
	}
	.scrollcatch ul li {
		display: none;
	}

	.scrollcatch ul li:last-child {
		display: block;
		width: 100%;
	}    
	.header .wpb_single_image .vc_single_image-wrapper {
		display: block;
	} 
	.how-it-works .wpb_content_element, .advantages .wpb_content_element, .faq .wpb_content_element, .calculations .wpb_content_element,
	.philosophy .wpb_content_element {
		padding: 0 10px !important;
	} 
	.faq .vc_tta-accordion {
		padding: 0 !important;
	}
	.faq .vc_tta-panel-heading h4 a {
		padding-left: 20px !important;
		font-size: 14px;
		line-height: 16px;
	}
	.header-message {
		background-size: cover;
	}    
	.header-message .person img {
		position: absolute;
		bottom: 0;
		right: 0;
		max-width: 120px !important;
	}
	.kontakt-form {
		padding: 0 !important;
	}
.assessment {
	background: #202020;
}
.assessment .wpb_content_element {
	margin: 0;
	padding: 20px !important;
}
.hero-slider h1 {
	font-size: 30px !important;
	line-height: 26px !important;
}

.hero-slider p {
	display: none !important;
}
.rev-button {
	position: relative !important;
	left: inherit !important;
	top: inherit !important;
	bottom: 0 !important;
	right: 0 !important;
	width: 100%;
	height: 100%;
}
.rev-button .tp-loop-wrap {
	position: relative !important;
	height: 100%;
}
.rev-button .tp-mask-wrap {
	position: relative !important;
	height: 100%;
}
.rev-button .rev-btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 13px !important;
	padding: 10px 40px !important;
}
}

.bullet-navigation > div {
	border-bottom: 3px solid white !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.file-box .inner-first * {
		padding: 0 !important;
		margin: 0 !important;
	}
	.file-box .inner-second {
		margin-top: 40px;
	}    
	.file-box .inner-second * {
		margin: 0 !important;
		padding: 0 !important;
	}
	.file-box .inner-first img {
		position: relative !important;
		top: inherit !important;
		left: inherit !important;
		max-width: 100% !important;
	}
	.file-box .inner-second p {
		font-size: 15px !important;
		margin-left: 10px !important;
	}
}

@media (max-width: 1200px) {
	.header-message .person img {
		display: none;
	}
}

@media (max-width: 767px) {
	.guarantee {
		text-align: center;
		padding-top: 20px;
	}
	.guarantee img {
		margin: 30px;
	}
	.advantages-list .vc_column-inner {
		padding: 0;
	}
   .advantages-list > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row {
	padding: 0 5px !important;
} 
.uber-uns .header {
	text-align: center;
	margin-bottom: 20px;
}

.uber-uns .header img {
	margin: 30px 0;
}

.uber-uns #sticky-wrapper {
	display: none;
}
.management-box img {
	margin: 0 auto 10px auto;
	float: none;
}
.wpb_single_image * {
	display: block !important;
}
.partner-boxes * {
	display: block !important;
}
.partner-boxes img {
	margin: 0 auto;
}
.kontakt-form {
	padding: 0 10px !important;
}
	.vc_row.wpb_row.vc_row-fluid.kontakt-form.vc_custom_1496943703195.vc_row-has-fill {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}