html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

  html {
    line-height: 1; }

    ol, ul {
      list-style: none; }

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

        caption, th, td {
          text-align: left;
          font-weight: normal;
          vertical-align: middle; }

          q, blockquote {
            quotes: none; }

            q:before, q:after, blockquote:before, blockquote:after {
              content: "";
              content: none; }

              a img {
                border: none; }

                article, aside, details, figcaption, figure, footer, header, hgroup, main,
                menu, nav, section, summary {
                  display: block; }

                  html {
                    font-size: 16px;
                    height: 100%;
                    width: 100%; }

                    body {
                      align-items: center;
                      display: flex;
                      flex-direction: column;
                      height: 100%;
                      width: 100%; }

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

                        body, button, input, option, select, textarea, td, th {
                          color: #252525;
                          font-family: "adobe_caslon_pro", serif;
                          font-size: 1rem;
                          font-weight: 400;
                          line-height: 1.382rem;
                          scroll-behavior: smooth; }

                          h1, h2, h3, h4, h5, h6 {
                            color: #a21929;
                            font-family: "mr_lackboughs", script;
                            font-size: 4.2361rem;
                            font-weight: normal;
                            line-height: 1.1459em;
                            margin-bottom: 1rem;
                            text-align: center; }

                            strong {
                              font-family: "adobe_caslon_pro", serif;
                              font-weight: 500; }

                              b {
                                font-family: "adobe_caslon_pro", serif;
                                font-weight: 600; }

                                em {
                                  font-style: italic; }

                                  small {
                                    color: #616161;
                                    font-size: 1.1459rem; }

                                    p {
                                      font-size: 1.382rem;
                                      line-height: 1.618;
                                      margin: 0.618rem 0;
                                      text-align: center; }

                                      dl dt {
                                        font-family: "adobe_caslon_pro", serif;
                                        font-size: 1.618rem;
                                        font-weight: 600;
                                        margin: 4.2361rem 0 2.618rem 0; }
                                        dl dt p {
                                          font-size: 1.618rem; }

header {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 1rem 0 1rem;
  max-width: 46.9787rem; }
  header img {
    margin-bottom: 2.618rem;
    max-width: 61.8034vw;
    width: 46.9787rem; }

section {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 6.8541rem 1rem 0 1rem;
  max-width: 46.9787rem;
  position: relative; }
  section.bars_t1, section.bars_t2 {
    padding-top: 4.2361rem; }
    section.bars_t1::before, section.bars_t2::before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      height: 1.618rem;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
  section.bars_b1::before {
    background-image: url(/rahmen/bars_t1.png); }
    section.bars_b2::before {
      background-image: url(/rahmen/bars_t2.png); }
      section.bars_b1, section.bars_b2 {
        padding-bottom: 4.2361rem; }
        section.bars_b1::after, section.bars_b2::after {
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          bottom: 0;
          content: "";
          height: 1.618rem;
          left: 0;
          position: absolute;
          right: 0; }
  section.bars_b1::after {
    background-image: url(/rahmen/bars_b1.png); }
    section.bars_b2::after {
      background-image: url(/rahmen/bars_b2.png); }

footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 6.8541rem 1rem 0 1rem;
  max-width: 46.9787rem; }
  footer img {
    max-width: 38.1966vw;
    width: 17.9443rem; }
    footer p {
      font-size: 0.8541rem;
      color: #9e9e9e;
      text-align: center; }

#paar {
  border-radius: 50%;
  height: 17.9443rem;
  position: relative;
  overflow: hidden;
  width: 17.9443rem; }
  #paar > div {
    background-size: cover;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    width: 100%; }
    #paar.zoom > div {
      height: 123.61%;
      width: 123.61%;
      transition: 2.618s height, 2.618s width; }

.text_image {
  align-items: center;
  display: flex; }
  .text_image > * {
    flex-basis: 100%; }
    .text_image img {
      border-radius: 0.382rem;
      width: 100%; }
      .text_image.left > :nth-child(1) {
        order: 2; }
        .text_image.left > :nth-child(2) {
          order: 1;
          padding-right: 1.618rem; }
  .text_image.right > :nth-child(1) {
    order: 1; }
    .text_image.right > :nth-child(2) {
      order: 2;
      padding-left: 1.618rem; }
  @media (max-width: 800px) {
    .text_image {
      flex-direction: column;   }
      .text_image img {
        width: 61.8%;   }
        .text_image > :nth-child(1) {
          display: flex;
          justify-content: center;   }
          .text_image.below > :nth-child(1) {
            order: 1;   }
            .text_image.below > :nth-child(2) {
              order: 2;
              padding: 0;   }
      .text_image.above > :nth-child(1) {
        order: 2;   }
        .text_image.above > :nth-child(2) {
          order: 1;
          padding: 0;   }
}

.image {
  display: flex;
  justify-content: center;
  margin: 0.618rem 0; }
  .image img {
    border-radius: 0.382rem;
    margin: 0 auto;
    width: 61.8%; }

a {
  color: #a21929;
  text-decoration-color: #999999;
  transition: 0.2361s color, 0.2361s text-decoration-color; }
  a:hover {
    color: #000;
    text-decoration-color: #a21929;
    transition: 0.0902s color, 0.0902s text-decoration-color; }

