/* cmsms stylesheet: Zephier modified: 21.02.2022 19:46:11 */
/*  WICHTIG! ES GIBT EIN CSS, DASS ICH IM HEAD EINGEBUNDEN HAB - ES LIEGT IN ADMIN/THEMES/ONEELEVEN/CSS/ZEPHIERREINICSS.CSS */






header#main-header{border-bottom:none;}




/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */

}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
color:#b5b5b5;
/*color:#ececec;*/
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*********************************
GENERAL
**********************************/

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
       -o-font-smoothing: antialiased;
  box-sizing: border-box;
}



/*********************************
BASE STYLES
**********************************/

html, body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

body {
  box-sizing: inherit;
  background: #000;
  font: 18px/1.5 Lato, sans-serif;
  position: relative;
  z-index: 10;
}


h1, h2 {
  color: #ececec;
}
h2, .h2 {
    font-size: 1.5em;
    font-weight: bold;
}




h3, .h3{
font-size: 14pt;
color: #737373;
font-weight:700;
}

h1 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.3;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
  margin: 12px 0 0;
}

nav {
  width: 100%;
}

ul {
  list-style: none;
}



.wrapper a {
  text-decoration: underline;
  text-transform: none;

  font-size: .8rem;
  color: #00ffff;
}

div.wrapper div.NewsSummarySummary a{
text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
  display: block;
  margin: 0 auto;
}

hr {
  height: 2pxpx;
  border-style: solid;
  border-color: #ccc;
}



input,
select,
textarea {
    display: block;
    width: 100%;
    margin: 15px auto;
    padding: 5px;
    background: rgba(256, 256, 256, .1);
    border: 2px solid #000;
    border-radius: 30px;
font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    color: #ececec;
    outline: 0;
    padding-left: 15px;
}

option {
  display: block;
  width: 100%;
  color: #333;
}

input::-moz-focus-inner {
  border: 0;
}

textarea {
  resize: none;
}

input[type="submit"] {
    background: #00ffff;;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color:#000;
}



/*********************************
MAIN STYLES
**********************************/

.wrapper {
  max-width: 940px;
  margin: 0 auto;
  /*-- padding: 50px 5%; --*/
}
@media (max-width: 768px) {
.page-home .wrapper{
    /*-- padding: 8em 5%;--*/
    width: 100%;
    height: auto;
  }
}

#absolute-position-container {
  position: relative;
}


#main-header {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #333;
}

#mobile-container,
#menu-toggle {
  display: none;
}

.lbl-mobile-btn {
  float: right;
  cursor: pointer;
  display: block;
}

.bars {
  color: #ececec;
  display: block;
  border-top: 2px solid #ececec;
  width: 28px;
  margin-bottom: 6px;
  transition:all 0.7s;
  -webkit-transition:all 0.7s;
}

#main-nav {
  float: right;
  padding: 2em 2em 0.5em 2em;
}

#main-nav li {
  float: left;
}

#main-nav li a {
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .8rem;
  color: #d4d4d4;
}

.news-header {
  text-align: center;
  padding: 15px 0;
}

.polaroid-border {
    width: 85%;
    background: #fff;
    padding: 8px 8px 0;
    margin: 100px auto;
    margin-bottom: 30px;
}

.polaroid-caption {
    font-size: .7rem;
    color: #999;
    text-align: right;
    padding: 10px 0;
}

.link-btn{
  display: block;
  text-align: center;
  padding: 15px 1px;
  margin: 15px 40px 40px;
  border: 2px solid #ececec;
  border-radius: 30px;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.btn, #NewsPostDetailReturnLink a {
  display:inline-block;
  text-align:center;
  padding: 0.6em 0.8em;
  border-radius: 4px;
  background: hsl(180, 100%, 40%);
  color:white;
  text-decoration:none!important;
  line-height:1;
  white-space:nowrap;  
}
.btn a, .btn a:hover, div.btn .intlinkbutton a {
  color:white;
  text-decoration:none!important;
  display:block;
}

.btn:hover, #NewsPostDetailReturnLink a:hover  {
  background-color: hsl(180, 100%, 30%);
}



#main-footer {
  width: 100%;
  /*--border-top: 1px solid #ececec;--*/
}

ul.main-footer-nav {
  padding: 10px 30px 30px 30px;
  clear:both;
}

ul.main-footer-nav li {
  float:left;
}

ul.main-footer-nav li a {
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .8rem;
  color: #adadad;
}

#copyright {
  font-size: .6rem;
  color: #adadad;
    text-align: right;
    display: block;
    padding: 10px 30px 30px 30px;
}

#curtain-left,
#curtain-right {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  display: none;

  background: #000;
}

#curtain-left {
  left: 0;
  -webkit-transition: left 2s ease;
  transition: left 2s ease;
}

