:root {
    --text-farbe: #014370;
    --primaerfarbe: #00afd8;
    --text_auf_primaerfarbe: #fff;
    --primaerfarbe-hover: #00A7CC;
    --primaerfarbe-focus: #0092B3;
    --hintergrund-farbe-card: #fff;
    --green: #4dc5a1;
    --red: #e6755d;
    --secundaerfarbe: #7DD5E9;
    --textfarbe: #4d4d4d;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12pt;
    color: var(--textfarbe);
}

h2 {
    font-size: 2rem;
}

p {
    font-size: 1rem;
}

section {
    margin-bottom: 100px;
}

@media(max-width:600px) {
    .w-hide-small {
        display: none !important;
    }
}

@media (max-width:992px) and (min-width:601px) {
    .w-hide-medium {
        display: none!important;
    }
}

@media(min-width:993px) {
    .w-hide-large {
        display: none !important;
    }
}


/*################### Header ##################*/

#suche {
    position: relative;
}

#suche .close {
    right: 0;
}

#app-feedback input,
#app-feedback select {
    width: 100%;
    font-size: 1em;
}

#app-feedback label {
    font-size: 0.7em;
    margin: 0px;
    margin-top: 5px;
}

#app-feedback textarea {
    width: 100%;
}

.debug #onFeedbackCall {
    display: block !important;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 25px;
    background-color: #f8bc00;
    z-index: 10000;
}

.debug #onFeedbackCall img {
    width: 80%;
    margin: 10%;
}

.w-desktopheader .search a {
    background: url(../assets/_icons/icons/search_icon_blue.svg) no-repeat center center;
    background-size: 100%;
    height: 45px;
    width: 45px;
    position: absolute;
    right: 0;
    margin-right: 20px;
    margin-top: 13px;
    padding: 0;
}

.w-suche {
    position: relative;
}

#suche .close {
    right: 0;
}

#w-suche__reset.close {
    position: absolute;
    top: 5px;
    right: 5px;
}

#suche {
    position: fixed;
    top: var(--header_height);
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    z-index: 6;
}

.app-menu {
    text-align: center;
    display: block;
    margin: 5px;
    text-decoration: none;
}

#menu .close {
    right: 0;
}

#menu {
    position: fixed;
    top: var(--header_height);
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    z-index: 6;
    max-width: 100%;
}

#menu h2 {
    text-align: center;
}

nav {
    /*margin:var(--header_height) 0;*/
}

.w-desktopheader {
    display: flex;
    background: #f2f2f2;
    max-height: 70px;
    position: fixed;
    z-index: 9;
    width: 100%;
}

.w-desktopheader #logo {
    width: 100%;
    text-align: center;
}


/* #logo img {
    width: 330px;
} */

#navigation {
    display: none;
}


/*.w-desktopheader .menu-icon a{
	background: url(../assets/_icons/icons/menu-icon.svg) no-repeat center center;
	margin-left: 19px;
	background-size: 100%;
	text-align: left;
	cursor: pointer;
	width: 45px;
	height: 45px;
	font-size: 0;
	margin-top: 13px;
	position: fixed;
	z-index: 10001;
}*/

.menu-handler {
    position: absolute;
}

.menu-icon {
    position: relative;
}

.menu-handler {
    width: 45px;
    margin-top: 13px;
    margin-left: 13px;
}

.bar {
    height: 5px;
    background: var(--primaerfarbe);
    margin-bottom: 10px;
    border-radius: 25px;
    position: relative;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    display: block;
}

.menu-handler.opened .bar.middle {
    transform: scale(0);
}

.menu-handler.opened .bar.top {
    transform: translateX(0) translateY(15px) rotate(45deg);
}

.menu-handler.opened .bar.bottom {
    transform: translateX(0px) translateY(-15px) rotate(-45deg)
}

.header-width {
    width: 50px;
    margin-left: 20px;
}

