/*
Theme Name: Hackerspace Bremen
Theme URI: http://www.hackerspace-bremen.de/
Description: Template fuer die neue Seite des Hackerspace Bremen. September/Oktober 2013
Author: Felix Behrens und Jannes Hoeke
Author URI: -
*/
html {
    margin-top: 0 ;
    padding: 0;
    height: 100.1%;
}
body {
    margin-top: 0;
    padding: 0;
    height: 100%;
    font-family: "Open Sans", "wf_SegoeUILight","wf_SegoeUI","Tahoma","Verdana","Arial","sans-serif";
    font-weight: 400;
    line-height: 1.35;
}
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,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend{ 
    padding: 0;
    margin: 0;
    border: 0;
}
::selection {
    background-color: #a6d2a2; /*rgb(0, 128, 77);
    color: white;*/
}
::-moz-selection {
    background-color: #a6d2a2;/*rgb(0, 128, 77);
    color: white;*/
}
p {
    margin-bottom: 20px;
}
h1, h2, h3 {
    font-weight: 400;
    line-height: 1.5;
}
.clear {
    float: none;
    clear: both;
}
a {
    color: #ae2f08;
    text-decoration: none;
}
a:hover {
    cursor: pointer;
    text-decoration: underline;
}
h1 > a, h2 > a, h3 > a {
    color: black;
}
img.wp-smiley {
    margin: 0 !important;
}
input[type="text"], input[type="password"], textarea {
    border: none;
    outline: none;
    background-color: #ddd;/*Courier New !important*/
    padding: 8px 6px;
    margin: 0;
    transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    border: none;
    outline: none;
    background-color: #bbb;
}
input[type="submit"] {
    margin: 0;
    border: none;
    outline: none;
    background-color: #ddd;
    padding: 6px;
    font-size: 14px;
    font-family: "Open Sans", "wf_SegoeUILight","wf_SegoeUI","Tahoma","Verdana","Arial","sans-serif";
    font-weight: 300;
    border-top: 4px solid #004a4f;
    transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
}
input[type="submit"]:hover {
    background-color: #bbb;
    cursor: pointer;
}
#content-wrapper {
    min-height: 100%;
	height: auto !important;
	height: 100%;
    width: 960px;
    margin: 0 auto;
}
#head-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #004a4f;
    border-bottom: 4px solid #e73e0b;
    z-index: 9999;
}
body.customize-support #head-wrapper {
    top: 28px;
}
#header {
    position: relative;
    width: 960px;
    height: 40px;
    margin: 0 auto;
}
#socials {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#fb, #tw, #yt, #rss, #git {
    height: 26px;
    width: 26px;
    position: relative;
    float: left;
    margin: 7px 4px;
    background-repeat: no-repeat;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
#fb a, #tw a, #yt a, #rss a, #git a {
    display: block;
    height: 100%;
    width: 100%;
}
#fb:hover, #tw:hover, #yt:hover, #rss:hover, #git:hover {
    background-position: -26px 0;
}
#fb {
    background-image: url('facebook.png');
}
#tw {
    background-image: url('twitter.png');
}
#yt {
    background-image: url('youtube.png');
}
#git {
    background-image: url('github.png');
}
#rss {
    background-image: url('rss.png');
}
/* Tooltip */
a.tooltip strong {line-height:30px;}
a.tooltip span {
    z-index: 10;
    display: none;
    padding: 10px 15px;
    margin-top: 55px;
    margin-left: -150px;
    width: 300px;
    line-height: 16px;
}
a.tooltip:hover span{
    display: inline;
    position: absolute; 
    border: 2px solid #FFF;
    color: #EEE;
    background-color: #000;
}
a.tooltip .callout {
    width: 30px;
    height: 15px;
    z-index:20;
    position:absolute;
    border:0;
    top:-15px;
    left:147px;
    background-image: url('callout.png');
}
/*CSS3 extras-Tooltip*/
a.tooltip span
{
    border-radius:2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
        
    -moz-box-shadow: 0px 0px 8px 4px #666;
    -webkit-box-shadow: 0px 0px 8px 4px #666;
    box-shadow: 0px 0px 8px 4px #666;

    opacity: 0.8;
}

