/*
 Theme Name:   BootstrapWP Child
 Description:  BootstrapWP Child Theme
 Author:       Joseph Petzold
 Author URI:   http://petzold-mediendesign.de
 Template:     bootstrapwp
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  bootstrapwp-child
*/


/*----------------
   Allgemein
----------------*/

html {
    font-size: 10px;
}

body {
	color: rgb(0,0,58);
    font-family: "Gill Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 2rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1, h2 {
	font-family: "Garamond", "serif";
}

h1 {
	font-size: 4rem;
}

h2 {
	font-size: 3rem;
    font-style: italic;
}

a {
	color: #e55303;
}

a:hover {
	color: #e55303;
	text-decoration: underline;
}

figure {
	max-width: 100%;
	margin: 0;
}

figcaption {
	max-width: 100%;
	font-size: 0.75rem;
}

.fl {
	float: left;
}

.no-margin {
	margin: 0px !important;
}

.margin-bottom {
	margin-bottom: 1rem;
}

/*----------------
   Navigation
----------------*/

/* --- Hauptnavigation --- */

.navbar .brand {
	font-weight: bold;
	font-size: 3rem;
}

.navbar-inverse .navbar-inner {
	background: rgb(0,0,58);
	border: none;
}

/*.navbar-inverse .brand:before {
	content: "<img src="http://training.cotyprestige.de/wp-content/uploads/2016/01/coty-logo.png">";
}*/

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color: #fff;
	text-shadow: none;
}

.navbar-inverse .nav > li > a:hover {
	text-decoration: underline;
}

.navbar .btn-navbar {
	display: none;
}

/* --- Breadcrumbs --- */

.breadcrumb {
	background: transparent;
	padding: 0.5rem 0;
	margin: 0;
}

/* --- Margins --- */

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}


/*----------------
   Content
----------------*/

/* --- Allgemein --- */

.row {
	margin-left: 0;
}

.span12:first-child {
	margin-left: 0;
}

.bordered-box {
	padding: 2rem;
	border: 1px solid rgb(0,0,58);
}

/* --- Welcome-Site --- */

.lancaster-monaco {
	max-width: 100%;
	color: rgb(0,0,58);
	font-size: 1.5rem;
	text-align: center;
	border-top: 8px solid rgb(0,0,58);
	border-bottom: 1px solid rgb(0,0,58);
}

.link-training {
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 1rem;
	border: 1px solid rgb(0,0,58);
	margin-top: 1rem !important;
	box-sizing: border-box;
}

a.btn {
	position: relative;
	float: left;
	background: rgb(0,0,58);
	color: #fff;
	font-size: 2rem;
	text-shadow: none;
	padding: 1rem;
	border: none;
	border-radius: 0;
	box-shadow: none;
	transition: background 0.25s ease-out;
}

a.btn:hover {
	background: #ededff;
	color: rgb(0,0,58);
	transition: background 0.25s ease-out;
}

.btn-after {
	position: absolute;
	top: 0;
	right: 1px;
	transform: translateX(100%);
	background: #ededff;
	color: rgb(0,0,58);
	font-size: 2rem;
	padding: 0.7rem 1rem 1.3rem;
	border-radius: 0 1rem 1rem 0;
	transition: background 0.5s ease-out;
}

a.btn:hover .btn-after {
	text-decoration: none;
	background: rgb(0,0,58);
	color: #fff;
	transition: background 0.5s ease-out;
}
	
footer {
	margin-top: 4rem;
}

input[type="text"] {
	margin-bottom: 4px;
}

input[type="submit"] {
	background-color: rgb(0,0,58);
	color: #fff;
	padding: 0.5rem 1rem;
	border: none;
	/*border-radius: 0.5rem;*/
	margin-bottom: 4px;
	transition: all 0.25s ease-out;
}

input[type="submit"]:hover {
	background-color: #ededff;
	color: rgb(0,0,58);
	transition: all 0.25s ease-out;
}


/*----------------
   Plugins
----------------*/

/* --- Quiz --- */

#wrapper {
	width: auto;
	margin-left: 0;
}

#wrapper .progress {
	flex-basis: 20%;
	flex-shrink: 1;
	background-color: #ffd83d;
	border: none;
	border-radius: 0.2rem;
	margin: 2px;
}

#wrapper .progress_done {
	background-color: #e55303;
}

#main_nav_t {
	margin: 0;
}

#progressbar {
	display: flex;
	flex-wrap: wrap;
}

#button_start,
#button_weiter,
#button_senden {
	color: #fff;
	font-weight: normal;
	border: none;
	/*border-radius: 0.5rem;*/
	background-color: rgb(0,0,58);
	transition: background 0.25s ease-out;
}

#button_start:hover,
#button_weiter:hover,
#button_senden:hover {
	background-color: #ededff;
	color: rgb(0,0,58);
	transition: background 0.25s ease-out;
}

#button_start,
#button_weiter,
#button_senden {
	margin: 20px 0 0 0;
}

#content_wrapper {
	height: auto !important;
	width: auto;
}

#content_wrapper .main {
	width: auto;
	margin-left: 0;
}

#content_left_t {
	color: rgb(0,0,58);
	margin: 10px 0 !important;
}

#Begruessung .main {
	/*width: auto;*/
}

