/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html, body {
  padding: 0;
  margin: 0;
}

#t100iframe {
  position: absolute;
  width: 700px;
  height: 720px;
  top: 600px;
  left: 188px;
  z-index: 490;
}

body {
  position: absolute;
  width: 1080px;
  height: 1920px;
  border: 1px solid blue;
  overflow: hidden;
}
body.siteDlm.background {
  background-image: url(/img/240801_DM_Term1Standard.png);
}
body.siteDsm.background {
  background-image: url(/img/240801_DSM_Term1Standard.png);
}
body.siteDlmadac.background {
  background-image: url(/img/DM_term_HG_ADAC.png);
}
body.background {
  background-repeat: no-repeat;
}

.overlay {
  position: absolute;
  width: 1080px;
  height: 1920px;
  top: 0;
  left: 0;
}

.timeoutOverlay {
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  color: white;
  font-size: 50px;
  display: table;
  font-family: sans-serif;
}
.timeoutOverlay span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#welcomeDe {
  z-index: 10;
}

#welcomeEn {
  z-index: 11;
}

#thankuDe {
  z-index: 12;
}

#welcomeEn {
  z-index: 13;
}

.siteDlm #welcomeDe {
  background-image: url(/img/DM_term_01_Start_de.png);
}
.siteDlm #welcomeEn {
  background-image: url(/img/DM_term_01_Start_en.png);
}
.siteDlm #thankuDe {
  background-image: url(/img/DM_term_01_Danke_de.png);
}
.siteDlm #thankuEn {
  background-image: url(/img/DM_term_01_Danke_en.png);
}
.siteDlm #sprachwahlEn {
  background-image: url(/img/DM_term_sprache_en_state.png);
}
.siteDlm #sprachwahlEn:active {
  background-image: url(/img/DM_term_sprache_en_pressed.png);
}
.siteDlm #sprachwahlDe {
  background-image: url(/img/DM_term_sprache_de_state.png);
}
.siteDlm #sprachwahlDe:active {
  background-image: url(/img/DM_term_sprache_de_pressed.png);
}
.siteDlm #votingDe {
  background-image: url(/img/DM_term_01_Voting_de.png);
}
.siteDlm #votingEn {
  background-image: url(/img/DM_term_01_Voting_en.png);
}
.siteDlm #saybubbleDe {
  background-image: url(/img/DM_term_Sprechblase_de.png);
}
.siteDlm #saybubbleEn {
  background-image: url(/img/DM_term_Sprechblase_en.png);
}

.siteDsm #welcomeDe {
  background-image: url(/img/DSM_term_01_Start_de.png);
}
.siteDsm #welcomeEn {
  background-image: url(/img/DSM_term_01_Start_en.png);
}
.siteDsm #thankuDe {
  background-image: url(/img/DSM_term_01_Danke_de.png);
}
.siteDsm #thankuEn {
  background-image: url(/img/DSM_term_01_Danke_en.png);
}
.siteDsm #sprachwahlEn {
  background-image: url(/img/DSM_term_sprache_en_state.png);
}
.siteDsm #sprachwahlEn:active {
  background-image: url(/img/DSM_term_sprache_en_pressed.png);
}
.siteDsm #sprachwahlDe {
  background-image: url(/img/DSM_term_sprache_de_state.png);
}
.siteDsm #sprachwahlDe:active {
  background-image: url(/img/DSM_term_sprache_de_pressed.png);
}
.siteDsm #votingDe {
  background-image: url(/img/DSM_term_01_Voting_de.png);
}
.siteDsm #votingEn {
  background-image: url(/img/DSM_term_01_Voting_en.png);
}
.siteDsm #saybubbleDe {
  background-image: url(/img/DSM_term_Sprechblase_de.png);
}
.siteDsm #saybubbleEn {
  background-image: url(/img/DSM_term_Sprechblase_en.png);
}

