html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  height: auto;
  min-height: 100%;
}

body {
  overflow: hidden;
}

@media only screen and (max-width: 920px) {
  html {
    height: 100%;
    min-height: 100%;
  }
  body {
    min-height: 100%;
  }
}

.englink {
  width: 32px;
  position: absolute;
  top: 3px;
  right: 3px;
}

.sprungmarke {
  position: absolute;
  height: 0;
  visibility: visible;
  margin-top: -86px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  right: 124px;
  width: 278px;
  box-shadow: 1px 2px 15px 2px rgba(0, 0, 0, 0.75);
  border-radius: 30px 30px 0 0;
  display: none;
  background-color: #c11833;
  padding: 20px;
  color: white;
  font-family: "Roboto";
}

.cookie-banner span {
  margin-bottom: 16px;
}

.cookie-banner span::selection {
  background-color: #aaa;
}

.cookie-banner span a::selection {
  background-color: white;
}

.cookie-banner button {
  float: left;
  border: none;
  background: #aaa;
  color: #eee;
  font-size: 1.2em;
  font-family: "Roboto";
  border-radius: 3px;
  padding: 5px;
  cursor: pointer;
}

.cookie-banner--active {
  display: flex;
  flex-direction: column;
}

::selection {
  color: #c11833;
}

::-moz-selection {
  color: #c11833;
}

.reddish {
  color: #c11833;
}

.modulnav {
  position: fixed;
  color: rgba(100, 100, 100, 0.9);
  bottom: 90px;
  right: 5%;
  font-size: 40pt;
  cursor: pointer;
}

.dontshow {
  display: none;
}

.einstieg {
  position: relative;
  box-sizing: border-box;
}

.einstieg .seitentitel {
  position: absolute;
  bottom: 5%;
  left: 8%;
  font-family: "Roboto";
  width: 50%;
  color: #ccc;
}

.seitentitel .titel {
  font-size: 4.5em;
}

.seitentitel .uebertitel {
  font-size: 1.7em;
}

.seitentitel .sz3uebertitel {
  color: #999;
}

.seitentitel p {
  font-size: 0.8em;
  width: 150%;
}

@media only screen and (max-width: 920px) {
  .einstieg .seitentitel {
    width: 100%;
    word-break: break-word;
    bottom: 20%;
  }

  #bodysoftware .einstieg .seitentitel,
  #bodyuleo .einstieg .seitentitel {
    bottom: 5%;
  }

  .seitentitel .titel {
    font-size: 2em;
    word-break: break-all;
    margin-right: 10%;
  }

  .seitentitel p {
    display: none;
  }

  .modulnav {
    bottom: 10px;
  }
}

.scrolldown {
  display: none; /* Soll nicht mehr angezeigt werden */
  font-size: 3em;
  color: #eee;
  bottom: 5%;
  position: absolute;
  left: 50%;
  margin-left: -20px;
}

.intext-link {
  text-decoration: underline;
  color: #ccc;
  white-space: nowrap;
}

.glossarlink {
  color: inherit;
  text-decoration: inherit;
  border-bottom: 1px dotted;
}

.seitentitel .glossarlink {
  border-bottom: none;
}

.modultrenner {
  position: relative;
  height: 200px;
  background: #000;
  -webkit-box-shadow: -10px -25px 40px 30px rgba(0, 0, 0, 1);
  -moz-box-shadow: -10px -25px 40px 30px rgba(0, 0, 0, 1);
  box-shadow: -10px -25px 40px 30px rgba(0, 0, 0, 1);
}

.modultrenner-transparent {
  position: relative;
  height: 200px;
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 2px 28px 11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 1px 2px 28px 11px rgba(0, 0, 0, 0.75);
  box-shadow: inset 1px 2px 28px 11px rgba(0, 0, 0, 0.75);
}

.modul {
  position: relative;
  background: #fff;
  padding-bottom: 50px;
}

