@media (min-width: 576px) {
  body {
    font-size: 1.25rem;
  }
}

h1, h2, h3,
.h1, .h2, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1, h2,
.h1, .h2 {
  color: #0033A0;
  text-align: center;
  margin: 70px 0;
  font-weight: 300;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  h1, h2,
  .h1, .h2 {
    font-size: 2rem;
  }
}

h1.smaller, h2.smaller {
  font-size: 1.5rem;
}

h1.small, h2.small {
  font-size: 1.125rem;
}

h3, .h3 {
  font-weight: 500;
  font-size: 1.25rem;
}
@media (max-width: 990px) {
  h3, .h3 {
    line-height: 30px;
  }
}
@media (min-width: 576px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, h5, h6,
.h4, .h5, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  container {
    max-width: 1360px;
  }
}
.btn-primary {
  background: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}

.ce-bodytext h1 {
  margin-bottom: 0;
  line-height: 46px;
}

.image {
  display: block;
  margin-bottom: 20px;
}

.image a > img, .image > img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .image a > img, .image > img {
    margin: 0 auto;
  }
}
.image .caption {
  padding: 9px 0 0;
}

.col-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.img-wrap {
  max-width: 100%;
}

.img-below .img-wrap {
  margin-top: 20px;
}

.img-center-inner, .img-center-outer {
  width: 100%;
  position: relative;
  float: right;
  right: 0;
}

.img-center-outer .img-center-inner figure.image img {
  margin: 0 auto;
}

.img-left .img-wrap {
  float: left;
}

.img-left .text {
  clear: left;
}

.img-right .img-wrap {
  float: right;
}

.img-right .text {
  clear: right;
}

.img-above:after, .img-above:before, .img-below:after, .img-below:before, .img-beside:after, .img-beside:before, .img-intext:after, .img-intext:before, .img-wrap:after, .img-wrap:before {
  content: " ";
  display: table;
}

.img-above:after, .img-below:after, .img-beside:after, .img-intext:after, .img-wrap:after {
  clear: both;
}

.img-beside-left .img-wrap, .img-intext-left .img-wrap {
  float: left;
  margin-left: -15px;
}

.img-beside-right .img-wrap, .img-intext-right .img-wrap {
  float: right;
  margin-right: -15px;
}

.img-beside-left .img-wrap, .img-beside-right .img-wrap, .img-intext-left .img-wrap, .img-intext-right .img-wrap {
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.img-beside-right .img-wrap, .img-intext-right .img-wrap {
  max-width: calc(50% + 30px);
  padding-left: 30px;
}

.img-beside-left .img-wrap {
  padding-right: 0;
}

.img-beside-left .text {
  padding-left: 30px;
}

.img-intext-left .img-wrap {
  padding-right: 30px;
  max-width: calc(50% + 30px);
}

.img-beside-left, .img-beside-left .text, .img-beside-right, .img-beside-right .text {
  overflow: hidden;
  zoom: 1;
}

@media (max-width: 767px) {
  .img-beside-left .img-wrap, .img-beside-right .img-wrap {
    margin-left: -15px;
    margin-right: -15px;
    max-width: none;
    float: none;
  }
}
@media (max-width: 990px) {
  .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
    float: none;
    margin-left: 0;
  }
  .ce-gallery img {
    width: 100%;
    max-width: 650px;
    height: auto;
  }
}
ul.uploads, ul.uploads li.uploads-element {
  margin-left: 0;
  padding-left: 0;
}

.img-header-1 .img-wrap, .img-header-2 .img-wrap, .img-header-3 .img-wrap {
  margin-top: 20px;
}

.img-header-4 .img-wrap, .img-header-5 .img-wrap, .img-header-6 .img-wrap {
  margin-top: 10px;
}

.caption-center {
  text-align: center;
}

.caption-right {
  text-align: right;
}

ul.uploads {
  list-style-type: none;
}

ul.uploads li.uploads-element img {
  margin-right: 1em;
}

ul.uploads li.uploads-element span.uploads-fileSize {
  margin-left: 10px;
}

ul.uploads li.uploads-element div.uploads-description {
  float: left;
  display: inline;
  margin-left: 45px;
  margin-bottom: 1em;
}

.ce-bodytext ul {
  list-style-position: inside;
}

.ce-bodytext ul li {
  margin-bottom: 15px;
  list-style-type: square;
}
.ce-bodytext ul li::marker {
  color: #0033A0;
}

.formview .csc-form-element-fieldset {
  margin-bottom: 20px;
}

.formview .csc-form-element label {
  width: 10em;
}

.formview .csc-form-element-textarea label {
  width: 100%;
}

.formview .csc-form-element-select .choice label {
  float: left;
}

.formview .csc-form-element-select .choice ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

form.csc-form-confirmation fieldset {
  margin-top: 20px;
}

form.csc-form-confirmation fieldset ol {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

form.csc-form-confirmation fieldset ol li {
  float: left;
  padding-left: 0;
  margin-left: 0;
  margin-right: 10px;
}

.align-center {
  text-align: center;
}

#siteWrapper {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  background: #fff;
}

/* abstaende content elements */
.mainContainer > .main > div[class^=col-md-] > div[id^=c] {
  margin-bottom: 20px;
}

