/* cmsms stylesheet: style modified: 07/12/19 13:37:40 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  height: 100%;
}

body {
  background-color: #D4CFC9;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  padding: 3vw;
  overflow-x: hidden;
}

a {
  color: #990000;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #990000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Courier New", Courier, mono;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0.5em;
  margin-bottom: 1em;
  line-height: 1.2;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

.boxed {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-shadow: 0 0 3px #999;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
}

.header {
  position: relative;
  padding: 10px;
  background-image: url(../images/site/frame.png);
  background-size: 100% 100%;
}
.header:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.heroImage {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  overflow: hidden;
}

.mainNav {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  text-align: center;
}
.mainNav .logo {
  width: 80%;
  display: inline-block;
}
.mainNav .logo a {
  background-color: transparent;
}
.mainNav .logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.mainNav ul {
  position: absolute;
  top: 120px;
  right: 0;
  line-height: 1;
  list-style-type: none;
  font-family: "Courier New", Courier, mono;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  transition: all 200ms ease-in-out;
}
.mainNav li {
  display: block;
  line-height: 1;
  margin: 0 0 5px 0;
}
.mainNav a {
  display: inline-block;
  padding: 5px 5px;
  color: inherit;
  text-decoration: none;
  background-color: #1d1610;
}
.mainNav a:hover {
  color: #990000;
}
@media (max-width: 768px) {
  .mainNav ul {
    transform: translateX(100%);
  }
  .mainNav.is-open ul {
    transform: translateX(0%);
  }
}

.mainNav_toggle {
  position: absolute;
  right: 0;
  top: 60px;
  padding: 10px 8px 4px 8px;
  cursor: pointer;
  background-color: #1d1610;
}
.mainNav_toggle span {
  vertical-align: middle;
  background-color: #fff;
  height: 2px;
  width: 40px;
  display: block;
  margin-bottom: 6px;
}

.pageTitle {
  color: white;
  padding-right: 20%;
  background-color: #1d1610;
  overflow: hidden;
}
.pageTitle h1 {
  position: relative;
  z-index: 1;
  padding: 20px 10px 5px 10px;
  margin: 0;
}
.pageTitle h1:after {
  content: "";
  position: absolute;
  display: block;
  top: 28px;
  left: 100%;
  width: 200%;
  height: 20px;
  background-color: #561e24;
}

.mainContent_box {
  position: relative;
  background-color: #DED9D5;
  padding: 4%;
}

.mainContent {
  padding: 2%;
  background-color: rgba(255, 255, 255, 0.8);
}
.mainContent img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 5px solid #fff;
  box-shadow: 0 0 3px #CCC;
  -moz-box-shadow: 0 0 3px #CCC;
  -webkit-box-shadow: 0 0 3px #CCC;
}

.pageNav {
  margin-bottom: 5px;
  text-align: left;
}

.NewsSummary {
  padding-top: 15px;
  border-top: 1px dotted #999;
  margin-bottom: 15px;
}
.NewsSummary h3 {
  color: #990000;
  margin-bottom: 15px;
}

.home .heroImage {
  background-image: url(../images/site/henriette-sehmsdorf-meer.jpg);
}
.home .mainContent_box {
  display: none;
}

.portrait .heroImage {
  background-image: url(../images/site/henriette-sehmsdorf-portrait-2zu1.jpg);
}

.inszenierungen .heroImage {
  background-image: url(../images/site/henriette-sehmsdorf-kneipe-2zu1.jpg);
  background-position: right;
}

.inszenierungen .pageTitle, .kontakt .pageTitle {
  right: initial;
  left: 0;
  padding-right: 0;
  padding-left: 20%;
}
.inszenierungen .pageTitle h1:after, .kontakt .pageTitle h1:after {
  left: -200%;
}
.inszenierungen .mainContent, .kontakt .mainContent {
  margin-left: 0;
}

.presse .heroImage {
  background-image: url(../images/site/henriette-sehmsdorf-mit-zeitung-2zu1.jpg);
}

.termine .heroImage {
  background-image: url(../images/site/henriette-sehmsdorf-steilkueste-2zu1.jpg);
  background-position: center;
}

.kontakt .heroImage {
  background-image: url(../images/site/henriette-sehmsdorf-kueste.jpg);
  background-position: right;
}

@media (min-width: 769px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  .boxed {
    position: relative;
  }

  .header {
    border-bottom: 40px solid #c8c4b9;
  }
  .header:before {
    padding-top: 50%;
  }

  .heroImage {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .mainNav {
    top: 0;
    padding: 10px 20px 0 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    display: table;
    text-align: left;
  }
  .mainNav .logo {
    width: 25%;
    vertical-align: middle;
    display: inline-block;
  }
  .mainNav ul {
    position: relative;
    top: initial;
    width: 75%;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
  }
  .mainNav li {
    display: inline-block;
  }
  .mainNav a {
    background-color: transparent;
    padding: 0 5px;
    color: inherit;
  }
  .mainNav a:hover {
    color: #990000;
  }

  .mainNav_toggle {
    display: none;
  }

  .pageTitle {
    position: absolute;
    top: 100px;
    right: 0;
    color: white;
    padding-right: 20%;
    background-color: #1d1610;
    overflow: hidden;
  }
  .pageTitle:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: -5px;
    display: block;
    border-top: 4px double rgba(255, 255, 255, 0.8);
  }

  .home .pageTitle {
    top: initial;
    bottom: 80px;
  }
  .home .pageTitle h1 {
    font-size: 30px;
  }

  .mainContent {
    position: relative;
    z-index: 2;
    margin-top: -35%;
    margin-left: 35%;
    width: 60%;
    padding: 2%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .mainContent img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border: 5px solid #fff;
    box-shadow: 0 0 3px #CCC;
    -moz-box-shadow: 0 0 3px #CCC;
    -webkit-box-shadow: 0 0 3px #CCC;
  }

  .home .mainNav ul, .termine .mainNav ul {
    color: #000;
  }
}
@media (min-width: 1024px) {
  .mainNav ul {
    font-size: 18px;
  }
  .mainNav a {
    padding: 0 8px;
  }

  .pageTitle {
    position: absolute;
    top: 180px;
  }

  .home .pageTitle {
    top: initial;
    bottom: 100px;
  }
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
     FILE ARCHIVED ON 02:25:18 Jan 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:02:12 Oct 19, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1834.88
  exclusion.robots: 0.07
  exclusion.robots.policy: 0.061
  cdx.remote: 0.056
  esindex: 0.011
  LoadShardBlock: 1806.618 (3)
  PetaboxLoader3.resolve: 219.868 (3)
  PetaboxLoader3.datanode: 859.694 (4)
  load_resource: 217.577
*/