/*
Theme Name: sissiwebwp
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


body .bgimg{
	/*background: transparent url(images/xxx.png) no-repeat scroll 0 0;
	background: transparent url(/wp-content/themes/apouro/images/footerflasche.png) no-repeat scroll center 0;*/
}

.fusion-logo a:focus,
.fusion-imageframe a:focus{
outline:none;	
}

.customheader {
	z-index:9999999 !important;
}

.fusion-imageframe a:focus-within img{
border:2px dashed #000;	
}
.fusion-logo a:focus-within img{
border:2px dashed #fff;	
}

.fusion-column-anchor:focus-within{
border:3px dashed #000;	
}

.nopmargin p {
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
}

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

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

abbr {
	cursor: help;
}

.max80 {
	max-width:80% !important;
}
.max70 {
	max-width:70% !important;
}
.max60 {
	max-width:60% !important;
}
.automargin {
	margin-left:auto !important;
	margin-right:auto !important;
}

.noheadingspace h1,
.noheadingspace h2,
.noheadingspace h3,
.noheadingspace h4{
	margin-top: 0 !important;
	margin-bottom:0 !important;
	padding-top: 0 !important;
	padding-bottom:0 !important;
}

.fusion-title-heading,
h1,
h2,
h3,
h4,
h5{
  word-wrap: break-word;
  overflow-wrap: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

.bluebox .fusion-column-wrapper {
	padding:20px !important;
	border-radius:20px !important;
	border: 2px solid #0E6ACE !important;
	margin-bottom:20px !important;
}


@media screen and (max-width: 800px) {
    
	
	.max80 {
		max-width:100% !important;
	}
	.max70 {
		max-width:100% !important;
	}
	.max60 {
		max-width:100% !important;
	}
	
	.max90inner .fusion-builder-row {
		max-width:100% !important;
	}

}

@media screen and (max-width: 640px) {
	
	.feedbackbox .fusion-column-wrapper{
		padding:10px !important;
	}
	
}