.top {
  padding-top: 5px;
}
.top .container {
  max-width: 1080px;
}
@media (min-width: 1200px) {
  .top .container {
    max-width: none;
  }
}
.top .navbar-brand {
  padding: 10px 30px 12px 0px;
  max-width: 80%;
  margin-right: 0;
}
.top .navbar-brand object {
  pointer-events: none;
  max-height: 65px;
  width: 280px;
  display: block;
  max-width: 100%;
  height: auto !important;
}
@media (min-width: 1200px) {
  .top .navbar-brand object {
    width: 400px;
  }
}
.top .navbar-collapse {
  border-top: 1px solid #e7e7e7;
}
.top .navbar-nav {
  padding: 0.5rem 0rem;
  font-size: 1.125rem;
}
.top .navbar-nav .nav-link {
  display: block;
}
.top .navbar-nav .current > .nav-link {
  color: #777777;
}
@media (min-width: 768px) {
  .top .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .top .navbar-expand-xl .navbar-collapse {
    display: block;
    border-top: 0px none;
  }
  .top .navbar-expand-xl .navbar-collapse .navbar-nav {
    flex-direction: row;
    padding: 0px;
  }
  .top .navbar-expand-xl .navbar-collapse .navbar-nav > li {
    display: inline-block;
  }
  .top .navbar-expand-xl .navbar-collapse .navbar-nav > li > .nav-link {
    line-height: 56px;
    font-size: 18px;
    padding: 15px;
  }
  .top .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu {
    position: absolute;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .top .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu .nav-link {
    white-space: nowrap;
  }
  .top .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu .nav-link:hover {
    background: #e7e7e7;
  }
  .top .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu .current > .nav-link {
    color: white;
    background: #777777;
  }
}
@media (min-width: 1200px) {
  .top .navbar-expand-xl .navbar-collapse {
    margin-left: auto;
  }
}
.top .dropdown-menu .nav-link {
  padding: 5px 15px;
  font-size: 1rem;
  font-weight: 300;
}
.top .dropdown-menu .active > a {
  background: #e7e7e7;
}

/* bootstrap-dropdown */
@media (max-width: 767px) {
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
    padding-left: 30px;
  }
}
.open > .dropdown-menu {
  display: block;
}

@media print {
  body > header {
    display: none;
  }
}
.mainContainer {
  max-width: 1080px;
  min-height: 600px;
}
.mainContainer header > h2 {
  margin-top: 5px;
}

.headercontent {
  background: #fff;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}

@media print {
  .headercontent {
    display: none;
  }
}
.frame.frame-layout-101 {
  margin: 35px 0;
  padding: 30px 0 30px 0;
  background: none;
}
.frame.frame-layout-101 h1, .frame.frame-layout-101 h2,
.frame.frame-layout-101 .h1, .frame.frame-layout-101 .h2 {
  margin: 20px 0 20px 0;
  line-height: 46px;
}

.frame.frame-layout-104 {
  margin: 35px 0;
  padding: 30px 0 30px 0;
  background: none;
  background: #ddd;
}
.frame.frame-layout-104 h1, .frame.frame-layout-104 h2,
.frame.frame-layout-104 .h1, .frame.frame-layout-104 .h2 {
  margin: 20px 0 20px 0;
  line-height: 46px;
}

.panel-media {
  border: 2px #0033A0 solid;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.panel-media .panel-heading {
  border-radius: 0;
  background: #0033A0;
  color: #fff;
  border-bottom: 2px #0033A0 solid;
}

.panel-media .panel-heading .panel-title {
  color: #fff;
}

.panel-media .panel-body {
  padding: 0;
  margin: 0;
  background: #eee;
  min-height: 1130px;
}

.panel-media .media-iframe {
  width: 100%;
  min-height: 1130px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
}

.frame.frame-layout-100 .ce-gallery figure {
  display: block;
  position: relative;
  border: 3px #eee solid;
}

.frame.frame-layout-100 .ce-gallery figure img {
  max-width: 100%;
  max-height: 250px;
  height: auto;
}

.frame.frame-layout-100 .ce-gallery figure figcaption {
  margin-bottom: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 20px;
  padding-top: calc(50% - 50px);
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  transition-property: all;
  transition-duration: 0.5s;
}

.frame.frame-layout-100 .ce-gallery figure:hover figcaption,
.frame.frame-layout-100 .ce-gallery figure:active figcaption {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  max-height: 100%;
}

.frame.frame-layout-100 .ce-gallery .ce-media img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .frame.frame-layout-100 .ce-gallery figure figcaption {
    position: relative;
    padding: 10px 0;
    height: auto;
  }
  .frame.frame-layout-100 .ce-gallery figure:hover figcaption,
  .frame.frame-layout-100 .ce-gallery figure:active figcaption {
    padding: 10px 0;
    height: auto;
    background: rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 990px) {
  .frame.frame-layout-100 .ce-gallery figure img {
    max-height: none;
  }
}
/* footer */
footer { /*background:#004481;*/
  background: #e9e9e9;
  color: #fff;
  margin-top: 50px;
  color: #000;
  font-size: 1rem;
  padding: 0.9rem 0rem;
}

footer a, footer p {
  color: #000;
}

footer a:hover, footer a:active {
  color: #000;
  text-decoration: underline;
}

footer .container {
  max-width: 1080px;
}

footer .container .row {
  border: none;
  margin-top: 20px;
}

footer .footerBottomInfo {
  margin: 0 auto;
  width: 100%; /*background:#e9e9e9;*/
  min-height: 45px;
  font-size: 14px;
}

@media print {
  body > footer {
    display: none;
  }
}
.navbar .navbar-nav .dropdown-toggle:after {
  transform: translate(0, 2px);
}
.navbar .navbar-nav .level-2 .dropdown-toggle:after {
  transform: translate(10px, 0px);
  float: right;
  margin-top: 7px;
  margin-right: 4px;
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
    margin-left: 1rem;
  }
}