.w-desktopheader .search {
    display: block;
    margin-right: 20px;
    padding: 0;
    line-height: 70px;
}

.w-desktopheader .search a::before {
    background: url(../assets/_icons/icons/search_icon_blue.svg) no-repeat center center;
    background-size: auto;
    margin-right: 19px;
    background-size: 100%;
    text-align: right;
    cursor: pointer;
    width: 45px;
    height: 45px;
    font-size: 0;
    margin-top: 13px;
    position: fixed;
    z-index: 10001;
    right: 0;
}

#navigation {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(27, 85, 101, 0.68);
    z-index: 10002;
}

#navigation .main-nav {
    position: relative;
    width: 100%;
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    margin-top: -45px;
}

#navigation li {
    display: block;
}

#navigation a {
    color: #fff;
}

.w-mobileheader {
    position: fixed;
    min-height: 100px;
    table-layout: fixed;
    background: #0471b2;
    /* Old browsers */
    background: -moz-linear-gradient(to right, #00aed7, #0471b2);
    background: -webkit-linear-gradient(to right, #00aed7, #0471b2);
    background: linear-gradient(to right, #00aed7, #0471b2);
    color: #fff;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    z-index: 7;
    width: 100%;
}

.w-mobileheader .history-icon {
    background: url(../assets/_icons/icons/gobackarrow.svg) no-repeat center center;
    background-size: auto;
    background-size: 100%;
    cursor: pointer;
    width: 45px;
    height: 45px;
    font-size: 0;
    margin-top: 13px;
    position: absolute;
    top: 0;
    z-index: 10;
    margin-left: 13px;
}

.w-mobileheader .menu-icon a {
    background: url(../assets/_icons/icons/menu-icon-transperent.svg) no-repeat center center;
    margin-top: 13px;
    background-size: 100%;
    cursor: pointer;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10001;
    margin-right: 13px;
}

.w-mobileheader #logo img {
    width: 50vw;
    position: relative;
    max-width: 250px;
}

.w-mobileheader #logo img {
    margin-top: 13px;
}

.w-mobileheader .w-header {
    position: absolute;
    right: 0;
    left: 0;
}

.w-mobileheader .w-header img {
    max-height: 40px;
    display: none;
    margin: 10px;
    position: relative;
}

.w-mobileheader .w-header h1 {
    display: inline-block;
}

.w-mobileheader .w-header h1:before {
    content: '';
    mask: url('../assets/_icons/gerhirnmenu/brain.svg');
    -webkit-mask: url('../assets/_icons/gerhirnmenu/brain.svg');
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 10px;
    mask-size: 40px;
    -webkit-mask-size: 40px;
    vertical-align: -7px;
}


/*################### General Styles ##################*/

.w-image-round-border {
    border-radius: 50%;
}

.w-content {
    margin: auto;
}

.w-padding-small {
    padding: 4px 8px;
}

.w-padding-large {
    padding: 12px 24px;
}

.w-center {
    text-align: center !important;
}

.w3-opennav {
    float: right !important;
}

.w-cursor-pointer {
    cursor: pointer;
}

.w-overlay {
    display: none;
    z-index: 9;
}

.w-screen {
    display: none;
}

.app-component .app-card {
    width: 90%;
    max-width: 480px;
    margin: auto;
    /*margin-top: 48px;*/
    padding: 10px;
    overflow: hidden;
    background-color: var(--hintergrund-farbe-card);
    display: block;
    /*position: relative;*/
}

.app-component .w3-card img {
    width: 100%;
}

.app-button {
    padding: 10px 30px;
    border-radius: 25px;
    color: var(--text_auf_primaerfarbe);
    display: block;
    text-align: center;
    background-color: var(--primaerfarbe);
    text-decoration: none;
    margin: 10px 0;
    font-size: 1.3em;
    border: none;
    cursor: pointer;
}

.app-button:hover {
    background-color: var(--primaerfarbe-hover);
}

.app-button:focus {
    background-color: var(--primaerfarbe-focus);
}

:root {
    --header_height: 100px;
    --page_width: 800px;
}

section {
    padding-top: var(--header_height);
}

.close {
    font-size: 0;
    background: url(../assets/_icons/icons/closeicon.svg) no-repeat center center;
    display: block;
    height: 35px;
    width: 35px;
    cursor: pointer;
    position: absolute;
    background-size: 100%;
    background-position: 0 0;
    z-index: 1;
}

button.close {
    border: none;
}

#randomname {
    font-style: italic;
}

