@charset "UTF-8";
.body-padding {
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 575.98px) {
  .body-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

/*
	Typographische Einstellungen.
  	unten auskommentiert: Alte Typografie-Einstellungen.
  	Successive im neuen Format wieder einbauen!

 */
body {
  font-family: OpenSans, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: OpenSans, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  color: #54991c;
  display: block;
  margin-bottom: 1rem;
}

h1, .h1 {
  font-size: 36px;
  border-bottom: 1px solid #54991c;
}

h2, .h2 {
  font-size: 26px;
  border-bottom: 1px solid #54991c;
}

h3, .h3 {
  font-size: 22px;
  border-bottom: 1px solid #54991c;
}

h4, .h4 {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #54991c;
}

h5, .h5 {
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #54991c;
  padding: 1px 2px;
}

a:link {
  color: #54991c;
}

a:hover {
  color: #fff;
  background-color: #54991c;
  text-decoration: none;
}

.jfm-container a {
  background-color: #fff;
}

.jfm-container a:hover {
  background-color: #54991c;
}

/* #### TYPOGRAFIE #################################################################################################### */
/* ######### ICONS BEFORE BASISEINSTELLUNGEN ######### */
.adr:before, .mobile:before, .fax:before, .mail:before, .web:before,
.tel:before, a[href^="tel:"]:before,
h1 a:before, h2 a:before, h3 a:before, h4 a:before, h5 a:before,
.print:before, .to-top:before,
.scrollup:before,
.mobile-nav-button:before,
.to-bottom:before, .back:before, .fwd:before,
.search-result a:before, .more:before,
.internal-link:before, .internal-link-new-window:before, .link-int a:before,
.external-link:before, .external-link-new-window:before,
.frame li a:before,
a[href$=".vcf"]:before {
  color: #54991c;
  font-size: inherit;
  white-space: nowrap;
  padding: 0 1px;
  vertical-align: initial;
  line-height: 1em;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.noicon:before {
  display: none;
}

/* über root.js wird die Klasse "noicon" automatisch an alle verlinkten Bilder angehängt. */
a.noicon:hover {
  background-color: transparent;
}

/* ######### ICONS BEFORE.HOVER FARB-EINSTELLUNG ######### */
a.mail:hover:before, a.web:hover:before,
a[href^="tel:"]:hover:before,
h1 a:hover:before, h2 a:hover:before, h3 a:hover:before,
h4 a:hover:before, h5 a:hover:before,
.print:hover:before, .to-top:hover:before,
.to-bottom:hover:before, .back:hover:before, .fwd:hover:before,
.search-result a:hover:before, a.more:hover:before,
a.internal-link:hover:before,
a.external-link:hover:before,
.frame li a:hover:before,
a[href$=".vcf"]:hover:before {
  color: #fff;
  background-color: transparent;
}

/* ######### ICONS BEFORE.FOCUS FARB-EINSTELLUNG ######### */
a.mail:focus:before, a.web:focus:before,
a[href^="tel:"]:focus:before,
h1 a:focus:before, h2 a:focus:before, h3 a:focus:before,
h4 a:focus:before, h5 a:focus:before,
.print:focus:before, .to-top:focus:before,
.to-bottom:focus:before, .back:focus:before, .fwd:focus:before,
.search-result a:focus:before, a.more:focus:before,
a.internal-link:focus:before,
a.external-link:focus:before,
.frame li a:focus:before,
a[href$=".vcf"]:focus:before {
  color: #fff;
  background-color: transparent;
}

/* ######### ICONS BEFORE ZEICHEN-ZUWEISUNG (GlyphIcons) ######### */
.adr:before {
  content: "\e021";
}

/* Icon Adresse .glyphicon-home*/
.tel:before, a[href^="tel:"]:before {
  content: "\e183";
}

/*.Icon Telefon glyphicon-phone-alt*/
.mobile:before {
  content: "\e145";
}

/* Icon Mobil .glyphicon-phone*/
.fax:before {
  content: "\e045";
}

/* Icon Fax .glyphicon-print*/
.mail:before {
  content: "\2709";
}

.web:before {
  content: "\e135";
}

/* Icon WEB .glyphicon-globe*/
h1 a:before,
h2 a:before,
h3 a:before,
h4 a:before,
h5 a:before {
  content: "\e080";
}

/* Icon Links in Headline-Tags .glyphicons-chevron-right*/
.print:before {
  content: "\e045";
  padding-right: 3px;
}

/* Icon Drucken .glyphicon-print*/
.to-top:before {
  content: "\e113";
}

/* Icon to-top .halflings chevron-up */
.scrollup:before {
  content: "\e113";
}

/* Icon Scroll-Up halflings chevron-up */
.mobile-nav-button:before {
  content: "\E236";
}

/* Icon Mobile-Nav Burger halflings-menu-hamburger  */
.to-bottom:before {
  content: "\e114";
}

/* Icon to-bottom halflings chevron-down */
.back:before {
  content: "\e079";
}

/* Icon back halflings chevron-left */
.fwd:before {
  content: "\e080";
}

/* Icon fwd halflings chevron-right */
.search-result a:before {
  content: "\e034";
}

/* Icon Suche glyphicon flag e267 */
.more:before {
  content: "\e092";
}

/* Icon more .glyphicon-arrow-left ORG e091 */
.internal-link:before {
  content: "\e080";
}

.external-link:before {
  content: "\e080";
}

a[href$=".vcf"]:before {
  content: "\e094";
}

/* Icons Link Download VCF VISITENKARTE .glyphicon-vcard e265*/
.tel a[href^="tel:"]:before, .fax a[href^="tel:"]:before {
  content: unset;
}

a[href$=".pdf"]:before,
a[href$=".xls"]:before,
a[href$=".xlsx"]:before,
a[href$=".doc"]:before,
a[href$=".docx"]:before,
a[href$=".ppt"]:before,
a[href$=".pptx"]:before,
a[href$=".svg"]:before,
a[href$=".eps"]:before,
a[href$=".zip"]:before {
  color: #54991c;
  font-size: inherit;
  white-space: nowrap;
  padding: 0 1px;
  vertical-align: initial;
  line-height: 1em;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " ";
  background-image: url(../Images/Icons/fileicons.png);
  margin: 0 3px 0 0;
  background-repeat: no-repeat;
  height: 19px;
  width: 16px;
  display: inline-block;
}

a[href$=".pdf"]:before {
  background-position: 0 3px;
}

a[href$=".xls"]:before,
a[href$=".xlsx"]:before {
  background-position: -20px 3px;
}

a[href$=".doc"]:before,
a[href$=".docx"]:before {
  background-position: -80px 3px;
}

a[href$=".ppt"]:before,
a[href$=".pptx"]:before {
  background-position: -40px 3px;
}

a[href$=".svg"]:before,
a[href$=".eps"]:before {
  background-position: -60px 3px;
}

a[href$=".zip"]:before {
  background-position: -100px 3px;
}

.sdtimageslider__title, .sdtimageslider__subtitle {
  font-weight: 300;
  text-align: left;
  font-size: 30px;
  padding-left: 50px;
}

.sdtimageslider__subtitle {
  font-size: 20px;
}

/* MAIN-NAVI  */
.main-nav__logo {
  padding-top: 30px;
  float: left;
}

.main-nav__logo img {
  height: 90px;
  width: 600px;
}

.nav-link {
  font-size: 1rem;
}

.main-nav {
  background-color: #ffffff;
  height: 150px;
}

.main-nav a:hover {
  background-color: #fff;
}

.main-nav .navbar {
  padding-right: 0;
}

.main-nav .navbar-nav {
  margin-top: 77px;
}

.main-nav .navbar-nav > li > a {
  color: #918f90;
}

.main-nav .navbar-nav > li > a:hover,
.main-nav .navbar-nav > li > a:focus {
  color: black;
}

.main-nav .navbar-nav > .active > a,
.main-nav .navbar-nav > .active > a:hover,
.main-nav .navbar-nav > .active > a:focus {
  color: black;
}

.main-nav .dropdown-menu {
  min-width: 16rem;
  background-color: #ffffff;
}

.main-nav .dropdown-menu > li a {
  color: #918f90;
}

.main-nav .dropdown-menu > li a:hover,
.main-nav .dropdown-menu > li a:focus {
  color: black;
}

.main-nav .dropdown-menu > .active > a,
.main-nav .dropdown-menu > .active > a:hover,
.main-nav .dropdown-menu > .active > a:focus {
  color: black;
}

.main-nav .last .dropdown-menu {
  right: 0;
  left: unset;
}

.main-nav ul ul .dropdown-menu {
  left: 100%;
  top: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-nav__logo {
    padding-top: 24px;
    float: left;
  }
  .main-nav__logo img {
    height: 72px;
    width: 480px;
  }
  .main-nav {
    height: 120px;
  }
  .main-nav .navbar-nav {
    margin-top: 61.6px;
  }
  .main-nav .dropdown-menu {
    min-width: 12.8rem;
  }
  .nav-link {
    font-size: 0.9rem;
  }
}

/* Styling of mobile Navigation  */
.mobile-nav__logo {
  padding: 15px 30px 15px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mobile-nav__logo img {
    height: 86px;
    width: 570px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .mobile-nav__logo img {
    height: 63px;
    width: 420px;
  }
}

@media (max-width: 575.98px) {
  .mobile-nav__logo img {
    height: auto;
    width: calc(100% - 55px);
  }
}

.mobile-nav-button:before {
  font-size: inherit;
  white-space: nowrap;
  padding: 0 1px;
  vertical-align: initial;
  line-height: 1em;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e236";
}

label.mobile-nav-button {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  cursor: pointer;
}

label.mobile-nav-button:before {
  position: absolute;
  left: 10px;
  top: 9px;
  font-size: 30px;
  color: #fff;
}

input.mobile-nav-button {
  display: none;
}

#mobile-nav-input {
  position: fixed;
  right: 0;
  top: 0;
}

#mobile-nav-input:checked + #mobile-nav {
  display: block;
  left: 0;
  opacity: 1;
}

#mobile-nav {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 9999;
  margin-right: 50px;
  background-color: #ffffff;
  overflow: auto;
  height: 100%;
  opacity: 0;
}

