/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Remo Walser
 Author URI:     https://rwalser.ch
 Template:       Divi
 Version:        1.0.0
*/
 
/* --- footer --- */
.powered-by {
	color: #bcbcbc;
	font-size: 0.75em;
	text-align: center;
}

.powered-by-link {
	color: #bcbcbc !important;
	text-decoration: none !important;
}

.powered-by-img {
	display: flex;
	justify-content: center;
}

@import url("../rwa-Divi/style.css");

/*********************************
style mobile fixed header
*********************************/
 
@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {

position: fixed;
 
} }
 
.et_mobile_menu {
overflow: scroll !important;
 
max-height: 83vh;
 
}

