body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #e7ffff;
  background-repeat: no-repeat;
}
a {color:#FFF}
a.no-text-decoration,
a.no-text-decoration:hover,
a.no-text-decoration:focus {
  text-decoration: none;
}
div.article-text {
  text-align: justify;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
div.container {
  margin: 0 auto;
  width: 72%;
}
.message {
  width: 100%;
  color: #FFF;
  FONT-SIZE: 14pt;
  background: #016239;
  padding: 10PX;
  border-left: 5px solid red;
}
.custom-image {
height: 10.1vw;
    width: 14.5vw;
    transform: rotate(5deg);
    top: 3.7vw;
    left: 3.7vw;
    position: absolute;
}
#header-border {
    background-image: url(../img/header_border.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 23vw;
    height: 18vw;
    position: absolute;
    top: 8vw;
    left: 47vw;
}
#header-headings {
    position: absolute;
    top: 95px;
    left: 217px;
    text-align: left;
}
#header-headings h1 {
  font-size: 57px;
    margin: 0;
    padding: 0;
  text-transform: uppercase;
  color: #444;
}
#header-headings h3 {
    font-size: 25px;
    color: #444;
    margin: 0;
}
#header-links {
  width: 60vw;
    position: relative;
    top: 0;
    text-transform: uppercase;
    right: 19vw;
}
#header-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 2vw;
    width: 100%;
    left: 31vw
}
.width-200 {width:200px;}
.top-10 {top:10px;}
#header-links ul li {
  display: inline-block;
  padding: 0 1vw;
}
#header-links ul li a {
  color: #333;
  font-weight: 600;
}
#header-links .row {
  margin: 0 auto;
  margin-left: 10%;
}
#header-links .col-md-1,
#header-links .col-md-2 {
  padding: 0;margin: 0;
  line-height: 35px;
}
#header {
  width: 100%;
  height: 24.4vw;
  background-color: rgba(0,0,0,0.5);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
#header img.logo {
  width: 128px;
  position: absolute;
  top: 50px;
  left: 60px;
}
#header img.img-thumbnail {
  max-width: 90%;
}
#header .heading h1 {
  text-align: left;
  margin: 0;
  font-size: 30pt;
  padding-top: 60px;
  color:#FFF !important
}
.shadow {
    box-shadow: 2px 11px 12px #000;
    width: 100%;
    height: 4px;
    background: #FFF;
}
#header .heading h3 {
  margin: 0;
  text-align: left;
  color:#FFF !important
}
#sub-header {
    width: 100%;
    height: 120px;
    padding: 10px;
    color: #333;
    padding-top: 25px;
    background-color: #FFF;
    margin-bottom: 14px;
    box-shadow: 0px 3px 13px #000;
}
#sub-header ul {
  list-style-type: square;
  text-align:left;
}
#sub-header ul li:first-of-type {
  font-weight: bold;
  list-style: none;
  font-size: 12pt;
  margin-left: -15px;
}
#sub-header a {
  color: #333;
}
#left-panel,
#right-panel {
  width: 100%;
  background: #FFF;
  color: #000;
  padding: 5px;
  text-align: left;
}
#left-panel ul.head-menu,
#right-panel ul.head-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 2px solid #016239;
}
#left-panel ul.head-menu li,
#right-panel ul.head-menu li {
  border-bottom: 1px solid #444;
  padding: 10px;
}
#left-panel ul.sub-menu li,
#right-panel ul.sub-menu li {
  border-bottom: 0px solid #444;
}
#left-panel a,
#right-panel a {
  color: #016239;
  font-weight: bold;
  font-size: 9pt;
}

.panel {
  width: 100%;
  margin-bottom: 0px !important;
}
.panel div.panel-head {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  height: 25px;
  line-height: 25px;
  padding: 0px 5px;
}
.panel div.panel-head i {
  float:right;
  line-height: 25px;
  color: red;
  font-size: 14pt;
}
.panel div.panel-body {
  padding: 5px;
}

div.region-aktual a {
  font-size:9pt !important;
  font-weight: normal !important;
  color: #000 !important;
}