.whitebox {
  display: inline-block;
  background: #fff;
  margin-top: 0px;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.whitebox h3 {
  font-size: 1.5em;
  color: #333;
  font-family: "Roboto";
}

.plakativ {
  margin-top: 0;
  font-size: 1em;
  color: #333;
  font-family: "Roboto";
  text-align: justify;
}

.plakativ b {
  font-weight: normal;
  color: #999;
}

.plakativ-gross {
  font-size: 1.2em;
}

.rechts-eingerueckt {
  margin-left: 20%;
}

@media only screen and (max-width: 920px) {
  .modultrenner,
  .modultrenner-transparent {
    height: 100px;
  }

  .whitebox {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
  }

  .whitebox h3 {
    margin-left: 10%;
  }

  .plakativ {
    margin-left: 0;
    margin-right: 0;
  }
}

/********************** Wortwolkenbox oben **********************************/

.wortwolkenumrandung,
.wstart {
  background: white;
  width: 400px;
}

.wortwolkenumrandung {
  position: absolute;
  width: 400px;
  right: 12%;
  box-shadow: 10px 10px 20px #aaa;
  top: -50px;
}

.wortwolkenumrandung span,
.wstart span {
  width: 400px;
  margin-top: -1.5em;
  margin-left: 3px;
  font-family: "Roboto";
}

.wortwolkenumrandung span::after,
.wstart span::after {
  float: right;
  height: 24px;
  margin-top: -16px;
  margin-right: 10px;
  opacity: 0.6;
  content: url("../images/plus.png");
}

.wortwolkenumrandung img,
.wstart img {
  padding-bottom: 1.5em;
  width: 400px;
}

.wortwolkenbox {
  height: 400px;
}

.wortwolkenbox .text {
  margin-right: 400px;
}

.wortwolkenbox .text .plakativ {
  margin-left: 0;
}

@media only screen and (max-width: 920px) {
  .wortwolkenumrandung,
  .wstart {
    position: relative;
    width: 100%;
  }

  .wortwolkenumrandung {
    width: 80%;
    box-shadow: 10px 10px 20px #aaa;
    top: 0px;
    right: 0;
  }

  .wortwolkenumrandung span,
  .wstart span {
    float: left;
    width: 80%;
  }

  .wortwolkenumrandung img,
  .wstart img {
    padding-bottom: 1.5em;
    width: 100%;
  }

  .wortwolkenbox {
    height: auto;
  }

  .wortwolkenbox .text {
    width: 100%;
  }
}

/********************** Lösungen **********************************/

#loesungen {
  background: #e4e6ea;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Roboto";
  text-align: justify;
  clear: both;
}

#loesungen #loesungenblock {
  box-shadow: 10px 10px 4px #aaa;
  background: #888;
  color: #e4e6ea;
  margin-left: 20%;
  margin-right: 20%;
  padding: 15px;
}

#loesungen > p {
  margin-top: 40px;
  margin-left: 20%;
  text-align: justify;
}

@media only screen and (max-width: 920px) {
  #loesungen #loesungenblock {
    margin-left: 10%;
    margin-right: 10%;
  }

  #loesungen > p {
    margin-left: 10%;
    margin-right: 10%;
  }
}

/********************** Sequence **********************************/
.sequence {
  display: inline-block;
}
.sequence,
.sequence h2 {
  margin-top: 0;
}
.whitebox + .sequence {
  margin-top: -60px;
}

.sequence * {
  display: inline-block;
  background-color: #e4e6ea;
  color: #333;
}

.sequence p:last-child,
.sequence div:last-child {
  margin-bottom: 30px;
}

.sequence h2 {
  font-size: 2em;
  font-family: "Roboto";
}

.sequence p,
.sequence div:not(.sprungmarke) {
  margin-top: 30px;
  padding: 30px;
  margin-left: 20%;
  padding-right: 20%;
  width: 80%;
  font-size: 1em;
  font-family: "Roboto";
  border-radius: 15px 0 0 15px;
  text-align: justify;
}

.sequence p:last-child {
  margin-bottom: 50px;
}

@media only screen and (max-width: 920px) {
  .sequence p,
  .sequence div:not(.sprungmarke) {
    padding-right: 20px;
    text-align: left;
    margin-left: 10%;
    width: 90%;
  }
}

/**************************** footer *********************/

