/*
Theme Name: JR's Dark-Design
Description: Simple Darklayout
Version: Darklayout 1
Author: JR
Author URI: http://www.quodvideas.de
*/

/* •••• EASY LIVING CMS MAIN INTERFACE ELEMENTS (03.2014) •••• */
@font-face {
	font-family: 'Microgramma';
	src: url('fonts/Microgramma.eot');
	src: local('☺'), url('fonts/Microgramma.woff') format('woff'), url('fonts/Microgramma.ttf') format('truetype'), url('fonts/Microgramma.svg') format('svg');
}
/* •••• FONT ROBOTO (03.2014) •••• */
@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.eot');
    src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-light-webfont.woff') format('woff'),
         url('fonts/roboto-light-webfont.ttf') format('truetype'),
         url('fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotolight_italic';
    src: url('fonts/roboto-lightitalic-webfont.eot');
    src: url('fonts/roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-lightitalic-webfont.woff') format('woff'),
         url('fonts/roboto-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/roboto-lightitalic-webfont.svg#robotolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* •••• GLOBAL •••• */
html, body {
	font-family: 'robotolight', Verdana, Arial, Helvetica, sans-serif;
	color: #ddd;
	font-size: 15px;
	line-height: 22px;
	margin: 0 auto;
	background: #222;
	/*background: #222 url(../images/bgXX.jpg) no-repeat center center;*/
}
.clearer {
	clear: both;
}
/* •••• GLOBAL BOX SET •••• */
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* HTML5 FALLBACK */
article, aside, figure, footer, header, hgroup, nav, section, main {
	position: relative;
	display: block;
}
/* GRID ROWs and COLs */
.row:after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 1%;
}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
}
/* •••• MAIN DOCUMENT WRAPPER •••• */
#main_wrapper {
	position: relative;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1024px;
	min-width: 240px;
	min-height: 500px;
	background: #333;
	/*border-radius: 15px;
	border: 1px solid #000;
	box-shadow: 0px 10px 30px #000;*/
}
.parallax-container {
	position: relative;
	min-height: 300px;
	background: transparent;
	z-index: 100;
}

header {
    position: relative;
}
header.content {
    background: linear-gradient(to right, rgba(34,34,34,1) 0%,rgba(51,51,51,0.1) 50%, rgba(34,34,34,1) 100%);
    border-bottom: 1px solid #222;
    cursor: pointer;
}

main {
	position: relative;
	background-color: #333;
}
/* SIMPLE ACCORDION */
.accoH {
	position: relative;
	min-height: 46px;
	font-family: 'Microgramma', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	font-size: 16px;
	font-variant: small-caps;
	text-shadow: 0px 1px 0px #000;
	letter-spacing: 2px;
	color: #ddd;
	background: linear-gradient(to right, rgba(34,34,34,1) 0%,rgba(51,51,51,0.2) 50%, rgba(34,34,34,1) 100%);
	padding: 0 5px 0 5px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #222;
    cursor: pointer;
}
.accoH:hover {
	color: #fccc7b;
	background-color: #333;
	background-image: url(../images/arrowDown.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;
}
.accoHEn {
	position: relative;
	min-height: 46px;
	font-family: 'Microgramma', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	font-size: 16px;
	font-variant: small-caps;
	text-shadow: 0px 1px 0px #000;
	letter-spacing: 2px;
	color: #fccc7b;
	/*background: linear-gradient(to right, rgba(34,34,34,1) 0%,rgba(51,51,51,0) 50%, rgba(34,34,34,1) 100%);*/
	background-color: #333;
	padding: 0 5px 0 5px;
	border-top: 1px solid #444;
    border-bottom: 1px solid #222;
    cursor: pointer;
}
.accoHEn:hover {
	color: #999;
	background-image: url(../images/arrowRight.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;
}
.accoH h3,
.accoHEn h3 {
	position: absolute;
	top: 15px;
	left: 60px;
	color: #fccc7b;
	margin: 0;
}
.accoH img,
.accoHEn img {
	width: 50px;
	height: auto;
	margin: 6px 0 0 5px;
	opacity: 0.8;
}

.accoC {
	position: relative;
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	color: #ddd;
	padding: 5px 27px 5px 27px;
	border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #111;
	display: none;
}
.accoC p {
	background-color: transparent;
}
.accoC img {
	width: 100%;
	max-width: 480px;
	height: auto;
}

header.smph {
    position: fixed;
    top: 0px;
    left: 0px;
	min-height: 26px;
	background: linear-gradient(#222, #333);
	text-align: center;
}
header.smph h1 {
    font-family: 'robotoregular', Verdana, Arial, Helvetica, sans-serif;
	color: #6d97c7;
	font-size: 14px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-shadow: 0px 1px 0px #000;
	padding: 0 0 0 5px;
	margin: 0;
	/*float: left;*/
}
header.logo {
	height: 125px;
	text-align: left;
	background: linear-gradient(rgba(34,34,34,1), rgba(51,51,51,0));
	padding: 10px 0 0 10px;
}
header.logo img {
	width: 120px;
	height: auto;
}
#logoTxt {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#logoTxt h1 {
	position: absolute;
	top: 34px;
	left: 0px;
	width: 100%;
	color: #fff;
	font-size: 26px;
	letter-spacing: 2px;
	margin: 0;
	padding: 10px 4px 8px 4px;
	/*background: linear-gradient(to right, rgba(34,34,34,1) 0%,rgba(51,51,51,0) 50%, rgba(34,34,34,1) 100%);*/
}
#logoTxt h2 {
	position: absolute;
	top: 146px;
	left: 0px;
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
	background: transparent;
	/*background: linear-gradient(to right, rgba(34,34,34,1) 0%,rgba(51,51,51,0) 50%, rgba(34,34,34,1) 100%);*/
}

section#oldSimg {
	width: 100%;
}
section#oldSimg img {
	width: 100%;
	height: auto;
}
#openInfo {
	position: absolute;
	top: 50px;
	right: 20px;
	color: #fff;
	background: rgba(34,34,34,0.2);
	font-size: 26px;
	text-shadow: 0px 5px 10px #000;
	padding: 10px;
}

