@charset "UTF-8";
/* Neue Vorgabe durch Marke. Ersetzt #0064A6 und #0E63AC */
/* entspricht 9px 8px 8px - Mehr Abstand von oben wegen des Schattens */
/* entspricht 9px 8px - Kein Schatten vorhanden */
/* Spielereien und kleine Animationen */
@-moz-keyframes wait {
  0% {
    -moz-transform: scale(0.8);
  }
  15% {
    -moz-transform: scale(1);
  }
  30% {
    -moz-transform: scale(0.8);
  }
  100% {
    -moz-transform: scale(0.8);
  }
}
@-webkit-keyframes wait {
  0% {
    -webkit-transform: scale(0.8);
  }
  15% {
    -webkit-transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.8);
  }
}
/* TK-Hausschriften */
@font-face {
  font-family: 'TK-Hausschrift-Md';
  src: url('../fonts/SoletoTK/SoletoTK_W_Md.eot');
  src: url('../fonts/SoletoTK/SoletoTK_W_Md.eot?#iefix') format('embedded-opentype'), url('../fonts/SoletoTK/SoletoTK_Md.svg#soleto_tkmedium') format('svg'), url('../fonts/SoletoTK/SoletoTK_W_Md.woff2') format('woff2'), url('../fonts/SoletoTK/SoletoTK_W_Md.woff') format('woff'), url('../fonts/SoletoTK/SoletoTK_W_Md.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TK-Hausschrift-Lt';
  src: url('../fonts/SoletoTK/SoletoTK_W_Lt.eot');
  src: url('../fonts/SoletoTK/SoletoTK_W_Lt.eot?#iefix') format('embedded-opentype'), url('../fonts/SoletoTK/SoletoTK_Lt.svg#soleto_tklight') format('svg'), url('../fonts/SoletoTK/SoletoTK_W_Lt.woff2') format('woff2'), url('../fonts/SoletoTK/SoletoTK_W_Lt.woff') format('woff'), url('../fonts/SoletoTK/SoletoTK_W_Lt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Hausschrift für Headlines */
@font-face {
  font-family: 'TK-Hausschrift-Headline-Bd';
  src: url('../fonts/SoletoTK/SoletoTKHeadline_W_Bd.eot');
  src: url('../fonts/SoletoTK/SoletoTKHeadline_W_Bd.eot?#iefix') format('embedded-opentype'), url('../fonts/SoletoTK/SoletoTK_Bd.svg#soleto_tk_headlinebold') format('svg'), url('../fonts/SoletoTK/SoletoTKHeadline_W_Bd.woff2') format('woff2'), url('../fonts/SoletoTK/SoletoTKHeadline_W_Bd.woff') format('woff'), url('../fonts/SoletoTK/SoletoTKHeadline_W_Bd.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Schriften */
/* ----------------------------------- Support Funktionen für Sprites & Icons-------------------------------*/
#prepare-sprite-include {
  /* Alle benoetigten Styles um an eine Klasse Sprites ran zu haengen */
  position: relative;
  text-indent: 0;
  /* Icons und Sprites ueber :after Pseudoelement einbinden */
}
#prepare-sprite-include:after {
  position: absolute;
  content: " ";
  background-repeat: no-repeat;
}
#icon {
  /* Funktion um background-position im Format (-123px -20px) zu absoluten Angaben umzurechnen */
  /* Wird fuer den High Contrast Mode der Icons verwendet */
  /* Erzeuge Sprite CSS (Normal + HC Mode)*/
}
/**
* Inhalt: Styles der generischen Buttons die in jedem Modul erscheinen
* Definitionen mit a, input und button Tags
*/
/* 10px */
/* 10px */
.button,
a.button,
button.button,
input.button {
  display: inline-block;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: TK-Hausschrift-Md, Helvetica, Arial, sans-serif;
  line-height: 1.375em;
  /* 22px */
  background: #454543;
  color: #f2f0ec;
  text-decoration: none !important;
  cursor: pointer;
  text-align: left;
  outline: 0;
  margin-bottom: 1em;
  padding: 0.625rem 1.25rem 0.625rem;
  overflow: visible;
  /* removes extra side spacing in IE */
  /* Positionierung */
  /* .button auf <button> Tags */
}
.button:hover,
a.button:hover,
button.button:hover,
input.button:hover,
.button:focus,
a.button:focus,
button.button:focus,
input.button:focus,
.button:active,
a.button:active,
button.button:active,
input.button:active {
  color: #f7f5f3;
  background: #333332;
}
.button.float-rechts,
a.button.float-rechts,
button.button.float-rechts,
input.button.float-rechts {
  float: right;
}
.button.float-links,
a.button.float-links,
button.button.float-links,
input.button.float-links {
  float: left;
}
.button.disabled,
a.button.disabled,
button.button.disabled,
input.button.disabled,
.button.disabled:hover,
a.button.disabled:hover,
button.button.disabled:hover,
input.button.disabled:hover {
  background: #8c8d88;
  color: #f7f5f3;
  cursor: default;
  text-shadow: none;
}
button.button,
buttona.button,
buttonbutton.button,
buttoninput.button {
  border: 0;
}
input.button,
inputa.button,
inputbutton.button,
inputinput.button {
  border: 0;
}
/******** CSS Reset **********/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/**
* YAML @section CSS-Normalisation Module ----------------------------------------------- 
* Browser-Bugs, wertet HTML5 Boilerplate aus
*/
/* Vermeidung sichtbarer Outline-Rahmen in Webkit-Browsern */
div:target {
  outline: 0 none;
}
/* HTML5 - Standard Eigenschaften für Media-Elemente */
audio,
canvas,
video {
  display: inline-block;
}
/* HTML5 - <audio> ohne Kontrollelemente sollten nicht angezeigt werden */
audio:not([controls]) {
  display: none;
}
/* HTML5 - Eigenschaften für das hidden-Attribut in älteren IEs und FF nachrüsten */
[hidden] {
  display: none;
}
/* Einheitliches Erscheinungsbild für input[type="search"] Elemente erzwingen  */
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* aus m.tk.de: Einheitliches Erscheinungsbild für input[type="submit"] Elemente erzwingen  */
input,
button,
textarea {
  font: inherit;
}
abbr[title] {
  text-decoration: none;
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  /* TODO Scrollbalken in FF/IE sind sonst gar nicht vorhanden */
}
#wrapper {
  min-height: 100%;
  margin: 0 auto;
  max-width: 768px;
  background-color: #fff;
}
html {
  font-size: 100%;
  /* Rundungsfehler abfangen, fuer identische Daarstellung in allen Browsern */
}
/* Basisschrift Arial 16px/24px */
body {
  font-family: TK-Hausschrift-Lt, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5em;
  text-align: left;
  background-color: #898989;
  color: #454543;
  -webkit-text-size-adjust: 100%;
  /* Auto-Scaling bei Landscape vermeiden */
}
body .main_container {
  position: relative;
}
body .main_container > header {
  display: table;
  width: 100%;
  max-width: 768px;
  padding: 0 1.25rem 0 0;
  /* 20px */
  box-sizing: border-box;
  background-color: #454543;
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: hidden;
  min-height: 3.75rem;
  /* 60px */
}
body .main_container > header div {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  /* selbe Hoehe wie die aktuelle Schriftgroesse */
  height: 2.1875rem;
  /* 35px -- zur korrekten Darstellung auf Samsung Galaxy Tab */
}
body .main_container > header div h1 {
  font-size: 0;
  width: 60px;
  height: 60px;
  background-image: url(../img/desktop/TK_Logo.png);
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body .main_container > header div h1 {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/desktop/TK_Logo@2x.png);
    background-size: 60px 60px;
  }
}
body .main_container > header div .schliessen-link {
  text-align: right;
  text-decoration: none;
  font-size: 14px;
  vertical-align: middle;
  padding-right: 30px;
  display: inline-block;
  position: relative;
  color: #454543;
}
body .main_container > header div .schliessen-link:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  top: 50%;
  right: 0;
  position: absolute;
  background-image: url(../img/desktop/Logout_Icon_Blau.png);
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body .main_container > header div .schliessen-link:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/desktop/Logout_Icon_Blau@2x.png);
    background-size: 20px 20px;
  }
}
body .main_container > header div .geschlossen-label {
  display: none;
  font-size: 0.875rem;
  /* 14px */
  font-family: TK-Hausschrift-Lt, Helvetica, Arial, sans-serif;
  color: #f5f3ef;
}
body .main_container > header div.right {
  text-align: right;
}
strong,
b {
  font-family: TK-Hausschrift-Md, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#chat_ctr {
  position: relative;
  padding-top: 60px;
  padding-bottom: 173px;
}
.ui-helper-hidden-accessible {
  display: none;
}
input,
textarea {
  /* Das Feld */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Border-Box Modell, damit 100% Breite auch margins und paddings enthaelt */
  line-height: 1rem;
  font-size: 1rem;
  width: 100%;
  /* Formularfelder nehmen immer die verfuegbare Breite der Spalte an, in der sie sind */
  padding: 0.5625rem 0.5rem 0.5rem;
  background: #ffffff;
  border: 2px solid #a0a09f;
  color: #454543;
  display: block;
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
  outline: 0;
}
input:hover,
textarea:hover {
  border: 2px solid #a0a09f;
}
input:focus,
textarea:focus,
input:active,
textarea:active {
  border: 2px solid #a0a09f;
}
input[disabled='disabled'],
textarea[disabled='disabled'] {
  -webkit-box-shadow: none;
  /* iOS <4.3 & Android <4.1 */
  box-shadow: none;
  border: 1px solid #f2f2f2;
  color: #cccccc;
}
input.ui-state-error,
textarea.ui-state-error {
  border: 1px solid #D12359;
}
input::-ms-clear,
textarea::-ms-clear {
  /* IE10+ zeigt ein "x" zu loeschen der Feldinhalte an. Weg damit, macht nur Probleme mit dem Kalender Icon oder dem Autocomplete Icon, z.B. */
  /* Kein display:none; wegen http://stackoverflow.com/a/14739092 */
  width: 0;
  height: 0;
}
/**
 *    nmchat: Generelle Styles
 */
