/*
Theme Name:     Blank-theme
Theme URI:      
Description:    Divi child theme.
Author:         geschmacksRaum WERBEAGENTUR
Author URI:     https://geschmacksraum-werbeagentur.de
Template:       Divi
Version:        0.1.0
*/

@media screen and (max-width:980px){
.et_pb_row--with-menu .et_pb_column {
	margin-bottom:10px!important;
}
}

/* Telefonnummern-Styling korrigieren */
a[href^="tel"] {
  color: inherit !important;          /* übernimmt Textfarbe des umgebenden Elements */
  text-decoration: none !important;   /* keine Unterstreichung */
  cursor: default;                    /* optional – verhindert "Hand"-Symbol */
}

.vp-portfolio__layout-elements-align-center {
background-color: #000!important;
border-radius: 30px;
width: 80%;
margin: 60px auto;
margin-left: 10%;
}
.vp-filter__item-active>*, .vp-filter__item>* {background-color:#000!important; color:#fff!important;}
.vp-filter__item-active>*:hover, .vp-filter__item>*:hover {
	color:#666!important;
}
.vp-filter__item a[data-vp-filter="*"] {
  display: none!important;
}

@media screen and (max-width:980px){
.vp-filter.vp-filter__style-default {
		padding:10px;
	}
}
