/*
 Theme Name:   Responsive Child
 Description:  Responsive Child Theme
 Author:       Nicolas Mach
 Template:     responsive
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  responsive-child
*/

a {
	color: #00529F;
}

a.maintopnavi {
	color:#000000;
        font-weight: bold;
	text-align:right;
        padding-left:20px;}

a.languagenavi {
        font-size: 10px;
	color:#666;
	text-align:right;}

p.languagenavi {
        font-size: 10px;
	color:#666;
	text-align:right;
}

.question-content {
	float: none;
}


select,
input[type="text"],
input[type="password"] {
	padding: 1px 8px;
	width: inherit;
}


th,
td,
table {
	border: 0px solid #ddd;
}

table.maintopnavi {
	border:none !important;
	text-align:right;
	width:400px;
        height: 60px !important;
	}

td.maintopnavi {
    padding: 0px;
		height: 20px;}

.page-id-30 .submenu1 li.page_item {
			width: 43% !important;
}

.submenu1 li
	{
	float:left;
	list-style: none;
	}

.submenu1 ul
	{
	float:left;
	list-style: none;
	}

#submenu1 ul
	{
	float:left;
	list-style: none;

    width: calc(100% - 2.0em - 1.5em);
	}

#submenu1 li
	{
	float:left;
	width: 220px;

  margin-right: calc((33% - 220px)/2);
	margin-left: calc((33% - 220px)/2);

    margin-top: 20px;
	list-style: none;
	height: 60px;
        line-height: 18px;
        text-align:center;
        background-image: linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -moz-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -webkit-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -o-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -ms-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%); /* IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#E0E0E0',GradientType=0 ); /* > IE8 */
        background-color: #F9F9F9;
        border: 1px solid #D6D6D6;
        border-radius:4px;
	}

.childfree {
    color: #AAAAAA !important;
}

#submenu1 li > p {
    margin: 0;
    padding: 10px 0;
    height: 40px;
}

#submenu1 a
        {

        vertical-align:middle;
        padding: 0.5em 0.5em;

        }



h1 {
    font-size: 1.625em; /* = 42px */
}

h2 {
    font-size: 1.250em; /* = 36px */
}

h7 {
    font-size: 1.875em; /* = 30px */
    margin-bottom: .857em;
    margin-top: .857em;
    border-bottom: 4px solid;
}
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
	margin: 0.5em 0;
}
#container {
    background-color: #FFFFFF;
	margin: 0 auto;
	max-width: 960px;
	padding: 0px;
}
#wrapper {
	border: none;
}


.page-template-unterseiten-php .menu,
.page-template-unterseiten-php .top-menu,
.page-template-unterseiten-php .tinynav,
.page-template-unterseiten-php .footer-menu,
.page-template-unterseiten-php .sub-header-menu {
	display: none;
}
/*
.page-template-testseite-php .menu,
.page-template-testseite-php .top-menu,
.page-template-testseite-php .tinynav,
.page-template-testseite-php .footer-menu,
.page-template-testseite-php .sub-header-menu {
	display: none;
}*/

.page-template-testseite-php .post-entry h3 {
	color: #333;
	margin-top: 0;
}

.page-template-testseite-php .post-entry h5 {
	/*font-style: italic;*/
}

.page-template-testseiten-php .menu,
.page-template-testseiten-php .top-menu,
.page-template-testseiten-php .tinynav,
.page-template-testseiten-php .footer-menu,
.page-template-testseiten-php .sub-header-menu {
	display: none;
}

#featured {
	padding-bottom: 0;
}

.menu {
	padding-top: 20px;

	/* entfernen */
	background-color: #FFF;
	background-image: none;
    filter: none;
}



.menu,
.menu ul {
	padding: 20px 100px 0px;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}


.menu li {
	/* border ??
	padding-right: 33px;*/
	display:inline-block;
	float: none;
}


.menu ul,
.menu ul ul {
	padding-top: 20px;
}



.menu a {
	text-align: center;
    border: 1px solid #D6d6d6;
    border-radius: 4px; /* Missing: IE8 */
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15); /* Missing: IE8 */
	color: #6c6c6c;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 0 1.8em;
	text-shadow: none;

    background-image: linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -moz-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -webkit-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -o-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -ms-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%); /* IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#E0E0E0',GradientType=0 ); /* > IE8 */
}

