@charset "UTF-8";

body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}



/* first for IE 4–8 */
@font-face {
  font-family: ZimmerLight;
  src: url("/assets/font/Zimmer_LightWeb.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: ZimmerLight;
  src: url("/assets/font/Zimmer_LightWeb.woff") format("woff");
}

/* first for IE 4–8 */
@font-face {
  font-family: ZimmerMedium;
  src: url("/assets/font/Zimmer_MediumWeb.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: ZimmerMedium;
  src: url("/assets/font/Zimmer_MediumWeb.woff") format("woff");
}




html {
	font-size:10px;
}

body {
	font-family:'ZimmerLight';
	font-size:2rem;
	line-height:1.3;
	color:#3c3c3c;
}

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}



h2 {
	font-size:2rem;
	margin-bottom:2rem;
	margin-top:8rem;
	font-weight:400;
}

p, ul {
	margin-bottom:0.8em;
	margin-top:0;
}



a:active,
a:hover {
  outline:0;
}

a {
  color:inherit;
  text-decoration:none;
  border-bottom:solid 1px;
}
a:hover {
  color:inherit;
  text-decoration:none;
  border-bottom:none;
}
a:focus {
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}






.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}




.page-img {
	background-size:cover;
	background-position:center center;
	width:100%;
	display:table;
	min-height:auto;
}
.img-cell {
	display:table-cell;
	vertical-align:middle;
}
.page-text {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-left:6rem;
	padding-right:6rem;
}
.text-item {
	background-color:rgba(255,255,255,0.95);
	padding:4rem;
	display:inline-block;
	margin-top:6rem;
	margin-bottom:6rem;
	min-width:50%;
	max-width:546px;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.mail {
    margin-top: 8rem;
}
.text-item .logo {
	margin-bottom:8rem;
	max-width:70%;
}
.text-item ul {
	padding:0;
	list-style-type:none;
	color:#999;
}
.text-item ul li {
	margin-top:4px;
	margin-bottom:4px;
}
.text-address {
	margin-top:8rem;
	font-size:1.7rem;
}

#footer .signature-vanberg {
	color:#ef0f12;
	padding-top:1em;
	padding-bottom:1.2em;
	font-size:1.7rem;
}
.signature-vanberg a {
	font-family:'ZimmerMedium';
	color:inherit;
	border-bottom:none;
	text-decoration:none;
}
.signature-vanberg a:hover, .signature-vanberg a:focus {
	text-decoration:none;
	color:#d4070a;
}


/*bis max-2000px*/
@media (max-width:2000px) {
	html {
		font-size:9px;
	}
}

@media (max-width:1370px) {
	html {
		font-size:8px;
	}
}

@media (max-width:375px) {
	.page-text {
		padding-left:4rem;
		padding-right:4rem;
	}
	.text-item {
		margin-bottom:4rem;
		margin-top:4rem;
		min-width:100%;
	}
}