.siteDlmadac #welcomeDe {
  background-image: url(/img/DMADAC_term_01_Start_de.png);
}
.siteDlmadac #welcomeEn {
  background-image: url(/img/DMADAC_term_01_Start_en.png);
}
.siteDlmadac #thankuDe {
  background-image: url(/img/DMADAC_term_01_Danke_de.png);
}
.siteDlmadac #thankuEn {
  background-image: url(/img/DMADAC_term_01_Danke_en.png);
}
.siteDlmadac #sprachwahlEn {
  background-image: url(/img/DM_term_sprache_de_state.png);
}
.siteDlmadac #sprachwahlEn:active {
  background-image: url(/img/DM_term_sprache_de_pressed.png);
}
.siteDlmadac #sprachwahlDe {
  background-image: url(/img/DM_term_sprache_en_state.png);
}
.siteDlmadac #sprachwahlDe:active {
  background-image: url(/img/DM_term_sprache_en_pressed.png);
}
.siteDlmadac #saybubbleDe {
  background-image: url(/img/DM_term_Sprechblase_de.png);
}
.siteDlmadac #saybubbleEn {
  background-image: url(/img/DM_term_Sprechblase_en.png);
}
.siteDlmadac #votingDe {
  background-image: url(/img/DMADAC_term_01_Voting_de.png);
}
.siteDlmadac #votingEn {
  background-image: url(/img/DMADAC_term_01_Voting_en.png);
}

#t100url {
  width: 80%;
}

#loader {
  background: white;
  z-index: 9999;
}

.sprachwahl {
  position: absolute;
  width: 214px;
  height: 100px;
  top: 1820px;
  left: 200px;
  z-index: 500;
}

#sprachwahlEn {
  background-repeat: no-repeat;
}

#sprachwahlDe {
  background-repeat: no-repeat;
}

#votingDe {
  z-index: 400;
}

#votingEn {
  z-index: 401;
}

#voting {
  z-index: 400;
}

.saybubble {
  z-index: 510;
  position: absolute;
  height: 170px;
  width: 240px;
  left: 0px;
  top: 1150px;
}

#votingForm {
  z-index: 1500;
  position: absolute;
  top: 1002px;
  left: 280px;
  width: 520px;
  height: 280px;
  border: 0px solid red;
  overflow: hidden;
}
#votingForm .errorMessage {
  opacity: 0;
}
#votingForm #votingFormForm input[type=text] {
  margin-top: 11px;
  margin-left: 4px;
  width: 508px;
  height: 53px;
  opacity: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20pt;
  background-color: transparent;
  border: 0px solid red;
  caret-color: transparent;
}
#votingForm #votingFormForm input[type=checkbox] {
  margin-top: 22px;
  width: 30px;
  height: 30px;
  border: 0;
  background-color: transparent;
}
#votingForm #votingFormForm input[type=button] {
  margin-top: 57px;
  width: 370px;
  height: 60px;
  opacity: 0;
}
#votingForm #votingFormForm .textSubstituion {
  position: relative;
  display: inline-block;
  width: 480px;
  height: 30px;
  border: 0px solid magenta;
}
#votingForm #votingFormForm .text {
  position: relative;
  padding-bottom: 5px;
  font-size: 20px;
}
#votingForm #votingFormForm textarea:focus, #votingForm #votingFormForm input:focus, #votingForm #votingFormForm .text:focus {
  outline: none;
}