#search_btn2 {
	position: absolute;
	top: 8px;
	right: 5px;
	width: 40px;
	height: 40px;
	background: rgba(30,30,30,0.3) url(../images/lupe.png) no-repeat center center;
	border-radius: 20px;
	cursor: pointer;
}
#search_btn2:hover {
	background-color: rgba(70,70,70,0.3);
}
#search_btn2:active {
	background-color: rgba(0,0,0,0.8);
}
#search_btn {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 38px;
	background: transparent url(../images/lupe.png) no-repeat center center;
	cursor: pointer;
	float: right;
}
#search_btn:hover {
	opacity: 0.8;
}
#search_btn:active {
	opacity: 0.5;
}


hr {
	height: 4px;
	background-color: #555;
	border: 1px solid #222;
	margin: 0;
}

h1 {
	position: relative;
	font-family: 'Microgramma', Verdana, Arial, Helvetica, sans-serif;
	color: #6d97c7;
	font-size: 28px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-shadow: 0px 1px 0px #000;
	background-color: transparent;
	padding: 6px 0 3px 8px;
	margin: 0;
	/*float: left;*/
}

h2 {
	font-family: 'robotoregular', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	text-shadow: 0px 1px 3px #000;
	letter-spacing: 1px;
	line-height: 22px;
	color: #fccc7b;
	padding: 8px 0 3px 8px;
	margin: 0 0 5px 0;
	/*border-top: 1px solid #444;
	background: linear-gradient(to right, rgba(34,34,34,1) 0%,rgba(51,51,51,0) 70%);*/
}
h3 {
	font-family: 'robotoregular', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	text-shadow: 0px 1px 3px #000;
	letter-spacing: 1px;
	line-height: 22px;
	color: #7ec0ec;
	padding: 5px 0 5px 8px;
	margin: 0;
}
small {
	font-size: 12px;
}
p {
	color: #fff;
	padding: 0;
	margin: 4px 14px 12px 8px;
	line-height: 20px;
}
.pBlock {
	background-color: #3a3a3a;
	padding: 4px 14px 12px 8px;
	margin: 25px 27px 5px 0;
	line-height: 20px;
	border: 1px solid #242424;
}
a {
	text-decoration: none;
	color: #39638d;
}
a.ext {
	color: #aaa;
	background-image: url(../images/external-link_icon.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-left: 18px;
}
a.mail {
	color: #6d97c7;
	background-image: url(../images/mail_icon.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 22px;
}

b, strong {
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
    text-shadow: 0px 1px 0px #000;
    color: #f4edaf;
}

article {
	position: relative;
	text-align: left;
}
article h1 {
	font-size: 19px;
}
article ul {
	margin: 0 8px 5px 6px;
	padding: 0 0 0 22px;
}

section {
	position: relative;
}

.logo {
	background: #333;
	padding: 6px 10px 0 0;
	text-align: center;
}

/* SEARCH FORM */
#search_box2 {
	position: absolute;
	top: 1px;
	left: 5px;
	width: 95%;
	background: rgba(34,34,34,0.9);
	padding: 10px 10px 10px 10px;
	margin-right: 5px;
	border-bottom: 1px solid #444;
	box-shadow: 0px 10px 25px #000;
	border-radius: 5px;
	z-index: 300;
	display: none;
}

#search_box {
	position: relative;
	padding: 10px 4px 10px 5px;
	border-bottom: 1px solid #444;
	display: none;
}
.searchFld {
	font-size: 14px;
	width: 80%;
	height: 28px;
	color: #777;
	background-color: #333;
	padding-left: 4px;
	border: 1px solid #555;
	float: left;
	border-radius: 5px; /* CSS3 */
	box-shadow: inset 0px 2px 5px #111;
}
.searchFldFocus {
	font-size: 13px;
	width: 170px;
	height: 18px;
	color: #000;
	padding-left: 4px;
	border: 1px solid #ee0000;
	float: left;
	border-radius: 5px; /* CSS3 */
}

