/* Sprungmarken */

/* Typografie */
/* Tabellen */
/* Content-Table */
/* Kontaktformular */
/* Template-Container*/
/* Container mit Schattenrand */
/* Bereich Branding */
/* Bereich Content */
/* Bereich Navigation */
/* Bereich Infobar */
/* Routenplaner */



/* Typografie */

body {
  font-size: 12px;
  line-height: 1.3em;
  font-family: Arial, sans-serif;
  color: #333;
}

h1 {
  font-size: 24px;
  line-height: 1.2em;
  padding: 12px 0 4px 0;
  color: #533B84;
  font-weight: normal;
  font-family: "Dosis", Arial, sans-serif;
}

#content-sub h1 {
  font-size: 18px;
  color: #444;
}

h2 {
  line-height: 1.4em;
  font-size: 20px;
  margin: 10px 0 12px 0;
  color: #666;
  font-weight: normal;
  font-family: "Dosis", Arial, sans-serif;
}

h3 {
  line-height: 1.3em;
  font-size: 13px;
  margin: 6px 0 8px 0;
}

a:link
, a:visited {
  text-decoration: underline;
  color: #666;
}

a:hover {
  text-decoration: underline;
  color: #444;
}

ul {
  margin: 0;
  padding-left: 30px;
  text-indent: 0;
}

ol {
  margin: 0;
  padding-left: 30px;
  text-indent: 0;
}

li {
  margin: 0 0 8px 0;
}

.haken ul {
  list-style: none;
  padding-left: 0;
  text-indent: 0;
}

.haken ul li {
  padding: 5px 0 15px 33px;
  margin: 0;
  background: url(../eigenfett/img/haken.png) left top no-repeat;
}


.csc-textpic-caption {
  font-size: 11px;
  color: #444;
}

p {
  margin: 0 0 12px 0;
}

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

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

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

p.csc-frame-frame1 {
  padding: 2px;
  border: 1px solid black;
  background-color: #FFECE2;
}

p.csc-frame-frame2 {
  padding: 2px;
  border: 1px solid black;
  background-color: #EDE3D0;
}


/* Tabellen */

table.standardtable {
  border-collapse: collapse;
}

table.standardtable tr.tr-even {
  background: #FFECE2;
}

table.standardtable tr.tr-odd {
  background: #EFE9E6;
}

table.standardtable tr td.td-0
, table.standardtable tr td.td-1
, table.standardtable tr td.td-2
, table.standardtable tr td.td-3
, table.standardtable tr td.td-4 {
  text-align: center;
}


div.subcolumns div.c25l div.subcl div.csc-default
, div.subcolumns div.c25r div.subcr div.csc-default {
  background: #d8d8d8;
  height: 140px;  
}

div.subcolumns div.c25r div.subcr  {
  padding: 0;
}




/* Content-Table */

table.contenttable {
  border-collapse: collapse;
}

table.contenttable p {
  margin: 1px 5px 1px 0;
}




/* Kontaktformular */

form#mailform fieldset {
  width: 420px;
  margin: 0;
  padding: 0;
  border: none;
}

form#mailform legend {
  padding: 3px 0;
  text-align: left;
}

form#mailform label {
  display: block;
  line-height: 18px;
  margin-top: 5px;
}

form#mailform input.csc-mailform-check {
  margin-bottom: 10px;
  width: 20px;
  line-height: 20px;
  border: none;
}


form#mailform input {
  width: 400px;
  margin-bottom: 5px;
  padding: 2px 4px;
  overflow: hidden;
  border: 1px solid #ccc;
}

form#mailform textarea {
  width: 400px;
  height: 110px;
  margin-bottom: 5px;
  padding: 4px 4px 2px 4px;
  overflow: auto;
  border: 1px solid #ccc;
}

form#mailform input:focus, form#mailform textarea:focus {
  background-color: #FFECE2;
}

form#mailform input#mailformformtype_mail {
  border: 1px solid #ccc;
  width: 140px;
}

form#mailform select {
  width: 400px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}




/* Template-Container */
body {
  background-color: #EEE5FF;  
  /*linear-gradient*/
  background-image:-webkit-gradient(linear,left top,left bottom,color-stop(rgba(255, 255, 255, 0.6),0),color-stop(rgba(255, 255, 255, 0),0.25));
  background-image:-webkit-linear-gradient(top,rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 25%);
  background-image:   -moz-linear-gradient(top,rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 25%);
  background-image:     -o-linear-gradient(top,rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 25%);
  background-image:        linear-gradient(top,rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 25%);
  pie-background-image: linear-gradient(top,rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 25%);
  behavior: url(../main/PIE.htc);
  margin: 0;
  padding: 18px 0;
  text-align: center;
}

.clearer {
  clear: both;
  height: 1px;
}

.box {
  padding: 8px;
  background: #FFF1D3;
  /*box-shadow*/
  -webkit-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.55);
  -moz-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.55);
  box-shadow:3px 3px 5px rgba(0, 0, 0, 0.55);
  behavior: url(../main/PIE.htc);
}


/* Container mit Schattenrand */
#container {
  position: relative;
  width: 953px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  /*box-shadow*/
  -webkit-box-shadow:5px 5px 15px rgba(0, 0, 0, 0.55);
  -moz-box-shadow:5px 5px 15px rgba(0, 0, 0, 0.55);
  box-shadow:5px 5px 15px rgba(0, 0, 0, 0.55);
  behavior: url(../main/PIE.htc);
}


/* Bereich Branding */
#branding {
  position: relative;
  background: #fff;
  width: 953px;
  height: 70px;
  margin: 0;
  padding: 1px 0;
  border-bottom: 1px solid #533B84;
}