#randomname:hover {
    border-radius: 25px;
    padding: 0 10px;
    background-color: var(--secundaerfarbe);
    color: var(--text_auf_primaerfarbe);
}


/** ################# Learntrack #################### **/

.app-multichoice-answers .w3-button {
    margin: 10px;
    text-align: left;
    white-space: pre-wrap;
}

.app-clickable {
    cursor: pointer;
}

.app-disabled {
    pointer-events: none;
}

.app-clickable:hover {
    background-color: var(--primaerfarbe);
    opacity: 0.5;
    border-radius: 25px;
    padding: 0 10px;
    color: var(--text_auf_primaerfarbe);
}

.app-wrong {
    background-color: var(--red) !important;
    border-radius: 25px;
    padding: 0 10px;
    color: #fff;
}

.app-right {
    background-color: var(--green) !important;
    border-radius: 25px;
    color: #fff;
}

.app-clickable.app-selected {
    border: 3px solid var(--primaerfarbe);
    border-radius: 25px;
    padding: 0 10px;
}

.app-selected {
    border: 3px solid var(--primaerfarbe);
}

.button {
    width: 100%;
    padding: 10px;
    border-radius: 25px;
    color: #fff !important;
    display: block;
    text-align: center;
    background-color: #00afd8;
    text-decoration: none;
    margin: 10px 0;
}

label {
    color: var(--textfarbe);
    font-size: 1.2rem;
    margin: 20px 0;
    display: block;
}

.app-accordion__headline h1,
.app-accordion__headline h2,
.app-accordion__headline h3 {
    cursor: pointer;
}

.app-accordion.depth1 label {
    font-size: 1rem;
}

input[type="checkbox"]+.app-accordion__headline::before {
    content: " ";
    width: 1rem;
    height: 1rem;
    /*! color: green; */
    border: 2px solid var(--primaerfarbe);
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px 0 0;
}

input[type="checkbox"] {
    /*display: none;*/
}

input[type="checkbox"]:checked+.app-accordion__headline::before {
    background-color: var(--primaerfarbe);
    box-shadow: inset 0px 0px 0px 3px #fff;
    border-radius: 50%;
}

.app-modal {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    width: calc(100% - 50px);
    max-width: var(--page_width);
    margin: auto;
    margin-top: var(--header_height);
    background-color: var(--hintergrund-farbe-card);
    padding: 10px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.30);
    border-radius: 10px;
    border: none;
}

.app-modal .close {
    right: 10px;
    top: 10px;
}


/**Ranking**/

.w-ranking-title {
    text-align: center;
    color: var(--dunkle-primaerfarbe);
    font-size: 2rem;
    margin: 10px;
}

.w-ranking {
    max-width: calc(var(--page_width) / 2);
    margin: auto;
    margin-bottom: 25px;
}

.w-ranking-badge {
    text-align: center;
    margin: 10px;
}

.w-ranking-badge img {
    width: 40%;
    height: auto;
}

.w-ranking-stars {
    text-align: center;
    margin: 10px;
}

.w-ranking-stars img {
    width: 100%;
}


/**Ranking-Ende**/


/**Lerntrack**/

.app-checkanswer.app-truefalse-true {
    background-color: (--secundaerfarbe);
    color: #fff;
}

