html {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

body {
	font-family: Trebuchet MS, Lucida Grande, Arial, sans-serif;
	font-size: 12pt;
	padding: 0;
	margin: 0;
	background-color: #fffefa;
}

@media (prefers-color-scheme: dark) {
	html {
		background-color: #000 !important;
	}
    body {
        background-color: #282828 !important;
        color: #eee !important;
    }
	div.header {
		background-color: #383838 !important;
	}
	div.header h1, div.header h3, div.header h4 {
		text-shadow: 1px 1px 5px #111 !important;
	}
	img.logo, img.logo4, img.logo3, img.logo2 {
		box-shadow: 2px 2px 5px #111 !important;
		-moz-box-shadow: 2px 2px 5px #111 !important;
		-webkit-box-shadow: 2px 2px 5px #111 !important;
	}
	
	
	div.navigation {
		border-top: thin solid #888 !important;
		border-bottom: thin solid #888 !important;
		background-color: #333 !important;
		background-image: linear-gradient(#222, #444) !important; 
		box-shadow: 0 4px 5px #222 !important;
		-moz-box-shadow: 0 4px 5px #222 !important;
		-webkit-box-shadow: 0 4px 5px #222 !important;
	}

	div.navigation span.tab {
		background-color: #555 !important;
		background-image: linear-gradient(#505050, #585858) !important; 
		border-left: 1px solid #888 !important;
		border-right: 1px solid #888 !important;
		text-shadow: 1px 1px 1px #111 !important;
	}

	div.navigation span.tab.current {
		background-color: #666 !important;
		background-image: linear-gradient(#606060, #686868) !important; 
	}

	div.navigation span.tab:hover {
		background-color: #777 !important;
		background-image: linear-gradient(#707070, #787878) !important; 
	}

	div.navigation span.tab a {
		color: white !important;
	}


	div.navigation span.privacy {
		border-left: 1px solid #888 !important;
		border-bottom: 1px solid #888 !important;
		background-color: #555 !important;
		background-image: linear-gradient(#505050, #585858) !important; 
		box-shadow: 0 4px 5px #222 !important;
		-moz-box-shadow: 0 4px 5px #222 !important;
		-webkit-box-shadow: 0 4px 5px #222 !important;
	}

	div.navigation span.privacy a {
		color: white !important;
	}

	div.navigation span.privacy:hover {
		background-color: #777 !important;
		background-image: linear-gradient(#707070, #787878) !important; 
	}
	
	div.navigation span.langmenu {
		border-left: 1px solid #888 !important;
		border-top: thin solid #888 !important;
		border-bottom: thin solid #888 !important;
		background-color: #333 !important;
		background-image: linear-gradient(#222, #444) !important; 
		box-shadow: 0 4px 5px #222 !important;
		-moz-box-shadow: 0 4px 5px #222 !important;
		-webkit-box-shadow: 0 4px 5px #222 !important;
	}

	div.navigation span.lang {
		background-color: #555 !important;
		background-image: linear-gradient(#505050, #585858) !important; 
		border-left: 1px solid #888 !important;
		border-right: 1px solid #888 !important;
	}

	div.navigation span.lang a {
		color: #eee !important;
		text-shadow: 1px 1px 1px #111 !important;
	}

	div.navigation span.lang:hover {
		background-color: #777 !important;
		background-image: linear-gradient(#707070, #787878) !important; 
	}

	div.sidebar {
		background-color: #303030 !important;
		border-top: 1px solid #222 !important;
		border-left: 1px solid #222 !important;
		box-shadow: -2px 4px 5px #111 !important;
		-moz-box-shadow: -2px 4px 5px #111 !important;
		-webkit-box-shadow: -2px 4px 5px #111 !important;
	}

	div.sidebar>h1 {
		background-color: #353535 !important;
	}

	div.newsbox h1 {
		border-bottom: solid 1px #ddd !important;
	}

	div.newsbox.apps {
		background-color: #282828 !important;
		border-top: #222 thin solid !important;
		border-bottom: #222 thin solid !important;
	}

	div.newsbox.apps a.app {
		color: #eee !important;
	}

	a:link {
		color:#feb !important;
	}

	a:hover {
		color:#874 !important;
	}

	a:active {
		color:#653 !important;
	}

	div.main dd {
		color: #bbb !important;
	}

	img.screenshot, .video {
		box-shadow: 4px 4px 5px #111 !important;
		-moz-box-shadow: 4px 4px 5px #111 !important;
		-webkit-box-shadow: 4px 4px 5px #111 !important;
	}

}


.german {
	display: none;
}

.spanish {
	display: none;
}

.lang {
	display: none;
}

div.header {
	margin: 0;
	padding: 0;
	background-color: #fff8dd;
}

div.header h1 {
	margin: 0;
	padding: 1em 0 0.1em 0;
	font-size: 2.2em;
	font-weight: normal;
	text-shadow: 1px 1px 5px #aaa;
}
div.header h3 {
	margin: 0;
	padding: 0.1em 0;
	font-size: 1.1em;
	font-weight: normal;
	text-shadow: 1px 1px 3px #aaa;
}

div.header h4 {
	margin: 0;
	padding: 0.5em 0 2em 0;
	font-size: 0.8em;
	font-weight: normal;
	text-shadow: 1px 1px 2px #aaa;
}

img.logo, img.logo4, img.logo3, img.logo2 {
	margin: 1.9em 1.9em 0 1.9em;
	padding: 0;
	float: left;
	width: 6em;
	height: 6em;
	border: none;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	box-shadow: 2px 2px 5px #aaa;
	-moz-box-shadow: 2px 2px 5px #aaa;
	-webkit-box-shadow: 2px 2px 5px #aaa;
}

img.logo4 {
	float: none;
	margin: 0.3em;
	width: 114px;
	height: 114px;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
}

img.logo3 {
	float: none;
	margin: 0.3em;
	width: 72px;
	height: 72px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}

img.logo2 {
	float: none;
	margin: 0.3em;
	width: 57px;
	height: 57px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

td {
	text-align: center;
}

table.list td, table.list th {
	text-align: left;
	vertical-align: top;
	padding-right:1em;
}

table.left td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 1em;
}

table.left td img {
	margin-right: 1em;
}

div.navigation {
	height: 2.0em;
	padding:0em 1em 0em 2em;
	border-top: thin solid #cb8;
	border-bottom: thin solid #a96;
	background-color: #eda;
	background-image: linear-gradient(#feb, #dc9); 
	box-shadow: 0 4px 5px #ddd;
	-moz-box-shadow: 0 4px 5px #ddd;
	-webkit-box-shadow: 0 4px 5px #ddd;
}

div.navigation span.tab {
	float: left;
	height: 2em;
	padding: 0 0.3em;
	background-color: #ba7;
	background-image: linear-gradient(#eda, #cb8); 
	margin-left: -1px;
	border-left: 1px solid #a97;
	border-right: 1px solid #a97;
	text-shadow: 1px 1px 1px #eee;
}

div.navigation span.tab.current {
	background-color: #fff7e0;
	background-image: linear-gradient(#fff7e0, #e4e0c8); 
}

div.navigation span.tab:hover {
	background-color: #ba7;
	background-image: linear-gradient(#a96, #cb8); 
}

div.navigation span.tab a {
	display:inline-block;
	text-decoration: none;
	padding: 0.4em 0.5em;
	color: black;
}



div.navigation span.privacy {
	float:right;
	font-size:0.9em;
	width: 16.5em;
	height:1.8em;
	text-align:center;
	position:relative;
	top:2.8em;
	right:-1.2em;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #ddd;
	background-image: linear-gradient(#eee, #ccc); 
	box-shadow: 0 4px 5px #ddd;
	-moz-box-shadow: 0 4px 5px #ddd;
	-webkit-box-shadow: 0 4px 5px #ddd;
}

div.navigation span.privacy a {
	display:inline-block;
	text-decoration: none;
	padding: 0.4em 0.5em;
	color: black;
}

div.navigation span.privacy:hover {
	background-color: #bbb;
	background-image: linear-gradient(#bbb, #ddd); 
}



div.navigation span.langmenu {
	clear:right;
	float:right;
	font-size:0.9em;
	width: 14.5em;
	height:1.8em;
	padding-left:2em;
	position:relative;
	top:3.4em;
	right:-1.2em;
	border-left: 1px solid #a97;
	border-top: 1px solid #a97;
	border-bottom: 1px solid #a97;
	background-color: #ba7;
	background-image: linear-gradient(#eda, #cb8); 
	box-shadow: 0 4px 5px #ddd;
	-moz-box-shadow: 0 4px 5px #ddd;
	-webkit-box-shadow: 0 4px 5px #ddd;
}


div.navigation span.lang {
	float:left;
	height: 1.8em;
	padding: 0 0.3em;
	margin-left: -1px;
	border-left: 1px solid #a96;
	border-right: 1px solid #a96;
	color: #333;
	background-color: #875;
	background-image: linear-gradient(#dca, #ba8); 
}

div.navigation span.lang a {
	text-decoration: none;
	font-size:0.8em;
	display:inline-block;
	text-align:center;
	padding: 0.5em 0.5em;
	color: #000;
	text-shadow: 1px 1px 1px #eee;
}

div.navigation span.lang:hover {
	background-color: #653;
	background-image: linear-gradient(#875, #a97); 
}




div.sidebar {
	clear:both;
	margin-top:4em;
	float:right;
	font-size:0.90em;
	padding:0;
	background-color: #fffbee;
	width: 16.5em;
	border-top: 1px solid #a97;
	border-left: 1px solid #a97;
	box-shadow: -2px 4px 5px #ddd;
	-moz-box-shadow: -2px 4px 5px #ddd;
	-webkit-box-shadow: -2px 4px 5px #ddd;
}

div.sidebar>h1 {
	font-size:1.2em;
	padding: 0.5em 1em;
	margin:0 0 0.5em 0;
	background-color: #dc9;
}

div.newsbox {
	padding: 0.5em 0 0.5em 0;
	margin: 1px 1em 1.5em 1em;
	clear:all;
}

div.newsbox h1 {
	font-size: 1em;
	border-bottom: solid 1px #777;
	margin: 0 0 0.75em 0;
	padding: 0.2em;
	font-weight: bold;
}

div.newsbox h1 span {
	float:right;
	font-size: 0.7em;
	padding-top:0.3em;
	font-weight: normal;
}


div.newsbox.apps {
	margin: 0 0 1.5em 0;
	background-color: #fffbf3;
	border-top: #a97 thin solid;
	border-bottom: #a97 thin solid;
	font-size:smaller;
	overflow-y:scroll;
	height: 25em;
	padding-left:1em;
	margin-bottom:0px;
}

div.newsbox.apps a.app {
	text-decoration:none;
	color: #222;
}

div.newsbox.apps img.app {
	width:2.8em;
	height:2.8em;
	padding:0;
	margin:0 6px 3px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float:left;
}


div.newsbox.apps div {
	padding: 0em 0.5em;
}

div.newsbox.apps h1 {
	background-color: transparent;
	padding-left: 0;
	padding-bottom:0.4em;
}

div.newsbox.apps span
{
	display:block;
	padding:0.5em 0 0 1em;
	font-size:smaller;
}


@-webkit-keyframes pulse {
	0% {
         background-color: #fff8dd;
       }
    50% {
         background-color: #ffd2ab;
       }
    100% {
         background-color: #fff8dd;
       }
}

@-webkit-keyframes pulse2 {
	0% {
         background-color: #dc9;
       }
    50% {
         background-color: #ba7;
       }
    100% {
         background-color: #dc9;
       }
}

div.newsbox.important {
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}
 
div.newsbox.important h1 {
	-webkit-animation-name: pulse2;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}

a:link {
	color:#652;
	text-decoration:underline;
}

a:hover {
	color:#874;
}

a:active {
	color:#430;
}


img {
	margin: 1em;
	padding: 0;
}

img.screenshot {
	width: 320px;
	margin: 0 0.5em 0.5em 0;
	border: black thin solid;
	margin-bottom:1em;
	padding:1px;
	background-color:black;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 4px 4px 5px #aaa;
	-moz-box-shadow: 4px 4px 5px #aaa;
	-webkit-box-shadow: 4px 4px 5px #aaa;
}

.video {
	width: 320px;
	height: 180px;
	margin: 0 0.5em 0.5em 0;
	border: black thin solid;
	margin-bottom:1em;
	padding:1px;
	background-color:black;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 4px 4px 5px #aaa;
	-moz-box-shadow: 4px 4px 5px #aaa;
	-webkit-box-shadow: 4px 4px 5px #aaa;
}

div.main img.logo {
	width: 57px;
	height: 57px;
	margin: 2px 1em 2px 0;
}

p.appstore {
	padding-top: 2em;	
}

img.appstore {
	margin: 0 1em 0 0;
	float:left;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

div.main {
	padding:1em 1em 1em 2em;
}

div.main dd, div.main dt {
	margin: 0;
}

div.main dt {
	margin-bottom: 0.4em;
	font-size: 1.1em;
}

div.main dd {
	color: #333
}

div.footer {
	clear: both;
	text-align: center;
	font-size:0.75em;
	margin-top: 2em;
	border-top: dotted thin #ccc;
	color: #999;
	padding: 1em 1em;
}

div.footer p {
	font-size:0.9em;
}

div.col {
	width: 70%;
}


input.submit {
	width: 370px;
	height: 40px;
	font-size: 25px;
}

div.socialnetworks {
	position: absolute;
	top: 3.5em; 
	right: 1em; 
	width: 8em; 
	text-align: right;
}

div.socialnetworks div {
	font-size: 11pt;
}

div.socialnetworks a {
	text-decoration: none;	
	line-height:1.5em;
}

span.facebook {
	font-weight: bold; 
	color: white;
	background-color: rgb(59,89,152); 
	padding: 0 4px;
}

span.youtube, span.dailymotion {
	background-color : #fff;
	color: black;
}

span.youtube span {
	background-color : #a00;
	color: white;
	padding: 1px;
}

span.dailymotion span {
	font-weight: bold; 
	font-style:italic;
}

div._gallery {
	white-space: nowrap;
	overflow: scroll;
}


.faq h3 {
	border-bottom: 1px solid #aaa;
}

.faq hr {
	visibility:hidden;
	height:10px;
}

span.mobile {
	display:none;
}

span.desktop {
	display:inline;
}


@media screen and (max-device-width: 480px) { 
span.mobile {
	display:inline;
}
span.desktop {
	display:none;
}
}

div.warning {
    font-size:smaller;
    border:solid 1px #aaa;
    background-color:#fee;
    margin:1em;
    padding:0.7em;
}

li {
	margin-bottom: 0.75em;
}


table.webengine {
   border-collapse: collapse;
   border: 1px solid #888;
   margin: 0.5em 0;
}

table.webengine th {
	font-weight:400;
    background-color: #f6f6f6;
}
table.webengine td, th {
	padding: 4pt 8pt;
	text-align: center;
	vertical-align: center;
    border: 1px solid #888;
	font-size: 0.8em;
}

table.webengine td {
	padding: 0;
}

table.webengine th:first-child {
	text-align: left;
}

span.yes, span.no, span.yeslimits {
	color: #fff;
	width:1.2em;
	height:1.2em;
	display:inline-block;
	border-radius: 0.6em;
	font-size: 120%;
}

span.yes {
	background-color: #090;
}

span.no {
	background-color: #900;
}

span.yeslimits {
	background-color: #777;
}

span.yes:before, span.yeslimits:before {
	content: "+︎︎";
	position:relative;
	top:-2px;
}

span.no:before {
	content: "—";
	position:relative;
	top:-2px;
}


/* Begin Workaround for IE-Bugs \*/
* html .header {
	height: 1%;
}

* html #tabenglish {
	right: 7em;
}

* html #tabgerman {
	right: 12em;
}

* html #tabspanish {
	right: 17em;
}

* html .content {
	margin-left: 13em;
}
/* End Workaround for IE-Bugs */
