/*******************************************************************************************/
/*                  Formatierungen  im Contentbereich		                       */
/*******************************************************************************************/

/*******************************************************************************************/
/*                   Seitenlayout		                       */
/*******************************************************************************************/

/*Container mit Elementen, die zum sprecher eingeblendet werden. zun�chst unsichtbar, damit der seitenaufbau nicht flackert*/
#textcontainer {
  display: none;
}
/*Seiteninhalt mit R�ndern bis an den Rand*/
#content {
  width: auto;
  margin-left: 260px;
  margin-right: 25px;
  margin-top: 50px;
  position: relative;
}

.rechts_ohne_rand {
  margin-right: 0 !important;
}

/*Gr��ere Schrift f�r die enzelnen Phasen der Animation*/
p.display {
  margin: 0;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4em;
}
p.ohne_margin {
  margin-top: 0;
}
/*noch gr��ere Schrift f�r die enzelnen Phasen der Animation*/
p.great-display {
  margin: 0;
  font-size: 1.35em;
  font-weight: bold;
  line-height: 1.4em;
}
/*kleine Schrift f�r die enzelnen Phasen der Animation*/
p.small-display {
  margin: 0;
  font-size: 1em;
  line-height: normal;
}

/*eingr�ckter Text, in Boxen und Tafeln*/
p.eingerueckt {
  margin-left: 20px;
  margin-top: 0;
}

/*Blauer Auszeichnungstext*/
.blau {
  color: #0095db;
}
/*grauer text*/
.grey-text {
  color: #666;
}
/*Roter Auszeichnungstext*/
.rot {
  color: #db0000;
}
/*Kuriver Text*/
.kursiv {
  font-style: italic;
}

/*******************************************************************************************/
/*                   Buttons		                       */
/*******************************************************************************************/

/*******************************************************************************************/
/*                   Elemente		                       */
/*******************************************************************************************/

/*Seiten�berschrift*/
h1 {
  color: #666;
  font-size: 1.35em;
}

/*Gro�e �berschrift*/
h2 {
  color: #666;
  font-size: 1.65em;
  line-height: normal;
  margin: 0 0 9px 0;
  font-weight: bold;
}

/*Zwischen�berschrift*/
.subtitle-1 {
  color: #555555;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 0 15px 0;
}

/*grauer Hintergrund f�r Texte, die Gr��e wird auf der Seite selbst angegeben*/
.grey_box {
  background-color: #e2e2e2;
  /*padding-top: 30px;*/
  margin-top: 30px;
  padding-left: 30px;
  position: relative;
  height: 480px;
}

/*grauer Hintergrund f�r Texte, die Gr��e wird auf der Seite selbst angegeben*/
.grey_gradient {
  background: -moz-linear-gradient(top, #fefefe 0%, #e2e2e2 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fefefe),
    color-stop(100%, #e2e2e2)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #fefefe 0%,
    #e2e2e2 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #fefefe 0%,
    #e2e2e2 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #e2e2e2 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #e2e2e2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

.rounded-text-box {
  border: 1px solid #ddd;
  background: rgb(
    255,
    255,
    255
  ); /* Fall-back for browsers that don't
                                    support rgba */
  background: rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 4px 4px 10px #d1d1d1;
  -webkit-box-shadow: 4px 4px 10px #d1d1d1;
  box-shadow: 4px 4px 10px #d1d1d1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding-top: 17px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 17px;
}

/*Liste f�r den Endzustand*/
ul.aufzaehlung {
  display: inline;
  padding: 0;
}

ul.aufzaehlung li {
  list-style: url(../erste-hilfe/bilder/aufzaehlung_punkt.gif);
  margin-left: 20px;
  padding-bottom: 5px;
  padding-right: 10px;
}

/*Aufz�hlung in der Animation*/
li.display {
  margin-left: -21px;
  padding: 0 0 8px 0;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4em;
}

/*�berschrift "Auf einen Blick" f�r Endzustand der Animationen. Man braucht 3 divs.*/
.endzustand_container {
  display: flex;
  align-items: center;
  height: 58px;
  position: relative;
  padding-left: 21px;
  padding-bottom: 10px;
  width: 142px;
}

.endzustand_blau {
  background-color: #0095db;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 0 3px 10px;
  width: 100%;
}

.endzustand_ausrufezeichen {
  position: absolute;
  right: 4px;
  bottom: 5px;
  width: 19px;
}

/*Um Inhalt vertikal zu zentrieren*/
.vertikal_zentriert {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  width: inherit;
}

/*Zentriert absolut positionierte Blockelemente*/
.absolute-centered {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/*Balken �ber erstem Eintrag im Anfangszustand*/
.border_top {
  border-top: 2px solid #aaa;
  padding-top: 12px;
  margin-top: 0px;
}

/*Gestrichelte Linie unter letztem Eintrag im Anfangszustand*/

.border_bottom {
  border-bottom: 1px solid #aaa;
  padding-bottom: 13px;
}

/*******************************************************************************************/
/*                   Stile		                       */
/*******************************************************************************************/
