body {
     background-color: #DADADC;
     font-size: 8pt;
     font-family: 'Open Sans', sans-serif;
     font-weight: 400;
 }

p, li, dd, dt, table, label, input, textarea {
    font-size: 12px;
    line-height: 18px;
}

.links h2,
.links h3 {
    font-size: 18px;
}

#main .links {
    margin: 0px;
}

#main .links li {
    font-size: 12px;
    color: #000;
    background-image: none;
}

#main .links li {
    width: 49%;
    display: inline-block;
    padding: 10px 0px;
}

#main .links.one_col li,
.edit_mode #main .links li {
    width: 100%;
    display: block;
}

.links li .description {
    margin: 0px 0px 10px 0px;
}

.links li a {
    color: inherit;
    text-decoration: none;
    font-style: italic;
    line-height: 1.3em;
}

.links li a .text,
.links li a .title {
    display: block;
}

.links li a .title {
    font-weight: 700;
}

#branding {
    background-color: #FFF;
}

#wrapper {
    background: none;
    background-color: transparent;
}

.header-image .caption {
}

.header-image .caption .caption-text {
    color: #FFF;
    background-image: url(../img/icons/arrow_right_white.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 50px;
    font-weight: 700;
}

/* Footer
 */

#site-info {
    color: #6E8373;
    font-size: 80%;
}

#site-info h4 {
    font-family: 'Judson', serif;
    font-size: 200%;
}

/* Headers
 */

#main h1 {
    color: #6E8373;
    font-family: 'Judson', serif;
}

#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
    color: #000;
    font-family: 'Judson', serif;
}

/* Breadcrumbs
 */

#main #breadcrumb li {
    color: #000;
    font-size: 12px;
}

/* Special Links
 */

.cross-link {
    font-family: 'Judson', serif;
    font-size: 18px;
    background: #a5c400; /* Old browsers */
    background: -moz-linear-gradient(top,  #a5c400 0%, #8cb110 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5c400), color-stop(100%,#8cb110)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a5c400 0%,#8cb110 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a5c400 0%,#8cb110 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a5c400 0%,#8cb110 100%); /* IE10+ */
    background: linear-gradient( #a5c400, #8cb110 );
}

.cross-link a {
    color: #FFF;
    text-decoration: none;
}

.BAEisenach .cross-link {
    background: #009d30; /* Old browsers */
    background: -moz-linear-gradient(top, #009d30 0%, #007c28 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009d30), color-stop(100%,#007c28)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #009d30 0%,#007c28 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #009d30 0%,#007c28 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #009d30 0%,#007c28 100%); /* IE10+ */
    background: linear-gradient( #009d30, #007c28 );
}

/* Navigation
 */

/* General Navi
 */

#nav {
    background: none;
}

#nav-box {
    background: none;
}

/* 1. Ebene
 */

#nav-box > ul {
    color: #FFF;
    background-color: #FFF;
    font-family: 'Judson', serif;
    font-size: 130%;
}

#nav-box > ul > li {
    color: #FFF;
}

#nav-box li.on strong,
#nav-box li.on a,
#nav-box li li.on strong,
#nav-box li li.on a {
    background-color: transparent;
    color: inherit;
}

#nav-box > ul li a:focus,
#nav-box > ul li.on a:focus,
#nav-box > ul li.on a:hover,
#nav-box > ul li a:hover {
    color: inherit;
    background-color: inherit;
}

#nav-box > ul > li.open,
#nav-box > ul > li.open > a,
#nav-box > ul > li.on,
#nav-box > ul > li.open.on,
#nav-box > ul > li.open.on > strong,
#nav-box > ul > li {
    background: #a5c400; /* Old browsers */
    background: -moz-linear-gradient(top,  #a5c400 0%, #8cb110 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5c400), color-stop(100%,#8cb110)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a5c400 0%,#8cb110 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a5c400 0%,#8cb110 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a5c400 0%,#8cb110 100%); /* IE10+ */
    background: linear-gradient( #a5c400, #8cb110 );
    font-size: 18px;
}

#nav-box > ul > li.open ul {
    font-size: 16px;
}

#nav-box > ul > li.open ul ul {
    font-size: 14px;
}

.BAEisenach #nav-box > ul > li.open,
.BAEisenach #nav-box > ul > li.open > a,
.BAEisenach #nav-box > ul > li.on,
.BAEisenach #nav-box > ul > li.open.on,
.BAEisenach #nav-box > ul > li.open.on > strong,
.BAEisenach #nav-box > ul > li {
    background: #009d30; /* Old browsers */
    background: -moz-linear-gradient(top, #009d30 0%, #007c28 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009d30), color-stop(100%,#007c28)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #009d30 0%,#007c28 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #009d30 0%,#007c28 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #009d30 0%,#007c28 100%); /* IE10+ */
    background: linear-gradient( #009d30, #007c28 );
}

#nav-box > ul > li > a {
    color: inherit;
    font-weight: 400;
}