#mobile-nav a {
  color: #918f90;
}

#mobile-nav a:hover {
  color: black;
}

#mobile-nav h1, #mobile-nav h2, #mobile-nav h3, #mobile-nav h4, #mobile-nav h5,
#mobile-nav .h1, #mobile-nav .h2, #mobile-nav .h3, #mobile-nav .h4, #mobile-nav .h5,
#mobile-nav p {
  margin-left: 5px;
}

#mobile-nav ul {
  list-style: none;
}

#mobile-nav ul li {
  border-top: 1px solid #747474;
}

#mobile-nav ul li ul {
  padding-left: 15px;
}

#mobile-nav ul li a {
  margin: 0;
  padding: 5px;
  display: block;
}

#mobile-nav ul li a:before {
  content: inherit;
}

@media (min-width: 992px) {
  label.mobile-nav-button,
  #mobile-nav-input,
  #mobile-nav {
    display: none !important;
  }
}

/*
      Styles für das Breadcrumb-Menü

      überschreibt bootstrap/_breadcrumbs.scss
 */
body#page_1 #breadcrumb-nav {
  display: none;
}

#breadcrumb-nav {
  background-color: unset;
  margin-bottom: 2em;
}

#breadcrumb-nav .container .body-padding {
  background-color: #ccc;
}