/*** chat styles ***/
#nmchat {
  /* ENDE .alternatives */
  /* ENDE .chat-nachricht */
  /* Footer */
  /* ENDE .chat-nachricht-textbox / Footer */
}
#nmchat a {
  color: #454543;
  text-decoration: underline;
  font-weight: normal;
  outline: 0;
}
#nmchat a:hover {
  text-decoration: underline;
}
#nmchat .button,
#nmchat a.button,
#nmchat button.button,
#nmchat input.button {
  display: block;
  margin: 0 auto;
}
#nmchat .button.button-big,
#nmchat a.button.button-big,
#nmchat button.button.button-big,
#nmchat input.button.button-big {
  position: relative;
  padding-right: 2.625rem;
  /* 42px => 15px + Breite Arrow (12px) + 15px */
  font-size: 16px;
  /* desktop und mobile gleich */
}
#nmchat .button.button-big:active:after,
#nmchat a.button.button-big:active:after,
#nmchat button.button.button-big:active:after,
#nmchat input.button.button-big:active:after,
#nmchat .button.button-big:hover:after,
#nmchat a.button.button-big:hover:after,
#nmchat button.button.button-big:hover:after,
#nmchat input.button.button-big:hover:after,
#nmchat .button.button-big:focus:after,
#nmchat a.button.button-big:focus:after,
#nmchat button.button.button-big:focus:after,
#nmchat input.button.button-big:focus:after {
  border-right-color: #f7f5f3;
  border-left-color: #f7f5f3;
}
#nmchat .button.button-big:after,
#nmchat a.button.button-big:after,
#nmchat button.button.button-big:after,
#nmchat input.button.button-big:after {
  position: absolute;
  top: .9375rem;
  right: 1.0625rem;
  content: "";
  display: inline-block;
  width: .625rem;
  height: .625rem;
  border-right: 2px solid #f2f0ec;
  border-top: 2px solid #f2f0ec;
  transform: rotate(45deg);
}
#nmchat .error {
  color: #d01d45;
  display: block;
}
#nmchat #main {
  padding: 2.5rem 3.75rem 0;
  /* 40px 60px 0 */
  line-height: 1.25rem;
  /* 20px */
  font-size: 1rem;
  /* 16px */
}
#nmchat #main:before {
  content: "";
  display: table;
}
#nmchat #main:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
#nmchat #main .text {
  font-size: 1rem;
  /* 16px */
  line-height: 1.25rem;
  /* 20px */
}
#nmchat #main p {
  margin: .5rem 0 1rem;
  /* 8px 0 16px */
}
#nmchat #main.available {
  /* state: available */
}
#nmchat #main.available .form-container {
  margin: 1.875rem 0 1.25rem;
}
#nmchat #main.available .form-container input {
  margin: .9375rem auto 1.875rem;
}
#nmchat #main.available .form-container a {
  display: inline-block;
  font-size: .9375rem;
  /* 15px */
  margin-top: 20px;
  padding-bottom: 6px;
  text-decoration: none;
  border-bottom: 1px solid #454543;
  color: #454543;
}
#nmchat #main.error {
  /* state: error */
  margin-bottom: 1.875rem;
}
#nmchat #main.unavailable {
  /* state: unavailable */
  margin-bottom: 1.875rem;
}
#nmchat #main.wait {
  /* state: wait */
}
#nmchat #main.chat {
  /* state chat */
  margin: 0;
}
#nmchat #main.chat nmchat_history {
  padding: 0 .9375rem;
  /* 0 15px */
}
#nmchat #main.afterchat {
  /* state: afterchat */
}
#nmchat #main.reloaded {
  /* state: reloaded */
}
#nmchat .alternatives-introduction {
  padding: 0;
  font-weight: normal;
  font-size: 1rem;
  /* 16px */
  color: #454543;
  line-height: 1.25rem;
  /* 20px */
}
#nmchat .alternatives-introduction:before {
  content: "";
  display: block;
  width: 78px;
  height: 50px;
  margin: 1.625rem auto 2.5rem;
  background-image: url(../img/desktop/Person_Icon.png);
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #nmchat .alternatives-introduction:before {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/desktop/Person_Icon@2x.png);
    background-size: 78px 50px;
  }
}
#nmchat .alternatives {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 768px;
  color: #454543;
}
#nmchat .alternatives a {
  text-decoration: none;
  color: inherit;
}
#nmchat .alternatives nav {
  text-align: center;
  border-bottom: 2px solid #a0a09f;
  margin: 0 1.25rem;
}
#nmchat .alternatives nav ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  vertical-align: bottom;
}
#nmchat .alternatives nav ul li {
  float: left;
  width: 4.375rem;
  /* 70px */
  text-align: center;
  padding: 2.1875rem 0 0;
  /* 35px 0 0 */
  margin-right: 2.5rem;
  /* 40px */
}
#nmchat .alternatives nav ul li.active a:before {
  border-top-color: #454543;
}
#nmchat .alternatives nav ul li a {
  position: relative;
  font-size: .9375rem;
  /* 15px */
  display: block;
  height: 1.25rem;
  /* 20px */
}
#nmchat .alternatives nav ul li a:before {
  /* Rahmen unterhalb des Links */
  content: "";
  position: absolute;
  bottom: 0;
  border-top: 3px solid transparent;
  width: 4.125rem;
  /* 66px */
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}
#nmchat .alternatives nav ul li a:after {
  content: "";
  position: absolute;
  top: -2.1875rem;
  /* -35px */
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2.1875rem;
  /* 35px */
  width: 4.3125rem;
  /* 69px */
  background-position: center;
}
#nmchat .alternatives nav ul li a:hover {
  color: #454543;
}
#nmchat .alternatives nav ul li a:hover:before {
  border-top-color: #454543;
}
#nmchat .alternatives nav ul li a.call:after {
  background-image: url(../img/desktop/Phone_Icon_Blau.png);
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #nmchat .alternatives nav ul li a.call:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/desktop/Phone_Icon_Blau@2x.png);
    background-size: 57px 29px;
  }
}
#nmchat .alternatives nav ul li a.call:hover:after {
  background-image: url(../img/desktop/Phone_Icon_Blau_Hover.png);
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #nmchat .alternatives nav ul li a.call:hover:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/desktop/Phone_Icon_Blau_Hover@2x.png);
    background-size: 57px 29px;
  }
}
#nmchat .alternatives nav ul li a.mail:after {
  background-image: url(../img/desktop/Nachricht_Icon_Blau.png);
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #nmchat .alternatives nav ul li a.mail:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/desktop/Nachricht_Icon_Blau@2x.png);
    background-size: 57px 29px;
  }
}
#nmchat .alternatives nav ul li a.mail:hover:after {
  background-image: url(../img/desktop/Nachricht_Icon_Blau_Hover.png);
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #nmchat .alternatives nav ul li a.mail:hover:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/desktop/Nachricht_Icon_Blau_Hover@2x.png);
    background-size: 57px 29px;
  }
}
#nmchat .alternatives nav ul li a.rcall:after {
  background-image: url(../img/desktop/Callback_Icon_Blau.png);
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #nmchat .alternatives nav ul li a.rcall:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/desktop/Callback_Icon_Blau@2x.png);
    background-size: 57px 29px;
  }
}
#nmchat .alternatives nav ul li a.rcall:hover:after {
  background-image: url(../img/desktop/Callback_Icon_Blau_Hover.png);
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #nmchat .alternatives nav ul li a.rcall:hover:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/desktop/Callback_Icon_Blau_Hover@2x.png);
    background-size: 57px 29px;
  }
}
#nmchat .alternatives nav ul li:last-child {
  margin-right: 0;
}
#nmchat .alternatives nav ul li:last-child a:after {
  border: none;
}
#nmchat .alternatives .content {
  /* Inhalt der einzelnen Tabs */
  background: #ffffff;
  padding: 1.25rem .625rem .75rem;
  /* 20px 10px 12px */
  text-align: center;
  font-size: 1rem;
  min-height: 5.1875rem;
  /* 83px */
  line-height: 1.0625em;
  /* 17px */
  width: 100%;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#nmchat .alternatives .content div {
  display: table-cell;
  vertical-align: top;
  font-size: .875rem;
  /* 14px */
}
#nmchat .alternatives .content div.call {
  font-size: 1rem;
}
#nmchat .alternatives .content div.call a:after {
  content: none;
}
#nmchat .alternatives .content div:not(.active) {
  display: none;
}
#nmchat .alternatives .content a {
  position: relative;
  padding-right: 1.75rem;
  font-family: TK-Hausschrift-Md, Helvetica, Arial, sans-serif;
}
#nmchat .alternatives .content a:after {
  /* Icon vor dem Link */
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  height: 12px;
  width: 12px;
  background-image: url(../img/desktop/icon-arrow-right-petrol.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #nmchat .alternatives .content a:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/desktop/icon-arrow-right-petrol@2x.png);
    background-size: 12px 12px;
  }
}
#nmchat .alternatives .content .notice {
  display: block;
  font-size: .75rem;
  /* 12px */
}
#nmchat .alternatives .content .call a {
  font-size: inherit;
}
#nmchat .alternatives .content .call a:after {
  top: .5rem;
}
#nmchat .headline h2 {
  font-family: TK-Hausschrift-Headline-Bd, Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 1.5rem;
  /* 24px */
  font-weight: normal;
  line-height: 1.75rem;
  /* 28px */
  margin-top: 0;
  margin-bottom: 1.75rem;
  /* 28px + 2px aus der Line-Height */
  display: inline-block;
  color: #454543;
}
#nmchat .status-message,
#nmchat .message {
  /* TODO: refactoring der CSS-Klasse */
  font-family: TK-Hausschrift-Headline-Bd, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  /* 24px */
  line-height: 1.25em;
  margin: 0 0 2.5rem;
  color: #454543;
}
#nmchat #afterchat.status-message {
  font-size: 1rem;
}
#nmchat .icon-waiting {
  position: relative;
  font-size: 1rem;
  font-family: TK-Hausschrift-Lt, Helvetica, Arial, sans-serif;
}
#nmchat .icon-waiting:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  margin: 2.5rem auto;
  width: 72px;
  height: 70px;
  background-image: url(../img/desktop/Loading_Animation_Blau.gif);
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #nmchat .icon-waiting:before {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/desktop/Loading_Animation_Blau@2x.gif);
    background-size: 72px 70px;
  }
}
#nmchat .chat .message {
  position: relative;
  overflow: hidden;
  margin: 0 -0.9375rem;
  /* -15px - verhindert das Abschneiden der Pfeile */
  padding: 0 0.9375rem;
  /*  15px -         --"--                        */
}
#nmchat .chat-nachricht,
#nmchat_status .status-nachricht {
  position: relative;
  float: right;
  background: #dbd7d1;
  color: #454543;
  padding: .625rem;
  margin: 0 0 .75rem 7.5rem;
  /* 0px 0px 12px 120px */
  font-size: 1rem;
  /* 16px */
  line-height: 20px;
  text-align: left;
  word-break: break-word;
  clear: both;
  /* Nachrichten sollen immer untereinander dargestellt werden */
  /* Kopfbereich mit Name und Uhrzeit */
  /* Pfeilspitze am seitlichen Rand der Nachricht */
  /* Eingabefeld */
}
#nmchat .chat-nachricht header,
#nmchat_status .status-nachricht header {
  position: relative;
  margin-bottom: .3125rem;
  /* 5px */
}
#nmchat .chat-nachricht header:before,
#nmchat_status .status-nachricht header:before {
  content: "";
  display: table;
}
#nmchat .chat-nachricht header:after,
#nmchat_status .status-nachricht header:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
#nmchat .chat-nachricht header h3,
#nmchat_status .status-nachricht header h3 {
  /* Name */
  margin-right: 2.1875rem;
  /* 35px */
  font-family: TK-Hausschrift-Md, Helvetica, Arial, sans-serif;
  display: inline-block;
}
#nmchat .chat-nachricht header h3 img,
#nmchat_status .status-nachricht header h3 img {
  vertical-align: middle;
}
#nmchat .chat-nachricht .content a,
#nmchat_status .status-nachricht .content a {
  color: inherit;
}
#nmchat .chat-nachricht .content em,
#nmchat_status .status-nachricht .content em {
  font-style: italic;
}
#nmchat .chat-nachricht time,
#nmchat_status .status-nachricht time {
  /* Uhrzeit */
  display: inline-block;
  width: 100%;
  text-align: right;
  font-family: TK-Hausschrift-Md, Helvetica, Arial, sans-serif;
  font-size: .75rem;
  line-height: .75rem;
}
#nmchat .chat-nachricht:after,
#nmchat_status .status-nachricht:after {
  content: "";
  position: absolute;
  top: .625rem;
  /* 10px */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nmchat .chat-nachricht.chat-nachricht-benutzer:after,
