@charset "utf-8";
/*
Theme Name: the binary family 2012
Theme URI: http://thebinaryfamily.com
Description: WordPress Theme fuer the binary family
Version: 2.0
Author: Mike Haufe
Author URI: http://mike.haufes.net
*/


* {
	margin: 0;
	padding: 0;
	outline: none;
}
hr {
	display: none;
}
body {
	font-size: 18px;
	font-family: ZapfHumanist601BT-Roman, Helvetica, Arial, Verdana, Sans-Serif, 'Lucida Grande';
	background: #fff url('images/bg.jpg') repeat-x;
	color: #000;
	text-align: center;
}
#pagewrap {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;/*background: transparent url('images/bg-top.jpg') top center no-repeat;*/
}
#header, #content, #footer {
	padding-top: 2em;
	width: 82%;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 130px;
}
a#logo {
	float: left;
	padding-right: 20px;
}
a#logo {
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 435px;
	background: url('images/logo1x2.png');
	background-size: 435px 72px;
	background-repeat: no-repeat;
}
a img {
	border: none;
}
img {
	width: auto;
}
a, a:visited {
	color: #647684;
}
a:hover {
	text-decoration: none;
}
/* -------- Dropdown -------------------------------------------------- */

#nav {
	float: right;
	margin-left: -20px;
	margin-right: 5px;
	margin-top: 0px;
	list-style: none;
	width: 270px;
	position: relative;
}
#nav li {
	float: left;
	margin-left: 10px;/*height:20px;*/
}
#nav a {
	height: 75px;
	display: block;
}
#nav li span {
	display: none;
}
/* main level link */
#nav ul a {
	height: 20px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	color: #fff;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	border: none;
	color: #fff;
}
#nav ul a:hover {
	color: #EACED7 !important;
}
/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 5px 0 5px 0;
	width: 240px;
	position: absolute;
	top: 75px;
	right: 15px;
	background: #E33663;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, .2);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	font-weight: normal;
	font-size: 20px;
	border-bottom: 2px dashed #fff;
	float: none;
	display: block;
	margin: 0 15px;
	padding: 8px 0 10px 0 !important;
}
#nav li a img {
	width: 80px;
	height: 80px;
}
#nav ul li:last-child {
	border: none;
}
#nav ul a {
	font-weight: normal;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}
#selectlang {
	position: absolute;
	background: transparent url('images/arrow-ls.png') no-repeat right center;
	padding-right: 10px;
	list-style: none;
	top: 3em;
	right: 20px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	color: #7f7f7f;
}
#selectlang a {
	text-decoration: none;
	color: #7f7f7f;
	display: block;
}
#selectlang li {
	padding: 5px 10px;
	width: 55px;
	display: block;
}
#selectlang ul a:hover {
	color: #000;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
/* level 2 list */
#selectlang ul {
	display: none;
	margin: 0;
	margin-right: -4px;
	padding: .5em 0;
	width: 100%;
	position: absolute;
	top: 23px;
	right: 0px;
	background: #fff url('images/bg-sl.jpg') repeat-x;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, .2);
}
/* dropdown */
#selectlang li:hover > ul {
	display: block;
}
#selectlang ul li {
	float: none;
	display: block;
	/*padding:3px 5px;*/
	padding: .5em .9em;
	margin: 0;
}
#selectlang ul a {
/*padding: 5px 10px; text-shadow: 0 1px 1px rgba(255, 255, 255, .9);*/ }
/* clearfix */
#selectlang:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* -----------------------------------------------------------*/
/*-------------------------------------------------------------------------------- */


