/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

b, strong {
	color: inherit!important;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: normal !important;
}

.special_amp {
	color: inherit!important;
	font-family: inherit!important;
	font-weight: inherit!important;
	font-size: inherit!important;
}

#main ul li {
	margin-bottom: 8px;
}

#header-img .av-section-color-overlay {
	opacity: 1!important;
	background-image: linear-gradient(90deg, rgba(235,235,235,0.92),rgba(235,235,235,0.99))!important;
	background-color: transparent!important;
}
 
#header-img img {
	margin: -100px auto -130px;
	max-width: 500px;
}

.avia-button {
	background-image: linear-gradient(-160deg, #EC731F, #E74128);
	margin-top: 5px!important;
}

.gradient-icons .iconlist-char {
	background-image: linear-gradient(-160deg, #EC731F, #E74128);
    background-image: -webkit-linear-gradient(-160deg, #EC731F, #E74128);
    background-image: -moz-linear-gradient(-160deg, #EC731F, #E74128);
    background-image: -o-linear-gradient(-160deg, #EC731F, #E74128);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.iconbox {
	border-radius: 5px;
	overflow: hidden;
}

.iconbox header {
	background-image: linear-gradient(-160deg, #EC731F, #E74128);
	padding: 15px 40px;
}

.iconbox header h3 {
	color: #fff!important;
	margin: 0!important;
}

.iconbox .iconbox_icon {
	color: #fff;
	margin-top: 5px;
}

.iconbox .iconbox_content_container {
	background-color: #ebebeb;
	padding: 20px 40px 30px;
}

.iconbox .iconbox_content_container a {
	position: relative;
	padding-left: 30px;
	margin-top: 5px;
	display: inline-block;
}

.iconbox .iconbox_content_container a:before {
	height: 23px;
	width: 23px;
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	content: '';
	font-family: 'entypo-fontello';
	background-color: #ec741f;
	color: #fff;
	text-align: center;
	line-height: 23px;
	border-radius: 100%;
	padding-left: 1px;
	box-sizing: border-box;
}



.kontakt {
	background-image: linear-gradient(-160deg, #EC731F, #E74128);
	margin: 0 -40px;
	padding: 40px 40px 20px;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.kontakt .iconlist_icon,
.kontakt .av_iconlist_title {
	opacity: 0.7;
}

.kontakt a {
	text-decoration: none!important;
}

.kontakt li:hover a {
	text-decoration: underline!important;
}

.kontakt .avia-icon-list .iconlist_content_wrap {
	overflow: visible;
}

.teddy img {
	margin: -150px 0 -30px; 
}

.border-bottom {
	border-bottom: 6px solid #EC731F!important;
}

.liste-aufbau {
	position: relative;
	padding-left: 80px;
	min-height: 55px!important;
	margin-top: 25px!important;
}

.liste-aufbau .av-special-heading {
	position: absolute;
	left: 0;
	top: -5px;
	height: 55px;
	width: 55px;
	background-image: linear-gradient(-160deg, #EC731F, #E74128);
	border-radius: 100%;
	padding-top: 16px;
}

.liste-aufbau .av-special-heading h6 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

.liste-aufbau h4 {
	margin-bottom: -5px!important;
}

.avia-icon-list-container {
	margin-top: 0.85em;
}

#cta .avia-button {
	background-color: #fff!important;
	background-image: none;
	color: #2D2D2D!important;
}

#cta .avia-button .avia_button_icon {
	color: #EC731F;
}

.fax {
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
	position: relative;
	top: -17px;
	margin-right: 10px;
}

.fax .iconlist_icon {
	position: absolute;
	left: 30px;
}

.fax li {
	background-image: linear-gradient(-160deg, #EC731F, #E74128);
	border-radius: 5px;
	padding: 15px 30px 15px 62px!important;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
}

#cta .fax li {
	background-image: none;
	background-color: #fff;
}


#socket {
	font-size: 14px;
}

#socket .container {
	padding-top: 22px;
	padding-bottom: 20px;
}


@media screen and (max-width: 989px) {
	#header-img img {
		margin: -30px auto -150px;
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	
	h1 {
		font-size: 35px!important;
	}
	
	h1 {
		font-size: 26px!important;
	}
	
	#header-img .content {
		padding: 70px 0;	
	}
	
	#header-img img {
		margin: 0 auto -90px;
		width: 90%;
	}
	
	.liste-aufbau {
		margin-top: 25px!important;
		margin-bottom: 0!important;
	}
	
	.teddy img {
		margin: 30px auto -40px;
		width: 80%;
		max-width: 400px;
	}
	
	#cta .flex_column:nth-of-type(3) {
		margin-bottom: -20px!important;
	}
	
	.sub_menu_socket {
		margin-top: 40px;
	}
}


@media screen and (max-width: 550px){
	.iconbox header {
		padding: 15px 25px;
	}
	
	.iconbox .iconbox_content_container {
		padding: 10px 25px 20px;
	}
}