/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.row-divided>.col+.col:not(.large-12) {
    border-left: 1px solid #cccccc;
}


/*********************************************************/
/***************** MARGIN BOTTOM DELETE ******************/
/*********************************************************/
.p-margin-delete p,
.p-margin-delete h1,
.p-margin-delete h2,
.p-margin-delete h3,
.p-margin-delete h4,
.p-margin-delete h5,
.p-margin-delete h6,
.padding-bottom-delete .col,
.section.padding-bottom-delete,
.icon-box.featured-box.icon-box-center.text-center .icon-box-img, .section.section-bottom-delete{
    margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.section.padding-bottom-delete-test,
.section.padding-bottom-delete-test .col.small-12.large-12{
	padding-bottom: 0 !important;
}

.box-bounce .box-text {
    padding: 15px 15px 0px;
}

.button, button, fieldset, input, select, textarea {
    margin-bottom: 0em;
}

.wpcf7-form div{
    padding: 0;
}

.portfolio-single-page  .page-wrapper {
    padding-bottom: 0px;
    padding-top: 0px;
}

.box-text .button {
    margin-bottom: 0 !important;
}

.portfolio-single-page .portfolio-summary.entry-summary{
	display: none;
}


/*********************************************************/
/************************* TEXT **************************/
/*********************************************************/
/*
.text p{
    color: var(--fs-color-base) !important;
}*/

.dark .text p{
    color: #fff !important;
}

.primary-color.text p{
    color: var(--fs-color-primary) !important;
}

.secondary-color.text p{
    color: var(--fs-color-secondary) !important;
}


/*********************************************************/
/*********************** HEADLINE ************************/
/*********************************************************/
h1, h2, h3, h4, h5, h6{
	color: var(--fs-color-primary) !important;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6{
	color: #fff !important;
}

h1, h2, h3, h4, h5, h6,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
	text-transform: uppercase !important;
	letter-spacing: 0.5px
}

h1 .txt-white, h2 .txt-white, h3 .txt-white, 
h4 .txt-white, h5 .txt-white, h6 .txt-white,
h1 span .txt-white, h2 span .txt-white, h3 span .txt-white, 
h4 span .txt-white, h5 span .txt-white, h6 span .txt-white{
	color: #fff !important;
}

.text.secondary-color h1, .text.secondary-color h2, .text.secondary-color h3,
.text.secondary-color h4, .text.secondary-color h5, .text.secondary-color h6{
	color: var(--fs-color-secondary) !important;
}

h1 .secondarycolor-txt, h2 .secondarycolor-txt, h3 .secondarycolor-txt, 
h4 .secondarycolor-txt, h5 .secondarycolor-txt, h6 .secondarycolor-txt, 
h1 span .secondarycolor-txt, h2 span .secondarycolor-txt, h3 span .secondarycolor-txt, 
h4 span .secondarycolor-txt, h5 span .secondarycolor-txt, h6 span .secondarycolor-txt {
    color: var(--fs-color-secondary) !important;
}

h1 .primarycolor-txt, h2 .primarycolor-txt, h3 .primarycolor-txt, 
h4 .primarycolor-txt, h5 .primarycolor-txt, h6 .primarycolor-txt, 
h1 span .primarycolor-txt, h2 span .primarycolor-txt, h3 span .primarycolor-txt, 
h4 span .primarycolor-txt, h5 span .primarycolor-txt, h6 span .primarycolor-txt {
    color: var(--fs-color-primary) !important;
}


/*********************************************************/
/************************ BUTTONS ************************/
/*********************************************************/

/***************  BUTTONS | Header  ***************/
.html.header-button-1 .header-button a.button.primary,
.html.header-button-1 .header-button a.button.secondary:hover{
    background-color: var(--fs-color-primary) !important;
	background: var(--fs-color-primary) !important;
	border: none !important;
	box-shadow: none !important;
}

	.html.header-button-1 .header-button a.button.primary:hover,
	.html.header-button-1 .header-button a.button.secondary{
	    background-color: var(--fs-color-secondary) !important;
		background: var(--fs-color-secondary) !important;
		box-shadow: 0 !important;
		border: none !important;
		color: var(--fs-color-success) !important;
	}

	.html.header-button-1 .header-button a.button.primary:hover span,
	.html.header-button-1 .button.primary:hover .icon-angle-righ{
		color: #fff !important;
	}

.html.header-button-1 .header-button a.button.secondary span,
.html.header-button-1 .header-button a.button.secondary span i,
.html.header-button-1 .header-button a.button.secondary{
	color: #fff !important;
}

	.html.header-button-1 .header-button a.button.secondary:hover span,
	.html.header-button-1 .header-button a.button.secondary:hover span i,
	.html.header-button-1 .header-button a.button.secondary:hover{
		color: #fff !important;
	}


/***************  BUTTONS | Allgemein | HOVER  ***************/
.button.primary:hover{
	background-color: var(--fs-color-secondary);
	background: var(--fs-color-secondary);
	border-color: var(--fs-color-secondary);
	box-shadow: none !important;
	color: #fff !important;
} 

.button.secondary:hover{
	background-color: var(--fs-color-primary);
	background: var(--fs-color-primary);
	border-color: var(--fs-color-primary);
	box-shadow: none !important;
	color: #fff;
}

.button.primary.is-link:hover{
	color: var(--fs-color-secondary);
} 

.button.secondary.is-link:hover{
	color: var(--fs-color-primary);
} 

/***************  BUTTONS with Background Image & Overlay | White   ***************/
.btn-bg.button.primary:hover,
.btn-bg.button.secondary:hover{
	background: #fff;
	background-color: #fff;
	border-color: #fff;
	color: var(--fs-color-success) !important;
	box-shadow: none !important;
}

	.btn-bg.button.secondary:hover span,
	.btn-bg.button.primary:hover span{
		color: #000 !important;
	}

	.btn-bg.button.secondary,
	.btn-bg.button.secondary.text-white:hover{
		color: var(--fs-color-success) !important;
		border-color: var(--fs-color-secondary) !important;
	}

	.btn-bg.button.primary.text-white:hover,
	.btn-bg.button.secondary.text-white:hover{
		color: var(--fs-color-success) !important;
		border-color: #fff !important;
	}


/*************** BUTTONS | WHITE ***************/
.button.white{
	color: var(--fs-color-primary) !important;
}

.button.white:hover{
	background-color: var(--fs-color-secondary) !important;
	color: #fff !important;
	box-shadow: none !important;
}

.button.white.is-outline:hover{
	border-color:  var(--fs-color-secondary) !important;
}

	.button.white:hover span{
		color: #fff !important;
	}

/*************** BUTTONS | Outline | Text White ***************/
.btn-bg.text-white,
.btn-bg.button.primary.text-white,
.btn-bg.button.secondary.text-white,
.btn-outline.text-white span,
.btn-bg.text-white span,
.html.header-button-2 .button.primary.is-link{
	color: #fff !important;
}

/*************** BUTTONS | Simple Link | Text Black ***************/
.button.secondary.is-link{
	color: var(--fs-color-secondary) !important;
}

.button.secondary.is-link:hover{
	color: var(--fs-color-primary) !important;
}

/*************** BUTTONS | Simple Link | BG Primarycolor ***************/
.bg-primarycolor .button.secondary.is-link:hover{
	color: #fff !important;
	box-shadow: none !important;
}

/*************** BUTTONS | Formular ***************/
.bg-primarycolor .wpcf7-submit{
	background-color: var(--fs-color-secondary);
	color: #fff !important;
	box-shadow: none !important;
}

	.bg-primarycolor .wpcf7-submit:hover{
		background-color: var(--fs-color-primars);
		border-color: #fff;
		color: #fff !important;
		box-shadow: none !important;
	}

	.bg-primarycolor .button.secondary.is-link:hover{
		color: #fff !important;
	}

/*****************************************/
/**************** TOPBAR *****************/
/*****************************************/
.nav>li>a>i+span {
    margin-left: 5px;
    text-transform: none;
	font-weight: 400 !important;
	color: #fff;
}

ul.header-contact > li > a{
	color: #fff !important;
}

	ul.header-contact > li > a:hover{
		color: var(--fs-color-secondary) !important;
	}

.nav.top-bar-nav .html.header-button-2 a span{
	color: #fff !important;
	box-shadow: none !important;
}

.nav>li>a:hover>i+span,
.nav.top-bar-nav .html.header-button-2 a:hover span,
.header-social-icons .social-icons a.icon:hover i{
	color: var(--fs-color-secondary) !important; 
	box-shadow: none !important;
	opacity: 1 !important;
}


/*****************************************/
/**************** HEADER *****************/
/*****************************************/
.header,
.header .header-wrapper,
.header-bg-color{
	opacity: 1 !important;
}

.header-main .nav > li > a {
    color: var(--fs-color-primary) !important;
}

.header-main .nav > li > a:hover {
    color: var(--fs-color-secondary) !important;
}

.header-main .nav > li > a, 
.header-main .mobile-sidebar-levels-2 .nav > li > ul > li > a,
.header-main .nav > li > ul > li > a {
    	font-weight: 600 !important;
	}

	.header-main .nav > li > ul > li > a{
		color:  var(--fs-color-secondary) !important;
	}

	.header-main .nav > li > ul > li > a:hover,
	.header .nav > li > ul > li.active > a{
		color:  var(--fs-color-primary) !important;
	}

	.stuck .header-main .nav > li > a {
		line-height: 30px !important;
	}

	.nav-dropdown>li>a {
	    display: block;
	    line-height: 1.3;
	    padding: 5px 0px;
	    font-size: 15px !important;
	    width: auto;
	}

.header-main .social-icons, 
.header-main .cart-icon strong, 
.header-main .menu-title, 
.header-main .header-button > .button.is-outline, 
.header-main .nav > li > a > i:not(.icon-angle-down) {
    color: var(--fs-color-primary) !important;
}

.header-main .nav > li > a {
    color: var(--fs-color-primary) !important;
}

.header-main .nav > li > a:hover,
.header-main .nav > li.active > a {
    color: var(--fs-color-secondary) !important;
}

.header-main .social-icons, .header-main .cart-icon strong, 
.header-main .menu-title, .header-main .header-button > .button.is-outline, .header-main .nav > li > a > i:not(.icon-angle-down) {
    color: var(--fs-color-primary);
}

li.header-search.has-icon a: .icon-search,
.header-main .nav > li > a > i:not(.icon-angle-down){
	color: var(--fs-color-primary) !important;
}

li.header-search.has-icon a:hover .icon-search{
	color: var(--fs-color-secondary) !important;
}


/*******************************************/
/***************** Footer ******************/
/*******************************************/	
.footer-widgets h3{
	font-size: 1.2em !important;
	margin-bottom: 1em;
}

.footer-widgets .social-icons a.plain:hover {
	color: var(--fs-color-secondary) !important;
}

	.footer-widgets .ux-menu-link__link {
	    padding-bottom: 0;
	    padding-top: 0;
	    font-size: 0.9em;
		min-height: auto;
	}

.ux-menu-link.menu-item a.ux-menu-link__link:hover span.ux-menu-link__text,
a.footerlink:hover, footer a:hover, .footer-widgets .social-icons a.plain{
	color: var(--fs-color-secondary) !important;
}

.footerlogo .ux-logo-link.block.image-{
	padding: 0 !important;
}

footer p{
	margin-bottom: 0.5em !important;
}


/******************************************/
/***************** Steps ******************/
/******************************************/
.step-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 200%;
    height: 300px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(to top, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 60px 60px;
    transform: perspective(800px) rotateX(60deg);
    transform-origin: bottom center;
    z-index: 0;
}



/**********************************************/
/***************** NEWS-GRID ******************/
/**********************************************/
.news-divider .box-blog-post .is-divider{
	background: var(--fs-color-secondary) !important;
}

.box-blog-post:hover .badge.post-date .badge-inner{
	background-color: var(--fs-color-secondary);
	border-color: var(--fs-color-secondary);
    color: #fff;
}


/**********************************************/
/***************** Accordeon ******************/
/**********************************************/
.accordion-title {
    font-size: 1.3rem;
    color: var(--fs-color-primary) !important;
    padding: 1.5em 2.3em 1.5em 0em !important;
    font-weight: bold;
    border-top: 1px solid var(--fs-color-secondary) !important; !important;
}

	.accordion-title:hover{
		color: var(--fs-color-secondary) !important;
	}

	.accordion .icon-angle-down:before {
	    content: "\002b";
	    font-size: 1.2em;
	}

	.accordion .toggle {
	    top: 0.8em;
	    right: 0;
	    left: unset;
	    box-shadow: none !important;
	    color: var(--fs-color-secondary) !important; 
		opacity: 1 !important;
	}

	.accordion-title:hover .toggle {
    	color: var(--fs-color-primary) !important; 
		box-shadow: none !important;
		opacity: 1;	
	}

	.accordion-title.active {
	    background-color: transparent !important;
	    color: var(--fs-color-secondary) !important;
	}

	.accordion-title.active .toggle{
		color: var(--fs-color-primary) !important;
	}

	.accordion-inner {
	    padding: 0;
	}

/* DARK */
.section.dark .accordion-title {
    color: var(--fs-color-primary) !important;
    padding: 15px !important;
    border-top: none !important;
    background: #fff;
    margin-bottom: 10px;
}

    .section.dark .accordion .toggle {
        top: 0;
    		color: var(--fs-color-secondary) !important;
    		opacity: 1;
    }

    .section.dark .accordion-title:hover .toggle {
        top: 0;
    	color: var(--fs-color-primary) !important;
    	opacity: 1;
    }

    .section.dark .accordion-title.active {
    	background: #fff !important;
    	margin-bottom: 0px;
    }

    .section.dark .accordion-item .accordion-inner .accordion-text{
    	display: block;
        background: #fff;
        margin-bottom: 10px;
        padding: 15px;
    	padding-top: 0 !important
    }

    .section.dark .active>.toggle {
        transform: none !important;
    	color: var(--fs-color-secondary) !important;
    }

    .section.dark .active .toggle{
    	color: var(--fs-color-secondary) !important;
    	}

    .section.dark .accordion-text p{
        color: var(--fs-color-base) !important;
    }


/*************************************************************/
/***************** BACKGROUND PRIMARY COLOR ******************/
/*************************************************************/

/* PRIMARY COLOR */
.bg-primarycolor.message-box,
.bg-primarycolor .col-inner,
.section.bg-primarycolor,
.bg-primarycolor .post-item .box, 
.absolute-footer{
    background-color: var(--fs-color-primary) !important;
}

	.bg-primarycolor .post-item .box .box-text{
		background-color: rgba(0,0,0,0.5) !important;
	}

	.bg-secondarycolor .col-inner{
	    background-color: var(--fs-color-secondary) !important;
	}

	.bg-primarycolor .col-inner.dark p a:hover{
	    color: var(--fs-color-secondary) !important;
	}

	.section.bg-primarycolor .bg-transparent .col-inner{
	    background-color: transparent !important;
	}

	.section.bg-primarycolor .overlay-color .col-inner{
		    background-color: rgba(0, 0, 0, 0.2) !important;
	}


	.white-color-bg .col-inner,
	.primary-color-bg .col-inner .white-color-bg .col-inner
	{
		background-color: #fff !important;
	}

	.primary-color-bg.message-box, .primary-color-bg .col-inner, 
	.section.primary-color-bg, .primary-color-bg .post-item .box, .absolute-footer {
	    background-color: var(--fs-color-primary) !important;
	}

	.section.primary-color-bg.opacity,
	.section.primary-color-bg.opacity, .transparent .col-inner, 
	.bg-primarycolor .transparent .col-inner, .transparent .col-inner{
  		background-color: transparent !important;
	}

/* SECONDARY COLOR */
.secondary-color-bg.message-box,
.secondary-color-bg .col-inner,
.section..secondary-color-bg,
.secondary-color-bg .post-item .box{
    background-color: var(--fs-color-secondary) !important;
}

	.secondary-color-bg .post-item .box .box-text{
		background-color: rgba(0,0,0,0.5) !important;
	}

	.secondary-color-bg .col-inner{
	    background-color: var(--fs-color-secondary) !important;
	}

	.secondary-color-bg .col-inner.dark p a:hover{
	    color: var(--fs-color-secondary) !important;
	}

	.section.secondary-color-bg .bg-transparent .col-inner{
	    background-color: transparent !important;
	}

	.section.secondary-color-bg .overlay-color .col-inner{
		    background-color: rgba(0, 0, 0, 0.2) !important;
	}

.section.primary-color-bg.opacity,
.section.primary-color-bg.opacity .transparent .col-inner, 
.bg-primarycolor .transparent .col-inner, .transparent .col-inner{
	background-color: transparent !important;
}

.section.primary-color-bg.opacity::before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	background: var(--fs-color-primary) !important;
	opacity: 0.5;
}


