/* Eigene Styles als Ergänzung zu JANGO (hjl/iu) */

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:  flex;
  flex-wrap: wrap;
}

.c-clear, .clear { clear: both; }z
.c-display-block { display: block; }
.c-display-inline-block { display: inline-block; }
.c-margin-l-5 { margin-left: 5px; }
.c-margin-r-5 { margin-right: 5px; }
.c-display-block { display: block; }

.container .container {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

/* Header */

.c-page-on-scroll .c-layout-header.c-layout-header-2 {
  background: rgba(30, 36, 42, 0.37);
}
.c-layout-header.c-layout-header-onepage .c-navbar > .container-fluid {
  padding: 0 15px;
}
.c-layout-header-fullscreen .c-layout-page, .c-layout-header-fullscreen.c-layout-header-fixed.c-layout-header-topbar .c-layout-page {
  margin-top: 100px;
}
.c-logo-header-img {
  display: inline-block
}
.c-logo-inverted {
  display: none !important;
}
i.icon-none { display: none !important; }

/* Topbar w/ Sprachwähler und Topbarmenu */

.c-layout-header .c-topbar {
  border-bottom: 1px solid #eee;
  height: 35px;
}
.c-layout-header .c-topbar .c-top-menu > .c-ext > li.c-lang {
  top: 3px;
}
.c-layout-header .c-topbar .c-top-menu > .c-ext > li.c-lang > a {
  background: #f6f6f6;
}
.c-layout-header .c-topbar .c-top-menu > .c-links {
  vertical-align: top;
  margin-top: 5px;
}
.c-layout-header .c-topbar .c-top-menu > .c-links > .item:not(:last-child)::after {
  content: " | ";
  color: #bbb;
}

/* Main Menu */

.c-layout-header .c-navbar .c-mega-menu.c-fonts-uppercase > .nav.navbar-nav > li .dropdown-menu > li > a {
  font-size: 14px;  
}
.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li .dropdown-menu.c-menu-type-classic {
  padding: 0;
}
  /* Main Menu Button (nur Mobile) */

.c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler {
  background: transparent !important;
  position: absolute;
  right: 10px;
  top: 20px;
  margin: 0;
}
.c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler > .c-line {
  background: #B82E45;
  width: 30px;
}

/* Breadcrumbs */

.c-layout-breadcrumbs-1.c-subtitle .c-page-breadcrumbs {
  margin-top: 0px;
}
.c-layout-breadcrumbs-1.c-bgimage {
  background-size: cover;
  padding: 60px 0;  
}
.c-page-title h1 {
  font-size: 22px;
}
.c-page-title h2 {
  font-size: 16px;
}

/* Verschiedene Anpassungen im Inhaltsbereich: */

.ce-bodytext h3 {
  font-size: 24px;
  margin: 15px 0px 7px;
}
.ce-bodytext h4 {
  font-size: inherit;
  margin: 12px 0px 5px;
}

.ce-header .main-header,
.ce-header .sub-header {
  text-align: center;
}

.c-content-media-2-slider .c-content-label:empty {
  display: none;
}
.c-content-title-1 .c-line-left:first-child,
.c-content-title-1 h3:empty + div[class*="c-line-"], .c-content-title-1 h2:empty + div[class*="c-line-"], .c-content-title-1 h1:empty + div[class*="c-line-"] {
  display: none !important; 
}
.c-content-title-1 > .c-line-left, .c-content-title-1 > .c-line-right, .c-content-title-1 > h3 { margin-bottom: 15px; } 

.c-content-box.c-size-md .c-content-box.c-size-md {
  padding: 20px 0;
}
.c-content-box.c-size-md .c-content-box.c-size-md {
  padding: 0px;
}
.ge-row .c-content-box.c-size-lg, .ge-row .c-content-box.c-size-md {
  padding: 20px 0;
}
.c-content-box.c-size-md {
  /* padding: 60px 0px 0px 0px; */
}
.c-content-box.c-size-md:last-child:not(.c-content-feature-13-wrap) {
  padding-bottom: 60px;
}
.ge-box.c-content-box.c-size-md .c-content-box.c-size-md:nth-child(n+2) {
  padding-top: 60px;
}
.c-content-box.c-size-md .c-content-box.c-size-md {
  padding: 0px;
}
.row-eq-height .c-content-box {
  height: 100%;
}

/* Accordion und Tabs (Mehrfachinhalte per dce) */

  /* Accordion */

.c-content-accordion-1 .panel > .panel-heading > .panel-title > a > i {
  float: left;
  margin: -3px 7px 0px 0px;
  width: 40px;
  font-size: 25px;
}
.c-content-accordion-1 .panel > .panel-heading > .panel-title > a > .icon-image {
  float: left;
  position: relative;
  width: 40px;
  margin: -12px 7px 0px 0px;
}
.c-content-accordion-1 .panel > .panel-heading > .panel-title > a > .icon-image > .icon-active {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.c-content-accordion-1 .panel > .panel-heading > .panel-title > a > .icon-image > .icon-normal {    
  opacity: 1;
  transition: opacity 0.2s ease;
}
.c-content-accordion-1 .panel > .panel-heading > .panel-title > a:not(.collapsed) > .icon-image > .icon-active,
.c-content-accordion-1 .panel > .panel-heading > .panel-title > a.collapsed:focus > .icon-image > .icon-active,
.c-content-accordion-1 .panel > .panel-heading > .panel-title > a:hover > .icon-image > .icon-active,
.c-content-accordion-1 .panel > .panel-heading > .panel-title > a:active > .icon-image > .icon-active {
  opacity: 1;
}
.c-content-accordion-1 .panel > .panel-heading > .panel-title > a:not(.collapsed) > .icon-image > .icon-normal,
.c-content-accordion-1 .panel > .panel-heading > .panel-title > a.collapsed:focus > .icon-image > .icon-normal,
.c-content-accordion-1 .panel > .panel-heading > .panel-title > a:hover > .icon-image > .icon-normal,
.c-content-accordion-1 .panel > .panel-heading > .panel-title > a:active > .icon-image > .icon-normal {
  opacity: 0;
}
.c-content-accordion-1 .panel > .panel-collapse > .panel-body ul li,
.c-content-accordion-1 .panel > .panel-collapse > .panel-body h3,
.c-content-accordion-1 .panel > .panel-collapse > .panel-body h2,
.c-content-accordion-1 .panel > .panel-collapse > .panel-body h1 {
  color: white;
}
.c-content-accordion-1 .panel > .panel-collapse > .panel-body a {
  color: white;
  text-decoration: underline;
}
.c-content-accordion-1 .panel > .panel-collapse > .panel-body .c-content-list-1.c-theme > li::before {
  background-color: #eee;
}

.c-content-accordion-1.c-accordion-grey .panel > .panel-collapse > .panel-body,
.c-content-accordion-1.c-accordion-grey-1 .panel > .panel-collapse > .panel-body,
.c-content-accordion-1.c-accordion-white .panel > .panel-collapse > .panel-body,
.c-content-accordion-1.c-accordion-grey .panel > .panel-heading > .panel-title > a,
.c-content-accordion-1.c-accordion-grey-1 .panel > .panel-heading > .panel-title > a,
.c-content-accordion-1.c-accordion-white .panel > .panel-heading > .panel-title > a
{
  color: #444 !important;
}


  /* Accordion _und_ Tabs */

.c-content-tab-1 .tab-pane .row,
.c-content-accordion-1 .panel-group .row {
  margin-left: 0px;
  margin-right: 0px;
}
.c-content-tab-1 .tab-pane .ce-gallery figure,
.c-content-accordion-1 .panel .ce-gallery figure {
  display: block;
  width: 100%;
}
.c-content-tab-1 .tab-pane .ce-gallery img,
.c-content-accordion-1 .panel .ce-gallery img {
  width: 100%;
  height: auto;
}

  /* Tabs */

.c-content-tab-1 .nav {
  font-weight: 500;
}
.c-content-tab-1 .tab-content.c-padding-lg {
  padding: 25px 15px;
}


/* Revo Slider */

.c-layout-header-fixed .c-layout-page .c-layout-revo-slider-6 { margin-top: -100px; }
.c-layout-revo-slider-4.num-slides-1 .tparrows { display: none !important; }
.c-layout-revo-slider-4 .rev_slider .tp-bannertimer { 
  visibility: visible !important; 
  background: rgba(255,255,255,0.5);
}
.rev_slider .tp-caption i { font-style: italic; }
.c-layout-revo-slider .caption-color-dark.c-font-white {
  color: #3a3f45 !important;
}

.fullscreen-scrolldown {
 position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  height: 1px;
  overflow: visible;
}
.fullscreen-scrolldown-inner {
  height: 100%;
  width: 70px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
.fullscreen-scrolldown-link {
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
  height: 70px;
  cursor: pointer;
  opacity: 0.666;
  transition: opacity 0.4s ease;
}
.fullscreen-scrolldown-link:hover {
  opacity: 1;
}
.fullscreen-scrolldown-link > i {
  font-size: 70px;
  color: white;
}

  /* Videos im RevoSlider */

.rev_slider.slides-count-1 .tparrows { display: none !important; }
.tp-video-play-button {
  display: block !important;
  opacity: 0.4;
  z-index: 8888;
  right: 5px;
  top: auto;
  bottom: 5px;
  left: auto;
}
.rev_slider:hover .tp-video-play-button, .rev_slider:hover .tp-video-mute-button {
  opacity: 0.8;
}
.tp-video-play-button .revicon-right-dir { display: block !important; }
.videoisplaying .revicon-right-dir::before {
  content: "\e073";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 32px;
}
.tp-video-mute-button {
  opacity: 0.4;
  z-index: 8888;
  right: 60px;
  position: absolute;
  bottom: 5px;
  cursor: pointer;
  color: #fff;
}
.tp-video-mute-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  line-height: 50px !important;
  font-size: 40px !important;
  background: rgba(0,0,0,0.3);
  border-radius: 5px;
}
.tp-video-mute-button i::before {
  content: "\e002";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 28px;
}
.videoismuted .tp-video-mute-button .line {
  width: 50px;
  height: 3px;
  background: white;
  transform: rotate(45deg);
  position: absolute;
  top: 23px;    
}




.panel-group .panel-body .c-content-box, .tab-content .c-content-box {
  background: inherit !important;
  padding: 0;
}
.panel-group .panel-body > .c-content-box > .container > .row > div[class*="col-"],
.tab-content .tab-pane > .c-content-box > .container > .row > div[class*="col-"] {
  padding: 0;
}

.c-bg-dark .c-content-title-1 > h3 { color: #f2f2f2; }
.c-bg-dark > * { color: #e5e5e5; }

.c-content-contact-1 .socicon {
  margin-top: 15px;
  margin-bottom: 0px;  
}




.ce-bodytext ol, .ce-bullets ol {
  list-style-type: decimal;
  padding-left: 0;
  position: relative;
  left: 1.2em;
}
.ce-bodytext .c-content-list-1 > li { font-weight: inherit; }
.c-content-list-1 > li { margin-left: 35px; }
.c-content-list-1 > li::before { margin-left: -35px; }
.ce-bullets dl > dd {
  padding-left: 1em;
  margin-bottom: 0.3em;
}



.c-content-feature-1 {
  display: inline-block;
  padding: 25px 25px 15px;
  height: 100%;
  max-width: 100%;
  background: white;
}
.c-content-feature-1 .c-icon-image {
  height: 60px;  
}
.c-content-feature-1 .c-icon-image img {
  height: 100%;
  width: auto;
}



.c-content-feature-13-wrap {
  background-position: right center;
  background-size: 50% auto;
}  
.c-content-feature-13-wrap.high-mode {
  background-size: auto 100%;
}
.c-content-feature-13-wrap-left {
  background-position: left center;
}
  

.c-content-title-1 .main-header ~ .sub-header {
  /* margin-bottom: 30px; */
}

.video-js-box .video-js {
  width: 100% !important;
  height: 0px !important;
  position: relative;
  height: 0px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-js .vjs-big-play-button {
  left: 45%;
  top: 45%;
}

.default-box .ce-gallery {
  margin-top: 20px;
}
.default-box.no-text .ce-gallery {
  margin-top: 0px;
}
.ce-intext .ce-gallery {
  min-width: 30%;
  max-width: 40%;
  margin-top: 6px;
}
.ce-intext .ce-gallery.columns-2 {
  width: 44%;
}
.ce-left .ce-gallery {
  float: left;
}
.ce-right .ce-gallery {
  float: right;
}
.ce-wrap.ce-left .ce-gallery {
  margin-right: 15px;
}
.ce-wrap.ce-right .ce-gallery {
  margin-left: 15px;
}
.ce-nowrap.ce-left .ce-gallery, .ce-intext.ce-left .ce-gallery {
  margin-right: 2%;
}
.ce-nowrap.ce-right .ce-gallery, .ce-intext.ce-right .ce-gallery {
  margin-left: 2%;
}
.ce-gallery .ce-row {
  clear: left;
  margin-bottom: 10px;
}
.no-text .ce-gallery.columns-1 .ce-row:last-child {
  margin-bottom: 0px;
}
.ce-center .ce-gallery .ce-row {
  text-align: center;
}
.ce-center .ce-gallery .ce-column:first-child:last-of-type {
  float: none;
  display: inline-block;
}
.ce-gallery .ce-column {
  float: left;
  margin-right: auto;
}
.ce-right .ce-gallery .ce-column {
  float: right;
}
.ce-gallery .ce-column img {
  width: 100%;
  height: auto;
}
.ce-gallery.columns-1 .ce-column {
  width: 100%; 
}
div.content:not(.content-top) .ce-textmedia.with-image.no-text .ce-gallery.columns-1 .ce-column {
  max-width: 50%;
}
.ce-gallery.columns-2 .ce-column {
  width: 50%;  
}
.ce-gallery.columns-3 .ce-column {
  width: 33.3%; 
}
.ce-gallery.columns-4 .ce-column {
  width: 25%;
}
.ce-gallery .ce-column figure {
  display: block;
  margin: 0px 6px;
}
.ce-gallery .ce-column:first-child figure {
  margin: 0px 12px 0px 0px;
}
.ce-gallery .ce-column:last-of-type figure {
  margin: 0px 12px 0px 8px;
}
.ce-gallery.columns-1 .ce-column figure {
  margin: 0px;
}
.ce-gallery.columns-1 .ce-row:nth-child(n+2) .ce-column figure {
  margin-top: 12px;
}
.ce-gallery.columns-2 .ce-row figure {
  margin: 0px 15px 5px 0px;
}
.ce-gallery.columns-3 .ce-row figure {
  margin: 0px 12px 4px 0px;
}
.ce-gallery.columns-4 .ce-row figure {
  margin: 0px 12px 4px 0px;
}
.ce-gallery figure figcaption {
  display: block;
  color: #666;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  margin: 5px 0px;
}
.panel-body .ce-gallery figure figcaption {
  color: #ddd;
}
.content-side .box:not(.teaser-box) .ce-gallery {
  /* max-width: 80%; */
}
.content-side .ce-gallery figure figcaption {
  color: #666;
}

/* Standardformatierung für textmedia-bodytext (ce-left/-right bezieht sich auf die Ausrichtung der Medienelemente, s.o.) */

.with-image .ce-nowrap .ce-bodytext {
  width: 66%;
}
.with-image .ce-nowrap .columns-2 + .ce-bodytext {
  width: 54%;
}
.with-image .ce-nowrap.ce-left .ce-bodytext {
  float: right;
}

/* GRIDELEMENTS */

.ge-box-left-empty.ge-box-right-empty { display: none !important; }

  /* GE mit Hintergrundbild bzw. HG-Farbe */

.ge-box-bgimage {
  min-height: 70vh;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repat;
}
.ge-box-bgimage > .c-bg-white {
  /* background: transparent !important; */
}
.ge-box-bgimage .ce-textmedia:not(.no-text),
.ge-box-bgcolor .ce-textmedia:not(.no-text) {
  /* background: white; */
  padding: 15px 15px 20px;
} 



/* CE.UPLOADS (Dateilinks) */

.ce-uploads li > img, .ce-uploads li > img + div {
  display: inline;
  margin-right: 3px;
}
.ce-uploads li > img + div > a {
  min-width: 100px;
}
.ce-uploads li > img + div > a:after {
  content: "|";
  padding-left: 1em;
  padding-right: 1em;
}
.ce-uploads .ce-uploads-description {
  padding-right: 1em;
}
.ce-uploads .ce-uploads-description:after {
  content: "|"; 
  padding-left: 1em;
}
.ce-uploads .ce-uploads-filesize {
  color: #666;
}


/* CEs: diverse Menu-CEs (seit v8.LTS) */

.frame-type-menu_sitemap, .frame-type-menu_sitemap_pages {}
.frame-type-menu_sitemap ul ul, .frame-type-menu_sitemap_pages ul ul {
  margin-left: 20px;
}



/* EXT:news (News) __und__ EXT:cal (Kalender, wo Formatierung übereinstimmt) */
 
  /* news: Simple Liste */

  /* news: Jango-Recent-Posts-Liste */

.news-list .c-content-recent-posts-1 > li > .c-post,
.cal-jango-list .c-content-recent-posts-1 > li > .c-post {
  line-height: 1.15;
}
.news-list .c-content-recent-posts-1 > li > .c-post .c-title,
.cal-jango-list .c-content-recent-posts-1 > li > .c-post .c-title {
  margin-bottom: 5px;
  display: block;
}

  /* news: News-Slider-"Liste" */

.news-jango-slider .owl-theme .owl-controls {
  margin-top: 30px;
}
.news-jango-slider .owl-carousel.c-theme .owl-controls .owl-dot.active {
  border: 1px solid white;
}


  /* news: Lange Liste (Jango-Blogliste) */

.news-list .c-content-blog-post-1-list,
.cal-jango-long-list .c-content-blog-post-1-list {
  margin-bottom: 60px;
}
.news-list .c-content-blog-post-1 .c-title,
.cal-jango-long-list .c-content-blog-post-1 .c-title {
  color: initial;
  line-height: 1;
}
.news-list .c-content-blog-post-1 .date, .news-list .c-content-blog-post-1 .more-link,
.cal-jango-long-list .c-content-blog-post-1 .date-wrap, .cal-jango-long-list .c-content-blog-post-1 .more-link {
  font-weight: 500;
}
.news-list .c-content-blog-post-1 .date::after, .news-list .c-content-blog-post-1 .more-link::before, 
.cal-jango-long-list .c-content-blog-post-1 .date-wrap::after, .cal-jango-long-list .c-content-blog-post-1 .more-link::before {
  content: " // ";
}

  /* news: Einzelansicht */

.news-single .news-header h1,
.cal-event-details .cal-event-title {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.news-single .news-teaser-text,
.cal-event-details .cal-details-teaser {
  font-weight: 500;
  line-height: 1.15;
  margin: 0px 0px 5px;
}
.news-single .news-list-date,
.cal-event-details .cal-details-info {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.news-single .news-body-media,
.cal-event-details .cal-details-images {
  float: right;
  max-width: 45%;
  margin-left: 10px;
}
.news-single .news-body-media.with-slider,
.cal-event-details .cal-details-images.with-slider {
  width: 45%;
}
.news-single .news-body-media.with-slider .c-content-media-2,
.cal-event-details .cal-details-images.with-slider .c-content-media-2 {
  padding: 0;
  margin-bottom: 0;
}
.news-single .news-body-media .outer {
  margin-bottom: 15px;
}
.news-single .news-body-media img {
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.news-single .news-img-caption,
.cal-event-details .cal-details-images figcaption {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 13px;
}
.news-single .news-related-wrap {
  clear: both;
}
.news-single .news-related:only-child {
  width: 100%;
  display: block;
}
.news-single .news-related:nth-child(3) {
  width: 100%;
  display: inline-block;
}
.news-single .news-related {
  display: block;
  float: left;
  padding: 0;
  border: none;
}
.news-related h4,
.cal-details-extras h4 {
  margin-bottom: 15px;
  font-weight: 600;
}
.news-related-inner {
  padding: 15px;
  border: 1px solid #eee;
  height: 100%;
}
.news-single .news-related-files ul li {
  margin-bottom: 12px;
}


/* EXT:cal (Kalender) -- z.T. Formatierung gemeinsam mit EXT:news oben ^^ */

  /* cal: Simple Liste */

  /* cal: Jango-Recent-Posts-Liste (s.a. EXT:news) */

  /* cal: Lange Liste (Jango-Blogliste) */  

.cal-jango-long-list .c-content-blog-post-1 .date-wrap .dtstart {
  display: inline-block;
}

  /* cal: Einzelansicht */

.cal-event-details .cal-details-info .data-time, .cal-event-details .cal-details-info .data-organizer {
  padding-right: 10px;
  margin-right: 15px;
  border-right: 1px solid #aaa;
}
.cal-event-details .cal-details-info .label {
  display: none;
}
.cal-event-details .cal-details-images img {
  width: 100%;
  height: auto;
}
.cal-event-details .cal-details-extras {
  margin-top: 20px;
  min-width: 50%;
  padding: 15px;
  border: 1px solid #eee;
  display: block;
}
.cal-event-details .cal-details-extras:empty {
  display: none;
}
.cal-event-details .cal-details-extras li {
  margin-bottom: 5px;
}
.cal-event-details .cal-details-extras .cal-attachment-filesize {
  color: #888;
  border-left: 1px solid #DDDDDD;
  margin-left: 8px;
  padding-left: 8px;
}


/* EXT:tt_address */

.tx-ttaddress-pi1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.hcard .data:empty + .c-content-label { display: none !important; }
.hcard .c-content-label {
  float: left;
  clear: left;
}
.hcard .c-content-person-1 img {
  width: 100%;
  height: auto;
}
.hcard .c-content-person-1 .c-content-label {
  min-width: 65px;
}
.hcard .c-content-person-1 .c-body .c-head .c-socials {
  display: block;
  margin: 0px 0 0 0;
  width: 100%;
  clear: both;
  text-align: left;
}
.hcard .c-content-person-1 .c-body .c-head .c-socials > li {
  float: left;
}
.hcard-main .c-content-person-1 .c-body .c-position {
  min-height: 30px;
}

/* Spezifische Styles (bleiben hier) :: */

.c-layout-header.c-layout-header-4.revo-fullscreen-present { 
  background: rgba(255, 255, 255, 0.8); 
}
.c-page-on-scroll .c-layout-header.c-layout-header-4.revo-fullscreen-present { 
  background: white;
}
.c-layout-header.c-layout-header-4 { background: white; }
.c-layout-header .c-brand .c-desktop-logo,
.c-layout-header .c-brand .c-desktop-logo-inverse,
.c-layout-header .c-brand .c-mobile-logo {
  width: auto;
}
.c-layout-header .c-brand .c-desktop-logo {
  max-height: 70px;
}
.c-layout-header .c-brand .c-desktop-logo-inverse {
  max-height: 59px;
}
.c-layout-header .c-brand .c-mobile-logo {
  max-height: 70px;
}

/* EXT:dce: Feature Boxen */

.feature-boxes .row:not(:last-child) {
  margin-bottom: 40px;
}
.c-featurebox-wrap {
  height: 100%;
}
.ge-box:not(.c-bg-white) .c-featurebox-wrap {
  padding: 12px 0px;
}

.ce-menu ul ul {
  margin-left: 1em;
  margin-top: 0.5em;  
}

div[class*="content-person"] .c-caption img { cursor: default; }
.content-side div[class*="content-person"] .c-caption img {
  width: 100%;
  height: auto;
}
div[class*="content-person"] .c-socials li a[href=""] { display: none; }


/* EXT:powermail */

  /* powermail: Allgemein */

.form-control {
  font-family: inherit;
  height: 36px;
}
.powermail_form > fieldset:only-of-type > legend {
  display: none;
}


/* EXT:iu_portfolio */


  /* iuportfolio - List */

.iuportfolio-list  .cbp-caption-defaultWrap, .iuportfolio-show .related-items-wrap .cbp-caption-defaultWrap {
  top: 0px !important;
}
.iuportfolio-list .cbp-caption a, .iuportfolio-show .cbp-caption a {
  display: block;
  position: relative;
  background: black;
}
.iuportfolio-list .cbp-caption img, .iuportfolio-show .cbp-caption img {
  transition: opacity 0.4s ease;
}
.iuportfolio-list .cbp-caption a:hover img, .iuportfolio-show .cbp-caption a:hover img {
  opacity: 0.38;
}
.iuportfolio-list .cbp-caption a:hover:before, .iuportfolio-show .cbp-caption a:hover:before, .iuportfolio-show-main .cbp-item > a:hover:before {
  content: "+";
  font-size: 32px;
  color: #fff;
  position: absolute;
  z-index: 7;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.iuportfolio-list .cbp-filter-counter {
  color: black;
}
.iuportfolio-list .cbp-normalImage {
  opacity: 1;
  transition: opacity 0.4s ease;
}
.iuportfolio-list .cbp-hoverImage {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.iuportfolio-list .cbp-item-with-hoverImage .cbp-caption a:hover::before {
  display: none;
}
.iuportfolio-list .cbp-item-with-hoverImage .cbp-caption a:hover .cbp-normalImage {
  opacity: 0;
}
.iuportfolio-list .cbp-item-with-hoverImage .cbp-caption a:hover .cbp-hoverImage {
  opacity: 1;
}

  /* iuportfolio - Show */

.iuportfolio-show {
  padding-top: 100px;
}
.iuportfolio-show .c-content-box {
  padding: 0px;
}
.iuportfolio-show .item-breadcrumbs .breadcrumbs-home {
}
.iuportfolio-show-main {
  padding-bottom: 30px;
}
.iuportfolio-show .item-image img {
  width: 100%;
  height: auto;
  margin-bottom:40px
}
.iuportfolio-show .main-header {
  /*text-transform: uppercase;
  font-size: 30px;*/
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  color: #3f444a;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 0;
  margin: 20px 0 -1px 0;
  padding: 0 5px 0 0;
}
.iuportfolio-show .teaser-text {
  line-height: 1.3;
}
.iuportfolio-list .cbp-l-grid-projects-title, .iuportfolio-show .related-items-wrap .cbp-l-grid-projects-title {
  font-size: 15px;
}
.iuportfolio-show .website {
}
.iuportfolio-show .info-item {
  margin-bottom: 15px;
}
.iuportfolio-show .info-item .c-content-list-1 {
  margin: 5px 0px;
}
.iuportfolio-show .info-item .c-content-list-1 > li {
  list-style: disc inside;
  margin: 0px;
}
.iuportfolio-show .info-item .c-content-list-1.c-theme > li::before {
  display: none;
  background: transparent;
}
.iuportfolio-show .info-item .title .icon {
  font-size: 30px;
  color: #888;
}
.iuportfolio-show .info-item .title .icon span {
  /*font-size: 19px;*/
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  color: #3f444a;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 0;
  margin: 5px 0 -1px 0;
  padding: 0 5px 0 0;
}
.iuportfolio-show .info-item .title .icon > i {
  margin-right: 8px;
}
.iuportfolio-show .info-item .title .icon .fa-ship-containers,
.iuportfolio-show .info-item .title .icon .fa-tram
{
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0.85;
}
.iuportfolio-show .info-item .title .icon .fa-ship-containers {
  width: 60px;
  height: 40px;
  /* background-image: url(/fileadmin/public/images/icon-fa-ship-containers.png); */
  background-image: url(/fileadmin/public/images/ship.png);
  background-size: 60px 60px;
  opacity: 0.5;
  position: relative;
  top: 5px;
}
.iuportfolio-show .info-item .title .icon .fa-tram {
  width: 30px;
  height: 33px;
  background-image: url(/fileadmin/public/images/icon-fa-tram.png);
  background-size: auto 100%;
  position: relative;
  top: 4px;
}
.iuportfolio-show .info-item .c-content-title-1 > .c-line-right, .iuportfolio-show .info-item .c-content-title-1 > .c-line-left {
  margin: 5px 0px;
}
.related-items-wrap .header {
  text-transform: uppercase;
  margin: 20px 0px 35px;
}
.related-items-wrap {
  padding: 20px 0px 50px;
}
.cbp-l-grid-projects-title {
  font-size: 15px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .iuportfolio-show .item-side-info {
  margin-top: 20px;
  }
}

  /* iuportfolio - Show - AJAX */

.cbp-popup-singlePage .cbp-popup-content {
  max-width: none;
  margin-top: 104px;
  width: 100%;
}
.cbp-popup-content .iuportfolio-show {
  padding-top: 0;
}
.ajax-view .related-items-wrap .cbp-item,
.ajax-view .iuportfolio-show-main .cbp-item {
  margin: 0 1.5% 20px 0;
  width: 23.5%;
  float: left;
}
.ajax-view .iuportfolio-show-main .cbp-item:nth-child(4n+5) {
  clear: both;
}
.iuportfolio-show.ajax-view .related-items-wrap .cbp-caption img,
.ajax-view .iuportfolio-show-main .cbp-caption img {
  width: 100%;
  height: auto;
}
.ajax-view .iuportfolio-show-main .cbp-caption-activeWrap {
  background: transparent;
}
.ajax-view .iuportfolio-show-main .cbp-l-caption-body {
  padding: 5px 0px;
  background: transparent;
  color: #666;
}
@media (max-width: 1060px) {
  .ajax-view .related-items-wrap .cbp-item,
  .ajax-view .iuportfolio-show-main .cbp-item {
  margin: 0 2% 20px 0;
  width: 30.66%;
  }
  .ajax-view .iuportfolio-show-main .cbp-item:nth-child(4n+5) { clear: none; }
  .ajax-view .iuportfolio-show-main .cbp-item:nth-child(3n+4) { clear: both; }
}
@media (max-width: 788px) {
  .ajax-view .related-items-wrap .cbp-item,
  .ajax-view .iuportfolio-show-main .cbp-item {
  margin: 0 4% 20px 0;
  width: 46%;
  }
  .ajax-view .iuportfolio-show-main .cbp-item:nth-child(3n+4) { clear: none; }
  .ajax-view .iuportfolio-show-main .cbp-item:nth-child(2n+3) { clear: both; }
}
@media (max-width: 488px) {
  .ajax-view .related-items-wrap .cbp-item,
  .ajax-view .iuportfolio-show-main .cbp-item {
  margin: 0 0% 20px 0;
  width: 100%;
  }
}



/* Footer */

  /* Footer Adve-Style (footer-7) */

.c-layout-footer-7 .footer-contact p {
  /* display: inline-block;
  vertical-align: top;
  padding: 0px 2%;
  width: 49%; */
}
.c-layout-footer-7 .footer-contact.autosize-paragraphs p { width: auto; }
.footer-contact.autosize-paragraphs p:first-child { padding-left: 0; }

.c-layout-footer-7 .c-links {
  width: 100%; 
}
.c-layout-footer-7 .c-links .sub li {
  line-height: 1.1;
  padding: 7px 0px;
}
.c-layout-footer-7 .c-links .sub .sub {
  padding: 5px 0px 0px 10px;
}
.c-layout-footer-7 a:not(:hover) { color: #ccc; }   /* Helle Linkfarbe für dunklen Footer (warum ist dies standardmässig nicht so?) */
.c-layout-footer-7 a { line-height: 1.1; }



  /* Footer Oltm-Style (footer-4, bg-footer-8) _und_ z.T. footer-7, wo identisch! */

.c-layout-footer-4, .c-layout-footer a {
  color: white;
}
.c-layout-footer.c-layout-footer-4.c-bg-footer-8 {
  background-image: url(../images/footer-hg-jango.jpg);
}
.c-layout-footer-4 .logo,
.c-layout-footer-7 .logo {
  max-width: none;
  height: 65px;
}
.c-layout-footer-4 .logo img,
.c-layout-footer-7 .logo img {
  width: auto;
  height: 100%;
}
.c-layout-footer-4 .logo > a,
.c-layout-footer-7 .logo > a {
  height: 100%;
}
.c-layout-footer-4 .footer-social,
.c-layout-footer-7 .footer-social {
  margin-top: 25px;
}
.c-layout-footer-4 .footer-social .socicon-btn.socicon-solid {
  margin-right: 25px;
}
.c-layout-footer-4 .powermail {
  padding-top: 0;
}
.c-layout-footer-4 .form-group {
  margin-bottom: 0;
}

  /* EXT:powermail: Formular im Footer (footer-4) und (footer-7 z.T.) */

.c-layout-footer.c-layout-footer-4 .c-footer .powermail .c-content-title-1 h3 {
  padding-left: 0;
  color: #444;
}
.c-layout-footer-4 .powermail,
.c-layout-footer-7 .powermail {
  padding-top: 0;
}
.c-layout-footer-4 .form-group {
  margin-bottom: 0;
}
.c-layout-footer-4 .powermail_fieldwrap_type_submit input,
.c-layout-footer-7 .powermail_fieldwrap_type_submit input {
  margin-left: 0px;
}
.c-layout-footer-4 .navbar-right a {
  color: white;
}
.c-layout-footer.c-layout-footer-4 .c-footer .c-feedback form .form-control {
  color: white;
  border-color: #444;
  background: #444;
}
.c-layout-footer.c-layout-footer-4 .c-footer .c-feedback form .form-control:focus {
  color: white !important;
  background: #555;
}
.c-layout-footer.c-layout-footer-4 .btn.c-btn-border-2x.c-btn-uppercase.btn-lg {
  border-color: #444;
  color: #444;
}
.c-layout-footer.c-layout-footer-4 .btn.c-btn-border-2x.c-btn-uppercase.btn-lg:hover {
  color: white;
  background: #444;
}
.c-layout-footer.c-layout-footer-4 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #ccc !important;
}
.c-layout-footer.c-layout-footer-4 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc !important;
  opacity: 1;
}
.c-layout-footer.c-layout-footer-4 ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc !important;
  opacity: 1;
}
.c-layout-footer.c-layout-footer-4 :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc !important;
}


/* EXT:felogin - Symbol und Modal */

.modal-backdrop {
  z-index: 9999;
}
.modal-header {
  padding-bottom: 0;
}
#login-form .main-header {
  font-size: 20px;
}
  



/* 

  Übernommene Passagen aus den branding styles (gehörten dort nicht hin, bitte hier einsortieren) 

  Teilweise handelt es sich um notwendige Korrekturen, um z.B. weiße Schrift auf hellgrauem Grund in Standard-Jango-Farbschemata zu verhindern

*/

.c-theme-btn.btn:active,
.c-theme-btn.btn.active,
.open > .c-theme-btn.btn.dropdown-toggle
{
  background-image: none;
}
.c-theme-btn.c-btn-border-1x {
  border-width: 1px;
  background: none;
}
.c-theme-btn.c-btn-border-1x.btn-no-focus:focus,
.c-theme-btn.c-btn-border-1x.btn-no-focus.focus {
  background: none;
}
.c-theme-btn.c-btn-border-1x:active,
.c-theme-btn.c-btn-border-1x.active,
.open > .c-theme-btn.c-btn-border-1x.dropdown-toggle {
  background-image: none;
}
.c-theme-btn.c-btn-border-1x.disabled,
.c-theme-btn.c-btn-border-1x.disabled:hover,
.c-theme-btn.c-btn-border-1x.disabled:not(.btn-no-focus):focus,
.c-theme-btn.c-btn-border-1x.disabled:not(.btn-no-focus).focus,
.c-theme-btn.c-btn-border-1x.disabled:active,
.c-theme-btn.c-btn-border-1x.disabled.active,
.c-theme-btn.c-btn-border-1x[disabled],
.c-theme-btn.c-btn-border-1x[disabled]:hover,
.c-theme-btn.c-btn-border-1x[disabled]:not(.btn-no-focus):focus,
.c-theme-btn.c-btn-border-1x[disabled]:not(.btn-no-focus).focus,
.c-theme-btn.c-btn-border-1x[disabled]:active,
.c-theme-btn.c-btn-border-1x[disabled].active,
fieldset[disabled] .c-theme-btn.c-btn-border-1x,
fieldset[disabled] .c-theme-btn.c-btn-border-1x:hover,
fieldset[disabled] .c-theme-btn.c-btn-border-1x:not(.btn-no-focus):focus,
fieldset[disabled] .c-theme-btn.c-btn-border-1x:not(.btn-no-focus).focus,
fieldset[disabled] .c-theme-btn.c-btn-border-1x:active,
fieldset[disabled] .c-theme-btn.c-btn-border-1x.active {
  background: none;
}
.c-theme-btn.c-btn-border-1x .badge {
  color: none;
}
.c-theme-btn.c-btn-border-2x {
  border-width: 2px;
  background: none;
}
.c-theme-btn.c-btn-border-2x.btn-no-focus:focus,
.c-theme-btn.c-btn-border-2x.btn-no-focus.focus {
  background: none;
}
.c-theme-btn.c-btn-border-2x:active,
.c-theme-btn.c-btn-border-2x.active,
.open > .c-theme-btn.c-btn-border-2x.dropdown-toggle {
  background-image: none;
}
.c-theme-btn.c-btn-border-2x.disabled,
.c-theme-btn.c-btn-border-2x.disabled:hover,
.c-theme-btn.c-btn-border-2x.disabled:not(.btn-no-focus):focus,
.c-theme-btn.c-btn-border-2x.disabled:not(.btn-no-focus).focus,
.c-theme-btn.c-btn-border-2x.disabled:active,
.c-theme-btn.c-btn-border-2x.disabled.active,
.c-theme-btn.c-btn-border-2x[disabled],
.c-theme-btn.c-btn-border-2x[disabled]:hover,
.c-theme-btn.c-btn-border-2x[disabled]:not(.btn-no-focus):focus,
.c-theme-btn.c-btn-border-2x[disabled]:not(.btn-no-focus).focus,
.c-theme-btn.c-btn-border-2x[disabled]:active,
.c-theme-btn.c-btn-border-2x[disabled].active,
fieldset[disabled] .c-theme-btn.c-btn-border-2x,
fieldset[disabled] .c-theme-btn.c-btn-border-2x:hover,
fieldset[disabled] .c-theme-btn.c-btn-border-2x:not(.btn-no-focus):focus,
fieldset[disabled] .c-theme-btn.c-btn-border-2x:not(.btn-no-focus).focus,
fieldset[disabled] .c-theme-btn.c-btn-border-2x:active,
fieldset[disabled] .c-theme-btn.c-btn-border-2x.active {
  background: none;
}
.c-theme-btn.c-btn-border-2x .badge {
  color: none;
}
.c-layout-sidebar-menu.c-theme .c-sidebar-menu li.c-active > a {
  transition: all 0.2s;
}
.c-layout-sidebar-menu.c-theme .c-sidebar-menu.c-option-2 > li.c-active > a {
  transition: all 0.2s;
}
.tp-bullets.round.c-theme .bullet {
  margin-right: 5px;
}

/* NAV Addons WORDPRESS */



#header nav {
  height: inherit;
  line-height: inherit;
  /* position: absolute;
  right: 1.5em;
  top: 0; */
  margin-top: 3em;
}

  #header nav > ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 1.5em;
    display: flex;
  }

    #header nav > ul > li {
      display: inline-block;
      margin-left: 2em;
      padding: 0;
    }



      #header nav > ul > li a {

      }

        #header nav > ul > li a:before {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1;
          text-transform: none !important;
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
        }

        #header nav > ul > li a:before {
          margin-right: 0.75em;
        }

      #header nav > ul > li:first-child {
        margin-left: 0;
      }