.breadcrumb {
  padding-left: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.breadcrumb a {
  color: #6c757d;
}

.breadcrumb a:hover {
  background-color: transparent;
}

.breadcrumb li a {
  vertical-align: 2px;
}

.breadcrumb li:before {
  color: #747474;
  content: "\e080";
  font-family: 'Glyphicons Halflings';
  padding: 0 5px;
}

.breadcrumb li:first-child:before {
  display: none;
}

.logo {
  max-width: 370px;
  float: right;
}

.logo__desktop {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 16px 30px 16px 40px;
  position: absolute;
  right: 65px;
  top: 150px;
  z-index: 2;
}

.logo__desktop a {
  padding: 0;
}

.logo__mobile {
  margin: 1em;
  float: none;
}

#special-top .jfm-container {
  padding: 50px;
  background-color: #6c757d;
  color: #fff;
}

#special-top .jfm-container h1, #special-top .jfm-container h2, #special-top .jfm-container h3, #special-top .jfm-container h4, #special-top .jfm-container h5 {
  color: #fff;
  border-bottom-color: #fff;
}

.carousel a {
  padding: 0;
}

.carousel-caption {
  left: 0;
  right: 0;
  padding: 10px 0;
  bottom: 0;
  background-color: rgba(128, 128, 128, 0.6);
}

