@charset "utf-8";
/* CSS Document */
/*
 Theme Name:   hello-elementor
 Description:  hello-elementor Theme
 Author:       Webtimiser
 Author URI:   httpw://www.webtimiser.de
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/



/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'SuisseIntl';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/SuisseIntl-Regular-WebS.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/SuisseIntl-Regular-WebS.woff') format('woff') /* Modern Browsers */
}



html{
	scroll-behavior: smooth;
}
body{
	padding-top:0;
	font-family: SuisseIntl, "Arial", "sans-serif"!important;
	font-weight:400;
}
.elementor-widget-image-box h4,.elementor-widget-image-box p{
	font-size: 0.9rem!important;
	margin-bottom:0;
	margin-top:0;
}
.site-header{
	padding-top:0!important;
	padding-bottom:0!important;
}
.col-contain{
	height:100vh!important;
}
.mobile_screen{
	height:100vh!important;
}
.hfe-nav-menu li {
	list-style-image: url('image/dot_nav.svg')!important;
}
.hfe-nav-menu li a,.menu-item a.hfe-menu-item{
	margin-right: 8px!important;
	margin-left: 5px!important;
}
.hfe-nav-menu li:first-child {
	list-style-image: none !important;
}


.legal .hfe-nav-menu li {
	list-style-image: none !important;
}




.mobile-nav .hfe-nav-menu{
	width: 200px;
	text-align: center;
}
.mobile-nav .hfe-nav-menu li{
	display:inline-block;
}
.mobile-nav .hfe-nav-menu li a{
	border-bottom: 3px solid rgba(0,0,0,0);
}
.mobile-nav .hfe-nav-menu li.current_page_item a{
	border-bottom: 3px solid #000;
}
.mobile-nav .hfe-nav-menu li a:hover{
	border-bottom: 3px solid #000;
}

.footer p, .footer a{
	color:#fff;
}
.footer a:hover{
	color:#ccc;
}
.site-footer{
	display:none;
}