/******************************************/
/***************** ICON *******************/
/******************************************/
.icon-box-img svg path{
    fill: var(--fs-color-secondary) !important;
}

.icon-box.primary-color .icon-box-img svg path{
    fill: var(--fs-color-primary) !important;
}

.col-inner.dark .icon-box-img svg, 
.col-inner.dark .icon-box-img svg path, 
.icon-box.icon-white .icon-box-img svg path,
.col-inner.dark .icon-white .icon-box-img svg path{
    fill: #fff !important;
}

.icon-box-img svg,
.icon-box-img svg path,
.col-inner.dark .secondary-color .icon-box-img svg,
.col-inner.dark .secondary-color .icon-box-img svg path,
.col-inner.dark .icon-box-img svg path{
    fill: var(--fs-color-secondary) !important;
}

.icon-box.icon-box-zentrieren{
	width: max-content;
}

/***********************************************************/
/***************** TOPBAR TOOLTIPP COLOR *******************/
/***********************************************************/
.tooltipster-content,
.tooltipster-ruler{
    background-color: var(--fs-color-primary) !important;
	border-color: var(--fs-color-primary) !important;
}

.tooltipster-sidetip.tooltipster-default .tooltipster-box {
    background: var(--fs-color-primary) !important;
    border: 2px solid var(--fs-color-primary) !important;
    border-radius: 4px
}

