.photo {
    /* width: auto; */
    max-width: 120px;
}

.text-section .photo.large {
    max-width: none;
    width: 100%;
}

.header-image .media {
    width: 100%;
    max-width: 100%;
}

.disclosure-box.partners .contact-data:after,
.text-section:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.text-section .photo,
.text .photo {
    position: relative;
    padding: 0px;
}

.text-section .photo img,
.text .photo img {
    width: 100%;
}

.text-section table,
.text-section tr,
.text-section th,
.text-section td {
    border: none;
    background-color: inherit;
}

.text-section table {
    margin-top: 0px;
    margin-bottom: 1em;
}

#main .text-section table td p {
    margin-bottom: 0px;
    margin-top: 1em;
}

#main .text-section table td p:first-child {
    margin-top: 0em;
}

tr.odd td {
    background-color: #E5E5E5;
}

.text-section p.blank {
    display: none;
}

.text-section .photo .caption,
.text .photo .caption {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    position: absolute;
    bottom: 0px;
    padding: 0.5em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.text-section .photo .zoom,
.text .photo .zoom {
    display: none;
}

/* Text-Button
 */

.text-button {
    margin: 10px 0px;
}

.text-button .right,
.text-button .left {
    display: inline-block;
    box-sizing: border-box;
    float: none;
    vertical-align: top;
}

.text-button .left {
    border: 15px solid #DADADC;
    padding: 15px;
    font-family: 'Judson', serif;
    width: 165px;
}

.text-button .left p {
    color: #738A77;
    font-size: 16px;
}

.text-button .right {
    padding: 0px 15px 0px 15px;
    font-size: 12px;
    width: 175px;
}

/* Image Gallery
 */

.image-gallery {
    padding: 15px 15px 10px 15px;
    background: #EBF0EA; /* Old browsers */
    background: -moz-linear-gradient(top, #EBF0EA 0%, #D7D8D2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EBF0EA), color-stop(100%,#D7D8D2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #EBF0EA 0%,#D7D8D2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #EBF0EA 0%,#D7D8D2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #EBF0EA 0%,#D7D8D2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #EBF0EA 0%,#D7D8D2 100%); /* W3C */
    position: relative;
}

.image-gallery h2 {
    font-size: 18px;
    margin: 5px 0px 0px 0px;
    padding-bottom: 15px;
    border-bottom: 1px dotted black;
}

.image-gallery ul {
    list-style: none;
}

.image-gallery ul li img,
.image-gallery ul li {
    height: 150px;
    display: inline-block;
}

.image-gallery ul li img {
    max-width: 110px;
    margin-left: auto;
    margin-right: auto;
}

.image-gallery.landscape ul li img,
.image-gallery.landscape ul li {
    height: inherit;
    max-height: 110px;
    line-height: 110px;
    display: inline;
    vertical-align: middle;
}

.image-gallery.landscape ul li {
}

.image-gallery.landscape ul li img {
    max-width: 100%;
}

.image-gallery ul li {
    /* margin-left: 30px; */
    overflow: hidden;
    text-align: center;
}

.image-gallery ul li:first-child {
    margin-left: 0px;
}

.image-gallery .gallery {
    margin: 10px 55px;
    position: relative;
}
.image-gallery .gallery-image {
    display: inline-block;
    margin: 0px auto;
    width: inherit;
}

.image-gallery .prev,
.image-gallery .next {
    position: absolute;
    top: 0px;
    height: 150px;
    width: 35px;
    background-color: rgb(236, 241, 237);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    background-position: center center;
    background-repeat: no-repeat;
}

.image-gallery.landscape .prev,
.image-gallery.landscape .next {
    height: 110px;
}

.image-gallery .prev {
    left: -55px;
    background-image: url(../img/icons/lt_black.png);
}

.image-gallery .next {
    background-image: url(../img/icons/gt_black.png);
    right: -55px;
}

.edit_mode .image-gallery .prev,
.edit_mode .image-gallery .next {
    display: none;
}

.edit_mode .image-gallery.landscape ul li img,
.edit_mode .image-gallery.landscape ul li,
.edit_mode .image-gallery li {
    display: block;
}

.image-gallery .bullets {
    border-top: 1px dotted black;
    text-align: center;
    padding-top: 6px;
}

#home .link-carousel .bullets .bullet,
#extras .link-carousel .bullets .bullet,
.image-gallery .bullets .bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #aaa;
    margin-left: 10px;
}

#home .link-carousel .bullets .bullet:first-child,
#extras .link-carousel .bullets .bullet:first-child,
.image-gallery .bullets .bullet:first-child {
    margin-left: 0px;
}

#home .link-carousel .bullets .bullet.selected,
#extras .link-carousel .bullets .bullet.selected,
.image-gallery .bullets .bullet.selected {
    background-color: #000;
}

#home .link-carousel.dark .bullets .bullet.selected,
#extras .link-carousel.dark .bullets .bullet.selected {
    background-color: #FFF;
}

