/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
body p {
  margin: 0.5rem 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0.75rem 0 0.5rem 0;
  font-weight: 500;
}
a {
  font-weight: 500;
}
#g-offcanvas a {
  font-weight: 400;
}
ul, ol, dl {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.moduletable {
  background-color: #ffffff;
}
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  opacity: 0.5;
}
.g-menu-overlay {
  display: none;
}
@media only all and (max-width: 47.99rem) {
  .g-menu-overlay {
    display: inherit;
  }
}
.card {
  border: none;
  background-color: transparent;
  background-clip: inherit;
}
#g-navigation {
  border-bottom: 3px solid #23305a;
}
#g-navigation .g-grid:last-child {
  align-items: center;
}
#g-navigation .g-particle {
  padding: 0;
}
#g-navigation.g-fixed-active {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
#ec-chemnitz-logo img {
  background-color: #f8f8f7;
  width: 300px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 1rem;
}
#logo img {
  image-rendering: optimizeSpeed;
  /* STOP SMOOTHING, GIVE ME SPEED  */
  image-rendering: -moz-crisp-edges;
  /* Firefox                        */
  image-rendering: -o-crisp-edges;
  /* Opera                          */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and eventually Safari) */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed                  */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                           */
}
@media only all and (max-width: 47.99rem) {
  #logo {
    padding: 0.938rem 0;
  }
  #logo img {
    max-width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-navigation .g-main-nav {
    display: none;
  }
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1.1rem;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container i {
  width: 1.3rem;
}
#g-navigation .g-main-nav .g-dropdown {
  background-color: #f8f8f7;
  border-radius: 0;
  border-top: 0;
  border-left: 1px solid #23305a;
  border-bottom: 1px solid #23305a;
  border-right: 1px solid #23305a;
}
#g-navigation .g-main-nav .g-dropdown .g-dropdown {
  margin-left: 15px;
}
.moduletable .breadcrumb li.active:first-child {
  display: none;
}
#g-footer {
  padding: 2rem 0;
}
#g-footer .g-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#g-footer .g-horizontalmenu {
  text-align: left;
}
@media only all and (max-width: 47.99rem) {
  #g-footer .g-horizontalmenu {
    text-align: center;
  }
}
#ec-copyright {
  position: absolute;
  right: 0;
  text-align: right;
}
#ec-copyright a {
  color: #ffffff;
  font-weight: 400;
}
@media only all and (max-width: 47.99rem) {
  #ec-copyright {
    left: 0;
  }
  #ec-copyright .pull-right {
    float: none;
  }
}
/*
 * Style the article/page headlines
*/
#jem h1.componentheading, div.contact-category h2, #visformcontainer h1, .page-header h1, .page-header h2, #phoca-dl-categories-box h1, #phoca-dl-category-box h1 {
  font-size: 1.95rem;
  color: #23305a;
  font-weight: 600;
}
div h2[itemprop=headline] {
  color: #23305a;
  font-weight: 600;
}
.list-striped, .row-striped {
  border: 0;
}
#g-container-main .g-block > * {
  margin: 5px;
}
.blog-featured .items-leading div[itemprop="blogPost"] {
  padding: 0 0.938rem;
  margin: 0 0.625rem;
}
.blog-featured .items-leading div[itemprop="blogPost"]:after {
  content: "";
  display: block;
  height: 2px;
  width: 80%;
  margin: 2rem auto;
  background: #23305a;
  background: -webkit-linear-gradient(-90deg, rgba(35, 48, 90, 0.5), #23305a, rgba(35, 48, 90, 0.5));
  background: -o-linear-gradient(-90deg, rgba(35, 48, 90, 0.5), #23305a, rgba(35, 48, 90, 0.5));
  background: -moz-linear-gradient(-90deg, rgba(35, 48, 90, 0.5), #23305a, rgba(35, 48, 90, 0.5));
  background: linear-gradient(-90deg, rgba(35, 48, 90, 0.5), #23305a, rgba(35, 48, 90, 0.5));
  border-radius: 10px;
}
.blog-featured .items-leading div[itemprop="blogPost"]:last-of-type {
  margin-bottom: 0;
}
.blog-featured .items-leading div[itemprop="blogPost"]:last-of-type:after {
  display: none;
}
#g-sidebar .platform-content {
  padding: 0;
  margin: 0;
}
#g-sidebar .platform-content > * {
  margin: 5px 5px 10px 5px;
}
/*
 * Other styling classes
*/
.text-accent-color1 {
  color: #23305a;
}
.text-accent-color2 {
  color: #f8f8f7;
}
.background-accent-color1 {
  background-color: #23305a;
}
.background-accent-color2 {
  background-color: #f8f8f7;
}
.no-background-color {
  background-color: transparent !important;
}
a.accent-color2 {
  color: #f8f8f7;
}
a.accent-color2:hover {
  color: #ffffff;
}
.content-padding {
  padding: 0.938rem;
}
.content-margin {
  margin: 0.625rem;
}
.hover-shadow:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.mod div.padding {
  padding: 0.938rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .mod div.padding {
    padding: 0 0.469rem;
  }
}
.display-none {
  display: none;
}
table.table td:last-child {
  border-bottom: 1px solid #dddddd;
}
table.noborder {
  border: 0;
}
table.noborder tr {
  border: 0;
}
table.noborder td {
  border: 0;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
  background: #e7f0d7;
}
ul.ee-unstyled, ol.ee-unstyled {
  list-style-type: none;
}
ul.ee-linklist {
  list-style-type: none;
}
ul.ee-linklist li {
  padding-left: 0.95rem;
}
ul.ee-linklist li:not(:last-child) {
  margin-bottom: 0.938rem;
}
ul.ee-linklist li:before {
  content: "";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  margin-left: -0.95rem;
  width: 0.95rem;
}
.h2-font-size {
  font-size: 1.7rem;
}
.h3-font-size {
  font-size: 1.45rem;
}
.h4-font-size {
  font-size: 1.2rem;
}
div.quote {
  display: block;
  margin-left: 15px;
  border-left: 3px solid #23305a;
  padding-left: 15px;
}
div.quote .quote-source {
  color: #424753;
  font-style: italic;
}
@media only all and (max-width: 47.99rem) {
  img.pull-right, a.pull-right, img.pull-left, a.pull-left {
    float: none;
  }
}
.g-offcanvas-open .g-nav-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
#g-offcanvas .g-social {
  text-align: center;
  padding: 0.938rem;
}
@media only all and (min-width: 48rem) {
  .g-offcanvas-toggle i:before {
    content: "";
  }
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container:hover {
  color: #f8f8f7 !important;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container {
  color: #f8f8f7;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  color: #23305a;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent:hover > .g-menu-item-container > .g-menu-parent-indicator {
  background: transparent;
  color: #f8f8f7;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent.active > .g-menu-item-container > .g-menu-parent-indicator {
  color: #f8f8f7;
}
#g-mobilemenu-container i {
  line-height: inherit;
}
.g-offline #g-intro .g-content {
  padding: 3.5rem 0.938rem;
  text-align: center;
}
.g-offline #g-intro .g-content h2.g-title {
  font-size: 3.5rem;
}
.g-offline #g-intro .g-content p {
  font-size: 1.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-offline #g-intro .g-content h2.g-title {
    font-size: 3rem;
  }
  .g-offline #g-intro .g-content p {
    font-size: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-offline #g-intro .g-content {
    padding: 1rem 0.938rem;
  }
  .g-offline #g-intro .g-content h2.g-title {
    font-size: 2rem;
  }
  .g-offline #g-intro .g-content p {
    font-size: 1rem;
  }
}
.g-error #g-intro .g-content {
  padding: 3.5rem 0.938rem;
  text-align: center;
}
.g-error #g-intro .g-content h2.g-title {
  font-size: 3.5rem;
}
.g-error #g-intro .g-content p {
  font-size: 1.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-error #g-intro .g-content h2.g-title {
    font-size: 3rem;
  }
  .g-error #g-intro .g-content p {
    font-size: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-error #g-intro .g-content {
    padding: 1rem 0.938rem;
  }
  .g-error #g-intro .g-content h2.g-title {
    font-size: 2rem;
  }
  .g-error #g-intro .g-content p {
    font-size: 1rem;
  }
}
/*
 * Search Styling
*/
div.pagination {
  text-align: center;
}
/*
 * Module Styles
*/
.mod .g-title {
  font-size: 1.7rem;
  padding: 0 15px;
  margin: 0;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .mod .g-title {
    font-size: 1.45rem;
    padding: 0 7px;
  }
}
.mod.title-text-accent-1 .g-title {
  color: #23305a;
}
.mod.title-text-accent-2 .g-title {
  color: #f8f8f7;
}
.mod.title-bg-accent-1 .g-title {
  background-color: #23305a;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}
.mod.title-bg-accent-2 .g-title {
  background-color: #f8f8f7;
}
.mod.box-shadow {
  box-shadow: 0 0 10px rgba(248, 248, 247, 0.5);
  padding: 0;
}
.offcanvas-mod {
  background-color: transparent;
}
.offcanvas-mod h3.g-title {
  padding: 0.938rem;
  margin-bottom: 0;
}
/**
  * Contact List Styles
 */
div.contact-category div.list-title h3 {
  margin-bottom: 0;
}
#g-features {
  padding: 0;
}
#g-features .g-content {
  padding: 0;
  margin: 0;
}
#g-features .items-leading {
  padding: 3.938rem 0.938rem;
}
#g-features .row-fluid [class*="span"] {
  min-height: 0;
}
#g-utility #link-block {
  width: 100%;
  text-align: right;
}
#g-utility #up-block, #g-utility #in-block, #g-utility #width-block, #g-utility #out-block {
  padding: 0.469rem;
}
#g-utility #up-block img, #g-utility #in-block img, #g-utility #width-block img, #g-utility #out-block img {
  max-width: 190px;
  padding: 0.5rem 0;
}
#g-utility #up-block, #g-utility #in-block, #g-utility #width-block, #g-utility #out-block {
  flex: 0 25%;
  width: 25%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-utility #up-block, #g-utility #in-block, #g-utility #width-block, #g-utility #out-block {
    flex: 0 50%;
    width: 50%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #g-utility #up-block, #g-utility #in-block, #g-utility #width-block, #g-utility #out-block {
    flex: 0 50%;
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  #g-utility #up-block, #g-utility #in-block, #g-utility #width-block, #g-utility #out-block {
    flex: 0 100%;
    width: 100%;
  }
}
#g-testimonials .pics {
  padding: 0.469rem;
}
#g-testimonials .pics {
  flex: 0 25%;
  width: 25%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-testimonials .pics {
    flex: 0 50%;
    width: 50%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #g-testimonials .pics {
    flex: 0 50%;
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  #g-testimonials .pics {
    flex: 0 100%;
    width: 100%;
    text-align: center;
  }
}
#g-expanded .expanded-fa-icon {
  width: 126px;
  margin-right: 0.5rem;
}
#g-expanded .expanded-fa-icon .fa {
  width: 125px;
  text-align: center;
}
#g-expanded .category {
  padding-bottom: 3rem;
}
#g-expanded .category:last-child {
  padding-bottom: 0;
}
#g-expanded .card {
  flex: 1;
}
@media only all and (max-width: 47.99rem) {
  #g-expanded .card {
    flex-basis: 100%;
  }
}
/*
 * JEM Style
*/
#jem .jem-sort a, #jem .copyright a {
  color: #424753;
}
#jem .jem-recurrenceicon {
  display: none;
}
#jem .jem-img img:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#jem .eventlist h3 {
  margin-top: 0;
}
#jem .eventlist h3 a {
  color: #23305a;
}
#jem .eventlist li:hover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#jem .eventlist li:hover h3 a {
  color: #0020c2;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#jem .eventlist .jem-event-info a {
  color: inherit;
  font-weight: inherit;
}
#jem .copyright {
  padding-top: 0.938rem;
  margin-top: 0.625rem;
}
#jemmoduleteaser [class|="calendar"] {
  height: 86px;
  width: 84px;
}
#jemmoduleteaser .event-title a {
  color: #23305a;
}
#jemmoduleteaser .category, #jemmoduleteaser .venue-title {
  display: none;
}
#jemmoduleteaser img.image-preview:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#jemmoduleteaser .jem-event-image-teaser {
  display: flex;
}
#jemmoduleteaser .jem-event-image-teaser .jem-row-image-teaser {
  flex: 1;
  order: 10;
  flex-grow: 1;
}
#jemmoduleteaser .jem-event-image-teaser .jem-description-teaser {
  flex: 1;
  order: 3;
  flex-grow: 3;
}
@media only all and (max-width: 47.99rem) {
  #jemmoduleteaser [class|="calendar"] {
    display: none;
  }
  #jemmoduleteaser .jem-event-image-teaser {
    flex-direction: column;
  }
  #jemmoduleteaser .jem-event-image-teaser .jem-row-image-teaser {
    width: 100%;
    order: 1;
  }
  #jemmoduleteaser .jem-event-image-teaser .jem-row-image-teaser .jem-eventimg-teaser {
    width: 100%;
    margin-left: 0;
  }
  #jemmoduleteaser .jem-event-image-teaser .jem-description-teaser {
    flex-grow: 1;
  }
}
#jemmodulewide .jem-event-date {
  font-weight: bold;
}
#jemmodulewide .jem-event-title a, #jemmodulewide .jem-event-venue a {
  font-weight: initial;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #jemmodulewide .jem-event-date {
    order: 1;
  }
  #jemmodulewide .jem-event-title {
    order: 3;
  }
  #jemmodulewide .jem-event-venue {
    order: 2;
  }
}
#modal-search {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
#modal-search .centerSearch {
  position: fixed;
  width: 800px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #modal-search .centerSearch {
    width: 500px;
  }
}
@media only all and (max-width: 47.99rem) {
  #modal-search .centerSearch {
    width: 300px;
  }
}
#modal-search input {
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #23305a;
  box-shadow: none;
  font-size: 2.2rem;
  font-weight: 700;
}
#modal-search #closeSearch {
  position: fixed;
  top: 20px;
  right: 20px;
}
#modal-search #closeSearch:hover {
  color: #ffffff;
}
/*
 * Phocadownload
*/
@media only all and (min-width: 48rem) {
  #phoca-dl-categories-box .pd-g-block-categories {
    padding: 0.469rem;
  }
  #phoca-dl-categories-box .pd-g-block-categories:first-child, #phoca-dl-categories-box .pd-g-block-categories:nth-child(4n) {
    padding-left: 0;
  }
  #phoca-dl-categories-box .pd-g-block-categories:nth-child(3n) {
    padding-right: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  #phoca-dl-categories-box .pd-g-block-categories {
    padding: 0;
  }
}
#phoca-dl-categories-box .pd-categoriesbox {
  box-shadow: 0 0 10px rgba(248, 248, 247, 0.5);
  padding: 0 0 8px 0 !important;
  width: 100% !important;
  vertical-align: top;
}
#phoca-dl-categories-box .pd-subcategory {
  margin: 0 11px;
  padding-left: 20px;
}
#phoca-dl-categories-box .pd-title {
  margin-top: 0 !important;
  padding: 5px 15px;
  text-align: center;
  background: #23305a;
}
#phoca-dl-categories-box .pd-title a {
  color: #ffffff;
  font-weight: 700;
}
#phoca-dl-categories-box .pd-title a:hover {
  color: #000000;
}
#phoca-dl-categories-box .pd-cb {
  clear: none !important;
  display: none;
}
.pd-subcategory {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pd-subcategory a {
  padding-left: 5px;
}
.pd-category {
  padding-top: 0.938rem;
}
.pd-ctitle {
  background: #23305a !important;
  color: white;
  font-weight: bold;
  padding: 5px 15px !important;
  border: 0 !important;
}
.pd-powered {
  font-size: 0.8125rem;
}
.pd-textonly {
  margin: 0 !important;
  padding: 3px 0 0 0 !important;
}
.pd-fdesc {
  padding: 0 !important;
}
#phoca-dl-download-box .pd-button-download a, #phoca-dl-category-box .pd-button-download a {
  color: #ffffff;
  background: #23305a;
  text-shadow: none;
  font-size: 0.95rem;
  font-weight: 600;
}
#phoca-dl-download-box .pd-button-download a:hover, #phoca-dl-category-box .pd-button-download a:hover {
  background: rgba(35, 48, 90, 0.7);
}
#phoca-dl-category-box .pd-button-play a, #phoca-dl-category-box .pd-button-preview a {
  color: #ffffff;
  background: rgba(35, 48, 90, 0.7);
  text-shadow: none;
  font-size: 0.95rem;
}
#phoca-dl-category-box .pd-button-play a:hover, #phoca-dl-category-box .pd-button-preview a:hover {
  background: #23305a;
}
/*
 * Visforms
*/
.visform {
  background-color: #f5f5f5;
  padding: 19px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.vis-ee-inline-parent {
  padding: 0 10px;
  display: inline-block;
}
#visformcontainer .btn-primary {
  display: inline-block;
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #23305a;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2.5rem;
  margin: 0 0 0.5rem 0;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  padding: 1.1rem 2.725rem;
  margin-left: 5px;
}
#visformcontainer .btn-primary:hover, #visformcontainer .btn-primary:active, #visformcontainer .btn-primary:focus {
  background: #151c35;
  color: #ffffff;
}
#vispoweredby {
  font-size: 0.8125rem;
  text-align: right !important;
}
#visformcontainer #dynamic_recaptcha_1 > div:first-child {
  height: auto !important;
}
/*
 * RokSprocket Tabs
*/
.sprocket-tabs .sprocket-tabs-nav {
  margin-bottom: 0.938rem;
}
.sprocket-tabs .sprocket-tabs-nav > li.active > .sprocket-tabs-inner {
  background-color: #23305a;
  color: #ffffff;
  border: 1px solid #23305a;
}
.sprocket-tabs span.sprocket-tabs-text {
  font-size: 1.2rem;
  font-weight: 500;
}
.sprocket-tabs table.table-bezirk {
  margin-bottom: 1.876rem;
}
.sprocket-tabs table.table-bezirk caption {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  padding-left: 0.938rem;
  background-color: #23305a;
  color: white;
}
.sprocket-tabs table.table-bezirk tr, .sprocket-tabs table.table-bezirk td {
  vertical-align: middle;
}
.sprocket-tabs table.table-bezirk tr:last-child td {
  border-bottom: 1px solid #dddddd;
}
/*
 * Lightcase.js
*/
/*# sourceMappingURL=custom_11.css.map */