.menu a:hover {
	color: #000000;
	background-image: linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -moz-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -webkit-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -o-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -ms-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#E0E0E0',GradientType=0 );
}
}


.menu .current_page_item a,
.menu .current-menu-item a {
        color: #000000;
}


.menu > li:first-child > a {
	border-left: 1px solid #D6d6d6;
}

.stretcher {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

/**
* Subpages and Tests
*/

.unterseite li {
        list-style-type: none;
        height: 40px;
        margin-bottom: 10px;
        padding-top: 12px;
        background-color: #F9F9F9;
        border: 1px solid #D6D6D6;
        border-radius:4px;
        text-align:center;
	background-image: linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -moz-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -webkit-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -o-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -ms-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%); /* IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#E0E0E0',GradientType=0 ); /* > IE8 */}

.unterseite ul {
        list-style-type: none;
        }

.unterseite a {
        padding: 1em 2.8em;
        }

.testpage-list{
        vertical-align: top;
}

.testpage-list li{
        list-style-type: none;
        height: 40px;
        margin-bottom: 10px;
        padding-top: 12px;
        background-color: #F9F9F9;
        border: 1px solid #D6D6D6;
        border-radius:4px;
        text-align:center;
	background-image: linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -moz-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -webkit-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -o-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -ms-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%); /* IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#E0E0E0',GradientType=0 ); /* > IE8 */
}

.testpage-list ul {
        list-style-type: none;
}

.testpage-list a {
        padding: 1em 2.8em;
        vertical-align: middle;
}

.testpage-entry{

}

.testpage-link{

}

.testpage-submenu-list li {
	float:left;
	list-style: none;
}

.testpage-submenu-list ul {
	float:left;
	list-style: none;
}

#testpage-submenu ul {
	float:left;
	list-style: none;
}

#testpage-submenu li {
        background-image: linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -moz-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -webkit-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -o-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -ms-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%); /* IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#E0E0E0',GradientType=0 ); /* > IE8 */
        background-color: #F9F9F9;
        border: 1px solid #D6D6D6;
        border-radius:4px;
	float:left;
	height: 50px;
        line-height: 16px;
	list-style: none;
        margin-right: 30px;
        margin-top: 20px;
        text-align:middle;
        padding-left: 1.6em;
        padding-right: 0.4em;
        padding-top: 0.8em;
        vertical-align: middle;
	width: 32%;
}

#testpage-submenu a {
        text-align:middle;
}


#comment {
    height: 64px;
}


#reply-title{
    font-size: 1.2em;
}