.carousel-caption h1, .carousel-caption .h1, .carousel-caption h2, .carousel-caption .h2, .carousel-caption h3,
.carousel-caption .h3, .carousel-caption h4, .carousel-caption .h4, .carousel-caption h5, .carousel-caption .h5,
.carousel-caption p {
  color: #ffffff;
  border-bottom: none;
  margin: 0;
  text-shadow: none;
  text-align: left;
  padding: 0 50px;
  font-weight: 300;
  font-size: 28px;
}

@media (max-width: 767.98px) {
  .carousel-caption h1, .carousel-caption .h1, .carousel-caption h2, .carousel-caption .h2, .carousel-caption h3,
  .carousel-caption .h3, .carousel-caption h4, .carousel-caption .h4, .carousel-caption h5, .carousel-caption .h5,
  .carousel-caption p {
    font-size: 14px;
  }
}

.frame-layout-1 {
  background: #ffffff;
  color: #000000;
  margin-bottom: 15px;
  padding: 10px;
  border: 2px solid #747474;
}

.frame-layout-1 h1, .frame-layout-1 h2, .frame-layout-1 h3, .frame-layout-1 h4, .frame-layout-1 h5 {
  margin-top: 0;
  padding-top: 0;
  color: #000000;
}

.frame-layout-1 h1, .frame-layout-1 h2, .frame-layout-1 h3, .frame-layout-1 h4, .frame-layout-1 h5,
.frame-layout-1 .h1, .frame-layout-1 .h2, .frame-layout-1 .h3, .frame-layout-1 .h4, .frame-layout-1 .h5 {
  border-bottom: 1px solid #747474;
}

.frame-layout-1 a:link, .frame-layout-1 a:before {
  color: #747474;
  background-color: transparent;
}

.frame-layout-1 a:visited, .frame-layout-1 a:visited:before {
  color: #747474;
  background-color: transparent;
}

.frame-layout-1 a:hover, .frame-layout-1 a:hover:before {
  color: #fff !important;
  background-color: #747474;
}

.frame-layout-1 a:focus, .frame-layout-1 a:focus:before {
  color: #fff !important;
  background-color: #747474;
}

.frame-layout-1 a:active, .frame-layout-1 a:active:before {
  color: #ffffff;
  background-color: #747474;
}

.frame-layout-1 a:visited:hover, .frame-layout-1 a:visited:hover:before {
  color: #fff;
  background-color: #747474;
}

.frame-layout-2 {
  background: #747474;
  color: #ffffff;
  margin-bottom: 15px;
  padding: 10px;
}