/*Erste Ebene*/
div#menu {
    position: absolute;
    right: 0;
    bottom: -4px;
    font-family: Courier New !important;
}
div#menu > div {
    height: 100%;
}
div#menu > div > ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
div#menu > div > ul > li {
    display: block;
    height: 100%;
    position: relative;
    float: left;
}
div#menu > div > ul > li > a {
    display: block;
    padding: 6px 10px 2px;
    font-size: 12pt;
    background-color: #004a4f;
    color: #a6d2a2;
    border-bottom: 4px solid /*#e73e0b NEU*/ transparent;
    text-decoration: none;
    transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
}
div#menu > div > ul > li > a:hover {
    background-color: #a6d2a2;
    color: #004a4f;
    /*border-color: #a6d2a2;*/
    text-decoration: none;
}
div#menu > div > ul > li.current_page_item > a, div#menu > div > ul > li.current-menu-item > a, div#menu > div > ul > li.current_page_ancestor > a, div#menu > div > ul > li.current_page_parent > a {
    background-color: #004a4f;
    color: #a6d2a2;
    text-decoration: underline;
    /*border-color: #004a4f; NEU*/
}
/*Zweite Ebene*/
div#menu > div > ul > li ul {
    display: block;
    opacity: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: -50px;
    max-height: 0;
    border: 50px solid transparent;
    border-top: none;
    border-bottom: 0px transparent solid;
    transition: max-height 0.15s ease-out, opacity 0.15s ease-in;
    -moz-transition: max-height 0.15s ease-out, opacity 0.15s ease-in;
    -o-transition: max-height 0.15s ease-out, opacity 0.15s ease-in;
    -webkit-transition: max-height 0.15s ease-out, opacity 0.15s ease-in;
    
    overflow: hidden;
}
div#menu > div > ul > li:last-child > ul {
    right: 0;
    left: auto;
}
div#menu > div > ul li:hover > ul {
    max-height: 500px;
    opacity: 1;
    overflow: visible;
    border-bottom: 50px solid transparent;
}
.open_menu {
    max-height: 500px !important;
    opacity: 1 !important;
    overflow: visible !important;
    border: 0 !important;
    left: 0 !important;
}
.open_submenu {
    max-height: 500px !important;
    opacity: 1 !important;
    overflow: visible !important;
    border: 0 !important;
    left: -180px !important;
}
    
div#menu > div > ul > li > ul li {
    display: block;
    position: relative;
}
div#menu > div > ul > li > ul li a {
    display: block;
    padding: 8px 12px;
    font-size: 12pt;
    background-color: #004a4f;
    color: #a6d2a2;
    border-right: 4px solid transparent; /*NEU*/
    text-decoration: none;
    transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;

    line-height: 1;
}
div#menu > div > ul > li ul li.menu-item-has-children > a {
    background-image: url('menu-arrow.png');
    background-position: 1px 50%;
    background-repeat: no-repeat;
}
div#menu > div > ul > li > ul li  a:hover {
    background-color: #a6d2a2;
    color: #004a4f;
    border-color: #e73e0b; /*NEU*/
    text-decoration: none;
}
div#menu > div > ul > li > ul li.current_page_item > a, div#menu > div > ul > li > ul li.current-menu-item > a, div#menu > div > ul > li > ul li.current_page_ancestor > a, div#menu > div > ul > li > ul li.current_page_parent > a {
    background-color: #004a4f;
    color: #a6d2a2;
    border-color: #004a4f;
    text-decoration: underline;
}

/*Ab dritter Ebene*/
div#menu > div > ul > li li > ul {
    top: 0px;
    left: -230px ;
    border-right: none !important;



    border-top: 0px solid transparent !important;
}
div#menu > div > ul > li li:hover > ul {
    border-top: 50px solid transparent !important;
    top: -50px;
}

