@charset "iso-8859-1";
/* -----------------------------------------------------------------------------------------
   CSS Document 
   style.css / http://geld-durch-glauben.de

   System Data - Manfred Weidinger
   http://www.system-data.eu

   Copyright (c) 2016 System Data - Manfred Weidinger
   ---------------------------------------------------------------------------------------*/

body {
	color: rgba(64,64,64,1);
	background: url(../images/Geld-magisch-anziehen.jpg) rgba(0,0,0,1);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

/* LINKS GLOBAL */
a {
	color: rgba(221,217,217,1);
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: rgba(240,185,54,1);
	text-decoration: none;
	font-weight: normal;
}
/* Überschriften */
h1 {
	color: rgba(240,185,54,1);
	font-weight: bold;
	font-size:1.3em;
	margin:5px 0px 5px 0px;
	padding:0px;
	width:auto;
	border: #ccc solid;
	border-width:0px 0px 1px 0px;
	padding-bottom:0.2em;
}
h2 {
	color:#80818f;
	font-weight:bold;
	font-size:1.2em;
	margin:15px 0px 8px 0px;
	padding:0px;
}
h3 {
	color:#80818f;
	font-weight:bold;
	font-size:1.15em;
	margin:15px 0px 8px 0px;
	padding:0px;
}
h4 {
	color:#80818f;
	font-weight:bold;
	font-size:1.1em;
	margin:15px 0px 8px 0px;
	padding:0px;
}
/* Textfeld mitte der index.html */
blockquote {
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    height: 100%;
    background: rgba(0,0,0,1);
    padding: 1em;
    border-radius: 1.5em;
    opacity: 0.8;
}
blockquote p {
    margin: 0;
}
/* Diverse Text Container */
#container {
	color: rgba(255,255,255,1);
	margin-left: auto;
	margin-right: auto;
  vertical-align: middle;
}
#footer {
  background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	margin-left: auto;
	margin-right: auto;
  vertical-align: middle;
  width: 55%;
  border-radius: 0.5em;
  opacity: 0.8;
  font-size: 0.6em;
}
/* Eingabebutton auf der Startseite */
.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:2px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:0.95em;
	font-weight:bold;
	padding:22px 60px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
	color:#737373;
	font-family:Arial;
	font-size:0.95em;
	font-weight:bold;
	padding:22px 60px;
	text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
}
#---------mobile-ab-769px---------{}
body {
	color: rgba(64,64,64,1);
	background: url(../images/Geld-magisch-anziehen.jpg) rgba(0,0,0,1);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

/* LINKS GLOBAL */
a {
	color: rgba(221,217,217,1);
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: rgba(240,185,54,1);
	text-decoration: none;
	font-weight: normal;
}
/* Überschriften */
h1 {
	color: rgba(240,185,54,1);
	font-weight: bold;
	font-size:1.3em;
	margin:5px 0px 5px 0px;
	padding:0px;
	width:auto;
	border: #ccc solid;
	border-width:0px 0px 1px 0px;
	padding-bottom:0.2em;
}
h2 {
	color:#80818f;
	font-weight:bold;
	font-size:1.2em;
	margin:15px 0px 8px 0px;
	padding:0px;
}
h3 {
	color:#80818f;
	font-weight:bold;
	font-size:1.15em;
	margin:15px 0px 8px 0px;
	padding:0px;
}
h4 {
	color:#80818f;
	font-weight:bold;
	font-size:1.1em;
	margin:15px 0px 8px 0px;
	padding:0px;
}
/* Textfeld mitte der index.html */
blockquote {
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    height: 100%;
    background: rgba(0,0,0,1);
    padding: 1em;
    border-radius: 1.5em;
    opacity: 0.8;
}
blockquote p {
    margin: 0;
}
/* Diverse Text Container */
#container {
	color: rgba(255,255,255,1);
	margin-left: auto;
	margin-right: auto;
  vertical-align: middle;
}
#footer {
  background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	margin-left: auto;
	margin-right: auto;
  vertical-align: middle;
  width: 55%;
  border-radius: 0.5em;
  opacity: 0.8;
  font-size: 0.6em;
}
/* Eingabebutton auf der Startseite */
.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:2px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:0.95em;
	font-weight:bold;
	padding:22px 60px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
	color:#737373;
	font-family:Arial;
	font-size:0.95em;
	font-weight:bold;
	padding:22px 60px;
	text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
}
#----------mobile-bis-768px---------{}
@media screen and (max-width: 768px) {
body {
	color: rgba(64,64,64,1);
	background: url(../images/Geld-magisch-anziehen.jpg) rgba(0,0,0,1);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

/* LINKS GLOBAL */
a {
	color: rgba(221,217,217,1);
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: rgba(240,185,54,1);
	text-decoration: none;
	font-weight: normal;
}
/* Überschriften */
h1 {
	color: rgba(240,185,54,1);
	font-weight: bold;
	font-size:1.3em;
	margin:5px 0px 5px 0px;
	padding:0px;
	width:auto;
	border: #ccc solid;
	border-width:0px 0px 1px 0px;
	padding-bottom:0.2em;
}
h2 {
	color:#80818f;
	font-weight:bold;
	font-size:1.2em;
	margin:15px 0px 8px 0px;
	padding:0px;
}
h3 {
	color:#80818f;
	font-weight:bold;
	font-size:1.15em;
	margin:15px 0px 8px 0px;
	padding:0px;
}
h4 {
	color:#80818f;
	font-weight:bold;
	font-size:1.1em;
	margin:15px 0px 8px 0px;
	padding:0px;
}
/* Textfeld mitte der index.html */
blockquote {
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    height: 100%;
    background: rgba(0,0,0,1);
    padding: 1em;
    border-radius: 1.2em;
    opacity: 0.8;
}
blockquote p {
    margin: 0;
}
/* Diverse Text Container */
#container {
	color: rgba(255,255,255,1);
	margin-left: auto;
	margin-right: auto;
  vertical-align: middle;
}
#footer {
  background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	margin-left: auto;
	margin-right: auto;
  vertical-align: middle;
  width: 95%;
  border-radius: 0.5em;
  opacity: 0.8;
  font-size: 0.6em;
}
/* Eingabebutton auf der Startseite */
.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:2px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:0.95em;
	font-weight:bold;
	padding:22px 60px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
	color:#737373;
	font-family:Arial;
	font-size:0.95em;
	font-weight:bold;
	padding:22px 60px;
	text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
}
}
#----------mobile-bis-480px---------{}
@media only screen and (max-width: 480px) {
body {
	color: rgba(64,64,64,1);
	background: url(../images/Geld-magisch-anziehen.jpg) rgba(0,0,0,1);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

/* LINKS GLOBAL */
a {
	color: rgba(221,217,217,1);
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: rgba(240,185,54,1);
	text-decoration: none;
	font-weight: normal;
}
/* Überschriften */
h1 {
	color: rgba(240,185,54,1);
	font-weight: bold;
	font-size:1.3em;
	margin:5px 0px 5px 0px;
	padding:0px;
	width:auto;
	border: #ccc solid;
	border-width:0px 0px 1px 0px;
	padding-bottom:0.2em;
}
h2 {
	color:#80818f;
	font-weight:bold;
	font-size:1.2em;
	margin:15px 0px 8px 0px;
	padding:0px;
}
h3 {
	color:#80818f;
	font-weight:bold;
	font-size:1.15em;
	margin:15px 0px 8px 0px;
	padding:0px;
}
h4 {
	color:#80818f;
	font-weight:bold;
	font-size:1.1em;
	margin:15px 0px 8px 0px;
	padding:0px;
}
/* Textfeld mitte der index.html */
blockquote {
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    height: 100%;
    background: rgba(0,0,0,1);
    padding: 1em;
    border-radius: 1.2em;
    opacity: 0.8;
}
blockquote p {
    margin: 0;
}
/* Diverse Text Container */
#container {
	color: rgba(255,255,255,1);
	margin-left: auto;
	margin-right: auto;
  vertical-align: middle;
}
#footer {
  background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	margin-left: auto;
	margin-right: auto;
  vertical-align: middle;
  width: 95%;
  border-radius: 0.5em;
  opacity: 0.8;
  font-size: 0.6em;
}
/* Eingabebutton auf der Startseite */
.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:2px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:0.95em;
	font-weight:bold;
	padding:22px 60px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
	color:#737373;
	font-family:Arial;
	font-size:0.95em;
	font-weight:bold;
	padding:22px 60px;
	text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
}
}