.frame-layout-2 h1, .frame-layout-2 h2, .frame-layout-2 h3, .frame-layout-2 h4, .frame-layout-2 h5 {
  margin-top: 0;
  padding-top: 0;
  color: #ffffff;
}

.frame-layout-2 h1, .frame-layout-2 h2, .frame-layout-2 h3, .frame-layout-2 h4, .frame-layout-2 h5,
.frame-layout-2 .h1, .frame-layout-2 .h2, .frame-layout-2 .h3, .frame-layout-2 .h4, .frame-layout-2 .h5 {
  border-bottom: 1px solid #ffffff;
}

.frame-layout-2 a:link, .frame-layout-2 a:before {
  color: #747474;
  background-color: #ffffff;
}

.frame-layout-2 a:visited, .frame-layout-2 a:visited:before {
  color: #747474;
  background-color: #ffffff;
}

.frame-layout-2 a:hover, .frame-layout-2 a:hover:before {
  color: #ffffff !important;
  background-color: transparent;
}

.frame-layout-2 a:focus, .frame-layout-2 a:focus:before {
  color: #ffffff !important;
  background-color: transparent;
}

.frame-layout-2 a:active, .frame-layout-2 a:active:before {
  color: #747474;
  background-color: transparent;
}

.frame-layout-2 a:visited:hover, .frame-layout-2 a:visited:hover:before {
  color: #ffffff;
  background-color: transparent;
}

.frame-layout-3 {
  background: #ffffff;
  color: #000000;
  margin-bottom: 15px;
  padding: 10px;
  border: 2px solid #54991c;
}

.frame-layout-3 h1, .frame-layout-3 h2, .frame-layout-3 h3, .frame-layout-3 h4, .frame-layout-3 h5 {
  margin-top: 0;
  padding-top: 0;
  color: #000000;
}

.frame-layout-3 h1, .frame-layout-3 h2, .frame-layout-3 h3, .frame-layout-3 h4, .frame-layout-3 h5,
.frame-layout-3 .h1, .frame-layout-3 .h2, .frame-layout-3 .h3, .frame-layout-3 .h4, .frame-layout-3 .h5 {
  border-bottom: 1px solid #54991c;
}

.frame-layout-3 a:link, .frame-layout-3 a:before {
  color: #54991c;
  background-color: transparent;
}

.frame-layout-3 a:visited, .frame-layout-3 a:visited:before {
  color: #747474;
  background-color: transparent;
}

.frame-layout-3 a:hover, .frame-layout-3 a:hover:before {
  color: #fff !important;
  background-color: #54991c;
}

.frame-layout-3 a:focus, .frame-layout-3 a:focus:before {
  color: #fff !important;
  background-color: #54991c;
}

.frame-layout-3 a:active, .frame-layout-3 a:active:before {
  color: #ffffff;
  background-color: #54991c;
}

.frame-layout-3 a:visited:hover, .frame-layout-3 a:visited:hover:before {
  color: #fff;
  background-color: #54991c;
}

.frame-layout-4 {
  background: #54991c;
  color: #ffffff;
  margin-bottom: 15px;
  padding: 10px;
}

.frame-layout-4 h1, .frame-layout-4 h2, .frame-layout-4 h3, .frame-layout-4 h4, .frame-layout-4 h5 {
  margin-top: 0;
  padding-top: 0;
  color: #ffffff;
}

.frame-layout-4 h1, .frame-layout-4 h2, .frame-layout-4 h3, .frame-layout-4 h4, .frame-layout-4 h5,
.frame-layout-4 .h1, .frame-layout-4 .h2, .frame-layout-4 .h3, .frame-layout-4 .h4, .frame-layout-4 .h5 {
  border-bottom: 1px solid #ffffff;
}

.frame-layout-4 a:link, .frame-layout-4 a:before {
  color: #54991c;
  background-color: #ffffff;
}

