/*
Theme Name:   adamek
Description:  Schreibe hier eine kurze Beschreibung über dein Child-Theme
Author:       netwunder
Author URL:   http://kunde.netwunder.de/adamek
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  adamek
*/

/* Schreibe hier dein eigenes persönliches Stylesheet */

@media screen and (max-width:767px){
	.ad-header .elementor-column.ad-header-logo{
		width: 200px;
	}
	.ad-navigation .menu li a{
		font-size: 13px;
	}
}
@media screen and (min-width:800px){
	.ad-header-navigation {
		margin-left:-90px;
	}
}
.ad-footer-navigation a {
	color:#fff!important;
}
.ad-header {
	position:sticky!important;
	top:0;
	z-index:9;
	box-shadow: 0px 0px 5px 0px #00000085;
}
.ad-header .elementor-container{
		flex-flow:row!important;
	}
.ad-navigation .menu {
	list-style: none;
	padding:0;
	display: flex;
    justify-content: space-around;
    max-width: 500px;
    margin: 0 auto;
}
.ad-anchorn {
	position:absolute!important;;
}