@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Noto Sans'), local('NotoSans'),
				url('../../files/gfx/fonts/noto-sans-v8-latin-regular.woff2') format('woff2'),
				url('../../files/gfx/fonts/noto-sans-v8-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Noto Sans Bold'), local('NotoSans-Bold'),
				url('../../files/gfx/fonts/noto-sans-v8-latin-700.woff2') format('woff2'),
				url('../../files/gfx/fonts/noto-sans-v8-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 400;
	src: local('Noto Sans Italic'), local('NotoSans-Italic'),
				url('../../files/gfx/fonts/noto-sans-v8-latin-italic.woff2') format('woff2'),
				url('../../files/gfx/fonts/noto-sans-v8-latin-italic.woff') format('woff');
}






@media screen {

/* ****** reset ******************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	font: 14px/27px 'noto sans', 'helvetica neue', arial, sans-serif; 
	color: #eee;
	background: #1e2328;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html {
	box-sizing: border-box;
	height: 100%;
	overflow-y: scroll;	
}
*, *:before, *:after {
	box-sizing: inherit;
}






/* ****** structure ******************************************************** */
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0 4%;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 2;
	overflow: hidden;
	background: #1f2429;
	border-bottom: 1px solid #303030;
	box-shadow: inset 0 -10px 23px -12px #090909;
	padding: 0 4%;	
}
#header .inside {
	overflow: auto;
}
#header img {
	margin: 70px 0 40px 0;
}
.logo {
	clear: both;
	max-width: 780px;
	display: block;
	margin: 0 auto;
	border: 0;
	background: transparent !important;
}
#container {
	z-index: 1;
	max-width: 780px;
	margin: 0 auto;
	overflow: auto;
	clear: both;
	margin-top: 190px;
}
#left {
	margin-left: -100%;	
	margin-top: 60px;
	position: relative;
	float: left;
}
#left .inside {
	position: fixed;
}
@media(max-height:767px) {
#left .inside {
	position: static;
}
}
#left ul {
	list-style: none;
	color: #888;
}
#left li {
	padding: 0;
	margin: 0;
}
#left ul a,
#left ul strong {
	transition: color 300ms ease;
}
#left ul ul a,
#left ul ul strong {
	padding-left: 12px;
}
#left a,
#left strong {
	text-decoration: none;
	border: 0;
	color: #868a8a;
	display: block;
	outline: 0;
	padding-bottom: 0;
	background: none;
}
#left ul a:hover,
#left ul strong {
	color: #fff;
}
#mobile_menu,
#nav li .submenu + ul {
	display: none;
}
#nav li.submenu.trail ul,
#nav li.submenu.active ul {
	display: block;
}
#kontaktdaten {
	margin-top: 53px;
}
#kontaktdaten p {
	color: #868a8a !important;
}
#kontaktdaten a {
	display: inline-block;
	background: none;
	padding: 0;
	width: 100%;
}
#kontaktdaten a:hover {
	color: #eee;
}
#main {
	padding-bottom: 24px;
	padding-left: 280px;
	float: left;
	position: relative;
	overflow: auto;
}
.message {
	background: #506070; 
	padding: 20px 25px; 
	margin-bottom: 30px;
}
.message p:last-child {
	margin-bottom: 0;
}
.message a {
	border-color: #fff;
}






/* ****** common tags ****************************************************** */
p {
	margin-bottom: 27px;
}
h1 {
	color: #fff;
	font: 21px/33px 'noto sans', 'helvetica neue', arial, sans-serif;
	margin-bottom: 27px;
}
h2 {
	color: #eee;
	font: 20px/30px 'noto sans', 'helvetica neue', arial, sans-serif;
	margin-bottom: 24px;
}
h3,
h4 {
	color: #eee;
	font: 14px/27px 'noto sans', 'helvetica neue', arial, sans-serif;
}
abbr {
	border-bottom: 1px dotted #555;
	cursor: help;
	text-decoration: none;
}
a {
	text-decoration: none;
	border-bottom: 1px solid #607080;
	padding-bottom: 1px;
	color: inherit;
	transition: color 300ms ease, background 300ms ease;	
}
a[href $='.pdf'] {
	padding: 0 0 1px 20px;
	background: url(../../files/gfx/filetypes/pdf.svg) no-repeat;
}
a[href^='http:'],
a[href^='https:'] {
	padding: 0 0 1px 12px;
	background: url(../../files/gfx/icons/misc/external-link.svg) no-repeat 0 45%;
	background-size: 7px 7px;
}
a[href^='http://avanovum.de'],
a[href^='https://avanovum.de'],
.image_container a {
	padding: 0;
	background: none;
}
a[href^='https://von-rakete.de'] {
	padding: 0 0 1px 15px;
	margin-left: 1px;
	background: url(https://von-rakete.de/files/gfx/favicon.svg) no-repeat 0 30%;
	background-size: 14px 14px;
}
a:focus,
a:hover,
a:active {
	color: #fff;
	background-color: #506070;
	transition: color 300ms ease, background 300ms ease;
}
img {
	border: 0;
	background: 0;
	padding: 0;
	display: block;
}
#main img,
iframe {
	max-width: 100%;
	height: auto;
}
#main ul {
	margin: 0 0 27px 25px;
	list-style: disc;
}
#main ul li {
	margin: 0;
	padding: 0;
}
#main ul li::marker {
	color: #506070;
}
#main ol {
	margin: 0 0 27px 30px;
	list-style-type: decimal;
}
#main ol li {
	margin: 0;
	padding: 0;
}
.block {
	overflow: visible;
}
.float_right {
	float: right;
	padding: 0 0 15px 30px;
}
.index h1 a {
	text-decoration: none;
	border: none;
	background: transparent;
}
.index h1 a:hover {
	background: transparent;
}
.referenzen  #main ul a {
	background-image: none;
	padding-left: 0;
}