.frame-layout-4 a:visited, .frame-layout-4 a:visited:before {
  color: #54991c;
  background-color: #ffffff;
}

.frame-layout-4 a:hover, .frame-layout-4 a:hover:before {
  color: #ffffff !important;
  background-color: transparent;
}

.frame-layout-4 a:focus, .frame-layout-4 a:focus:before {
  color: #ffffff !important;
  background-color: transparent;
}

.frame-layout-4 a:active, .frame-layout-4 a:active:before {
  color: #54991c;
  background-color: transparent;
}

.frame-layout-4 a:visited:hover, .frame-layout-4 a:visited:hover:before {
  color: #ffffff;
  background-color: transparent;
}

.accordion .card, .togglebox .card {
  border: none;
}

.accordion .card-header, .togglebox .card-header {
  background: none;
  font-size: 18px;
}

.accordion .card-header a:hover, .togglebox .card-header a:hover {
  color: #fff;
}

.accordion .card-header a:after, .togglebox .card-header a:after {
  font-family: 'Glyphicons Halflings';
  content: "";
  float: right;
  color: #6c757d;
}

.accordion .card-header a.collapsed:after, .togglebox .card-header a.collapsed:after {
  font-family: 'Glyphicons Halflings';
  content: "";
  float: right;
  color: #54991c;
}

.accordion .card-body, .togglebox .card-body {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top: none;
}

.tab-boxes .nav-tabs {
  font-size: 18px;
  border-bottom-color: #6c757d;
}

.tab-boxes .nav-link {
  border-radius: 0;
}

.tab-boxes .nav-tabs .nav-link.active {
  border-top-color: #6c757d;
  border-right-color: #6c757d;
  border-left-color: #6c757d;
}

.tab-boxes .tab-content {
  border-right: 1px solid #6c757d;
  border-left: 1px solid #6c757d;
  border-bottom: 1px solid #6c757d;
}

#sliderInfo {
  display: none;
  content: "80px";
}

@media (max-width: 767.98px) {
  .slideup {
    margin-top: 20px;
  }
}

.slideup__outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 350px;
}

.slideup__inner {
  padding: 10px;
  background-color: rgba(69, 69, 69, 0.6);
  float: left;
  position: absolute;
  width: 100%;
  top: 270px;
  height: 100%;
}

.slideup__inner a, .slideup__inner a:before {
  color: #ffffff;
  background-color: transparent;
}

.slideup__inner a:link {
  padding-bottom: 0;
  padding-top: 0;
}

.slideup__inner a:hover, .slideup__inner a:hover:before {
  color: #747474 !important;
  background-color: #ffffff;
}

.slideup__inner a:active, .slideup__inner a:active:before {
  color: #747474;
  background-color: #ffffff;
}

.slideup__inner a:visited, .slideup__inner a:visited:before {
  color: #ffffff;
  background-color: transparent;
}

.slideup__inner a:visited:hover,
.slideup__inner a:visited:hover:before {
  color: #747474;
  background-color: #ffffff;
}

.slideup__subheadline,
.slideup__headline,
.slideup__text {
  color: #ffffff;
}

.slideup__subheadline,
.slideup__headline {
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 300;
}

.slideup__subheadline {
  font-size: 14px;
  margin-top: 6px;
}

.slideup__headline {
  font-size: 21px;
}

.slideup__text {
  margin-top: 20px;
}

a.scrollup {
  width: 50px;
  height: 50px;
  padding: 0;
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  border-radius: 50%;
  background-color: #54991c;
  opacity: 0.4;
}

a.scrollup:focus {
  outline: none;
}

a.scrollup:before {
  position: absolute;
  left: 10px;
  top: 9px;
  font-size: 30px;
  color: #ffffff;
}

a.scrollup:hover {
  opacity: 0.9;
}

a.scrollup:hover:before,
a.scrollup:focus:before {
  color: #ffffff;
}

