/**
 *  @author CAMAO GmbH <http://camao.de>
 *  @author Constanin Noll <constantin.noll@camao.de>
 */

/* Reset */
* {
    margin: 0; 
    padding: 0;
}

option {
    padding-left: 0.4em;
}

* html body * {
    overflow: visible;
}

html {
    height: 100%;
}

body {
    background: #efede8;
    color: #1a181c;
    font-size: 62.5%;
    height: 100%;
    padding-bottom: 1px;
    position: relative;
    text-align: left;
}

fieldset,
img {
    border: 0 solid;
}

script {
    display: none !important;
}

/* TYPO */

h1, h2, h3, h4, h5, h6,
ul, ol, dl, 
p, p.teaser,
pre {
    background-color: #ffffff;
    color: #000000;
    font-family: "Times New Roman", Times, serif;
    line-height: 1.5em;
    margin-bottom: 10px;
}

h2, h3, h4, h5, h6,
ul, ol, dl, 
p, p.teaser,
pre {
    font-size: 3em;
}

h3,h4, h5, h6,
ul, ol, dl, 
p, p.teaser,
pre {
    font-size: 1.8em;
}

h3, h4, h5, h6,
ul, ol, dl, 
p,
pre {
    font-size: 1.1em;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul, ol, dl, 
p,
pre {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
}

ul ul {
    font-size: 1em;
    margin: 0.5em 0 1em;
}

ul, ol, dl {
    padding-left: 20px;
}

ul {
    list-style-image: url("/media/images/icon/list-style-icon.png");
}
ul.schedule li {
    margin: 1em 0;
}


h2 span.column {
    color: #8b8b8b;
    display: block;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.4em;
    font-weight: normal;
    line-height: 1em;
    text-transform: uppercase;
}

p.teaser {
    line-height: 1.2em;
}

p span.subline {
    color: #949494;
    text-transform: uppercase;
}

em {
    color: #70A40A;
    font-style: normal;
}

code {
    font: normal normal normal 1.2em/1.5em monospace;
}

div.layoutPageNavi ul {
    font-family: "Times New Roman", Times, serif;
}

div.layoutPageBody div.layoutColumnAside h2 {
    font-size: 2em;
}

div.layoutPageFoot h1,
div.layoutPageFoot h2,
div.layoutPageFoot h3,
div.layoutPageFoot h4,
div.layoutPageFoot h5,
div.layoutPageFoot h6,
div.layoutPageFoot ul,
div.layoutPageFoot ol,
div.layoutPageFoot dl,
div.layoutPageFoot p,
div.layoutPageFoot a {
    background-color: #efede8;
    color: #787672;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* LINKS */

a {
    color: #B8011E;
    outline: none;
    text-decoration: none;
}

a.more {
    color: #b8011e;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
}

a.buttonMore {
    background: #d2cec6 url("/media/images/button/more.png") 6px 50% no-repeat;
    color: #000000;
    display: inline-block;
    font-size: 11px;
    padding: 6px 6px 6px 21px;
}

a.button_jetzt_bewerben {
    background: url("/media/images/keyvisual/button-jetzt-bewerben.png") 0 0 no-repeat;
    display: block;
    height: 41px;
    text-indent: -1000em;
    width: 190px;
}
a.button_jetzt_bewerben:hover {
    background-image: url("/media/images/keyvisual/button-jetzt-bewerben-over.png");
}

a.button_zum_wettbewerb {
    background: url("/media/images/keyvisual/button-zum-wettbewerb.png") 0 0 no-repeat;
    display: block;
    height: 41px;
    text-indent: -1000em;
    width: 202px;
}
a.button_zum_wettbewerb:hover {
    background-image: url("/media/images/keyvisual/button-zum-wettbewerb-over.png");
}


form a {
    color: #70a40a
}

/* FORM */

form {
    margin-top: 30px;
    padding: 20px;
}

form fieldset {
    padding-bottom: 40px;
}

form fieldset.last,
form fieldset.formAction {
    padding-bottom: 0;
}


form legend {
    color: #000000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}
* html form legend {
    margin-left: -8px;
}
*+html form legend {
    margin-left: -8px;
}

form fieldset.agb legend {
    display: none;
}


form input.text,
form select,
form textarea {
    border: 1px solid #cfcfcf;
    display: block;
    padding: 2px;
    width: 100%;
}

form span.input {
    display: block;
    overflow: hidden;
}

form input#street,
form input#city {
    float: left;
    width: 360px;
}
form input#number,
form input#plz {
    float: right;
    width: 50px;
}

form input#plz {
    float: left;
}