.box-item {
    background-color: #F9F9F9;
    border: 1px solid #D6D6D6;
    border-radius:4px;
    margin: 0 20px 20px 0;
    padding:5px;
    text-align:center;
    height:60px;
	background-image: linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -moz-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -webkit-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -o-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
	background-image: -ms-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%); /* IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#E0E0E0',GradientType=0 ); /* > IE8 */
}
.box-item:hover {
	background-image: linear-gradient(top, #F9F9F9 50%, #D4D4D4 100%);
	background-image: -moz-linear-gradient(top, #F9F9F9 50%, #D4D4D4 100%);
	background-image: -webkit-linear-gradient(top, #F9F9F9 50%, #D4D4D4 100%);
	background-image: -o-linear-gradient(top, #F9F9F9 50%, #D4D4D4 100%);
	background-image: -ms-linear-gradient(top, #F9F9F9 50%, #D4D4D4 100%); /* IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#D4D4D4',GradientType=0 ); /* > IE8 */
}

/* COMPLETELY NEW */


table.progression {
	border: none;
	/*border-width: 2px;
	border-spacing: 2px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;*/
	border-collapse: separate;
	background-color: transparent;
	width: inherit;
	margin: 0px auto 15px;
}
table.progression th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0;
}
table.progression td {
	text-align: center;
	border-width: 1px;
	padding: 3px 6px;
	border-style: solid;
	border-color: gray;
	background-color: transparent;
	border-right: none;
	color: #000;
	font-weight: 700;
}

table.progression td span {
	color: #777;
	font-weight: 700;
}

table.progression td a {
	color: #000;
	font-weight: 700;
}

table.progression .pagination-previous {
	padding: 3px 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

table.progression .pagination-next {
	padding: 3px 15px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-right: 1px solid gray;
}

table.progression td.active {
	  background: linear-gradient(to bottom, #feffff 0%,rgb(255,202,40) 100%);
}

.breadcrumbs {
	display: table;
}
.breadcrumb-button {
	height: 40px;
	background: linear-gradient(to bottom, #feffff 0%,rgb(253, 225, 135) 100%);
	border-radius: 5px;
	float: right;
	border: 1px solid gray;
	border-radius: 0px 12px 0px 0px;
	margin-left: -4px;
}

.breadcrumb-button.last {
	margin-left: 0px;
}

.listado-header {
	border-bottom:1px solid #666;
	/*background-color:#ddd;*/
	width:500px;
	background: linear-gradient(to top, #aaa 0% ,#feffff 50%,#aaa 100%);
	border-radius: 0px 12px 0px 0px;
}

.listado-header .post-title, .page-template-unterseiten-php .post-entry  {
	margin-left: 40px;
}

.listado-button {
	float: right;
	margin-top: -44px;
	height: 29px;
	background: linear-gradient(to bottom, #feffff 0%,rgb(255,202,40) 100%);
	border-radius: 5px;
}

.listado-button span {
	font-weight: bold;
	font-size: 14px;
	color: #000;
    padding: 0px 10px;
	line-height: 29px;
}

.breadcrumb-button span {
	font-weight: bold;
	font-size: 16px;
	color: #777;
    padding: 0px 10px;
	line-height: 40px;
}

.clearfix {
	clear: both;
}

.questions-page {
	background: #feffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #feffff 0%, #ddf1f9 35%, #a0d8ef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#feffff), color-stop(35%,#ddf1f9), color-stop(100%,#a0d8ef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* IE10+ */
	background: linear-gradient(to right,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=1 ); /* IE6-9 */
	border: 1px solid #D6D6D6;
	border-radius: 0 4px 4px 4px;
	padding: 15px;
}

.question-type-radio .question-content {
	float: none;
}
.question-type-radio .question-content > p {
	margin: 0;
}

.question-type-radio .watupro-question-choice {
	float:none;
}

.question-type-radio.linea .watupro-question-choice, .question-type-checkbox.linea .watupro-question-choice  {
	float:left !important;
}

.error-detected-button-wrapper {
	text-align: right;
}

.error-detected-button-wrapper div {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
	background-image: -webkit-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
    background-image: -moz-linear-gradient(top,#FAFAFA 50%, #E0E0E0 100%);
    background-image: -ms-linear-gradient(top,#FAFAFA 50%, #E0E0E0 100%);
    background-image: -o-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
    background-image: linear-gradient(top,#FAFAFA 50%, #E0E0E0 100%);
}

.error-detected-button-wrapper a {
    font-weight: normal;
    font-size: 12px;
	    color: #006d9f;
}

.fancy_ps_nav.promo_slider_nav {
    width: 147px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 12px;
    margin: 10px;
    padding: 0 10px;
    background: linear-gradient(to left, rgba(180,180,180,1) 0%, rgba(255,255,255,1) 100%);
}

.fancy_ps_title.promo_slider_title {
    width: auto;
    height: 25px;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    border-radius: 12px;
    margin: 10px;
    padding: 0 10px;
    background: linear-gradient(to left, rgba(180,180,180,1) 0%, rgba(255,255,255,1) 100%);
}

.promo_slider img {
	width: 100%;
}

.slider_selections.pointer > span, .slider_selections.pointer > .promo_slider_sep  {
	display: none;
}

.slider_selections.pointer > span.current {
	display: inline;
}

.slider_selections.pointer > span:last-child {
	display: inline;
}

.slider_selections.pointer > span:last-child:before {
	content: ' von ';
}
.slider_selections.pointer > span.current:last-child:before {
	content: textContent ' von ';
}

/*
.question-type-gaps > p > span {
	float: none !important;
    padding-right: initial !important;
    display: block;
    margin-left: 50%;
}
.question-type-gaps > p > span.watupro_num {
	float: left !important;
    margin-left: 5px;
}
*/
/*
* Accordion styles
*/

/* Shared for all accordion types */
.container {
	width:480px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0 0 20px;
}
.container .link {
	text-align:right;
}
.container .link a {
	font-size:8px;
	text-decoration:none;
	color:#C02942;
}
.container .link a:hover {
	color:#333;
}
.accordion {
	font-size:10px;
	border:1px solid #542437;
	border-radius:4px;
	width:64%;
	padding:8px;
	background:#fff;
}
.accordion ul {
	list-style:none;
	margin:0;
	padding:0;
}
.accordion li {
	margin:0;
	padding:0;
}
.accordion [type=checkbox] {
	display:none;
}
.accordion label {
	display:block;
	font-size:12px;
	line-height:12px;
	background:#A3D9EF;
	border:1px solid #542437;
	color:#542437;
	text-shadow:1px 1px 1px rgba(255,255,255,0.3);
	font-weight:400;
	cursor:pointer;
	text-transform:uppercase;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
}
.accordion ul li label:hover, .accordion [type=checkbox]:checked ~ label {
	background:#CFF9F9;
	color:#557BA2;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5)
}
.accordion .content {
	padding:0 10px;
	overflow:hidden;
	border:1px solid #fff; /* Make the border match the background so it fades in nicely */
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
}
.accordion p {
	color:#333;
	margin:0 0 10px;
}
.accordion h3 {
	color:#542437;
	padding:0;
	margin:10px 0;
}


/* Vertical */
.vertical ul li {
	overflow:hidden;
	margin:0 0 1px;
}
.vertical ul li label {
	padding:8px;
}
.vertical [type=checkbox]:checked ~ label {
	/*border-bottom:0;*/
}
.vertical ul li label:hover {
	border:1px solid #542437; /* The border shouldn't disappear on hover */
}
.vertical ul li .content {
	height:0px;
	border-top:0;
}
.vertical [type=checkbox]:checked ~ label ~ .content {
	height:100%;
	border:1px solid #542437;
}

#descarga {
	font-weight: normal;
	background-image: -webkit-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
    background-image: -moz-linear-gradient(top,#FAFAFA 50%, #E0E0E0 100%);
    background-image: -ms-linear-gradient(top,#FAFAFA 50%, #E0E0E0 100%);
    background-image: -o-linear-gradient(top, #FAFAFA 50%, #E0E0E0 100%);
    background-image: linear-gradient(top,#FAFAFA 50%, #E0E0E0 100%);
}


.linea .question-content {
	float:none !important;
}

/* Vorläufig */

.watupro-compact div.question-content, .watupro-compact div.show-question-content {
	width: 41% !important;
}



/**
*    Audio recorder styles
*/

#controls {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        height: 80%;
        width: 16%;
}
#controls img{
    margin: 4px;
}
#recorder {
    border: 1px solid #542437;
    border-radius: 4px;
    display: inline-flex;
    height: 48%;
    margin-top: 16px;
    padding: 8px;
    width: 64%;
}
#record { height: 48%; }
#record.recording {
        background: red;
        background: -webkit-radial-gradient(center, ellipse cover, #ff0000 0%,lightgrey 75%,lightgrey 100%,#7db9e8 100%);
}
#save { height: 48%; }
#visualiser {
        height: 80%;
        width: 80%;
        display: flex;
        /* flex-direction: column; */
        justify-content: space-around;
        align-items: center;
}
#visualiser canvas{
        display: inline-block;
        background: #202020;
        /*width: 96%;*/
        height: 48%;
        box-shadow: 0px 0px 10px blue;
        margin: 4px;
}
#analyser {
        height: 64%;
}
#wavedisplay{
        height: 64%;
}
@media (orientation: landscape) {
        /*body { flex-direction: row;}*/
        #controls { flex-direction: column; height: 80%; width: 16%;}
        #visualiser { height: 80%; width: 80%;}
}

img.empty-pic {
	height: 16px;
	width: 16px;
	visibility: hidden;
}

.comprobar-input, .solucion-input, .repetir-input {
	width: inherit !important;
}

.comprobar-input.correct-input {
	cursor: default;
}

.solucion-input {
	cursor: default;
}

.solucion-input.solucion-answer, .repetir-input.correct-input {
	background: #ddd;
}

.solucion-input.solucion-answer {
	background: linear-gradient(to right, #eef8fb 0%,#feffff 100%);
	/*background: #eef8fb;*/
}

.phonetics-post {
        background: #feffff; /* Old browsers */
        background: -moz-linear-gradient(left,  #feffff 0%, #ddf1f9 35%, #a0d8ef 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#feffff), color-stop(35%,#ddf1f9), color-stop(100%,#a0d8ef)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* IE10+ */
        background: linear-gradient(to right,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=1 ); /* IE6-9 */
        background-color: #F9F9F9;
        border: 1px solid #D6D6D6;
        border-radius:4px;
	padding: 15px;
}

.phonetics-post-entry {
        background-color: #FFFFFF;
        border: 1px solid #D6D6D6;
        border-radius:4px;
        padding:5px;
        min-height:200px;
}

.watupro_buttons td {
	width: 100px !important; 
}

.question-choices:after, .show-question-choices:after {
    content: ' ';
    clear: both;
    display: block;
}

.question-type-radio .show-question-choices li.answer {
	float: left;
}

.question-type-radio li.answer {
	margin-right: 20px;
}

/* Addon
 * Autor:		Markus Leitz
 * Company: NEOCOSMO GmbH
 * Date:		2017-09-20
 */
.pagination {
	text-align: center;
	max-width: 30px;
	display: inline-block;
	margin-right: 10px;
}


.prev-link,
.next-link {
	font-size: 20px;
}

table.watupro_buttons {
	width: 60%;
	margin-left: 5%;
}

div#main img {
	width: 30%;
	margin-right: 5px;
}
.show-question-content {
	display: inline-block;
}
.show-question-choices {
	display: inline-block;
	margin: 0;
	/*float: right;*/
}
.show-question .[[watupro-resolvedclass]] .show-question-choices {
	float: none;
}
.answer {
	display: inline-block;
}
.show-question::after,
.question-content::after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px
}
.question-content {
	width: auto !important;
}
.question-content p {
	display: inline-block;
	float: left;
}

.show-question-content p{
	display: inline-block;
}
#action-button {
	min-width: 105px;
}

.watupro_buttons td.pagination:first-of-type {
	margin-left: 20px;
}

.comprobar{
/*	background: green !important;*/
}
.repetir {

}
.solucion {

}

.irregularidad-propia {
	border: 1px solid black !important;
	border-radius: 28px !important;
	border-collapse: separate !important;
	width: 400px !important;
	text-align: center;
}
.irregularidad-propia a {
	font-weight: bold;
}

.ficha, .video-ficha {
	width: 30%;
	display: inline-table;
	vertical-align: top;
	margin-bottom: 20px;
	line-height: 1;
	font-size: 12px;
}
.ficha {
	width: 24%;

}

.image-wrapper {
	min-height: 230px;
}
.image-wrapper img {
	margin: 0 !important;
}
.collapseomatic {
	color: #0c336f;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	background-image: none;
}
.colomat-close {
	color: #8a0000;
}
.video-ficha img {
	height: 20px;
	margin: 5px;
	margin-left: 0;
}

.ficha-mainpage {
	background-image: url(http://www.aula.uni-saarland.de/wp-content/themes/responsive-child/images/arrow_left_yellow.svg);
	height: 33px;
	width: 33px;
	background-repeat: no-repeat;
	content: "";
	background-size: 33px 33px;
}
.ficha-mainpage,
.ficha-forward,
.download-button {
	float: right;
}
.ficha-navi {
	list-style: none;
}
.download-button {
	background-image: url(http://www.aula.uni-saarland.de/wp-content/uploads/2017/10/sss1-2.png);
	height: 15px;
	background-size: 15px 15px;
	width: 15px;
	content: "";
}
p.tabbed {
	margin-left: 40px;
}
.right-pic {
	width: 30%;
}
.left-pic {
	width: 10%;
}

.quieres {
	width: 65%;
	display: block;
	float: left;
	margin: 0;
}

.fixit .collapseomatic {
	text-align: left;
	padding: 0;
	color: #00529F;
	font-weight: normal;
	font-size: 14px;
}

.aprender {
	list-style: none;
}

.lang-change {
	float: right;
	margin: 0 7px;
	width: 30px;
}
.center-pic {
	width: 45%
}
.centered {
	text-align: center;
}