@CHARSET "UTF8";

/* Schrift */

body {
    background: #fff;
}

p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    color: #000000;
    font-size: 16px;
}

h1 {}


h2 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #01698b;
    font-size: 25px;
}

h3 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #01698b;
    font-size: 28px;
}

h4 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #01698b;
    font-size: 28px;
}

h5 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    color: #01698b;
    font-size: 25px;
}

ol,
li,
ul {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    color: #000000;
    font-size: 16px;
}

li {
    margin-bottom: 0.5rem;
}

/* Grundlagen */

div {
    display: block;
}

*,
:after,
:before {
    box-sizing: border-box;
}

.small,
small {
    font-size: 14px;
    font-weight: 500;
}

.container-fluid {
/*  width: 90vw !important; */
    background: #ffffff;
/*  padding: 25px 25px 25px 25px; */
    margin: 0px auto 40px auto;
/*  box-shadow: 0px 0px 3px #888; */
}

.col-xl-8 {
    order: 1;
}

.col-xl-4 {
    order: 2;
}


@media only screen and (max-width: 1199px) {
    .col-xl-8 {
        order: 2;
    }

    .col-xl-4 {
        order: 1;
    }
}

.hg-richtig {
    border: 2px solid #28a745 !important;
    background-image: url("../img/haken.png");
    background-size: 15px;
    background-position: center right 13px;
    background-repeat: no-repeat;
}

.hg-falsch {
    border: 2px solid #dc3545 !important;
    background-image: url("../img/kreuz.png");
    background-size: 15px;
    background-position: center right 13px;
    background-repeat: no-repeat;
}

.eingabefeld {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 2px solid #01698b;
    border-radius: .25rem;
    padding: 6px 12px;
    margin: 8px 0px;
    width: 90px;
}

.butt-richtig {
    background: #28a745;
}

.butt-falsch {
    background: #dc3545;
}

.textrot {
    color: #d30000;
}

.richtig {
    color: #28a745;
}

.falsch {
    color: #dc3545;
}

.textfett {
    font-weight: 700;
}

.display-none {
    display: none;
}

.titelleiste {
    background: #393; /* Farbe von IMA Hompge */
    min-height: 3.125rem;
    padding: 0.625rem;
}

.titelleiste > h1 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 28px;
    margin-left: 25px;
    margin-top: 5px;
}

footer.container-fluid {
    width: 90vw !important;
    background: transparent;
    padding: 0px;
    margin: -10px auto 40px auto;
    box-shadow: none;
}

.copy {
    font-size: 14px;
}

/* Für die Filme in index und kapitel de/en-Wechsler */
.spswitch {
    cursor: pointer;
    display: none;
}

.hg-video {
    width: 100%;
}

/* BUTTONS */

.btn-secondary,
.btn-secondary:active,
.btn-secondary:visited,
.btn-secondary:focus {
    background: #213a4e !important;
}

.btn-secondary:hover {
    background: #2d4e69 !important;
}

.butt-clicked {}

.btn {
    margin: 5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    /* folgende Styles von IMA-Homepage */
    border: 1px solid transparent;
    font-weight: 500;
	//text-transform: uppercase; /* wegen ß bei Schließen-Buttons ungünstig */ 
	letter-spacing: 1px;
	border-radius: 500px;
	background-origin: border-box;
	padding: 5px 30px;
}

.btn-info, .btn-info:focus, .btn-info:active, .btn-info:visited
{
	background-color: #fbba00;
	outline: none !important;
    border: 1px solid transparent !important;	
}
.btn-info:hover
{
	background-color: #ffcc00;
	outline: none  !important;	
    border: 1px solid transparent !important;		
}

.btn_icon {
    display: table-cell;
    width: auto;
}

.btn_text {
    display: table-cell;
    padding-left: 10px;
}

#hinweis_richtig .btn-danger,
#hinweis_richtig1 .btn-danger,
#hinweis_richtig2 .btn-danger {
    background: #28a745;
    border-color: #28a745;
}

