@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-regular.woff2') format('woff2');
}
a {
  text-decoration: none;
  color: #D9D4C9;
}
a:link {
  text-decoration: none;
  color: #D9D4C9;
}
a:visited {
  text-decoration: none;
  color: #D9D4C9;
}
a:hover {
  text-decoration: none;
  color: #D9D4C9;
}
a:active {
  text-decoration: none;
  color: #D9D4C9;
}
a[href^="tel:"]{
	text-decoration: none;
	color: #D9D4C9;
}
body {
  background-color: #D9D4C9;
}
html,body {
			height: 100%;
			margin: 5;
			padding: 0;
}
hr {
  border: 1px solid #D9D4C9;
}
iframe {
  border: none;
  border-radius: 12px;
}
iframe:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
input[type=button], input[type=submit], input[type=reset] {
  background-color: #433D39;
  border: none;
  border-radius: 12px;
  color: #D9D4C9;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  width: 750px;
  height: 75px;
  font-size: 30px;
}
input[type=button]:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.main {
	position: relative;
}
.menue {
	position: absolute;
	top: 180px;
	left: 5px;
	margin: 5px;
	background-color: #433D39;
	visibility: visible;
	width: 105px;
	height: 490px;
	z-index: 99;
}
.no-hover-link {
	pointer-events: auto;
	cursor: pointer;
	text-decoration: none;
}
.no-hover-link:hover {
	color: #007bff;
	text-decoration: none;
}
.pic {
  border: none;
  border-radius: 12px;
}