#content {
    position: relative;
    width: 680px;
    float: left;
    padding: 19px 15px;
    font-size: 0.85em;
}
#content.full {
    width: 930px;
}
#content li.widget {
    list-style: none;
}
#content .entry {
    border-bottom: #aaa dashed thin;
    margin-bottom: 8px;
}
#content .entry:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
div.nav_next_page {
    float: right;
}
div.nav_next_page a {
    display: block;
    padding-right: 40px;
    padding-top: 8px;
    height: 32px;
    background-image: url('./arrow_right.png');
    background-repeat: no-repeat;
    background-position: top right;
    text-align: right;
    width: 200px;
}
div.nav_prev_page a {
    display: block;
    padding-left: 40px;
    padding-top: 8px;
    height: 32px;
    background-image: url('./arrow_left.png');
    background-repeat: no-repeat;
    width: 200px;
}
p.author {
    font-size: 0.8em;
    color: gray;
}
.SlideshowWidget {
    margin-bottom: 15px;
}
#sidebar {
    width: 230px;
    height: 100%;
    float: right;
    list-style: none;
    padding: 0 10px 20px;
    word-break: break-word;
    word-wrap: break-word;
}
#sidebar > a {
    display: block;
    background-image: url('./logo-text.png');
    background-position: 110px 10px;
    background-repeat: no-repeat;
}
#logo {
    display: block;
    width: 230px;
    height: 62px;
    background-image: url('./logo_bot.png');
    background-size: cover;
    margin: 0 auto 10px auto;
}
#pixel {
    margin: 15px auto 0 10px;
}
.SpaceAPIWidget {
    border-left: 4px solid #ddd;
    padding-left: 10px;
    font-size: 15px;
}

.SpaceAPIWidget h1 {
    margin-bottom: 5px;
}
#osm {
    margin-left: -14px;
    padding-left: 10px;
    padding-bottom: 3px;
    background-color: #ddd;
    word-wrap: break-word;
    word-break: break-word;
}
.osm-open {
    border-left: 4px solid #00804d;
}
.osm-closed {
    border-left: 4px solid #e73e0b;
}
.osm-unknown {
    border-left: 4px solid #aaa;
}
#osm-state {
    display: block;
    font-size: 24px;
    width: 100%;
}
#osm-date {
    display: block;
    font-size: 16px;
    width: 100%;
}
.widget_search {
    margin-top: 20px;
}
.widget_search label {
    display: none;
}
input#searchsubmit {
    display: block;
    width: 60px;
    height: 32px;
    margin-left: -2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 1px solid #ddd;
    border-left: none;
}
input#s {
    width: 130px;
    background: #fafafa url('search.png') no-repeat 5px 6px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    height: 22px;
    line-height: 1.2em;
    padding: 4px 10px 4px 28px;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    color: #888;
    float: left;
}
.push-top {
    height: 40px;
    clear: both;
}
.push {
    height: 30px;
    clear: both;
}
#footer-wrapper {
    position: relative;
    width: 100%;
    margin-top: -33px; /* Negativer Wert der Footer-Hoehe + Border */
    background-color: #004a4f;
    border-top: 3px solid #e73e0b;
    z-index: 10000;
}
#footer {
    position: relative;
    width: 960px;
    height: 30px;
    margin: 0 auto;
    clear: both;
    color: #a6d2a2;
    font-family: Courier!important;
    line-height: 1 !important;
}
#footer span {
    position: absolute;
    top: 7px;
    left: 6px;
}
#footer span div ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer span div ul li {
    float: left;
}
#footer span div ul li a {
    margin: 0 5px;
}
#footer span div ul li:after {
    content: "|";
}
#footer span div ul li:last-child:after {
    content: "";
}
#footer span a {
    margin-top: 10px;
    font-size: 10pt;
    color: #a6d2a2;
}
#footer p {
    position: absolute;
    right: 10px;
    bottom: 3px;
    font-size: 13pt;
    margin: 0;
}

/*Raender*/
#shadow_l, #shadow_r, #sidebar-line {
    position: absolute;
    top: 44px; /* head-wrapper heigh + head-wrapper border */
    bottom: -10000px;
    width: 5px;
    background-color: #eee;
    z-index: -1000;
    background-color: gray;
    background-repeat: repeat-y;
}

#shadow_l {
    left: -5px;
    background-image: url('shadow_l.png');
}

#shadow_r {
    right: -5px;
    background-image: url('shadow_r.png');
}

#sidebar-line {
    width: 1px;
    background-color: #aaa;
    right: 250px;
}
/*wtf wordpress...*/
img#wpstats{display: none;}

