/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.wordwrap { white-space: nowrap; background: none;}


/* zilla-slab-300 - latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/zilla-slab-v6-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/zilla-slab-v6-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/zilla-slab-v6-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/zilla-slab-v6-latin-300.svg#ZillaSlab') format('svg'); /* Legacy iOS */
}

/* zilla-slab-300italic - latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/zilla-slab-v6-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/zilla-slab-v6-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/zilla-slab-v6-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/zilla-slab-v6-latin-300italic.svg#ZillaSlab') format('svg'); /* Legacy iOS */
}

/* zilla-slab-regular - latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/zilla-slab-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/zilla-slab-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/zilla-slab-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/zilla-slab-v6-latin-regular.svg#ZillaSlab') format('svg'); /* Legacy iOS */
}

/* zilla-slab-italic - latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/zilla-slab-v6-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/zilla-slab-v6-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/zilla-slab-v6-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/zilla-slab-v6-latin-italic.svg#ZillaSlab') format('svg'); /* Legacy iOS */
}

/* zilla-slab-500 - latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/zilla-slab-v6-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/zilla-slab-v6-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/zilla-slab-v6-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/zilla-slab-v6-latin-500.svg#ZillaSlab') format('svg'); /* Legacy iOS */
}

/* zilla-slab-500italic - latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/zilla-slab-v6-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/zilla-slab-v6-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/zilla-slab-v6-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/zilla-slab-v6-latin-500italic.svg#ZillaSlab') format('svg'); /* Legacy iOS */
}

/* zilla-slab-600 - latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/zilla-slab-v6-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/zilla-slab-v6-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/zilla-slab-v6-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/zilla-slab-v6-latin-600.svg#ZillaSlab') format('svg'); /* Legacy iOS */
}

/* zilla-slab-600italic - latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/zilla-slab-v6-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/zilla-slab-v6-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/zilla-slab-v6-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/zilla-slab-v6-latin-600italic.svg#ZillaSlab') format('svg'); /* Legacy iOS */
}

/* zilla-slab-700 - latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/zilla-slab-v6-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/zilla-slab-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/zilla-slab-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/zilla-slab-v6-latin-700.svg#ZillaSlab') format('svg'); /* Legacy iOS */
}

/* zilla-slab-700italic - latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/zilla-slab-v6-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/zilla-slab-v6-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/zilla-slab-v6-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/zilla-slab-v6-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/zilla-slab-v6-latin-700italic.svg#ZillaSlab') format('svg'); /* Legacy iOS */
}



/* FOOTER Text Color: #4c433e
*/


*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

#footerMaster .offsetRow a,
.videoContainer span.label,
#huetten .intro p, #huettenMenu, #langMenu li.active a {
font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 600;
  }

body { 
    font-family: 'Zilla Slab';
    font-style: normal;
    font-weight: 400; 
    font-size: 10px;
}

#huettenMenu a, #huettenMenu a:after, #footerMaster a.buttonDefault {
  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

a { text-decoration: none; }

ul, ol { list-style-type: none; margin: 0; padding: 0 }

.row { max-width: 1500px; margin: 0 auto }
  .slimRow { max-width: 1130px }

.row img { max-width: 100%; height: auto }

