/* RESET */
/* v2.0 | 20110126
 http://meyerweb.com/eric/tools/css/reset/ 
 License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset fuer aeltere Browser */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: Arial,sans-serif;
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::-ms-clear { 
    display: none;
}

/* CSS Hack Chrome - Verstecke yellow bg bei autocomplete Feldern */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

body {
    font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
    font-size: 14px;
}

h1 {
    font-size: 22px;
    margin-bottom: 15px;
}

h2 {
    font-size: 15px;
}

p {
    line-height: 1.3;
    margin-bottom: 30px;
}

strong {
    font-weight: bold;
}

sup {
    font-size:11px;
    padding-left:2px;
    position: relative;
    top:-5px;
}
a {
    color: #2c5c91;
    font-weight: normal;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

a img:hover {
    opacity: .5;
}

#header {
    background-color: #fff;
    border-bottom:30px solid #154176;
    height:90px;
    min-width: 320px;
    position: relative;
}

#header a.left {
    background-image: url(../images/logo_niedersachsen_465x60.gif);
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    height:60px;
    left: 5px;
    top:14px;
    position: absolute;
    width:465px;
}

#header a.right {
    background-image: url(../images/logo_it_niedersachsen_214x66.gif);
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    height:66px;
    right: 7px;
    top:10px;
    position: absolute;
    width: 214px;
}

#content {
    margin: 30px auto 0 auto;
    padding: 0 10px;
    max-width: 768px;
}

.space {
    background-color: #fbfbfb;
    float:left;
    min-height:540px;
    margin: 0 20px;
    width:5px;
}

.gateBox {
    background-color: #fbfbfb;
    border-radius: 5px;
    float:left;
    margin-bottom: 80px;
    min-height:520px;
    padding: 20px 0 0 0;
    position: relative;
    width:350px;
}

.gateBox:after {
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 1);
    content: "";
    height: 1%;
    left: 3%;
    position: absolute;
    right: 3%;
    width: 90%;
    z-index: -1;
}

/* HEADLINES */
.gateBox p {
    margin:0;
    padding: 0 10px 5px 10px;
}

.gateBox h2 {
    background-color: #154176;
    color: #fff;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.gateBox h2.oldStage {
    background-color: #ccc;
    color: #000;
}

.gateBox h2.newStageBefore {
    padding-left:5px;
    text-align: left;
}

.gateBox h2.newStageAfter {

}

/* SCREENSHOTS */
.gateBox .screenshot {
    height: 85px;
    margin: 20px auto;
    width:143px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.3);
}

/* BUTTONS */
.gateBox .buttonArea {
    bottom: 20px;
    position: absolute;
    width:100%;
}

.gateBox .buttonArea a.button,
.gateBox .buttonArea a.buttonMultiline{
    background-color: #54aa76;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.9);
    -moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.9);
    box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.9);
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 14px;
    height:50px;
    line-height:50px;
    margin: 0 auto 10px auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width:210px;
}

.gateBox .buttonArea a.buttonMultiline {
    line-height:1;
    height:40px;
    padding-top:10px;
}

.gateBox .buttonArea a.button:hover,
.gateBox .buttonArea a.buttonMultiline:hover{
    background-color: #63c68a;
}

.gateBox .buttonArea a.buttonMultiline .subLine {
    display: inline-block;
    font-weight: normal;
    margin: 3px 0;
    text-transform: none;
}

.gateBox .buttonArea .arrowLeft,
.gateBox .buttonArea .arrowRight {
    position: relative; 
    top:1px;
}

.gateBox .buttonArea .arrowLeft {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent; 
    border-right:6px solid; 
    display: inline-block;
    margin-right:10px;
    height: 0; 
    width: 0; 
}

.gateBox .buttonArea .arrowRight {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent; 
    border-left:6px solid; 
    display: inline-block;
    margin-left:10px;
    height: 0; 
    width: 0; 
}

/* BUTTONS DISABLED */
.gateBox .buttonArea .disabled {
    background-color: #ddd!important;
    color: #8e8e8e !important;
    cursor: not-allowed !important; 
}

.ribbon-wrapper {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.infoIcon {
    background-color: #2c5c91;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-family: verdana;
    font-weight: bold;
    font-size:14px;
    line-height:20px;
    height:20px;
    margin-right: 3px;
    text-align: center;
    width:20px;
}

.ribbon {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 7px 0;
    text-transform: uppercase;
    right: 18px;
    top: 23px;
    width: 162px;
    background-color: #e60e0e;
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
    -moz-box-shadow:    0px 1px 4px rgba(0,0,0,0.6);
    box-shadow:         0px 1px 4px rgba(0,0,0,0.6);
}

.footnote {
    font-size:11px;
    margin-top: 10px!important;
}

.footnote sup {
    font-size:10px;
    padding: 0 3px 0 0;
    top:-3px;
}


@media (max-width: 767px) {
    #header a.left {
        background-image: url(../images/logo_niedersachsen_small.gif);
        height:52px;
        left: 5px;
        top:20px;
        width:280px;
    }

    #header a.right {
        top:20px;
    }

    .space {
        display: none;
    }

    .gateBox {
        min-width:320px;
        width:100%;
    }
}


@media (max-width: 520px) {
    #header a.left {
        top:0;
    }

    #header a.right {
        background-image: url(../images/logo_it_niedersachsen_small.gif);
        left: 70px;
        top:28px;
    }
}