/*  Alle CSS-Dateien des Verzeichnis content/assets/stylesheets/oa zu oa.css zusammenführen */
/*
**  OA MENU
*/

/*
**  Menu spacing
*/
#oamenu .main {
    height: 47px;
}

#oamenu .sub {
    height: 34px;
    padding: 5px 0px 0px 48px;
}

#oamenu .last {
    margin-bottom: 10px;
}

/*
**  Menu background
*/
#oamenu .main.vorhaben {
    background: url(../img/cat1.png) no-repeat top left;
}

#oamenu .main.vorgehen {
    background: url(../img/cat2.png) no-repeat top left;
}

#oamenu .main.vorzeigen {
    background: url(../img/cat3.png) no-repeat top left;
}

#oamenu .option {
    text-decoration: none;
    background: url(../img/opt.png) no-repeat top left;
}

#oamenu .option:hover {
    background: url(../img/opt-active.png) no-repeat top left;
    color: #769bc5;
}

#oamenu .option:hover.last {
    background: url(../img/last-opt-active.png) no-repeat top left;
}

#oamenu .active {
    background: url(../img/opt-active.png) no-repeat top left;
    color: #769bc5;
}

#oamenu .option.last {
    background: url(../img/last-opt.png) no-repeat top left;
}

#oamenu .active.last {
    background: url(../img/last-opt-active.png) no-repeat top left;
}

/*
**  Menu links
*/
#oamenu a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

#oamenu a, a:link, a:hover, a:visited, a:active {
    text-decoration: none;
}

#oamenu a:hover {
    color: #769bc5;
    cursor: pointer;
}

#oamenu a:active {
    color: #769bc5;
}

/*  FONTS
--------------------------*/
body {
    background: #fff;
    font-family: "Open Sans", sans-serif;
}

@font-family-sans-serif :  Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-serif :       Georgia, "Times New Roman", Times, serif;
@font-family-monospace :   Menlo, Monaco, Consolas, "Courier New", monospace;
@font-family-base :        @font-family-sans-serif ;

@headings-font-family :    inherit;
@headings-font-weight :    500;
@headings-line-height :    1.1;
@headings-color :          inherit;

/*  OA RESPONSIVE STYLES
--------------------------*/


/* OA CONTENT
-----------------------*/

#oacont .heading {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #769bc5;
    font-size: 28px;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#oacont .lead {
    color: #444;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

#oacont p {
    color: #444;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
}

#oacont li {
    color: #444;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

#oacont .manifest {
    color: #666;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    font-family: "Courier New";
}

@media (min-width: 768px) {
    #oacont .heading {
        font-weight: 600;
        font-size: 28px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) {
    #oacont .heading {
        font-weight: 600;
        font-size: 28px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) {
    #oacont .heading {
        font-weight: 600;
        font-size: 28px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}

/* OA ACCORDION
---------------------------------------*/
.panel {
    color: #000;
    padding: 0px;
}

.accordion-group {
    padding: 0px;
    border: none;
}

.panel a {
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.panel a:hover {
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.panel a:active {
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.panel a:visited {
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.accordion-inner {
    background-color: #d6e1ee;
    padding: 4px 8px 8px 16px;
    border: 0px;
}

.accordion-inner p {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.accordion-heading h4 {
    color: #769bc5;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

#oacont .accordion-inner .lead {
    color: #769bc5;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

#oacont .accordion-inner p {
    color: #444;
    margin-bottom: 8px;
}

h4 {
    font-weight: 600;
}

/* InfoBox2
------------------------- */

#InfoBox2 {
    background-color: #fffefd;
    padding-left: 10px;
    margin: 0px;
    /* border : 1 px solid #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 130%;
    color: #5F5F5F; */
}

#InfoBox2 a:link a:visited {
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: #0090E0;
}

#InfoBox2 a:hover {
    color: #FF007F;
    text-decoration: none;
}

#InfoBox2 .lead {
    color: #769bc5;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

#InfoBox2 .foot {
    color: #769bc5;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.text-muted {
    color: #333;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

@media (min-width: 992px) {
    body > .container {
        padding: 0px 15px 0;
    }
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

#first_row {
    height: 275px;
    text-align: right;
}

.footer {
    background: #e9e8e8;
    text-align: center;
}

/* video */
#oa_intro {
    margin: 0px 0px 30px 0px;
    border: 1px solid #444;
}

#oacont .grafix {
    margin: 0px 0px 20px 0px;
}



img .logo {
    align: right;
}
/*  OA TESTS
--------------
.container {
    border: 1px solid green;
}
.row {
    border: 1px solid blue;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    border: 1px solid red;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    border: 1px solid red;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    border: 1px solid red;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    border: 1px solid red;
}
*/