footer { width: 100%; color: #4c433e; font-size: 1.8em; padding: 80px 0; }
  footer a { color: #4c433e;  }
  footer li, footer aside { margin: 0; line-height: 1.4em }

  footer li { margin-bottom: 0px }

  footer p { margin: 0; position: relative; }
      footer p:before { content: ''; position: absolute; right: 0; top: -36px; width: 20px; height: 16px; 
      background-image: url("../img/footer/m.png"); background-size: 20px 16px; background-repeat: no-repeat; }

  footer aside { text-align: right; }

  * { outline: none; }

  #page { width: 100%; }

  .view { overflow-x: hidden; position: relative; width: 100%; }
    .view .row { position: relative; }

    .viewBox { width: 100%; }

    .viewBoxImage { overflow-x: hidden; }

    .section-headline { text-align: center; font-size:  }

    .section-headline h2 { font-size: 3.6em; color: #4c433e; font-family: 'Zilla Slab';
    font-style: normal;
    font-weight: 400;  }

  .footer-left { width: 50%; float: left; }
  .footer-right { width: 50%; float: left; }

  #huetten .intro p { font-size: 20px; color: #000 }
  #huettenMenu { font-size: 4.4em; text-transform: uppercase; margin-top: 65px  }
    #huettenMenu a { color: #000; position: relative; line-height: 1em; display: inline-block; }
    #huettenMenu a:hover, #huettenMenu li.active a { color: #b19788; padding-left: 35px }
    #huettenMenu li { margin: 0; padding: 0 }

    #huettenMenu a:after, #huettenMenu li.active a:after { width: 0; height: 33px; position: absolute; left: calc(100% + 10px); content: ''; top: 7px; background: url("../img/icons/huetten-call-arrow-right.png");
    background-size: cover; background-repeat: no-repeat; }
    
    #huettenMenu a:hover::after, #huettenMenu li.active a:after { width: 40px }

    #huetten-left { width: 100%; position: relative; }
    .huetten-right { position: absolute; width: 350px; right: 0; top: 0; color: #4c433e; font-size: .365em; line-height: 26px; text-transform: none; }
      .huetten-right h5 { font-size: 1em; font-family: 'Zilla Slab';
  font-style: normal; margin-top: 0;
  font-weight: 700; }
      .huetten-right p { font-family: 'Zilla Slab'; font-style: normal; font-weight: 500;}

      .huetten-right.viewHuettenDetail { display: block; }

      .huetteContact p {
        font-family: 'Zilla Slab';
        font-style: italic;
        font-weight: 500;
      }

      .huetteContact { position: relative; z-index: 9999999 }
      #huettenMenu .huetteContact a { color: #4c433e  }
      #huettenMenu .huetteContact a:after { display: none; }
      #huettenMenu .huetteContact a:hover { padding: 0; color: #b19788 }

      p { color: #4c433e }

      .huetten-right { display: none; }

      #visual .visualcontainer img { max-width: 100%; height: auto }
      #visual .visualcontainer { text-align: right; }

      .visualHolder { width: 1065px; position: relative; right: 0; top: 0; left: calc(100% - 1065px) }
      .visualdeko { position: absolute; left: 0;  }
      .visualdeko img { max-width: 100%; height: auto }
      .visual-deko-left { width: 120px; top: 310px; left: -90px }

      .visual-deko-bottom { top: auto; bottom: -100px; right: 0; width: 600px; left: auto }

      #masterIntro p { color: #685b53; margin-top: 0; font-size: 3.6em }

      #masterIntro { margin: 300px 0 130px; text-align: center; }

      #visualBauhuetten { position: relative; }

      #text1 { margin: 150px 0 }

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

      .text-first { font-size: 2em; color: #685b53; }

      img.img100 { max-width: 111px; height: auto }

      #logo { margin-top: 55px; text-align: center }
      #logo img { max-height: 45px; width: auto }

      #langMenu { text-align: center; margin-top: 30px }
        #langMenu ul li { display: inline-block; font-size: 12px }

        #langMenu a { color: #b19788 }

        #visualBauhuetten .row { position: relative; }
        #visualBauhuetten img.sectionImage { max-width: 100%; height: auto }
       #visualBauhuetten .imageContainer { max-width: 950px }
        #visualBauhuetten .imageLayer { position: absolute; top: 0; right: 140px; width: 500px; z-index: 100  }
        #visualBauhuetten .imageLayer img { max-width: 100%; height: auto  }

        #visualBauhuetten .imageFlyBottom { position: absolute; right: 150px; width: 670px; z-index: 50; bottom: -220px; }

        #footerMaster a.buttonDefault:hover { background: #fff; -webkit-box-shadow: 0 0 40px 10px rgba(0,0,0,0.1);
box-shadow: 0 0 40px 10px rgba(0,0,0,0.1); color: #b19788; }

        #visualBauhuetten .leadHeadlineLayer { z-index: 60 }


        #literatur { padding-top: 100px; text-align: center; padding-bottom: 40px; font-size: 1.4em; display: none; }
          #literatur a { color: #b19788;  }
          #literatur h4 { margin: 0 0 10px  }
          #literatur p { margin: 0 0  }
        #visualBauhuetten .flySkizze { position: absolute; top: 0; left: -560px; width: 650px }

         #visualBauhuetten .sectionImage { margin-left: -100px }

         .dekoitem-left { position: absolute; width: 90px; left: -130px; top: -130px }
          .dekoitem-left img { max-width: 100%; height: auto; }

         #text2 { margin: 500px 0 130px; }

         .dekoLayer { position: absolute;  }
         .dekolayerBottom { left: 0; bottom: 0; width: 100% }
         .dekolayerTop { left: 0; top: 0; width: 100% }
         .dekoLayerCross { position: absolute; }
         .dekoLayerCross img { width: 120px; height: auto }
         .crossBottomLeft, .crossTopLeft { left: -150px; }
         .crossBottomRight, .crossTopRight { right: -150px; }

         #text3 { margin: 150px 0 0; }

         #text2 .section-headline { margin-bottom: 50px }

          #text3 h2, #text4 h2 { margin: 0 0 50px }
         #text4 { margin: 150px 0 0  }

         #visualWerkzeug .row, #text4 .row { position: relative; }

         .dekoWerkzeug { position: absolute; right: 135px; bottom: -30px; width: 450px; }
          .dekoWerkzeug img { max-width: 100%; height: auto  }

          #visualWerkzeug .imgWerkzeug { position: relative; width: calc(100% + 90px); margin-left: -45px }

         .section-text p.leadText { font-size: 22px; line-height: 34px; position: relative; margin-bottom: 60px }
            .section-text p.leadText:after { position: absolute; bottom: -30px; width: 50%;
             background: url("../../content/deko/deko-lead-text.png"); height: 3px; content: ''; left: 0; background-size: contain; background-position: left center; background-repeat: no-repeat;  }

        #langMenu li  { margin: 0 15px }
        #langMenu li.active a { color: #685b53; }

        #langMenu li a:hover { color: #685b53;  }

        .dekoCrossed img { max-width: 210px; height: auto  }
        .columnDeko.dekoCrossed { left: -170px; }
        .columnDeko.dekoBottomBar { left: auto; right: 0; top: auto; bottom: -35px; width: 150px; }
          .columnDeko.dekoBottomBar img { max-width: 100%; height: auto }

      
          .section-text p { font-size: 1.6em; line-height: 26px }
        .text-first { font-size: 1.2em }

        .section-text .column p:first-child { margin-top: 0 }


        .columnWrap3 .column { float: left; width: calc((100% / 3) - 30px); position: relative; }
          .columnWrap3 .column:nth-child(2n) { margin: 0 45px }

          .columnDeko { position: absolute; top: -50px; left: 0; z-index: 10 }
          .columnContent { z-index: 20; position: relative; }

          .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

      #cathedral-workshops .imageContainer { margin-left: -40px; width: calc(100% + 500px)  }
       #cathedral-workshops { margin: 215px 0; position: relative; }

       .leadHeadlineLayer { position: absolute; bottom: 140px; width: 100%; }
        .leadHeadlineLayer img { max-width: 100%; height: auto }

        .labelDescription { font-size: 1.5em; position: absolute; bottom: 20px; left: 0; width: 100%; text-align: center; }

    #huetten .row { position: relative; }

    .huettenFoto img { max-width: 100%; height: auto; vertical-align: middle; margin-bottom: 20px }

  .videoContainer { width: 100%; position: relative; border: 2px solid #cccccc; height: 635px; margin-top: 265px; background: url("../img/vid-placeholder.jpeg"); z-index: 20; background-size: cover; background-repeat: no-repeat; background-position: center center }
    .videoContainer span.label { position: absolute; top: 50%; left: 0; width: 100%; text-align: center; color: #ccc; font-size: 44px; line-height: 80px; margin-top: -40px; display: none;}
    .videoContainer a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

    .videoContainerBorder { position: absolute; width: 590px; height: 475px; background: none; top: -250px;
right: -130px;  background-image: url("../img/borders/border-set-video.png"); background-size: cover; z-index: 10 }
 
#staticContent { padding-top: 100px }

  #staticContent h1 { font-size: 3em; margin-right: 0; margin-top: 0 }
  #staticContent h3 { font-size: 2em; margin-right: 0; margin-top: 0; margin-bottom: 0 }
  #staticContent h4 { font-size: 2em; margin-right: 0; margin-top: 0; margin-bottom: 0 }

  #staticContent p, #staticContent ul { font-size: 1.6em; line-height: 1.4em; margin-top: 10px }
  #staticContent table { font-size: 1.6em; line-height: 1.4em }
  #staticContent .contenttable tr td:first-child { width: 10% }
  #staticContent .contenttable tr td:last-child { width: 90% }

  #staticContent ul { margin-bottom: 25px }
  #staticContent ul li { margin-bottom: 5px }

  #staticContent a { color: #b19788 }

#footerMaster .row { position: relative; margin-top: 210px;  }
   #footerMaster .offsetRow { text-align: center; position: absolute; width: 100%; top: -58px; }
  #footerMaster .offsetRow a { background: #b19788; color: #fff; font-size: 44px; display: inline-block; line-height: 116px; padding: 0 75px; text-transform: uppercase;  }

  footer a { color: #685b53;  }
  footer a:hover { color: #b19788 !important;  }

@media screen and (max-width: 1550px) {
    .row { max-width: 1300px; margin: 0 auto }
    .slimRow { max-width: 900px }
}


@media screen and (max-width: 1350px) {
    .row { max-width: 1000px; margin: 0 auto }
    .slimRow { max-width: 800px }

    #masterIntro { margin: 100px 0 50px; }
    #masterIntro p { font-size: 2em }

    #visual .visualHolder { width: 60%; left: 40% } 
    .visual-deko-left { top: auto; bottom: 40px; width: 70px; left: -40px; }

    #visualBauhuetten .imageContainer { max-width: 600px }
    #visualBauhuetten .sectionImage { margin: 0 }

    #visualBauhuetten .imageFlyBottom {
      position: absolute;
      right: 0;
      width: 520px;
      z-index: 50;
      bottom: -220px;
    }

    #visualBauhuetten .flySkizze {
    position: absolute;
    top: -140px;
    left: -490px;
    width: 650px;
    }

    #cathedral-workshops .imageContainer { width: 100% }

    #footerMaster .offsetRow a {
        line-height: 50px;
    padding: 0 35px; font-size: 18px
   
    }

    .videoContainer { height: 450px }

    .videoContainerBorder {
    width: 300px;
    height: 195px;
    top: -130px;
    right: -66px;
    background-image: url("../img/borders/border-set-video.png");
    z-index: 10;

    }

    #footerMaster .offsetRow { top: -25px }
}


@media screen and (max-width: 1150px) {
    .row { max-width: calc(100% - 90px); margin: 0 auto }
    .slimRow { max-width: calc(100% - 150px) }

    .crossTopRight { right: -70px }
  .crossBottomRight { right: -70px }

  .crossTopLeft { left: -70px }
  .crossBottomLeft { left: -70px }

  .dekoLayerCross img { width: 80px; }

  .dekoWerkzeug { width: 50% }

  .videoContainer { margin-top: 150px }
}


@media screen and (max-width: 950px) {
  
      #page .columnWrap3 .column { width: 100%; margin:0 0 50px 0 }
      .columnWrap3 { padding: 0 100px }

      .columnWrap3 { padding: 0  }

      #visual .visualHolder { width: 80%; left: 10% }

      #visualBauhuetten .imageContainer { max-width: 60% }
      #visualBauhuetten .imageFlyBottom { max-width: 60% }

      #visualBauhuetten .flySkizze {
        position: absolute;
        top: -30px;
        left: -230px;
        width: 70%;
    }

    #text4 { margin: 150px 0 0 0 }

    .section-text p.leadText::after { height: 6px }

    .section-headline h2 { font-size: 2.8em }

    .section-text p.leadText { font-size: 1.8em }

    #huettenMenu {
    font-size: 2em;
    }

    .huetten-right { position: relative; width: 100%; line-height: 20px }

    #huettenMenu a:hover, #huettenMenu li.active a { padding-left: 0 }
    #huettenMenu a::after, #huettenMenu li.active a::after {
    height: 0;
    width: 20px;
    position: absolute;
    left: calc(100% + 10px);
    content: '';
    top: 0px;
    background-color: #f90;
    background: url("../img/icons/huetten-call-arrow-right.png");
    background-size: 20px 20px;

     -moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.huettenFoto { width: 200px; position: absolute;  }
.huetten-right .huettenText { width: calc(100% - 200px); margin-left: 220px }

.huetten-right.viewHuettenDetail { display: block; margin-bottom: 30px }

#huettenMenu li { margin-bottom: 10px }

#huettenMenu a:hover::after, #huettenMenu li.active a:after { width: 20px; height: 20px }
   
	.huetten-right { font-size: .6em }

  .huetten-right h5 { font-size: 2em }
  .huetten-right p { font-size: 1.5em; line-height: 22px }

    #visualBauhuetten .imageLayer { display: none; }

    #text2 { margin-top: 280px }

.leadHeadlineLayer {

    position: absolute;
    bottom: -46px;
    width: 100%;

}

      .visual-deko-left {
        top: auto;
        bottom: 40px;
        width: 40px;
        left: -20px;
      }

      .visual-deko-bottom { width: 450px; bottom: -90px }

  }

@media screen and (max-width: 750px) {
  body { font-size: 9px; line-height: 20px }

  #visualWerkzeug .imgWerkzeug { width: 100%; margin-left: 0 }
  .dekoWerkzeug {
    position: absolute;
    right: 75px;
    bottom: -10px;
  }

  .videoContainer {
    height: 350px;
}

  #text2 { margin-bottom: 50px }

  #cathedral-workshops .imageContainer { margin-left: 0 }

  .videoContainerBorder {
    width: 210px;
    height: 155px;
    top: -90px;
    right: -30px;
  }

  .dekoitem-left img { display: none; }
  .dekoitem-left { display: none; }

  #text3 { margin-top: 50px }

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

  #logo img { max-width: 75%; height: auto }

  .row { max-width: calc(100% - 50px); margin: 0 auto }
    .slimRow { max-width: calc(100% - 100px) }

    #page .columnWrap3 .column { margin-bottom: 30px }

    .section-text p { font-size: 1.9em; line-height: 22px  }

    .section-text p.leadText { font-size: 20px; line-height: 26px }

    .dekoLayerCross { width: 50px }
    .dekoLayerCross img { width: 50px }

    .crossTopRight { right: -50px }
    .crossBottomRight { right: -50px }

    #visualBauhuetten .imageFlyBottom { bottom: -80px }
    #visualBauhuetten .flySkizze { top: 80px }

    #text1 { margin-bottom: 50px }

    #text2 {
    margin-top: 200px;
  }



}


@media screen and (max-width: 450px) {

	.huettenFoto { width: 100%; position: relative;  }
	.huetten-right .huettenText { width: calc(100%); margin-left: 0 }

  .row, .slimRow { max-width: calc(100% - 80px) }
    .section-headline br { display: none; }

    #text3 h2, #text4 h2 { line-height: 1.3em }

    #text4 {
    margin: 50px 0 0 0;
}

.videoContainer {
    height: 280px;
}

.labelDescription {
    font-size: 1.3em;
    position: absolute;
    bottom: 10px;
    }
    .labelDescription { padding: 0 20px }

#cathedral-workshops {
    margin: 55px 0 100px;
    }

    #footerMaster .offsetRow a { font-size: 12px; padding: 0 15px }

#visualBauhuetten .imageFlyBottom { top: -50px }
  #visualBauhuetten .flySkizze { top: 10px; left: -100px }

  .leadHeadlineLayer { bottom: -12px }

  #text2 { margin-top: 80px }

  #text2 .section-headline { margin-bottom: 20px }

  .row .row { max-width: 100% !important }

  .crossTopRight { display: none; }
  .crossBottomRight { display: none; }

  #footerMaster .row {
    position: relative;
    margin-top: 120px;
  }

  .videoContainer { margin-top: 90px }

}
