/*
Theme Name: Naturduenger
Description: Naturduenger Child Theme from Enfold
Version: 1.0
Author: Agentur Baur
Author URI: https://www.agentur-baur.com/
Template: enfold
*/


/*Add your own styles here:*/

.av-special-heading-tag {text-align: initial;}


.logo a{
	padding: 20px 0px;
}

#threeboxes .container{
	padding: 0px !important;
}

.avia-menu-text{
	color: #ffffff;
	font-size: 16px;
}

#colorlightbrown .container{
	background: #C5B59C;

    margin-bottom: 50px;
}

#colordarkerbrown .container{
	background: #594636;
margin-top: 50px;
    margin-bottom: 50px;
}

#borderwhite .container{
	border: 1px solid #ffffff;
	    margin-top: 50px;
    margin-bottom: 50px;
}



.iconbox .iconbox_content{
	padding-top: 20px;
	text-align: left;
}


.iconbox .iconbox_content h3{
	font-size: 15px !important;
    font-weight: 400;
}

#floatingsection{
	height: 0px;
	position: relative;
	z-index: 9999;
	
}

#floatingsection .container{
	padding: 0px !important;
}

#handwritingfont h3{
	font-family: yellowtail;
	text-align: center;
}

.uppercaseheadline .av-special-heading-tag{
	text-transform: uppercase !important;
}

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






/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

	
	
	
	
}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 1180px) {
	.logo a{
	padding: 30px 0px;
}
}
@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

	#floatingsection{
	height: inherit;
	position: initial;
	z-index: 1;
	
}
	
	.avia_textblock, p, span, div, a, ul, li{
	text-align: initial;
}

	
	
.av-special-heading-tag{
		font-size: 0.65em !important;
	}
	
#colorlightbrown{
 background-color: #C5B59C !important;
}

#colordarkerbrown {
 background-color: #594636 !important;
}

#borderwhite .container{
border: 0px solid #ffffff !important;
}
	
	#floatingsection .av_one_third{
		margin-bottom: 50px !important;
	}
	
	
	
}