/*
#main .image-gallery .jcarousel-container {
    background-color: transparent;
}

#main .image-gallery .jcarousel-item {
    height: 150px;
    width: 110px;
    margin-right: 30px;
    overflow: hidden;
}

#main .image-gallery .jcarousel-item .gallery-image,
#main .image-gallery .jcarousel-item .gallery-image a {
    display: block;
    width: 100%;
    height: 100%;
}

#main .image-gallery .jcarousel-item img {
    height: 150px;
}

.edit_mode .image-gallery img {
    height: 300px;
}

#main .image-gallery .jcarousel-controls {
    width: 100%;
    position: static;
    padding-top: 15px;
    height: 15px;
    bottom: 0px;
    left: 0px;
}

#main .image-gallery .jcarousel-controls a {
    margin: 0px 7px;
}

#main .image-gallery .jcarousel-clip {
    width: auto;
    height: 150px;
    margin: 10px 55px;
}

#main .image-gallery .jcarousel-prev,
#main .image-gallery .jcarousel-next {
    top: 0px;
    height: 150px;
    width: 35px;
    background-color: rgb(236, 241, 237);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    background-position: center center;
}

#main .image-gallery .jcarousel-prev {
    background-image: url(../img/icons/lt_black.png);
}

#main .image-gallery .jcarousel-next {
    background-image: url(../img/icons/gt_black.png);
}
*/
#colorbox,
#cboxOverlay {
    z-index: 9000;
}

#cboxOverlay {
    background-color: #000;
}

/* Disclosure Box
*/

#main .disclosure-box {
    margin-bottom: 1em;
    display: table;
    width: 100%;
}

#main .disclosure-box.active {
    box-shadow: #DDD 0px 0px 4px 4px;
}

#main .disclosure-label {
    background-color: #d6d8cd;
    font-size: 18pt;
    color: #6e8373;
    position: relative;
    display: table-row;
    width: 100%;
    height: 55px;
}

#main .disclosure-label .text {
    color: #6e8373;
}

#main .left .disclosure-label,
#main .left.active .disclosure-label,
.BAEisenach #main .left .disclosure-label,
.BAEisenach #main .left.active .disclosure-label {
    background-color: #FFF;
    color: #000;
    padding-right: 0px;
}

#main .left .disclosure-label .text,
#main .left.active .disclosure-label .text {
    color: #000;
}

#main .disclosure-box.left.gera .disclosure-label .text,
#main .disclosure-box.left.eisenach .disclosure-label .text {
    background-repeat: no-repeat;
    background-position: right center;
    border-right: 15px solid transparent;
    padding-right: 40px;
}

#main .disclosure-box.left .text-wrap{
    height: 100%;
}

#main .disclosure-box.left.gera.active .disclosure-content,
#main .disclosure-box.left.eisenach.active .disclosure-content {
    border-top: 1px dotted black;
}

#main .disclosure-box.left.gera .disclosure-content,
#main .disclosure-box.left.eisenach .disclosure-content {
    padding: 0px;
    margin: 0px 15px 15px 10px;
}

#main .disclosure-box.left.gera .disclosure-label .text {
    background-image: url(../img/icons/icon_gera.png);
}

#main .disclosure-box.left.eisenach .disclosure-label .text {
    background-image: url(../img/icons/icon_eisenach.png);
}

#main .disclosure-label.wirtschaft .text,
#main .disclosure-label.technik .text,
#main .disclosure-label.soziales .text {
    background-repeat: no-repeat;
    background-position: 10px center;
}