.main,
.rechts {
	float: inherit;
}

#Frage {
	font-size: 2rem;
	color: #e55303;
	line-height: 1.2;
}

#Antwort {
	width: auto;
	margin-left: 0;
}

#Antwort p {
	padding: 5px !important;
	margin: 2rem 0;
}

#Antwort label {
	font-size: 2rem;
}

#sprechblase {
	height: 220px;
	width: 180px;
	background-repeat: no-repeat;
	line-height: 1.2;
	padding: 10px 10px 10px 30px;
	margin: auto;
}

#Antwort p {
	background-color: transparent;
	padding: 0.5rem 1rem 0.1rem;
	border-radius: 0.5rem;
	transition: background 0.25s ease-out;	
}

#Antwort p:hover {
	background-color: #ffd83d;
	transition: background 0.25s ease-out;	
}

#Fragenreferenz a {
    text-decoration: none;
    color: #e55303;
    padding: 0.5rem;
	transition: background 0.25s ease-out;
}

#Fragenreferenz a:hover {
    color: #fff;
    background-color: #e55303;
	border-radius: 0.5rem;
	transition: background 0.25s ease-out;
}

.Test:hover {
	background-color: #ffd83d;
}

.Test.Success {
	color: #265b54;
	background-color: #baf5ce;
}

.wpProQuiz_button, .wpProQuiz_button:hover {
	background: transparent !important;
	color: #25598F !important;
	text-decoration: none;
	border: 2px solid #25598F !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.wpProQuiz_questionList, .wpProQuiz_response {
	background: transparent !important;
	border: 1px solid #25598F !important;
	box-shadow: none !important;
}

.wpProQuiz_correct span, .wpProQuiz_incorrect span:before {
	display: none;
}

.wpProQuiz_correct .wpProQuiz_AnswerMessage:before {
	content: "☺";
	font-size: 2rem;
}

.wpProQuiz_incorrect .wpProQuiz_AnswerMessage:before {
	content: "☹";
	font-size: 1.25rem;
}

.uv {	
	height: 100px;
	width: 100px;
	font-size: 1.25rem;
	text-align: center;
	padding-top: 40px;
	border: 2px solid #000;
	border-radius: 50px;
	margin: -1rem 0 0 1rem;
	box-sizing: border-box;
}



/* ----- My Trainings ----- */

.listTraining {
	margin:0 0 20px 0;
	width:100%;
}


.listTraining .Row {
	display:block;
	background-color: rgb(0,0,58);
	padding: 1rem;
	margin-bottom: 4px;
}
.listTraining .Row:hover {
	cursor:pointer;
}
.listTraining .Row:after {
	content:"";
	display:table;
	clear:both;
}

.listTraining .Row.historic {
	background-color: #FFB566; /* 60% FF9C33, 70% FFB566 */
}

.listTraining .Row .Training {
	float: left;
	color: #fff;
	margin-right: 20px;
	margin-left: 1.5rem;
}

.listTraining .Row .Training .Name {
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}

.listTraining .Row .Training .Description {
	font-size: 1.8rem;
	color: #fff;
	margin-bottom: 10px;
}

.listTraining .Row .Result {
	float: right;
	color: #fff;
	font-size: 2rem;
	height: 40px;
}

.listTraining .Row .Comment {
	clear:both;
	margin: -4px;
	padding: 2rem;
	background-color: #fff;
	cursor: auto;
}
.listTraining .Row .Comment p {
	margin-bottom:6px;
}

.listTraining .Row .Comment.Passed {
	background-color: #ffd83d;
    font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
}

.listTraining .Row .Testlist {
	clear: both;
	margin: 0 -4px 0 -4px;
	padding: 2rem;
	background-color: #fff;
	cursor:auto;
}
.listTraining .Row .Testlist .Test {
	display:block;
	padding:4px 2px 3px 10px;
	margin-bottom: 0.5rem;
}

.Test:hover {
	text-decoration:none;
	background-color: #FC0;
	border-radius: 0.5rem;
}
.Test.Success {
	color:#363;
	background-color:#CEC;
	border-radius: 0.5rem;
}
.Test.Success:hover {
	background-color:#9C9;
}

.Test .Resultdetails {
	display:inline-block;
	line-height:12px;
	margin-left:28px;
	font-size:12px;
	font-style:italic;
	color:#666;
}

.Testresult {
	display:inline-block;
	width:25px;
	text-align:center;
	margin-right:6px;
}

.MoreDetails {
	display:none;
}


/*--------------------
   MEDIA QUERIES
--------------------*/

/* --- XS Smartphone Portrait --- */

@media only screen and (max-width: 575px) {

	.row-fluid [class*="span"] {
		float: left;
	}
}

/* --- SM Smartphone Landscape --- */

@media only screen and (min-width: 576px) {
	
	.row-fluid [class*="span"] {
		float: left;
	}
	
	#wrapper .progress {
		flex-basis: 10%;
	}
	
	#Befragung {
		display: flex;
		align-items: center;
	}

	#Befragung .rechts {
		width: 240px;
		flex-shrink: 0;
	}
}

/* --- MD Tablet Landscape --- */

@media only screen and (min-width: 736px) {
	
	.navbar .container {
		max-width: 736px;
	}
}