#commentsHeader {
  position: relative;
  width: 675px;
  font-family: 'Open Sans', sans-serif;
  color: #444;
}
#commentsHeader .leftF {
  float: left;
}
#commentsHeader .leftF h3 {
  font-size: 14px;
  font-weight: bold;
}
#commentsHeader .rightF {
  float: right;
}
#commentsHeader .rightF span {
  font-size: 12px;
  text-align: center;
  display: inline-block;
  height: 12px;
}
#commentsHeader .rightF a {
  display: inline-block;
  width: 30px;
  height: 16px;
  border-radius: 6px;
  background: #ccc;
  position: relative;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -ms-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
  transform: translateY(3px);
}
#commentsHeader .rightF a:after {
  height: 18px;
  width: 18px;
  color: white;
  border-radius: 9px;
  top: -1px;
  left: -1px;
  background: #34495E;
  content: '';
  position: absolute;
  -webkit-transition: transform .2s ease;
  -moz-transition: transform .2s ease;
  -ms-transition: transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
}
#commentsHeader .rightF a.new {
  background: #888;
}
#commentsHeader .rightF a.new:after {
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}
#commentsContainer {
  position: relative;
  width: 675px;
  font-family: 'Open Sans', sans-serif;
}
#commentsContainer .warning {
  background: #9f0f0f;
  color: #eee;
  font-size: .8em;
  border-radius: 2px;
  padding: 10px;
  margin-top: 15px;
}
#commentsContainer form {
  width: 100%;
  min-height: 100px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  background: white;
  border-radius: 2px;
  overflow: hidden;
  margin: 15px 0;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  padding: 20px;
  box-sizing: border-box;
}
#commentsContainer form input,
#commentsContainer form textarea {
  width: 100%;
  background: #eee;
  border: 0;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
#commentsContainer form textarea {
  height: 200px;
}
#commentsContainer form h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
#commentsContainer form label {
  margin-top: 10px;
}
#commentsContainer form a.button {
  background: #34495E;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
#commentsContainer form hr {
  opacity: 0.2;
}
#commentsContainer .CommLogin {
  background: none;
}
#commentsContainer .CommLogin h3 {
  float: left;
  margin-right: 45px;
}
#commentsContainer .CommLogin input {
  height: 13px;
  font-size: 11px;
  width: 100px;
  background-color: #9f0f0f;
  color: #eee;
  border: 1px solid #eee;
  float: left;
  margin-left: 5px;
}
#commentsContainer .CommLogin button {
  height: 13px;
  background-color: #9f0f0f;
  color: #eee;
  border: 0px;
  cursor: pointer;
  font-size: 15px;
  float: left;
  margin-top: -2px;
}
#commentsContainer .CommLogin a {
  color: #eee;
  font-size: 11px;
  margin-left: 10px;
}
#commentsContainer .commRules {
  font-size: 12px;
  line-height: 20px;
  margin: 10px 70px 10px 0;
  color: #444;
  background: #f5f5f5;
  padding: 20px;
  width: 100%;
  height: 90px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