#main .disclosure-label.wirtschaft .text {
    background-image: url(../img/icons/studienplatzboerse_icons_wirtschaft.png);
}

#main .disclosure-label.technik .text {
    background-image: url(../img/icons/studienplatzboerse_icons_technik.png);
}

#main .disclosure-label.soziales .text {
    background-image: url(../img/icons/studienplatzboerse_icons_soziales.png);
}

#main .disclosure-label.wirtschaft .text,
#main .disclosure-label.technik .text,
#main .disclosure-label.soziales .text {
    padding-left: 70px;
}

#main .disclosure-label .text {
    padding: 0px 15px 0px 15px;
    width: 100%;
}

#main .left .disclosure-label .text {
    padding-left: 10px;
}

#main .disclosure-label .disclosure {
    width: 35px;
}

#main .disclosure-label .text,
#main .disclosure-label .disclosure {
    display: table-cell;
    vertical-align: middle;
}

#main .right .disclosure-label .disclosure {
    padding-right: 5px;
}

#main .active .disclosure-label {
    background-color: #8CB110;
}

#main .active .disclosure-label .text {
    color: #FFF;
}

.BAEisenach #main .active .disclosure-label {
    background-color: #007C28;
}

#main .disclosure-label .subtitle,
#main .disclosure-label .title {
    display: block;
}

#main .disclosure-label .subtitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.disclosure-label .disclosure-triangle {
    background-image: url(../img/icons/ba-gera_iconset_A.png);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-position: 0px -75px;
    margin: 0px 5px 0px 5px;
}

#main .left .title,
#main .left .subtitle {
}

.left .disclosure {
    background-color: #d6d8cd;
}

.left.active .disclosure {
    background-color: #8CB110;
}


.BAEisenach .left.active .disclosure {
    background-color: #007C28;
}

.right .disclosure-triangle {
}

.active .disclosure-triangle {
    background-position: -25px -75px;
}

.disclosure-content {
    padding: 0px 15px 15px 10px;
}

.disclosure-content-row {
    display: table-row;
}

.disclosure-content-row .spacer,
.disclosure-content-row .content {
    display: table-cell;
}

.disclosure-content-row .spacer {
    width: 35px;
    height: 100%;
    background-color: #d6d8cd;
}

.active .disclosure-content-row .spacer {
    background-color: #8CB110;
}

.BAEisenach .active .disclosure-content-row .spacer {
    background-color: #007C28;
}

.js .disclosure-content {
    display: none;
}

.js .edit .disclosure-content {
    display: block;
}

#main .text-section h2 {
    margin: 3px 0px 15px 0px;
}

#main .text-section p {
    margin-bottom: 1em;
}

#main .text-section ul {
    margin-bottom: 11px;
}

#main .inner-cell .text-section p {
    margin-bottom: 0em;
}

#main .text-section ol {
    padding-left: 30px;
}

#main .text-section ul {
    list-style-type: none;
}

#main .text-section ul li {
    padding-left: 40px;
    background-image: url(../img/icons/check_green.png);
    background-repeat: no-repeat;
    background-position: 0px -4px;
    margin-top: 10px;
}

/* Studiengaenge
 */

#main .disclosure-box.link-table-box {
    display: block;
}

.disclosure-box.link-table-box .disclosure-content {
    padding: 10px;
}

.disclosure-box.link-table-box .disclosure-content-row {
    margin-top: 5px;
    background-color: #DADADC;
    width: 100%;
    display: block;
}

.disclosure-box.link-table-box .disclosure-content-row .content {
    display: block;
}

#main .disclosure-box.link-table-box table,
#main .disclosure-box.link-table-box th,
#main .disclosure-box.link-table-box tr,
#main .disclosure-box.link-table-box td {
    margin: 0px;
    background-color: inherit;
    border: none;
}

#main .disclosure-box.link-table-box div.link-table-item,
#main .disclosure-box.link-table-box tr,
#main .disclosure-box.link-table-box th,
#main .disclosure-box.link-table-box td {
    min-height: 25px;
}

#main .disclosure-box.link-table-box td.link {
}

