#feedback-module { width: 100%; }

#feedback-welcome-next-chat-anfrage,
#feedback-welcome-next-anfrage {
  background-color: #eee;
  border: 2px solid #ddd;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 14px 18px;
  text-align: center;
  text-decoration: none;
}
#feedback-welcome-next-chat-anfrage i,
#feedback-welcome-next-anfrage i {  color: #86a722; }
.feedback-btn {
  font-size: 14px;
  position: fixed;
  bottom: 30px;
  right: 60px;
  width: auto;
}
#feedback-module p {  font-size: 13px }
#feedback-note-tmp:focus,
#feedback-overview-note:focus {  border: 1px solid #64b7cc }
#feedback-canvas {
  position: fixed;
  top: 0;
  left: 0;
}
#feedback-welcome,
#feedback-submit-success,
#feedback-submit-error {
  display: block;
  visibility: visible;
}
#feedback-chat-anfrage,
#feedback-anfrage,
#feedback-highlighter,
#feedback-overview {
  display: none;
}
#feedback-welcome,
#feedback-chat-anfrage,
#feedback-anfrage,
#feedback-highlighter,
#feedback-overview,
#feedback-submit-success,
#feedback-submit-error {
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
#feedback-welcome,
#feedback-submit-success,
#feedback-submit-error {
  max-width: 45em;
  height: auto;
}
#feedback-chat-anfrage {
  max-width: 35em;
  height: auto;
}
#feedback-highlighter {
  max-width: 35em;
  min-height: 320px;
}
#feedback-overview,
#feedback-anfrage {
  width: 60%;
  height: auto;
  min-height: 30%;
}
@media screen and (max-width: 63.9375em) {
  #feedback-overview,
  #feedback-anfrage {
    width: 80%;
  }
}
@media screen and (max-width: 39.9375em) {
  #feedback-overview,
  #feedback-anfrage {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.feedback-logo {
  background: url(/images/feedback_icons.png) -0px -0px no-repeat;
  width: 34px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  padding-left: 40px;
  height: 32px;
}
.feedback-next-btn {
  float: right;
}
.feedback-back-btn {
  float: right;
}
.feedback-submit-btn {
  width: 72px;
  height: 29px;
  line-height: 27px;
  float: right;
  font-size: 13px;
  padding: 0 8px;
}
.feedback-helper {
  background: rgba(0,0,0,0);
  cursor: default;
}
.feedback-helper[data-type="highlight"]>.feedback-helper-inner {  background: rgba(0,68,255,0.1) }
#feedback-close {
  cursor: pointer;
  position: absolute;
  background: url(/images/feedback_icons.png) -0px -64px;
  width: 30px;
  height: 30px;
}
.feedback-wizard-close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 2rem;
  width: .9375rem;
  height: 1.75rem;
  font-size: 2rem;
  line-height: 1;
  color: #8a8a8a;
}
.feedback-wizard-close:before {
position: absolute;
z-index: 10;
content: '\d7';
}
.feedback-wizard-close:hover {  opacity: 1 }
#feedback-anfrage-error,
#feedback-chat-anfrage-error,
#feedback-overview-error {
  display: none;
  color: #f13e3e;
  float: right;
  font-size: 13px;
  line-height: 29px;
}
.feedback-btn {
  padding: 10px;
  outline: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
  -moz-box-shadow: 0 4px 16px rgba(0,0,0,.2);
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
  z-index: 400000;
}
.feedback-btn-gray {
  text-align: center;
  cursor: pointer;
  font-family: 'Open sans';
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0,0,0,0.1);
  color: #444;
  border-radius: 2px;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
}
.feedback-btn-gray:hover {
  color: #333;
  border: 1px solid #c6c6c6;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
}
.feedback-btn-blue {
  text-align: center;
  cursor: pointer;
  font-family: 'Open sans';
  border-radius: 2px;
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  border: 1px solid #2f5bb7;
  color: #fff;
}

#feedback-welcome,
#feedback-anfrage,
#feedback-chat-anfrage,
#feedback-highlighter,
#feedback-overview,
#feedback-submit-success,
#feedback-submit-error {
  z-index: 400000;
  background: #fff;
  padding: 1rem 1.9375rem;
  border: 1px solid #ccc;
  outline: 0;
  background-clip: padding-box;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transform: translateZ();
}
.feedback-sethighlight,
.feedback-setblackout {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
  color: #444;
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  margin-right: 16px;
  height: 30px;
  line-height: 28px;
  min-width: 90px;
  outline: 0;
  padding: 0 8px;
  display: inline-block;
  float: left;
}
.feedback-sethighlight:hover,
.feedback-setblackout:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  border: 1px solid #c6c6c6;
  color: #333;
}
.feedback-active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  background-color: #eee;
  background-image: -webkit-linear-gradient(top,#eee,#e0e0e0);
  background-image: -moz-linear-gradient(top,#eee,#e0e0e0);
  background-image: -ms-linear-gradient(top,#eee,#e0e0e0);
  background-image: -o-linear-gradient(top,#eee,#e0e0e0);
  background-image: linear-gradient(top,#eee,#e0e0e0);
  border: 1px solid #ccc;
  color: #333;
}
.feedback-buttons {
  float: right;
  margin-top: 20px;
  clear: both;
}
.feedback-screenshot {
  max-width: 250px;
  padding: 1px;
  border: 1px solid #adadad;
}
#feedback-browser-info,
#feedback-page-info,
#feedback-page-structure,
#feedback-browser-info1,
#feedback-page-info1,
#feedback-page-structure1 {
  margin-top: 16px;
  display: none;
}

.chat_or_submit_options{
  margin-top: 12px;
  text-align: center
}
.or-container {
  background: url("/images/or_line.png") repeat-y scroll 50% 0 rgba(0, 0, 0, 0);
  display: block;
  min-height: 91px;
}
.or-container .or-text {
  background: none repeat scroll 0 0 #fff;
  color: #aaa;
  display: inline-block;
  font-style: italic;
  font-weight: bold;
  margin-top: 32px;
  min-width: 28px;
  padding: 6px 0;
  font-size: 10px;
}
#feedback-chat-not-available {
	background: none repeat scroll 0 0 #ffc;
	border-color: #dd6;
	padding: 5px;
}
