body, html {
  margin: 0;
  padding: 0;
  background: white;
  height: 100%;
  font-family: "Verdana";
}

.center {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

#sprache {
  position: absolute;
  padding-top: 10px;
  left: 0;
  right: 0;
  z-index: 5;
}
#sprache.moduletable {
  width: 10px;
}

#logo {
  top: 0;
  position: absolute;
  width: 100%;
  padding-right: 20px;
}
#logo .moduletable {
  height: 60px;
}
#logo img {
  right: 0;
  top: 10px;
  position: absolute;
  max-height: 100%;
  max-width: 100%;
}

#top {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #ffca96;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2E5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZmYTczZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYzU4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffca96 0%, #ffa73d 45%, #fc5800 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffca96), color-stop(45%, #ffa73d), color-stop(100%, #fc5800));
  background: -webkit-linear-gradient(top, #ffca96 0%, #ffa73d 45%, #fc5800 100%);
  background: -o-linear-gradient(top, #ffca96 0%, #ffa73d 45%, #fc5800 100%);
  background: -ms-linear-gradient(top, #ffca96 0%, #ffa73d 45%, #fc5800 100%);
  background: linear-gradient(to bottom, #ffca96 0%, #ffa73d 45%, #fc5800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffca96", endColorstr="#fc5800", GradientType=0);
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf {
  *zoom: 1;
}
.cf:after {
  clear: both;
}

#component {
  position: relative;
  z-index: 4;
  padding: 30px;
  background: rgba(255, 255, 255, 0.3);
  max-width: 1200px;
  margin: 0 auto;
  flex: 1;
}

@media screen and (max-width: 760px) {
  #component {
    padding: 5px;
  }
}
.main-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 0px;
  width: 100%;
  background: #98B0D3 url(../images/bgmain.png) repeat-x 0 0px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contentheading, .componentheading, .page-title {
  text-align: center;
  border-bottom: 1px solid #ffa853;
  margin-bottom: 50px;
  font-weight: lighter;
  font-size: 35px;
}

.item-page h4 {
  color: gray;
  font-size: 17px;
  border-radius: 5px;
  display: block;
  padding: 10px;
}
.item-page h3 {
  color: black;
  font-weight: lighter;
}
.item-page .pagesector {
  position: relative;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0px;
  background: rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  *zoom: 1;
}
.item-page .pagesector:after {
  clear: both;
}
.item-page .pagesector ul li {
  padding: 5px 0;
}

.pagesector img {
  float: right;
  width: 300px;
  margin: 10px;
}

.item-page .pagesector:before,
.item-page .pagesector:after {
  content: " ";
  display: table;
}

.slideshow {
  border: 1px solid black;
}
.slideshow ul {
  margin: 0;
  padding: 0;
}
.slideshow ul li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  line-height: 0px;
}
.slideshow ul li div {
  height: 100%;
  width: 100%;
  background-color: white;
}
.slideshow ul li div img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}

.close {
  cursor: pointer;
  position: absolute;
  top: -13px;
  right: -8px;
  z-index: 302;
}

#asfd li {
  list-style: none;
  line-height: 0px;
}

.next, .startover {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 32px;
  width: 32px;
  margin-top: -16px;
  background-image: url(../images/forward.png);
}

.previous, .endover {
  position: absolute;
  left: 10px;
  top: 50%;
  height: 32px;
  width: 32px;
  margin-top: -16px;
  background-image: url(../images/previous.png);
}

#bottom {
  position: relative;
  top: 0;
  margin: 0;
  padding: 20px 0;
  background-color: #3C454E;
  color: white;
  z-index: 3;
}
#bottom h4 {
  font-size: 14px;
  padding: 5px 10px;
  margin: 0;
}
#bottom p {
  font-size: 12px;
  padding: 3px 10px;
  margin: 0px;
}
#bottom a {
  color: white;
  text-decoration: none;
}
#bottom a:hover {
  text-decoration: underline;
}

#imagepop {
  cursor: pointer;
  z-index: 301;
}
#bigImageView {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 300;
  margin-left: -100%;
}

#bigImage {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
}

