/*
Theme Name: Twenty Seventeen Child
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Template: twentyseventeen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*********  WP COURSEWARE => QUIZ ************/

/* Buttons "Nächste Lektion" + "Später beantworten" */
div a.fe_btn_navigation {
	background-image: none;
	background-color: #999;
	border: 1px solid #777;
}
div a.fe_btn_navigation:hover {
	background-color: #555;
	background-image: none;
	box-shadow: none;
}
input.fe_btn_completion {
	margin-bottom: 1em;
}


/* Hintergrund und Rand */
div.wpcw_fe_quiz_box_pending {
	background-color: #eee;
	border-color: #aaa;
}
div.wpcw_fe_quiz_q_hdr,
div.wpcw_fe_quiz_q_single {
	border-bottom: 1px solid #aaa;
}


/* WordPress-Navigation weggeben (WP Courseware hat eigene) */
nav.post-navigation {
	display: none;
	height: 0;
}

/* Anzeige der Antworten entfärben */
div.wpcw_fe_quiz_box_full_answers b {
    color: #444;
}

/* Anpassung der Breite der ersten Spalte */
#wpcw_fe_course td:first-child {
	width:80px;
	white-space: nowrap;
}
#wpcw_fe_quiz_complete_168_3 div.wpcw_fe_progress_box_wrap{
	display: none;
}

/* Buttons am schmalen Smartphone nicht umbrechen */
@media screen and (max-width: 400px) {
	a.fe_btn, .wpcw_fe_quiz_submit_data input.fe_btn {
		font-size: 8pt;
	}
	div.wpcw_fe_navigation_box {
		padding: 15px 0;
	}
}


/*********** ALLGEMEIN ***************/

/* Liste rechts neben Bild vertikal zusammenhalten */
.rechtsnebenbild {
    float: left;
    list-style: outside none disc;
    max-width: 100%;
    width: 335px;
    margin-left: 1em;
}

@media screen and (max-width: 572px) {
	img.alignleft {
		float: none;
		margin: 0 auto;
		display: block;
	}
}