/* Mailingliste voruebergehend */
.table-input {
    width: 70%;
}
.table-input input {
    width: 95%;
    margin-left: 5%
}
.default-form input[type="submit"] {
    width: 100%;
    font-size: 16px;
    margin-top: 8px;
    padding: 8px;
}

/*videos*/
div.embed-vimeo {
    margin-bottom: 20px;
}

/*User - OLD*/
.person {
    background-color: #ddd;
    border-left: 4px solid rgb(0, 128, 77);
    margin-bottom: 20px;
}
.user-nick {
    font-size: 1.2em;
    font-weight: bold;
}
.user-thumbnail {
    float: left;
}
.user-thumbnail img {
    display: block;
}
.user-information {
    padding-top: 10px;
    padding-left: 110px;
}
.user-interessen {
    padding-right: 6px;
    padding-bottom: 6px;
}
.user-arrow {
    height: 21px;
    width: 100%;
    margin-top: 5px;
    background-image: url('user-arrows.png');
    background-repeat: no-repeat;
    background-position: 50% -18px;
    transition: background-color 0.15s ease-in;
    -moz-transition: background-color 0.15s ease-in;
    -o-transition: background-color 0.15s ease-in;
    -webkit-transition: background-color 0.15s ease-in;
}
.user-arrow:hover {
    background-color: #ccc;
    cursor: pointer;
}
.user-bio {
    padding: 0 10px;
    float: none;
    clear: both;
    overflow: hidden;
}

/*User - NEW*/
#author_header {
    min-height: 100px;
    position: relative;
    margin-bottom: 5px;
    background-color: #DDD;
    padding-left: 10px;
    border-left: 4px solid #00804d;
}

#author_header > img {
    margin: 0;
    float: right;
}

#author_header > h1 {
    line-height: 1.2;
}

#author_interests {
    padding-bottom: 6px;
    margin-top: 6px;
    padding-right: 100px;
    margin-bottom: 0;
}

#author_contact {
    padding-top: 3px;
    margin-bottom: 0;
}

.author_description {

}

/*Apps*/
.qrcode > img {
    height: 66px !important;
    width: 66px !important;
    border: none !important;
    transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
}
.qrcode > img:hover {
    height: 200px !important;
    width: 200px !important;
    outline: 2px solid black !important;
}
.qrcode:hover > img {
    border: none !important;
}

/* Comments */
.comment-form {
    position: relative;
    padding-bottom: 50px;
}
.comment-form > .form-submit {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
}
#comments input[type="text"], #comments textarea {
    width: 450px;
    max-width: 450px;
}
#comments label {
    width: 170px;
    display: block;
    float: left;
}
#comments .subscribe-label {
    width: auto;
    display: inline;
    display: none;
    float: none;
}
.comment-subscription-form {
    margin: 0;
}
#comments input[type="submit"] {
    width: 100%;
}
.comment-body {
    background-color: #e6e6e6;
    padding: 5px;
    margin-left: 80px;
    position: relative;
    padding-bottom: 28px;
    padding-right: 0;
}
.comment-author > img {
    position: absolute;
    left: -80px;
    top: 0;
    margin: 0!important;
}
.says {
    display: none;
}
.comment-meta {
    font-size: 0.85em;
}
.comment-body > p {
    margin: 0;
}
.comment-body > .reply {
    padding: 5px;
background-color: #ddd;
float: right;
font-size: 0.9em;
}
.comment-body > .reply:hover {
    background-color: #bbb;
}
.comment-body > .reply > a:hover {
    text-decoration: none;
}
.commentlist {
    list-style: none;
    padding-left: 0;
    margin-top: 40px;
}
.children {
    list-style: none;
}
.commentlist li {
    margin: 10px 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* ING DIBA AKTION */
#diba-banner {
    display: none; /* Nur Anzeigen, wenn die Aktion gerade läuft */
	width: 150px;
	height: 150px;
	background: url('ING2.png') no-repeat;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999999;
}

/* Calendar Sidebar */

.now {
    border-left: 4px solid #00804d;
    background-color: #ddd;
    margin: -2px 0 -4px -14px;
    padding: 2px 0 4px 10px;
}

/* Sherrif-Buttons */
.shariff {
    margin-bottom: 10px; 
}
