/* Farben:

    #2a5ea7 Nav Aktiv
    #87a4ce Subnav Hover
    #185ca5 Titel

*/

@font-face {
    font-family: 'LiberationSans-Bold';
    src: url('fonts/LiberationSans-Bold.eot');
    src: url('fonts/LiberationSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/LiberationSans-Bold.woff') format('woff'),
         url('fonts/LiberationSans-Bold.ttf') format('truetype'),
         url('fonts/LiberationSans-Bold.svg#LiberationSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LiberationSans-Regular';
    src: url('fonts/LiberationSans-Regular.eot');
    src: url('fonts/LiberationSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/LiberationSans-Regular.woff') format('woff'),
         url('fonts/LiberationSans-Regular.ttf') format('truetype'),
         url('fonts/LiberationSans-Regular.svg#LiberationSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* */

* {
    margin: 0;
    padding: 0;
    color: #666666;
    
    ghjborder: 1px dotted black;
}

html, body {
}

body, * {
    font-family: LiberationSans-Regular, "Helvetica Neue", Helvetica;
}

body {
    background: #eee;
    background: transparent url( '/images/own/chrome/bg-body-4.jpg' ) top center no-repeat;
    font-size: 65%;
}

h1 {
    font-size: 1.6em;
}

h1, h2, h3 {
    color: #185ca5;
}

a {
    text-decoration: none;
    color: #2a5ea7;
}

a:hover {
    text-decoration: underline;
    color: #2a5ea7;
}

/* Layout */

#l_page {
    width: 977px;
    height: 100%;
    margin: auto;
}

#l_page .inner {
    width: auto;
}

#l_header {
    width: 100%;
    height: 142px;
    margin-bottom: 98px;
    position: relative;
}

#l_header .inner {
    width: 100%;
    height: 100%;
    margin-bottom: 98px;
    position: relative;
    overflow: visible;
}

#container-content {
    width: 100%;
    background: red;
    background: transparent url( '/images/own/chrome/bg-container.png' ) top left repeat-y;
}

#l_footer {
    width: 100%;
    height: auto
    clear: both;
}

/* Header */

#l_header {
    color: white;
}

#l_header img {
    padding-top: 25px;
}

#l_header a {
    color: white;
    text-decoration: none;
}

#l_switcher {
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    line-height: 28px;
    font-size: 115%;
    background: #81a3c8;
}

#l_switcher li {
    margin: 0 15px;
}

#l_switcher li:last-child {
    margin-left: 0;
}

#l_switcher li:last-child span {
    display: none;
}

#l_switcher a {
    padding: 0 !important;
}

/* Navigation */
#l_navigation .menuIconM{
    display: none;
}
#l_navigation {
    display: block;
    width: 100%;
    height: 47px;
    font-size: 130%;
}

#l_navigation .responsive-container > ul {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 47px;
    line-height: 45px;
    overflow: visible;
}

#l_navigation .responsive-container > ul > li {
    float: left;
    list-style-type: none;
    text-align: left;
    padding-left: 10px;
    border-left: 1px solid #a3bedb;
}

#l_navigation li {
    padding-left: 10px;
    width: 127.75px;
}

#l_navigation li li {
    height: 30px;
    line-height: 30px;
    text-transform: none;
    margin-left: -10px;
    border: none;
    border-right: 1px solid #a3bedb;
    font-size: 95%;
}

#l_navigation li ul {
    /* width: 80px; */
}

#l_navigation li.active {
    background: #2a5ea7;
}

#l_navigation li:hover a {
    color: white;
}

#l_navigation li:hover {
    background: #2a5ea7;
}

#l_navigation .responsive-container > ul > li:hover {
}

#l_navigation .responsive-container > ul > li li:first-child {
    margin-top: 1px;
}

#l_navigation .responsive-container > ul > li li:last-child {
    border-bottom: 1px solid #a3bedb;
}

#l_navigation .responsive-container > ul > li:first-child { text-align: left; }
#l_navigation .responsive-container > ul > li:last-child { border-right: 1px solid #a3bedb; width: 132px; }

#l_navigation a {
    float: none !important;
    padding: 0 !important;
    display: block;
    width: 100%;
    height: 100%;
}

/*** Sub-Navigation */

#l_navigation ul li ul li {
    float: none;
    background: #2a5ea7;
    width: 150%;
    display: none;
    text-align: left;
}

#l_navigation ul {
    margin: 0;
    padding: 0;
}

#l_navigation ul li:hover > ul > li {
    display: block;
}
   
#l_navigation ul li ul li:hover {
    background: #86a4cd;
}

#l_navigation ul li ul li:last-child {
    /* border-bottom: 1px solid #a3bedb; */
}

#l_navigation a {
    padding: 0;
}

/*** Sub-Sub-Navigation */

#l_navigation ul li ul li ul li {
    position: relative;
    left: 200px;
    top: -31px;
    display: none;
}

/* Content */

#adminNavigation { display: none; display: block; }

#container-content {
    padding-bottom: 25px;
}

#container-content h1, #container-content h2 {
    line-height: 35px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
}

#container-content > div > h1 {
    line-height: 44px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-top: 0;
}

#container-content h1, #container-content h2 {
    padding: 10px 25px;
}