#header .navPanelToggle {
  text-decoration: none;
  border: 0;
  height: 4em;
  position: absolute;
  right: 0;
  top: 0;
  width: 5em;
  display: none;
}

  #header .navPanelToggle:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  #header .navPanelToggle:before {
    content: '\f0c9';
    width: 3em;
    height: 3em;
    display: block;
    line-height: inherit;
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
  }
  .dropotron {
    list-style: none;
    padding: 1em 0 0 0;
    background: #FAFAFA;
    min-width: 13em;
    margin-top: -0.5em;
    font-weight: 500;
  }
    .dropotron li {
      padding: 0.75em;
    }
    
    .dropotron li:hover {
      background:#3DA7BA !important;
      display: inline-block;
    }
    
    .dropotron li:hover a {
      color:#ffffff !important;
    }
  
    .dropotron a {
      font-size: 0.8em;
      text-transform: none !important;
      letter-spacing: 0px;
      /* line-height: 2.5em; */
      color: #3DA7BA;
    }
  
    .dropotron.level-0 {
      margin-top: 0;
    }
  
      .dropotron.level-0:before {
        content: '';
        border-left: solid 0.5em transparent;
        border-right: solid 0.5em transparent;
        border-bottom: solid 0.5em #fff;
        display: block;
        position: absolute;
        top: -0.45em;
        left: 50%;
        margin-left: -0.25em;
      }