.actions {
  position: absolute;
  top: 10px;
  list-style: none;
  right: 10px;
}
.actions li {
  float: right;
  padding-right: 5px;
}

#pfad {
  position: relative;
  top: 0px;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.4);
}
#pfad a {
  text-decoration: none;
  color: #ffffff;
}
#pfad a:hover {
  text-decoration: underline;
}
#pfad:after {
  clear: both;
}

#pfad ul, .breadcrumbs {
  margin: 5px 20px;
  padding: 0;
  list-style: none;
}

#pfad li, .breadcrumbs span {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
}

#pfad:before,
#pfad:after {
  content: " ";
  display: table;
}

span.showHere {
  padding-right: 10px;
}

.kontakt {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin: 20px 0px;
  background: rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.kontakt h1 {
  font-size: 20px;
}
.kontakt h2 {
  font-size: 14px;
  text-decoration: underline;
}
.kontakt h2 span.source {
  font-style: italic;
  text-decoration: none;
  font-weight: lighter;
}
.kontakt a {
  text-decoration: none;
}
.kontakt a.source {
  font-size: 11px;
  color: #919191;
  margin-left: 20px;
}
.kontakt a:hover {
  text-decoration: underline;
}
.kontakt p {
  margin: 5px 20px;
  font-size: 12px;
}
.kontakt p span.intro {
  float: left;
  display: block;
  font-weight: bold;
  width: 150px;
  padding-right: 10px;
}
.kontakt img {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.wko {
  position: absolute;
  top: 40px;
  right: 20px;
}

.lang-inline {
  position: absolute;
  right: 0;
  list-style: none;
  margin: 0 10px;
}
.lang-inline li {
  display: inline-block;
}

nav ul ul {
  margin: 0 20px;
}

@font-face {
  font-weight: normal;
  font-style: normal;
}
#test {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}

.sideslider {
  position: absolute;
  left: 0px;
  top: 100px;
  padding: 0;
}
.sideslider li {
  list-style: none;
  padding: 0 20px 0 20px;
  margin: 20px 20px 20px -180px;
  width: 200px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #1e5799;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #7db9e8));
  background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  background: -o-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  background: -ms-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1e5799", endColorstr="#7db9e8",GradientType=0 );
}
.sideslider a {
  text-decoration: none;
  color: black;
}

.sideslider-main {
  font-size: 30px;
  padding: 15px 0;
  margin: 0;
}

.sideslider-head {
  padding: 0;
  margin: 0;
  font-family: "WebSymbolsRegular";
  float: right;
}

.slideshow {
  position: relative;
  overflow: hidden;
  display: flex;
}
.slideshow::before {
  content: "";
  float: left;
  padding-bottom: 40%;
}
.slideshow::after {
  content: "";
  display: table;
  clear: both;
}

.slideshow-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.slideshow-left {
  width: 100%;
}

.slideshow-right {
  width: 100%;
  padding: 10px 10px 10px 20px;
}

.slideshow-left, .slideshow-right {
  position: relative;
  background: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  min-height: 300px !important;
}

.slideshow-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
}

.img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.blog-featured {
  height: 100%;
  position: relative;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}
.blog-featured:after {
  clear: both;
}
.blog-featured .contentheading {
  font-size: 25px;
  margin: 0;
  margin-bottom: 10px;
}

.items-row {
  display: flex;
}

.item {
  *zoom: 1;
}
.item:after {
  clear: both;
}
.item .pagesector h3 {
  display: none;
}
.item .pagesector img {
  width: 150px;
  float: right;
}

.item, .items-leading {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin: 10px 0px;
  background: rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.item:before,
.item:after {
  content: " ";
  display: table;
}

.blog-featured:before,
.blog-featured:after {
  content: " ";
  display: table;
}

.readmore {
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.readmore a {
  text-align: center;
  -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
  box-shadow: inset 0px 1px 0px 0px #fff6af;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
  background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffec64", endColorstr="#ffab23",GradientType=0);
  background-color: #ffec64;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 2px 0px #ffee66;
}
.readmore a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
  background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffab23", endColorstr="#ffec64",GradientType=0);
  background-color: #ffab23;
}

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

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