@charset "utf-8";
/* copyright 2026 webQ GmbH */

/* la-belle-aurore-v23-latin-regular */
@font-face {
  font-family: 'Labelle';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/la-belle-aurore-v23-latin-regular.eot'); 
  src: local(''),
       url('../fonts/la-belle-aurore-v23-latin-regular.eot?#iefix') format('embedded-opentype'), 
	   url('../fonts/la-belle-aurore-v23-latin-regular.woff2') format('woff2'), 
       url('../fonts/la-belle-aurore-v23-latin-regular.woff') format('woff'), 
       url('../fonts/la-belle-aurore-v23-latin-regular.ttf') format('truetype'), 
       url('../fonts/la-belle-aurore-v23-latin-regular.svg#Futura') format('svg'); 
  font-display: swap;
}

/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.eot'); 
	src: local(''),
		url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), 
		url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), 
		url('../fonts/roboto-v30-latin-regular.woff') format('woff'), 
		url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), 
		url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); 
   font-display: swap;
}

* {
	margin:0px;
	padding:0px;
	outline:none;
	border:0;
	box-sizing: border-box;
}
html, body {
	width: 100%;
}
body {
	font-family: "Roboto", Verdana, Helvetica, Arial, sans-serif;
	font-size:18px;
	line-height: 150%;
	color: #565656;
	background-color: #fff;
	background-image:url(/images/Daniel3735.jpg); 
	background-repeat: no-repeat;
}

/* Main Styles here: */
h1, h2, h3, .titel, .hovertext{
	font-family: "Labelle", Verdana, Helvetica, Arial, sans-serif;
}
a {
	color: #000;
}




/* SM Icons */
ul.socialmedia  {
	margin-left: 1.5em; 
}
ul li  {
	display: inline;
}
.socialmedia a {
    display: inline-block;
    margin: 0 0.75rem 0 0;
	margin:0.5rem;
    width: 2rem;
    height: 2rem;
    text-indent: -1000em;
    border: none;
}
.socialmedia a.facebook {
    background: url(/layout/icon-facebook.svg) no-repeat 0 0;
    background-size: 2rem ;
}
.socialmedia .youtube {
    background: url(/layout/icon-youtube.svg) no-repeat 0 0;
    background-size: 2rem;
}
.socialmedia .instagram {
    background: url(/layout/icon-instagram.svg) no-repeat 0 0;
    background-size: 2rem;
}
.socialmedia .wikipedia {
	background: url(/layout/icon-wikipedia.svg) no-repeat 0 0;
	background-size: 2rem;
}