@import url("https://required.senso.bz/impressum/impressum.css");
@import url("https://required.senso.bz/privacy/privacy.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Ubuntu:400,500,700');
html, body {
	min-height: 100%;
}
body {
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	overflow-x: hidden;
}
/*---------------------------------------
   Typorgraphy              
-----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
}
h1, h2, h4 {
	font-weight: 500;
}
h1 {
	font-size: 30px;
}

ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
}
img.logo {
	max-width: 80%;
}

/*---------------------------------------
   General               
-----------------------------------------*/

html {
	-webkit-font-smoothing: antialiased;
}
a {
	transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-ms-transition: ease-in-out 0.5s;
	color: #333;
	text-decoration: none !important;
}
a:hover, a:focus {
	color: #999;
}






.container {
    text-align: center;
}

.bg_image {
/*	height: 100vh; 
	width: 100vw;  */
	
	height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  	height: calc(var(--vh, 1vh) * 100);
	/*  
	// https://css-tricks.com/the-trick-to-viewport-units-on-mobile/
	
	// We listen to the resize event
window.addEventListener('resize', () => {
  // We execute the same script as before
  let vh = window.innerHeight * 0.01;
  document.documentElement.style.setProperty('--vh', `${vh}px`);
});
	*/

/*
	background: url(../images/BG.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../global/images/BG.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../global/images/BG.jpg', sizingMethod='scale')";
    
    */
}*

.coming-soon {
    font-size: 28px;
    line-height: 1em;
    padding: 10px;
    color: #fff;
    background-color: rgb(193, 2, 48);
    border-radius: 5px;
}
body {
	color: #333; font-size: 22px;
}
@media only screen and (max-width: 991px) {
body {
	color: #333; font-size: 18px!important;
}
    	h1 {
	font-size: 24px!important;
}
}


@media only screen and (max-width: 767px) {	
body {
	color: #333; font-size: 16px!important;
}
    	h1 {
	font-size: 18px!important;
}
    .coming-soon {
	font-size: 24px;
}

}
@media only screen and (max-width: 575px) {
    .coming-soon {
	font-size: 18px;
}
    body {
	color: #333; font-size: 14px!important;
}
	
  
}
