/*
compiliert wird das scss mit diesem Befehl:
scss --watch has_ces.scss:has_ces.css
sass --watch has_ces.scss:has_ces.css
*/
html, body {
  height: 100%;
}
@media screen and (max-width: 786px) {
  html .row, body .row {
    margin-right: 0;
  }
}

body {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, p {
  color: #000;
  text-transform: none;
}

h2 {
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #004080;
}

h3 {
  color: #004080;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #008080;
  position: relative;
  left: -3px;
}

h4 {
  color: #008080;
}

header {
  background: none;
}
@media (min-width: 1200px) {
  header h2 {
    margin-left: 15px;
  }
}

h1.brand {
  font-size: 3em !important;
  padding: 0.5em 0 0.5em 0 !important;
  line-height: 1em !important;
}
h1.brand a {
  text-decoration: none;
  color: #004080;
}
h1.brand a:hover {
  color: #004080;
}
h1.brand img {
  margin-right: 0.5em;
  margin-left: 0.25em;
}

@media (min-width: 1200px) {
  h1.brand {
    margin-left: -29px !important;
  }
}
.global {
  background-color: #fff;
  flex: 1 0 auto;
}

figure.img-polaroid.float-left {
  margin-right: 2em;
}

figcaption, figcaption > p, figcaption > p a, figcaption > p a:hover {
  color: darkgray !important;
  font-size: small;
  margin-bottom: 0.5rem;
}

article {
  color: #000;
  padding: 1em 1em 1em 0;
  margin-bottom: 2em;
}
@media screen and (min-width: 786px) {
  article p {
    max-width: 46em;
  }
}
article a {
  text-decoration: none;
  color: #004080 !important;
}
article a:hover {
  color: #008080 !important;
}
article a:active {
  color: #f00 !important;
}
article li {
  margin-top: 0.5em;
}

#search {
  margin-top: 16px;
}
#search button {
  position: absolute;
  top: 9px;
  right: 9px;
  border: 0;
  background: none;
}
#search input {
  text-transform: none;
  background: #fff;
  border-color: #fff;
  padding-top: 13px;
  color: #000;
}
@media screen and (min-width: 1200px) {
  #search input {
    position: absolute;
    right: 0;
    width: 6em;
    transition: width 1s ease;
  }
  #search input:hover, #search input:active, #search input:focus {
    width: 19em;
  }
}
#search span {
  position: relative;
  top: 3px;
}
#search a {
  color: #e92d2d;
}

/* make nav fit */
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .navbar {
    margin-left: -26px;
  }
}
select {
  background: url(../img/pattern.png);
  border-color: lightgray;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/down.png") white no-repeat 100% !important;
}

.nav-collapse_ .nav {
  border-left: none;
}
.nav-collapse_ .nav li {
  border-right: 1px solid #fff;
}
.nav-collapse_ ul.nav > li:first-child {
  border-left: 1px solid #fff;
}
.nav-collapse_ .nav > li > a {
  padding: 23px 15.5px 23px 15.5px;
  text-transform: none;
  color: #fff;
}
.nav-collapse_ .sub-menu > ul {
  position: absolute;
  display: none;
  width: inherit;
  left: 0;
  top: 62px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #378673;
  padding: 23px 28px 23px 28px;
  margin: 0;
  text-align: left;
}
.nav-collapse_ .nav > li a:hover,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .sub-menu > ul,
.nav-collapse_ .submenu-1,
.nav-collapse_ .nav > .sfHover > a {
  color: #fff !important;
  background-color: #008080 !important;
}
.nav-collapse_ ul.sub-menu ul.submenu-1 {
  margin-left: 1em;
  width: inherit;
  padding: 23px 28px 23px 28px;
}
.nav-collapse_ .sub-menu ul li a:hover,
.nav-collapse_ .sub-menu ul li.sfHover > a {
  color: #fff !important;
}
.nav-collapse_ select.select-menu {
  border-color: #fff;
}

.nav-collapse .sub-menu > ul li a,
.nav-collapse .sub-menu ul ul li a {
  text-transform: none;
}

@media (max-width: 1200px) {
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }

  .select-menu {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .select-menu {
    margin-top: 16px;
    width: 100%;
  }
}

/* breadcrumbs */
ol.breadcrumbs {
  display: inline-flex;
  margin-left: 0;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  ol.breadcrumbs {
    margin-left: -15px;
  }
}
ol.breadcrumbs li {
  list-style: none;
  margin-right: 1rem;
}

.slider {
  padding: 0;
}

@media (min-width: 1200px) {
  .slider {
    margin-left: 14px;
  }
}
.flex-caption > div {
  background-color: #008080;
}

.flex-direction-nav a::before, .flex-direction-nav a.flex-next::before {
  content: "";
}
.flex-direction-nav li {
  margin-right: 12px;
}

.person {
  width: 100%;
}
.person h4 {
  color: #004080;
}
.person a {
  font-size: 14px !important;
}

.map {
  border-bottom: none;
}

.has_ces_accordion_element {
  width: 100%;
  margin-bottom: 1em;
}
.has_ces_accordion_element h3 {
  color: #004080;
}
.has_ces_accordion_element .accordion-heading-wrapper {
  display: flex;
}
@media (min-width: 1200px) {
  .has_ces_accordion_element .accordion-heading-wrapper {
    margin-left: 15px;
  }
}
.has_ces_accordion_element .headings {
  padding-left: 3.5em;
}
.has_ces_accordion_element .btn-link {
  background: url(../img/accordion.png) left 0px no-repeat;
  width: 49px;
  height: 49px;
  text-decoration: none;
}
.has_ces_accordion_element .btn-link:hover {
  background: url(../img/accordion.png) left -49px no-repeat;
}
.has_ces_accordion_element .collapse.show {
  display: block;
  height: auto;
}
.has_ces_accordion_element .accordion-content {
  padding: 1em;
  margin-bottom: 1em;
  max-width: 52em;
}

.has_ces_box_pic_top_text .thumb-pad4 .thumbnail .caption a {
  font-size: 14px;
}
.has_ces_box_pic_top_text h3 {
  color: #004080;
}

.tx-kesearch-pi1 {
  max-width: 52em;
}
.tx-kesearch-pi1 img {
  margin-right: 1em;
}

.article .thumb-pad2 figure img {
  width: auto;
}

footer {
  background: url(../img/pattern2.png);
  flex-shrink: 0;
}
footer a {
  color: #fff !important;
}
footer a:hover {
  color: #fff !important;
}

@media (min-width: 786px) {
  .frame-type-list {
    margin-left: 30px;
  }
}
.has_ces_heading {
  margin-left: 15px;
}

.thumb-pad4 .thumbnail {
  background-color: #e7e7e7;
}

.row .row {
  margin-left: -15px;
}

.extbase-debugger-floating {
  position: absolute;
}

input[type=submit] {
  border-radius: 1em;
  padding: 1em;
  border: 0;
  background-color: #004080;
  color: #fff;
  margin-top: 2em;
}

.searchresults {
  margin-bottom: 3rem;
}

#tx_indexedsearch {
  display: none;
}

.tx-indexedsearch-res {
  margin-top: 3rem;
}

ul.tx-indexedsearch-browsebox {
  list-style: none;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: 0;
}
ul.tx-indexedsearch-browsebox li {
  display: inline-block;
  padding-right: 1rem;
}

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