@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');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
html, body {

}
body {text-align: center;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	overflow-x: hidden;
    color:#000;
    	font-size: 18px;
}
.logo {
    max-width: 70%
}


h1 {
font-family: 'Montserrat', sans-serif; font-weight: 700;
    color:#bd003c;
    padding: 0px 0px 0px 0px;
}

h1 {
	font-size: 35px;
}

ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}



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: #000;
	text-decoration: none !important;
}
a:hover, a:focus {
	color: #666;
}






.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')";
    
    */
}



@media only screen and (max-width: 991px) {
body {
	font-size: 16px!important;
}
    	h1 {
	font-size: 24px!important;
}
}


@media only screen and (max-width: 767px) {	

}
@media only screen and (max-width: 575px) {
  body {
	font-size: 16px!important;
}
    	h1 {
	font-size: 24px!important;
}
  
}
