::selection {
  background: #f6c9f8;
  color: #fff;
}
::-moz-selection {
  background: #f6c9f8;
  color: #fff;
}
* {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 15px;
}
h1 {
  font-weight: 700 !important;
  color: #934996;
  font-size: 36px !important;
  margin: 0;
  padding: 0;
}
h2 {
  font-weight: 600 !important;
  color: #787877;
  font-size: 24px !important;
  margin: 0;
  padding: 0;
}
h3 {
  font-weight: 600 !important;
  color: #fff;
  font-size: 20px !important;
  margin: 0  !important;
  padding: 0  !important;
}
h3 a {
  font-weight: 600 !important;
  color: #fff;
  font-size: 20px !important;
  margin: 0  !important;
  padding: 0  !important;
  text-decoration: none !important;
}
html {
  overflow-x: hidden;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
body {
  -moz-backface-visibility: visible !important;
}
.error {
  border: 1px #e9acac solid !important;
  background: #f6c9f8 !important;
}
.float {
  float: left;
}
a {
  color: #934996;
}
a:hover {
  color: #934996;
  text-decoration: underline;
}
.vio {
  color: #934996;
}
a:focus,
a {
  outline: 0;
}
.clear {
  clear: both;
  margin: 0 !important;
}
html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
}
header {
  height: 140px;
  background: #934996;
}
header .logo {
  padding: 50px 0 0 0;
}
header nav {
  float: right;
  padding: 75px 0 0 0;
}
header nav ul,
header nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav ul li {
  float: left;
  margin: 0 0 0 8px;
}
header nav ul li a {
  font-size: 20px;
  color: #fff;
  display: block;
  background: #934996;
  padding: 3px 10px;
  -webkit-transition: color 0.1s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: color 0.1s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background-color 0.3s ease-in-out;
  -ms-transition: color 0.1s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.3s ease-in-out;
}
header nav ul a:hover,
header nav ul a.active {
  background-color: #fff;
  color: #934996;
  text-decoration: none;
}
#main {
  min-height: 500px;
  height: auto !important;
  height: 500px;
}
#main .bc {
  height: 50px;
  color: #934996;
  padding: 15px 0 0 15px;
}
#main .bc a {
  color: #934996;
  font-weight: 400;
  text-decoration: none;
}
#main ul {
  margin: 0;
  padding: 0 0 0 25px;
  list-style-image: url('/static/img/li.png');
}
#main a {
  text-decoration: underline;
  color: #fff;
}
#main .rightboxes a {
  text-decoration: none;
}
#main .rightboxes a:hover {
  text-decoration: underline;
}
#main .layout {
  background: #934996;
  color: #fff;
}
#main .layout .content {
  padding: 15px 30px 20px 15px;
  font-size: 15px;
  opacity: 0;
}
#main .navbox,
#main .newscontent,
#main .seminarcontent {
  background: #934996;
  color: #fff;
  padding: 25px 20px 20px 20px;
  margin: 0 0 32px 0;
}
#main .navbox h2,
#main .newscontent h2,
#main .seminarcontent h2 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
}
#main .navbox .newsentry,
#main .newscontent .newsentry,
#main .seminarcontent .newsentry {
  padding: 0 0 25px 0;
  margin: 0;
}
#main .navbox .newsentry a,
#main .newscontent .newsentry a,
#main .seminarcontent .newsentry a {
  color: #fff;
}
#main .navbox .seminarentry,
#main .newscontent .seminarentry,
#main .seminarcontent .seminarentry {
  padding: 0 0 25px 35px;
}
#main .navbox .newsshorttxt,
#main .newscontent .newsshorttxt,
#main .seminarcontent .newsshorttxt {
  padding: 0 0 0 35px;
}
#main .navbox ul,
#main .newscontent ul,
#main .seminarcontent ul,
#main .navbox li,
#main .newscontent li,
#main .seminarcontent li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main .navbox ul a,
#main .newscontent ul a,
#main .seminarcontent ul a,
#main .navbox li a,
#main .newscontent li a,
#main .seminarcontent li a {
  color: #fff;
}
#main .navbox ul a.active,
#main .newscontent ul a.active,
#main .seminarcontent ul a.active,
#main .navbox li a.active,
#main .newscontent li a.active,
#main .seminarcontent li a.active {
  text-decoration: underline;
}
#main .navbox li li,
#main .newscontent li li,
#main .seminarcontent li li {
  padding: 0 0 0 35px;
}
#main .seminarcontent ul,
#main .newscontent ul {
  margin: 0;
  padding: 0 0 0 25px;
  list-style-image: url('/static/img/li.png');
}
#main .seminarcontent li,
#main .newscontent li {
  list-style-image: url('/static/img/li.png');
}
#main .newstitle {
  display: inline-block;
  border-radius: 7px;
}
#main .newstitle.active {
  background: #f6c9f8;
  padding: 0 5px;
  color: #934996;
}
#main .newscontent,
#main .seminarcontent {
  padding-bottom: 0;
}
#main .newscontent a,
#main .seminarcontent a {
  color: #fff;
}
#main .archivcontent {
  padding-top: 0px !important;
  padding-bottom: 5px !important;
}
#main .titles {
  background: #fff;
  color: #934996;
  padding: 20px 30px 13px 15px;
}
#main .headpic {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  height: auto !important;
  height: 300px;
}
#main .headpic .img-responsive {
  max-width: 101% !important;
  opacity: 0;
  display: inline-block;
}
#main .headpic .titles {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  background: url('/static/img/opac.png');
  background-repeat: repeat;
}
#main .archiventry {
  margin: 0 0 25px 0;
}
#main .moreico {
  padding: 0 3px 0 0;
}
#main .morenews:hover {
  text-decoration: underline;
  cursor: pointer;
}
#main .inactive {
  color: #ccc !important;
}
#main .inactive:hover {
  text-decoration: none;
}
#mapcanvas {
  height: 574px;
}
.pdficon {
  float: left;
  padding: 0 8px 0 0;
}
.pdficon img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pdficon img:hover {
  opacity: 0.8;
}
.seminarcontent img.img-responsive {
  margin: 0 0 15px 0;
}
.gal {
  background: #fff;
  margin-left: -16px;
}
.gal .thumb {
  cursor: pointer;
  margin: 0 0 32px 0;
}
.gal .thumb:hover {
  opacity: 0.8;
}
.gal .galtitles {
  position: absolute;
  bottom: 0px;
  z-index: 999;
  width: 100%;
}
.gal .galtitles h1 {
  background: #fff;
  opacity: 0.8;
  padding: 10px;
  font-size: 24px;
  color: #934996;
  margin: 0;
}
.gal .galtitles h2 {
  background: #934996;
  font-size: 16px;
  padding: 10px;
  color: #fff;
  margin: 0;
}
.gal .ccleft {
  position: absolute;
  z-index: 9999;
  left: 0;
  width: 150px;
  height: 100%;
  background-position: center center;
  background-image: url('/static/img/ccleft.png');
  background-repeat: no-repeat;
  cursor: pointer;
}
.gal .ccright {
  position: absolute;
  z-index: 9999;
  right: 0;
  width: 150px;
  height: 100%;
  background-position: center center;
  background-image: url('/static/img/ccright.png');
  background-repeat: no-repeat;
  cursor: pointer;
}
.gal .ccleft:hover,
.gal .ccright:hover {
  opacity: 0.8;
}
.norightpad {
  /*padding-right: 0;*/

}
.galoverviewpic {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}
.bigpicholder {
  position: relative;
  min-height: 616px;
  height: auto !important;
  height: 616px;
  margin: 0 0 32px 0;
}
.bigpicholder img {
  background: #fff;
  display: block;
}
.bigpicholder #bigpic2 {
  position: absolute;
  z-index: 600;
  top: 0;
  display: inline-block;
}
.galtitle {
  position: absolute;
  bottom: 0px;
  background: blue;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  color: #934996;
  background: #fff;
}
.galtitle div {
  padding: 10px;
}
.galdesc {
  position: absolute;
  bottom: 0px;
  background: #934996;
  color: #fff;
  width: 100%;
  height: 0px;
  overflow: hidden;
}
.galdesc div {
  padding: 10px;
}
.gallayout {
  background: #fff !important;
}
.pdftxt {
  float: left;
  padding: 7px 0 0 0;
}
.pdftxt a {
  color: #fff;
}
.pdfclear {
  clear: both;
  margin: 0 0 10px 0;
}
.mobnav {
  position: absolute;
  z-index: 999;
  top: 100px;
}
p,
br {
  line-height: 19px;
  margin: 0;
  padding: 0;
}
footer {
  margin: 20px 0 50px 0;
  color: #934996;
}
footer .line {
  border-top: 2px #934996 solid;
  padding: 0 0 10px 0;
}
footer .socpics {
  text-align: right;
}
footer a {
  color: #934996;
}
footer a:hover {
  text-decoration: underline;
  color: #934996;
}
footer img {
  padding: 0 0 0 7px;
}
footer .footerright {
  text-align: right;
  padding-right: 14px;
}
.tooltip-inner {
  background: #934996;
  color: #fff !important;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #934996;
}
#mail_kontakt {
  margin: 25px 0 0 0;
}
#mail_kontakt .row {
  margin: 0 0 30px 0;
}
#mail_kontakt .sbmt {
  width: 150px;
  cursor: pointer;
}
#mail_kontakt label {
  font-weight: normal !important;
}
#mail_kontakt input,
#mail_kontakt textarea {
  border: 1px #fff solid;
  height: 30px;
  padding: 1px 5px;
  background: #f8f8f8;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #000;
  width: 100%;
}
#mail_kontakt textarea {
  height: 160px;
  width: 100%;
  resize: none;
}
#mail_kontakt input:hover,
#mail_kontakt input:active,
#mail_kontakt input:focus,
#mail_kontakt textarea:hover,
#mail_kontakt textarea:active,
#mail_kontakt textarea:focus {
  background: #eee;
  border: 1px #ccc solid;
  outline-width: 0;
}
b,
strong,
strong * {
  font-weight: 600;
}
@media only screen and (max-width: 765px) {
  .bigpicholder {
    display: none;
  }
  .galdesc {
    display: none !important;
  }
  .galtitle div,
  .galoverviewpic div {
    text-align: center;
  }
  .col-xs6 img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}
@-moz-document url-prefix() {
  .img-responsive {
    transform: rotate(0.000001deg);
  }
}

.certpic{
  margin-top: 3px;
}