.searchBtn {
	font-size: 13px;
	line-height: 15px;
	width: 32px;
	height: 28px;
	text-align: center;
	text-shadow: 0px 1px 0px #000;
	color: #777;
	background-color: #333;
	border: 1px solid #555;
	padding: 4px 0 1px 0;
	margin-left: 4px;
	cursor: pointer;
	float: right;
	border-radius: 5px; /* CSS3 */
}
.searchBtn:hover {
	background-color: #ee0000;
	color: #fff;
	border: 1px solid #ffdddd;
	box-shadow: 2px 3px 5px #777;
}

#search_result {
	position: relative;
	text-align: left;
	padding: 15px 0 10px 0;
	display: none;
}
.resItem {
	position: relative;
	background-color: #333;
	padding: 5px;
	margin-bottom: 2px;
	border-radius: 5px;
	cursor: pointer;
}
.matchCount {
	position: absolute;
	top: 5px;
	right: 8px;
	width: 28px;
	font-size: 10px;
	text-align: right;
}
.hilite {
	background-color: #770000;
	color: yellow;
}
/* •••• FOOTER •••• */
footer {
    position: relative;
	font-size: 12px;
	text-align: center;
	color: #555;
	background: linear-gradient(rgba(51,51,51,0), rgba(34,34,34,1));
	text-shadow: 0px 1px 0px #000;
	padding: 0 0 0 4px;
}
#credits {
	position: relative;
	text-align: left;
	color: #777;
}
#modified {
	position: relative;
	color: #777;
}

/* SIMPLE ACCORDION */
.accoHeader {
	position: relative;
	min-width: 120px;
	height: 28px;
	font-family: 'Microgramma', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	font-size: 14px;
	font-variant: small-caps;
	text-shadow: 0px 1px 0px #000;
	letter-spacing: 2px;
	color: #aaa;
	background-color: transparent;
	background-image: url(../images/arrowRight.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	padding: 5px 0 4px 28px;
	margin-bottom: 11px;
	border-bottom: 1px solid #000;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: inset 0px 4px 10px #222;
}
.accoHeader:hover {
	color: #fccc7b;
	background-color: #444;
	background-image: url(../images/arrowDown.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;
}
.accoHeaderEn {
	position: relative;
	min-width: 120px;
	height: 28px;
	font-family: 'Microgramma', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	font-size: 14px;
	font-variant: small-caps;
	text-shadow: 0px 1px 0px #000;
	letter-spacing: 2px;
	color: #fccc7b;
	background-color: #444;
	background-image: url(../images/arrowDown.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;
	padding: 5px 0 4px 28px;
	border-bottom: 1px solid #000;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	cursor: pointer;
	box-shadow: inset 0px -4px 10px #222;
}
.accoHeaderEn:hover {
	color: #999;
	background-image: url(../images/arrowRight.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}
.accoP {
	position: relative;
	min-width: 120px;
	min-height: 40px;
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	color: #333;
	background: #eee;
	padding: 8px 8px 0px 8px;
	margin-bottom: 10px;
	border: 1px solid #bbb;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	display: none;
	box-shadow: 0px 1px 2px #000;
}
.accoP p {
	color: #333;
	font-size: 13px;
	line-height: 16px;
}
.accoP a {
	border-bottom: 1px dotted #aaa;
}
.accoP ul {
	list-style-type: none; margin: 0 0 12px 0; padding: 0;
}
.accoP ul li {
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/listBull.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0 0 0 19px;
	margin: 0 0 2px 0;
	text-shadow: 0px 1px 0px #fff;
}

/* DIV-TABLE CLASSES */
div.DIV-TABLE {
	position: relative;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}
.CELL-25 {
	position: relative;
	display: table-cell;
	width: 25%;
	min-height: 20px;
	padding: 5px !important;
	border: 1px solid #222;
	border-top: 1px solid #4e4e4e;
	border-left: 1px solid #4e4e4e;
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
}
.CELL-25 span {
	display: block;
	font-size: 12px;
	color: #aaa;
}

.CELL-33 {
	display: table-cell;
	width: 33,3333% !important;
	min-height: 20px;
	padding: 0;
	border: 1px solid #444;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	text-align: center;
	vertical-align: top;
}
.CELL-50 {
	position: relative;
	display: table-cell;
	width: 50%;
	min-height: 20px;
	background: #2a2a2a;
	padding: 5px !important;
	/*border: 1px solid #222;
	border-top: 1px solid #3e3e3e;
	border-left: 1px solid #3e3e3e;
	border-radius: 10px;
	border-right: 27px solid #333;*/
	text-align: left;
	vertical-align: top;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .DIV-TABLE,
    .CELL-50 {
    	display: block;
    	width: 100%;
    }
}