#keyboardPlane {
  position: absolute;
  width: 620px;
  height: 264px;
  left: 230px;
  top: 1430px;
  z-index: 5000;
}
#keyboardPlane #keyboard {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9500;
  overflow: visible;
}
#keyboardPlane #keyboard .key {
  display: inline-block;
  position: relative;
  height: 45px !important;
  width: 45px;
  border-radius: 2px;
  margin-right: 9.5px;
}
#keyboardPlane #keyboard .key.keyAt, #keyboardPlane #keyboard .key.keyChr {
  width: 99px;
}
#keyboardPlane #keyboard .key.keyBsp {
  width: 73px;
}
#keyboardPlane #keyboard .key.keySpc {
  width: 266px;
}
#keyboardPlane #keyboard .key.keyRe2 {
  width: 87px;
}
#keyboardPlane #keyboard .row {
  position: absolute;
  width: 110%;
}
#keyboardPlane #keyboard .row0 {
  left: 0;
  top: 0px;
}
#keyboardPlane #keyboard .row0 .key0 {
  background-position: 0px 0px;
}
#keyboardPlane #keyboard .row0 .key1 {
  background-position: -54px 0px;
}
#keyboardPlane #keyboard .row0 .key2 {
  background-position: -109px 0px;
}
#keyboardPlane #keyboard .row0 .key3 {
  background-position: -165px 0px;
}
#keyboardPlane #keyboard .row0 .key4 {
  background-position: -218px 0px;
}
#keyboardPlane #keyboard .row0 .key5 {
  background-position: -274px 0px;
}
#keyboardPlane #keyboard .row0 .key6 {
  background-position: -329px 0px;
}
#keyboardPlane #keyboard .row0 .key7 {
  background-position: -383px 0px;
}
#keyboardPlane #keyboard .row0 .key8 {
  background-position: -438px 0px;
}
#keyboardPlane #keyboard .row0 .key9 {
  background-position: -492px 0px;
}
#keyboardPlane #keyboard .row0 .key10 {
  background-position: -548px 0px;
}
#keyboardPlane #keyboard .row1 {
  left: 28px;
  top: 55px;
}
#keyboardPlane #keyboard .row1 .key0 {
  background-position: -28px -55px;
}
#keyboardPlane #keyboard .row1 .key1 {
  background-position: -82px -55px;
}
#keyboardPlane #keyboard .row1 .key2 {
  background-position: -137px -55px;
}
#keyboardPlane #keyboard .row1 .key3 {
  background-position: -193px -55px;
}
#keyboardPlane #keyboard .row1 .key4 {
  background-position: -246px -55px;
}
#keyboardPlane #keyboard .row1 .key5 {
  background-position: -302px -55px;
}
#keyboardPlane #keyboard .row1 .key6 {
  background-position: -357px -55px;
}
#keyboardPlane #keyboard .row1 .key7 {
  background-position: -411px -55px;
}
#keyboardPlane #keyboard .row1 .key8 {
  background-position: -466px -55px;
}
#keyboardPlane #keyboard .row1 .key9 {
  background-position: -520px -55px;
}
#keyboardPlane #keyboard .row1 .key10 {
  background-position: -576px -55px;
}
#keyboardPlane #keyboard .row1 .keyRet {
  background-color: red;
  height: 264px !important;
  width: 620px !important;
  position: absolute;
  left: -28px;
  top: -55px;
  background-position: 0 0;
  clip-path: polygon(93% 20%, 100% 20%, 100% 59%, 87% 59%, 87% 41%, 93% 40%);
}
#keyboardPlane #keyboard .row2 {
  left: 47px;
  top: 109px;
  border: 0px solid orange;
  width: 492px;
}
#keyboardPlane #keyboard .row2 .key0 {
  background-position: -47px -109px;
}
#keyboardPlane #keyboard .row2 .key1 {
  background-position: -101px -109px;
}
#keyboardPlane #keyboard .row2 .key2 {
  background-position: -156px -109px;
}
#keyboardPlane #keyboard .row2 .key3 {
  background-position: -212px -109px;
}
#keyboardPlane #keyboard .row2 .key4 {
  background-position: -265px -109px;
}
#keyboardPlane #keyboard .row2 .key5 {
  background-position: -321px -109px;
}
#keyboardPlane #keyboard .row2 .key6 {
  background-position: -376px -109px;
}
#keyboardPlane #keyboard .row2 .key7 {
  background-position: -430px -109px;
}
#keyboardPlane #keyboard .row2 .key8 {
  background-position: -485px -109px;
}
#keyboardPlane #keyboard .row2 .key9 {
  background-position: -539px -109px;
}
#keyboardPlane #keyboard .row2 .key10 {
  background-position: -595px -109px;
}
#keyboardPlane #keyboard .row3 {
  left: 82px;
  top: 165px;
}
#keyboardPlane #keyboard .row3 .key0 {
  background-position: -82px -165px;
}
#keyboardPlane #keyboard .row3 .key1 {
  background-position: -136px -165px;
}
#keyboardPlane #keyboard .row3 .key2 {
  background-position: -191px -165px;
}
#keyboardPlane #keyboard .row3 .key3 {
  background-position: -247px -165px;
}
#keyboardPlane #keyboard .row3 .key4 {
  background-position: -300px -165px;
}
#keyboardPlane #keyboard .row3 .key5 {
  background-position: -356px -165px;
}
#keyboardPlane #keyboard .row3 .key6 {
  background-position: -411px -165px;
}
#keyboardPlane #keyboard .row3 .key7 {
  background-position: -465px -165px;
}
#keyboardPlane #keyboard .row3 .key8 {
  background-position: -520px -165px;
}
#keyboardPlane #keyboard .row3 .key9 {
  background-position: -574px -165px;
}
#keyboardPlane #keyboard .row3 .key10 {
  background-position: -630px -165px;
}
#keyboardPlane #keyboard .row4 {
  left: 49px;
  top: 220px;
}
#keyboardPlane #keyboard .row4 .key0 {
  background-position: -49px -219px;
}
#keyboardPlane #keyboard .row4 .key1 {
  background-position: -159px -219px;
}
#keyboardPlane #keyboard .row4 .key2 {
  background-position: -433px -219px;
}
#keyboardPlane #keyboard .row4 .key3 {
  background-position: -489px -219px;
}
#keyboardPlane #keyboard .row4 .key4 {
  background-position: -542px -219px;
}
#keyboardPlane #keyboard .row4 .key5 {
  background-position: -598px -219px;
}
#keyboardPlane #keyboard .row4 .key6 {
  background-position: -653px -219px;
}
#keyboardPlane #keyboard .row4 .key7 {
  background-position: -707px -219px;
}
#keyboardPlane #keyboard .row4 .key8 {
  background-position: -762px -219px;
}
#keyboardPlane #keyboard .row4 .key9 {
  background-position: -816px -219px;
}
#keyboardPlane #keyboard .row4 .key10 {
  background-position: -872px -219px;
}