h1, h2, h3, h4, h5 {
	font-family: ZapfHumanist601BT-Roman;
	font-weight: normal;
	padding: .4em 0;
	letter-spacing: -1px;
}
h1 {
	display: none;
}
h3 a {
	text-decoration: none;
}
h2 {
	font-size: 32px;
	color: #3F96CD;
	line-height: 120%;
}
h2 strong, h3 strong {
	font-family: ZapfHumanist601BT-BoldItalic;
	font-weight: normal;
}
h3 {
	font-size: 44px;
}
h2.support {
	font-family: ZapfHumanist601BT-BoldItalic;
	font-size: 42px;
	color: #E33663;
	padding-bottom: 0;
}
h3.support {
	font-size: 42px;
	font-weight: normal;
	color: #E33663;
	padding-top: 0;
}
h4.tester {
	font-size: 42px;
	color: #FF0000;
	line-height: 100%;
}
hr.dashed {
	border: 0;
	border-bottom: 3px dashed #6F7072;
	display: block;
	margin: 1em 0;
}
a.supportmail, a.review {
	font-size: 42px;
	color: #3F96CD;
	text-decoration: none;
	padding-right: 110px;
	min-height: 33px;
}
a.supportmail strong, a.review strong {
	font-family: ZapfHumanist601BT-BoldItalic;
	font-weight: normal;
}
a.supportmail:hover, a.review:hover {
	color: #1674A3;
}
a.supportmail:hover {
	background-image: url('images/button-email-hover.png');
}
a.supportmail {
	background: transparent url('images/button-email.png') right 50% no-repeat;
}
.page-template-fr-php a.supportmail {
	background: transparent url('images/button-email-fr.png') right 50% no-repeat;
}
.page-template-fr-php a.supportmail:hover {
	background-image: url('images/button-email-hover-fr.png');
}
a.review:hover {
	background-image: url('images/button-review-hover.png');
}
a.review {
	text-align: right;
	float: right;
	background: transparent url('images/button-review.png') right 50% no-repeat;
}
.page-template-fr-php a.review {
	text-align: right;
	float: right;
	background: transparent url('images/button-review-fr.png') right 50% no-repeat;
}
.page-template-fr-php a.review:hover {
	background-image: url('images/button-review-hover-fr.png');
}
.page-template-fr-php a.supportmail, .page-template-fr-php a.review {
	font-size: 30px;
}
#content {
	padding-top: 0;
	clear: both;
}
#content p {
	padding-bottom: .8em;
	line-height: 1.55em;
}
#content ul {
	padding-left: 20px !important;
}
#content li {
	padding-bottom: .5em;
	padding-left: 10px;
	list-style: url(images/list.png);
}
/*.page-id-4 .entry, .page-id-33 .entry, .page-id-77 .entry { margin-right:-18px; }*/

ul#hp {
	list-style: none;
	padding: 0 !important;
	margin: 0;
	width: 100%;
}
#hp li {
	display: inline;
	float: left;
	width: 389px;
	padding-left: 0px !important;
	padding-right: 15px;
	padding-bottom: 15px;
}
#hp li:nth-child(2n) {
	padding-right: 0 !important;
}
#hp:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#hp {
	display: inline-block;
}
#content img.size-thumbnail {
	border: 1px solid #B5B5B5;
	margin: 5px;
}
/*#content img.size-medium {
	border:2px solid #e6e7e8;
	margin-right:25px;
	margin-bottom:20px;
}*/
#content img.alignright {
	float: right;
	margin-left: 1.5em;
	padding-left: 1.5em;
	padding-top: 1.5em;
	margin-bottom: 1em;
}
#content .itunes {
	width: auto;
	float: right;
	margin-left: 1.5em;
	padding-left: 1.5em;
	padding-top: 1.5em;
	margin-top: 0;
	margin-bottom: 1em;
	text-align: center;
}
#content .itunes a img {
	padding: 0;
	width: 135px;
}
#content a img:hover {
	opacity: .7;/*filter: alpha(opacity=70);*/
}
#lightbox {
	z-index: 9999999 !important;
}
iframe {
	position: relative;
	padding: 1em 0;
}
img.supportbutton {
	vertical-align: middle;
	padding-right: 10px;
}
#footer {
	text-align: rigth;
	font-size: .75em;
	margin-top: 1em;
	padding-top: 2em;
	padding-bottom: 1em;
	color: #999999;
}
#impressum {
	text-align: right;
	font-size: 13px;
}
a#impressum {
	color: #999999;
	display: block;
	padding: 2em;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
}

@media only screen and (max-width:905px) {
#nav {
	float: left;
	margin-top: 20px;
	list-style: none;
	width: 270px;
	position: relative;
	padding-bottom: 50px;
}
}