#main .disclosure-box.link-table-box div.link-table-item a,
#main .disclosure-box.link-table-box div.link-table-item .link-title,
#main .disclosure-box.link-table-box table a,
#main .disclosure-box.link-table-box th a,
#main .disclosure-box.link-table-box tr a,
#main .disclosure-box.link-table-box td .link-title,
#main .disclosure-box.link-table-box td a {
    color: #007c28;
    padding: 5px 0px 0px 0px;
    display: inline-block;
    min-height: 25px;
}

#main .disclosure-box.link-table-box .document-size {
    color: #007c28;
    padding: 10px 0px 0px 0px;
    min-height: 25px;
    width: 65px;
}

#main .disclosure-box.link-table-box div.link-table-item a,
#main .disclosure-box.link-table-box div.link-table-item .link,
#main .disclosure-box.link-table-box div.link-table-item .link-title {
    display: inline-block;
}

#main .disclosure-box.link-table-box div.link-table-item a,
#main .disclosure-box.link-table-box div.link-table-item .link-title {
    background-image: url(../img/icons/arrow_right_green.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 30px;
    height: 20px;
}

#main .disclosure-box.link-table-box div.link-table-item .pdf-image a {
    background-image: none;
}

#main .disclosure-box.link-table-box tr.link_1 td.spacer {
    background-image: url(../img/icons/arrow_right_green.png);
    background-repeat: no-repeat;
    background-position: center 6px;
    padding: 0px;
    width: 30px;
}

#main .disclosure-box.link-table-box tr.link_2 td.spacer {
    border-top: none;
    border-bottom: none;
}

#main .disclosure-box.link-table-box td.link_2 .link-title,
#main .disclosure-box.link-table-box td.link_2 a {
    padding-left: 35px;
    background-position: 5px;
    background-image: url(../img/icons/arrow_right_green_crook.png);
    background-repeat: no-repeat;
    background-position: -3px 0px;
}

#main .disclosure-box.link-table-box tr td {
    border-top: 1px solid #007c28;
    border-bottom: 1px solid #007c28;
}

#main .disclosure-box.link-table-box tr td.link {
    padding-left: 0px;
}

#main .disclosure-box.link-table-box tr.link_2 td {
    border-top: 1px dotted #007c28;
    border-bottom: none;
}

#main .disclosure-box.link-table-box tr:first-child td {
    border-top: none;
}

#main .disclosure-box.link-table-box tr:last-child td {
    border-bottom: none;
}

#main .disclosure-box.link-table-box table {
    background-color: #FFF;
    width: 100%;
}

#main .disclosure-box.link-table-box td.gera,
#main .disclosure-box.link-table-box td.eisenach,
#main .disclosure-box.link-table-box td.fernstudium,
#main .disclosure-box.link-table-box td.pdf-image {
    width: 25px;
}

#main .disclosure-box.link-table-box div.link-table-item .gera,
#main .disclosure-box.link-table-box div.link-table-item .eisenach,
#main .disclosure-box.link-table-box div.link-table-item .fernstudium,
#main .disclosure-box.link-table-box div.link-table-item .pdf-image {
    display: inline-block;
    width: 35px;
    height: 25px;
}

#main .disclosure-box.link-table-box div.link-table-item .gera,
#main .disclosure-box.link-table-box div.link-table-item .eisenach,
#main .disclosure-box.link-table-box div.link-table-item .fernstudium,
#main .disclosure-box.link-table-box div.link-table-item .pdf-image,
#main .disclosure-box.link-table-box td.gera,
#main .disclosure-box.link-table-box td.eisenach,
#main .disclosure-box.link-table-box td.fernstudium,
#main .disclosure-box.link-table-box td.pdf-image {
    background-repeat: no-repeat;
    background-position: center center;
}

#main .disclosure-box.link-table-box div.link-table-item .gera,
#main .disclosure-box.link-table-box td.gera {
    background-image: url(../img/icons/icon_gera.png);
}

#main .disclosure-box.link-table-box div.link-table-item .eisenach,
#main .disclosure-box.link-table-box td.eisenach {
    background-image: url(../img/icons/icon_eisenach.png);
}

#main .disclosure-box.link-table-box div.link-table-item .fernstudium,
#main .disclosure-box.link-table-box td.fernstudium {
    background-image: url(../img/icons/icon_fernstudium.png);
}