#nmchat_status .status-nachricht.chat-nachricht-benutzer:after {
  right: -7px;
  border-left: 15px solid #dbd7d1;
  border-bottom: 15px solid #dbd7d1;
}
#nmchat .chat-nachricht.chat-nachricht-tk-mitarbeiter,
#nmchat_status .status-nachricht.chat-nachricht-tk-mitarbeiter,
#nmchat_status .status-nachricht {
  float: left;
  margin-right: 7.5rem;
  /* 120px */
  margin-left: .5rem;
  /* 8px */
  background: #f2f0ec;
  color: #454543;
}
#nmchat .chat-nachricht.chat-nachricht-tk-mitarbeiter:after,
#nmchat_status .status-nachricht.chat-nachricht-tk-mitarbeiter:after,
#nmchat_status .status-nachricht:after {
  left: -8px;
  border-left: 15px solid #f2f0ec;
  border-bottom: 15px solid #f2f0ec;
}
#nmchat .chat-nachricht-textbox {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 768px;
  padding: 1.875rem 1.25rem .9375rem;
  /* 30px 20px 15px */
  display: table;
  background: #ffffff;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#nmchat .chat-nachricht-textbox .footer-wrapper {
  border-top: 2px solid #a0a09f;
  padding-top: 1.25rem;
}
#nmchat .chat-nachricht-textbox .input_ctr {
  line-height: 0;
  /* entfernt ungewollten Abstand unterhalb der Textarea */
  width: 100%;
  padding-bottom: 1.25rem;
}
#nmchat .chat-nachricht-textbox .input_ctr textarea#nmchat_input {
  padding: .25rem .375rem;
  /* 4px 6px */
  /* white-space: pre; */
  resize: none;
  line-height: 1.5;
  height: 74px;
}
#nmchat .chat-nachricht-textbox .controls {
  text-align: center;
}
#nmchat .chat-nachricht-textbox .controls .input__charcount {
  text-align: left;
  max-width: 66%;
}
#nmchat .chat-nachricht-textbox .controls .button {
  float: right;
  position: relative;
  margin: 0;
  padding-right: 2.625rem;
  /* 42px => 15px + Breite Arrow (12px) + 15px */
  font-size: 16px;
  /* desktop und mobile gleich */
}
#nmchat .chat-nachricht-textbox .controls .button:active:after,
#nmchat .chat-nachricht-textbox .controls .button:hover:after,
#nmchat .chat-nachricht-textbox .controls .button:focus:after {
  border-right-color: #f7f5f3;
  border-left-color: #f7f5f3;
}
#nmchat .chat-nachricht-textbox .controls .button.disabled:after {
  border-right-color: #f7f5f3;
  border-left-color: #f7f5f3;
}
#nmchat .chat-nachricht-textbox .controls .button:after {
  position: absolute;
  top: .9375rem;
  right: 1.0625rem;
  content: "";
  display: inline-block;
  width: .625rem;
  height: .625rem;
  border-right: 2px solid #f2f0ec;
  border-top: 2px solid #f2f0ec;
  transform: rotate(45deg);
}
#nmchat .chat-nachricht-textbox .input_ctr,
#nmchat .chat-nachricht-textbox .controls {
  vertical-align: middle;
}
#nmchat .status_ctr {
  table-layout: fixed;
  margin: 3px;
  border-spacing: 0px;
  width: 100%;
}
#nmchat .status_ctr td {
  vertical-align: middle;
  text-align: center;
}
#nmchat .status_ctr td.fc {
  width: 10px;
}
#nmchat #nmchat_history {
  /* auch für reloaded */
  padding: 0 0 1.25rem;
  margin: 0 -1.875rem;
}
#nmchat #nmchat_history:before {
  content: "";
  display: table;
}
#nmchat #nmchat_history:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
/* ENDE #nmchat */
#nmchat_status {
  font-size: 0;
}
#nmchat_status .status-nachricht {
  left: 34px;
  top: -197px;
  float: none;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 3px;
}
#nmchat_status .status-nachricht .typing span {
  font-size: 1.375rem;
  /* 22px */
  line-height: 1.375rem;
  -webkit-transform: scale(0.8);
  -moz-animation: wait 1.5s infinite linear;
  -webkit-animation: wait 1.5s infinite linear;
}
#nmchat_status .status-nachricht .typing span.point-2 {
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
}
#nmchat_status .status-nachricht .typing span.point-3 {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
#nmchat_request_led,
#nmchat_response_led {
  display: none;
  color: #ffddaa;
  width: 5px;
  height: 5px;
  line-height: 1px;
  overflow: hidden;
}
#nmchat_response_led {
  margin-top: 2px;
}
@media only screen and (max-width: 760px) {
  /**
 *	nmchat: Mobile Styles
 */
  body,
  html {
    font-size: 16px;
  }
  /*** chat styles ***/
  #nmchat .chat-nachricht,
  #nmchat_status .status-nachricht {
    font-size: 1rem;
    /* 16px */
    margin-left: 4.25rem;
    /* 68px */
    margin-right: 0.5rem;
    /* 8px */
    margin-bottom: 0.625rem;
    /* 10px */
  }
  #nmchat .chat-nachricht.chat-nachricht-tk-mitarbeiter,
  #nmchat_status .status-nachricht.chat-nachricht-tk-mitarbeiter,
  #nmchat_status .status-nachricht {
    margin-left: 0.5rem;
    /* 8px */
    margin-right: 4.25rem;
    /* 68px */
  }
}
@media only print {
  /**
 *	nmchat: Print Styles
 */
  * {
    color: #000;
  }
  #chat_ctr {
    border-width: 0;
    top: 0;
    position: static !important;
    height: auto !important;
    overflow: visible !important;
  }
  body,
  #wrapper {
    background: none;
    -webkit-box-shadow: none;
    /* iOS <4.3 & Android <4.1 */
    box-shadow: none;
  }
  body .main_container > header .right {
    display: none;
  }
  body .main_container #nmchat .button {
    display: none;
  }
  #nmchat .reloaded {
    border-width: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: transparent;
  }
  #nmchat .reloaded #nmchat_history {
    border-width: 0;
    background-color: transparent;
    padding: 0;
  }
  #nmchat .reloaded #nmchat_history .chat-nachricht,
  #nmchat .reloaded #nmchat_history .status-nachricht {
    background: none;
    width: 100%;
    margin: 20px 0 35px;
    padding: 0;
    float: none;
    clear: both;
    -webkit-box-shadow: none;
    /* iOS <4.3 & Android <4.1 */
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #nmchat .reloaded #nmchat_history .chat-nachricht:before,
  #nmchat .reloaded #nmchat_history .status-nachricht:before,
  #nmchat .reloaded #nmchat_history .chat-nachricht:after,
  #nmchat .reloaded #nmchat_history .status-nachricht:after {
    display: none;
  }
  #nmchat .reloaded #nmchat_history .chat-nachricht header,
  #nmchat .reloaded #nmchat_history .status-nachricht header {
    border-bottom: 1px solid #ccc;
  }
  #nmchat .reloaded #nmchat_history .chat-nachricht header time,
  #nmchat .reloaded #nmchat_history .status-nachricht header time {
    right: 10px;
  }
  #nmchat .reloaded #nmchat_history .chat-nachricht header,
  #nmchat .reloaded #nmchat_history .status-nachricht header,
  #nmchat .reloaded #nmchat_history .chat-nachricht .content,
  #nmchat .reloaded #nmchat_history .status-nachricht .content {
    padding: 0 10px;
  }
  #agent_logo,
  #logo,
  .button_ctr {
    display: none;
  }
}