.siteDlm #keyboardPlane #keyboard .key,
.siteDlmadac #keyboardPlane #keyboard .key {
  background-image: url("/img/keyboard/DM_term_tast_de_1_state.png");
}
.siteDlm #keyboardPlane #keyboard .key.keysEn,
.siteDlmadac #keyboardPlane #keyboard .key.keysEn {
  background-image: url("/img/keyboard/DM_term_tast_en_1_state.png");
}
.siteDlm #keyboardPlane #keyboard .key.specialChars,
.siteDlmadac #keyboardPlane #keyboard .key.specialChars {
  background-image: url("/img/keyboard/DM_term_tast_de_2_state.png");
}
.siteDlm #keyboardPlane #keyboard .key.specialChars.keysEn,
.siteDlmadac #keyboardPlane #keyboard .key.specialChars.keysEn {
  background-image: url("/img/keyboard/DM_term_tast_en_2_state.png");
}
.siteDlm #keyboardPlane #keyboard .key:active, .siteDlm #keyboardPlane #keyboard .key:hover, .siteDlm #keyboardPlane #keyboard .key.active,
.siteDlmadac #keyboardPlane #keyboard .key:active,
.siteDlmadac #keyboardPlane #keyboard .key:hover,
.siteDlmadac #keyboardPlane #keyboard .key.active {
  background-image: url("/img/keyboard/DM_term_tast_de_1_pressed.png");
}
.siteDlm #keyboardPlane #keyboard .key:active.keysEn, .siteDlm #keyboardPlane #keyboard .key:hover.keysEn, .siteDlm #keyboardPlane #keyboard .key.active.keysEn,
.siteDlmadac #keyboardPlane #keyboard .key:active.keysEn,
.siteDlmadac #keyboardPlane #keyboard .key:hover.keysEn,
.siteDlmadac #keyboardPlane #keyboard .key.active.keysEn {
  background-image: url("/img/keyboard/DM_term_tast_en_1_pressed.png");
}
.siteDlm #keyboardPlane #keyboard .key:active.specialChars, .siteDlm #keyboardPlane #keyboard .key:hover.specialChars, .siteDlm #keyboardPlane #keyboard .key.active.specialChars,
.siteDlmadac #keyboardPlane #keyboard .key:active.specialChars,
.siteDlmadac #keyboardPlane #keyboard .key:hover.specialChars,
.siteDlmadac #keyboardPlane #keyboard .key.active.specialChars {
  background-image: url("/img/keyboard/DM_term_tast_de_2_pressed.png");
}
.siteDlm #keyboardPlane #keyboard .key:active.specialChars.keysEn, .siteDlm #keyboardPlane #keyboard .key:hover.specialChars.keysEn, .siteDlm #keyboardPlane #keyboard .key.active.specialChars.keysEn,
.siteDlmadac #keyboardPlane #keyboard .key:active.specialChars.keysEn,
.siteDlmadac #keyboardPlane #keyboard .key:hover.specialChars.keysEn,
.siteDlmadac #keyboardPlane #keyboard .key.active.specialChars.keysEn {
  background-image: url("/img/keyboard/DM_term_tast_en_2_pressed.png");
}
.siteDlm #keyboardPlane #keyboard .row1 .keyRet,
.siteDlmadac #keyboardPlane #keyboard .row1 .keyRet {
  background-image: url(/img/keyboard/DM_term_tast_en_1_state.png);
}
.siteDlm #keyboardPlane #keyboard .row1 .keyRet:active, .siteDlm #keyboardPlane #keyboard .row1 .keyRet:hover, .siteDlm #keyboardPlane #keyboard .row1 .keyRet.active,
.siteDlmadac #keyboardPlane #keyboard .row1 .keyRet:active,
.siteDlmadac #keyboardPlane #keyboard .row1 .keyRet:hover,
.siteDlmadac #keyboardPlane #keyboard .row1 .keyRet.active {
  background-image: url(/img/keyboard/DM_term_tast_en_1_pressed.png);
}