/* Overwrite Biendara new look */
      
      
      body {
      color: #000000 !important;
      }
      
      .row .c-content-title-1 > h3 {
          font-weight: 400 !important;
          font-size: 22px !important;
          color: #365BA3 !important;
          margin-bottom: 15px;
          line-height: 1.35;
      }
      
      
      .c-layout-page .c-layout-breadcrumbs-1.c-bgimage {
          padding: 120px 0px !important;
      }
      
      .c-page-title.c-pull-left h1 {
          background: #ffffffd1;
      padding: 0.25em;
      border-radius: 4px;
      font-weight:600 !important;
      }
      
      .row .c-content-title-1 > h3 a{
          color: #365BA3 !important;
      }
      
      .ce-textmedia.box.ce-textpic.ce-center.ce-above.no-image.with-text.default-box a {
        color: #000000;
      }
      
      .c-layout-footer.c-layout-footer-4 .c-footer .c-links {
          padding: 0 0 110px 0 !important;
      }
      
      .frame.frame-default.frame-type-menu_sitemap_pages.frame-layout-0 ul li a {
          font-size: 14px;
          font-weight: 400;
      }
      
      .frame.frame-default.frame-type-menu_sitemap_pages.frame-layout-0 ul li a {
          font-weight: 400 !important;
          color: #fff !important;
      }
      
      .frame.frame-default.frame-type-menu_sitemap_pages.frame-layout-0 ul li {
          background: #45AABC !important;
      }
      
      footer .col-lg-12.col-xs-12.c-margin-t-40 {
        /* border-top:1px solid #ffffff94; */
        padding-top:2.5em;
      }
      
      .col-lg-12.col-xs-12.footerLInks {
        padding-left:0 !important;
      }
      
      .frame.frame-default.frame-type-menu_sitemap_pages.frame-layout-0 ul li {
        position:relative
      }
      
      
      .frame.frame-default.frame-type-menu_sitemap_pages.frame-layout-0 ul li a svg{
      fill: #fff;
      width: 11px;
      position: absolute;
      left: 9px;
      top: 12px;
      }
      .frame.frame-default.frame-type-menu_sitemap_pages.frame-layout-0 ul li a span{
      padding-left:1.25em;
      }
      
      .c-bg-grey-2024 {
          background-color: #eaeaea !important;
      }
      
      .c-layout-header .c-navbar .c-mega-menu.c-fonts-uppercase > .nav.navbar-nav > li .dropdown-menu > li > a {
          color: #365BA3 !important;
      }
      
      .c-layout-header .c-navbar .c-mega-menu.c-fonts-uppercase > .nav.navbar-nav > li .dropdown-menu > li > a:hover {
          background: #365BA3 !important;
      }
      
      .frame.frame-default.frame-type-menu_sitemap_pages.frame-layout-0 header h3 {
          font-weight: 600 !important;
      }
      .c-content-list-1 > li {
        font-size:1em !important;
      }
      
      .ce-bodytext .c-content-list-1 > li {
        position: relative;
      }
      
      .c-content-list-1.c-theme.c-separator-dash svg {
          width: 7px;
      fill: #365BA3;
      position: absolute;
      left: -34px;
      top: 6px;
      }
      .withArrowSVG a {
        position: relative;
        padding-left:1.3em;
      }
      .withArrowSVG svg{
        width: 13px;
        fill: #365BA3;
        position: absolute;
        left: -0;
        top: 3px;
      }
      
      
      
      .c-content-list-1 > li:before {
          content: inherit !important;
          width:  inherit !important;
          height:  inherit !important;
          float: left;
          margin: inherit !important;
          background:  inherit !important;
      }
      
      .c-layout-page a:active, a:hover, a:focus {
       color: #365BA3 !important;
      }
      
      .col-lg-3.col-md-3.col-sm-12.col-xs-12 .frame.frame-default.frame-type-menu_sitemap_pages.frame-layout-0 a:hover,footer .c-display-inline-block a:hover,.footer-contact a:hover{
        color:#f0f3f3 !important;
        text-decoration: underline;
      }
      
      @media (max-width: 991px) {
      .row.ge-row.ge-row-three-columns.row-eq-height .col-lg-4.col-md-4.col-sm-6.col-xs-12 {
        margin-bottom:1.5em;
      }
        .c-layout-footer.c-layout-footer-4 .c-footer .c-links {
          padding: 0 0 35px 0 !important;
      }
      .navbar-nav.floatRight {
        margin:2em 0 0 -0.6em;
      }
      .c-links_ li{
        width:50%;
        float:left;
        list-style: none;
        padding-right: 1.15em;
        margin-bottom:2em;
      }
      .c-links_ li ul li{
        width:100%;
        float:left;
        list-style: none;
        padding-right: 1.15em;
        margin-bottom:0;
      }
      .c-links_ li ul li a {
        font-size:0.85em;
        text-decoration: none;
      }
      .c-links_ li a{
        text-decoration: underline;
      }
      .c-links_ li ul li {
        padding-left:0.5em;
      }
      .contactInfo {
          margin-bottom: 2em;
      }
      
      
      }
      
      
      
      .c-page-on-scroll header .c-navbar-wrapper.clearfix {
        margin-top:inherit;
      }
      
      @media (min-width: 992px) {
      h3.main-header.mainHeaderInContent {
        font-size:30px !important;
      }
      header .c-navbar-wrapper.clearfix {
        margin-top:1.5em;
      }
      .navbar-nav.floatRight {
        float:right !important;
      }
      .c-links_ li{
        float:left;
        list-style: none;
        padding-right: 1.15em;
        border-right: 1px solid #ffffff45;
        margin-right:1.25em;
        min-height:9.2em;
      }
      .c-links_ li:last-child {
        border-right:0;
      }
      .c-links_ li a{
        font-size: 0.9em;
        font-weight: 400;
      }
      .c-links_ li ul li{
        float:none;
        list-style: none;
        border-right: 0;
        min-height:inherit !important;
      }
      
      .c-links_ li ul li a {
       font-weight: 200; 
       font-size: 0.85em;
      }
      }
      
      .c-links_ li a:hover{
       color:rgb(200, 200, 200) !important; 
      }
      
      
      .col-md-5.c-footer-4-p-right.specialWidth {
      width: 36.6%;
      }
      
      
      
      @media (min-width: 992px) {
      .footer-4-half-with-contactform {
       margin-top:4em; 
      }
      .c-layout-footer.c-layout-footer-4 .c-footer .c-footer-4-p-left {
        padding-left:0 !important;
      }
      }
      
      .contactInfo {
      border-bottom: 1px solid #bfc1c2a6;
      padding-bottom: 3em;
      }
      
      
      .c-content-box.ge-box.ge-box-three-cols.c-size-md.ge-box-bgcolor.c-bg-grey-1 li {
        list-style: none;
        display: contents;
      }
      
      .c-content-box.ge-box.ge-box-three-cols.c-size-md.ge-box-bgcolor.c-bg-grey-1 .c-content-box.c-size-md.c-bg-white {
          padding-top: 0 !important;
      }
      
      
      
      
      