form input#city {
    float: right;
}

form input.text,
form select,
form textarea {
    float: left;
    width: 420px;
}
form textarea {
    height: 20em;
}
form select {
    width: 426px;
}

form input.radio,
form input.checkbox,
form label.radio,
form label.checkbox {
    vertical-align: middle;
}

form,
form p {
    background-color: #efede8;
}
form#jimdo-register-form {
    background-color: transparent;
}

form p {
    display: inline-block;
}
form p {
    display: block;
    overflow: hidden;
    padding-left: 140px;
}

form p label,
form p span.label {
    float: left;
    margin-left: -140px;
    width: 130px;
}

form p span.label label,
form label.checkbox,
form label.radio {
    float: none;
    margin-left: 0;
}

/* error */

form label.error,
form .error label {
    color: #fd201f;
}

form input.error,
form select.error,
form textarea.error,
form .error input,
form .error select,
form .error textarea {
    border-color: #fd201f;
}

/* submit */

form input.submit {
    border: 0 none;
    background: url("/media/images/button/button-absenden.png") 0 0 no-repeat;
    display: block;
    height: 41px;
    overflow: hidden;
    padding-top: 41px;
    text-indent: -1000em;
    width:126px;
}

form input.submit:hover {
    background-image: url("/media/images/button/button-absenden-over.png");
}


/* Navigation */

ul.nl {
    list-style: none;
    padding: 0;
}

/* LAYOUT PAGE */

div.layoutPage {
    background: url("/media/images/page/bg_page_body.png") 0 0 repeat-y;
    margin: 0 auto;
    padding: 0 4px;
    width: 960px;
}

div.layoutPageHead {
    display: inline-block;
}
div.layoutPageHead {
    background: url("/media/images/page/bg_page_head.png") 0 0 no-repeat;
    display: block;
    margin: 0 -4px;
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
}

div.layoutPageHead h2 {
    background: url("/media/images/logo/jugend-recherchiert.png") 0 0 no-repeat;
    bottom: -100px;
    height: 117px;
    overflow: hidden;
    position: absolute;
    right: 50px;
    text-indent: 117px;
    white-space: nowrap;
    width: 117px;
    z-index: 20000;
}

* html div.layoutPageHead h2 {
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/media/images/logo/jugend-recherchiert.png');
}

div.layoutPageHead h1 {
    margin: 0 4px;
    text-align: center;
}

/* NAVIGATION */

div.layoutPageNavi {
    background: url("/media/images/navigation/dot.png") 0 0 repeat-x;
    padding-top: 1px;
}

div.layoutPageNavi ul {
    display: inline-block;
}
div.layoutPageNavi ul {
    background: url("/media/images/navigation/dot.png") 0 100% repeat-x;
    display: block;
    font-size: 1.6em;
    line-height: 1.5em;
    list-style: none;
    margin-bottom: 18px;
    overflow: hidden;
    padding: 3px 200px 4px 18px;
}
div.layoutPageNavi ul li,
div.layoutPageNavi ul li a {
    float: left;
    margin-right: 1px;
}
div.layoutPageNavi ul li a {
    color: #1a181c;
    height: 1.5em;
    padding: 0 10px;
    text-decoration: none;
}

div.layoutPageNavi ul li a:hover,
div.layoutPageNavi ul li.active a {
    background-color: #70a40a;
    color: #ffffff;
}

/* NAVIGATION META */

div.navigationMeta,
div.copyright {
    float: left;
    padding: 14px 0;
}
div.navigationMeta ul {
    font-size: 1em;
}
div.navigationMeta ul li {
    display: inline;
    word-spacing: 1ex;
}
div.navigationMeta ul li a {
    text-decoration: none;
}

/* LAYOUT_PAGE_BODY */

div.layoutPageBody {
    padding: 0 18px;
}

/* LAYOUT_PAGE_FOOT */

div.layoutPageFoot {
    display: inline-block;
}

div.layoutPageFoot {
    background: #EFEDE8 url("/media/images/page/bg_page_foot.png") 0 0 no-repeat;
    display: block;
    margin: 0 -4px;
    padding: 40px 22px 30px;
    position: relative;
}

div.layoutPageFoot h2 {
    color: #787672;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin-bottom: 20px;
}


/* LAYOUT COLUMNS */

div.layoutColumns {
    display: inline-block;
}