/* 2. Ebene
 */

#nav-box > ul > li > ul {
    font-size: 90%;
}

#nav-box > ul > li > ul > li a,
#nav-box > ul > li > ul > li a:hover,
#nav-box > ul > li.open > ul > li a:hover,
#nav-box > ul > li > ul > li > ul > li a:hover,
#nav-box > ul > li.open > ul > li > ul > li a:hover {
    color: inherit;
}

/* Alles unter
 */

#nav-box > ul > li > ul > li > ul {
    font-size: 90%;
}

#nav-box li li.open li a:hover,
#nav-box li li.open li a:active,
#nav-box li li.open li a:focus,
#nav-box li li.open li.on a,
#nav-box > ul > li li.on li a,
#nav-box > ul > li li.open li a {
    color: #000;
    font-weight: normal;
}

#nav-box > ul > li ul {
    color: #000;
    background: none;
    background-color: #FFF;
    border-radius: 0px;
}

#nav-box > ul > li ul a:hover {
    border-radius: 0px;
}

#nav-box > ul li.on > a,
#nav-box > ul li.open > a,
#nav-box > ul li li.on > a,
#nav-box > ul li li.open > a {
    font-weight: 700;
}

#nav-box > ul > li li.on > strong,
#nav-box > ul li.on a:hover {
    border-radius: 0px;
    background-color: #FFF;
    color: #000;
}

/* Special links
 */