/* ****** common styles **************************************************** */
.print,
.hide,
.hide-desktop,
.invisible {
	display: none !important;
}
.hide-mobile {
	display: inline !important;
}
.nowrap {
	white-space: nowrap;
}
.error {
	color: #AF3636;
}
.req {
	color: #74A8CF;
}
.low {
	color: #bbb;
}
.small,
small {
	font-size: 12px;
}
kbd {
	font-family: consolas, "courier new", arial, sans-serif;
}
#scrollUp {
	position: fixed;
	bottom: 20px;
	right: 20px;
	border: none;
	width: 40px;
	height: 40px;
	background: #506070 url(../../files/gfx/icons/misc/arrow-white.svg) no-repeat;
	display: block;
	background-size: 40px 40px;
	border-radius: 120px;
	cursor: pointer;
}
p.quote:before {
	content: '“';
	display: block;
	position: absolute;
	top: 11px;
	left: -5px;
	font-size: 55px;
	font-family: georgia, serif;
	color: #506070;
}
p.quote {
	padding-left: 26px;
	font-style: italic;
	position: relative;
}
#zehn-gruende ol {
	margin-left: 20px;
}
#zehn-gruende ol li {
	margin-bottom: 24px;
	padding-left: 5px;
}
::selection {
	background: #506070;
	color: #fff;
}






