html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/*************************** Navigation *************************/

body {
  font-family: Quicksand-Light;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(244,244,244, 1.0);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  font-family: Quicksand-Light;
  padding-bottom: 0;
  padding-left: 40;
  padding-right: 30;
  padding-top: 20;
  text-decoration: none;
  font-size: 48px;
  color: #333333;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
	color: #606060;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 100px;
}

.navi {
  font-family: Quicksand-Regular;
  padding: 30px;
  text-decoration: none;
  font-size: 48px;
  color: #333333;
  display: block;
  transition: 0.3s;
}

summary:focus {
	outline: none;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/*************************** Box ********************************/

.info-box {
   position: fixed;
   display: inline-block;
   margin: 0 0 0 auto;
   width:150px;
   height:150px;
   bottom:100px;
   right: 100;
   z-index: 2;
}

/*************************** Fixed ******************************/

.top-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/*************************** Pict *******************************/

.bg-main {
	background-image: 		url(../bg/bg-home.jpg);
	background-size: 		cover;
	background-position: 	center bottom;
}

.bg-vcard {
	background-image: 		url(../bg/bg-vcard.png);
	background-size: 		cover;
}

.bg-navigation {
	background-image: 		url(../bg/bg-navigation.png);
	background-size: 		cover;
}

.bg-raster {
	background-image: 		url(../bg/bg-raster.svg);
	background-size: 		cover;
	background-position: 	bottom;
}

/*************************** Colors *****************************/

.home {
	background-color: #454545;
}

/*************************** Type *******************************/

@font-face {
	font-family: Quicksand-Light ; src: url(/css/font/Quicksand-Light.ttf);
}

@font-face {
	font-family: Quicksand-Regular ; src: url(/css/font/Quicksand-Regular.ttf);
}

@font-face {
	font-family: Officielle ; src: url(/css/font/Officielle.ttf);
}

/*************************** Animation ***************************/

.animate-left {
	position:relative;
	animation:animateleft 1.2s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}

.animate-right {
	position:relative;
	animation:animateright 1.2s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}

.animate-zoom {
	position:relative;
	animation:animatezoom 1.2s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}

.animate-opacity {
	animation:opac 2.0s}@keyframes opac{from{opacity:0} to{opacity:1}}


/*************************** Fonts ******************************/

.titel {
	color: #333333;
	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	font-family: Quicksand-Light;
	letter-spacing: 0px;
    font-size: 64px;
    text-decoration: none;
}

.titel-hell {
	color: #ffffff;
	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	font-family: Quicksand-Light;
	letter-spacing: 0px;
    font-size: 64px;
    text-decoration: none;
}

.subtitel {
	color: #333333;
	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	font-family: Quicksand-Light;
	letter-spacing: 0px;
    font-size: 48px;
    text-decoration: none;
}

.subtitel-hell {
	color: #ffffff;
	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	font-family: Quicksand-Light;
	letter-spacing: 0px;
    font-size: 48px;
    text-decoration: none;
}

.text {
	color: #555555;
	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	font-family: Quicksand-Light;
	letter-spacing: 0px;
    font-size: 32px;
    text-decoration: none;
}

.text-hell {
	color: #ffffff;
	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	font-family: Quicksand-Light;
	letter-spacing: 0px;
    font-size: 32px;
    text-decoration: none;
}

.text-num {
	color: #004380;
	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	font-family: Quicksand-Light;
	letter-spacing: 0px;
    font-size: 22px;
    text-decoration: none;
}

.text-vcard {
	color: #555555;
	padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
	font-family: Quicksand-Light;
	letter-spacing: 0px;
    font-size: 22px;
    text-decoration: none;
}

.subtitel-vcard {
	color: #555555;
	padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
	font-family: Quicksand-Light;
	letter-spacing: 0px;
    font-size: 48px;
    text-decoration: none;
}

.text-num-vcard {
	color: #004380;
	padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
	font-family: Quicksand-Light;
	letter-spacing: 0px;
    font-size: 22px;
    text-decoration: none;
}

.signatur {
	color: #004380	;
	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	font-family: Officielle;
	letter-spacing: 0px;
    font-size: 72px;
    text-decoration: none;
}