#container-content p, #container-content ul, #container-content div.error {
    padding: 10px 25px;
    margin: 0;
}

#container-content ul {
    margin-left: 25px;
    font-size: 125%;
}

#container-content p {
    font-size: 125%;
}

#container-content table {
    margin: auto;
    font-size: 125%;
    margin-left: 25px;
}

#container-content table * {
    background: none;
}

#container-content div.referenzen_container {
    border: 1px solid #6c8db3;
    background-color: #cad3dd;
    width: 90%;
    margin: 1% auto 2.5% auto;
    margin-left: 25px;
}

#container-content div.file {
    border: 1px solid #6c8db3;
    background-color: #cad3dd;
    width: 90%;
    margin: 1% auto 2.5% auto;
    padding: .5% 0;
    position: relative;
}

#container-content div.file * {
    color: #2A5EA7;
}

#container-content div.file.file-pdf {
    background-image: url( ../../images/own/chrome/pdf.gif );
    background-position: center right;
    background-repeat: no-repeat;
    line-height: 50%;
    margin-left: 25px;
}

#container-content div.file.file-external {
    background-position: center right;
    background-repeat: no-repeat;
    min-height: 175px;
}

#container-content div.file p {
    width: 75%;
}

#container-content div.file a.block {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}

#container-content div.file a.block:hover {
    text-decoration: none;
}

#container-content div.file img {
    float: right;
}

#linkliste ul {
    list-style: none;
    background: #cad3dd;
    border: 1px solid #6c8db3;
    width: 95%;
    margin: auto;
    margin-bottom: 2.5%;
    padding: 0;
}

#linkliste ul li {
    padding: .5%;
}

#linkliste ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

#linkliste ul .title {
    background: #6c8db3;
    color: #d5c6c2;
}
/*** 1-Spalten-Layout */

.main-none {
    background: white !important;
}

/*** 2-Spalten-Layout */

.main-right div {
    width: 711px;
    float: left;
}

.main-right div.rightbar {
    width: 257px;
    float: right;
}

.main-right div.rightbar h2 {
    text-align: left;
    padding-bottom: 14px !important;
    padding-top: 14px !important;
    line-height: 100% !important;
    margin-bottom: 8px !important;
}

.main-right div.rightbar p {
    padding-bottom: 0;
}

.main-right div.rightbar a.shop-button {
    cursor: pointer;
    display: inline-block;
    padding: 5px 14px 6px;
    margin-left: 25px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-size: 13px;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    color: #ffffff;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.main-right div.rightbar a.shop-button:hover {
  background-position: 0 -15px;
  color: #333;
  color: white;
  text-decoration: none;
}

/*** Anmeldung */

#login-form {
    padding-left: 25px;
}

/*** Frontpage-Layout */

.container-frontpage {
    height: 350px;
    background: none !important;
    font-size: 110%;
}

.container-frontpage div {
    height: auto;
    float: left;
    margin: 0 3.5px;
    background: white;
    text-align: left;
    font-family: LiberationSans-Regular;
}

.container-frontpage div.first { margin-left: 0; }
.container-frontpage div.last { float: right; }

.container-frontpage div h2 {
    text-transform: uppercase;
    padding: 2.5px 10px !important;
    border-bottom: 1px solid #d1d1d1 !important;
    font-family: LiberationSans-Bold;
    font-size: 1.5em;
    margin-bottom: 0 !important;
}

.container-frontpage div:hover h2 {
    border-bottom: 1px solid #97b1d4 !important;
}

.container-frontpage div img {
    margin: 12.5px 0;
    margin-top: 12.5px;
    padding: 0 10px;
}

.container-frontpage div:hover {
    background: #2a5ea7;
}

.container-frontpage div:hover ul {
    display: blockx; /* Nur falls JS deaktiviert ist */
    background: #2a5ea7;
}

.container-frontpage div:hover h2 {
    color: white;
}

.container-frontpage div ul {
    display: none;
    list-style: none;
    padding: 0 !important;
    margin-left: 0 !important;
}

.container-frontpage div ul li {
    display: block;
    line-height: 30px;
    border-top: 1px solid #97b1d4;
    padding-left: 10px;
}

.container-frontpage div ul li:hover {
    background: #87a4ce;
    border-top: 1px solid #86a4cd;
}

.container-frontpage div ul li a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
}

/* Ueber uns */

/* Kontaktformular */

.widget .form {
    border-top: 1px solid #D1D1D1;
    padding-left: 25px;
    margin-top: 25px;
    padding-top: 25px;
}

/* Footer */

#l_footer {
    text-align: center;
    background: white;
    margin-top: 5%; /* Wie viel hier? */
    padding: 1% 0;
    font-size: 120%;
}

#l_footer img {
    margin-bottom: 1%;
}

#l_footer p {
    border-width: 1px 0;
    line-height: 30px;
    background: transparent url( ../../images/own/chrome/footer-linie.png ) top center no-repeat;
    margin-bottom: 0;
}

#l_footer p.last {
    margin: 0;
    padding: 0;
    background: none;
    color: #dbdbdb;
    text-decoration: none;
}

#l_footer p.last a {
    color: #dbdbdb;
}