#main .disclosure-box.link-table-box div.link-table-item .pdf-image,
#main .disclosure-box.link-table-box td.pdf-image {
    background-image: url(../img/icons/pdf-icon.png);
}

#main .disclosure-box.link-table-box div.link-table-item .pdf-image a,
#main .disclosure-box.link-table-box td.pdf-image a {
    width: 100%;
    height: 100%;
}

/* Contact card */

.contact-card {
    width: 434px;
}

.contact-card a {
    text-decoration: none;
}

.contact-card h2 {
    background-color: #8CB110;
    padding: 0.5em;
    font-size: 18px;
}

.BAEisenach .contact-card h2 {
    background-color: #007C28;
}

#main .contact-card h2 {
    color: #FFF;
}

.contact-card .content {
    background-color: #DADADC;
    margin-top: 2px;
    margin-bottom: 4px;
    padding: 0em 1em 1em 1em;
}

.contact-card .content h3 {
    padding: 1em 0em;
    font-size: 14px;
}

.contact-card .content .empty-image,
.contact-card .content .image-data {
    display: inline-block;
    width: 150px;
    margin-right: 60px;
    vertical-align: top;
}

.contact-card .content .empty-image {
    background-image: url(../img/icons/ba_gera_dummybild.gif);
    width: 150px;
    height: 200px;
}

.BAEisenach .contact-card .content .empty-image {
    background-image: url(../img/icons/ba_eisenach_dummybild.gif);
}

.contact-card .content .image-data img {
    width: 100%;
}

.contact-card .contact-data {
    display: inline-block;
    width: 199px;
    vertical-align: top;
}

.contact-card .contact-data > div {
    margin-top: 0.25em;
}

.contact-card .contact-data > div:first-child {
    margin-top: 0em;
}

#main .contact-card .contact-data h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 110%;
}

#main .contact-card .contact-data .internalLink {
    margin-top: 1em;
}

.contact-card .contact-data .internalLink a {
    display: block;
    padding-left: 35px;
    background-image: url(../img/icons/arrow_right_red.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #000;
    font-weight: 400;
    font-style: italic;
    min-height: 25px;
    line-height: 1.3em;
}

.contact-card .contact-data .internalLink a > span {
    vertical-align: middle;
    display: inline-block;
}

.contact-card .contact-data .internalLink a .text {
    display: block;
}

.contact-card .contact-data .internalLink a .title {
    display: block;
    font-weight: 700;
}

/* Company Card */

#main .disclosure-box.company-card {
}

#main .disclosure-box.company-card .company-card-content {
    position: relative;
}

#main .disclosure-box.company-card .company-card-content img {
    position: absolute;
    top: -40px;
    right: 0px;
    width: 220px;
}

#main .disclosure-box.company-card .company-card-content table,
#main .disclosure-box.company-card .company-card-content th,
#main .disclosure-box.company-card .company-card-content tr,
#main .disclosure-box.company-card .company-card-content td {
    margin: 0px;
    background-color: inherit;
    border: none;
}

#main .disclosure-box.company-card .company-card-content tr:last-child * {
    padding-top: 15px;
}

#main .disclosure-box.company-card .company-card-content th,
#main .disclosure-box.company-card .company-card-content td {
    padding: 0px 10px 0px 0px;
}

#main .disclosure-box.company-card img {
}

/* Partner card */

#main .disclosure-box.partners {
    display: block;
}

.disclosure-box.partners .disclosure-content {
    padding: 1%;
}

.disclosure-box.partners .disclosure-content-row {
    margin-top: 5px;
    background-color: #CCC;
    width: 100%;
    display: block;
}

.disclosure-box.partners .disclosure-content-row .content {
    display: block;
}

.disclosure-box.partners .disclosure-content > div {
    width: 297px;
    margin: 1%;
    display: inline-block;
}

.disclosure-box.partners .partner-card-content img {
    max-width: 110px;
}

.partner-card-content {
    padding: 5px;
    background-color: #FFF;
}

.partner-card-content h3 {

}

.partner-card-content .contact-data {
    margin: 1em 0em;
    border-top: 2px dotted black;
    border-bottom: 1px dotted black;
    padding: 1em 0em;
    position: relative;
}