footer {
  background-color: #333;
  margin: 0;
  padding: 10px;
}

footer .logo {
  float: left;
  margin: 10px;
}

footer .logo img {
  height: 32px;
}

.footernav li {
  float: left;
  text-transform: uppercase;
  color: #eee;
  font-family: "Roboto";
  -webkit-transition: background-color 0.5s; /* Safari */
  transition: background-color 0.5s;
}

.footernav li > a {
  text-decoration: none;
  color: #eee;
  padding: 0px 20px 0px 5px;
}

.footernav li:hover {
  background-color: #333;
  text-decoration: underline;
}

.footernav ul {
  padding-right: 15px;
  list-style: none;
  float: right;
  margin-right: 60px;
  margin-top: 0;
  vertical-align: top;
  margin-bottom: 0;
}

.kontaktlink {
  margin-left: 10px;
  text-decoration: none;
  color: #eee;
  font-size: 17pt;
  font-family: "Roboto";
}

.copyright {
  font-family: "Roboto";
  margin-left: 10px;
  margin-top: 60px;
  display: block;
}

.linkedInLink {
  float: right;
  margin-top: -20px;
}

@media only screen and (max-width: 920px) {
  .footernav ul {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    clear: both;
  }
}

/**************************** header/nav *****************/
header {
  background-color: transparent;
  height: 86px;
  position: fixed;
  width: 100%;
  z-index: 2;
  border-bottom: 1px solid #c11833;
}

header.oben {
  border-bottom: none;
}

