/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/pt-sans-v17-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-sans-v17-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v17-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v17-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v17-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v17-latin-italic.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v17-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/pt-sans-v17-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-sans-v17-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v17-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v17-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v17-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v17-latin-700italic.svg#PTSans') format('svg'); /* Legacy iOS */
}
html {

  background: url(../images/hg_body.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-y:scroll;
}

html * {max-height:1000000px;}
body
{
  margin: 0em auto;
  color: #313131;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-align: justify;
  background: url(../images/hg_body.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.home
{
  background: none;
}

h1, h2 , h3
{
  margin: 0;
}

h1
{
  font-size: 30px;
  color: #854c93;
  font-weight: normal;
  margin-bottom: 25px;
}

.content_text h1.low
{
  margin-bottom: 0px;  
}

h2
{
  font-size: 26px;
  font-weight: normal;
}

h3
{
  font-size: 22pt;
  color: #666666;
  font-weight: normal;
}

i
{
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
}

a
{
  color: #313131;
  text-decoration: none;
}

a.active
{
  color: #cc9933;
  text-decoration: none;
}

form
{
  display: inline;
}

.center
{
  text-align: center;
}

.italic
{
  font-style: italic;
}

.bold
{
  font-weight: bold;
}

.wrapper, .wrapper_nav
{
  position: relative;
  margin: 0em auto;
  width: 940px;
}

img
{
  border: none;
  vertical-align: top;
}

#fullPage
{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgb(49, 49, 49);
}

#head
{
  position: fixed;
  margin: 0em auto;
  background-color: rgb(83,83,83);
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 85px;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
  z-index: 10000;
  background-color: rgba(0,0,0,0.75);
}

#head.home
{
  background-color: rgba(0,0,0,0.75);
}

#head.smaller
{
  height: 65px;
  margin-top: 0;
}

#head.small
{
  height: 45px;
  margin-top: 0;
}

#fix.fixed
{
  position: fixed;
  z-index: 20000;
  width: 100%;
  margin: 0em auto;
  top: 0px;
}

#logo
{
  position: absolute;
  width: 180px;
  height: 64px;
  z-index: 1000;
  top: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#head.smaller #logo
{
  width: 85px;
  height: 40px;
  top: 5;
}

#head.small #logo
{
  width: 85px;
  height: 40px;
  top: 5;
}

#logo img
{
  width: 180px;
  height: 64px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#head.smaller #logo img
{
  width: 155px;
  height: 55px;
  top: 0;
}

#head.small #logo img
{
  width: 85px;
  height: 30px;
  top: 0;
}

#navi_main
{
  float: right;
  margin-top: 25px;
  font-size: 20px;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0.5px;
}

#navi_main.navi_main-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
}

#navi_main ul
{
  position: relative;
  float: right;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#navi_main img
{
  margin-top: 3px;
}

#navi_main li
{
  float: left;
  list-style: none;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  height: 30px;
  line-height: 30px;
  border-right: 1px dashed #959595;
}

#navi_main li:last-child
{
  padding-right: 0px;
  border-right: 0px;
}

#head.smaller #navi_main, #head.small #navi_main
{
  margin-top: 8px;
}

#navi_main li:last-child
{
  margin-right: 0;
}

#navi_main a
{
  display: block;
  text-decoration: none;
  color: #ffffff;
}

#navi_main a.active, #navi_main a:hover
{
  color: #ffffff;
  border-top: 2px solid #ffffff;
  display: inline;
}


#sub_navi
{
  position: fixed;
  /*background-color: #58585a;*/
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*background-color: rgba(0,0,0,0.75);*/
  top: 85px;
  z-index: 10000;
  width: 100%;
  font-size: 16px;
  background-color: #ebebeb;
  color: #000000;
  z-index: 10000;
  background-color: rgba(0,0,0,0.6);
  height: 35px;
  line-height: 35px;
}

#sub_navi.smaller
{
  top: 45px;
}


#sub_navi .navi
{
  position: relative;
  color: #ffffff;
  z-index: 3;
}

#sub_navi ul
{
  margin: 0px;
  padding: 0px;
  margin-left: 210px;
  /*height: 45px;*/
}

#sub_navi li
{
  float: left;
  list-style: none;
  /*height: 45px;*/
  /*line-height: 45px;*/
  padding-right: 15px;
  padding-left: 15px;
}

#sub_navi li:nth-child(1)
{
  margin-left: 0px;
}

#sub_navi li:last-child
{
  margin-right: 0px;
}

#sub_navi li.active, #sub_navi li:hover
{
  background-color: rgba(255,255,255,0.7);
}

#sub_navi li.active a, #sub_navi li:hover a
{
  color: #000000;
}

#sub_navi a
{
  display: block;
  text-decoration: none;
  color: #ffffff;
}

#container
{
  position: relative;
  width: 920px;
  margin: 0em auto;
  min-height: 500px;
  background-color: rgba(255,255,255,0.8);
  padding: 30px;
  padding-top: 120px;
  padding-bottom: 60px;
}

#container.fix
{
  margin-top: 94px;
}

#content
{
  
}

/* Cotent Bl�cke */
.content_text, .content_image, .content_text_image, .content_partner, .content_sponsoren, .content_sponsoren3
{
  padding: 20px;
  border-bottom: 1px dashed #a0a0a0;
}

.content_text_image img
{

}

.content_text_image img.left, .content_text_image img.right
{
  float: left;
  width: 420px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.content_text_image img.right
{
  float: right;
  margin-left: 15px;
  margin-right: 0px;
}

#veranstaltungen
{
}

.content_veranstaltung
{
  padding-top: 15px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #a0a0a0;
}

.content_veranstaltung .icon
{
  float: left;
  width: 15px;
  height: 45px;
  background-image: url(../images/icon_veranstaltung.png);
  background-repeat: no-repeat;
  margin-right: 20px;
}

.content_veranstaltung .datum_ort, .content_veranstaltung .info, .content_veranstaltung .mehr
{
  float: left;
  width: 45%;
}

.content_veranstaltung .info
{
  color: #854c93;
}

.content_veranstaltung .mehr
{
  float: right;
  width: auto;
  text-align: center;
  color: #854c93;
  cursor: pointer;
}

.content_veranstaltung .bezeichnung, .content_veranstaltung .datum
{
  font-weight: bold;
}

.content_veranstaltung .bezeichnung, .content_veranstaltung .datum
{
  font-weight: bold;
}

.content_veranstaltung .detail
{
  display: none;

  padding-top: 20px;
  padding-bottom: 5px;
}

.content_veranstaltung .detail .text
{
  text-align: justify;
}

.content_veranstaltung .detail .bild
{
  float: right;
  width: 300px;
}

.content_veranstaltung .detail img
{
  float: right;
  width: 300px;
  margin-left: 25px;
  margin-bottom: 15px;
}

.content_kontakt
{

}

.content_kontakt .block
{
  float: left;
  width: 50%;
}

.content_kontakt .beschreibung
{
  margin: 0em auto;
  width: 300px;
  padding-top: 29px;
  padding-bottom: 29px;
  margin-top: 29px;
  margin-bottom: 29px;
  border-top: 1px solid #87888a;
  border-bottom: 1px solid #87888a;
}

.content_partner, .content_sponsoren, .content_sponsoren3
{
  display: table;
  width: 880px;
  background-color: #ffffff;
}

.content_partner .block, .content_sponsoren .block, .content_sponsoren3 .block
{
  width: 25%;
  margin-right: 10px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.content_sponsoren .block
{
  width: 50%;
}

.content_sponsoren3 .block
{
  width: 33%;
}

.content_partner .block:last-child, .content_sponsoren .block:last-child, .content_sponsoren3 .block:last-child
{
  margin-right: 0;
}

.content_partner .block img
{
  width: 200px;
}

.content_sponsoren .block img
{
  width: 400px;
}

.content_sponsoren3 .block img
{
  width: 285px;
}

#kontaktformular
{
  margin-bottom: 50px;
  padding: 0;
}

#kontaktformular ol
{
  margin: 0;
  padding: 0;
}

#kontaktformular li
{
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  list-style-type: none;
}

#kontaktformular li label
{
  float: left;
  width: 200px;
  margin-right: 10px;
  vertical-align: baseline;
  padding-top: 7px;
}

#kontaktformular input[type="text"], #kontaktformular input[type="email"] {
  border: none;
  font-size: 17px;
  border: 1px solid #87888a;
  width: 690px;
  height: 35px;
  padding-left: 15px;
  font-family: Helvetica, Arial, sans-serif;
}

#kontaktformular li:nth-child(3n+1) .input_color
{
  border-right: 10px solid #71b563;
}

#kontaktformular li:nth-child(3n+2) .input_color
{
  border-right: 10px solid #e1306c;
}

#kontaktformular li:nth-child(3n+3) .input_color
{
  border-right: 10px solid #854c93;
}

#kontaktformular textarea {
  border: none;
  border-right: 10px solid #0d8a2e;
  font-size: 17px;
  width: 690px;
  padding-left: 15px;
  padding-top: 6px;
  font-family: Helvetica, Arial, sans-serif;
  border: 1px solid #87888a;
}

#kontaktformular input[type="submit"]
{
    cursor: pointer;
    width: 200px;
    background-color: #434343;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    color: #ffffff;
    font-size: 17px;
    padding: 0px;
    margin: 0px;
    margin-left: 210px;
    margin-bottom: 20px;
}

#kontaktformular input[type="submit"]:hover
{
  background-color: #1b1b1b;
}

.impressum_block
{
  margin-bottom: 35px;
}

.impressum_block .text
{
  padding-left: 40px;
  padding-right: 40px;
}

#slidecaption
{
  position: fixed;
  bottom: 70px;
  left: 10px;
  padding: 15px;
  background-color: rgba(0,0,0,0.5);
  color: #ffffff;
  border: 1px dashed #ffffff;
  letter-spacing: 1.5;
  width: 300px;
}

#slidecaption .headline
{
  font-size: 22px;
}

#slide_navi
{
  position: fixed;
  bottom: 70px;
  right: 10px;
  padding: 13px;
  background-color: rgba(0,0,0,0.5);
  color: #ffffff;
  border: 1px dashed #ffffff;
  letter-spacing: 1.5;
  text-align: center;
  font-size: 18px;
}

#play-button
{
  cursor: pointer;
}

#bottom
{
  width: 100%;
  position: fixed;
  bottom: 0px;
  text-align: center;
  background-color: rgb(83,83,83);
  z-index: 10000;
  font-size: 14px;
  padding-top: 27px;
  padding-bottom: 15px;
  color: #ffffff;
  letter-spacing: 1;
  background-color: rgba(0,0,0,0.75);
  background-image: url(../images/hg_bottom.png);
  background-position: top center;
  background-repeat: repeat-x;
}

#bottom.home
{
  background-color: rgba(0,0,0,0.75);
}

#bottom a
{
  color: #ffffff;
}

.scrollToTop
{
	width:45px; 
	height:45px;
	text-align:center; 
	position:fixed;
	bottom:70px;
	right:30px;
	display:none;
  z-index: 50000;
}

.cc_banner-wrapper 
{
  z-index: 50000 !important;
  position: absolute !important;
  top: 0 !important;
  background: #222 !important;
  height: 37px !important;
  width: 100%;
  display: block !important;;
}

.cc_container
{

  padding: 5px 5px 5px !important;
  width: 920px !important;
  margin: 0em auto;
  height: 37px !important;
}

.cc_container .cc_message
{
  font-size: 14px !important;
}

.cc_btn
{
  width: 20px !important;
  background-color: #ffffff !important;
  padding: 5px 10px !important;
}

.clear
{
  clear: both;
}