/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}



/* dancing-script-regular - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dancing-script-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dancing-script-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dancing-script-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dancing-script-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dancing-script-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dancing-script-v24-latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
}





body {
  font-family: 'Roboto';
  background-color: #264547;
  margin: 0;
  color: white;
  line-height: 150%;
}
body a {
  color: white;
  text-decoration: none;
}
body a.top {
  border: 1px solid white;
  display: inline-block;
  padding: 0.25rem;
  border-radius: 1rem;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}
img {
  width: 100%;
  height: auto;
}
#header {
  width: 100%;
  background-color: #99adb2;
  padding: 1rem;
  box-sizing: border-box;
  z-index: 1000;
  height: 10.5rem;
	position:fixed;
}
#header .inside, #body .fullwidth-inside, #bottom .inside {
  max-width: 1280px;
  margin: .75rem auto 0 auto;
  position: relative;
}

#powered{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2000;
	font-size: .75rem;
	margin: 1rem 1rem 0 0;
}

#powered img{
	width: auto !important;
}

#powered span{
	display: inline-block;
	vertical-align: top;
}

#powered p{
	margin: 0 0 0 0;
	vertical-align: top;
}
#body .fullwidth-inside {
  text-align: center;
  margin-bottom: 4rem;
}
body .fullwidth {
  padding: 0 1rem;
  box-sizing: border-box;
}

#body{
	padding-top: 10.5rem;
}

#body .fullwidth-inside.box {
  max-width: 40%;
  margin: 0 auto;
}
#nav-bar {
  width: 75%;
  display: inline-block;
  text-align: right;
}
#claim {
  font-family: 'Roboto';
  color: white;
  letter-spacing: 6px;
  font-size: 1.25rem;
  margin: -1rem 0 1rem 7rem;
  ;
}
#claim img {
  width: 100%;
}
#logo {
  width: 20%;
  display: inline-block;
}
#nav-bar {
  position: absolute;
  right: 2rem;
  bottom: 0;
}
#nav-bar ul {
  margin: 0;
}
#nav-bar ul li {
  list-style: none;
  display: inline-block;
  margin-right: 1rem;
}
#nav-bar ul li.last {
  margin-right: 0;
}
#nav-bar ul li a {
  color: #121212;
  text-decoration: none;
}
#teaser-image {
  position: relative;
}
.mholder {
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: +1;
}
#stoerer {
  max-width: 20rem;
  margin: 0 auto 0 auto;
  color: #FFF;
  background-color: #264547;
  padding: 1.5rem 2rem;
  border: 1px solid white;
  border-radius: 1rem;
  background-color: rgba(38, 69, 71, .85);
  box-shadow: 0px 5px 15px #000;
  text-align: center;
}
.round-image img {
  width: 23rem;
  height: 23rem;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.product {
  text-align: center;
}
#bottom {
  margin: 8rem 0 4rem 0;
}
/*
	TYPOGRAPHY
*/
h1, h2, h3, h4 {
  margin-top: 0;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1rem;
  margin-bottom: .5rem;
}
h5 {
  font-size: 1rem;
  font-style: italic;
  margin: 0;
  font-weight: normal;
}
.fullwidth h1 {
  text-align: center;
  font-size: 3.5rem;
  color: white;
  padding: 2rem;
  box-sizing: border-box;
}
h1.hw-hl, h2.hw-hl, h3.hw-hl, h4.hw-hl {
  font-family: 'Dancing Script', cursive;
	line-height: 110%;
}
#stoerer h2 {
  font-size: 1.5rem;
  letter-spacing: .125rem;
  margin-bottom: .25rem;
}
#stoerer .price {
  display: inline-block;
  margin-top: 1rem;
  font-size: 4rem;
}
#stoerer p {
  font-size: .75rem;
}
.pricetable {
  margin: 0 auto;
  font-size: 1.5rem;
}
.pricetable td:first-child {
  padding-right: 1.5rem;
}
.pricetable td {
  text-align: right;
}
hr {
  border: 0;
  border-top: 1px solid white;
  height: 1px;
}
.small {
  font-size: .75rem;
}
.hl-boxed {
  display: inline-block;
  padding: 1.5rem 2rem;
  background-color: #99adb2;
  border-radius: 2rem;
  letter-spacing: 2px;
}
#bottom #bottom-nav {
  text-align: center;
  margin: 0;
  padding: 0;
}
#bottom #bottom-nav li {
  list-style-type: none;
  display: inline-block;
  margin: 0 1rem;
}
#main.impressum p {
  margin: 0 0 0 0;
}
#main.impressum h4 {
  margin: 2rem 0 .25rem;
}
@media screen and (max-width:1024px){
	#nav-bar{
		position: static;
		text-align: left;
		margin-left: 0 auto;
		width: 100%;
		text-align: center;
	}
}


@media screen and (max-width:768px) {
	#header{
		height: auto;
		position: static;
	}
	
	#body{
	padding-top: 0rem;
}
	
	#claim{
		margin-top: .25rem;
		margin-left: 0;
		margin-bottom: 1.5rem;
		text-align: center;
	}
	
	#nav-bar{
		display: block;
		width: 100%;
		text-align: center;
	}
	
	#nav-bar ul{
		margin: 0 auto;
		padding: 0;
	}
	
	#logo{
		width: 60%;
	}
	#nav-bar{
		position: static;
	}
	.mholder{
		position: static;
	}
  #body .fullwidth-inside.box {
    max-width: 100% !important;
    margin: 0 auto;
  }
}