@media only screen and (max-width:672px) {
#pagewrap, iframe, object, embed {
	width: 100%;
	min-width: 300px;
}
#header, #content, #footer {
	width: 95%;
}
#header {
	margin-top: 0;
	height: 180px;
	border-bottom: 2px dashed black;
	padding-top: 20px;
}
h1 {
	display: block;
	font-size: 38px;
	color: #3F96CD;
	font-family: ZapfHumanist601BT-BoldItalic;
	padding: 0;
	margin: 0;
	margin-top: 20px !important;
}
.page-id-4 h1, .page-id-33 h1, .page-id-77 h1, .page-id-141 h1, .page-id-139 h1, .page-id-143 h1 {
	display: none;
}
a#logo {
	float: left;
	width: 100%;
	max-width: 300px;
	height: auto;
}
a#logo {
	height: 70px;
	width: 300px;
	background: url('images/logox2.png');
	background-size: 300px auto;
	background-repeat: no-repeat;
}
#nav {
	padding-left: 0;
	padding-right: -20px;
	margin: 0;
	margin-left: -12px;
	float: left;
	display: block;
	width: 100%;
	margin-top: 10px;
}
#nav li {
	float: left;
	margin: 0;
	padding-right: 15px;
}
#nav li a img {
	width: 75px!important;
	height: 75px!important;
}
#nav ul {
	top: 70px;
	left: 20px;
	width: 270px;
}
#selectlang {
	background: transparent url('images/arrow-ls.png') no-repeat right 8px;
	width: 90px;
	top: 20px;
	right: 25px;
	font-size: 14px;
	z-index: 9999;
}
#selectlang li {
	width: 70px;
	height: 20px;
}
#content {
	padding-top: 0;
	margin-top: 0;
	overflow: hidden;
}
#content img {
	width: 100%;
	height: auto;
}
#content img.alignnone.size-full {
	/*width:100%; height:auto;*/
	display: none;
}
#content div.itunes {
	width: 260px;
	float: right;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
}
#content div.itunes img {
	display: inherit !important;
	width: 135px;
	height: auto;
	margin: 0 auto;
}
#hp li {
	width: 100%;
	padding: 0;
	padding-bottom: 10px;
}
ul#hp {
	margin-top: 30px;
	width: 100%;
}
ul#hp img {
	width: 100%;
	height: auto;
	display: block !important;
}
#content img.size-thumbnail {
	width: 45%;
	height: auto;
	border: 1px solid #B5B5B5;
	margin: 10px;
}
h1, h2, h3, h4, h5 {
	word-wrap: break-word;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 32px;
}
h2.support {
	font-size: 32px;
}
h3.support {
	font-size: 32px;
}
a.supportmail, a.review, .page-template-fr-php a.review, .page-template-fr-php a.supportmail {
	font-size: 36px;
	background: none;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
	padding-bottom: 5px;
	line-height: 110%;
}
a.supportmail:hover, a.review:hover, .page-template-fr-php a.supportmail:hover, .page-template-fr-php a.review:hover {
	background: none;
}
#prevLink, #nextLink {
	display: none !important;
}
#lightbox {
	width: 100%;
	max-width: 280px !important;
	margin: 120px 20px 0px 20px !important;
}
#outerImageContainer, #imageDataContainer {
	max-width: 280px !important;
	height: auto !important;
}
#lightboxImage {
	max-width: 250px !important;
	height: auto !important;
}
}

@media only screen and (max-width:414px) {
a#logo {
	height: 70px;
	width: 310px;
	background: url('images/logox2.png');
	background-size: 290px auto;
	background-repeat: no-repeat;
}
#nav {
	padding-left: 0;
	padding-right: -20px;
	margin: 0;
	margin-left: -12px;
	float: left;
	display: block;
	width: 100%;
	margin-top: 10px;
}
#nav li {
	float: left;
	margin: 0;
	padding-right: 5px;
}
#nav li a img {
	width: 75px !important;
	height: 75px !important;
}
#nav ul {
	top: 70px;
	left: 20px;
	width: 250px;
}
#selectlang {
	width: 80px;
	top: 95px;
	right: 10px;
	font-size: 14px;
}
#content img.size-thumbnail {
	width: 43%;
	height: auto;
	border: 1px solid #B5B5B5;
	margin: 5px;
}
#content div.itunes {
	width: 260px;
	float: none;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
}