#curtain-right {
  right: 0;
  -webkit-transition: right 2s ease;
  transition: right 2s ease;
}

.center-vertical {
  position: relative;
  top: 9%;
}

.phone-container {
  display: block;
  text-align: center;
  color: #ececec;
  font-size: 1.4rem;
  padding: 0 5% 30px;
}

.email,
.phone-number {
  text-transform: lowercase;
  text-decoration: underline;
  color: lightblue;
  font-size: 1.2rem;
}




.cover-title {
  font-size: 3rem;
  color: #ececec;
  text-align: center;
  margin-top: 40px;
}

address,
.default-p {
  color: #ececec;
}

.book-corner {
  position: absolute;
  bottom: -17px;
  right: -36px;
  text-align: center;
  -webkit-transform: rotate(-46deg);
  transform: rotate(-46deg);
  color: #222;
  background: rgba(255, 40, 34, .4);
  padding: 10px 10px 40px;
  border: 1px solid #000;
}

.book-back {
  font-size: 2rem;
  background: rgba(255, 255, 255, .4);
  border-top: 2px solid rgba(255, 45, 45, .6);
  border-bottom: 2px solid rgba(255, 45, 45, .6);
  box-shadow: 10px 6px 30px #000;
  color: #444;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  text-align: center;
  display: block;
}

#contact-form-response {
    color: #ececec;
}

#agrement,
#copy {
  width: 10%;
  float: left;
}

#agrement-label,
#send_copy-label {
  color: #ececec;
  width: 90%;
  float: right;
  padding-top: 8px;
}



/*********************************
SITE: HAMLET
**********************************/

#flipbook {
  margin-top: 100px;
  margin-bottom: 100px;
}
.cover {
  background: #614126;
  box-shadow: inset 0px 0px 70px #333;
}

.site {
  background: #fff;
}

.book-header {
  padding: 30px 15px 0;
  font-size: 1.4rem;
  color: #444;
}

.book-content {
  padding: 0 30px;
  text-align: left;
}

.description-mobile {
  display: none;
}

.contact-form {
    max-width: 90%;
    margin: 0 auto;
    padding: 2%;
}

.credits-role {
    float: left;
    width: 40%;
    padding-left: 5%;
    font-weight: bold;
}

.credits-person {
    float: right;
    width: 50%;
}

.description-mobile div {
  color: #ececec;
}



/*********************************
SITE: WAS WAR
**********************************/

.galery-header {
  text-align: center;
  font-size: 4rem;
  margin-top: 100px;
}

.galery-subtext {
  font-size: 1.5rem;
  text-align: center;
  margin: 6%;
}

.galery-subheader {
  text-align: center;
  color: #444;
  font-size: 1.8rem;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 60px;
}

.polaroid-images {
  margin: 60px 0;
  text-align: center;
}

.polaroid-images img {
  margin: 2%;
  max-width: 80%;
  display: inline;
  padding: 10px 10px 25px;
  background: #fff;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}

#showcase {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, .8);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#showcase i {
  color: #fff;
  padding: 30px;
}

#arrow-left_container {
  float: left;
}

#img_container {
  float: left;
}

#arrow-right_container {
  float: right;
}

.center-content {
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);

}

#img_container img {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 3px solid #fff;
  border-radius: 15px;
}

.reservation-hint {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}



/*********************************
SITE: ANFAHRT
**********************************/

.container_2_cols {
  width: 45%;
  margin: 2%;
  float: left;
}



/*********************************
SITE: PRESSE
**********************************/

.gallery-downloads {
  padding: 5%;
}

.gallery-downloads li {
  color: #ececec;
  border-bottom: 1px dashed #ececec;
  margin-bottom: 30px;
}

.gallery-downloads li a em {
  float: right;
  padding-top: 8px;
}



/*********************************
SITE: SPONSOREN
**********************************/

.sponsore-img-link {
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, .4);
  border-radius: 60px;
  margin: 30px 0;
  padding: 15px;
  font-size: 1.2rem;
  color: #ececec;
}

.sponsore-img-link img {
  max-width: 100%;
  height: auto;
  padding: 30px;
}



/*********************************
SITE: SPONSOREN Groß Logo 20220221
**********************************/

.sponsore-big-img-link {
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  margin: 10px 0;
  padding: 15px;
  font-size: 1.2rem;
  color: #ececec;
}

.sponsore-big-img-link img {
  max-width: 100%;
  height: auto;
  padding: 15px;
}






/*********************************
PSEUDO CLASSES
**********************************/

#menu-toggle:checked ~ #nav-toggle {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

#menu-toggle:checked ~ #mobile-container .mobile-btn .bars:first-child {
  transform:translateY(6px) rotate(45deg);
  
}