.partner-card-content .contact-data img {
    /*position: absolute;
    top: 15px;
    right: 15px;*/
    float: right;
    width: 150px;
}

.partner-card-content .contact-data span {
    display: block;
}

.partner-card-content .more-info {
    font-style: italic;
}

/* Studienplatzboerse */

#main .disclosure-box.booking-table-box {
    display: block;
}

.disclosure-box.booking-table-box .disclosure-content-row .disclosure-content {
    padding: 0px;
}

.disclosure-box.booking-table-box .disclosure-content-row,
.disclosure-box.booking-table-box .disclosure-content-row .content {
    display: block;
    width: 100%;
}

.booking-table {
    background-color: #DADADC;
}

.booking-table table {
    border: none;
    border-collapse: separate;
    border-spacing: 10px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.booking-table tr,
.booking-table table tr td,
.booking-table th {
    background: none;
    border: none;
}

.booking-table table tr td .title,
.booking-table table tr td .text {
    display: block;
}

.booking-table table tr td .title {
    font-family: 'Judson', serif;
    font-weight: 700;
}

.booking-table table tr td .text {
    font-style: italic;
}

.booking-table th {
    padding-right: 5px;
}

.booking-table th.centred {
    text-align: center;
}

.booking-table td.place {
    text-align: center;
    width: 25px;
    padding: 0px;
    vertical-align: middle;
}

.booking-table td.label {
    padding: 0px;
    vertical-align: middle;
}

.booking-table td.check {
    background-color: #FFF;
    text-align: center;
    width: 150px;
    padding: 0px;
}

.booking-table td.check a:hover .icon {
    width: 25px;
    height: 25px;
    background-image: url(../img/icons/ba-gera_iconset_B.png);
}

/* Icons */

.icon {
    width: 25px;
    height: 25px;
    background-image: url(../img/icons/ba-gera_iconset_A.png);
}

span.icon {
    display: inline-block;
}

.icon.check {
    background-position: -50px -25px;
}

.icon.minus {
    background-position: -75px -25px;
}

.icon.gera {
    background-position: -75px -75px;
}

.icon.eisenach {
    background-position: -50px -75px;
}

.icon.blank {
    background-position: -100px -75px;
}

/* Bild-link
 */

.bild-link {
    display: table;
    width: 100%;
}

.bild-link a {
    display: block;
    text-decoration: none;
}

.bild-link .cell-wrapper {
}

.bild-link h2,
.bild-link .image {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.bild-link h2 {
    padding-right: 10px;
}

.bild-link .image {
    width: auto;
}

.bild-link img {
    max-width: 220px;
}

/* Anmeldedaten
 */

.anmeldedaten {
    margin-top: 20px;
}

.anmeldedaten h3 {
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px dotted black;
    margin-bottom: 5px;
}

.anmeldedaten table,
.anmeldedaten tr,
.anmeldedaten th,
.anmeldedaten tr td {
    background-color: inherit;
    border: none;
    /* margin: 0px; */
}

.anmeldedaten th,
.anmeldedaten td {
    padding: 5px 5px 5px 0px;
}

.anmeldedaten th {
    width: 100px;
}

.anmeldedaten table {
    width: 100%;
    margin-top: 0px;
}

/* Aktuelles/Veranstaltungen
 */

#page-intro h1 {
    border-top: none;
}

.teaser,
.latest {
    border: none;
}

#main .teaser li,
#main .latest li {
    background-image: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

#main .teaser li h3 {
    color: #FFF;
    background-color: #8cb110;
    font-size: 18px;
    padding: 15px;
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.BAEisenach #main .teaser li h3 {
    background-color: #009d30;
}

#main .teaser li h3 a {
    color: inherit;
}

#main .teaser li .date,
#main .latest li .date {
    display: none;
}

#main .teaser li .more,
#main .latest li .more {
    display: block;
    min-height: 25px;
    padding-left: 35px;
    background-image: url(../img/icons/arrow_right_red.png);
    background-position: 0px 4px;
    background-repeat: no-repeat;
}

#main .teaser .news-overview li .more,
#main .latest .news-overview li .more {
    margin-top: 15px;
    line-height: 1.3em;
}