div.layoutColumns {
    display: block;
    margin-right: -10px;
    overflow: hidden;
}

div.layoutColumn {
    float: left;
}

div.layoutColumnLast {
    float: right;
}

div.layoutColumnMain {
    width: 630px; 
}

div.layoutColumnAside {
    width: 283px;
}

div.layoutColumnInner {
    display: inline-block;
}
div.layoutColumnInner {
    display: block;
    overflow: hidden;
    padding: 12px;
}

/* CONTENT BLOCK */

div.contentBlock {
    display: inline-block;
}
div.contentBlock {
    display: block;
}

div.layoutColumnAside div.contentBlock {
    background-color: #efede8;
    margin-bottom: 10px;
    padding: 10px 90px 10px 10px;
}

div.layoutColumnAside div.contentBlock h2,
div.layoutColumnAside div.contentBlock p {
    background-color: #efede8;
}
div.layoutColumnAside div.contentBlock p {
    display: inline-block;
}
div.layoutColumnAside div.contentBlock p {
    display: block;
    position: relative;
}

div.layoutColumnAside div.contentBlock a.buttonMore {
    position: absolute;
    right: -80px;
    bottom: 0;
}

/* KEYVISUAL */

div.keyvisual {
    background: #3c7bc1 url("/media/images/keyvisual/wind-turbine.jpg") 0 100% no-repeat;
    padding-bottom: 25px;
    width: 924px;
}

div.keyvisual p.text_attraktive_sach_und_geldpreise {
    background: url("/media/images/keyvisual/text-fuer-jahrgangsstufe-9-bis-12.png") 0 0 no-repeat;
    height: 90px;
    margin: 0;
    text-indent: -1000em;
    width: 924px;
}
* html div.keyvisual p.text_attraktive_sach_und_geldpreise {
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/media/images/keyvisual/text-fuer-jahrgangsstufe-9-bis-12.png');
}

div.keyvisual h2,
div.keyvisual p {
    background-color: transparent;
    color: #ffffff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
    margin-left: 70px;
    width: 420px;
}
div.keyvisual a {
    color: #b2c6dc;
    text-decoration: none;
}

div.keyvisual h2 span.text_schulprojekt {
    background: url("/media/images/keyvisual/text-schulprojekt.png") 0 0 no-repeat;
    display: block;
    height: 20px;
    text-indent: -1000em;
    width: 100px;
}

div.keyvisual h2 span.text_klimaschutz_und_energieverbrauch {
    background: url("/media/images/keyvisual/text-wettbewerb-energieeffizienz.png") 0 0 no-repeat;
    display: block;
    height: 22px;
    text-indent: -1000em;
    width: 345px;
}

div.keyvisual a.button_jetzt_bewerben,
div.keyvisual a.button_zum_wettbewerb {
    margin: 20px 0 0;
}

/* SUPPORTER */

ul.supporter {
    display: inline-block;
}
ul.supporter {
    background: url("/media/images/supporter/dot.png") 0 100% repeat-x;
    display: block;
    font-size: 1em;
    list-style: none;
    margin: 0 -22px;
    overflow: hidden;
    padding: 0 22px 1px;
}
ul.supporter li {
    margin-right: 30px;
}
ul.supporter li a {}
ul.supporter li,
ul.supporter li a {
    float: left;
}

ul.supporter li a.rwe {
    background: url("/media/images/supporter/rwe.png") 0 0 no-repeat;
    display: block;
    height: 50px;
    text-indent: -1000em;
    width: 268px;
}
ul.supporter li a.rwe:hover {
    background-image: url("/media/images/supporter/rwe-over.png");
}

ul.supporter li a.faz {
    background: url("/media/images/supporter/faz.png") 0 0 no-repeat;
    display: block;
    height: 50px;
    text-indent: -1000em;
    width: 198px;
}
ul.supporter li a.faz:hover {
    background-image: url("/media/images/supporter/faz-over.png");
}

ul.supporter li a.promedia {
    background: url("/media/images/supporter/promedia.png") 0 0 no-repeat;
    display: block;
    height: 50px;
    text-indent: -1000em;
    width: 253px;
}
ul.supporter li a.promedia:hover {
    background-image: url("/media/images/supporter/promedia-over.png");
}

/* COPYRIGHT */

div.copyright {
    float: right;
}
div.copyright p {
    font-size: 1em;
}

/* VCARD */

.vcard .type {
    display: none;
}

/* partner */

h3#rwe,
h3#promedia {
    margin-top: 2em;
}
