/*
	Theme Name: 	avada child
	Theme URI: 		
	Description: 	This is child theme of avada
	Author: 		David
	Author URI: 	
	Template: 		neustaberlin
	Version: 		1.0
	Text Domain:  	avada-child
*/

/****************************************************************************************/
/*************************************  Algemain  ***************************************/
/****************************************************************************************/

.post-content h1 {
	position: relative;
	padding: 1em !important;
	display: table !important;
	color: #fff !important;
	/*font-size: 1em;
	font-family: TKETypeMono-Light;
	line-height: 1em !important;*/
}

.post-content h1:before {
	content:'';
	position: absolute;
	width: 1em;
	height: 1em;
	background: url(../images/brand-gradient-bracket_H1.png);
	background-repeat: no-repeat;
	background-size: cover;
	left:0;
	top:0;
}

.post-content h1:after {
	content:'';
	position: absolute;
	width: 1em;
	height: 1em;
	background: url(../images/brand-gradient-bracket_H1.png);
	background-repeat: no-repeat;
	background-size: cover;
	right:0;
	bottom:0;
	transform: rotate(180deg);
}

.post-content h2 {
	position: relative;
	padding: 1em !important;
	/*
	line-height: 1;
	font-family: TKEType-Regular;
	font-weight: 400;
	font-size: clamp(22px, 3.1vw, 32px);
	line-height: 1em !important;*/
}

.post-content h2:before {
	content:'';
	position: absolute;
	width: 1em;
	height: 1em;
	background: url(../images/brand-gradient-bracket_H1.png);
	background-repeat: no-repeat;
	background-size: cover;
	left:0;
	top:0;
}

.post-content .white h1:before,
.post-content .white h2:before {
	background: url(../images/brand-gradient-bracket-white.png);
	background-repeat: no-repeat;
	background-size: cover;
}

/*.post-content .white h1,
.post-content .white h2 {
	color: #fff !important;
}*/

/******************

ul {
	list-style: none;
}

ul li {
	padding-left: 40px;
	margin-bottom: 20px;
	position: relative;
	font-size: 1.4rem;
}

ul li:before {
	content: "\e91a";
	font-family: awb-icons!important;
	position: absolute;
	width: 1.2rem;
	height: 1.2rem;
	left:0;
	top:0;
	font-size: 1.2em;
}

div:not(.review) > blockquote {
	padding: 20px !important;
	border-left: 10px solid transparent !important;
	border-image: linear-gradient(0deg, #7000bd 0%, #f26c08 100%) 0 0 0 1 !important;
	border-image-slice: 1 !important;
	background-color: #f0f0f0 !impoprtant;
}
*/
/****************************************************************************************/
/**************************************  Header  ****************************************/
/****************************************************************************************/




/****************************************************************************************/
/***************************************  Menu  *****************************************/
/****************************************************************************************/


/*.eyeAble_topFixedPosition {
	top: 70% !important;
}*/

/****************************************************************************************/
/**************************************  Content  ***************************************/
/****************************************************************************************/

.has-pattern-background.has-mask-background {
	background-position: center;
}

.inputtypes-search .fusion-page-title-bar,
.inputtypes-search .fusion-breadcrumbs {
	display: none;
}

#neusta-suche-banner {
	display: none;
	opacity:0;
	transition: opacity 400ms ease;
}

#neusta-suche-banner.aktiv {
	display: block;
	opacity:1;
}

.inputtypes-search ul.fusion-grid-posts-cards {
	align-items: stretch;
}

.inputtypes-search ul.fusion-grid-posts-cards li.fusion-layout-column > .fusion-column-wrapper {
	background: #fff;
	box-shadow: 0px 0px 4px 0px #00000040;
	padding-bottom: 60px;
	position: relative;
	display: table;
	border-radius: 4px;
	transform: scale(1);
	transition: all 400ms ease;
}

.inputtypes-search ul.fusion-grid-posts-cards li.fusion-layout-column > .fusion-column-wrapper:hover {
	transform: scale(1.04);
}

.inputtypes-search ul.fusion-grid-posts-cards li.fusion-layout-column .fusion-imageframe {
	margin:0;
	width: 100%;
}

.inputtypes-search ul.fusion-grid-posts-cards li.fusion-layout-column .fusion-content-tb,
.inputtypes-search ul.fusion-grid-posts-cards li.fusion-layout-column .fusion-title {
	padding: 0 20px;
	margin: 20px 0;
}


a.neusta-read-more {
	position: absolute;
	right:20px;
	bottom: 20px;
	left:unset;
	top:unset;
	text-decoration: unset;
}

a.neusta-read-more svg {
	width: 40px;
	height: 40px;
}

a.neusta-read-more:after {
	content:unset !important;
}

/****************************************************************************************/
/***************************************  Footer  ***************************************/
/****************************************************************************************/

.fusion-footer .fusion-fullwidth:not(:first-child) {
	padding-top:0 !important;
	padding-bottom:0 !important;
}

#menu-bottom-menu-legal li {
	margin: 0 30px 0 0;
	padding:0;
}

#menu-bottom-menu-legal li:last-child {
	margin: 0;
}

#menu-bottom-menu-legal li a .menu-text {
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

/****************************************************************************************/

@media screen and ( max-width: 810px ) {

	.post-content h1 {
		color: #000 !important;
	}
	
	.fusion-body .fusion-title {
		margin-right:0 !important;
		margin-left:0 !important;
	}
	
	/*.fusion-imageframe:first-of-type img {
		width: 100vw !important;
		left: -20px;
		position: relative;
	}*/
}



/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/