#footer .frame-layout-2 {
  padding: 0;
  background: none;
}

#footer .frame-layout-2 .ce-table td {
  border: none;
}

#footer {
  background-color: transparent;
  margin-top: 2em;
}

#footer .container {
  background-color: #747474;
  padding-top: 2em;
  padding-bottom: 2em;
  background-image: url("../Images/Background-Images/bg-footer.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#footer h2, #footer h3, #footer h4 {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

#footer a:link, #footer a:before {
  color: #ffffff;
  background-color: transparent;
}

#footer a:visited, #footer a:visited:before {
  color: #ffffff;
  background-color: transparent;
}

#footer a:hover, #footer a:hover:before {
  color: #747474 !important;
  background-color: #ffffff;
}

#footer a:focus, #footer a:focus:before {
  color: #747474 !important;
  background-color: #ffffff;
}

#footer a:active, #footer a:active:before {
  color: #747474;
  background-color: #ffffff;
}

#footer a:visited:hover, #footer a:visited:hover:before {
  color: #747474;
  background-color: #ffffff;
}

#footer .frame ul {
  list-style: none;
  padding-left: 0;
}

#footer .frame li a:before {
  color: #ffffff;
  content: "\e080";
  padding-right: 2px;
}

#footer .frame ul.vcard {
  margin-left: 20px;
  list-style: none;
  padding-left: 0;
}

#footer .frame ul.vcard li a:before {
  content: none;
}

#footer .adr::before, #footer .tel::before, #footer .mobile::before, #footer .fax::before, #footer .mail::before, #footer .web::before {
  color: #ffffff;
}

#copyright {
  background-color: transparent;
}

#copyright .container {
  background-color: #333333;
}

#copyright p {
  font-size: 12px;
  margin: 0;
  padding: 0.5em 0;
  line-height: 45px;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer .h1, #footer .h2, #footer .h3, #footer .h4, #footer .h5, #footer p, #footer ol, #footer ul, #footer li, #footer b, #footer strong, #footer .csc-textpic-caption, #footer .address li:before, #copyright h1, #copyright h2, #copyright h3, #copyright h4, #copyright h5, #copyright .h1, #copyright .h2, #copyright .h3, #copyright .h4, #copyright .h5, #copyright p, #copyright ol, #copyright ul, #copyright li, #copyright b, #copyright strong, #copyright .csc-textpic-caption, #copyright .address li:before {
  color: #ffffff;
}

#copyright {
  background-color: transparent;
}

#copyright .container {
  padding-top: 1.5em;
  background-color: #333333;
}

#copyright p {
  font-size: 12px;
  margin: 0;
  padding: 0.5em 0;
  line-height: 45px;
}

#copyright p, #copyright a {
  color: #fff;
}

#copyright hr {
  border-top: 1px solid #fff;
}

#copyright ul {
  padding-left: 0;
  list-style: none;
}

#copyright a:after {
  font-family: 'Glyphicons Halflings';
  content: "\e080";
  float: left;
  color: #fff;
}

#copyright h1, #copyright h2, #copyright h3, #copyright h4, #copyright h5 {
  color: #fff;
  font-size: 18px;
  border-bottom-color: #fff;
  font-weight: 400;
}

@media screen {
  .printonly {
    display: none;
  }
}

@media print {
  .nav-column, .teaser-column,
  .no-print, .csc-menu,
  #breadcrumb-nav,
  #footer .csc-header,
  .content-footer {
    display: none;
  }
  .collapse, .tab-content > .tab-pane,
  .printonly {
    display: block;
  }
  .fade {
    opacity: 1;
  }
  .content-column {
    width: 100%;
  }
}

.vcard .adr:before, .vcard .tel:before, .vcard .mobile:before, .vcard .fax:before, .vcard .mail::before, .vcard .web::before {
  margin-left: -20px;
  padding: 1px 4px 0 1px;
}
/*# sourceMappingURL=main.css.map */