* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
/* --------- Layout ---------------------------------- */
#bigImage {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
}
#header {
  width: 850px;
  padding: 31px 0 32px 0;
  margin: 0 auto;
}
#main_menu {
  position: relative;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
#content {
  color: #4D4B48;
  background: rgba(255, 250, 238, 0.7);
}
#content .wrapper {
  width: 890px;
  padding: 20px 20px 30px 20px;
  min-height: 500px;
  background: #fffaee;
  border-radius: 0 3px 3px 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#content ul {
  margin: 0;
  padding-left: 18px;
}
#content li {
  line-height: 18px;
  margin-bottom: 5px;
}
#content .csc-textpic ul {
  padding: 0;
}
#content .csc-textpic li {
  margin-bottom: 10px;
}
footer {
  background: rgba(255, 255, 255, 0.2);
}
footer a {
  color: #bbb;
  text-decoration: underline;
}
footer .wrapper {
  width: 850px;
  padding: 10px 20px;
  color: #bbb;
}
footer .wrapper .left {
  float: left;
}
footer .wrapper .right {
  float: right;
}
.cols2 {
  background: url(../images/col_divider.gif) top center repeat-y;
}
.cols2 .left {
  width: 48%;
  padding-right: 2%;
}
.cols2 .left p:first-child {
  margin-top: 0;
}
.cols2 .right {
  margin-left: 50%;
  padding-left: 2%;
}
body {
  font-family: 'Roboto', sans-serif;
  background-color: #262627;
  color: #ddd;
}
.sg_cookieaccept {
  color: #4D4B48;
}
h1 {
  font-weight: 300;
  margin: 0;
}
h1 span.script {
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 17px;
  color: rgba(242, 242, 242, 0.4);
}
h2 {
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 28px;
}
h3 {
  border-bottom: 1px dotted #DDDACF;
}
a {
  color: #3875D7;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
p:last-child {
  margin-bottom: 0;
}
.clear {
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 1px;
  clear: both;
}
.left {
  float: left;
}
.wrapper {
  width: 890px;
  margin: 0 auto;
}
.bold {
  font-weight: bold;
}
#main_menu ul {
  position: absolute;
  bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
#main_menu ul li {
  float: left;
  margin-right: 5px;
}
#main_menu ul li a {
  display: block;
  margin-top: 5px;
  background: rgba(255, 250, 238, 0.3);
  width: 140px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 7px 7px 0 0;
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.4) inset;
}
#main_menu ul li a.active {
  margin-top: 0;
  line-height: 40px;
  background: #fffaee;
  color: #000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#footer_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer_menu ul li {
  display: inline-block;
}
#footer_menu ul li a {
  text-decoration: none;
}
#footer_menu ul li a:hover {
  text-decoration: underline;
}
#footer_menu ul li a.active {
  color: #fff;
}
#footer_menu ul li:after {
  content: "·";
  padding: 0 3px;
}
#footer_menu ul li:last-child:after {
  content: "";
  padding: 0;
}
/* -------------------- Fluid styled content ----------------------------------*/
.ce-textpic.ce-intext .ce-bodytext p:first-child {
  margin-top: 0;
}
.breadcrumb + h2.pageHeader {
  margin-top: 10px;
}
.wrapper_table {
  display: table;
  width: 100%;
}
.wrapper_table > div {
  display: table-cell;
  width: 46%;
  vertical-align: top;
}
.wrapper_table > div:first-child {
  padding-right: 2%;
  border-right: 1px solid #dedede;
}
.wrapper_table > div:last-child {
  padding-left: 2%;
}
.frame > p {
  margin-top: 0;
}
.frame p:last-child {
  margin-bottom: 0;
}
#content *:first-child header *:first-child {
  margin-top: 0;
}
#content .ce-media {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
#content .ce-media img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
#content a {
  color: #007da0;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
#content article h2 {
  margin-top: 30px;
}
#content article:first-child h2 {
  margin-top: 0;
}
.ce-textpic.ce-nowrap .ce-gallery {
  margin-bottom: 0;
}
.ce-above {
  overflow: visible;
}
.ce-above .ce-border {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.ce-above .ce-border img {
  border: 0;
}
.ce-left .ce-gallery {
  margin-bottom: 10px;
}
/* -------------------- CONTENT LAYOUTS --------------------------------------- */
.frame-layout-100,
.frame-layout-101 {
  padding: 1.5em;
  margin-bottom: 1.5em;
}
.frame-layout-100 *:first-child,
.frame-layout-101 *:first-child {
  margin-top: 0;
}
.frame-layout-100 *:last-child,
.frame-layout-101 *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 680px) {
  .frame-layout-100,
  .frame-layout-101 {
    padding: 1em;
  }
}
.frame-layout-100 {
  background-color: #f5f5f5;
}
.frame-layout-101 {
  background-color: #414141;
  color: #fff;
}
/* -------------------- EXTENSION Stuff --------------------------------------- */
.contenttable td {
  padding: 0 10px 0 0;
}
.contenttable td p:first-child {
  margin-top: 0;
}
.contenttable td p:last-child {
  margin-bottom: 0;
}
.tx-sganfahrt-pi1 {
  border: 1px solid #D9D5CB;
}
.Klein {
  font-size: 12px;
}
.tx-yag-lightbox-permalink {
  display: none;
}
.yag-item-thumb-outerframe {
  width: auto;
}
.tx-yag-gallery-galleryinfo,
.tx-yag-album-albuminfo {
  margin-left: 160px;
}
.tx-yag-album-itemcount {
  font-size: 60%;
}
.tx-yag-pi1 img {
  box-shadow: 0 0 4px #000;
}
.nivo-caption {
  display: none;
}
/* --------------------  RTE Classes  ---------------------------------------- */
body {
  font-family: 'Roboto', sans-serif;
}
span.small,
p.small,
.small {
  font-size: 80%;
}
span.label {
  display: inline-block;
  width: 125px;
}
@media only screen and (max-width: 600px) {
  span.label {
    display: block;
    width: 100%;
    font-weight: bold;
  }
}
p.align_left,
div.align_left {
  text-align: left;
}
p.align_center,
div.align_center {
  text-align: center;
}
p.align_right,
div.align_right {
  text-align: right;
}
p.align_justify,
div.align_justify {
  text-align: justify;
}
a.button,
a.button_broad {
  display: inline-block;
  padding: 4px 8px;
  background: #257EA0;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 4px;
}
a.button_broad {
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
a.button:hover,
a.button_broad:hover {
  background: #226384;
}
.border-bottom {
  border-bottom: 1px solid #000;
}
ul[class^="ul-"],
ul[class^="ul-"] ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul[class^="ul-"] li {
  padding-left: 0px;
}
ul[class^="ul-"] li li {
  padding-left: 20px;
}
ul[class^="ul-"] li:before {
  font-family: "FontAwesome";
  margin-right: 10px;
}
ul.ul-check li:before,
ul.ul-check-colored li:before {
  content: "\f00c";
}
ul.ul-check-colored li:before {
  color: #0000FF;
}