#menu-toggle:checked ~ #mobile-container .mobile-btn .bars:nth-child(2) {
  display:none;
}

#menu-toggle:checked ~ #mobile-container .mobile-btn .bars:last-child {
  transform:translateY(-2px) rotate(-45deg);
}


#main-nav li a:after{
  display:block;
  content: '';
  border-bottom: solid 3px #00ffff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

ul.main-footer-nav li a:after {
  display:block;
  content: '';
  border-bottom: solid 3px #00ffff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

#main-nav li a:hover:after,#main-nav li.menuactive a:after {
  -webkit-transform: scaleX(0.8);
          transform: scaleX(0.8);
}

ul.main-footer-nav li.menuactive a:after,
ul.main-footer-nav li.menuactive a:hover:after,
ul.main-footer-nav li a:hover:after{
  -webkit-transform: scaleX(0.8);
          transform: scaleX(0.8);
}

hr:before {
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}

.link-btn:hover {
  background: rgba(255, 255, 255, .6);
}

#main-footer a.facebook{
float: right;
  color: #3b5998;
  padding-right: 5px;
  padding-top: 30px;
}

.email:hover,
.phone-number:hover {
  opacity: .8;
}

@media (min-width: 1024px) {

  .polaroid-images div a img.rot1 {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  .polaroid-images div a img.rot2 {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  .polaroid-images div a img.rot3  {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
  }

  .polaroid-images div a img.rot4  {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  .polaroid-images a:hover {
    -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
    -webkit-transform: scale(1.2);
          transform: scale(1.2);
    z-index:10;
   box-shadow: 0 10px 20px rgba(0,0,0,.7);
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
}

#showcase i:hover {
  cursor: pointer;
}

a:hover, a:active, a:focus {
  outline: 0;
}

input[type="submit"]:hover {
    opacity: .4;
}

.reservation-hint:hover {
  opacity: .8;
  text-decoration: underline;
}

.gallery-downloads li a:hover,
.gallery-downloads li a i:hover {
  opacity: .6;
}

.sponsore-img-link:hover {
  opacity: .6;
}

.mobile-header {
    float: left;
    font-size: 1.1rem;
    line-height: 0;
    padding-left: 15px;
    color: #fff;
    font-family: arial black, arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    z-index:10000;
    top: 26%;
    position: absolute;
    margin-left: 2.0em;
    margin-top: 1.25em;
}
.mobile-header a {
  text-decoration: none;
  color: #d4d4d4;
}



/*********************************
MOBILE
**********************************/

@media (max-width: 1024px) {
  .center-vertical {
    top: 25%;
  }

  .container_2_cols {
    width: 100%;
    float: none;
    display: block;
  }
}

@media (max-width:1024px) {

  #nav-toggle {
    float: left;
  }

  #mobile-container {
    padding: 20px 25px 38px 0px;
    
    display: block;
    position: relative;
    z-index: 9999;
    background: #000;
  }

  #mobile-content {
    display: initial;
  }

  .mobile-header {
    margin-left: 0.25em;
    margin-top: 0.5em;
  }

/*------------------------------------ image replacement für mobile -logo --------------------------*/
  .mobile-header a {
    display:block;
    width:162px;
    height:11px;
    background:transparent url("/uploads/theater-zephier.svg") center center no-repeat;
    background-size:contain;
    overflow:hidden;
    white-space:nowrap;
    text-indent:180px;
  }

  #nav-toggle {
    background: #333;
  }

  #main-nav {
    float: none;
    padding: 0;
  }

  #main-nav li {
    float: none;
  }

  #main-nav li:last-child {
    border-bottom: 2px solid #333;
  }

  #nav-toggle li {
    border-bottom: 1px solid #000;
  }

  #nav-toggle a {
    display: block;
    padding: 15px;
    letter-spacing: 5px;
    color: #ddd;
    text-align: center;
  }

  #nav-toggle {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);

    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position:absolute;
  }

  .center-vertical {
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }

  .polaroid-border {
    margin-top: 30px;
  }

  ul.main-footer-nav {
    text-align: center;
  }

  ul.main-footer-nav li {
    padding: 0px 0;
    display: block;
    border-bottom: 1px solid #333;
    float:none;
  }

  ul.main-footer-nav li:last-child a {
    float: none;
  }
  ul.main-footer-nav li a{
    padding:0px;
  }
}



/*********************************
MOBILE SITE: HAMLET
**********************************/

@media (max-width: 768px) {
  #flipbook {
    display: none;
  }

  .description-mobile {
    display: block;
  }
}



/*********************************
MOBILE SITE: WAS WAR
**********************************/