@media only screen and (min-width: 920px) {
  .select-menu {
    display: none;
  }

  header::after {
    margin-top: 86px;
    content: " ";
    display: block;
    height: 25px;
    border: none;
    background: -moz-linear-gradient(
      left,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0.65) 11%,
      rgba(0, 0, 0, 0) 51%,
      rgba(0, 0, 0, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0.65) 11%,
      rgba(0, 0, 0, 0) 51%,
      rgba(0, 0, 0, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0.65) 11%,
      rgba(0, 0, 0, 0) 51%,
      rgba(0, 0, 0, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    width: 100%;
  }

  header.oben::after {
    background: transparent;
  }

  header {
    border-bottom: 1px solid rgb(254, 252, 234);
    -moz-border-image: -moz-linear-gradient(
      left,
      rgba(254, 252, 234, 1) 0%,
      rgba(193, 24, 51, 1) 19%
    );
    -webkit-border-image: -webkit-linear-gradient(
      left,
      rgba(254, 252, 234, 1) 0%,
      rgba(193, 24, 51, 1) 19%
    );
    border-image: linear-gradient(
      to right,
      rgba(254, 252, 234, 1) 0%,
      rgba(193, 24, 51, 1) 19%
    );
  }

  header.oben {
    border: none;
  }
}

header .logo {
  position: absolute;
  top: 31px;
  left: 10px;
}

header .logo img {
  height: 50px;
}

header .logo-voll img {
  height: 70px;
  opacity: 0;
}

header .seitentitel {
  position: absolute;
  right: 10px;
  top: 0px;
  color: rgba(102, 102, 102, 0.5);
  font-size: 2.5em;
  font-family: "Roboto";
  display: none;
}

nav li {
  float: left;
  text-transform: uppercase;
  color: #eee;
  font-family: "Roboto";
  -webkit-transition: background-color 0.5s; /* Safari */
  transition: background-color 0.5s;
}

header nav li {
  padding-top: 60px;
}

nav li > a {
  text-decoration: none;
  color: #eee;
  padding: 15px 20px 0px 5px;
}

header nav > ul > li:hover {
  background-color: #333;
  text-decoration: underline;
}

nav ul {
  padding-right: 15px;
  list-style: none;
  float: right;
  margin-right: 60px;
  margin-top: 0;
  margin-bottom: 0;
}

header nav .dropdown ul {
  position: relative;
  width: 100%;
  background-color: #333;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  float: none;
  visibility: collapse;
  opacity: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-transition: visibility 0s, opacity 0.5s;
  transition: visibility 0s, opacity 0.5s;
}

header nav .dropdown ul li:first-child {
  margin-top: 10px;
}

header nav .dropdown a {
  padding-bottom: 40px;
}

header nav .dropdown ul li {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  clear: both;
  width: 100%;
  font-size: 0.8em;
}

header nav .dropdown ul li:hover {
  background: #c11833;
}

header nav ul .activenav a {
  color: #c11833;
}

nav .dropdown:hover ul {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 920px) {
  header,
  header .logo {
    position: relative;
  }

  header .logo img {
    visibility: collapse;
  }

  header .logo:not(.logo-voll) {
    height: 0px;
  }

  header .logo-voll {
    top: 0;
    left: 0;
    margin-left: 10%;
    margin-top: 10px;
  }

  header > a:first-child {
    display: block;
    position: relative;
  }

  header .logo-voll img {
    visibility: visible;
    height: 50px;
    opacity: 1;
  }

  header {
    background-color: #333;
    height: auto;
    display: inline-block;
  }

  header nav ul.menu {
    display: none;
  }

  .select-menu {
    font-size: 16pt;
    height: 60px;
    position: relative;
    width: 80%;
    margin-left: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .englink {
    right: 10%;
  }
}

/**************************** Aufzaehlung ************************/

.aufzaehlung {
  background-image: url(../images/aufzBg.jpg);
  background-size: 100% auto;
  background-position: 5%;
  width: 60%;
  margin-left: 20%;
  border-radius: 30px;
}

.redlineBeforeLists {
  position: absolute;
  border-top: 4px solid #c11833;
  border-right: 4px solid #c11833;
}

@media only screen and (max-width: 920px) {
  .redlineBeforeLists {
    border-right: none;
    border-top: 4px solid #c11833;
    border-left: 4px solid #c11833;
  }
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  color: #7f8c97;
  background-color: #e9f0f5;
}

a {
  color: #acb7c0;
  text-decoration: none;
}

img {
  max-width: 100%;
}

h2 {
  font-weight: bold;
}

h1 {
  color: #009ee3;
  margin-top: -3%;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-left: 8%;
  width: 84%;
}

#cd-timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: calc(100% - 110px);
  width: 4px;
  background-color: #c11833;
}
@media only screen and (min-width: 920px) {
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 1em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 920px) {
  .cd-timeline-block {
    margin: 1.5em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  border: 4px solid #c11833;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.tooltip .cd-timeline-img {
  cursor: pointer;
}

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

@media only screen and (min-width: 920px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    top: 25%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}

.cd-timeline-content {
  background: url("../images/bg-aufz.png");
  background-size: 100% 100%;
  position: relative;
  margin-left: 60px;
  text-align: center;
  padding: 4em;
  color: #777;
  font-family: "Roboto";
  font-size: 0.6em;
  font-weight: light;
}

.cd-timeline-content h2 {
  padding: 20px 40px;
}

.tooltip .cd-timeline-content h2 {
  cursor: pointer;
}

.tooltip .cd-timeline-content h2:after {
  font-family: FontAwesome;
  content: " \f14c";
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content p {
  margin: 2em 1em;
  line-height: 1.6;
}

@media only screen and (min-width: 920px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 2.8em;
    padding-left: 4em;
    width: 45%;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
}

.cd-timeline-content a {
  color: inherit;
  text-decoration: none;
}

.tooltip-content {
  position: absolute;
  background: url("../images/bg-aufz-pkt.png");
  background-size: 100% 100%;
  /*background: url(../images/shape2.svg) no-repeat center bottom;
	background-size: 100% 100%;*/
  z-index: 9999;
  width: 300%;
  top: -60px;
  margin-left: -100%;
  padding: 200px 200px;
  text-align: center;
  color: #333;
  opacity: 0;
  cursor: default;
  font-size: 1em;
  line-height: 1.4;
  pointer-events: none;
  font-family: "Roboto";
  -webkit-transform: scale3d(0.1, 0.2, 1);
  transform: scale3d(0.1, 0.2, 1);
  -webkit-transform-origin: 50% 120%;
  transform-origin: 50% 120%;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  -webkit-transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
  transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.cd-timeline-block:nth-child(even) .cd-timeline-content .tooltip-content {
  margin-left: -170%;
}

.cd-timeline-block:last-child .cd-timeline-content .tooltip-content {
  top: -120%;
}

.tooltip-content p {
  font-size: 1.6em;
}

.tooltip-content ul {
  font-size: 1.4em;
  text-align: left;
}

.tooltip-content-opened {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.szenariolink {
  color: #c11833 !important;
  font-size: 1.5em;
}

@media only screen and (max-width: 920px) {
  .aufzaehlung {
    width: 80%;
    margin-left: 10%;
  }

  .cd-timeline-img img {
    cursor: default;
  }

  #cd-timeline {
    margin-left: 10%;
    width: 90%;
  }

  .cd-timeline-content {
    padding: 2em;
    text-align: center;
    word-break: break-all;
  }

  .cd-timeline-content p {
    line-height: 1;
  }

  .cd-timeline-img {
    top: 30%;
  }

  .tooltip-content {
    display: inline-block;
    margin: 0;
    background: #ccc;
    width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    overflow-y: scroll;
    -ms-overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding: 10px;
    word-break: normal;
    text-align: justify;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .tooltip-content {
    margin-left: 0%;
  }

  .cd-timeline-block:last-child .cd-timeline-content .tooltip-content {
    top: 0%;
  }
}

/**************************** Startseite **************************/
#bodystart {
  background-image: url(../images/start.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 920px) {
  #bodystart {
    background-image: none;
  }

  #bodystart::before {
    content: "";
    background-image: url(../images/start.jpg);
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
}

#startseitemodul1 {
  background: #fff;
  padding-top: 70px;
}

#startseitemodul1 .wortbild {
  height: 300px;
  background: url(../images/startmod1.jpg);
  background-size: 100% 100%;
  background-position: 50% 50%;
  width: 30%;
  margin-left: 35%;
  border-radius: 30px;
}

#startseitemodul1 .wortbild_en {
  height: 300px;
  background: url(../eng/images/startmod1_en.jpg);
  background-size: 100% 100%;
  background-position: 50% 50%;
  width: 30%;
  margin-left: 35%;
  border-radius: 30px;
}

#startseitemodul1 .plakativ {
  width: 100%;
}

