/**
 *  FARBEN
 *
 *  hellblau:      #9BB9E1      rgb(120, 178, 124)
 *  blau:          #4F84CA      rgb(62, 146, 68)
 *  dunkelblau:    #3871BC      rgb(52, 122, 57)
 *  dunkelerblau:  #1C375C      rgb(38, 62, 40)
 *
 *  hellgrau:      #E6E6E7      rgb(230, 230, 231)
 *
 */
:root {
  --color-primary: rgb(62, 146, 68);
  --color-secondary: rgb(120, 178, 124);
}

html,
body {
  background-color: rgb(230, 230, 231);
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(62, 146, 68);
}

a,
a:visited {
  color: rgb(52, 122, 57);
}

a:hover,
a:focus {
  color: rgb(123, 123, 123);
}

/* === .off-canvas === */
.off-canvas {
  background-color: rgb(52, 122, 57);
}

#offCanvasLeft .close-button:hover,
#offCanvasLeft .close-button:focus {
  color: rgb(120, 178, 124);
}

#offCanvasLeft .sideNav li:last-child,
#offCanvasLeft ul.submenu {
  border-bottom: 1px solid rgb(120, 178, 124);
}

#offCanvasLeft .sideNav li > a {
  border-top: 1px solid rgb(120, 178, 124);
}

#offCanvasLeft .submenu li > a {
  border-top: 1px solid rgb(120, 178, 124);
}

#offCanvasLeft .menu > li > a:hover,
#offCanvasLeft .menu > li > a:active,
#offCanvasLeft .menu > li > a:focus {
  background-color: rgb(120, 178, 124);
}

#offCanvasLeft .is-drilldown-submenu {
  background-color: rgb(52, 122, 57);
}

#offCanvasLeft .js-drilldown-back > a::before {
  border-color: transparent rgb(120, 178, 124) transparent transparent;
}

.title-bar {
  background: rgb(52, 122, 57) none repeat scroll 0 0;
}

.title-bar-right a:hover,
.title-bar-right a:active,
.title-bar-right a:focus {
  color: rgb(120, 178, 124);
}

/* --- #topRow --- */
#topRowRight a,
#topRowRight a:visited {
  color: rgb(52, 122, 57);
}

#topRowRight a:hover,
#topRowRight a:active,
#topRowRight a:focus {
  color: rgb(123, 123, 123);
}

/* --- #navRow --- */
#mainNav .first.is-active a {
  background-color: rgb(62, 146, 68);
  color: rgb(255, 255, 255);
}

#mainNav .first a:hover,
#mainNav .first a:active {
  background-color: rgb(62, 146, 68);
}

#mainNav ul.is-dropdown-submenu {
  background: transparent url("images/bg_submenu.png") no-repeat scroll left bottom/100% auto;
}

#mainNav li.sec a:hover {
  background-color: rgb(120, 178, 124);
}

#mainNav li.cat {
  background-color: rgb(62, 146, 68);
}

/* --- #headRow --- */
.headImage .captionInfo,
.headImage .captionInfo:visited {
  background-color: rgb(120, 178, 124);
}

.headImage a.captionInfo:focus,
.headImage a.captionInfo:active,
.headImage a.captionInfo:hover {
  background-color: rgb(62, 146, 68);
}

/* === main === */
main {
  background-color: transparent;
}

main .contentBox .colorHeader {
  background-color: rgb(62, 146, 68);
}

main #mainRow {
  background-color: rgb(230, 230, 231);
}

/* --- .specialBox --- */
.specialBox .title {
  background-color: rgb(62, 146, 68);
}

.specialBox .footer {
  background: rgb(120, 178, 124);
}

.specialBox .ce-gallery {
  margin: 0 !important;
}

.specialBox .ce-gallery .ce-column {
  margin: 0 !important;
}

.specialBox .footer:last-child {
  background: transparent url("images/bg_boxFooter.png") no-repeat scroll right bottom;
}

.specialBox .footer a:active,
.specialBox .footer a:focus,
.specialBox .footer a:hover {
  color: rgb(52, 122, 57);
}

/* === footer === */
footer {
  background-color: rgb(230, 230, 231);
}

/* === #footHeadRow  === */
#footHeadRow {
  background: transparent url("images/bg_footer_small.png") no-repeat scroll center bottom/100% auto;
}

/* === #footRow  === */
#footRow {
  background-color: rgb(62, 146, 68);
}

#footRow a:hover,
#footRow a:active,
#footRow a:focus {
  color: rgb(120, 178, 124);
}

/* === #copyRow  === */
#copyRow {
  background-color: rgb(52, 122, 57);
}

#copyRow .institution {
  color: rgb(120, 178, 124);
}

#copyRow a:hover,
#copyRow a:active,
#copyRow a:focus {
  color: rgb(120, 178, 124);
}

/* === ======================== === */
/* --- button --- */
.button {
  background-color: rgb(52, 122, 57);
}

.button:focus,
.button:hover {
  background-color: rgb(62, 146, 68);
}

/*----- MEDIAQUERIES BEGIN -----*/
/* Define mobile styles */
/* min-width 640px, medium screens */
@media only screen and (min-width: 40em) {
  #footHeadRow {
    background: transparent url("images/bg_footer_medium.png") no-repeat scroll center bottom/100% auto;
  }
}
/* min-width 1024px, large screens */
/* min-width 1440px, xlarge screens */
@media only screen and (min-width: 90em) {
  body#p79 #page {
    background: #ffffff;
  }
  #footHeadRow {
    background: transparent url("images/bg_footer_large.png") no-repeat scroll center bottom/100% auto;
  }
}
/* min-width 1920px, xxlarge screens */
/*----- MEDIAQUERIES END   -----*/
.frame-type-form_formframework textarea {
  height: 6rem;
}

.accordion .accordion-title {
  color: rgb(62, 146, 68);
}

/*# sourceMappingURL=styles.css.map */