#hinweis_richtig .btn-danger:focus,
#hinweis_richtig .btn-danger.focus,
#hinweis_richtig1 .btn-danger:focus,
#hinweis_richtig1 .btn-danger.focus,
#hinweis_richtig2 .btn-danger:focus,
#hinweis_richtig2 .btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
}

.btn-bug
{
	/* BugButton wird angezeigt, wenn IT nicht richtig geladen wurde */
	
}

.btn-bildnachweis, .btn-bildnachweis:hover, .btn-bildnachweis:focus, .btn-bildnachweis:active, .btn-bildnachweis:visited
{
	/* Button liegt unten im Footer, sollte eher dezent gestaltet werden */	
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;	
	outline: none;
    border: 1px solid transparent;
    font-weight: 500;
	letter-spacing: 1px;
	border-radius: 500px;
	background-origin: border-box;
	padding: 5px 30px;	
	background-color: #fbba00;	
}

.btn-bildnachweis:hover
{
	background-color: #ffcc00;
	transition: .1s ease-in-out;
}


/* INTERAKTIVE ÜBUNG*/

#bild1 {
    user-select: none;
}

.bild {
    user-select: none;
    position: relative;
    width: auto;
    height: auto;
}

.aufgabe {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 20 1.9rem;
    padding: 0rem 1.25rem 1.25rem 1.25rem;
}

@media only screen and (max-width: 1199px) {
    .aufgabe {
        margin: 0 0 1.9rem;
        padding: 0rem 0rem 1.25rem 0rem;
    }

    .aufgabe > p {
        max-width: 80%;
    }
}

@media only screen and (max-width: 725px) {
    .aufgabe > p {
        max-width: 100%;
    }
}

.bugalert {
    display: none;
}

.lbHit {
    background: #d30000;
    opacity: 0;
    display: block;
    position: absolute;
}

.loesungsbox_begriff {
    display: block;
    position: absolute;
    cursor: pointer;
}




/* Standardelemente: Richtig und Falsch
   ====================================== 
*/
.icon_richtig {
    display: block;
    position: absolute;
}

.icon_falsch {
    display: block;
    position: absolute;
}

.icon_richtig img,
.icon_falsch. img {
    width: 100%;
}


/* HG Quiz
   ====================================== 
*/
.hg-quizantw {
    margin-top: 40px;
}

.hg-quiz > .antwort {
    background: #01698b;
    vertical-align: middle;
    margin: 10px 0px 10px 0px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

.hg-quiz > .antwort:hover {
    background: #0094c4;
}

.hg-quiz > .antwort p {
    color: #fff;
    font-weight: bold;
    padding: 10px;
}

.hg-quiz > .ausgewaehlt,
.hg-quiz > .ausgewaehlt:hover {
    background: #fbba00;
}

.hg-quiz > .falsch,
.hg-quiz > .falsch:hover {
    background: #d30000;
}

.hg-quiz > .richtig,
.hg-quiz > .richtig:hover {
    background: #399a42;
}


/* Menü mit Zurück
   ====================================== 
*/
.hg-menue {
    padding: 0;
    width: 100%;
    text-align: right;
}

.dropdown-menu {
    background: #f0f5f5;
}

.hg-menue > a {
    color: #000;
}


.dropdown-item {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    color: #000000;
    font-size: 16px;
}

.dropdown-item:focus {
    background: #01698b;
    color: #fff;
}

.dropdown-item:hover {
    background: #01698b;
    color: #fff;
}


.hg-btn-dropdown,
.hg-btn-dropdown:focus,
.hg-btn-dropdown:hover {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #01698b;
    font-size: 20px;
    font-weight: 700;
}

.hg-btn-dropdown > .fa-home {
    padding-top: 3px;
}

.hg-menue.container-fluid {
    background: transparent;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    box-shadow: none;
}
