/*
Theme Name: Vara Child
Theme URI: http://gradastudio.com/vara
Description: This is a child theme of Vara.
Author: GradaStudio
Author URI: https://themeforest.net/user/gradastudio
Template: vara
Version: 1.0.0
*/

.ml-auto.d-flex.align-items-stretch {
    height: 24px;
}

span.tel a{
	font-family:overpass, sans-serif;
	font-weight:700;
}

.gs-site-header-light span.tel a{
	color:#fff
}

span.mail a{
    width:23px;
	height:17px;
	display:inline-block;
}
.gs-site-header-default span.mail a{
    background-image: url("https://hubertus-lakeside.de/wp-content/uploads/2020/11/envelope-regular.svg");
	background-position:center center;
	background-size:auto;
	background-repeat:no-repeat
}

.gs-site-header-light span.mail a{
    background-image: url("https://hubertus-lakeside.de/wp-content/uploads/2020/12/envelope-regular_white-1.svg");
	background-position:center center;
	background-size:auto;
	background-repeat:no-repeat	
}


.gs-page-heading-inner .container div:last-child, .gs-page-heading-description.gsFadeIn.wow.animated {
    display: none;
	visibility:hidden
}

@media screen and (max-width:720px) {
	.gs-logo.gs-logo-img img {
		max-width: 110px;
		height: auto !important;
	}
}