.tooltipster-sidetip.tooltipster-default.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: var(--fs-color-primary) !important;
}

.tooltipster-sidetip.tooltipster-default.tooltipster-left .tooltipster-arrow-background {
	border-left-color: var(--fs-color-primary) !important;
}

.tooltipster-sidetip.tooltipster-default.tooltipster-right .tooltipster-arrow-background {
    border-right-color: var(--fs-color-primary) !important;
}

.tooltipster-sidetip.tooltipster-default.tooltipster-top .tooltipster-arrow-background {
	border-top-color:  var(--fs-color-primary) !important;
}

.tooltipster-sidetip.tooltipster-default.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: var(--fs-color-primary) !important;
}

.tooltipster-sidetip.tooltipster-default.tooltipster-left .tooltipster-arrow-border {
    border-left-color: var(--fs-color-primary) !important;
}

.tooltipster-sidetip.tooltipster-default.tooltipster-right .tooltipster-arrow-border {
    border-right-color: var(--fs-color-primary) !important;
}

.tooltipster-sidetip.tooltipster-default.tooltipster-top .tooltipster-arrow-border {
    border-top-color: var(--fs-color-primary) !imporant;
}


/*****************************************************/
/********************* VERLAUF ***********************/
/*****************************************************/


/* Verlauf Links -> Rechts | Schwarz -> Transparent */
.gardient-left-black .section-bg-overlay{
    background: #000000 !important;
    background: linear-gradient(90deg,rgba(30, 115, 190, 1) 25%, rgba(30, 115, 190, 0) 60%) !important;
}