#branding h1 {
  margin: 0 auto 0 38px;
  font-size: 37px;
  line-height: 1.4em;
  padding: 18px 0 12px 0;
  font-family: "Gruppo", Arial, sans-serif;
}

#branding a {
  text-decoration: none;
}



/* Bereich Content */
#wrapper {
  position: relative;
  width: 953px;
  margin: 0;
  padding: 15px 0;
  background-color: #F4EFFC;
  /*linear-gradient*/
  background:-webkit-gradient(linear,left top,left bottom,from(#F4EFFC),color-stop(#fff,0.3));
  background:-webkit-linear-gradient(top, #F4EFFC, #fff 30%);
  background:   -moz-linear-gradient(top, #F4EFFC, #fff 30%);
  background:     -o-linear-gradient(top, #F4EFFC, #fff 30%);
  background:        linear-gradient(top, #F4EFFC, #fff 30%);
  pie-background:    linear-gradient(top, #F4EFFC, #fff 30%);
  behavior: url(../main/PIE.htc);
}



#content-main {
  position: relative;
  float: right;
  width: 560px;
  margin: 0 55px;
  padding: 0;
}

#content-main .fullsize {
  margin-left: -280px;
  width: 840px;
}


#header {
  position: relative;
  float: right;
  width: 550px;
  height: 310px;
  margin: 0 55px 30px 55px;
  padding: 5px;
  background: #fff;
  /*box-shadow*/
  -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.55);
  -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.55);
  box-shadow:0 0 5px rgba(0, 0, 0, 0.55);
  behavior: url(../main/PIE.htc);
  z-index: 2;
}

#header:before ,
#header:after {
  content: "";
  Position: absolute;
  z-index: -1;
  bottom: 21px;
  left: 10px;
  width: 50%;
  height: 10px;
  /* transform */
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  /*box-shadow*/
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.85);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.85);
}

#header:after {
  right: 10px;
  left: auto;
  /* transform */
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}


.video {
  position: absolute;
  z-index: 40;
  top: -345px;
  left: 3px;
}



/* Bereich Navigation */
#navi-vertical {
  position: relative;
  width: 240px;
  float: left;
  padding: 0;
  margin: 0 0 0 40px;
}



ul.deep1 {
  position: relative;
  list-style: none;
  width: 240px;
  padding: 0;
  margin: 0;
  min-height: 330px;
  background: #ECF4FF;
  /*box-shadow*/
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  behavior: url(../main/PIE.htc);
}

ul.deep1 li {
  background: none;
  width: 240px;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 4px 0;
  border-top: 1px solid #666;
}

ul.deep1 li:first-child {
  border-top: none;
}

ul.deep1 li a {
  background: none;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 0 20px;
}

ul.deep1 li.mainlevelactive {
  background: #A6BCD8;
  color: #000;
  padding: 4px 20px;
  width: 200px;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  border-top: 1px solid #666;
}

ul.deep1 li.mainlevelactive:before {
  content:"\00BB";
  margin: 0 4px 0 -14px;
  font-weight: bold;
}

ul.deep1 li.mainlevelsubactive {
  background: #A6BCD8;
  color: #000;
  width: 200px;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 4px 20px;
  border-top: 1px solid #666;
}

ul.deep1 li.mainlevelactive a {
  margin: 0;
  padding: 0 20px;
  text-decoration: none;
  color: #000;
}

ul.deep1 li:hover {
  color: #000;
  background: #fafcff;
  text-decoration: none;
  display: block;
  /*box-shadow*/
   -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
   -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
   box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
   behavior: url(../main/PIE.htc); 
}



ul.deep2 {
  position: relative;
  list-style: none;
  width: 190px;
  padding: 0;
  margin: 0 -19px;
}
ul.deep2 li {
  background: none;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  margin: 1px 0;
  border-top: 1px solid #c1d3ec;
  background: #d9e9ff;
}

.navi-subsub ul.deep2 li a {
  background: none;
  color: #666;
  text-decoration: none;
  display: block;
  padding: 0 0 0 35px;
}

ul.deep2 li.sublevelactive {
  background: #c1d3ec;
  color: #000;
  padding: 0 0 0 35px;
  line-height: 20px;
}

ul.deep2 li.sublevelactive:before {
  content:"\00BB";
  margin: 0 4px 0 -14px;
  font-weight: bold;
}

ul.deep2 li:hover  {
  color: #000;
  text-decoration: none;
  display: block;
  background: #c1d3ec;
}


#content-sub {
  padding: 30px 0 0 0;
}

#content-main img ,
#content-sub img {
  position: relative;
  border: 3px solid #fff;
  margin-bottom: 10px;
  /*box-shadow*/
  -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.55);
  -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.55);
  box-shadow:0 0 5px rgba(0, 0, 0, 0.55);
  behavior: url(../main/PIE.htc);
}

#content-main .noborder img {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


/* Bereich Infobar */

#info-bar {
  position: relative;
  clear: both;
  width: 953px;  
  height: 60px;    
  margin: 0;
  padding: 0;
  background-color: #B59EE2;
  color: #fff;
  font-weight: bold;
}

#info-bar a {
  color: #fff;
}

#site-info {
  position: relative;
  width: 540px;
  float: left;
  height: 25px;
  margin: 0 0 0 20px;
  padding-top: 15px;
  text-align: left;
}

#navi-supp {
  position: relative;
  width: 380px;
  float: right;
  height: 25px;
  margin: 0;
  padding-top: 15px;
  text-align: center;
}




/* Routenplaner */

div.marker {
  width: 250px;
}


div.dirmenu {
  margin: 0 0 5px 0;
}

div.todirform
, div.fromdirform {
  margin: -15px 0 10px 0;
}



/* Videoplayer */

body .vjs-default-skin .vjs-big-play-button {
  opacity: 0;
}