/*
Theme Name: Beratung Child
Author: VamTam
Author URI: https://vamtam.com
Template: beratung
*/



/*

put your child theme styles here


you don't need any @import rules

*/

:root {
	--bianco:#FFFFFF;
	--bordaeux: #8F1F35;
	--bordeaux-chiaro: #E5D5CB;
	--verde: #44736B;
	--verde-chiaro: #A0C5B0;
}

@media screen and (max-width: 767px) {
  .banner-home {
    min-height:65vh;
  }
}