.app-checkanswer.app-truefalse-false {
    background-color: (--secundaerfarbe);
    color: #fff;
}

.app-checkanswer {
    border-radius: 25px;
    padding: 5px 15px;
    display: inline;
}


/**Lerntrack**/


/** ####################### Loader ######################### **/


/** TODO: Schöne CSS-Animation **/

#w-preloader {
    margin: auto;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(0, 118, 129);
    z-index: 5001;
    /* bottom: 0; */
}

#w-preloader img {
    max-width: 300px;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* bottom: 0; */
    margin: auto;
}

#w-preloader>h2 {
    display: none;
}

.app-loader {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


/**Datepicker**/

.ui-datepicker-title {
    font-weight: bold;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    color: var(--text_auf_primaerfarbe);
    background: var(--secundaerfarbe);
    text-align: center;
    position: relative;
    padding: 4px;
}

.ui-datepicker-prev::before {
    content: '';
    width: 8px;
    height: 17px;
    background: url(../assets/_icons/icons/calender-arrow.svg) no-repeat scroll top / 8px !important;
    background-position-x: center;
    background-position-y: top;
    position: relative;
    left: 8px;
    top: 8px;
    font-size: 0;
    position: absolute;
    /*! bottom: 0; */
}

.ui-state-disabled {
    opacity: 0.35;
}

.ui-datepicker-next:after {
    content: '';
    width: 8px;
    height: 17px;
    background: url(../assets/_icons/icons/calender-arrow.svg) no-repeat scroll bottom / 8px !important;
    background-position-x: center;
    background-position-y: bottom;
    position: relative;
    right: 8px;
    top: 8px;
    font-size: 0;
    position: absolute;
}

.ui-datepicker-calendar {
    width: 100%;
}

.ui-state-default {
    display: block;
    outline: none;
    text-decoration: none;
    color: #a8a8a8;
    border: none;
    background: #f0f3f4;
    margin: 5px;
    text-align: left;
    line-height: 15px;
    height: 35px;
    padding: 4px;
}

.ui-datepicker-today a {
    background-color: var(--secundaerfarbe);
    color: #fff;
}

.active .ui-state-default {
    background-color: var(--secundaerfarbe);
    color: #fff;
}

.ui-state-highlight,
active a.ui-state-active {
    background-color: var(--primaerfarbe);
    color: #fff;
}

.ui-datepicker-next span {
    right: 8px;
    top: 8px;
    font-size: 0;
    position: absolute;
}

.ui-datepicker-prev span {
    left: 8px;
    top: 8px;
    font-size: 0;
    position: absolute;
}


/**Datepicker-Ende**/


/** Slider**/

.slick-arrow:before {
    width: 40px;
    height: 40px;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.slick-arrow {
    color: transparent;
    background-color: #fff;
    border: none;
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.slick-arrow:hover {
    background-color: rgb(250, 217, 39);
}

.slick-next.slick-arrow {
    right: 0;
}

.slick-prev.slick-arrow {
    left: 0;
}

.slick-prev.slick-arrow:before {
    margin-right: 5px;
    background-position: 0 100%;
    background: url(../assets/_icons/icons/icons_prev_button.svg) no-repeat scroll center top / 40px;
}

.slick-next.slick-arrow:before {
    background: url(../assets/_icons/icons/icons_next_button.svg) no-repeat scroll center top / 40px;
}

.slick-dots {
    list-style: none;
    display: flex !important;
    text-align: center;
    margin: auto;
    display: block;
    justify-content: left;
    padding: 0;
}

.slick-dots button {
    color: transparent;
    border-radius: 50%;
    border: none;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 0;
    width: 25px;
    height: 25px;
    margin: 5px;
    margin-bottom: 25px;
    margin-top: 13px;
    border: 3px solid rgb(250, 217, 39);
    ;
}

.slick-dots .slick-active button {
    background-color: rgb(250, 217, 39);
    ;
}

.slick-dots button:hover {
    background-color: rgb(250, 217, 39);
}

.w-image-enlargement {
    position: absolute;
    bottom: 18px;
    right: 16px;
    /*background-color: ;*/
}

.w3-container.bilder {
    position: relative;
}

.w-image-enlargment_button:before {
    content: "";
    mask: url(../assets/_icons/icons/search_icon_blue.svg) no-repeat center center;
    -webkit-mask: url(../assets/_icons/icons/search_icon_blue.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    position: absolute;
    mask-size: 25px;
    -webkit-mask-size: 25px;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: var(--primaerfarbe);
    border-radius: 50%;
}

.w-image-enlargment_button {
    color: transparent;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid var(--primaerfarbe);
    cursor: pointer;
    overflow: hidden;
}

.w-image-enlargment_button:hover {
    background-color: var(--secundaerfarbe);
}

#w-imageenlargment {
    position: fixed;
    top: 0;
    z-index: 5000;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: auto;
}

.w-imageenlargment__image {
    height: 100%;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.w-imageenlargment__info {
    position: fixed;
    z-index: 100;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
}

.w-imageenlargment__buttons {
    position: fixed;
    top: 0;
    margin: auto;
    bottom: 0;
}

.w-imageenlargment__close.close {
    font-size: 0;
    background: url(../assets/_icons/icons/closeicon.svg) no-repeat center center;
    display: block;
    height: 35px;
    width: 35px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 80px;
    background-size: 100%;
    background-position: 0 0;
    z-index: 100;
}

.w-imageenlargment__next::before {
    background: url(https://dev.lernapp.info/sites/all/themes/neuro/images/source/icons/learntrack-arrows.svg) no-repeat scroll center top / 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    right: 10px;
    border-radius: 50%;
    margin: auto;
    cursor: pointer;
}

.w-imageenlargment__next {
    color: transparent;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    background-color: #fff;
    border-radius: 50%;
}

.w-imageenlargment__next:hover {
    background-color: var(--secundaerfarbe);
}

.w-imageenlargment__previous {
    color: transparent;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    background-color: #fff;
    border-radius: 50%;
}

.w-imageenlargment__previous:hover {
    background-color: var(--secundaerfarbe);
}

.w-imageenlargment__previous::before {
    background: url(https://dev.lernapp.info/sites/all/themes/neuro/images/source/icons/learntrack-arrows.svg) no-repeat scroll center top / 40px;
    background-position: 0 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 10px;
    border-radius: 50%;
    margin: auto;
    cursor: pointer;
}


/**lerntracks**/

.w-lernraum-item.app-accordion .app-accordion__headline {
    border: solid 3px var(--secundaerfarbe);
    border-radius: 25px;
    color: var(--secundaerfarbe);
    padding: 0 10px;
    position: relative;
    margin: 10px 0;
}

.w-lernraum-item.app-accordion.open .app-accordion__headline {
    border: solid 3px var(--primaerfarbe);
    color: var(--primaerfarbe);
}

.w-lernraum-item.app-accordion .app-accordion__headline h3 {
    margin: 0;
}

.w-lernraum-item.app-accordion .app-accordion__headline:after {
    content: " ";
    -webkit-mask: url(../assets/_icons/icons/learntrack-arrows-top-bottom.svg);
    -webkit-mask-size: 30px;
    -webkit-mask-position: top center;
    background-color: var(--secundaerfarbe);
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 3px;
    bottom: 0;
    margin: auto;
    z-index: 1;
    top: 0;
}

.w-lernraum-item.app-accordion.open .app-accordion__headline:after {
    content: " ";
    -webkit-mask: url(../assets/_icons/icons/learntrack-arrows-top-bottom.svg);
    -webkit-mask-size: 30px;
    -webkit-mask-position: bottom center;
    background-color: var(--primaerfarbe);
}


/**lerntracks-Ende**/