.siteDsm #keyboardPlane #keyboard .key {
  background-image: url("/img/keyboard/DSM_term_tast_de_1_state.png");
}
.siteDsm #keyboardPlane #keyboard .key.keysEn {
  background-image: url("/img/keyboard/DSM_term_tast_en_1_state.png");
}
.siteDsm #keyboardPlane #keyboard .key.specialChars {
  background-image: url("/img/keyboard/DSM_term_tast_de_2_state.png");
}
.siteDsm #keyboardPlane #keyboard .key.specialChars.keysEn {
  background-image: url("/img/keyboard/DSM_term_tast_en_2_state.png");
}
.siteDsm #keyboardPlane #keyboard .key:active, .siteDsm #keyboardPlane #keyboard .key:hover, .siteDsm #keyboardPlane #keyboard .key.active {
  background-image: url("/img/keyboard/DSM_term_tast_de_1_pressed.png");
}
.siteDsm #keyboardPlane #keyboard .key:active.keysEn, .siteDsm #keyboardPlane #keyboard .key:hover.keysEn, .siteDsm #keyboardPlane #keyboard .key.active.keysEn {
  background-image: url("/img/keyboard/DSM_term_tast_en_1_pressed.png");
}
.siteDsm #keyboardPlane #keyboard .key:active.specialChars, .siteDsm #keyboardPlane #keyboard .key:hover.specialChars, .siteDsm #keyboardPlane #keyboard .key.active.specialChars {
  background-image: url("/img/keyboard/DSM_term_tast_de_2_pressed.png");
}
.siteDsm #keyboardPlane #keyboard .key:active.specialChars.keysEn, .siteDsm #keyboardPlane #keyboard .key:hover.specialChars.keysEn, .siteDsm #keyboardPlane #keyboard .key.active.specialChars.keysEn {
  background-image: url("/img/keyboard/DSM_term_tast_en_2_pressed.png");
}
.siteDsm #keyboardPlane #keyboard .row1 .keyRet {
  background-image: url(/img/keyboard/DSM_term_tast_en_1_state.png);
}
.siteDsm #keyboardPlane #keyboard .row1 .keyRet:active, .siteDsm #keyboardPlane #keyboard .row1 .keyRet:hover, .siteDsm #keyboardPlane #keyboard .row1 .keyRet.active {
  background-image: url(/img/keyboard/DSM_term_tast_en_1_pressed.png);
}

/*# sourceMappingURL=style.css.map */