#commentsContainer .commRules.open {
  height: auto;
}
#commentsContainer .commRules h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
#commentsContainer .commRules a.button {
  padding: 7px 15px;
  line-height: 11px;
  margin-bottom: 10px;
}
.loader {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.loader svg {
  width: 15%;
  fill: #34495E;
  opacity: 0;
  max-height: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
#commentsContainer.loading .loader svg {
  max-height: 100px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#commentsContainer.loading .comment {
  opacity: 0.2;
}
.comment {
  width: 100%;
  min-height: 100px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  background: white;
  border-radius: 2px;
  border-top: 5px solid #ccc;
  overflow: hidden;
  margin: 15px 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}
.comment .info {
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.comment .info .avatar {
  display: inline-block;
  float: left;
  width: 40px;
  height: 20px;
  padding: 10px 0;
  background: #555;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 2px;
  text-transform: uppercase;
}
.comment .info > div {
  height: 40px;
  width: 575px;
  float: right ;
  padding: 2px 0;
}
.comment .info .nick {
  font-size: 14px;
  font-weight: 700;
  float: left ;
  line-height: 20px;
}
.comment .info .nick .ignore {
  cursor: pointer;
  color: #aaa;
}
.comment .info .time {
  font-size: 12px;
  font-weight: 700;
  float: right;
  line-height: 20px;
}
.comment .info .rank {
  font-size: 11px;
  font-weight: 400;
  float: left ;
  text-transform: capitalize;
}
.comment .info .geo {
  font-size: 11px;
  font-weight: 400;
  float: right;
}
.comment .content {
  padding: 10px 20px;
  position: relative;
}
.comment .content .tag {
  background: #34495E;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px;
}
.comment .content h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #444;
  margin: 10px 0;
  min-height: 20px;
}
.comment .content h4 .avatar {
  display: inline-block;
  padding: 2px 5px;
  background: #555;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  font-weight: normal;
}
.comment .content p {
  font-size: 12px;
  line-height: 20px;
  margin: 10px 70px 10px 0;
  color: #444;
}
.comment .content p span {
  font-style: italic;
}
.comment .thumbs {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
}
.comment .thumbs a {
  position: relative;
  line-height: 20px;
  display: inline-block;
  z-index: 0;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.comment .thumbs a:before {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 50%;
  left: 50%;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  content: '';
  border-radius: 40px;
  opacity: 1;
  -webkit-transition: all 0ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0ms cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -1;
}
.comment .thumbs a:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.comment .thumbs a:hover:before {
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  opacity: 0;
  background: #aaa;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.comment .thumbs .up {
  color: #009600;
  cursor: pointer;
}
.comment .thumbs .down {
  color: #c51414;
  cursor: pointer;
}
.comment .thumbs .number {
  font-size: 12px;
  font-weight: 700;
  margin: 0 5px;
  z-index: 1;
  position: relative;
}
.comment .thumbs .number.green {
  color: #009600;
}
.comment .thumbs .number.red {
  color: #c51414;
}
.comment .actions {
  overflow: hidden;
  width: 100%;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  opacity: 1;
  transform: translateY(-10px);
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.comment .actions a.button {
  margin-top: 2px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 11px;
  padding: 7px 15px;
  color: #34495E;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  transition-property: color, background, border ;
  cursor: pointer;
}
.comment .actions a.button i {
  font-size: 14px;
  color: #34495E;
  vertical-align: baseline;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.comment .actions a.button:hover {
  color: white;
  background: #34495E;
  border: 1px solid #34495E;
}
.comment .actions a.button:hover i {
  color: #fff;
}
.comment .actions a.button.right {
  float: right;
  margin-left: 5px;
}
.comment form {
  margin: 0 !important;
}
.comment:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
}
.comment:hover .actions {
  transform: translateY(-10px);
  opacity: 1;
}
.comment.admin,
.comment.redaktor {
  border-top: 5px solid #9f0f0f;
}
.comment.admin .info .avatar,
.comment.redaktor .info .avatar {
  background-color: #9f0f0f !important;
}
.comment.admin .nick,
.comment.redaktor .nick,
.comment.admin .rank,
.comment.redaktor .rank {
  color: #9f0f0f !important;
}
.comment.user {
  border-top: 5px solid #34495E;
}
.comment.green {
  background: #ecffc6;
}
.comment.green .best {
  color: #fff;
  border-radius: 2px;
  background: #5BB82C;
  padding: 4px 10px;
  font-size: 12px;
  display: inline-block;
}
.comment.green .best i {
  font-size: 14px;
  margin-right: 4px;
}
.comment.response {
  margin-left: 10%;
  width: 90%;
}
.comment.response .info > div {
  width: 510px;
}
.comment.delete {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
}
.comment.bad {
  background: #9f0f0f;
  display: none;
}
.clearfix {
  width: 100%;
  clear: both;
}
.toast {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 20px;
}
/*# sourceMappingURL=main.css.map */