/*!
Theme Name:  Franzi Architektur
Author:      WebdesignhHamburg.net
Author URI:  https://www.webdesignhamburg.net
Description: Franzi Architektur
Version:     1.0.0
License:     GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Template:    page-builder-framework
Text Domain: page-builder-framework-child
*/
body {
background:#e5e5e5;
}


.contacttext {padding-left:15px;display:none}

.smaller img {
width: 160px!important;/*--edit the pixels to change to desired shrinking size--*/
transition: .2s all ease-in-out; 
}

#hood .shrink {opacity:0.9; transition: .2s all ease-in-out; z-index:999999;}
.hoodi {background-color: rgba(255,255,255,0.3);}

.hoodi.shrink {
background-color: rgba(255,255,255,0.8)!important;
transition: background-color 400ms ease !important;
width:100%;
position:fixed !important;
transition: height 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.2s;
top: 0;
z-index:99;
}



.shrink .logo p {font-size:75%;margin-bottom:0;padding-bottom:0;}
.shrink .uael-nav-menu-icon {font-size:30px !important}


@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#hood img {
	 transition: .2s all ease-in-out; 
}

@media only screen and (max-width: 576px) {
div.uael-filters-dropdown.uael-masonry-filters > ul {padding-left:0;}
.shrink .logo p {margin-top:0;}
.shrink .hidemeonmobile {display:none}
}