#main .event-list li .more {
    margin-top: 15px;
    line-height: 1.3em;
}

#main .teaser li .more a,
#main .latest li .more a {
    background-image: none;
    padding: 0px;
    color: #000;
    font-style: italic;
}

#main .teaser .more a span,
#main .latest .more a span {
    display: block;
    height: auto;
    width: auto;
    left: 0;
    position: static;
    font-weight: 700;
}

#main .teaser li h3,
#main .latest li h3 {
    float: none;
}

#main .teaser li img,
#main .latest li img {
    display: block;
    width: 100px;
    margin-top: 0px;
    margin-left: 15px;
}

#home .link-carousel li img,
#extras .link-carousel li img {
    display: none;
}

#home .link-carousel.box li p,
#extras .link-carousel.box li p {
    margin-left: 0px;
}

#main .teaser li .empty-image {
    float: left;
    display: block;
    width: 100px;
    height: 80px;
    margin-top: 0px;
    margin-left: 15px;
    background-image: url(../img/logos/dhge_logo_white.png);
}

#main .teaser li p,
#main .latest li p {
    display: block;
    margin-left: 150px;
}

#main .teaser li h3,
#main .latest li h3 {
    width: 100%;
    box-sizing: border-box;
}

#main .event-list {
    border-top: none;
}

#main .event-list h2 {
    display: none;
}

#main .event-list li h3 {
    margin-left: 0px;
}

#main .event-list .event-block {
    margin-left: 150px;
}

#main .event-list .event-data {
    margin-left: 0px;
}

#main .event-list .pager {

}

#main .event-list .pager li a {
    background-color: #FFF;
    color: #000;
}

#main .event-list .pager li a:hover {
    background-color: #FFF;
    color: #000;
}

#main .event-list .pager li strong {
    background-color: #009d30;
    color: #FFF;
}

#main .event-list .pager {
    background-image: none;
    margin: 10px 0px;
    padding: 0px;
}

#main .event-list .pager li.previous a,
#main .event-list .pager li.next a {
    background-image: url(../img/icons/arrow_right_red.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #FFF;
    min-height: 25px;
    padding: 2px 30px 0px 0px;
    color: #000;
}

#main .event-list .pager li.previous a {
    background-image: url(../img/icons/arrow_left_red.png);
    background-position: top left;
    padding: 2px 0px 0px 30px;
}

#main .event-list .pager li.previous a:hover,
#main .event-list .pager li.next a:hover {
    color: inherit;
    text-decoration: none;
}

#main .event-list li .date,
#main .event-list li .year,
#main .event-list li .month,
#main .event-list li .day {
    display: inline-block;
    position: static;
    float: none;
    width: auto;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Judson', serif;
    color: #000;
    margin-bottom: 0px;
    padding: 0px;
}

#main .event-list .event-data .location,
#main .event-list .event-data .date,
#main .event-list .event-data .time {
    display: inline-block;
    width: auto;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    font-family: 'Judson', serif;
    float: none;
    margin-bottom: 0px;
}

#main .event-list .event-data .organizer {
    color: #000;
}

#main .event-list .event-data .organizer,
#main .event-list .event-data {
    clear: none;
}

.vevent {
    background-image: none;
}

.vevent .date {
    background-color: #009d30;
}

.vevent .till {
    background-image: url(../img/icons/event_down_arrow.png);
}

.vevent .month.d-end,
.vevent .day.d-end {
    background-color: #a5c400;
}

#event-pager,
p.all {
    display: none;
}

/* Suchergebnis
 */

#search-results .pager {
    text-align: center;
}

#search-results .pager ul {
    display: inline-block;
    float: none;
}

#search-results .pager li {
    display: inline-block;
    float: none;
}

#search-results .pager li a {
    color: #D10019;
}

#search-results .pager li a:hover {
    background-color: inherit;
}

#search-results .pager li.previous a,
#search-results .pager li.next a {
    background-image: none;
    padding: 6px 2px;
}

#search-results .pager li strong {
    color: #FFF;
    background-color: #8CB110;
}

#search-results .BAEisenach .pager li strong {
    background-color: #007C28;
}

#search-results #main .text h1 em {
    display: inline-block;
    font-size: 26px;
    color: #6e8373;
}