#guests .table {
  max-height: 90vh;
  max-width: 90vw;
  overflow: auto;
  padding: 0.382rem 1rem; }
  #guests th, #guests td {
    white-space: nowrap; }
    #guests th + th, #guests td + td {
      padding-left: 1rem; }

hr {
  border: 1px solid #999;
  height: 1px;
  width: 61.8%; }

  #album_container {
    height: 29rem;
    height: 80vh;
    max-height: 80vh;
    max-width: 100vw;
    min-height: 80vh;
    min-width: 100vw;
    position: relative;
    width: 100vw; }

    #album_container::before {
      background: linear-gradient(to right, #fff, transparent);
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      top: 0;
      width: 2.618rem;
      z-index: 1; }

      #album_container::after {
        background: linear-gradient(to left, #fff, transparent);
        bottom: 0;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 2.618rem;
        z-index: 1; }

        #album_container ul {
          display: flex;
          flex-direction: column;
          flex-wrap: wrap;
          height: 100%;
          justify-content: center;
          max-height: 100%;
          min-height: 100%;
          min-width: 100vw;
          overflow-x: auto;
          padding: 1.618rem 6.8541rem 1.618rem 0; }

          @media (max-width: 800px) {
            #album_container ul {
              padding: 0.618rem;   }
}

#album_container li.album {
  align-items: center;
  background: #fff;
  display: flex;
  height: 100%;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: center;
  margin-left: 256px;
  max-width: 414px;
  min-width: 414px;
  position: relative;
  width: 414px; }

  @media (max-width: 800px) {
    #album_container li.album {
      margin-left: 0;
      max-width: 256px;
      min-width: 256px;
      width: 256px;   }
}

#album_container li.album::before {
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.38);
  content: "";
  height: 61.8%;
  left: 0;
  position: absolute;
  top: 19.1%;
  width: 1rem;
  z-index: -1; }

  #album_container li.section {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 256px;
    justify-content: center;
    margin-top: 158px;
    max-height: 256px;
    max-width: 256px;
    min-height: 256px;
    min-width: 256px;
    width: 256px; }

    @media (max-width: 800px) {
      #album_container li.section {
        flex-basis: 100%;
        height: 100%;
        margin-top: 0;
        max-height: 100%;
        min-height: 100%;   }
        #album_container li.section h4 {
          font-size: 2.618rem;   }
}

#album_container li.pic {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: -0.382rem -0.618rem; }

  #album_container li.pic span {
    background: #fff;
    box-shadow: 0.1459rem 0.1459rem 0.382rem;
    display: inline-block;
    padding: 0.382rem; }

    @media (max-width: 800px) {
      #album_container li.pic img {
        max-height: 128px;
        max-width: 128px;   }
}

#album_container li.pic:nth-child(9n+1) a {
  transform: rotate(-2.68deg); }

  #album_container li.pic:nth-child(9n+2) a {
    transform: rotate(-1.46deg); }

    #album_container li.pic:nth-child(9n+3) a {
      transform: rotate(3.76deg); }

      #album_container li.pic:nth-child(9n+4) a {
        transform: rotate(-0.16deg); }

        #album_container li.pic:nth-child(9n+5) a {
          transform: rotate(0.41deg); }

          #album_container li.pic:nth-child(9n+6) a {
            transform: rotate(3.24deg); }

            #album_container li.pic:nth-child(9n+7) a {
              transform: rotate(-2.08deg); }

              #album_container li.pic:nth-child(9n+8) a {
                transform: rotate(2.16deg); }

                #album_container li.pic:nth-child(9n+9) a {
                  transform: rotate(1.96deg); }

                  #album_container li.pic:nth-child(13n+1) span {
                    transform: rotate(-2.23deg); }

                    #album_container li.pic:nth-child(13n+2) span {
                      transform: rotate(1.78deg); }

                      #album_container li.pic:nth-child(13n+3) span {
                        transform: rotate(0.36deg); }

                        #album_container li.pic:nth-child(13n+4) span {
                          transform: rotate(1.36deg); }

                          #album_container li.pic:nth-child(13n+5) span {
                            transform: rotate(-0.73deg); }

                            #album_container li.pic:nth-child(13n+6) span {
                              transform: rotate(0.36deg); }

                              #album_container li.pic:nth-child(13n+7) span {
                                transform: rotate(-0.97deg); }

                                #album_container li.pic:nth-child(13n+8) span {
                                  transform: rotate(-0.65deg); }

                                  #album_container li.pic:nth-child(13n+9) span {
                                    transform: rotate(-2.24deg); }

                                    #album_container li.pic:nth-child(13n+10) span {
                                      transform: rotate(-1.21deg); }

                                      #album_container li.pic:nth-child(13n+11) span {
                                        transform: rotate(1.74deg); }

                                        #album_container li.pic:nth-child(13n+12) span {
                                          transform: rotate(-2.43deg); }

                                          #album_container li.pic:nth-child(13n+13) span {
                                            transform: rotate(-0.56deg); }