/* ***** form ************************************************************** */
.ce_form {
	margin-bottom: 30px;
}
input.text,
select,
input.captcha,
textarea {
	padding: 4px;
	width: 300px;
	margin-bottom: 5px;
	font: 14px/22px 'noto sans', 'helvetica neue', arial, sans-serif;
	color: #333;
	border: 1px solid #fff;
}
input.text:focus,
select:focus,
input.captcha:focus,
textarea:focus {
	padding: 4px;
	border: 1px solid #fff;
}
input.captcha {
	width: 85px;
}
select {
	width: 300px;
}
::-webkit-input-placeholder { color: #999 !important; }
::-moz-placeholder {	color: #999 !important; }
::-ms-input-placeholder { color: #999 !important; }
::placeholder { color: #999 !important; }
textarea {
	height: 175px;
	width: 300px;
	line-height: 1.5em;
}
label,
legend {
	display: block;
	float: left;
	width: 100%;
	padding-top: 2px;
}
legend {
	display: none;
}
fieldset {
	border: none;
}
fieldset label {
	color: #fff !important;
}
.formbody p.error {
	display: none;
}
input.error,
textarea.error {
	border: 2px solid #c00;
	padding: 3px;
}
span.mandatory {
	display: none;
	padding-left: 3px;
	color: orange;
}
.mandatory label,
.mandatory legend,
.error {
	color: #333;
}
.checkbox_container label {
	width: 500px;
	float: left;
	margin-left: 24px;
	margin-top: -23px;
	clear: none;
}
.checkbox_container span {
	width: 24px;
	float: left;
}
.checkbox {
	margin-top: 15px;
}
.rating input,
.rating textarea {
	width: 100%;
	background: #444;
	color: #fff;
	border: none !important;
	padding: 13px !important;
	margin: 0 0 4px 0;
	border-radius: 0
}
button {
	font: 14px/22px 'noto sans', 'helvetica neue', arial, sans-serif;
	background: #506070;
	color: #fff;
	border: none;
	padding: 10px 16px 12px 16px;
	-webkit-appearance: none;
	margin-top: 0px;
	cursor: pointer;
	float: left;
}
button:hover {
	background: #304050;
}
.ios .rating textarea {
	margin-bottom: 1px;
}
.ios input,
.ios textarea {
	font-size: 16px;
}
fieldset.stars {
	float: left;
	margin: -6px 0 20px 0;
}
fieldset.stars:not(:checked) > input {
	display: none;
}
fieldset.stars:not(:checked) > label {
	float: right;
	width: 1em;
	margin-top: -4px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 280%;
	line-height: 1.4em;
	color: #999 !important;
	transition: color 0.3s ease;
}
fieldset.stars:not(:checked) > label:before {
	content: '★ ';
}
fieldset.stars > input:checked ~ label {
	color: gold !important;
}
fieldset.stars:not(:checked) > label:hover,
fieldset.stars:not(:checked) > label:hover ~ label {
	color: gold !important;
	transition: color 0.3s ease;
}
fieldset.stars > input:checked + label:hover,
fieldset.stars > input:checked + label:hover ~ label,
fieldset.stars > input:checked ~ label:hover,
fieldset.stars > input:checked ~ label:hover ~ label,
fieldset.stars > label:hover ~ input:checked ~ label {
	color: gold;
}
fieldset.stars > label:active {
	position: relative;
}
.submit {
	margin-top: 4px;
}



} /* end screen */






/* ****** mobile ******************************************************* */
@media(max-width:767px) {
body {
	-webkit-text-size-adjust: 100%;
}
.hide-desktop {
	display: inline !important;
}
.hide-mobile {
	display: none !important;
}
#wrapper,
#header {
	padding: 0;
}
#header,
#header img {
	position: fixed;
}
#header img {
	margin-left: 7%;
}
#header .inside {
	height: 85px;
}
#header img {
	margin-top: 34px;
}
#nav {
	display: block;
}
#nav-desktop {
	display: none;
}
#nav .submenu {
	position: relative;
}
#nav .indicator,
#nav .indicator-border {
	background: transparent url(../../files/gfx/icons/misc/arrow-white.svg) no-repeat 50% 50%;
	background-size: 30px;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	transform: rotate(0);	
	transition: transform .3s ease-in-out;
	cursor: pointer;	
}
#nav .indicator.closed {
	transform: rotate(-180deg);
}
#nav .indicator-border {
	background: none;
	transition: none;
	transform: rotate(0);
	border-left: 1px solid #222;
}
#left ul a,
#left ul strong,
#kontaktdaten a {
	padding: 10px 0 12px 7%;
	font-size: 16px;
	border-top: 1px solid #222;
	background: rgba(0,0,0,0.7);
	transition: color 0.2s ease, background 0.2s ease;
}
#left ul ul a,
#left ul ul strong {
	padding-left: 12%;
}
#left ul strong,
#left ul a:hover,
#kontaktdaten a:hover {
	background: #506070;
}
#left {
	clear: both;
	margin-top: 30px;
	margin-left: 0;
	width: 100%;
}
#left .inside {
	position: static;
	width: 100%;
}
#left nav {
	border-bottom: 1px solid #222;
}
#main,
#container,
.logo {
	padding: 0;
	width: 100%;
}
.logo img {
	max-width: 165px;
}
#container {
	margin-top: 130px;
}
#main .inside {
	padding: 0 7%;
}
#main img {
	max-width: 100%;
	height: auto;
}
#kontaktdaten {
	margin: 30px 0;
}

#kontaktdaten p {
	margin-bottom: 0;
}
#kontaktdaten br {
	display: none;
}
#mobile_menu {
	display: block;
}
#mobile_menu a {
	display: block;
	float: right;
	border: 0;
	padding: 34px 7% 14px 30px;
	display: block;
	margin-bottom: 10px;
}
#mobile_menu a {
	background: none;
}
#mobile_menu a:before {
	background: url(../../files/gfx/icons/misc/mobile-menu-white.svg) 0 center no-repeat;
	padding-left: 1.6em;
	text-align: center;
	height: 12px;
	width: 24px;
	content: '';
}
.float_right {
	float: none;
	padding-left: 0;
}

}  /* end mobile */






/* ****** print ******************************************************* */
@media print {
nav,
#mobile_menu,
.mod_navigation,
.logo,
.noprint {
	display: none !important;
}
.print {
	display: inline-block;
}
#main,
p {
	font: 13px/21px 'noto sans', 'helvetica neue', arial, sans-serif;
}
figure {
	padding-left: 0;
	margin-left: 0;
}
#header {
	position: static;
	float: left;
	width: 100%;
}
.print-logo {
	float: none;
	width: 200px;
	display: block;
	padding: 20px 0 20px 0;
}
#kontaktdaten .print {
	border-top: 1px dotted #777;
	width: 100%;
}
#kontaktdaten .print br {
	display: block;
}
#header img {
	margin-left: 0;
}
#container {
	width: 80%;
}
#container,
#wrapper, 
#main,
#main .inside,
#left {
	padding: 0;
	margin: 0;
	clear: both;
	float: left;	
}
#main {
	margin-top: 40px;
}
#kontaktdaten p {
	padding-left: 0;
	margin-left: 0;
}
h1 {
	font: 18px/18px 'noto sans', 'helvetica neue', arial, sans-serif;
	margin-bottom: 20px;
}
h2,
h3,
h4 {
	font: 14px/22px 'noto sans', 'helvetica neue', arial, sans-serif;
}

} /* end print */
