@charset "UTF-8";
/* CSS Document */

/* Pearson UX colors:
 Dark blue:   #047b9c
 Light blue:  #daf0ed
 Charcoal:    #252525
 Medium Gray: #6a7070
 */

/* Import more complete version of Open Sans, hosted on Pearson Media Server */
@import url('https://media.pearsoncmg.com/curriculum/intl/de/fonts/opensans.css?family=Open+Sans:400,400i,700,700i');

/* Better general typography */
.actividad .content p,
.actividad .content li {
font-family: "Open Sans",arial,helvetica,sans-serif!important;
font-size: 16px;
line-height: 24px;
color: #252525;
-webkit-hyphens: ;
-ms-hyphens: ;
hyphens: ;
text-align: left;
}



/* Make left menu items NOT bold */
#indice .units ul li a .title {
  font-weight: normal!important;
}

/* Make color of MCQ blue */
div.texto_curso {
font-family: "Open Sans"!important;
line-height: 1.3em!important;
font-size: 16px!important;
line-height: 24px!important;
}

/* If we want to only target the Slide header */
div.title h3 {
}

#actividad .content .header {
border-bottom: 2px solid #daf0ed!important;
padding-bottom: 10px!important;
}

/* Boxes */
.bck-box {
margin: 12px 0 12px 0!important;
padding: 12px!important;
background-color: #daf0ed!important;
}

.bck-box .bck-title {
font-weight: bold!important;
margin-bottom: 12px!important;

}

/* Header typography */
.actividad .content h1, h2, h3, h4 {
font-family: "Open Sans"!important;
font-weight: bold!important;
color: #047b9c!important;
}

/* Additional Header typography */
.actividad .content h4 {
font-style: italic!important;
color: #6a7070!important;
font-size: 20px;
}

/* Make bullets Pearson blue */
.actividad .content .pregunta ul li:before {
    content: ""!important;
    height: 6px!important;
    width: 6px!important;
    background-color: #047b9c!important;
    position: absolute!important;
    -webkit-border-radius: 100%!important;
    -moz-border-radius: 100%!important;
    border-radius: 100%!important;
    margin-top: .6em!important;
    margin-left: -15px!important;
}

/* Link typography */
.actividad .content a:link, a:visited {
  color: #047b9c!important;
  text-decoration: underline!important;
}

.actividad .content a:hover {
  text-decoration: none!important;
}

/* Better lists typography */
ol {
  margin-block-start: 15px!important;
  margin-block-end: 15px!important;
  padding-inline-start: 30px!important;
}

ul + p {
margin-top: 12px!important;
}

/* Tooltips */
.bck-tooltip {
font-family: "Open Sans"!important;
line-height: inherit!important;
font-size: inherit!important;
color: #252525!important;
background-color: #daf0ed!important;
text-decoration: none!important;
border-bottom: 1px dotted #047b9c;
}

.bck-tooltip-content {
font-family: "Open Sans"!important;
line-height: inherit!important;
font-size: inherit!important;
color: #252525!important;
}

/* Make the bottom slider bullet Pearson Blue */
.edit .slider-indicators .concat.active, .slider-indicators .active {
    background-color: #047b9c!important;
    color: #047b9c!important;
}

/* Adjust height of "Home" button in left menu */
#indice .units ul li.pearsonhe-toc-home a:not(.delete) {
    line-height: 0;
}

#indice .units ul li.pearsonhe-toc-active:not(.disabled) a .title, body:not(.isTablet) #indice .units ul li:hover:not(.disabled) a .title, #indice .units ul li:focus:not(.disabled) a .title {
    line-height: 16px;
}

/* Better Table design */

.texto_curso table {
  border-collapse: collapse;
  width: 100%;
}
.texto_curso td, th {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: top!important;
}

.texto_curso tr:nth-child(odd){background-color: #ffffff;}
.texto_curso tr:nth-child(even){background-color: #f2f2f2;}
.texto_curso tr:hover {background-color: #ddd;}
.texto_curso th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #047b9c;
  color: #fff!important;
}
.texto_curso th p {
  color: #fff!important;
  text-align: left!important;
}

/* Hide button "See next answer" */
button[id$="-btn-next"] {
  visibility: hidden!important;
}

/* Wolfgang */
.layout-panel.right {
    margin: 0;
    max-width: 100%;
    margin-left: 0px;
}

/*ZHAW CSS ms*/

.LinkForward  {
font-style: italic;
color: #808080!important;
}

.LinkBackward  {
font-style: italic;
color: #047b9c!important;
}

.tableComplex {
	hyphens: auto;
	font-size: 14px;
}

.tableComplex p{
	font-size: 14px!important;
}

.tableComplex td li{
	font-size: 14px!important;
}

.chapterOverview {
	
}

.chapterOverview p {
	margin: 0;
}

.creditVideo {
	font-size: 12px!important;
	margin-top: -12px;
	line-height: 1.3em!important;
}

.texto_curso table {
margin: 24px 0 24px 0;
hyphens: auto;
}

.content li {
text-align: left!important;
}

.texto_curso table caption {
font-size: 14px;
color: rgb(65,65,65);
caption-side: bottom;
text-align: left;
}

.texto_curso figcaption {
font-size: 14px;
color: rgb(65,65,65);
caption-side: bottom;
text-align: left;
}

.bck-i-fullscreen-wrapper {
    padding: 10px 10px 10px 0;
}

.texto_curso ul li:before {
    background-color: #047b9c!important;
}

.texto_curso ul li {
    padding-left: 15px!important;
	padding-top: 2px;
	padding-bottom: 3px;
}

.texto_curso h3 {
	margin-top: 30px;
	font-size: 20px;
}

.texto_curso ul, .texto_curso ol {
	margin-top: 12px;
}

.texto_curso figure {
	margin-left: 0px;
	padding-left: 0px;
}

#actividad .content .header .title h3 {
font-size: 2.2rem;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#actividad .content .header .title h3 {font-size: 1.5rem;}
}


/* experimental */

.button {
  background-color: #008CBA; /* Blue */
  border: none;
  color: white;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  border-radius: 4px;
}

.ps-arrow{
  position: relative;
  width:120px;
  background: #047b9c;
  height:40px;
  line-height: 40px;
  margin-bottom:30px; 
  text-align:center;
  color:#fff;
}

/*top arrow*/

.ps-arrow-top:before{
  position: absolute;
  top: -10px;
  left:50%;
  margin-left: -10px;
  content:"";
  display:block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #047b9c; 
}

/*bottom arrow*/

.ps-arrow-bottom:after{
  position: absolute;
  bottom: -10px;
  left:50%;
  margin-left: -10px;
  content:"";
  display:block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #047b9c; 
}

/*right arrow*/

.ps-arrow-right:after{
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #047b9c; 
}

/*left arrow*/

.ps-arrow-left:before{
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #047b9c; 
}