.voraufz {
  margin-top: -14px;
}

#startseitemodul1 .wortbild span:nth-of-type(1) {
  left: 50%;
  top: 10%;
}

#startseitemodul1 .wortbild span:nth-of-type(2) {
  right: 55%;
  top: 25%;
}

#startseitemodul1 .wortbild span:nth-of-type(3) {
  left: 55%;
  top: 30%;
}

#startseitemodul1 .wortbild span {
  position: absolute;
  font-size: 1.2em;
  font-family: "Roboto";
  color: #eee;
  background: rgba(60, 60, 60, 0.5);
  border-radius: 20px;
  padding: 15px;
}

#startseitemodul1 .wortbild span b {
  font-size: 2em;
  color: #c11833;
}

#bodystart .plakativ {
  text-align: center;
}

#bodystart .whitebox h3 {
  margin-left: 0;
  text-align: center;
}

#wortwolkenerklaerung {
  display: inline-block;
  color: #888;
  font-family: "Roboto";
  margin-top: 0px;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.wstart {
  float: left;
  width: 38%;
  box-shadow: 10px 10px 4px #aaa;
}

.wstart img {
  width: 100%;
  float: left;
  box-shadow: 10px 10px 4px #aaa;
}

.wstart span {
  display: inline;
  width: 100%;
  float: left;
}

#wortwolkenerklaerung #erklaerung {
  width: 58%;
  float: right;
  font-size: 12pt;
  text-align: justify;
}

#wortwolkenerklaerung #erklaerung h3 {
  margin-bottom: 0;
}

.nextmodulelink {
  color: inherit;
}

