/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
  height: 100%;
  width: 100%;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  text-align: center;
  background-color: #111;
}
.page_home main {
  background-image: url(../../media/img/layout/background-home-1200.jpg);
  background-repeat: no-repeat;
  display: block;
  width: 1200px;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-top: 200px;
}
.page_home h1.logo {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.page_home nav {
  padding-top: 280px;
  text-align: center;
}
.cnt_float_400 {
  display: block;
  width: 400px;
  float: left;
}
.splash1 {
  width: 300px !important;
}
.splash2 {
  width: 300px !important;
}
.splash3 {
  width: 300px !important;
}
.splash4 {
  width: 300px !important;
}
.splash1 img {
  margin-top: 65px;
}
.splash2 img {
  margin-top: -27px;
}
.splash3 img {
  margin-top: 2px;
}
.splash4 img {
  margin-top: 0px;
}
.page_home nav a {
  opacity: 1;
}
.page_home nav a:hover {
  opacity: 0.8;
}
body.page_sub {
  background-color: #000;
}
.page_sub header {
  background-image: url(../../media/img/layout/background_header_1200.jpg);
  display: block;
  width: 1200px;
  height: 179px;
  margin-right: auto;
  margin-left: auto;
}
.page_sub main {
  background-color: #e0e2d4;
  min-height: 300px;
  display: block;
  padding-top: 15px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../../media/img/layout/background-main_1200.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 625px;
  text-align: left;
}
/*
Cols:
300 L
600 M
300 R
*/
.page_sub .col_left {
  display: block;
  float: left;
  width: 300px;
  text-align: left;
}
.page_sub .col_middle {
  display: block;
  float: left;
  width: 600px;
}
.page_sub .col_right {
  display: block;
  float: left;
  width: 300px;
  text-align: left;
}
.page_sub .col_pic1 {
  display: block;
  float: left;
  width: 300px;
  text-align: center;
  margin-left: 30px;
}
.page_sub .col_pic2 {
  display: block;
  float: left;
  width: 335px;
  margin-right: 60px;
  text-align: center;
}
.page_sub .col_pic3 {
  display: block;
  float: left;
  width: 335px;
  text-align: center;
}
.col_pic1 img,
.col_pic2 img,
.col_pic3 img {
  -webkit-box-shadow: -6px 8px 10px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: -6px 8px 10px 0px rgba(50, 50, 50, 0.2);
  box-shadow: -6px 8px 10px 0px rgba(50, 50, 50, 0.2);
}
.col_pic_noshadow img {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.gallery_offset {
  margin-top: 55px;
}
.gallery_hr {
  margin-bottom: 80px;
}
.page_sub .col_nav_primary {
  padding-top: 130px;
  margin-left: -15px;
}
.page_sub .col_nav_primary nav a {
  display: inline-block;
  width: 164px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #fff;
  padding: 10px auto 10px auto;
  line-height: 35px;
  font-size: 16px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: transparent;
  position: relative;
  z-index: 50px;
  width: 123px;
  font-size: 14px;
  font-weight: bold;
}
.page_sub .col_nav_primary nav a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.page_sub .col_nav_primary nav a.act {
  background-color: rgba(0, 0, 0, 0.25);
}
.page_sub .col_nav_right #lnk_impressum {
  display: block;
  width: 105px;
  height: 80px;
  background-image: url(../../media/img/layout/lnk_impressum.png);
  background-repeat: no-repeat;
  text-indent: -9999em;
  position: relative;
  top: 150px;
  left: -30px;
}
.page_sub .col_nav_right #lnk_impressum_big {
  display: block;
  width: 225px;
  height: 130px;
  background-image: url(../../media/img/layout/lnk_impressum_big.png);
  background-repeat: no-repeat;
  text-indent: -9999em;
  position: relative;
  top: 160px;
  left: -30px;
  left: -140px;
  z-index: 20px;
}
#logoLinkMain {
  margin: 25px 0 0 20px;
}
.page_sub p {
  font-size: 16px;
  line-height: 24px;
}
.ueber_uns_p1 {
  text-align: right;
  font-style: italic;
  margin-right: 30px;
  width: 200px;
  padding-left: 45px;
}
.ueber_uns_img1,
.ueber_uns_img2 {
  text-align: center;
}
.ueber_uns_img2 {
  margin-top: 100px;
  margin-left: 40px;
}
.bilder_img1 {
  margin-top: 30px;
  margin-left: 40px;
}
.kontakt_img1 {
  margin-top: 45px;
  margin-left: 60px;
}
.kontakt_lnk1 {
  position: relative;
  top: 10px;
}
.kontakt_lnk2 {
  display: inline-block;
  float: right;
  width: 164px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  right: 85px;
  top: 30px;
  border: 2px solid #fff;
  padding: 10px auto 10px auto;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #686e41;
  font-size: 14px;
}
table.tbl_invisible {
  margin-bottom: 15px;
}
table.tbl_invisible td {
  border-collapse: collapse;
  padding: 2px 6px 2px 0;
  width: 150px;
  vertical-align: top;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