.form-wrapper fieldset h2 {
    border: none;
}

#search-results .text ol li {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
    background-image: none;
}

#search-results .text ol li p {
    padding: 0px 15px;
}

#search-results #main h2 {
    background-color: #a5c400;
    color: #FFF;
}

#search-results .BAEisenach #main h2 {
    background-color: #009d30;
}

#search-results #main fieldset h2 {
    padding: 15px;
}

#search-results h2 a {
    color: #FFF;
    display: block;
    padding: 15px;
    line-height: 22px;
}

#search-results .text-meta {
    border: none;
    padding: 0px 15px;
    font-size: 80%;
}

#search-results .text-meta .cat {
    font-style: italic;
}

/* Formular
 */

#main .form-wrapper dfn {
    color: #D10019;
}

#main .form-wrapper .form-ui-invalid {
    border-color: #D10019;
}

#main .form-wrapper fieldset .text-section {
    margin-top: 1em;
}

#main .form-wrapper fieldset .button-wrapper {
    text-align: right;
}

#search-results #main .form-wrapper fieldset > div {
    background-color: #DADADC;
}

#main .form-wrapper input[type="submit"],
#main .form-wrapper fieldset .button-wrapper input {
    background-image: none;
    background-color: #a5c400;
    border-color: #a5c400;
}

.BAEisenach #main .form-wrapper input[type="submit"],
.BAEisenach #main .form-wrapper fieldset .button-wrapper input {
    background-image: none;
    background-color: #009d30;
    border-color: #009d30;
}

/* Links
 */

#main .links h2 {
    margin-top: 12px;
}

/* Video
 */

#main .video {
    background-color: transparent;
}

#main video {
    max-width: 100%;
    background-color: #FFF;
}



/* BA Additional Functions */
#home .adds-gallery {
    text-align: left;
}


#home .adds-gallery .caroufredsel_wrapper {
    height:250px !important;
}

#home .adds-gallery .add-image {
    text-align: center;
    margin-bottom: 10px;
    width: 204px;
}

#home .adds-gallery li {
    list-style-type: none;
    list-style: none;
}

#home #advertisements-results li {
    list-style-type: none;
    list-style: none;
    margin-bottom: 400px;
}


#home .BAEisenach #advertisements-results li a {
    color: #ffffff;
}

#home .BAEisenach #advertisements-results li a:hover {
    text-decoration: underline;
}

#home .BAGera #advertisements-results li a {
    color: #000000;
}

#home .BAGera #advertisements-results li a:hover {
    text-decoration: underline;
}

#home .DHGE #advertisements-results li a {
    color: #000000;
}

#home .DHGE #advertisements-results li a:hover {
    text-decoration: underline;
}

#home .BAEisenach .baAddSliderLink {
    color: #ffffff;
    text-decoration: none;
}

#home .BAEisenach .baAddSlider li {
    height:auto !important;
}

#home .BAEisenach .baAddSliderLink:hover {
    text-decoration: underline;
}

#home .BAGera .baAddSliderLink {
    color: #000000;
    text-decoration: none;
}

#home .BAGera .baAddSlider li {
    height:auto !important;
}

#home .BAGera .baAddSliderLink:hover {
    text-decoration: underline;
}

#home .DHGE .baAddSliderLink {
    color: #000000;
    text-decoration: none;
}

#home .DHGE .baAddSlider li {
    height:auto !important;
}

#home .DHGE .baAddSliderLink:hover {
    text-decoration: underline;
}

#home .BAEisenach .baAddScrollerLink {
    color: #ffffff;
    text-decoration: none;
}

#home .BAEisenach .baAddScrollerLink:hover {
    text-decoration: underline;
}

#home .BAGera .baAddScrollerLink {
    color: #000000;
    text-decoration: none;
}

#home .BAGera .baAddScrollerLink:hover {
    text-decoration: underline;
}

#home .DHGE .baAddScrollerLink {
    color: #000000;
    text-decoration: none;
}

#home .DHGE .baAddScrollerLink:hover {
    text-decoration: underline;
}

.form-wrapper #mgnlhp {
    display:none;
}    

.edit_mode .form-wrapper #mgnlhp {
    display:block !important;
}