@media only screen and (max-width: 920px) {
  .wstart {
    margin-left: 0;
    width: 88%;
  }

  #startseitemodul1 .wortbild {
    height: 300px;
    width: 80%;
    margin-left: 10%;
    border-radius: 30px;
  }

  #startseitemodul1 .plakativ {
    width: 100%;
    margin-left: 0;
  }

  #startseitemodul1 .wortbild span:nth-of-type(1) {
    left: 20%;
    top: 10%;
  }

  #startseitemodul1 .wortbild span:nth-of-type(2) {
    right: 20%;
    top: 30%;
  }

  #startseitemodul1 .wortbild span:nth-of-type(3) {
    left: 25%;
    top: 50%;
  }

  #startseitemodul1 .wortbild span {
    visibility: collapse;
  }

  #startseitemodul1 .wortbild span b {
    visibility: visible;
  }

  #wortwolkenerklaerung {
    height: auto;
    width: 100%;
    float: left;
    text-align: justify;
    background: #fff;
    margin-left: 0;
  }

  #wortwolkenerklaerung div * {
    float: left;
  }

  #wortwolkenerklaerung a {
    margin-left: 10%;
  }

  #wortwolkenerklaerung img {
    float: left;
    margin-left: 0;
    width: 100%;
  }

  #wortwolkenerklaerung #erklaerung {
    width: 80%;
    padding-left: 0;
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
  }

  #wortwolkenerklaerung #erklaerung h3 {
    text-align: left;
  }
}

/**************************** Szenario 1 **************************/

#bodyszenario1 {
  background-image: url(../images/szenario1.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 920px) {
  #bodyszenario1 {
    background-image: none;
  }

  #bodyszenario1::before {
    content: "";
    background-image: url(../images/szenario1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
}

/**************************** Szenario 2 **************************/

#bodyszenario2 {
  background-image: url(../images/szenario2.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 920px) {
  #bodyszenario2 {
    background-image: none;
  }

  #bodyszenario2::before {
    content: "";
    background-image: url(../images/szenario2.jpg);
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
}

/**************************** Szenario 3 **************************/

#bodyszenario3 {
  background-image: url(../images/szenario3.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 920px) {
  #bodyszenario3 {
    background-image: none;
  }

  #bodyszenario3::before {
    content: "";
    background-image: url(../images/szenario3.jpg);
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
}

/**************************** Szenario 4 **************************/

#bodyszenario4 {
  background-image: url(../images/szenario4.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 920px) {
  #bodyszenario4 {
    background-image: none;
  }

  #bodyszenario4::before {
    content: "";
    background-image: url(../images/szenario4.jpg);
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
}

/**************************** Leistungen **************************/

#bodyleistungen {
  background-image: url(../images/leistungen.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 920px) {
  #bodyleistungen {
    background-image: none;
  }

  #bodyleistungen::before {
    content: "";
    background-image: url(../images/leistungen.jpg);
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
}

.unserangebot b {
  font-size: 1.6em;
}
@media only screen and (max-width: 920px) {
  .unserangebot b {
    font-size: 1;
  }
}

/**************************** Software **************************/

#bodysoftware {
  background-image: url(../images/software.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 920px) {
  #bodysoftware {
    background-image: none;
  }

  #bodysoftware::before {
    content: "";
    background-image: url(../images/software.jpg);
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
}

#iinflogo {
  width: 307px;
  position: absolute;
  top: 34%;
  right: 12%;
}

@media only screen and (max-width: 920px) {
  #iinflogo {
    width: 50%;
    right: 25%;
    top: 20px;
  }
}

/**************************** ULEO **************************/

#bodyuleo {
  background-image: url(../images/uleo.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 920px) {
  #bodyuleo {
    background-image: none;
  }

  #bodyuleo::before {
    content: "";
    background-image: url(../images/uleo.jpg);
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
}

#uleologo {
  position: absolute;
  top: 28%;
  right: 10%;
  width: 37%;
}

#uleoIntext {
  background: white;
}

@media only screen and (max-width: 920px) {
  #uleologo {
    width: 80%;
  }

  #uleoIntext {
    width: 80%;
  }
}

/**************************** Impressum & Datenschutz & Glossar**************************/

#bodyimpressum {
  background-image: url(../images/impressum.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 920px) {
  #bodyimpressum {
    background-image: none;
  }

  #bodyimpressum::before {
    content: "";
    background-image: url(../images/impressum.jpg);
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
}