#nav-box li.other-site {
    background: #009d30; /* Old browsers */
    background: -moz-linear-gradient(top, #009d30 0%, #007c28 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009d30), color-stop(100%,#007c28)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #009d30 0%,#007c28 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #009d30 0%,#007c28 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #009d30 0%,#007c28 100%); /* IE10+ */
    background: linear-gradient( #009d30, #007c28 );
}

.BAEisenach #nav-box li.other-site {
    background: #a5c400; /* Old browsers */
    background: -moz-linear-gradient(top,  #a5c400 0%, #8cb110 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5c400), color-stop(100%,#8cb110)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a5c400 0%,#8cb110 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a5c400 0%,#8cb110 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a5c400 0%,#8cb110 100%); /* IE10+ */
    background: linear-gradient( #a5c400, #8cb110 );
}

#nav-box li.outbound,
.BAEisenach #nav-box li.outbound {
    background: #295150; /* Old browsers */
    background: -moz-linear-gradient(top, #295150 0%, #153238 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#295150), color-stop(100%,#153238)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #295150 0%,#153238 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #295150 0%,#153238 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #295150 0%,#153238 100%); /* IE10+ */
    background: linear-gradient( #295150, #153238 );
}

/* Branding
 */

#branding-links .home-link {
    background: #a5c400; /* Old browsers */
    background: -moz-linear-gradient(top,  #a5c400 0%, #8cb110 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5c400), color-stop(100%,#8cb110)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a5c400 0%,#8cb110 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a5c400 0%,#8cb110 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a5c400 0%,#8cb110 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a5c400 0%,#8cb110 100%); /* W3C */
    font-family: 'Judson', serif;
}

.BAEisenach #branding-links .home-link {
    background: #009d30; /* Old browsers */
    background: -moz-linear-gradient(top, #009d30 0%, #007c28 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009d30), color-stop(100%,#007c28)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #009d30 0%,#007c28 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #009d30 0%,#007c28 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #009d30 0%,#007c28 100%); /* IE10+ */
    background: linear-gradient( #009d30, #007c28 );
    font-family: 'Judson', serif;
}

#branding-links ul li a {
    color: #6E8573;
}

#branding-links ul li.logout a {
    color: #D10019;
    font-weight: 700;
}

#branding .search-area {
    background: #a5c400; /* Old browsers */
    background: -moz-linear-gradient(top,  #a5c400 0%, #8cb110 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5c400), color-stop(100%,#8cb110)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a5c400 0%,#8cb110 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a5c400 0%,#8cb110 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a5c400 0%,#8cb110 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a5c400 0%,#8cb110 100%); /* W3C */
    width: 235px;
    height: 100px;
}

.BAEisenach #branding .search-area {
    background: #009d30; /* Old browsers */
    background: -moz-linear-gradient(top, #009d30 0%, #007c28 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009d30), color-stop(100%,#007c28)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #009d30 0%,#007c28 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #009d30 0%,#007c28 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #009d30 0%,#007c28 100%); /* IE10+ */
    background: linear-gradient( #009d30, #007c28 );
}

#home #branding .search-area {
    display: none;
}

#search-box {
    /*background-image: url(../img/icons/lupe_BA_Gera.png);*/
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.BAEisenach #search-box {
    /* background-color: #007C28; */
    background-image: url(../img/icons/lupe_BA_Eisenach.png);
}

/* Startseite
 */

.main-content .inner-cell {
    background: #a5c400; /* Old browsers */
    background: -moz-linear-gradient(top,  #a5c400 0%, #8cb110 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5c400), color-stop(100%,#8cb110)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a5c400 0%,#8cb110 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a5c400 0%,#8cb110 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a5c400 0%,#8cb110 100%); /* IE10+ */
    background: linear-gradient( #a5c400, #8cb110 );
    color: #000;
}

.BAEisenach .main-content .inner-cell {
    background: #009d30; /* Old browsers */
    background: -moz-linear-gradient(top, #009d30 0%, #007c28 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009d30), color-stop(100%,#007c28)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #009d30 0%,#007c28 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #009d30 0%,#007c28 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #009d30 0%,#007c28 100%); /* IE10+ */
    background: linear-gradient( #009d30, #007c28 );
    color: #FFF;
}

.js .quicklinks ul {
    background-color: #8cb110;
}

.js .BAEisenach .quicklinks ul {
    background-color: #007c28;
}

.main-content .inner-cell.video,
.main-content .inner-cell.downloads,
.main-content .inner-cell.praxispartner {
    background: #738a77; /* Old browsers */
    background: -moz-linear-gradient(top, #738a77 0%, #4b5c4f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#738a77), color-stop(100%,#4b5c4f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #738a77 0%,#4b5c4f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #738a77 0%,#4b5c4f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #738a77 0%,#4b5c4f 100%); /* IE10+ */
    background: linear-gradient( #738a77, #4b5c4f );
    color: #FFF;
}

.main-content .inner-cell.interessierte {
    background: #295150; /* Old browsers */
    background: -moz-linear-gradient(top, #295150 0%, #153238 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#295150), color-stop(100%,#153238)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #295150 0%,#153238 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #295150 0%,#153238 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #295150 0%,#153238 100%); /* IE10+ */
    background: linear-gradient( #295150, #153238 );
    color: #FFF;
}

.main-content .inner-cell.studienbereiche {
    background: none;
    background-color: #007C28;
    color: #FFF;
}

.main-content .inner-cell.einrichtungen {
    background: none;
    color: #000;
    background-color: #D6D8CD;
}

.main-content .inner-cell.willkommen {
    background: none;
    color: #000;
    background-color: #DADADC;
}

/* Disclosure box
 */

#main .disclosure-box .disclosure-label .title {
    font-size: 16px;
}

#main .disclosure-box.active .title {
    font-weight: 700;
}

#main .disclosure-box .text {
    font-weight: 400;
}

#main .image-switcher ul li {
    font-size: 24px;
}

/* Zitierter Text
 */

#main blockquote p {
    border-left: 3px solid #8CB110;
    padding-left: 4px;
}

.BAEisenach blockquote p {
    border-left: 3px solid #007c28;
}

#main blockquote p:last-child {
    border-left: none;
    margin-top: 4px;
    padding-left: 7px;
}

/* Studienplatboerse rot*/
/*.main-content .inner-cell.boerse {
  background: #fe4b47;
  background: -moz-linear-gradient(top, #fe4b47 0%, #d9d7d8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe4b47), color-stop(100%,#d9d7d8));
  /* background: -webkit-linear-gradient(top, #fe4b47 0%,#8cb110 100%); */
  /*background: -o-linear-gradient(top, #fe4b47 0%,#d9d7d8 100%);
  background: -ms-linear-gradient(top, #fe4b47 0%,#d9d7d8 100%);*/
  /* background: linear-gradient( #fe4b47, #d9d7d8 ); */
  /*color: #000;
}*/
/*
.image-switcher ul li:first-of-type {
  background-color: rgba(255, 0, 0, 0.7);
  margin-top: 3px;
}

.image-switcher ul li:first-of-type:hover {
  background-color: rgba(255, 0, 0, 1.0);
  margin-top: 3px;  
}  

.image-switcher ul li:first-of-type a {
  color:#fff !important;
  background-image: url("../img/icons/arrow_right_white.png") !important;
}
*/