@media (max-width: 768px) {
  .galery-subheader {
    font-size: 1.2rem;
  }

  .polaroid-images img {
    max-width: 45%;
  }

  #showcase i {
    padding: 20px;
  }
}


/*********************************
HELPERS
**********************************/

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.rotate_11deg {
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
}

.centering {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}



/*********************************
MAIL RESPONSE CLASSES
**********************************/

.success {
  width: 85%;
  height: auto;
  margin: 0 auto;
  text-align: center;
font-family: 'Lato', sans-serif;
  font-size: 1em;
  padding: 15px;
  margin-top: 30px;
  border-radius: 15px;
  box-shadow: 5px 5px 30px #00AF33;
  background: #00AF33;
}

.form-error {
  width: 85%;
  height: auto;
  margin: 0 auto;
  text-align: center;
font-family: 'Lato', sans-serif;
  font-size: 1em;
  padding: 15px;
  margin-top: 30px;
  border-radius: 15px;
  box-shadow: 5px 5px 30px #FF4040;
  background: #FF4040;
}

.error {
  color: #ececec;
  background: rgba(255, 64, 64, .6);
  padding: 15px;
  border-radius: 30px;
  -webkit-transition: all .6s ease;
  transition: all .3s ease;
}

.white-p {
    color: #ececec;
}

.fa-facebook-square{
   padding:1em;
   margin-top:-3em;
}
/*---- News Summary ----*/

main footer,
.NewsSummary footer {
  margin: 3em 1.2em;
  border-bottom: 2px solid #ddd;
  padding:1.6em 0em;
  line-height:1.5;
  font-size:12px;
}
.NewsSummarySummary img, #NewsPostDetailContent img{
  max-width:60%;
}
@media (min-width:768px) {
  .NewsSummarySummary img, #NewsPostDetailContent img{
  max-width:40%;
  }
}
#NewsPostDetailContent img.fullwidth{
  width:100%;
}
/*------ news details ------*/

#NewsPostDetailContent{
  padding:30px 20px;
  line-height: 1.6;
}
#NewsPostDetailContent .full-width{
  margin:0 -20px;
  position:relative;
}
#NewsPostDetailContent .full-width >img{
  display:block;
  max-width:100%;
  width:100%;
  height:auto;
}

main header {
  color: #ececec;
  text-align: center;
  padding:3em 0;
}

@media (max-width:767px) {
  header h2, 
  header .h2{
    font-size: 1em;
  }
  NewsSummary header h2, 
  NewsSummary header .h2{
    font-size: 18px;
  }
  NewsSummary img{
    max-width:70%;
  }   
}


@media (min-width:768px) {
  #NewsPostDetailContent {
    padding:60px 80px;
    line-height: 2;
  }
  #NewsPostDetailContent .full-width{
  margin:0 -80px;
  }
  main footer {
  margin: 4em 0em 3em 0em;
  padding:0 0 0.5em 0;
  }
}

main{
/*--background-image:url("{$entry->file_location}/{$entry->bild}");   RULE IM HTML NEWS DETAIL INLINE --*/
background-repeat:no-repeat;
background-position: top;
background-attachment: fixed;
background-size:cover;
}
@media (max-width:768px){
  main{
    background-size:100%;
    background-attachment:scroll;
    background-repeat: repeat-y;
  } 
  main h2{
    font-size:95%;
  }
  .page-anfahrt,
  .page-kontakt,
  .page-alois_galle main, 
  .page-impressum,
  .page-haftungsausschluss,
  .page-sponsoren main,
  .page-sitemap main, 
  .page-34 main {padding:0 30px;}
}




div.wrapper{
background-color:rgba(0,0,0,.8);
}
.main_container{
  position: relative;
}

/*-- Home PAGE-34 CUSTOMIZATION --*/

.page-34 div.wrapper{
  height:40vh;
  background:black;
  position:relative;
}

@media (max-height:768px) {
  .page-34 div.wrapper{
  height:60vh;
  }
}
@media (min-width:375px){
  .page-34 div.wrapper{
    height:60vh;
  }
}
@media (min-width:768px){
  .page-34 div.wrapper{
    height:65vh;
  }
}


.page-34 div.wrapper img, .page-34 div.wrapper .testdiv img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 85%;
}










/*-------------------------------WHITE PAGE---------------------------------*/

.page-white-home {background:white;}
.page-white-home div.wrapper{height:70vh; background:white; position:relative;}

.page-white-home div.wrapper img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-white-home #mobile-container{background:white; color:#ddd;}
.page-white-home div.mobile-btn {top:-4px; position:relative;}
.page-white-home h1 {color:black; text-shadow:none;}
.page-white-home div.mobile-btn span.bars {
  color: #ddd;
  display: block;
  border-top: 2px solid #777;
  width: 28px;
  margin-bottom: 6px;
}