#glossarmodul1 .sequence h3 {
  margin-bottom: 0;
}

.outgoing {
  text-decoration: underline;
  font-style: italic;
}

/**************************** Downloads **************************/

#bodydownloads {
  background-image: url(../images/downloads.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 920px) {
  #bodydownloads {
    background-image: none;
  }

  #bodydownloads::before {
    content: "";
    background-image: url(../images/downloads.jpg);
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
}

.fa-file-pdf-o {
  color: #c11833;
}
.downloadsww {
  float: right;
  width: 320px;
  margin-left: 20px;
  margin-top: -40px;
}

.dl span {
  float: left;
  width: 40%;
  width: calc(95% - 320px);
}

@media only screen and (max-width: 920px) {
  .dl span {
    width: 80%;
  }
  .downloadsww {
    float: left;
    margin-top: 20px;
    width: 150px;
  }
}

/**************************** Kontakt **************************/

#bodykontakt {
  background-image: url(../images/kontakt.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 920px) {
  #bodykontakt {
    background-image: none;
  }

  #bodykontakt::before {
    content: "";
    background-image: url(../images/kontakt.jpg);
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
}

#bodykontakt .wortwolkenbox {
  height: auto;
}

#kontaktAdresse {
  clear: both;
  float: left;
  font-family: "Roboto";
  font-size: 1em;
  color: #333;
}

#kontaktAdresse b {
  font-size: 1.2em;
}

#kontaktAdresse a {
  color: #7f8c97;
}

.error {
  color: #cc0000;
  font-size: 12px;
  margin: 4px;
  font-style: italic;
  width: 200px;
}

.success {
  color: #009900;
  font-size: 12px;
  margin: 4px;
  font-style: italic;
  width: 200px;
}

#kontaktform {
  float: left;
  width: 60%;
  font-family: "Roboto";
}

#kontaktform img#refresh {
  float: left;
  margin-top: 5px;
  margin-left: 4px;
  cursor: pointer;
}

#kontaktform #name,
#kontaktform #email {
  float: left;
  margin-bottom: 3px;
  width: 100%;
  height: 30px;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 14pt;
  font-family: "Roboto";
  font-weight: light;
}

#kontaktform #code {
  float: left;
  margin-bottom: 3px;
  margin-top: 5px;
  width: 100px;
  height: 30px;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 14pt;
  font-family: "Roboto";
  font-weight: light;
}

#kontaktform #message {
  width: 100%;
  height: 100px;
  float: left;
  margin-bottom: 3px;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 14pt;
  font-family: "Roboto";
  font-weight: light;
}

#kontaktform #captcha {
  margin-top: 10px;
  width: 70px;
  height: 30px;
}

#kontaktform label {
  float: left;
  color: #666666;
  width: 80px;
  font-family: "Roboto";
}

#kontaktform #Send {
  float: left;
  border: none;
  background: #aaa;
  color: #eee;
  font-size: 1.2em;
  font-family: "Roboto";
  border-radius: 3px;
  padding: 5px;
  cursor: pointer;
}

#map {
  float: left;
  margin-left: 10%;
  height: 400px;
  width: 70%;
  background-color: #eee;
  font-family: "Roboto";
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#map span {
  margin: 20px;
  text-align: center;
}

#map button {
  float: left;
  border: none;
  background: #c11833;
  color: #eee;
  font-size: 1.2em;
  font-family: "Roboto";
  border-radius: 3px;
  padding: 5px;
  cursor: pointer;
  width: 182px;
  max-width: 100%;
}

#kontaktmodul1 .whitebox:first-child p {
  width: calc(100% - 230px);
  float: left;
}

#kontaktBild {
  float: right;
  width: 200px;
}

@media only screen and (max-width: 920px) {
  #kontaktmodul1 .whitebox:first-child p {
    width: 100%;
  }

  #kontaktform {
    width: 100%;
  }

  #kontaktBild {
    float: left;
    width: 40%;
    margin-top: 40px;
  }

  #kontaktform #Send {
    margin-top: -20;
  }

  #map {
    width: 100%;
    margin-left: 0;
  }
}
