.mc-wrapper {
  position: relative;
  max-width: 1550px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

body.video-playing .mc-wrapper {
    z-index: 101;
}

.comments-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
  margin-top: 15px;
  max-height: 400px;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
}

.comments-wrapper.short {
  max-height: 40vh;
  overflow: hidden;
}

.comments-wrapper.full {
  max-height: 100vh;
  overflow-y: scroll;
}

.comments-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

span.comments-counter {
  font-size: 14px;
  font-size: 16px !important;
  font-family: "Futura", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0px;
}

#write-comment-button {
  font-size: 1em;
  font-family: "Futura", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s ease;
}

#write-comment-button svg {
  margin-left: 5px;
}

#write-comment-button p:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}

#write-comment-button p.notdisplayed:after {
  content: "";
  display: inline-block;
  background-image: url(../media/images/icon-arrow-sm.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 20px;
  margin-left: 8px;
}

.comments-container .info-container {
  display: flex;
  width: auto;
  justify-content: space-between;
  align-items: center;
}

.info-container .name {
  font-family: "Futura", sans-serif;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}

.info-container .time {
  font-family: "Sabon", serif;
  color: #aeaeae;
  font-size: 0.6em;
  text-align: right;
}

.comment-blog {
  font-family: "Sabon", serif;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  font-weight: 400;
  margin-bottom: 10px;
}

.comments-container {
  border-top: 1px solid #ddd;
  padding: 5px 15px;
}

.delete-comment svg,
.edit-comment svg {
  margin: 8px;
}

.read-more-link {
  position: relative;
  font-family: "Futura", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  justify-content: center;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 100px;
}

.read-more-link::after {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #fff, #acacac, #fff);
}

.read-more-link::before {
  -moz-transform: rotatez(-90deg);
  -webkit-transform: rotatez(-90deg);
  -o-transform: rotatez(-90deg);
  transform: rotatez(-90deg);
  display: block;
  position: absolute;
  content: "";
  left: calc(50% - 3px);
  top: 26px;
  bottom: -9px;
  width: 7px;
  height: 14px;
  background-image: url(../../media/images/vertical-separator-arrows.png);
  background-repeat: no-repeat;
  z-index: 1;
}

#comments-form {
  display: none;
}

#comments-form iframe {
  max-height: 90px;
}
#comments-form {
  width: 97.5%;
  margin: auto;
}
#mceu_13 {
  border-top: none;
  background: #fff;
}
#mceu_13-body {
  height: 18px;
}
#mceu_14-0 {
  display: none;
}

div#mceu_14-body {
  display: none;
}
.btn-container #comments-form textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 150px;
  width: 100%;
}
.comment-blog p {
  font-size: 14px !important;
  line-height: 18px;
  text-shadow: 0 0 0px #101010;
}
.comments-list {
  margin-bottom: 45px;
}

.delete-comment {
  color: #aeaeae;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.edit-comment {
  color: #aeaeae;
  cursor: pointer;
  margin-right: 0px;
  font-size: 14px;
  font-weight: 400;
}

.delete-comment:hover,
.edit-comment:hover {
  color: rgb(201, 68, 81);
}

.btn-container span:before {
  content: "";
  display: block;
  width: 55px;
  height: 4px;
  margin-bottom: 20px;
}

.btn-container span {
  position: relative;
  left: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  width: 50%;
}

.send-btn-container {
  display: flex;
  justify-content: flex-end;
}

.comments-container:last-child {
  /*    padding-bottom: 50px;*/
}

div#mceu_7-body {
  height: 20px;
}

div#mceu_8 {
  display: none;
}

.mce-tinymce {
  display: block;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.mce-panel {
  background-color: #fffef7 !important;
}

div#mceu_7-body {
  display: none;
}

#new-comment-send-button {
  border: 2px solid #303030;
  color: #303030;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 0;
  font-weight: 600;
  padding: 8px 20px;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  margin: 10px 0;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  background: transparent;
  width: 100%;
}

#new-comment-send-button:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}

#tinymce {
  font-size: 16px;
}

.page-theaternacht-theater span.comments-counter p {
  display: none;
}

.page-stream #special-button,
.page-stream #special-button-editor {
  position: absolute;
  top: 0vh;
}

@media screen and (min-width: 769px) {
  .page-stream .main-content {
    /* padding-right: 0px; */
  }
  .mc-wrapper {
    flex-direction: row;
  }
  .comments-container-wrapper {
    width: 30%;
    position: relative;
    max-height: 48vh;
    right: 20px;
  }

  .comments-wrapper {
    position: absolute;
    margin: 15px auto;
    z-index: 9;
    background: #fffef7;
  }

  .comments-wrapper.full {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  }

  .hasComments .stream-media-layer {
    margin-left: 30px !important;
  }

  .read-more-link {
    bottom: 0px;
    top: 100%;
  }

  .read-less-link {
    position: relative;
    font-family: "Futura", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    justify-content: center;
    cursor: pointer;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .read-less-link::after {
    content: "";
    position: absolute;
    top: -17px;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #fff, #acacac, #fff);
  }

  .read-less-link::before {
    -moz-transform: rotatez(90deg);
    -webkit-transform: rotatez(90deg);
    -o-transform: rotatez(90deg);
    transform: rotatez(90deg);
    display: block;
    position: absolute;
    content: "";
    left: calc(50% - 3px);
    top: -26px;
    bottom: 0px;
    width: 7px;
    height: 14px;
    background-image: url(../../media/images/vertical-separator-arrows.png);
    background-repeat: no-repeat;
    z-index: 1;
  }
  
  .read-less-link.short .read-less-link {
      display: none;
  }
  
  .read-less-link.full .read-less-link {
      display: block;
  }
  
  /* 
  .btn-container span {
    position: absolute;
  }

  .btn-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 65px;
  }

  .img-container {
    width: 100%;
    float: left;
    margin-right: 37px;
    max-width: 69px;
  }

  .comment-blog {
    display: inline-block;
    margin-top: 0;
    width: 80%;
  } */

  .page-theaternacht-theater .comment-blog {
    display: inline-block;
    margin-top: 0;
    width: 100%;
  }

  .comment-blog p {
    font-size: 14px !important;
    line-height: 18px;
  }

  .info-container {
    display: flex;
    width: auto;
  }

  #new-comment-send-button {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .comments-wrapper {
    max-height: 600px;
  }

  .comments-wrapper.short {
    max-height: 50vh;
  }

  .page-stream .stream-media-layer {
    max-width: 66.2%;
  }
}

@media screen and (min-width: 1200px) {
}
