/**
Theme Name: Child Theme
Text Domain: child-theme
Template: astra
*/
@media only screen and (max-width: 992px) {
.fl-col-small.spalte-1 {
    width: 100% !important;
}
	.fl-col-small.spalte-2 {
    width: 100% !important;
}
}
.pp-restaurant-menu-item-left {
    border-bottom: 2px dotted #1175b0;
}

.pp-restaurant-menu-item .pp-restaurant-menu-item-price {
	padding:0;
}

.pp-restaurant-menu-item-price {
	padding-top: 20px !important;
}

.pp-restaurant-menu-item.pp-restaurant-menu-item-16.pp-menu-item.pp-menu-item-16 .pp-restaurant-menu-item-price {
    padding-top: 70px !important;
}

.gm-style .place-card-large {
    padding: 27px 4px 9px 11px !important;
}

.pp-menu-overlay.pp-overlay-fade {
    margin-top: 50%;
}

@media only screen and (max-width: 1200px) {
 #ast-scroll-top {bottom: 60px !important;}
}
 #ast-scroll-top {border: 1px solid #fff !important;}

#social-icons {
    position: fixed;
    right: 1%;
    z-index: 10;
    top: 45%;
}

@media only screen and (max-width: 400px) {
.pp-restaurant-menu-item-left {
    width: 75% !important;
}
.pp-restaurant-menu-item-right {
    width: 25% !important;
}	
}


#iron {
    position: fixed;
    right: 2% !important;
    top: 10% !important;
	z-index:99;
}