.content-page {
  background: #F7F2EB;
  min-height: 100px;
  width: 56%;
}

.col-md-3.no-padding-left {padding-left: 0;width: 22%;}
.col-md-3.no-padding-right {padding-right: 0;width: 22%;}

#footer {
  background: #333;
  width: 100%;
  height: 890px;
}

#footer div#partners .carousel-inner.onebyone-carosel { margin: auto; width: 90%; }
#footer div#partners .well { background-color: #FFF;border: 0px solid #FFF;margin-top: 5px; }

div.page-control {
  float: right;
  padding: 3.5px 3.5px 0px 0px;
}

#footer #contact {
  width: 33.3%;
  height: 205px;
  margin: 0 auto;
  padding: 20px 10px;
}

.resize-none {resize: none}

#footer #contact ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footer #contact ul li {
  color: #FFF;
  margin-bottom: 15px;
  text-align: left;
}

#footer #map_wrapper {
    height: 245px;
}

#footer #map_canvas {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0.5px 10px;
}

#footer #partners {
    height: 140px;
    background-color: #FFF;
}

#footer #main-footer {
  color: #FFF;
  width: 100%;
  height: 250px;
  padding: 10px;
}

#footer #main-footer img {
  max-width: 12vw;
  margin-top: 45px;
}

#footer #main-footer ul {
      list-style: none;
    font-size: 13pt;
    margin-top: 4vw;
    text-align: left;
}

#footer #copyright {
  color: #FFF;
  width: 100%;
  height: 50px;
  background: #222;
  line-height: 50px;
  text-align: center;
}

div.page {
  width: 100%;
  padding-top: 20px;
}
div.page-head {
  width: 100%;
  height: 35px;
  border-left: 5px solid red;
  background: #016239;
  color:#FFF;
  text-align: left;
  line-height: 35px;
  font-size:10pt;
  padding-left: 10px;
  font-weight: bolder;
}

div.page-body a {
  color: #000;
}

div.article {
  width: 100%;
  float:left;
  margin-top: 10px;
}

div.article .article-head {
  width: 100%;
  background: #FFF;
  border:1px solid #999;
  margin: 5px 0px;
  text-align: left;
  padding: 2.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.article .article-head a {
  color: #016239;
  text-decoration: underline;
  font-weight: bold;
  text-transform: uppercase;
}

img.article-thumbnail {
  width: 100px;
  float:left;
  padding: 5px;
  background: #FFF;
  border:1px solid #000;
  margin: 5px 5px 0px 0px;
}

div.article .article-body a {
  color: #000 !important;
  text-decoration: underline;
}

div.article .article-body p {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100px;
  font-size: 9pt;
}

div.article .article-body span {
  color:#777;
}

div.paginate {
  width: 100%;
  height: 25px;
  background: #BBB;
  margin: 25px 0px;
  padding-left: 1.5px;
}
div.paginate a {
  background:#FFF;
  color:#016239;
  float:left;
  padding: 0px 5px;
  margin: 1.4px 0px;
}
div.paginate a:hover {
  background: #BBB;
}
div.paginate .paginate-info {
  float:right;
  padding-right: 5px;
  line-height: 25px;
  font-size:9pt;
}

.text-to-upper {text-transform: uppercase}

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

div.button-img {
  width: 100%;
    background: #EEE;
    height: 50px;
    padding: 7px 0px 0px 10px;
    margin: 5px 0px 0px 0px;
}
div.button-img:last-of-type {
  margin-bottom: 5px;
}
div.button-img .img {
  width: 30%;
  float: left;
  height: 50px;
}
div.button-img img {
    max-height: 45px;
}
div.button-img p {
  font-size: 13pt;
    line-height: 35px;
    float: right;
    font-weight: normal;
    text-align: left;
    color: #000;
    width: 60%;
}

.margin-auto {margin: 0 auto}
.width-304 {width: 304px}

.last-messages {
  text-align: center;
  padding: 20px;
  color: #FFF;
  display: block;
  cursor: pointer;
  text-decoration: none;
  background: #484848;
  margin-top: 10px;
}
.last-messages:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #65b84d;
}
